@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: 3px 5px; font-size: 100%; height: 30px; }
form input[type="file"]:read-only { background: #eee; }

form input[type="checkbox"] { position: relative; margin-right: 5px; cursor: pointer; width: 20px; height: 20px; vertical-align: -3px }
form input[type="checkbox"]:before{ -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; content: ""; position: absolute; left: 0; z-index: 1; width: 20px; height: 20px; border: 1px solid #000000; }
form input[type="checkbox"]:after{ content: ""; position: absolute; top: -0.125rem; left: 0; width: 1.1rem; height: 1.1rem; background: #fff; cursor: pointer; }
form input[type="checkbox"].checked:before,
form input[type="checkbox"]:checked:before{  -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg); height: 0.5rem; border: 2px solid #c30c27; border-top-style: none; border-right-style: none; }

form input[type="radio"] { width: 18px; height: 18px; border-radius: 50%; background-color: #fff!important; cursor: pointer; vertical-align: -3px; border:1px solid #191919; 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: #191919!important; border:1px solid #191919; }
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 #191919; }

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 { color: #0d0d0d; } 
form textarea { border: none!important; background: #f7f7f7!important; padding: 18px 15px; font-size: 100%; height: 437px; width: 100%; resize: vertical; 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;}
	form textarea{ height: 300px; }
}


/* 赤字 */
.ermsg { color: #c30c27; }
.required { color: #c30c27; line-height: 1.5; vertical-align: 1px; }












/* formbox1 */
.formbox1{ overflow: hidden; margin-top: 30px; }
.formbox1>ul{  }
.formbox1>ul>li{ border-top: 1px solid #0d0d0d; padding-top: 18px; padding-bottom: 18px }
.formbox1>ul>li:last-child{ padding-bottom: 0 }
.formbox1>ul>li>dl{ display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex; -webkit-flex-direction: row; -moz-flex-direction: row; -ms-flex-direction: row; -o-flex-direction: row; flex-direction: row; }
.formbox1>ul>li>dl>dt{ width: 265px; padding-top: 15px; font-weight: bold; }
.formbox1._pt0>ul>li>dl>dt{ padding-top: 0; }
.formbox1>ul>li>dl>dd{ width: calc(100% - 265px) }
@media screen and (max-width: 1040px){
	.formbox1>ul>li>dl{ display: block; }
	.formbox1>ul>li>dl>dt{ width: 100%; padding-top: 0; font-weight: bold; margin-bottom: 10px; }
	.formbox1>ul>li>dl>dd{ width: 100% }
}
@media screen and (max-width: 767px){
}

.privacytxt>.inwrap{ overflow: auto; height: 300px }
.privacytxt>.inwrap>ul{ padding-left: 40px;  }
.privacytxt>.inwrap>ul>li{ padding-left: 1em!important; text-indent: -1em; }
.privacytxt>.inwrap>ul>li>ul>li{ padding-left: 1em!important; text-indent: -1em; }

.privacycheck{ text-align: center; margin-top: 20px; }
.privacycheck+.privacylink{ text-align: center; }
.privacycheck+.privacylink>a{ color: #045DA4; }
.btnarea{ margin-top: 70px; }
.btnarea>ul{ display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex; -webkit-flex-direction: row; -moz-flex-direction: row; -ms-flex-direction: row; -o-flex-direction: row; flex-direction: row; justify-content: center; margin-left: -10px; }
.btnarea>ul>li{ max-width: 400px; margin-left: 10px; width: calc(50% - 10px) }

.btnarea>ul>li .btn,
.btnarea>ul>li .submit{ font-family: 'Montserrat', sans-serif; color: #fff; font-weight: bold; font-size: 2rem; background: #00428d; border: none; position: relative; display: inline-block; padding: 32px 45px 32px 40px; text-decoration: none; letter-spacing: 0.05em; overflow: hidden; width: 100%; box-sizing: border-box; text-align: center; }
.btnarea>ul>li .btn{ color: #00428d; background: transparent; border: 1px solid #00428d }
.btnarea>ul>li .btn:hover{ border: 1px solid #c30c27 }
.btnarea>ul>li .btn:after,
.btnarea>ul>li .submit:after{ content: ""; background: #c30c27; width: 30px; height: 3px; display: inline-block; position: absolute; top: 0; bottom: 0; right: 0; margin-top: auto; margin-bottom: auto; transition: .3s; z-index: 10 }
.btnarea>ul>li .btn:hover,
.btnarea>ul>li .submit:hover{ color: #fff!important; background: #c30c27; }
.btnarea>ul>li .btn:hover:after,
.btnarea>ul>li .submit:hover:after{ background: #fff!important }
@media screen and (max-width: 1040px) {
	.btnlink{ padding: 20px 45px 20px 40px; max-width: 276px; }
}
@media screen and (max-width: 767px) { 
	.btnlink{ font-size: 1.6rem }
	.btnarea>ul{ display: block; margin-left: 0; margin-bottom: -10px; }
	.btnarea>ul>li{ margin-left: 0; margin-bottom: 10px; width: 100%; margin-left: auto; margin-right: auto; }
	.btnarea>ul>li .btn,
	.btnarea>ul>li .submit{ min-width: 100%; font-size: 1.8rem;  }
}