@charset "utf-8";


.content_area{
	padding-bottom:70px;
}

/*------------ フォーム表示制御用 ------------*/
.input_txt,
.preview_txt {
	text-align: center;
}

.preview_txt {
	display: none;
}

.mw_wp_form_preview .input_txt {
	display: none !important;
}

.mw_wp_form_preview .preview_txt {
	display: block !important;
}

/*------------ 電話 ------------*/

.tel_head {
	font-size: 3.5rem;
	font-weight:500;
	letter-spacing: 0.1em;
	margin:0 0 55px 0;
	padding:0;
}
.tel_head:after{
	content:none;
}

.tel_box {
	position:relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	/*margin-bottom: 65px;*/
	padding: 60px 20px;
	background: #F5F5F5;
}
.tel_box:before{
	content:"";
	position:absolute;
	left:0;
	bottom:0;
	width: 0;
	height: 0;
	border-style: solid;
	border-color: transparent transparent transparent #ffffff;
	border-width: 102px 0px 0px 102px;
}
.tel_box:after{
	content:"";
	position:absolute;
	right:0;
	top:0;
	width: 0;
	height: 0;
	border-style: solid;
	border-color: transparent #ffffff transparent transparent;
	border-width: 0px 102px 102px 0px;
}

.tel_box h3{
	font-size: 2.4rem;
	font-weight:500;
	letter-spacing: 0;
	margin:0 0 8px 0;
}

.tel_box_content {
	
}

.tel_box_content a {
	position:relative;
	display: block;
	font-family: 'Oswald', 'Roboto', sans-serif;
	font-size: 4.0rem;
	letter-spacing:0.1em;
	padding-left:35px;
	
}
.tel_box_content a:before{
	content:"";
	position:absolute;
	width:26px;
	height:34px;
	left:0;
	top:20px;
	background:url(../img/tel_icon.svg)no-repeat;
}

.tel_box_content span {
	display: block;
	font-size: 1.6rem;
	margin-bottom:8px;
}

/*------------ フォーム ------------*/

.form_head{
	font-size: 3.5rem;
	font-weight:500;
	letter-spacing: 0.1em;
	margin:100px 0 43px 0;
	padding:0;
}
.form_head:after{
	content:none;
}


.req {
	display:inline-block;
	font-size: 1.3rem;
	color: #fff;
	padding: 2px 10px;
	margin: 0 0 0 22px;
	background:#F44336;
	border-radius:5px;
	vertical-align: middle;
}

/*--- table内 ---*/
table {
	margin: 0 auto 50px;
}

table .req:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

table tr{
	border:none;
}
table tr:first-child {
    border-top: none;
}
table th {
	display:block;
	width:100%;
	padding:45px 0 14px 0
}
table td{
	display:block;
	width:100%;
	padding:0;
}


.form_table textarea {
	display: block;
	font-family: 'Noto Sans JP', 'Open Sans', sans-serif, "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック";
	line-height: 1.7;
	letter-spacing: 0.08em;
	width: 100%;
	border: none;
	min-height: 235px;
	padding: 22px 35px;
	resize: vertical;
	box-sizing: border-box;
	border: 1px solid #ccc;
}

#zipcode {
	max-width: 195px;
	width:100%;
	margin: 0 0 13px 0;
}
.form_table input {
    padding: 22px 35px;
    appearance: auto;
	border-radius:5px;
}
.form_table select{
	font-family: 'Noto Sans JP', 'Open Sans', sans-serif, "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック";
	font-size:1.6rem;
	position:relative;
	padding: 22px 35px;
	border-radius:5px;
	 -webkit-appearance: none;
    appearance: none; 
	border:1px solid #BCBCBC;
}
.form_table .select_box{
	position:relative;
}
.form_table .select_box:after{
	content: "";
    position: absolute;
    top: 21px;
    right: 16px;
    width: 12px;
    height: 12px;
    border-right: 2px solid #707070;
    border-bottom: 2px solid #707070;
    transform: rotate(45deg);
}

.mw_wp_form_preview .form_table .select_box:after{
	content:none;
}

select::-ms-expand {
  display: none;
}

.form_table p{
	margin:9px 0 0 0;
}




.agree_area{
	font-size:1.6rem;
	text-align:center;
}
.doi{
	margin-bottom:45px;
}
.doi a{
	color:#F44336;
}
.doi a[target="_blank"]{
	padding:0;
	background:none;
}


.policy_check label{
	display: inline-flex;
    justify-content: center;
    align-items: center;
}
.policy_check{
	margin-bottom:60px;
}
.policy_check input{
	width:22px;
	height:22px;
	margin-right:9px;
	appearance: auto;
}

