<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 */

/* mainvisual-bg
============================================= */
.mainvisual-bg{
	background: #3EADCA url(../img/mainvisual_bg01.png) no-repeat top center;
	background-size: contain;
}
.box.top{
	padding: 40px 0 0 0;
}

.box.last{
	margin-bottom:3px;
}

.menu-box li.menu-space{
	padding: 5px 0;
}

.even .right-box{
	height: 326px;
}

.right-text{
	line-height: 1.7;
}
.text-wrap{
	display: inline-block;
}
.left-img{
	float: left;
}
.right-box p.midashi{
	text-align: left;
	margin-bottom: 20px;
}
.box-icon {
	background: url(../img/contents_icon01.png) no-repeat center;
	height: 50px;
	overflow: hidden;
	position: relative;
	top: 25px;
	z-index: 2;
}
.box-icon.btn2{
	background: url(../img/contents_icon02.png) no-repeat center;
}
.box-icon.btn3{
	background: url(../img/contents_icon03.png) no-repeat center;
}

.block-btn{
	border: 1px solid #00adcd;
	text-align: center;
	padding: 13px 0;
	color: #00adcd;
}
.box.border{
	border-top:2px solid #e5e5e5;
	background: url(../img/arrow2.png) no-repeat bottom center;
	padding-bottom: 90px;
}
.box.border.last{
	background:none;
	padding-bottom: 90px;
}

/* table.left
============================================= */
table.left{
	float: left;
	width: 560px;
	
}
.right-img-list{
	float: right;
}
.right-img-list li{
	margin-bottom: 30px;
}
.block {
    width: 1000px;
    margin: auto;
    overflow: hidden;
}


@media screen and ( max-width: 1200px ){
.mainvisual-bg{
	background: url(../img/mainvisual_bg01.png) no-repeat top center;
	background-size: cover;
	}
}
@media screen and ( max-width: 1040px ){
	.menu-box {
	width: 510px;
	}
}
@media screen and ( max-width: 1000px ){
	.top-img img{
		width: 100%;
		height: auto;
	}
	.sp-br{
		display: none;
	}
.block {
	width: 100%;
	margin: auto;
	overflow: hidden;
	}
.left-img {
	float: none;
	width: 100%;
	margin-bottom: 30px;
}
.right-box {
	width: 100%;
	float: none;
	overflow: hidden;
	height: auto;
	}
}
@media screen and ( max-width: 700px ){
	.block{
		width: 300px;
	}
	.left-img,.right-box {
	float: none;
	}
	.left-img{
		margin-bottom: 30px;
	}
	.right-box p.midashi {
	text-align: center;
	margin-bottom: 20px;
	}
}

@media screen and ( max-width: 690px ){
	.right-text {
	width: 100%;
	float: none;
	margin-bottom: 20px;
	}
	.left-img {
	float: right;
	width: 100%;
	text-align: right;
	}
}
@media screen and ( max-width: 650px ){
	.top-img {
	overflow-x: scroll;
	}
	.top-img::-webkit-scrollbar{
		height: 10px;
	}
	.top-img::-webkit-scrollbar-track{
		background-color: #ccc;
	}
	.top-img::-webkit-scrollbar-thumb{
		background-color:#A8A8A8;
	}

	.top-img img{
		width: 1000px;
	}
}
@media screen and ( max-width: 570px ){
	.menu-box {
	width: 385px;
	}
}
@media screen and ( max-width: 430px ){
	.right-img {
	text-align: center;
	}
}
@media screen and ( max-width: 410px ){
	.menu-box {
	width: 255px;
	}
}

@media screen and ( max-width: 380px ){
	.block {
	width: 100%;
	}
	.right-box {
	width: 90%;
	overflow: hidden;
	margin: 0 5%;
	}
	.left-img img{
		width: 100%;
		height: auto;
	}
}</pre></body></html>