@charset "utf-8";

#contents_title{background:url("/assessment/images/title_back.jpg")no-repeat center center;background-size:cover; position: relative;}
#contents_title:after { content: ""; width: 100%; height: 100%; background: rgba(0,0,0,0.4); position: absolute; top: 0; left: 0; display: block;}


/* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"],
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,
button::-webkit-search-decoration{ display: none;}
input[type="submit"]::focus,
input[type="button"]::focus,
button::focus{ outline-offset: -2px;}

.surely{ font-size: 14px; line-height: 1.4em; margin:0 0 30px -10px;}
.required { display: inline-block; font-size: 0.7em; color: #fff; background-color: #fa1e1e; padding: 2px 10px; margin: 0 10px; font-weight: normal; border-radius: 3px;}

.form_base{ width: 100%; max-width: 1200px; margin: 0 auto 100px; padding: 0 50px; box-sizing: border-box;}
.form_base label { display:inline-block; cursor: pointer;}
.form_base table{ font-size: 1.4em; line-height: 1.4; letter-spacing: 0.04em; text-align: left; width: 100%; margin: 0 0 20px; border-collapse: collapse; border-spacing: 0;}
.form_base table th,
.form_base table td { padding: 15px 0; border-bottom: 1px solid #ddd;}
.form_base table th { width: 200px; font-weight: bold;}
.form_base table th p{ display: flex; justify-content: space-between;}
.form_base table td{ padding: 15px 0 15px 30px;}
.form_base table td select{ font-size: 16px; width: 200px; padding: 3px 0;}

.form_base input[type="text"],
.form_base input[type="password"],
.form_base textarea { -webkit-appearance: none; appearance: none; font-size: 16px; line-height: 1.4; /*width: 60%;*/ margin: 4px 0; padding: 13px; border: 1px solid #ccc; box-sizing: border-box;}
.form_base input[type="text"]:hover,.form_base input[type="password"]:hover,.form_base textarea:hover{ border: 1px solid #666;}
.form_base input[type="text"]:focus,.form_base input[type="password"]:focus,.form_base textarea:focus{ background-color: #ffc; border: 1px solid #333;}
.form_base textarea { height: 8em; width: 100%;}
.form_base input[type="submit"],.form_base input[type="button"] { -webkit-appearance: none; appearance: none; border: none; border-radius: 0; box-sizing: border-box; cursor: pointer; -webkit-transition: .3s; -ms-transition: .3s; transition: .3s;}
.form_base input[type="submit"] { font-size: 15px; line-height: 50px; font-weight: bold; color:#fff; background-color: #666; width: 260px; border-radius: 6px;}
.form_base input[type="button"] { font-size: 1.2em; font-weight: bold; color:#333; background-color: #ccc; margin: 0 0 40px 5px; padding: 6px 10px; border: 1px solid #ccc; border-radius: 3px;}

@media screen and (min-width: 768px) {
.sp_none{ display: none;}
.form_base input[type="submit"]:hover { background-color: #21afef;}
.form_base input[type="button"]:hover { background-color: #bbb; border: 1px solid #bbb;}
}

/*=改行・制限=*/
.form_base .nowrap{ white-space: nowrap;}
/*=入力モード切替 ※IEのみ有効=*/
.form_base .ime_ac {ime-mode: active;}
.form_base .ime_dis {ime-mode: disabled;}

/*=左右寄せ= */
.form_base .align_l {text-align:left!important;}
.form_base .align_r {text-align:right!important;}
.form_base .align_c {text-align:center!important;}
/*上下位置*/
.form_base .align_t {vertical-align: top;}
.form_base .align_b {vertical-align: bottom;}

.form_base input[type="text"],
.form_base textarea {box-sizing:border-box;}

/* 字数幅 */
.form_base .w3em {/*width:3em;*/ width: 20%;}
.form_base .w8em {/*width:8em;*/ width: 20%;}
.form_base .w12em {/*width:12em;*/ width: calc(100% - 50px);}
.form_base .w20em {/*width:20em;*/ width: 100%;}

/* エラー表示 */
.form_base .err{ font-size:12px; display:block; color:#FF0000; width: 100%;}

/* ページ上部への表示の場合（ファイル容量） */
.form_base form > .err{ line-height: 1.5; padding: 15px; border: 1px solid #F00; margin: 0 0 30px; background: #FFE4E4; border-radius: 5px;}

.item_wrap{ display: flex; flex-wrap: wrap;}
.item_wrap label{ width: calc(50% - 10px);}
.item_wrap label:nth-child(1),
.item_wrap label:nth-child(3){ margin-right: 20px;}
.item_wrap label input{}
.item_wrap label span{ display: inline-block; width: 50px;}

.send_menu{ text-align: center;}
#to_conf_btn_df1,
#submit_btn{ text-align: center; width: 300px; height: 80px; margin: 0 auto 20px; display: block; font-size: 1.8em; font-weight: 700; color: #fff; border-radius: 5px; background: linear-gradient(270deg, #2ACAFF 0%, #2878D2 25%, #2878D2 51%, #2A2C8B 100%); background-position: 1% 50%; background-size: 200% auto; border: none;}
#submit_btn{ margin-bottom: 20px;}
#put_addr_button1a{ width: 120px; background-color: #000; color: #fff; padding: 8px 0; border-radius: 3px;}

.pp_check{ font-size: 1.4em; line-height: 1.2; padding-bottom: 30px;}
.pp_check a{ color: #000;}

.pp_check{ text-align: center;}
.pp_check label{ position:relative;}
.pp_check label + label.ck1{ margin:0 0 0 10px;}
.pp_check label.ck1 input{ display:none;}
.pp_check label.ck1 span{ position:relative; cursor:pointer; -webkit-transition:all .3s;-ms-transition:all .3s;transition:all .3s;}
.pp_check label.ck1 input + span::before{ content:""; display:inline-block; width:20px; height:20px; border:1px solid #AAA; background-color:#FFF; border-radius:5px; margin-right:5px; box-sizing:border-box; vertical-align:top;}
.pp_check label.ck1 input + span::after{ content:""; display:block; width:10px; height:20px; border-bottom:3px solid #000; border-right:3px solid #000; opacity:0; position:absolute; top:-6px; left:3px; -webkit-transform:rotate(45deg); -ms-transform:rotate(45deg); -moz-transform:rotate(45deg); transform:rotate(45deg); -webkit-transition:all .1s;-ms-transition:all .1s;transition:all .1s;}
.pp_check label.ck1 input:checked + span::after{ opacity:1;}
.pp_check label.ck1 span a{ color: #3264BE!important;}

/* ラジオボタン */
label.radio{display:inline-block;margin:0 15px 0 0;position:relative;}
label.radio input{display:none;}
label.radio span{display:inline-block;padding:0 0 0 25px;cursor:pointer;transition:0.3s;}
label.radio span sup{display:inline-block;vertical-align:top;}
label.radio input + span::before{content:"";display:block;width:20px;height:20px;border-radius:40px;box-sizing:border-box;border:1px solid #AAA;position:absolute;top:0;left:0; background-color: #fff;}
label.radio input + span::after{transition:0.1s;opacity:0;content:"";display:block;width:10px;height:10px;border-radius:40px;position:absolute;top:5px;left:5px;background-color:#000;}
label.radio input:checked + span::after{opacity:1;}

.form_base table td label.select_wrap select{ width: 100px!important;}

/*区分チェックボックス追加*/
#kubun_box{ text-align: left;}
#kubun_box a{ color: #000;}
#kubun_box label{ position:relative; margin:5px 20px 5px 0;}
/*.kubun_box label + label.ck1{ margin:0 0 0 10px;}*/
#kubun_box label.ck1 input{ display:none;}
#kubun_box label.ck1 span{ position:relative; cursor:pointer; -webkit-transition:all .3s;-ms-transition:all .3s;transition:all .3s;}
#kubun_box label.ck1 input + span::before{ content:""; display:inline-block; width:20px; height:20px; border:1px solid #AAA; background-color:#FFF; border-radius:5px; margin-right:5px; box-sizing:border-box; vertical-align:top;}
#kubun_box label.ck1 input + span::after{ content:""; display:block; width:10px; height:20px; border-bottom:3px solid #000; border-right:3px solid #000; opacity:0; position:absolute; top:-6px; left:3px; -webkit-transform:rotate(45deg); -ms-transform:rotate(45deg); -moz-transform:rotate(45deg); transform:rotate(45deg); -webkit-transition:all .1s;-ms-transition:all .1s;transition:all .1s;}
#kubun_box label.ck1 input:checked + span::after{ opacity:1;}
#kubun_box label.ck1 span a{ color: #3264BE!important;}


@media screen and (min-width: 768px) {
#to_conf_btn_df1,
#submit_btn{ transition : 0.3s;}
#to_conf_btn_df1:hover,
#submit_btn:hover{ background-color: #000; color: #fff;}
.pp_check a:hover{ color: #888;}
.pp_check label.ck1 span a:hover{ opacity: 0.5;}
    
/*区分チェックボックス追加*/
#kubun_box a:hover{ color: #888;}
#kubun_box label.ck1 span a:hover{ opacity: 0.5;}
}

h2{ color: #2A2C8B; font-size: 2.3em; font-weight: 700; margin-top: 40px; margin-bottom: 30px; overflow: hidden;}
h2 span{display: block; padding: 10px 0 10px 55px; width: 100%; position: relative;}
h2 span:before{content: ''; display: inline-block; width: 40px; height: 40px; background-size: cover; background-repeat: no-repeat; position: absolute; left: 0; top: 0; bottom: 0;}
h2 span.bukken:before{ background-image: url(../images/icon01@2x.png); background-size: 40px 40px;}
h2 span.customer:before{ background-image: url(../images/icon02@2x.png); background-size: 40px 40px;}

/*-------------------------
__entry_style
-------------------------*/
.attention { color: #ff0000;}
.transmit { font-size: 1.4em; line-height: 1.2; padding-bottom: 30px;}
.recap { text-align:center; margin:2em 0;}
.recap > div { margin:0 auto;}
.recap_er_ip { display:none;}
.thanks_message{ text-align: center; margin:110px 0 40px;}
.thanks_message dl dt{ font-size: 2.2em; line-height: 1.6; font-weight: 700; margin-bottom: 20px;}
.thanks_message dl dd{ font-size: 1.8em; line-height: 1.6;}
.thanks_message .thanks_btm01{ font-size: 1.4em; line-height: 1.6; margin: 50px auto 10px;}
.thanks_message .thanks_btm{ background-color: #fff; padding: 30px; box-sizing: border-box; max-width: 600px; margin: 0 auto;}
.thanks_message .thanks_btm .thanks_btm02{ font-size: 1.4em; line-height: 1.6; margin-bottom: 15px;}
.thanks_message .thanks_btm .thanks_btm03{ font-size: 1.8em; font-weight: 700; margin-bottom: 20px;}
.thanks_message .thanks_btm .back_btn{}
.thanks_message .thanks_btm .back_btn a{ display: inline-block; font-size: 1.4em; background-color: #2a2c8b; color: #fff!important; padding: 15px; text-decoration: none; border-radius: 5px;}

@media screen and (min-width: 768px) {
.sp_only{ display: none;}
a[href*="tel:"] { pointer-events: none; cursor: default; text-decoration: none;}
}

@media all and (min-width: 768px) and (max-width: 1000px) {
}

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

/*.required{ font-size: 0.8em; line-height: 1.6em; background-color: #fff; color: #000;}*/
.surely{ font-size: 14px; line-height: 1.4em; margin:0 0 30px 0; padding: 0 20px; box-sizing: border-box;}

#content{ margin: 0 auto 30px;}
.form .inner{ padding: 0 20px;}
.form .inner h1{ font-size: 3.5em; height: 45px;}
.form .inner h1 span{ padding: 0 0 0 30px;}

.form_base{ padding: 0;}
.form_base table{ border-top: none;}
.form_base table tr th,
.form_base table tr td{ display: block; width: 100%; box-sizing: border-box;}
.form_base table tr th{ padding: 7px 20px; background-color: #ddd; color: #000; font-size: 14px;}
.form_base table tr td{ padding: 15px 20px; font-size: 16px;}

.form_base input[type="text"],
.form_base input[type="password"],
.form_base textarea { font-size: 16px; line-height: 1.4; padding: 9px;}
.form_base input#add1a{ width: 100%;}
.add_com{ font-size: 12px;}

.item_wrap{ display: block;}
.form_base .item_wrap .err{ width: 100%;}
.item_wrap label{ width: 100%;}
.item_wrap label:nth-child(1){ margin-right: 0;}

.add_com{ font-size: 0.7em; margin-bottom: 10px;}

#put_addr_button1a{ width: 100px;}

.form_base .w3em{ width: 27%;}
.form_base .w8em{ width: 50%;}

.send_menu{ padding: 0 20px; box-sizing: border-box; text-align: center; margin-bottom: 30px;}
.transmit{ line-height: 1.6em; padding-bottom: 20px;}

.form_base input[type="button"] { margin: 0 0 20px 0;}

.pp_check{ padding-top: 20px;}
    
/* ラジオボタン */
label.radio{ margin:5px 20px 5px 0;}

.form_base table td label.select_wrap select{ width: 70px!important;}

.thanks_message{ text-align: center; margin:60px 0 20px; padding: 0 20px; box-sizing: border-box;}
.thanks_message dl dt{ font-size: 1.8em; font-weight: 700; margin-bottom: 15px;}
.thanks_message dl dd{ font-size: 1.4em;}
.thanks_message .thanks_btm01{ font-size: 1.2em; margin: 30px auto 10px;}
.thanks_message .thanks_btm .thanks_btm02{ font-size: 1.4em; margin-bottom: 15px;}
.thanks_message .thanks_btm .thanks_btm03{ font-size: 1.8em; margin-bottom: 20px;}
.thanks_message .thanks_btm .thanks_btm03 a{ text-decoration: underline!important;}

#to_conf_btn_df1,
#submit_btn{ width: 100%;}

h2{ font-size: 1.8em; margin-top: 20px; margin-bottom: 20px; margin-left: 20px;}
h2 span{ display: block; padding: 5px 0 5px 35px;}
h2 span:before{ width: 28px; height: 28px; top: 0;}
h2 span.bukken:before{ background-size: 28px 28px;}
h2 span.customer:before{ background-size: 28px 28px;}
    
}


