@charset "utf-8";
/* PC/スマホ共通表示 */

.-----PC_MOBILE_COMMON_CSS_START----- {}

#contact .content_body {
	box-sizing:border-box;
	width:100%;
	background-color: #FFE6E6;
	padding-top: 60px;
	padding-right: 50px;
	padding-bottom: 80px;
	padding-left: 50px;
}
#contact .bloc {
	box-sizing:border-box;
	width:100%;
	margin-bottom:60px;
}
#contact .bloc .text {
	font-size:114%;
	line-height:200%;
}
#contact .bloc a {
	text-decoration:underline;
}
#contact .bloc .phone_number {
	margin-bottom:1em;
}
#contact .bloc .phone_number a {
	background-color: #FFF;
	text-align: center;
	display: flex;
	align-content: center;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	font-size: 30px;
	font-weight: bold;
	color: #EA8C00;
	text-decoration: none;
	line-height: 100%;
	height: 74px;
	width: 377px;
	border-radius: 37px;
	pointer-events:none;
}
#contact .bloc .phone_number a:before {
	content: "";
	display: block;
	background-image: url(../img/tel_pict.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size:contain;
	height: 34px;
	width: 34px;
	margin-right: 10px;
}
#contact .comment {
	background-color:rgba(255,255,255,0.5);
	margin-top:80px;
	padding-top: 40px;
	padding-right: 45px;
	padding-bottom: 40px;
	padding-left: 45px;
	font-size:114%;
	line-height:160%;
}
#contact .comment .ttl {
	font-weight: bold;
	color: #FF8460;
}




.-----PC_MOBILE_COMMON_CSS_END----- {}


/* スマートフォン用CSS */
@media screen and (max-width: 750px) {
	
.-----MOBILE_ONLY_CSS_START----- {}

#contact .bloc {
	margin-bottom:90px;
}
#contact .bloc .phone_number a {
	width:100%;
	height:110px;
	border-radius:55px;
	font-size:50px;
	pointer-events:auto;
}
#contact .bloc .phone_number a:before {
	height: 54px;
	width: 54px;
	margin-right: 15px;
}
#contact .bloc .phone_number a:hover {
	opacity:0.7;
}



.-----MOBILE_ONLY_CSS_END----- {}

	
}
