@charset "UTF-8";

#main-box {
	/* margin-top: 0;
	margin-bottom: 10px;
	width: 700px; */
	margin: 0 10px;
}

#main-box p {
	/* font-size: 9pt; */
	font-size: 0.85rem;
}

#return-top {
	/* width: 700px;
	height: 55px;
	text-align: right;
	margin-top: 40px; */
	display: none;
}

h3 {
	/* height: 20px; */
	font-size: 1.16rem;
	margin-top: 0;
	margin-bottom: 15px;
	font-weight: normal;
	padding: 10px 0 0 0;
}

#main-box table {
	/* width: 700px; */
	width: 100%;
	border-collapse: collapse;
	border: solid 1px #333333;
}

#main-box table tr {
	display: flex;
	flex-direction: column; /* 要素を縦方向に積み重ねる */
}

#main-box table th, 
#main-box table td {
	display: block; /* thとtdをブロック要素にして幅100%にする */
	width: 100%;
	box-sizing: border-box;
	text-align: left;
	border: none; /* デフォルトではセル内の境界線をなくす */
	font-weight: normal;
}

#main-box table th {
	/* width: 160px; */
	background-color: #fffac8;
}

#main-box table td {
	border-bottom: solid 1px #333333;
}
#main-box table tr:last-child td {
	border: none; /* デフォルトではセル内の境界線をなくす */
}

#main-box table p {
	padding: 10px;
}




h4 {
	background-color: #fffac8;
	font-size: 0.92rem;
	height: 33px;
	line-height: 33px;
	margin-top: 30px;
	margin-bottom: 0;
	padding-left: 16px;
	font-weight: normal;
}

.contents {
	margin-left: 16px;
	margin-top: 30px;
	margin-bottom: 33px;
	line-height: 110%;
}

#for_the_image {
	line-height: 98%;
}

/* サブメニューの箇条書き */
.contents ul {
	margin-left: -10px;
	margin-top: 2px;
	margin-bottom: 10px;
	list-style-image: url(../images/mark.png);
}

/* サブメニューの箇条書きの項目 */
.contents li {
	margin-left: -17px;
	margin-top: 0;
	margin-bottom: 0;
	font-size: 9pt;
}

/* リンク（通常） */
.contents ul a:link
{
	text-decoration:underline;		/* 表示形式 : アンダーライン無し */
	color:#333333;
}
/* リンク（既に見たリンク） */
.contents ul a:visited
{
	text-decoration:underline;		/* 表示形式 : アンダーライン無し */
	color:#333333;
}
/* リンク（選択時） */
.contents ul a:active
{
	text-decoration:underline;		/* 表示形式 : アンダーライン無し */
	color:#ff3333;
}
/* リンク（リンク上にポインタがある時） */
.contents ul a:hover
{
	text-decoration:underline;	/* 表示形式 : アンダーラインあり */
	color:#ff3333;
}

h5 {
	font-size: 11pt;
	font-weight: normal;
	margin-top: 20px;
	margin-bottom: 16px;
}

h6 {
	font-size: 9pt;
/*	font-weight: normal;*/
	margin-top: 15px;
	margin-bottom: 2px;
}

#qa {
	margin-top: 30px;
}

#qa p {
	margin-bottom: 10px;
}

.page_top {
	text-align: right;
}



@media (min-width: 380px) {

	br.sp1 {
		display: none;
	}


}

@media (min-width: 520px) {

	br.sp2 {
		display: none;
	}


}

@media (min-width: 715px) {

	#main-box table tr {
		display: table-row; /* 行を通常のテーブル行に戻す */
		border: none; /* 行ごとの外枠をなくす */
	}

	#main-box table th, 
	#main-box table td {
		display: table-cell; /* セルを通常のテーブルセルに戻す */
		border-bottom: 1px solid #333333; 
	}

	#main-box table th {
		width: 160px;
	}

	#main-box table th p {
		width: 160px;
	}

}


@media (min-width: 1123px) {

	.main-content {
		width: 705px;
	}

	#return-top {
		width: 700px;
		height: 55px;
		text-align: right;
		margin-top: 40px;
		display: block;
	}

	h3 {
		padding: 0 0 0 0;
	}

	#main-box p {
		font-size: 0.75rem;
	}



}

