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

/* ヒーロー
---------------------------------------------------- */
.heroes {
	position: relative;
}
.heroes .hero-inner {
	margin: auto;
	line-height: 0;
}
.heroes .hero-inner img {
	width: 100%;
	line-height: 0;
}

.slick-dots {
	bottom: 10px!important;
}
.slick-dots li {
	height: 5px;
	width: 5px;
	margin: 0!important;
}
.slick-dots li button {
	height: 5px;
	width: 5px;
	padding: 0!important;
}
.slick-dots li button:before {
	font-size: 10px!important;
	color: #fff!important;
	opacity: 1!important;
}
.slick-dots li.slick-active button:before {
	color: #1c2a5a!important;
	opacity: 1!important;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
	color: #1c2a5a!important;
	opacity: 1!important;
}
.slick-prev {
left: 10px!important;
z-index: 1;
}
.slick-next {
right: 10px!important;
}

/* 概要
---------------------------------------------------- */
section ul {
	width: 400px;
	margin-left: auto;
	margin-right: auto;
}
section dl {
	margin: 20px 0 1em 0;
}
section dl dt {
	font-family: 'mplus-1c-medium';
}
section .encho1 {
	padding: 0 5px;
	background: rgba(222,134,174,0.2);
	border: 1px solid #666;
}
section .encho2 {
	padding: 0 5px;
	background: rgba(20,123,190,0.2);
	border: 1px solid #666;
}
section .encho3 {
	padding: 0 5px;
	background: rgba(124,193,186,0.2);
	border: 1px solid #666;
}

/* レティーナ用画像
---------------------------------------------------- */
@media only screen and (-webkit-min-device-pixel-ratio: 2) {

}

/* iPad　縦　以上
---------------------------------------------------- */
@media all and (min-width: 767px) {
section dl {
	width: 500px;
	margin: 20px auto 1em auto;
	display: -webkit-flex;
	display: -webkit-box;
    display: -ms-flexbox;
	display: -moz-flex;
    display: flex;
}
section dl dt {
	width: 150px;
	margin-right: 10px;
}
}

/* iPad　縦　以上 レティーナ用画像
---------------------------------------------------- */
@media only screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 767px) {

}

/* IE10 */
@media all and (-ms-high-contrast:none) and (min-width: 767px) {

}
</pre></body></html>