@charset "UTF-8";

/* --------------------------------------
   コンテンツ最大幅1160px（PC）
--------------------------------------*/

/* 初期設定
------------------------------------------------------ */
#ui0728 {
    color: #000;
}

#ui0728 img {
	height: auto;
	border: none;
}

#ui0728 .dn {
    display: none !important;
}

#ui0728 .red {
    color: #c00;
}

/* タイトル
------------------------------------------------------ */
#ui0728 .title {
	width: 100%;
	margin: 0 auto;
	text-align: center;
}

#ui0728 .title h1 {
	font-size: 3.6rem;
	font-weight: bold;
	position: relative;
	border-bottom: 5px solid #ccc;;
}

#ui0728 .title h1:after {
	content: '';
	position: absolute;
	bottom: -5px;
	left: 50%;
	transform: translateX(-50%);
	width: 70px;
	height: 5px;
	background-color: #a50000;
}

/* セクション 共通設定
------------------------------------- */
#ui0728 .section {
	width: 100%;
	margin: 20px 0 0 0;
	padding: 0;
}

#ui0728 .section .inner {
	width: 100%;
	margin: 0 auto;
    padding: 20px 20px 0 20px;
}

#ui0728 .section h2 {
	font-size: 3rem;
	margin: 0 0 25px;
    padding: 0 0 10px;
	border-bottom: solid 1px #CCC;
    text-align: left;
    font-weight: 300;
    line-height: 1.25;
	font-family: 'Noto Sans JP', sans-serif;
}

#ui0728 .section::after,
#ui0728 .section .inner::after {
    content: "";
    display: block;
    clear: both;
}

#ui0728 .section .contentsArea {
	display: flex;
	justify-content: space-between;
	padding: 0 20px;
}

#ui0728 .section .contentsArea .txtBox {
	width: 50%;
}

#ui0728 .section .contentsArea .imgBox {
	width: 420px;
	text-align: center;
}


/* セクション テーブル
------------------------------------------------------ */
#ui0728 .section table {
	border: solid 1px;
	width: 90%;
	margin: 0 auto;
}

#ui0728 .section .tableArea {
	width: 100%;
	margin: 0 auto;
	background-image: url(arrow01.png),url(arrow03.png),url(arrow02.png);
    background-position: top left,bottom left,left;
    background-repeat: no-repeat,no-repeat,repeat-y;
}

#ui0728 .section table th {
	padding: 5px;
	border: solid 1px;
	background: #cce4ee;
	text-align: center;
	font-size: 1.8rem;	
}

#ui0728 .section table td {
	padding: 10px;
	border: solid 1px;
	font-size: 1.6rem;
}

#ui0728 .section table th:nth-of-type(1) {
	width: 10%;
}

#ui0728 .section table td:nth-of-type(1) {
	text-align: center;
  white-space: nowrap;
}

@media screen and (max-width: 767px) {
/* タイトル
------------------------------------------------------ */
#ui0728 .title {
	width: 100%;
	padding: 20px 10px 0 10px;
}

#ui0728 .title h1 {
	font-size: 2.6rem;	
}

/* セクション 共通設定
------------------------------------------------------ */
#ui0728 .section .inner {
	width: 100%;
    padding: 10px 10px 0 10px;
}

#ui0728 .section h2 {
    font-size: 2.4rem;
}

#ui0728 .section .contentsArea {
	display: block;
	padding: 0;
}

#ui0728 .section .contentsArea .txtBox {
	width: 100%;
	font-size: 1.4rem;
	margin-bottom: 20px;
}

#ui0728 .section .contentsArea .imgBox {
	width: 100%;
}

/* セクション テーブル
------------------------------------------------------ */
#ui0728 .section .tableArea {
	width: 100%;
}

#ui0728 .section table {
	margin-left: 14%;
	width: auto;
}

}

