@charset "UFT-8";

#MAIN{
	text-align: center;
	background: #EEEEEF;
	position: relative;
}
#MAIN:before{
	content: "";
	width: 100%;
	height: 350px;
	background: #4177C8;
	position: absolute;
	left: 0;
	right: 0;
	z-index: -1;
}
.h2{
	color: #fff;
}
.btn-flex{
	padding: 30px 0 10px;
}
#MAIN a.btn{
}
#MAIN .btn-flex a{
	line-height: 4em;
	height: 4em;
	vertical-align: middle;
	padding: 0;
	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:first-of-type{
	margin-right: 50px;
}
#MAIN .flex dt {
	background: #4177C8;
	color: #fff;
	padding:5px 0.5em;
	margin-top: 0;
	line-height: 1.5;
	position: relative;
	margin-bottom: 1em;
}
#MAIN .flex dt:after{
	content:"";
	position: absolute;
	top: 0;
	right: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 1.1em 0 1.1em .8em;
	border-color: #fff #fff #fff #4177C8;
}

#MAIN .flex dd {
	vertical-align: top;
	line-height: 1.8;
  padding-left: 1.7em;
  text-indent: -1.7em;
}
#MAIN .flex dd:before {
	content: "";
	display: inline-block;
	width: 1.7em;
	height: 1.6em;
	background: url(../img/common/ico_arrow_right_blue.png) left -7px center no-repeat;
	background-size: contain;
	vertical-align: bottom;
}
#MAIN .flex .half dd {
	display: inline-block;
	width: 48%;
}

#MAIN .flex dd a{
	color: #000;
}
#MAIN .flex dd a:hover{
	color: #777;
}



@media only screen and (max-width: 768px) {
	#MAIN {
		background: url(../img/other/bg_sitemap_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 .h2 {
		padding-top: 40px;
	}
	#MAIN div.sec {}
	#MAIN .flex {
		display: block;
	}

	#MAIN .flex{
		margin-top: 0;
	}
	#MAIN #sec02 .flex > div:first-of-type,
	#MAIN #sec03 .flex > div:first-of-type {
		margin-right: 0;
	}
	#MAIN #sec01,
	#MAIN #sec01 p:first-of-type,
	#MAIN #sec02,
	#MAIN #sec02 p:first-of-type,
	#MAIN #sec03,
	#MAIN #sec03 p:first-of-type ,
	#MAIN #sec04,
	#MAIN #sec04 p:first-of-type {
		padding: 0;
	}
	#MAIN .flex dl:first-of-type{
		margin-right: 0;
	}
	#MAIN .flex dd{
		padding-bottom: 0.7em;
		padding-left: 1em;
		text-indent: -1em;
	}
	#MAIN .flex dd:before{
		width: 1em;
		background-size: 1.5em;
		height: 2em;
	}
	#MAIN #sec02 dl{
		padding-top: 20px;
	}
}
















