@charset "utf-8";
/* iOSでのデフォルトスタイルをリセット */
.confirm__page .form__wrap dd {
    width: 70%;
    float: left;
    padding: 10px 0 0 10px;
    box-sizing: border-box;
    line-height: 1.8;
}
.mw_wp_form .error{
	margin: 10px 0 0 0;
}
.error__page  .form__box h5 em {
    color: #B70000;
}
.confirm__page .cp_ipselect.cp_sl01::before,
.confirm__page .mail__check,
.confirm__page .privacychk-wrap{
	display: none;
}

input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}
/* フォームのレイアウト */
.screen-reader-response{
	display: none;
}
section.bg__gray{
	background: #eeefef;
	padding: 30px 0;
}
.wpcf7c-conf{
	background-color: #fff!important;
border: none!important;
}
.wpcf7c-conf::-webkit-input-placeholder {
	color: #fff;
}

.wpcf7c-conf::-moz-placeholder {
	color: #fff;
}

.wpcf7c-conf:-ms-input-placeholder {
	color: #fff;
}
.end__contents{
	padding:  0 0 100px;
}
.red__txt{
	color:#c40032;
	text-align: center;
}
.know .last{
	width:80px;
	display: inline-block;
}
.know .last label{
	width:80px!important;
}
.main__content.adjust{
	padding: 60px 0 0 0;
	margin: -60px 0 100px 0;
}

.fact .wpcf7-list-item.last:before{
	content:"\A";
	white-space: pre;
}
.top__contact p {
    color: #54402f!important;
font-size: 24px;
padding: 17px 20px 0 15px;
border-left: solid 1px #54402f!important;
    line-height: 1;
}
.span.wpcf7-list-item {
    display: inline-block;
    margin: 0 0 0 !important;
}
.entry-header{
	display: none;
}
.sec__faq01{
	background: #fff!important;
}
.form__wrap{
	padding: 0 20px 0;
	border-bottom: solid 1px #ccc6be;
	margin: 0 0 30px
}
.form__wrap li{
	padding: 30px 0;
	border-bottom:solid 1px #ccc6be;
}
.confirm__page .form__wrap li{
	padding: 15px 0;
}
.form__wrap li:last-child{
	border-bottom:none;
}
.form__wrap dl{
	overflow: hidden;
}
.form__wrap dt{
	width:240px;
	float: left;
	padding: 10px 0 0 10px;
	box-sizing: border-box;
	line-height: 1.8;
}
.form__wrap dd{
	width:70%;
	float: left;
}
.form__box p{
	padding: 30px 20px 0;
}
.form__box p em,
.form__box dt span{
	color: #c40032;
}
.form__box{
	border:solid 1px #ccc6be;
	margin: 90px 0 0 0;
	position: relative;
}
.form__box:before{
	content:url("../../_img/frame_left-top.png");
	position: absolute;
	display: block;
	left:3px;
	top:3px;
}
.form__box:after{
	content:url("../../_img/frame_left-top.png");
	position: absolute;
	display: block;
	right:3px;
	top:3px;
	transform: rotate(90deg)
}
.form__box__inner{
	padding: 0 0 68px;
	position: relative;
}
.form__box__inner:after{
	content:url("../../_img/frame_right-bottom.png");
	position: absolute;
	display: block;
	right:3px;
	bottom:3px;
}
.form__box__inner:before{
	content:url("../../_img/frame_right-bottom.png");
	position: absolute;
	display: block;
	left:3px;
	bottom:3px;
	transform: rotate(90deg)
}
.form__box h5{
	font-size: 24px;
	text-align: center;
	padding: 40px 0;
	border-bottom:solid 1px #ccc6be;
	line-height: 2;
}
.form__box h5 em{
	color: #54402f;
	font-size: 18px;
}
.cp_ipselect select.wpcf7c-conf {
    background-color: #fff !important;
    color:#000!important;
    border: 1px solid #ccc !important;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif!important;
}
form input.zip-code-3{
	width:115px!important;
}
form input.zip-code-4{
	width:145px!important;
}
/* フォームパーツの装飾 */
form input[type="text"],
form input[type="email"],
form input[type="tel"] {
	width: 560px;
	padding: 7px 2%;
	border: 1px solid  #eeefef;
	border-radius: 3px;
	background: #eeefef;
	-webkit-appearance: none;
	font-size: 100%;
	font-family: inherit;
}
form textarea {
	display: block;
	width: 90%;
	max-width: 90%;
	height: 200px;
	padding: 7px 2%;
	resize: vertical;
	border: 1px solid  #eeefef;
	border-radius: 3px;
	background:  #eeefef;
	-webkit-appearance: none;
	font-size: 100%;
	font-family: inherit;
}


.error__page .errorBox input[type="text"],
.error__page .errorBox input[type="email"],
.error__page .errorBox input[type="tel"] {
	border: 1px solid #ff6c6c;;
	background: #fdd6da;
}
.error__page .errorBox textarea {
	border: 1px solid #ff6c6c;;
	background:  #fdd6da;
}
/* フォーカス持のスタイリング */
form input[type="text"]:focus,
form input[type="email"]:focus,
form input[type="tel"]:focus,
form textarea:focus {
	border: 1px solid  #ccc;
	background: #ffffff;
	outline: 0!important;
}
form input[type="text"]:required,
form input[type="email"]:required,
form input[type="tel"]:required,
form textarea:required {

	outline: 0!important;
}
/* エラー文の装飾 */
label.error{
	display: block;
	color: #f00;
	font-weight: 500;
}
.privacychk-wrap{
	text-align: center;
	line-height: 2;
}
.privacychk-wrap a{
	color: #54402f;
}
.privacychk-wrap > label{
    position: relative;
}
input[type="checkbox"] + label{
    position: absolute;
    top:-5px;
    right:-130px;
}
/* 送信ボタンの装飾 */
.form_submit_button.w20{
	margin: 0 30px 0 0;
	padding: 15px 25px;
	background: #ccc;
	border-color: #ccc;
}
#form_submit{
	text-align: center;
	margin: 0 auto;
	position: relative;
	padding: 0;
}

