/* call
----------------------------------------------------------------------------- */
.me_call_title01 {
	display: table;
	margin: 0 auto 30px;
	padding: 5px 40px 0;
	text-align: center;
	font-size: 18px;
	position: relative;
}
.me_call_title01::before ,
.me_call_title01::after {
	display: inline-block;
	content: "■";
	font-size: 2.4rem;
	color: #FF6600;
	position: absolute;
	top: 0px;
}
.me_call_title01::before {left: 0px;}
.me_call_title01::after {right: 0px;}

.me_call_lead01 {
	text-align: center;
	font-size: 15px;
	margin-bottom: 40px;
}
.me_call_lead01 a {color: #FF6600;}

.me_call_dl01 ,
.me_call_dl01 ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.me_call_dl01 {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 30px;
}
.me_call_dl01 dt ,
.me_call_dl01 ul li {margin-right: 20px;}
.me_call_dl01 ul li:last-child {margin-right: 0;}
.me_call_dl01 ul li ,
.me_call_dl01 ul li a {font-size: 24px;}


.me_call_form {
	max-width: 1000px;
	margin: 50px auto;
}

.me_call_ul01 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	gap: 2px;
}
.me_call_ul01 li {
	width: calc(100% / 3 - 2px * 2 / 3);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: contain;
	margin-bottom: 50px;
	position: relative;
}
.me_call_ul01 li::before {
	position: absolute;
	top: 0px;
	left: 0px;
	display: block;
	content: "";
	padding-top: 32.53%;
}
.me_call_ul01 li img {
	width: 100%;
}
li#me_naviactive01 img ,
li#me_naviactive02 img ,
li#me_naviactive03 img {
	display: none;
}
li#me_naviactive01 {background-image: url(../pic/bg_step_01.gif);}
li#me_naviactive02 {background-image: url(../pic/bg_step_02.gif);}
li#me_naviactive03 {background-image: url(../pic/bg_step_03.gif);}

p.me_txt_intoro {
	margin-bottom: 40px;
}

.me_form_bl01 {
	clear: both;
	width: 100%;
	max-width: 690px;
	margin: 0 auto;
}
.me_form_bl01 dl {
	display: table;
	margin-bottom: 20px;
}
.me_form_bl01 dt ,
.me_form_bl01 dd {
	display: table-cell;
	font-size: 16px;
}
.me_form_bl01 dt{
	width:230px;
	vertical-align:top;
}

.me_form_bl01 dd input,
.me_form_bl01 dd textarea {
	width: 445px;
	padding: 3px 5px;
	font-size: 16px;
	border: 1px solid #808080;
}

.me_hissu {
	width: 690px;
	margin: -30px auto 40px;
}
.me_hissu p {
	color: #CC0000;
}

.check00 {color: #FF6600;}
.check01 {display: none;}

#me_submit {
	margin: 50px auto;
}

#me_submit input {
	background-color: #FF6600;
	border: 1px solid #FF6600;
	border-radius: 7px;
	color: #FFFFFF;
	font-size:1 8px;
	padding: 20px 60px;
}

span#me_naviactive01{
	background-image: url(../pic/bg_result_tit_back.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