/*------------ ボタン ------------*/
#form_btn_wrap {
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	max-width: 680px !important;
	width: 100%;
	margin: auto;
	justify-content: center;
	position: relative;
}

.submit_btn_box {
	position: relative;
	max-width: 260px;
	width: 100%;
	height: 65px;
}

.submit_btn {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	padding: 6px;
	/*font-family: 'Noto Serif JP', serif;*/
	font-size: 1.8rem;
	font-weight:500;
	letter-spacing: 0.05em;
	color: #FFF;
	background-color:#E52F3B;
	border-radius:10px;
	cursor: pointer;
	text-decoration: none;
	transition: all .3s ease;
	max-height: 100%;
	position: relative;
	border: none;
}

.submit_btn:hover {
	background: #d60f1b;
}

.back_btn {
	font-family: 'Noto Sans JP', 'Open Sans', sans-serif, "游ゴシック", "Yu Gothic", Yu Gothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック";
	font-weight:500;
	max-width: 140px;
	width: 100%;
	background: #f7f7f7;
	display: inline-block;
	padding: 6px;
	color: #7f7f7f;
	transition: background 0.3s;
	text-decoration: none;
	position: relative;
	text-align: center;
	margin-right: 20px;
	border: 1px solid #e6e6e6;
	font-size: 100%;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	border-radius: 10px;
}

.back_btn:hover {
	background: #fff;
	border: 1px solid #e6e6e6;
	cursor: pointer;
}

.w100 {
	width: 100%;
	box-sizing: border-box;
}

@media screen and (max-width: 767px) {

	/*------------ 電話 ------------*/
	.tel_head{
		font-size:2.0rem;
		margin-bottom:25px;
	}
	.tel_box {
		margin-bottom: 35px;
		padding: 20px;
	}
	.tel_box:before{
		border-width: 38px 0px 0px 38px;
	}
	.tel_box:after{
		border-width:0px 38px 38px 0px;
	}
	
	.tel_box h3{
		font-size:1.8rem;
	}


	.tel_box_content {
		width: 100%;
		padding-left: 0;
	}

	.tel_box_content a {
		display: inline-block;
		font-size: 2.5rem;
		text-align: center;
		padding-left:25px;
	}

	.tel_box_content a:before{
		top:9px;
		width: 25px;
		height: 25px;
		background-size: contain;
	}
	
	.tel_box_content span {
		font-size: 1.3rem;
		text-align: center;
	}
	
	
	

	/*------------ フォーム ------------*/
	.form_head{
		font-size:2.0rem;
		margin:50px 0 25px 0;
	}
	
	.red {
		font-size: 1.2rem;
	}

	.req {
		font-size: 1.2rem;
		margin-left: 10px;
	}

	/*--- table内 ---*/
	table {
		margin: 22px auto 35px;
		border-top: none;
	}

	table th {
		display: block;
		width: 100%;
		padding: 30px 0 10px 0;
		margin-bottom: 0px;
	}
	table td {
		display: block;
		width: 100%;
		margin-bottom: 0px;
	}

	input[type="text"],
	input[type="email"],
	textarea {
		width: 100%;
	}

	input,
	textarea,
	select {
		font-size: 1.3rem;
	}

	input {
		box-sizing: border-box;
		margin-bottom: 0px;
	}

	.form_table input{
		padding:13px 15px;
	}
	.form_table textarea {
		padding:13px 15px;
	}

	
	.form_table select{
		font-size:1.3rem;
		padding:13px 15px;
		line-height:1.7;
	}
	.form_table .select_box:after{
		top: 16px;
	}
	
	.agree_area{
		font-size:1.4rem;
	}
	.doi{
		margin-bottom:25px;
	}
	.policy_check{
		margin-bottom:30px;
	}
	

	/*------------ ボタン ------------*/
	#form_btn_wrap {
		max-width: none;
		/*flex-direction: column-reverse;*/
		flex-direction: column;
		align-items: center;
	}

	.submit_btn_box {
		height: 50px;
	}

	.submit_btn {
		font-size: 1.4rem;
	}

	.back_btn {
		font-size: 1.4rem;
		margin-right: 0;
		margin-top: 20px;
		margin-bottom: 25px;
		/*height: auto;*/
		max-width: 260px;
		width: 100%;
		padding: 13px 15px;
		height: 50px;
	}

	/*--- プレビュー時---*/
	.mw_wp_form_preview table {
		margin: 0 auto 35px;
	}

	.mw_wp_form_preview #form_btn_wrap {
		margin-top: 35px;
	}
}