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


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

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

.tab li .clickBtn {
		width: 300px;
	}
	.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  {
		left: 7.5px;
	}
	.tab li .clickBtn:hover:after  {
		right: 7.5px;
	}

@media only screen and (max-width:640px) {
	.tab {
		margin: 50px auto;
	}
	.tab li {
		margin: 0 10px 50px 10px;
	}
}


.visual {
	position: relative;
}

.visual img {
	width: 100%;
	height: auto;
}

.visual .caption {
	color: #FFF;
	font-size: 10px;
	position: absolute;
	bottom: 5px;
	left: 5px;
}

.visual3 .image img {
	width: 50%;
	display: inline-block;
}

.visual4 .image img {
	width: 25%;
	display: inline-block;
}

@media only screen and (max-width:640px) {
	.visual3 .image img {
		width: 100%;
		display: block;
	}
	
	.visual4 .image img {
		width: 50%;
	}
}


.tAccess {
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}

.tAccess .cur {
	display: none;
}

.tAccess p {
	margin-bottom: 25px;
}

@media only screen and (max-width:640px) {
	.tAccess {
		border: 1px solid #D6D6D6;
		position: relative;
	}
	
	.tAccess .body {
		overflow-x: scroll;
		padding-bottom: 40px;
	}
	.tAccess p {
		width: 800px;
		padding: 0 20px;
	}
	.tAccess .cur {
		position: absolute;
		left: 5px;
		bottom: 15px;
		width: 35px;
		display: block;
	}
}


.tEx {
	padding: 20px 0;
	border: 1px solid #D6D6D6;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.tEx .title {
	padding: 0 20px;
	width: 25%;
	box-sizing: border-box;
	border-right: 1px solid #D6D6D6;
}

.tEx .title .bar {
	text-align: center;
	font-size: 16px;
	padding: 5px;
	background-color: #D6D6D6;
	margin-bottom: 30px;
}

.tEx .title .bar span {
	display: none;
}

.tEx .body {
	padding: 0 20px;
	width: 75%;
	box-sizing: border-box;
}

.tEx .body ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.tEx .body ul li {
	width: 20%;
	margin-bottom: 10px;
	font-size: 12px;
	letter-spacing: 0;
	font-family: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-indent: -1em;
	padding-left: 1em;
	box-sizing: border-box;
}

.tEx .body ul li.wide {
	width: 40%;
}

.tEx .body ul:after {
	display: block;
	width: 40%;
	content: "";
}

@media only screen and (max-width:640px) {
	.tEx {
		padding: 0;
		margin-top: 40px;
	}
	.tEx .title,
	.tEx .body {
		width: 100%;
		padding: 0;
	}
	
	.tEx .body {
		display: none;
	}
	
	.tEx .title {
		border-right: none;
	}
	
	.tEx .title .bar span {
		display: inline;
	}
	
	.tEx .title .bar {
		position: relative;
		height: 40px;
		line-height: 40px;
		margin-bottom: 0;
	}
	
	.tEx .title .bar:after {
		content: "";
		width: 32px;
		height: 32px;
		background-image: url(../imgs/sp/icn-02.png);
		background-size: 100% 100%;
		position: absolute;
		right: 5px;
		top: 10px;
		display: block;
	}
	
	.tEx .title.on .bar:after {
		background-image: url(../imgs/sp/icn-01.png);
	}
	
	.tEx .title p {
		width: 90%;
		border-bottom: 1px solid #D6D6D6;
		margin: 0 auto;
		padding-bottom: 20px;
		padding-top: 20px;
		display: none;
	}
	
	.tEx .body ul {
		padding: 30px 15px;
	}
	
	.tEx .body ul li {
		width: 50%;
		font-size: 10px;
	}

	.tEx .body ul:after {
		display: none;
	}
}



.colmn {
	display: flex;
	padding: 40px;
	flex-wrap: wrap;
	justify-content: space-between;
	border: 1px solid #D6D6D6;
	margin-top: 40px;
}

.colmn h4 {
	font-size: 22px;
	margin-bottom: 30px;
}

.colmn h4 sup {
	font-size: 12px;
}

.colmn p {
	font-family: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
}

.colmn &gt; div {
	width: 48%;
}

.colmn &gt; div .cap {
	margin-top: 15px;
}

@media only screen and (max-width:640px) {
	
	.colmn {
		padding: 15px;
	}
	
	.colmn &gt; div {
		width: 100%;
	}
}


.colmn2 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-bottom: 25px;
	border-bottom: 1px solid #D6D6D6;
}

.colmn2.nb {
	border-bottom: none;
	padding-bottom: 60px;
}

.colmn2 .pht {
	width: 25%;
}

.colmn2 .body {
	width: 71%;
}

.colmn2 .cur {
	display: none;
}

.colmn2 h4 {
	font-size: 18px;
}

.colmn2 .scWrap {
	padding: 10px 0;
}


@media only screen and (max-width:640px) {
	.colmn2 .pht,
	.colmn2 .body {
		width: 100%;
	}
	
	.colmn2 .scBody {
		overflow-x: scroll;
	}
	
	.colmn2 .scBody p {
		width: 600px;
		padding-bottom: 50px;
	}
	
	.colmn2 .scWrap {
		position: relative;
	}

	.colmn2 .cur {
		position: absolute;
		left: 5px;
		bottom: 20px;
		width: 35px;
		display: block;
	}
	.colmn2 .zu {
		display: block;
		border: 1px solid #d6d6d6;
		box-sizing: border-box;
		margin-bottom: 5px;
	}
	
	.colmn2 h4 {
		margin-top: 15px;
		font-size: 16px;
		display: none;
	}

}


.l1 {
	color: #E2BCCD;
}
.l2 {
	color: #C74590;
}
.l3 {
	color: #AD8F56;
}
.l4 {
	color: #CE311D;
}
.l5 {
	color: #42AC6B;
}
.l6 {
	color: #389EAE;
}
.l7 {
	color: #418FBC;
}
.l8 {
	color: #CB8124;
}
.l9 {
	color: #BD1453;
}
.l10 {
	color: #D96FA4;
}
.l11 {
	color: #906F56;
}
.l12 {
	color: #8E84BA;
}
.l13 {
	color: #C6C1DD;
}
.l14 {
	color: #89B5CA;
}
.l15 {
	color: #A6C4D6;
}
.l16 {
	color: #B67855;
}
.l17 {
	color: #5C286B;
}
.l18 {
	color: #988E5B;
}
.l19 {
	color: #D08D30;
}
.l20 {
	color: #A6A6A6;
}
.l21 {
	color: #870511;
}
.l22 {
	color: #CD9CB4;
}
.l23 {
	color: #A9BC76;
}
.l24 {
	color: #144596;
}
.l25 {
	color: #2D83C8;
}
.l26 {
	color: #2B7E68;
}
.l27 {
	color: #576785;
}
.l28 {
	color: #7BA25B;
}
.l29 {
	color: #7C62A3;
}
.l30 {
	color: #D3CBC6;
}
.l31 {
	color: #A69991;
}
.l32 {
	color: #659C73;
}
.l33 {
	color: #794C96;
}
.l34 {
	color: #988E5B;
}
.l35 {
	color: #D08D30;
}
.l36 {
	color: #A6A6A6;
}
.jr {
	font-size: 10px;
	font-weight: bold;
}
</pre></body></html>