@charset "UTF-8";

.m_img {
    background-image: url(../images/contact/m_img@2x.jpg);
}
.com_style1 > dt {
	font-size: min(2.5vw,168%);
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.com_style1 > dt {
	font-size: 115%;
}
}
/*---------------------------------------------------------
caution_box
---------------------------------------------------------*/
.caution_box {
    background-color: #FFFFD2;
    box-sizing: border-box;
    padding: 65px 5%;
}
.caution_box .title {
	position: relative;
	text-align: center;
	color: #DF7C00;
	font-size: 131%;
	font-weight: bold;
	letter-spacing: .15em;
	line-height: 1.3;
	border-radius: 2em;
    background-color: #FFF;
    box-sizing: border-box;
    padding: 1em 5%;
	margin-bottom: 1.5em;
}
.caution_box .title::before {
	display: inline-block;
	content: "";
	background: url(../images/contact/icon_caution.svg) no-repeat;
	background-size: contain;
	width: 1.72em;
	height: 1.58em;
	vertical-align: -0.4em;
	margin-right: .6em;
}
.caution_box .com_marulist {
	padding: 0 2.4%;
	margin-bottom: 40px;
}
.caution_box .com_marulist > li::before {
	font-size: 150%;
	line-height: 1;
	left: -0.2em;
}
.caution_box .com_fuki_dash {
	margin-bottom: 2em;
}
.caution_box .btn_tel > * {
    background-color: #FFF;
}
.caution_box .btn_mail {
    display: none;
}
/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.caution_box {
    padding: 6% 5%;
}
.caution_box .title {
	font-size: 120%;
}
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.caution_box {
    padding: 8% 5%;
}
.caution_box .title {
	font-size: 105%;
	letter-spacing: .1em;
    padding: 1.2em 5% .8em;
}
.caution_box .title::before {
	position: absolute;
	left: 50%;
	top: 0;
	translate: -50% -50%;
}
.caution_box .com_marulist {
	margin-bottom: 6%;
}
.caution_box .com_fuki_dash {
	margin-bottom: 1em;
}
.caution_box .com_ctc_list {
    justify-content: center;
}
}
/*---------------------------------------------------------
form
---------------------------------------------------------*/
#form .com_bg {
	position: relative;
	padding: 120px 0;
}
#form .com_bg::before {
	position: absolute;
	content: "";
	background: url(../images/common/bg_kira_org@2x.png) no-repeat;
	background-size: contain;
	width: min(408px,27.2vw);
	height: min(408px,27.2vw);
	right: 4.4%;
	top: -40px;
}
#form .com_title1 {
	text-align: left;
	margin-left: 7%;
}
#form .lead_kira {
	text-align: center;
	font-size: 112%;
	font-weight: bold;
	letter-spacing: .1em;
	line-height: 1.4;
	margin-bottom: 2em;
}
#form .lead_kira::before {
	font-size: 120%;
}
.shadow_box {
	position: relative;
    background-color: #FFF;
    box-sizing: border-box;
    padding: 60px 3.5%;
	box-shadow: 0 0 20px rgba(0,0,0,0.08);
}
/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
#form .com_bg {
	padding: 12% 0;
}
.shadow_box {
    padding: 6% 3.5%;
}
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
#form .com_bg {
	padding: 14% 0;
}
#form .com_bg::before {
	width: 30vw;
	height: 30vw;
	top: -20px;
}
.shadow_box {
    padding: 8% 5%;
}
}
/*---------------------------------------------------------

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

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