@charset "UTF-8";

.contentpage .m_img_area .m_img.type1 {background-image: url("../images/contact/m_img@2x.jpg");}



/*注意事項
---------------------------------------------------------*/
.contact .com_lead {
	padding-top: 20px;
}
.contact .attention {
	border: solid 1px #294c7f;
}
.contact .attention h2 {
	width: 100%;
	box-sizing: border-box;
	text-align: center;
	color: #294c7f;
	font-size: 175%;
	letter-spacing: .15em;
	line-height: 1.6em;
	padding: .9em 3%;
	border-bottom: solid 1px #294c7f;
}
.contact .attention .in_box {
	padding: 50px 5%;
}
.contact .attention .in_box li {
	font-size: 120%;
	letter-spacing: .15em;
	line-height: 1.6em;
	padding-left: 1.5em;
	position: relative;
	margin-bottom: .8em;
}
.contact .attention .in_box li:last-child {
	margin-bottom: 0;
}
.contact .attention .in_box li::before {
	content: "";
	position: absolute;
	letter-spacing: normal;
	line-height: 1.0em;
	width: .8em;
	height: .8em;
	border-radius: 50%;
	background: #294c7f;
	left: 0;
	top: .4em;
}
.contact .attention .tel_box {
	background: #f7f7f7;
	padding: 50px 4%;
	text-align: center;
}
.contact .attention .tel_box dl {
	display: flex;
    justify-content: center;
    align-items: center;
}
.contact .attention .tel_box dt {
	font-size: 140%;
	letter-spacing: .2em;
	line-height: 1.4em;
	margin-right: 1.0em;
}
.contact .attention .tel_box dd {
	width: 50%;
	max-width: 430px;
}
.contact .attention .tel_box dd img {
	width: 100%;
}
.contact .attention .txt_time {
	margin-top: 1.5em;
}
.contact .attention .txt_time span {
	display: inline-block;
	line-height: 1.6em;
	margin: 0 .8em;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.contact .com_lead {
	padding-top: 3%;
}
.contact .attention h2 {
	font-size: 160%;
	letter-spacing: .1em;
}
.contact .attention .in_box {
	padding: 5%;
}
.contact .attention .in_box li {
	font-size: 110%;
	letter-spacing: .05em;
}
.contact .attention .tel_box {
	padding: 4%;
}
.contact .attention .tel_box dt {
	font-size: 120%;
	letter-spacing: .15em;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.contact .com_lead {
	padding-top: 0%;
}
.contact .attention h2 {
	font-size: 140%;
	letter-spacing: .05em;
	line-height: 1.4em;
	padding: .5em 3%;
}
.contact .attention .in_box {
	padding: 6% 5%;
}
.contact .attention .in_box li {
	font-size: 105%;
	letter-spacing: .05em;
	padding-left: 1.3em;
	margin-bottom: .5em;
}
.contact .attention .tel_box {
	padding: 6%;
}
.contact .attention .tel_box dl {
	display: block;
}
.contact .attention .tel_box dt {
	font-size: 120%;
	letter-spacing: .1em;
	margin-right: 0;
	margin-bottom: .6em;
}
.contact .attention .tel_box dd {
	width: 100%;
}
.contact .attention .tel_box dd img {
	width: 100%;
}
}



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

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

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