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

.ind_header01 {
	background: url(../img/ind_tit_bg_01.jpg) no-repeat center top;
}

.jsShowArea {
	position: relative;
}
/*.jsShowArea:hover &gt; .jsShow {
	display: block;
}*/
.jsShow {
	color: #4bb0e9;
	font-size: 146.15%;
	font-weight: bold;
	background-color: #fff;
	border: 3px solid #4fb2e9;
	border-radius: 5px;
	width: 264px;
	box-sizing: border-box;
	position: absolute;
	left: -50%;
	right: -50%;
	margin: auto;
	opacity: 0;
	/*display: none;*/
	box-shadow: 0px 2px 10px 0px rgba(4, 0, 0, 0.2);
	transition: 1s all;
}
.jsShow.show {
	opacity: 0.98;
}
.jsShow::before {
	content: "";
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	bottom: -14px;
	left: 0;
	right: 0;
	border-style: solid;
	border-width: 14px 7px 0 7px;
	border-color: #fff transparent transparent transparent;
	z-index: 3;
	margin: auto;
}
.jsShow::after {
	content: "";
	position: absolute;
	bottom: -21px;
	left: 0;
	right: 0;
	margin: auto;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 21px 11px 0 11px;
	border-color: #4fb2e9 transparent transparent transparent;
	z-index: 2;

}
.sec01 .jsShow {
	top: -130px;
	padding: 15px 5px 23px;
	width: 200px;
}
.sec03 .jsShow {
	top: -180px;
	padding: 15px 5px 23px;
	width: 210px;
}
.sec03 .jsShow.shortTxt {
	padding: 40px 5px;
}
.sec01 {
	margin-top: 50px;
}
.sec01 .col3 {
	text-align: center;
	margin-top: 60px;
}
.sec01 .col3 li {
	display: inline-block;
	margin: 0 30px;
	max-width: 202px;
	width: 21%;
	vertical-align: top;
}
.sec01 .col3 li img {
	width: 100%;
}
.sec02 {
	margin-top: 40px;
	background-color: #f5fbff;
	padding: 50px 0;
}
.sec02 .img01 {
	margin-top: 50px;
	padding-right: 60px;
}
.sec02 .img01 img {
	width: 100%;
	max-width: 958px;
}

.sec03 {
	background-color: #f2f2f2;
	padding-top: 60px;
	padding-bottom: 50px;
}
.sec03 h2 .txtL {
	font-size: 140.625%;/* 45px */
}
.sec03 .col3 {
	text-align: center;
	margin-top: 60px;
}
.sec03 .col3 li {
	display: inline-block;
	margin: 0 30px;
	max-width: 202px;
	width: 21%;
	vertical-align: top;
}
.sec03 .col3 li img {
	padding-bottom: 15px;
	width: 100%;
}
.sec03 .col3 li span.txtBlu {
	color: #193996;
	font-size: 153.84%;/* 20px */
	font-weight: bold;
}
.sec04 {
	margin-top: 50px;
}
.sec04 .img01 {
	text-align: center;
	margin-top: 50px;
	padding: 0 10px;
}
.sec04 .img01 img {
	width: 100%;
	max-width: 770px;
}
@media screen and (max-width: 767px) {
	.ind_header01 {
		background: none;
	}
	.jsShow {
		font-size: 92.85%;
	}
	.jsShow::before {
		bottom: -14px;
	}
	.sec01 .jsShow {
		top: -90px;
		padding: 10px;
		width: 100px;
	}
	.sec03 .jsShow {
		top: -150px;
		padding: 10px;
		width: 100px;
	}
	.sec03 .jsShow br {
		display: none;
	}
/*	.sec03 .jsShow br.c_onlySp {
		display: block;
	}
*/	.sec03 .jsShow.shortTxt {
		padding: 30px 10px;
	}
	.sec01 {
		margin-top: 35px;
	}
	.sec01 .col3 {
		margin-top: 35px;
	}
	.sec01 .col3 li {
		margin: 0 7px;
		width: 28%;
	}
	.sec02 {
		margin-top: 35px;
		padding: 35px 0;
	}
	.sec02 .img01 {
		margin-top: 30px;
		padding-right: 0;
		/*padding-right: 10px;*/
	}
	.sec02 .img01 img {
		/*max-width: 622px;*/
	}
	.sec03 {
		padding-top: 35px;
		padding-bottom: 30px;
	}
	.sec03 .col3 li {
		margin: 0 7px;
		width: 28%;
	}
	.sec03 .col3 li span.txtBlu {
		font-size: 92.3%;/* 12px */
	}
	.sec04 {
		margin-top: 25px;
	}
	.sec04 .img01 {
		margin-top: 25px;
	}
	.sec04 .img01 img {
		max-width: 600px;
	}
}
</pre></body></html>