.form_submit_button{
	border:none;
	color: #fff;
	margin:  20px auto 0;
	position:  relative;
	top:0;
	left:0;
	cursor: pointer;
	background: -moz-linear-gradient(left, #927f62,#b5a58d);
background: -webkit-linear-gradient(left, #927f62,#b5a58d);
background: linear-gradient(to right,
#927f62,#b5a58d);
	display:  inline-block;
	padding:  15px 80px;
	font-size: 16px;
	font-weight: bold;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
.form_submit_button:hover{
	background:#927f62;
}
.form_back_button{
	border:none;
	color: #fff;
	position:  relative;
	top:0;
	left:0;
	margin: 0 0 0 30px;
	cursor: pointer;
	background: #bbb;
	display:  inline-block;
	padding:  15px 40px;
	font-size: 16px;
	font-weight: bold;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
.form_back_button:hover{
	opacity:  0.8;
}
.main__content{
	padding: 0 0 70px 0;
}
 .tel__box p{
	text-align: center;
	font-size: 50px;
	padding: 30px 0;
	color: #54402f;
	line-height: 0.7;
	width:700px;
	margin: 0 auto;
	border-bottom:solid 1px #9b938b;
	position: relative;
}
.tel__box p:after {
    content: "";
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    bottom: 1px;
    z-index: -1;
    border-bottom: solid 1px #cec6b9;
}
.tel__box p em{
	font-size: 36px;
}
 .tel__box p span{
	font-size: 16px;
}
 .tel__box p span.pc__inline{
	font-size: 50px;
}
.sec__faq01 h3{
	font-weight: bold;
	text-align: center;
	margin: 0 0 30px;
}
.sec__faq01 p{
	text-align: center;
	margin: 0 0 50px;
	line-height:  1.8;
}
.sec__faq01 ul li a::after {
    transform: rotate(-45deg);
}
.add__question{
	width:350px!important;
	padding: 2px 2%!important;
}
.know dd,
.purpose dd,
.fact dd{
	line-height: 2.5;
}
.fact dd label {
	margin: 0 40px 0 0;
}

.purpose label{
	width:160px;
	display: inline-block;
}
.know label{
	width:250px;
	display: inline-block;
}
.know label:last-child{
	width:320px;
}




.cp_ipselect {
	overflow: hidden;
}
.cp_ipselect select {
	width: 100%;
	padding-right: 1em;
	cursor: pointer;
	text-indent: 0.01px;
	text-overflow: ellipsis;
	border: none;
	outline: none;
	background: transparent;
	background-image: none;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
}
.cp_ipselect select::-ms-expand {
    display: none;
}
.cp_ipselect.cp_sl01 {
	position: relative;
}
.cp_ipselect.cp_sl01::before {
	position: absolute;
	top: 1em;
	left: 13em;
	width: 0;
	height: 0;
	padding: 0;
	content: '';
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #9e8d74;
	pointer-events: none;
}
.cp_ipselect.cp_sl01 select {
	padding: 8px 38px 8px 8px;
	color: #666666;
	border: 1px solid #eeefef;
	width: 240px;
	background: #eeefef;
	border-radius: 2px;
}
.error__page .errorBox select{
	border: 1px solid #ff6c6c;
	background: #fdd6da;
}
.mw_wp_form .horizontal-item + .horizontal-item {
    margin-left: 0;
}
.wpcf7-response-output,
.screen-reader-response{
	text-align: center;
	color: #c40032;
}
.screen-reader-response{
	padding: 30px 0 0;
}
.wpcf7-response-output{
	padding: 0;
}
.wpcf7-validation-errors{
	padding-top:15px;
}
.screen-reader-response ul{
	display:  none;
}
.wpcf7-not-valid-tip{
	display:  block;
	margin:  10px 0 0 0;
	color: #c40032;
}
@media screen and (max-width:640px) {
.confirm__page .form__wrap dd {
    width: 100%;
    float: none;
    padding: 0;

}
.form_submit_button {
    margin: 10px auto 30px;
}
form input[type="text"], form input[type="email"], form input[type="tel"] {
    width: 95%;
}
.form__box h5 em{
	color: #54402f;
	font-size: 15px;
}
.tel__box{
	width:95%;
	margin: 0 auto;
}
.tel__box p {
    font-size: 9vw;
width: 100%;
}
.tel__box p em{
    font-size: 7vw;
}
.form__wrap dt {
    width: 100%;
    float: none;
    padding: 0 0 10px;
    box-sizing: border-box;
    line-height: 1.8;
    font-size: 1.2em;
}
.form__wrap dd {
    width: 100%;
    float: none;
}
span.horizontal-item{
	display: block;
}
.mw_wp_form .horizontal-item + .horizontal-item {
    margin-left: 0!important;
}
.form_back_button{
	margin: 0 auto;
	display: block;
}
form textarea {

    display: block;
    width: 100%;
    max-width: 100%;
    height: 200px;
}
.add__question {
    width: 95% !important;
}

.cp_ipselect.cp_sl01::before {
	left: 9em;
	}
}