@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: 10px; 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 #e60012; border-top-style: none; border-right-style: none; }

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

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: 352px; 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: #e60012; }
.required { color: #e60012; line-height: 1.5; vertical-align: 1px; margin-left: 10px; }












/* formbox1 */
.formbox1{ margin-top: 30px; }
.formbox1>ul>li:before,
.formbox1>ul:before{ content: ""; position: absolute; bottom: -0.8px; height: 2px; width: 182px; display: inline-block; left: 0; background: #005caa; }
.formbox1>ul:before{ top: -1.4px; bottom: auto; }
.formbox1>ul{ position: relative; }
.formbox1>ul>li{ border-top: 1px solid #999999; padding-top: 18px; padding-bottom: 18px; position: relative; }
.formbox1>ul>li:last-child{ padding-bottom: 0 }
.formbox1>ul>li:last-child:before{ content: none; }
.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: 210px; padding-top: 15px; }
.formbox1._pt0>ul>li>dl>dt{ padding-top: 0; }
.formbox1>ul>li>dl>dd{ width: calc(100% - 210px) }
.formbox1>ul>li>dl>dd .radiolist{ margin-left: -25px; display: flex; align-items: center; flex-direction: row; width: 100%; height: 100%; padding-top: 13px; padding-bottom: 13px; box-sizing: border-box; }
.formbox1>ul>li>dl>dd .radiolist>li{ display: inline-block; margin-left: 25px }
@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% }
	.formbox1>ul>li:before,
	.formbox1>ul:before{ width: 110px; }
	.formbox1>ul>li>dl>dd .radiolist>li{ margin-left: 15px; margin-bottom: 5px; }
	.formbox1>ul>li>dl>dd .radiolist{ margin-left: -15px; display: block; padding-top: 0; padding-bottom: 0; text-align: left; margin-bottom: -5px; }
}
@media screen and (max-width: 767px){
	.formbox1>ul>li:before,
	.formbox1>ul:before{ width: 100px; }
}

.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: 40px; }
.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: 340px; margin-left: 10px; width: calc(50% - 10px) }
.btnarea>ul>li .btn,
.btnarea>ul>li .submit{ color: #fff; background: #005caa; border: 1px solid #005caa; position: relative; display: inline-block; padding: 20px 30px; text-decoration: none; letter-spacing: 0.05em; overflow: hidden; width: 100%; box-sizing: border-box; text-align: center; font-size: 1.8rem; border-radius: 40px; font-weight: 600; font-family: YuGothic, "Yu Gothic Medium", "游ゴシック", "Yu Gothic", 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3', Verdana, Meiryo, 'Noto Sans JP', sans-serif; }
.btnarea>ul>li .submit:hover{ color: #fff;  box-shadow: 0 1px 2px rgba(0,92,170, 0.6), 2px 1px 4px rgba(0,92,170, 0.3), 2px 4px 3px rgba(0,92,170, 0.3), 0 0 7px 2px rgba(0,92,170, 0.6), inset 0 1px 2px rgba(0,92,170, 0.6), inset 2px 1px 4px rgba(0,92,170, 0.3), inset 2px 4px 3px rgba(0,92,170, 0.3), inset 0 0 7px 2px rgba(0,92,170, 0.6); }
.btnarea>ul>li .btn{ background: #999; border: 1px solid #999;  }
.btnarea>ul>li .btn:hover{ color: #fff;  box-shadow: 0 1px 2px rgba(153,153,153, 0.6), 2px 1px 4px rgba(153,153,153, 0.3), 2px 4px 3px rgba(153,153,153, 0.3), 0 0 7px 2px rgba(153,153,153, 0.6), inset 0 1px 2px rgba(153,153,153, 0.6), inset 2px 1px 4px rgba(153,153,153, 0.3), inset 2px 4px 3px rgba(153,153,153, 0.3), inset 0 0 7px 2px rgba(153,153,153, 0.6); }
@media screen and (max-width: 1040px) {
	.btnarea>ul>li .btn,
	.btnarea>ul>li .submit{ padding-top: 14px; padding-bottom: 14px; font-size: 1.6rem; border-radius: 30px; }
}
@media screen and (max-width: 767px) { 
	.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;  }
}