<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

#mainContent {
	padding-top: 150px;
}

.section {

}

.section .wrap {
	max-width: 1000px;
	padding-left: 20px;
	padding-right: 20px;
}

.section .wrap .imgText span {
	display: none;
}

.section .wrap hr {
	border: 1px solid #CCC;
	height: 1px;
	background-color: #FFF;
	border-width: 1px 0 0 0;
}

.spImage {
	display: none;
}

@media only screen and (max-width:640px) {
	.pcImage {
		display: none;
	}
	.spImage {
		display: block;
	}
	
	.section .wrap .imgText span {
		display: block;
		text-align: left;
	}
	.section .wrap .imgText img {
		display: none;
	}
}


h2 {
	height: 52px;
	background-image: url(../imgs/h2-bg.png);
	background-repeat: repeat-x;
	line-height: 52px;
	color: #b09f60;
	text-align: center;
	font-size: 22px;
	position: relative;
	max-width: 570px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 60px;
}

h2:before {
	display: block;
	content: "";
	width: 30px;
	height: 52px;
	background-image: url(../imgs/h2-before.png);
	position: absolute;
	top: 0;
	left: 0;
}
h2:after {
	display: block;
	content: "";
	width: 30px;
	height: 52px;
	background-image: url(../imgs/h2-after.png);
	position: absolute;
	top: 0;
	right: 0;
}

@media only screen and (max-width:640px) {
	
	#mainContent {
		padding-top: 100px;
	}

	h2 {
		line-height: 32px;
		font-size: 17px;
		height: 32px;
		background-size: 100% 100%;
		margin-bottom: 30px;
	}
	h2:before,
	h2:after {
		height: 32px;
		width: 20px;
		background-size: 100% 100%;
	}
	
}

table.outline {
	font-family: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	width: 800px;
	margin: 0 auto;
	border-collapse: collapse;
}

table.outline th {
	width: 195px;
	text-align: center;
	vertical-align: top;
	box-sizing: border-box;
	border: 1px solid #FFF;
	border-width: 1px 0;
	padding: 15px;
	background-color: #F6F3E9;
}

table.outline td {
	width: 605px;
	text-align: left;
	vertical-align: top;
	box-sizing: border-box;
	border: 1px solid #D9D9D9;
	border-width: 1px 0;
	padding: 15px 32px;
}

.wrap .caption {
	margin-top: 30px;
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}



@media only screen and (max-width:640px) {
table.outline {
	width: 100%;
}
	table.outline th,
	table.outline td {
		display: block;
		width: 100%;
	}
	table.outline th {
		padding: 5px;
		border: none;
	}
	table.outline td {
		border: none;
		padding: 8px;
	}

	.cap br{
		display: none;
	}
}

td sup{
    margin-left: -10px;
}</pre></body></html>