@charset "UFT-8";


#MAIN{
	text-align: center;
	background: #EEEEEF;
	position: relative;
}
#MAIN:before{
	content: "";
	width: 100%;
	height: 350px;
	background: url(../img/other/bg_system.png) center no-repeat #9badc6;
	position: absolute;
	left: 0;
	right: 0;
	z-index: -1;
}
.h2{
	color: #fff;
}
.btn-flex{
	padding: 30px 0 10px;
}
#MAIN .btn-flex a{
	display: flex;
	justify-content: center;
	align-items: center;
	line-height: 1.5;
	height: 4em;
	vertical-align: middle;
	padding: 0;
	padding-left: 20px;
	background: url(../img/common/ico_arrow_down_blue.png) center left 10px no-repeat #4177C8;
	font-size: 110%;
}
#MAIN p {
	padding: 1em 0;
}

#MAIN .flex{
	margin-top: 40px;
}
#MAIN .flex dl{
	margin-right: 15px;
}
#MAIN .flex dd {
	margin-top: 0.5em;
	padding-bottom: 1.5em;
	line-height: 1.5;
}
#MAIN .flex li {
	background: #c3daf7;
	text-align: center;
	line-height: 1.5;
	height: 100px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-content: center;
}
#MAIN .flex span{
	padding-bottom: 10px;
}
#MAIN .flex span:last-of-type{
	padding-bottom: 0;
}

.zoom_img img{
	max-width: 100%;
}
.zoom_img a{
	color: #4177C8;
	font-size: 120%;
	font-weight: bold;
}
.zoom_img a:before{
	content: '';
	position: relative;
	top: 2px;
	display: inline-block;
	width: 25px;
	height: 25px;
	background-image: url(../img/system/img_zoom.png);
	background-size: contain;
	background-repeat: no-repeat;
	vertical-align: bottom;
}
#sec04 dt{
	color: #4177C8;
	font-size: 120%;
	border-top: 1px solid #666;
	height: 76px;
	padding-top: 1.5em;
	line-height: 1.2;
}
#sec04 dd{
	background: #fff !important;
	text-align: left !important;
	font-weight: 400;
}



@media only screen and (max-width: 768px) {
	#MAIN {
		background: url(../img/other/bg_system_sp.png) top center no-repeat #FFF;
		background-size: contain;
		padding: 5%;
	}
	#MAIN:before {
		content: none;
	}
	#MAIN .h2 h2 {
		font-size: 150%;
	}
	#MAIN .h2 p {
		font-size: 110%;
		padding: 0.5em;
	}
	#MAIN h3 {
		font-size: 170%;
	}
	#MAIN h3:after {
		margin: 10px auto 0;
	}
	#MAIN div.bg-blue {
		margin-top: 10px;
		text-align: center;
	}
	#MAIN #sec00 p {
		text-align: left;
	}
	#MAIN .h2 {
		padding-top: 40px;
	}
	#MAIN div.sec {
		padding: 1em 0 0;
	}
	#MAIN .flex {
		display: block;
	}
	#MAIN #sec01,
	#MAIN #sec02,
	#MAIN #sec03 {
		padding: 0;
	}
	#MAIN #sec03 {
		padding-bottom: 30px;
	}
	#MAIN #sec01 p {
		padding: 1em;
		margin: 0;
		font-size: 90%;
	}
	#MAIN #sec01 p.img {
		padding: 0 1em;
	}
	#MAIN #sec01 .big {
		font-size: 120%;
	}
	#MAIN .btn-flex {
		margin-bottom: 2em;
	}
	#MAIN .btn-flex a {
		margin-right: 8px;
		padding-left: 0;
		padding-top: 1em;
		padding-bottom: 2em;
		height: auto;
		vertical-align: top;
		background: url(../img/common/ico_arrow_down_blue.png) bottom center no-repeat #4177C8;
		font-size: 80%;
		background-size:2em;
	}
	#MAIN .btn-flex a:last-of-type {
		margin-right: 0;
	}
	#MAIN .flex{
		margin-top: 0;
		padding-top: 1.5em !important;
	}
	#MAIN .flex dl{
		margin-right: 0;
	}
	#MAIN .flex dd {
		display: block;
		padding: 0;
		margin-top: 1em;
		margin-bottom: 1em;
		line-height: 1.5;
		height: auto;
		background: #fff;
	}
	#MAIN .flex dd span{
		width: 100%;
		display: block;
		padding-top: 0.5em;
		margin: 0 !important;
	}
	#MAIN .flex dd span{
		padding-bottom: 10px;
		
	}
	#MAIN .flex.type02 li{
		height: auto;
		margin: 0 0 1em;
		padding: 1em
	}
	#MAIN .flex.type02 li:last-child{
		margin: 0;
	}
	
	
	#MAIN #sec03 ul{
		margin-right:0 !important;
	}
	#sec04 dt{
		font-size: 110%;
	}
	#sec04 dl{
		height: auto;
		padding-bottom: 1em;
	}
	#MAIN h4.h4_system {
		font-size: 100%;
	}
}






