@charset "UTF-8";
/* 
	
CSS form.css */






/*//////////////////


フォーム設定


//////////////////*/

form input[type="text"],
form input[type="tel"],
form input[type="email"],
form input[type="password"] { border: none !important; background: #f7f7f7 !important; line-height: 2; padding: 18px 15px; font-size: 100%; height: 60px; width: 100%; transition: 0.3s; }
form input[type="text"]:focus,
form input[type="tel"]:focus,
form input[type="email"]:focus,
form input[type="password"]:focus { background: #eee!important; }
form input[type="text"]:read-only,
form input[type="tel"]:read-only,
form input[type="email"]:read-only,
form input[type="password"]:read-only { background: #eee!important; }

form input[type="file"] { padding: 10px 10px; font-size: 100%; height: 30px; }
form input[type="file"]:read-only { background: #eee; }

form input[type="checkbox"] { width: 16px; height: 16px; background-color: #fff!important; cursor: pointer; vertical-align: -2px; border:1px solid #ccc; background-size: 16px 16px!important; font-size: 0; transition: 0.3s; margin-right: 5px; }
form input[type="checkbox"].checked,
form input[type="checkbox"]:checked { background-color: #262626!important; border:1px solid #262626; }
form input[type="checkbox"].checked:before,
form input[type="checkbox"]:checked:before,
form input[type="checkbox"].checked:after,
form input[type="checkbox"]:checked:after { content:none!important; }

form input[type="radio"] { width: 18px; height: 18px; border-radius: 50%; background-color: #fff!important; cursor: pointer; vertical-align: -3px; border:1px solid #ccc; background-size: 18px 18px!important; font-size: 0; transition: 0.3s; margin-right: 5px; }
form input[type="radio"].checked,
form input[type="radio"]:checked { background-color: #262626!important; border:1px solid #262626; }
form input[type="radio"].checked:before,
form input[type="radio"]:checked:before,
form input[type="radio"].checked:after,
form input[type="radio"]:checked:after { content:none!important; }
/*form input[type="radio"]:read-only {  background-color: #fff!important; border:1px solid #ccc; } */

form select { font-size: 100%; height: 60px; padding: 10px 20px; background: url("../img/common/arr1.svg") no-repeat 95% center, #f7f7f7; border: none !important; background-size: 12px 8px; }
form select.readonly { background: url("../img/common/arr1.svg") no-repeat 95% center, #eee; }

/* form label { font-size: 0.93em; font-weight: bold; } */
form textarea { border: none!important; background: #f7f7f7!important; padding: 18px 15px; font-size: 100%; height: 350px; width: 100%; display: block; transition: 0.3s; font-family: 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;}
form textarea:focus { background: #eee!important; }
form textarea:read-only { background: #eee; }

form .short { width: 300px!important;}
form .middle { width: 500px!important;}
@media screen and (max-width: 767px) {
	form input[type="text"],
	form input[type="tel"],
	form input[type="email"],
	form input[type="password"] { padding: 18px 15px; height: 60px; }
	form select{ height: 60px; padding-left: 15px; padding-right: 15px; }
	form .short { width: 100%!important;}
	form .middle { width: 100%!important;}
}


/* 赤字 */
p.ermsg,
.required { color: #E60012; }
@media screen and (max-width: 767px) {
}




















/*//////////////////


#contact


//////////////////*/

/* common */
form .formbox>ul{ border-top: 1px solid #1b2b57; }
form .formbox>ul>li{ border-bottom: 1px solid #1b2b57; }
form .formbox>ul>li>dl{ display: flex; flex-direction: row; }
form .formbox>ul>li>dl>dt,
form .formbox>ul>li>dl>dd{box-sizing: border-box;padding: 23px 0;}
form .formbox>ul>li:first-child>dl>dt::after,
form .formbox>ul>li>dl>dt::before{ content: ""; background: #262626; width: 100%; height: 2px; position: absolute; left: 0; }
form .formbox>ul>li:first-child>dl>dt::after{ top: -1px; }
form .formbox>ul>li>dl>dt::before{ bottom: -1px; }
form .formbox>ul>li>dl>dt{width: 210px;position: relative;padding-right: 30px;box-sizing: border-box;padding-top: 36px;}

form .formbox>ul>li:last-child{ border-bottom: none; }
form .formbox>ul>li:last-child>dl>dt,
form .formbox>ul>li:last-child>dl>dd{ padding-bottom: 0; }
form .formbox>ul>li:last-child>dl>dt::before{ content: none; }
form .formbox>ul>li>dl>dd{ padding-left: 30px; width: 100%; }
@media screen and (max-width: 1040px) {
}
@media screen and (max-width: 767px) { 
	form .formbox>ul>li>dl{ display: block; }
	form .formbox>ul>li{ padding-top: 23px; padding-bottom: 23px; position: relative; }
	form .formbox>ul>li>dl>dt,
	form .formbox>ul>li>dl>dd{padding: 0 0;}
	form .formbox>ul>li:first-child>dl>dt::after,
	form .formbox>ul>li>dl>dt::before{ content: none; }
	form .formbox>ul>li:first-child::before,
	form .formbox>ul>li::after{ content: ""; background: #262626; width: 100%; width: 180px; height: 2px; position: absolute; left: 0; }
	form .formbox>ul>li:first-child::before{ top: -1px; }
	form .formbox>ul>li::after{ bottom: -1px; }
	form .formbox>ul>li:last-child:after{ content: none; }
	form .formbox>ul>li>dl>dt{width: 100%;padding-right: 0;padding-top: 0; margin-bottom: 10px;}
	form .formbox>ul>li>dl>dd{ padding-left: 0; }
}
@media screen and (max-width: 639px) { 
}
@media screen and (max-width: 500px) { 
}

#sec_contacttel .sectitlebox{ margin-bottom: 40px; }
#sec_contacttel .link{ text-align: center; margin-bottom: 20px; }
#sec_contacttel .link .mainlink{ color: #1b2b57; letter-spacing: 0; }
#sec_contacttel .link .mainlink .tel{ font-weight: bold; font-size: 3.6rem; position: relative; padding-left: 40px; line-height: 1.4; }
#sec_contacttel .link .mainlink .tel>svg{ width: 32px; height: 32px; position: absolute; top: 0; bottom: 0; margin-top: auto; margin-bottom: auto; left: 0; }
#sec_contacttel .link .mainlink .tel>svg .telicon_st0.st0{fill:#1b2b57;}
#sec_contacttel .opentime{ font-size: 1.8rem; letter-spacing: 0.1em; }
#sec_contacttel .caution{ text-align: center; }
@media screen and (max-width: 1040px) {
}
@media screen and (max-width: 767px) {
	#sec_contacttel .link .mainlink .tel{ font-size: 2.8rem; padding-left: 35px; }
	#sec_contacttel .link .mainlink .tel>svg{ width: 26px; height: 26px; }
	#sec_contacttel .opentime{ font-size: 1.6rem; margin-top: 10px; }
}
@media screen and (max-width: 639px) { 
}
@media screen and (max-width: 500px) { 
	#sec_contacttel .link .mainlink .tel{ font-size: 2.6rem; }
	#sec_contacttel .caution{ text-align: left; }
}


#sec_form .txt1{ text-align: center; margin-bottom: 50px; }
@media screen and (max-width: 500px) {
	#sec_form .txt1{ text-align: left; margin-bottom: 30px; }
}

.policymainbox{overflow-y: auto;height: 200px;padding-right: 15px;box-sizing: border-box;}
.policymainbox .title{ font-weight: bold; font-size: 2rem; }
.policybox .privacycheck{ text-align: center; }
.policybox .privacycheck label{ position: relative; display: inline-block;padding-left: 25px; line-height: 1.8; }
.policybox .privacycheck label input{ position: absolute; top: 0; bottom: 0; left: 0; margin-bottom: auto; margin-top: auto; }
@media screen and (max-width: 500px) {
	.policybox .privacycheck{ text-align: left;  }
}

.btnarea{ margin-top: 65px; }
.btnarea>ul { text-align: center; margin-left: -30px; margin-bottom: -20px; overflow: hidden; }
.btnarea>ul>li { display: inline-block; margin-left: 30px; margin-bottom: 20px; width: calc(49% - 30px); max-width: 410px; position: relative; }
.btnarea>ul>li .btn{font-size: 2rem;background: #1b2b57;font-weight: bold;font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;border: 1px solid #1b2b57;letter-spacing: 0.1em;padding: 32px 75px;box-sizing: border-box;display: inline-block;width: 100%;text-align: center;position: relative;color: #fff;}
.btnarea>ul>li .btn:before,
.btnarea>ul>li .btn:after{ content: ""; display: inline-block; width: 40px; height: 6px; position: absolute; top: 0; bottom: 0; right: 15px; margin-top: auto; margin-bottom: auto; transition: .4s; }
.btnarea>ul>li .btn:before{ background: url(../img/common/arr1.svg) no-repeat; background-size: contain; }
.btnarea>ul>li .btn:after{ background: url(../img/common/arr1_blue.svg) no-repeat; background-size: contain; opacity: 0; }
.btnarea>ul>li .btn:hover{ background: #fff; color: #1b2b57; }
.btnarea>ul>li .btn:hover:before,
.btnarea>ul>li .btn:hover:after{ right: 10px; }
.btnarea>ul>li .btn:hover:after{ opacity: 1; }
.btnarea>ul>li .btn:hover:before{ opacity: 0; }

.btnarea>ul>li .btn.reset{ background: #262626; border: 1px solid #262626; }
.btnarea>ul>li .btn.reset:after{ background: url(../img/common/arr1_black.svg) no-repeat; background-size: contain; }
.btnarea>ul>li .btn.reset:hover{ background: #fff; color: #262626; }
.btnarea>ul>li .btn.reset:hover:after{ opacity: 1; }
.btnarea>ul>li .btn.reset:hover:before{ opacity: 0; }
.btnarea>ul>li:empty{ display: none; }

form .btnarea .wpcf7-spinner{ position: absolute; top: -35px; left: 0; margin: 0 auto; right: 0; }
@media screen and (max-width: 1040px) {
}
@media screen and (max-width: 767px) { 
	.btnarea{ margin-top: 40px; }
	.btnarea>ul { margin-left: 0; }
	.btnarea>ul>li { display: block; margin-left: 0; width: 100%; max-width: 410px; margin-left: auto; margin-right: auto; }
	.btnarea>ul>li .btn{ font-size: 1.8rem; padding-top: 18px; padding-bottom: 18px; }
}
@media screen and (max-width: 639px) { 
}
@media screen and (max-width: 500px) { 
}


#contact.thanks #sec_1 .txt>p{ margin-bottom: 30px; text-align: center; }
#contact.thanks #sec_1 .txt>p:last-child{ margin-bottom: 0; }
@media screen and (max-width: 639px) { 
	#contact.thanks #sec_1 .txt>p{ text-align: left; }
}