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

.mainVisual {
	position: relative;
}
.mainVisual .image img {
	width: 100%;
	max-width: auto;
}
.mainVisual .caption {
	position: absolute;
	bottom: 5px;
	right: 5px;
	color: #fff;
}


.mainVisual .spMain {
	display: none;
}
@media only screen and (max-width:640px) {
	#container {
		padding-top: 75px;
	}
	.mainVisual .image {
		display: none;
	}
	.mainVisual .spMain {
		display: block;
	}
	.mainVisual .spMain .image {
		position: relative;
		display: block;
	}
	.mainVisual .spMain .image .caption {
		position: absolute;
		bottom: 5px;
		left: 5px;
		font-size: 10px;
	}
}

.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;
	}
}


.colmn {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.colmn .left {
	width: 100px;
}

.colmn .left p {
	text-align: right;
	padding-top: 55px;
}

.colmn .right {
	width: 900px;
	background-image: url(../imgs/ptn0.png);
	background-repeat: repeat-y;
	background-position: left;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 25px 0;
}

.colmn .right &gt; .half {
	width: 465px;
}

.colmn .right &gt; .pht {
	width: 391px;
}

.colmn .right h4 {
	vertical-align: middle;
	padding-left: 74px;
	font-size: 21px;
	line-height: 30px;
}

.colmn .right h4 span.num {
	background-repeat: no-repeat;
	background-position: left;
	display: block;
	padding-left: 40px;
}

.colmn .right .dmy {
	width: 100%;
}

.colmn .right h4.n1 span.num {
	background-image: url(../imgs/n1.png);
}
.colmn .right h4.n2 span.num {
	background-image: url(../imgs/n2.png);
}
.colmn .right h4.n3 span.num {
	background-image: url(../imgs/n3.png);
}
.colmn .right h4.n4 span.num {
	background-image: url(../imgs/n4.png);
}
.colmn .right h4.n5 span.num {
	background-image: url(../imgs/n5.png);
}
.colmn .right h4.n6 span.num {
	background-image: url(../imgs/n6.png);
}
.colmn .right h4.n7 span.num {
	background-image: url(../imgs/n7.png);
}
.colmn .right h4.n8 span.num {
	background-image: url(../imgs/n8.png);
}
.colmn .right h4.n9 span.num {
	background-image: url(../imgs/n9.png);
}
.colmn .right h4.n10 span.num {
	background-image: url(../imgs/n10.png);
}

.colmn .right h4.bdr {
	background-image: url(../imgs/ptn6.png);
	background-repeat: repeat-y;
}

.colmn .right h4 img {
	vertical-align: middle;
	margin-right: 10px;
}

.colmn .right h4.nl {
	letter-spacing: -1px;
}

.colmn .right h4 span.sub {
	display: block;
	font-size: 14px;
	padding-left: 40px;
}

.colmn .right p.text {
	background-image: url(../imgs/ptn6.png);
	background-repeat: repeat-y;
	padding-left: 74px;
	font-family: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
}

.colmn .right p.text.nb {
	background: none;
}

.colmn .right p.text .cap {
	color: #999;
}

.colmn .right .ptn1 {
	width: 100%;
	height: 35px;
	background-image: url(../imgs/ptn1.png);
}
.colmn .right .ptn2 {
	width: 100%;
	height: 35px;
	background-image: url(../imgs/ptn3.png);
}

.colmn .right .ptn3 {
	width: 100%;
	height: 35px;
	background-image: url(../imgs/ptn2.png);
}

.colmn .right .ptn4 {
	width: 100%;
	height: 35px;
	background-image: url(../imgs/ptn5.png);
}

.colmn .right .ptn5 {
	width: 100%;
	height: 35px;
	background-image: url(../imgs/ptn7.png);
}

.colmn .right .bdr2 {
	background-image: url(../imgs/ptn6.png);
	background-repeat: repeat-y;
}
.pb140 {
	padding-bottom: 140px; 
}

@media only screen and (max-width:640px) {

	.colmn .right .dmy {
		display: none;
	}

	.colmn .left {
		text-align: center;
		width: 100%;
	}

	.colmn .left p {
		text-align: center;
		border-bottom: 1px solid #BCAD78;
		padding-bottom: 25px;
	}
	.colmn .right {
		width: 100%;
		background: none;
	}

	.colmn .right h4 {
		padding-left: 0;
		margin-bottom: 18px;
		margin-top: 30px;
		font-size: 18px;
	}

	.colmn .right .ptn1,
	.colmn .right .ptn2,
	.colmn .right .ptn3,
	.colmn .right .ptn4,
	.colmn .right .ptn5 {
		display: none;
	}
	.colmn .right &gt; .half,
	.colmn .right &gt; .pht {
		width: 100%;
	}

	.colmn .right &gt; .pht {
		margin-top: 20px;
	}

	.colmn .right h4.bdr {
		background: none;
	}
	.colmn .right .bdr2 {
		background: none;
	}

	.colmn .right p.text {
		background: none;
		padding-left: 0;
	}
	.pb140 {
		padding-bottom: 0; 
	}

}

#Map area {
	border: none;
	outline: none;
}

#mainContent .captionArea {
	padding: 100px 0;
}

@media only screen and (max-width:640px) {
	#mainContent .captionArea {
		padding: 50px 0;
	}
}
</pre></body></html>