@charset "utf-8";

/******************* 統一設定 *******************/
section[id^=sec] .button{
	margin:0 auto;
	padding:10px 40px;
	color:#4d99b5;
	background:#fff;
	border:solid 2px #4d99b5;
	border-radius:999px;
	display:block;
}


/******************* 各セクション *******************/
#sec01 h1::before{
	background:url("./../img/contacts/icon1.png") no-repeat center/contain;
}


#sec02{
	width:100%;
	padding:20px 10px;
	color:#4d99b5;
	background:#fff;
	text-align:center;
	border-top:solid 2px #4d99b5;
	border-bottom:solid 2px #4d99b5;
}


#sec03{
	padding-bottom:50px;
	background:#e0f3fa;
}

#sec03 .circle .header img{
	width:42px;
}

#sec03 .access{
	width:90%;
	max-width:1152px;
	margin:max(-4%,-55px) auto 0;
	color:#337d98;
	text-align:center;
}

#sec03 .access a{
	margin-bottom:5px;
	color:#337d98;
	font-size:2em;
	font-weight:bold;
	display:block;
}

#sec03 .access p{
	font-size:1.5em;
	margin-bottom:5px;
}


@media (max-width:450px){
	#sec03 .circle .header img{
		width:32px;
	}
}