@charset "utf-8";
/* CSS Document */

/* -------------------------------------------------

contents

------------------------------------------------- */

/* color */
.titleArea h2,
.titleArea ul li a,
.gotop a{
	background-color: #44b2e6;
}
.mainArea h3{
	color:#44b2e6;
	border-bottom:4px solid #44b2e6;
}
/* mainArea */
#contactArea h3{
	font-size:1.4em;
	font-weight:bold;
	padding:0 0 10px;
	margin:0 0 20px;
	color:#44b2e6;
	border-bottom:4px solid #44b2e6;
}
.infoArea02{
	text-align:center;
}
.infoTel sup{
	display:block;
	line-height:40%;
	padding:0 0 15px;
}





/* PC */
@media screen and (min-width:769px) {

}
/* Tablet */
@media screen and (max-width:768px) {
#contactArea iframe{
	width:100%;
}
}



















