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

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

@media only screen and (max-width:640px) {
	#container {
		padding-top: 0;
	}
	.section .wrap {
		padding-left: 0;
		padding-right: 0;
	}

	.wrap.first {
		padding-top: 60px;
	}
}

.section {
	background: url(../imgs/bg-contents.png) repeat-x;
	position: relative;
	width: 100%;
	padding: 100px 0 125px;
}
.section h2 {
	max-width: 719px;
	margin: 0 auto 95px;
	text-align: center;
}

.section h2 span img {
	margin-top: 20px;
}
.section .text {
	text-align: center;
}
.section .text img {
	max-width: 100%;
}
.section .text span {
	display: none;
}

.spImage {
	display: none;
}

@media only screen and (max-width:640px) {
	.pcImage {
		display: none;
	}
	.spImage {
		display: block;
	}
	.section {
		margin-top: 50px;
		padding: 0 20px 40px;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
		        box-sizing: border-box;
	}
	.section h2 {
		margin-bottom: 30px;
	}
	.section .text img {
		display: none;
	}
	.section .text span {
		text-align: left;
		display: block;
		font-size: 12px;
		line-height: 22px;
	}
}

.section .caption {
	position: absolute;
	bottom: 5px;
	left: 5px;
	color: #fff;
}

.tab {
	text-align: center;
	font-size: 0;
	line-height: 0;
	letter-spacing: 0;
	margin: 100px auto;
}

.tab li {
	display: inline-block;
	margin: 0 20px 10px 20px;
}

/*.tab li a img {
	transition: all 0.3s;
	opacity: 1;
}
.tab li a:hover img {
	opacity: 0.7;
}*/
	.tab li .clickBtn {
		width: 387px;
	}
	.tab li .clickBtnSP {
		display: none;
	}
	.tab li .clickBtn:before {
		content: url(../imgs/bg-click01.png);
		top: -17px;
	}
	.tab li .clickBtn:after {
		content: url(../imgs/bg-click02.png);
		top: -17px;
		right: 0;
	}

	.tab li .clickBtn:hover:before,
	.tab li.on .clickBtn:before {
		left: 8px;
	}
	.tab li .clickBtn:hover:after,
	.tab li.on .clickBtn:after {
		right: 8px;
	}

@media only screen and (max-width:640px) {
	.tab {
		margin: 50px auto;
	}
	.tab li {
		margin: 0 auto 20px auto;
	}
	.tab li .clickBtn {
		display: none;
	}
	.tab li .clickBtnSP {
		display: block;
	}
}



.colmnTitle {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	border-bottom: 1px solid #CBCBCB;
	padding-bottom: 15px;
	margin-bottom: 40px;
	margin-top: 80px;
}

h4.colmnTitle {
	margin-top: 0;
}

.colmn {

}

.colmn.colmn2 {
	border: 1px solid #D8D8D8;
	padding: 40px 40px 0 40px;
	box-sizing: border-box;
	margin-bottom: 40px;
}

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

.colmn .xs {
	max-width: 220px;
}

.colmn .thin {
	width: 263px;
}
.colmn .wide {
	width: 611px;
}

.colmn .large {
	width: 632px;
}
.colmn .small {
	width: 304px;
}

.colmn .item {
	color: #231815;
	font-family:-apple-system,BlinkMacSystemFont,"Helvetica Neue","游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN",メイリオ,Meiryo,sans-serif;
	margin-bottom: 35px;
}
.colmn .item .pht {
	margin-bottom: 15px;
}
.colmn .item h5 {
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 15px;
	letter-spacing: 0;
}

.colmn .item h5 span {
	font-size: 10px;
}

.colmn .item .txt {
	font-size: 12px;
	line-height: 1.7;
	text-align: justify;
}
.bnrArea {
	text-align: center;
}
.bnrArea a:hover {
	opacity: 0.8;
	transition: .3s;
}
@media only screen and (max-width:640px) {
	.colmn .fl,
	.colmn .fr {
		float: none;
	}

	.colmn.colmn2 {
		padding: 15px;
	}

	.colmn .small,
	.colmn .large,
	.colmn.colmn2 .txt,
	.colmn.colmn2 .image {
		width: 100%;
		max-width: 304px;
	}
	.colmn .large {
		margin-bottom: 15px;
	}

	.colmn.flexWrap,
	.colmn.clearfix {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
}


/* modal */
#modal {
	padding-bottom: 40px;
  z-index: 0;
}

#modal-open {
  background-color: #fff;
}



#modal-main {
	display: none;
	max-width: 900px;
	height: 100vh;
	margin: 0;
	padding: 0;
	color: #666666;
	position:fixed;
	top: 20px;
    overflow-y: hidden;
	z-index: 999999;
	padding: 0 20px;
	background-color: translate;
}

.modal_img {
	width: 100%;
	max-height: 100vh;
    overflow-y: auto;
	margin: 0 auto;
}

.modal_closeBtn {
	position: absolute;
	top: 5%;
  right: 9%;
}

.modal_closeBtn:hover {
	cursor: pointer;
}

#modal-bg {
	display:none;
	width:100%;
	height:100%;
	background-color: rgba(0,0,0,0.7);
	position:fixed;
	top:0;
	left:0;
	z-index: 99999;
}
</pre></body></html>