@charset "UFT-8";


#MAIN{
	text-align: center;
	background: #EEEEEF;
	position: relative;
}
#MAIN:before{
	content: "";
	width: 100%;
	height: 350px;
	background: url(../img/other/bg_contact.png) center no-repeat #9badc6;
	position: absolute;
	left: 0;
	right: 0;
	z-index: -1;
}
.h2{
	color: #fff;
}
.btn-flex{
	padding: 30px 0 10px;
}
#MAIN a.btn{
}
#MAIN p {
	padding: 1em 0;
}

#MAIN div.bg-blue {
	background: #4177C8;
	color: #fff;
	padding: 1em;
	margin-top: 40px;;
}
#MAIN div.bg-blue p.huge{
	padding:0;
	
}
#MAIN div.bg-blue a{
	color: #fff;
}
#MAIN div.bg-blue a:hover{
	color: #aaa;
}




@media only screen and (max-width: 768px) {
	#MAIN {
		background: url(../img/other/bg_contact_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 #sec02{
		padding: 20px 0 0 0;
		font-size: 80%;
		margin-bottom: 2em;
	}
	#MAIN #sec02 p:first-of-type{
		font-size: 130%;
	}
}













