@charset "UTF-8";

/* メインイメージ */
.contentpage .m_img_area::before {
	background-image: url("../images/contact/m_img@2x.jpg")
}



/*caution
---------------------------------------------------------*/
#caution {
	background-color: #faf4e3;
	padding: 65px 0 110px;
}
#caution .com_contact {
	max-width: 620px;
	width: 70%;
}
/* #caution .com_contact ul .com_web {
	width: 53.2%;
}
#caution .com_contact ul .com_line {
	width: 46.8%;
} */
#caution .com_contact ul .com_mail {
	display: none;
}
/* PC,Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) {

.com_contact {
	grid-template-columns: 67% 33%;
}
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
#caution {
	padding: 6% 0 10%;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
#caution {
	padding: 12% 0;
}
#caution .com_contact {
	width: 94%;
}
}





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

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {

}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {

}