@charset "utf-8";

/* CSS Document */


/*********************************
　基本フォーマット
*********************************/


/*form_responsive*/

*{margin:0;padding:0;}
html {position: relative;min-height: 100%;}
body{background:#fff;}

#formR input::placeholder,
#formR textarea::placeholder {
color: #ff0000;
}

/* Edge */
#formR input::-ms-input-placeholder,
#formR textarea::-ms-input-placeholder {
color: #ff0000;
}

/* IE11 & IE10 */
#formR input:-ms-input-placeholder,
#formR textarea:-ms-input-placeholder {
color: #ff0000;
}

#wrapper{margin-bottom: 22px;}
#footer2 .copyright_bg{position: absolute;bottom: 0;}

.ta-c{text-align:center;}
.font-bold{font-weight:bold;}

#formR #contents {top: 0;padding-top: 45px;width: calc(100% - 30px);max-width:800px;margin:0 auto;}
#formR .tel{text-align: center;width: 100%;margin:70px auto 40px;line-height:0;padding:0;}
#formR .red{color:#E8437A;}

p{font-size:14px;line-height: 150%;}
#formR h2{font-weight:bold;font-size:19px;}
#formR h3{font-size:16px;font-weight:bold;}
#formR h6{font-weight:bold;font-size:14px;}



#formR input[type=text], #formR input[type=tel], #formR input[type=email], #formR textarea{
    padding: 0 15px;
    border-radius: 4px;
    width:90%;
    border: 1px solid #B3B3B3;
    vertical-align: baseline;
    line-height: 1em;
    font-size:14px;
    height: 50px;
    box-sizing: border-box;
    color: #000;
    font-weight:lighter;
    font-family:'ヒラギノ角ゴ Pro W3','Osaka','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}

#formR select{
    padding: 0 45px 0 10px;
    border-radius: 4px;
    border: 1px solid #B3B3B3;
    vertical-align: baseline;
    /*line-height: 1em;*/
    font-size: 14px;
    background: #fff url(../img/form/requestimg_05.png) no-repeat;
    background-position: right 15px top 50%;
    background-size: 17px 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 50px;
    box-sizing: border-box;
    color: #000;
    font-weight:lighter;
}

#formR select::-ms-expand {display: none;}
#formR input::placeholder{color:#cccccc;}
#formR input::-ms-input-placeholder{color:#cccccc;}
#formR input:-ms-input-placeholder{color:#cccccc;}

#formR input::placeholder{color:#b3b3b3;}
#formR .va-text{display:block;margin:10px 0 0 0!important;color:#E8437A!important;width:100%!important;padding:0!important;line-height:1em;}
#formR label {display: inline-block;margin:0;}
/* 20220210 mitumori */
#formR .mitumori label {margin:3px;}
#mitumori_contents {
  display: none;
}
.ta-l{text-align:left;}

#formR .ib01{padding-left:1em;text-indent:-1em;}
#formR .ib02{padding-left:1.4em;text-indent:-1.4em;}
#formR .ib03{padding-left:2em;text-indent:-2em;}

#formR h3.bh3{position:relative;padding-left: 10px;margin-bottom:10px;box-sizing: border-box;color:#FF9300;}
#formR h3.bh3::before{   
    content: "";
    display: block;
    height: 18px;
    width: 4px;
    background: #FF9300;
    position: absolute;
    left:0;
    top: 50%;
    margin-top: -9px;
}

#formR.life h3.bh3{color:#28BEF9;}
#formR.life h3.bh3::before{background:#28BEF9;}

#formR h4.line{font-weight:lighter;font-size:16px;color:#00468C;border-bottom: 1px dashed #b3b3b3;padding-bottom:12px;margin:30px 0 10px;}
#formR.fire h4.line{color:#e93f16;}

#formR .entry_logo {display: table;height: 30px;margin:45px 0 0;}
#formR.request .entry_logo{display:block;}
#formR .entry_logo_img {display: table-cell;}
#formR.life .entry_logo_img img{width:100%;max-width:110px;vertical-align: middle;}
#formR.fire .entry_logo_img img{width:100%;max-width:140px;vertical-align: middle;}
#formR .entry_logo_txt {position: relative;left: 10px;top: 0;vertical-align: middle;font-weight: bold;font-size: 22px;letter-spacing: 0.03em;color:#e93f16;    line-height: 1.36em;}
#formR.life .entry_logo_txt{color:#00468C;}
#formR.fire .entry_logo_txt{top: -2px;}
#formR.request .entry_logo_txt{left: 0px;top: 0px;}

#formR .step img {width: 100%;height: auto;}
#formR .ta_r {text-align: right;margin:0 auto;}
#formR .maruarrow_r {
    position: relative;
    margin:0;
    padding-right: 20px;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
}
#formR .maruarrow_r::after {
    background: url(../img/form/lifeinput1_06.png) no-repeat;
    content: "";
    position: absolute;
    right: 0;
    top: calc(50% - 8px);
    width: 16px;
    height: 16px;
    background-size: cover;
}

#formR .box01{margin:30px 0 60px;border:1px solid #00468C;padding:30px;}
#formR.fire .box01{border:1px solid #E93F16;}
#formR.request .box01{margin:30px 0;border:1px solid #E93F16;}
#formR #PersonsNum {width: 20%;margin:20px 10px 20px 0;}

#formR .entry_table table, #formR .kingaku_table table{
    border: none;
    line-height: 20px;
    width: 100%;
    border-collapse: collapse;
    margin: 15px auto 20px;
    font-size: 14px;
    table-layout: fixed;
}

#formR .entry_table th,#formR .entry_table td, #formR kingaku_table th,#formR .kingaku_table td{vertical-align: middle;color: #000;}

#formR .table01 tr{border-bottom:1px solid #28BEF9;}
#formR .table01 tr:first-of-type{border-top:1px solid #28BEF9;}
#formR .table01 th{background:#e9f8ff;font-weight:bold;}
#formR .table02 tr{border-bottom:1px solid #FF9300;}
#formR .table02 tr:first-of-type{border-top:1px solid #FF9300;}
#formR .table02 th{background:#fdf0e9;font-weight:bold;}
#formR.fire .table02 th{background:#fffae6;font-weight:bold;}
#formR .table03 tr:first-of-type{border-top:1px solid #b3b3b3;}
#formR .table03 th{background:#fffae6;font-weight:bold;border-right:1px solid #b3b3b3;}
#formR .table03 td{border-right:1px solid #b3b3b3;border-bottom:1px solid #b3b3b3;}
#formR .table03 thead th:nth-of-type(4), #formR .table03 thead td:nth-of-type(4), #formR .table03 tbody td:nth-of-type(4){border-right:none;}
#formR .table03 thead{border-bottom: 3px double #b3b3b3;}
#formR .form-confirm .table03 thead th:nth-of-type(3), #formR .form-confirm .table03 thead td:nth-of-type(3), #formR .form-confirm .table03 tbody td:nth-of-type(3){border-right:none;}


#formR .hissu{border-radius: 2px;color: #fff;background:#E8437A;font-size:12px;font-weight:lighter;}
#formR .option{border-radius: 2px;color: #fff;background:#003597;font-size:12px;font-weight:lighter;}


#formR .entry_table td label span{
    font-size: 14px;
    box-sizing: border-box;
    /*display: inline-block;*/
    vertical-align: middle;
    margin-right:10px;
}


#formR .radiobtn input[type=radio], #formR .radiobtn2 input[type=radio], #formR .radiobtn3 input[type=radio] {display: none;vertical-align: middle;}
#formR .radiobtn:nth-of-type(2n){margin-left:4%;}

#formR .radiobtn label {
    border: 1px solid #B3B3B3;
    display: inline-block;
    line-height: 50px;
    width: 40%;
    box-sizing: border-box;
    border-radius: 4px;
    position: relative;
    padding-left: 44px;
    font-size: 14px;
    color:#000;
}

#formR .radiobtn input[type=radio] + label::before, #formR .radiobtn input[type=radio]:checked + label::before  {
    content: "";
    position: absolute;
    top: 50%;
    left: 16px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    background-color: #fff;
    border: 1px solid #b3b3b3;
    border-radius: 10px;
}


#formR .radiobtn2{
    font-size: 14px;
    margin:0 25px 0 0;
    display: inline-block;
    position: relative;
    padding-left: 24px;
    vertical-align: middle;
}
/* 20220216 */
#formR .taishin .radiobtn2{vertical-align:baseline;}


#formR .radiobtn2 input[type=radio] + label::before, #formR .radiobtn2 input[type=radio]:checked + label::before{
    content: "";
    position: absolute;
    top: 50%;
    left: 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: 18px;
    height: 18px;
    margin-top: -9px;
    background-color: #fff;
    border: 1px solid #b3b3b3;
    border-radius: 9px;
}


#formR .radiobtn input[type=radio]:checked + label {background: #e6e6e6;}
#formR .radiobtn input[type=radio]:checked + label::before, #formR .radiobtn2 input[type=radio]:checked + label::before{border: 5px solid #FF9300;background-color: #fff;}
#formR.life .radiobtn input[type=radio]:checked + label::before, #formR.life .radiobtn2 input[type=radio]:checked + label::before{border: 5px solid #28BEF9;background-color: #fff;}


#formR .adno .mark{margin-right:10px;}
#formR .adno .hyphen{margin:0 11px;}

#formR .adnobtn {
    -webkit-appearance: none;
    box-sizing: border-box;
    cursor: pointer;
    width: 30%;
    height: 50px;
    color: #fff;
    font-size: 14px;
    padding: 10px 20px;
    border-radius: 50px;
    line-height: 1em;
    margin-left: 10px;
    border: 1px solid #FF9300;
    background: #FF9300;
}
#formR.life .adnobtn{border: 1px solid #28BEF9;background: #28BEF9;}

#formR .adno input, #formR #UseSegment{width:25%;}
#formR .todoufuken {width: 30%;display:inline-block;vertical-align:middle;}
#formR #Addr1, #formR #SendAddr1{width:65%;display:inline-block;vertical-align:middle;margin-left:4%;}
#formR #Addr2, #formR #Addr3, #formR .email,#formR #CardHolder, #formR #BankHolder, #formR #YuchoHolder, #formR #BuildAddr1, #formR #BuildAddr2, 
#formR #BuildAddr3, #formR #SendAddr2, #formR #SendAddr3, #formR #Email, #formR #EmailConf, #formR #CfBankHolder{width:100%;}
#formR .telwrap input{width:25%;margin-bottom:18px;}
#formR .telwrap .haifun{margin:0 10px;}
#formR #TelEtc, #formR #SubTelEtc, #formR #Sub2TelEtc{width:70%;margin-left:10px;}
#formR td.totalarea input{width:25%;}
#formR td.totalarea span{margin:0 10px;display:inline-block;vertical-align:bottom;font-weight:bold;}
 
#formR.life .subtel_box {border:1px solid #28BEF9;border-radius:4px;margin-top:20px;}
#formR.life .subtel_box_title{background:#28BEF9;}

#formR .subtel_box_title {color: #fff;font-size: 14px;font-weight:bold;padding:18px 20px;position: relative;}
#formR .subtel_box_title .form_attention {font-size: 12px;display: block;margin-top: 5px;padding-right: 30px;}
#formR .subtel_box_title .mark {
    position: absolute;
    right: 20px;
    top: 50%;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    background-size: cover !important;
    background: url(../img/lifeinput1_03.png) center top no-repeat;
}
#formR .subtel_box_title .active {background: url(../img/lifeinput1_04.png) center top no-repeat;}
#formR .subtel_box_title + div {padding: 20px 20px 4px;}
#formR .subtel_box h6{border-top:1px dashed #b3b3b3;padding-top:18px;margin-bottom:15px;}
#formR td.kakekin select{width:48%;margin-right:10px;}
#formR .koumoku2 .form_attention{font-size:12px;font-weight:nomal;margin-top:8px;line-height:1.5em;color:#000;}
#formR .form_attention p{color:#E8437A;}

#formR .kokuchi_box{margin:20px 0;}
#formR .kokuchi_box p{border-bottom:1px dashed #b3b3b3;padding: 0;margin: 0;}
#formR .kokuchi_box p:first-of-type{border-top:1px dashed #b3b3b3;}
#formR input[type=checkbox] {display: none;}
#formR input[type=checkbox] + label {font-size: 14px;position: relative;display: block;padding: 15px 0;padding-left: 40px;}
/* 20220215 */
#formR .kibou input[type=checkbox] + label {display: inline-block;padding-left: 30px;}


#formR input[type=checkbox] + label::before, #formR.customer .chkpart::before{
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: 24px;
    height: 24px;
    margin-top: -12px;
    background-color: #fff;
    border: 1px solid #b3b3b3;
    border-radius: 3px;
}

#formR input[type=checkbox]:checked + label::after, #formR.customer input[type=checkbox]:checked + .chkpart::after{
    content: ""; 
    position: absolute;
    left: 0;
    top: 50%;
    width: 11px;
    height: 7px;
    margin-top: -8px;
    margin-left: 5px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background: none;
}

#formR input[type=checkbox]:checked + label::before, #formR.customer input[type=checkbox]:checked + .chkpart::before{border: 2px solid #ff9300;}
#formR input[type=checkbox]:checked + label::after, #formR.customer input[type=checkbox]:checked + .chkpart::after{border-left: 3px solid #ff9300;border-bottom: 3px solid #ff9300;}
#formR.life input[type=checkbox]:checked + label::before, #formR.life.customer input[type=checkbox]:checked + .chkpart::before{border: 2px solid #28BEF9;}
#formR.life input[type=checkbox]:checked + label::after, #formR.life.customer input[type=checkbox]:checked + .chkpart::after{border-left: 3px solid #28BEF9;border-bottom: 3px solid #28BEF9;}

#formR .button_wrap{text-align:center;margin:40px auto 30px;}
#formR .button_wrap input, .button_wrap .nextbtnC, #formR.customer .button_wrap a, #formR .button_wrap button{
    padding: 15px 20px;
    color: #fff;
    border-radius:60px;
    height:60px;
    max-width:320px;
    width:100%;
    font-weight:bold;
    box-shadow: 0 1px 7px rgba(0,0,0,0.2);
    cursor:pointer;
    font-size:16px;
    font-family:'ヒラギノ角ゴ Pro W3','Osaka','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
    display:inline-block!important;
    line-height: 1.6em;
}

#formR.customer .button_wrap a{text-decoration:none;display:inline-block;box-sizing: border-box;vertical-align:middle;}

#formR .button_wrap .arrow-next, #formR .button_wrap .arrow-back{position: relative;vertical-align:middle;}
#formR .button_wrap .arrow-next::after{
   content: "";
    width: 8px;
    height: 8px;
    border: 0px;
    border-bottom:2px  solid #fff;
    border-right:2px  solid #fff;
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    top: 50%;
    right: 22px;
    margin-top: -5px;
}   

#formR .button_wrap .arrow-back::after{
   content: "";
    width: 8px;
    height: 8px;
    border: 0px;
    border-bottom:2px  solid #fff;
    border-right:2px  solid #fff;
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    position: absolute;
    top: 50%;
    left: 22px;
    margin-top: -5px;
}  

#formR.life .nextbtnC {
	background: #00468C;
    border: 1px solid #00468C;
	padding: 15px 20px;
    color: #fff;
    border-radius: 60px;
    height: 30px;
    max-width: 320px;
    width: 280px;
    box-shadow: 0 1px 7px rgba(0,0,0,0.2);
    cursor: pointer;
    line-height: 1.6em;
    text-align:center;

}

#formR.fire .nextbtnC {
	background: #e93f16;
    border: 1px solid #e93f16;
	padding: 15px 20px;
    color: #fff;
    border-radius: 60px;
    height: 30px;
    max-width: 320px;
    width: 280px;
    box-shadow: 0 1px 7px rgba(0,0,0,0.2);
    cursor: pointer;
    line-height: 1.6em;
    text-align:center;

}

#formR .nextbtnC:before{
    font-weight: bold;
    font-size: 16px;
    font-family: 'ヒラギノ角ゴ Pro W3','Osaka','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;

		content: '次へ進む';	
}

#formR .nextbtnC:after{
   content: "";
    width: 8px;
    height: 8px;
    border: 0px;
    border-bottom:2px  solid #fff;
    border-right:2px  solid #fff;
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    margin-top: 8px;
    margin-left: 100px;
    text-align: center;
}   


#fromR .nextbtnC.mb {
   margin-bottom:20px;
}






#formR.life .nextbtnKF {
		    background: #00468C;
    border: 1px solid #00468C;
	padding: 15px 20px;
    color: #fff;
    border-radius: 60px;
    height: 30px;
    max-width: 320px;
    width: 280px;
    box-shadow: 0 1px 7px rgba(0,0,0,0.2);
    cursor: pointer;
    line-height: 1.6em;
    text-align:center;

}

#formR.fire .nextbtnKF {
	background: #e93f16;
    border: 1px solid #e93f16;
	padding: 15px 20px;
    color: #fff;
    border-radius: 60px;
    height: 30px;
    max-width: 320px;
    width: 320px;
    box-shadow: 0 1px 7px rgba(0,0,0,0.2);
    cursor: pointer;
    line-height: 1.6em;
    text-align:center;

}

#formR .nextbtnKF:before{
    font-weight: bold;
    font-size: 16px;
    font-family: 'ヒラギノ角ゴ Pro W3','Osaka','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	content: 'インターネットでの口座設定';	
}

#formR .nextbtnKF:after{
   content: "";
    width: 8px;
    height: 8px;
    border: 0px;
    border-bottom:2px  solid #fff;
    border-right:2px  solid #fff;
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    margin-top: 8px;
    margin-left: 1px;
    text-align: center;
}   


#fromR .nextbtnKF.mb {
   margin-bottom:20px;
}





#formR .nextbtn{background:#e93f16;border:1px solid #e93f16;}    
#formR .graybtn{background:#999999;border:1px solid #999999; cursor:default !important;}    
#formR.life .nextbtn{background:#00468C;border:1px solid #00468C;}
#formR.life .graybtn{background:#999999;border:1px solid #999999; cursor:default !important;}
#formR .backbtn{background:#999999;border:1px solid #999999;}

#formR .form-input_tsuika .entry_table, #formR .form-input_card .entry_table, #formR .form-input_shiharai .entry_table.mt, 
#formR.fire .form-input1 .entry_table, #formR.fire .form-input1 .kingaku_table, #formR.request .form-default .entry_table{margin-top:50px;}

#formR td.buildplace h6{border-top: 1px dashed #b3b3b3;padding-top: 15px;margin: 20px 0 10px;}
#formR.fire span.notice{color:#e93f16;padding-left:5px;}
#formR #dispMeter{margin-top:15px;}
#formR .notice_list li{list-style:none;margin-bottom:5px;}

#formR .kingaku_table th{padding:14px;text-align:center;}
#formR .kingaku_table td{padding:14px;}
#formR .kingaku_table select{width:70%;}
#formR .kingaku_table span{padding-left:10px;}
#formR .kingaku_table .right{text-align:right;}
#formR .box02{border:1px solid #b3b3b3;padding:30px;margin:30px 0 0;}
#formR td.existno span{margin-right:10px;}

/*210403*/
#formR .form-input1 h4{background:#008CD6;color:#fff;font-size:22px;text-align:center;line-height:1.8em;margin:30px 0 10px;}
#formR .form-input1 .over h4{background:#00468C;text-align:left;margin:65px 0 15px;padding:5px 30px;}
#formR .form-input1 img.flow{width:100%;}
#formR .form-input1 .popup {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 98;
    transition: .6s;
    display: none;
}
#formR .form-input1 .popup .innerbox {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 60%;
    padding: 60px 80px;
    background: #fff;
    z-index: 90;
    border-radius: 8px;
}
#formR .form-input1 .closebtn {
    position: absolute;
    right: 15px;
    top: 15px;
    width: 45px;
    height: 45px;
    line-height:45px;
    text-align: center;
    cursor: pointer;
}
#formR .form-input1 .closebtn img{width:100%;}
#formR .form-input1 .popup .layer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(46,46,46,.6);
    z-index: 1;
    cursor: pointer;
}
#formR .form-input1 .popup .innerbox  p{font-size:16px;}
#formR .form-input1 .popup .innerbox  p span{text-decoration:underline;}

#formR .form-input_tsuika h4{background:#008CD6;color:#fff;font-size:22px;text-align:center;line-height:1.8em;margin:30px 0 10px;}
#formR .form-input_tsuika .over h4{background:#00468C;text-align:left;margin:65px 0 15px;padding:5px 30px;}
#formR .form-input_tsuika img.flow{width:100%;}
#formR .form-input_tsuika .popup {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 98;
    transition: .6s;
    display: none;
}
#formR .form-input_tsuika .popup .innerbox {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 60%;
    padding: 60px 80px;
    background: #fff;
    z-index: 90;
    border-radius: 8px;
}
#formR .form-input_tsuika .closebtn {
    position: absolute;
    right: 15px;
    top: 15px;
    width: 45px;
    height: 45px;
    line-height:45px;
    text-align: center;
    cursor: pointer;
}
#formR .form-input_tsuika .closebtn img{width:100%;}
#formR .form-input_tsuika .popup .layer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(46,46,46,.6);
    z-index: 1;
    cursor: pointer;
}
#formR .form-input_tsuika .popup .innerbox  p{font-size:16px;}
#formR .form-input_tsuika .popup .innerbox  p span{text-decoration:underline;}

/*input_shiharai*/
#formR .opentable table{margin-bottom:0;}
#formR .acotable table{margin-top:0;}
#formR .acotable .table01 tr, #formR .acotable .table02 tr, #formR .acotable .table03 tr{border-top:none;}
#formR #blockCard .text_body{margin:30px 0;}
#formR #blockCard .text_body h6{margin-bottom:10px;}
#formR #blockCard .text_body p{margin-bottom:5px;}
#formR #blockCard .box01{margin:0 0 50px;padding:25px 25px 20px;}  
#formR #blockCard .box01 h6, #formR.customer .form-input2 .box01 h6{color:#00468C;padding-bottom:20px;margin-bottom:18px;border-bottom:1px dashed #b3b3b3;}
#formR.fire #blockCard .box01 h6{color:#E93F16;}
#formR #blockCard .box01 .naiyou img, #formR .available_list .box03 img{width:100%;margin:0 auto;max-width:383px;}
#formR .form_sample{margin-top:5px;}
#formR #bankNameAccount{margin-bottom:5px;}
#formR .kinyuname2, #formR #blockCf .siten2{width:30%;margin-left:4%;}
#formR .kigen2, #formR .siten2{width:30%;margin-left:5%;}
#formR #AcBankName, #formR .kinyuname, #formR .siten{width:60%!important;}
#formR #BankNumber{width:35%;}
#formR #YuchoKigo{width:25%;margin:0 2%;}
#formR #YuchoNumber{width:35%;margin-right:2%;}


/*input_parent*/
#formR .form-input_parent .first_entry_title{margin:45px 0 40px;}
#formR #RelationShip{width:25%;}


/*input_card*/
#formR .form-input_card .button_wrap .backbtn{margin:0;}
#formR #notich_ng{margin:30px 0;}

/*input_kouza*/
#formR.life .form-input_kouza h3{font-size:17px;margin-bottom:5px;}
#formR.life .form-input_kouza h5{font-size:15px;color: #28BEF9;margin:5px 0;}
#formR.life .form-input_kouza ul{list-style:none;margin-top:10px;}
#formR.life .form-input_kouza .bgblue{background: #e9f8ff;padding:15px;}
#formR.life .form-input_kouza div.bgblue{margin-bottom:25px;}
#formR.life .form-input_kouza .bgblue img{width:100%;display:block;}

/*confirm*/
#formR .form-confirm .entry_table table th, #formR .form-confirm .kingaku_table table th{font-weight:lighter;}
#formR .form-confirm .entry_table table td, #formR .form-confirm .kingaku_table table td{font-weight:bold;}

#formR .form-confirm .first_entry_title, #formR.request .form-confirm .first_entry_title, #formR.life .form-input_kouza .first_entry_title,
#formR.customer .form-input2 .first_entry_title, #formR.customer .form-confirm .first_entry_title{border-bottom: 1px dashed #b3b3b3;padding-bottom:35px;margin:45px 0 35px;}
#formR.request .form-confirm .first_entry_title{margin:45px 0 70px;}
#formR .first_entry_title h2{color:#e93f16;margin-bottom:10px;}
#formR.life .first_entry_title h2{color:#00468C;}

#formR .kakunin_edit_btn{position: relative;}
#formR .editbtn {
    background:#fff;
    padding: 5px 15px 4px 20px!important;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
    border-radius: 36px;
    position: absolute;
    height: 36px;
    top:50%;
    right:0;
    margin-top: -46px;
    letter-spacing:0.1em;
    border:1px solid #e93f16;
    color:#e93f16;
}
#formR.life .editbtn{border:1px solid #00468C;color:#00468C;}
#formR .form-confirm .entry_table, #formR .form-confirm .kingaku_table{margin-bottom: 50px;}
#formR .form-confirm .box01{margin:30px 0;}
#formR .form-confirm .box01 h3{color:#00468C;margin-bottom:15px;}
#formR .kakunin_box input[type=checkbox] + label {
    background: #f2f2f2;
    color: #000;
    border: 1px solid #B3B3B3;;
    border-radius: 4px;
    line-height: 1em;
    box-sizing: border-box;
    margin-top:15px;
    font-size: 16px;
    padding: 18px 0 18px 45px;
}

#formR.request .kakunin_box input[type=checkbox]:checked  + label{background:#fdf0e9;font-weight: bold;}
#formR.life .kakunin_box input[type=checkbox]:checked  + label{background:#e9f8ff;font-weight: bold;}
#formR .kakunin_box input[type=checkbox] + label::before{margin-left: 20px;}
#formR.life .kakunin_box input[type=checkbox]:checked + label::after{margin-left: 25px;}
#formR.request .kakunin_box input[type=checkbox]:checked + label::after{margin-left: 25px;}

#formR .form-confirm .kakunin-ac{
    color: #000;
    line-height: 1em;
    box-sizing: border-box;
    margin-top: 15px;
    padding: 0 0 18px;
    
}

#formR.life .form-confirm .kakunin-ac{border:1px solid #28BEF9;padding:18px 20px;border-radius: 4px;}
#formR .form-confirm .kakunin-ac h3.midashi{position: relative;}
#formR.life .form-confirm .kakunin-ac .midashi .mark {
    position: absolute;
    right:0;
    top: 50%;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    background-size: cover !important;
    background: url(../img/form/life_requestimg_08.png) center top no-repeat;
    cursor:pointer;
}    
#formR.life .form-confirm .kakunin-ac .midashi .active {background: url(../img/form/life_requestimg_07.png) center top no-repeat;}    
#formR .kakunin-ac .text-inner{padding:0 10px;}
#formR .kakunin-ac ul, #formR .chknaiyou ul{list-style:none;margin:0;padding:0;}
#formR .kakunin-ac ul li,  #formR .chknaiyou ul li{padding-left:0.75em;text-indent:-0.75em;line-height:1.5em;margin:2px 0;font-size:14px;}
#formR .kakunin-ac ul li:before,  #formR .chknaiyou ul li::before{
    content:  "";
    width: 0.25em;
    height: 0.25em;
    display: inline-block;
    background-color: #000;
    border-radius: 50%;
    vertical-align: middle;
    margin:-0.25em 0.4em 0 0.3em;    
}
#formR .kakunin-ac .text-inner h3.bh3{margin:15px 0 8px;padding-left: 14px;}
#formR.life .kakunin-ac .text-inner h3.bh3{color:#00468C;}
#formR.life .kakunin-ac .text-inner h3.bh3::before{left:3px;background:#00468C;}
#formR .kakunin-ac .text-inner h6{margin:15px 0 5px;}
#formR .kakunin-ac .text-inner .plb, #formR .chknaiyou .plb{color:#28BEF9;text-indent:-8px;}
#formR .kakunin-ac .text-inner .plo, #formR .chknaiyou .plo{color:#FF9300;text-indent:-8px;}

#formR ol{margin: 0 0 0 1.25em;padding:0;}
#formR ol li{padding-left:0.1em;text-indent:-0.1em;line-height:1.5em;margin:2px 0;font-size:14px;}

#formR .form-confirm p.kome{text-align:center;margin-top:30px;}

#formR.life .form-confirm .netKouza_set .button_wrap{margin:15px auto 0;}
#formR.life .form-confirm .button_wrap button{height:auto;line-height: 1.4em;}


/*fin*/
#formR .form-fin .first_entry_title{margin:40px 0 0;padding:0 0 30px;}
#formR.life .form-fin .first_entry_title h2{text-align:center;}
#formR.life .form-fin .first_entry_title .box{border:2px solid #EA5514;padding:20px;text-align:center;margin-top:25px;}
#formR.life .form-fin .first_entry_title .box ul{margin:20px 0;}
#formR.life .form-fin .first_entry_title .box ul li{list-style:none;position:relative;margin-bottom:40px;}
#formR.life .form-fin .first_entry_title .box ul li::after{
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    bottom:-34px;
    left:50%;
    margin-left: -30px;
    border-width: 24px 30px 0 30px;
    border-color: #ccc transparent transparent transparent;
}
#formR.life .form-fin .first_entry_title .box ul li:last-child::after{display:none;}
#formR.life .form-fin .first_entry_title .box ul li p{font-weight:bold;font-size:16px;}
#formR.life .form-fin .first_entry_title .box ul li:first-child p{color:#EA5514;}
#formR.life .form-fin .first_entry_title .box ul li:last-child p{text-decoration:underline;}
#formR.life .form-fin .first_entry_title .box p.spta-l span{font-weight:bold;}

#formR.life .form-fin .netKouza_errer{border:1px solid #000;padding:15px 20px;}


/*default*/
#formR h2.line{color:#FF9300;border-bottom:1px solid #FF9300;padding-bottom:5px;margin:35px 0 20px;}
#formR.life h2.line{color:#28BEF9;border-bottom:1px solid #28BEF9;}
#formR .form-default .entryflow h3.bh3{color:#00468C;}
#formR .form-default .entryflow h3.bh3::before{background:#00468C;}
#formR .box03{background:#fffae6;padding:25px;margin:15px 0 0;font-size:14px;}
#formR .entryflow .box03 h5 {font-size: 16px;font-weight: lighter;color: #FF9300;margin-bottom: 10px;}
#formR .flowattention .redbox{border:1px solid #E8437A;padding:20px;margin-top:20px;}
#formR h6.dblue{color:#00468C;}
#formR .available_list li{list-style:none;margin-top:40px;}
#formR .available_list h3.bh3{color:#000;margin-bottom:10px;}
#formR .available_list h3.bh3::before{background:#000;}
#formR .box03 h6.line{color: #FF9300;border-bottom: 1px dashed #b3b3b3;padding-bottom: 15px;margin: 0 0 15px;}
/*200205 追加*/
#formR.request .form-default .kakunin-ac h3.midashi{position: relative;}
#formR.request .form-default .kakunin-ac{
    color: #000;
    border-radius: 4px;
    line-height: 1em;
    box-sizing: border-box;
    margin-top: 15px;
    padding: 18px 20px;
    border:1px solid #ff9300;
}
#formR.request .form-default .kakunin-ac .midashi .mark {
    position: absolute;
    right:0;
    top: 50%;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    background-size: cover !important;
    background: url(../img/form/fire_requestimg_08.png) center top no-repeat;
    cursor:pointer;
}
#formR.request .form-default .kakunin-ac .midashi .active {background: url(../img/form/fire_requestimg_07.png) center top no-repeat;}    
#formR.request .form-default p.kome{text-align:center;margin-top:30px;}
#formR.request .form-default .box01 h3{color:#E93F16;margin-bottom:15px;}

/*prechk*/
#formR .upper-roman {list-style-type: upper-roman;}
#formR .form-prechk h3.bh3{color:#000;margin:15px 0 10px;}
#formR .form-prechk h3.bh3::before{background:#000;}
#formR .chknaiyou .chk_wrap {border: 1px solid #b3b3b3;}
#formR .chknaiyou h4.line{padding-bottom:10px;}
#formR .chknaiyou h4.line:first-of-type{margin:0 0 10px;}
#formR .chknaiyou h3{font-size:16px;color:#00468C;margin:0 0 5px;}
#formR .chknaiyou h6{line-height: 1.6em;margin-top:10px;}
#formR .chknaiyou .exp_info_det1, #formR .chknaiyou .exp_info_det2, #formR .chknaiyou .exp_info_det3{margin-top:30px;}
#formR.life .chknaiyou .exp_info_det2, #formR.life .chknaiyou .exp_info_det3{margin-top:10px;}
#formR .form-prechk .box03{margin:15px 0;}
#formR .check_area{margin:0 auto;width:280px;list-style:none;}
#formR .check_area li{font-weight:bold;font-size:16px;}
#formR .check_area li label{vertical-align:middle;padding:10px 0;}
#formR .check_area input[type=checkbox] + label{padding-left: 22px;}


/*customer===========*/
#formR.customer .step {margin: 15px auto 45px;}
#formR.customer .entry_logo_txt{font-size:20px;letter-spacing:0;}
#formR.customer .entry_table{margin-bottom:50px;}
#formR.customer  h2.line{margin:0 0 20px;}
#formR.customer .table03 th:nth-of-type(3), #formR.customer .form-input1 .table03 td:nth-of-type(3){border-right:none;}
#formR.customer .table03 th{font-weight:bold;border-right:1px solid #b3b3b3;}
#formR.life.customer .table03 th{background:#e9f8ff;}
#formR.customer .form-input1 .table03 tr:first-of-type{border-bottom:1px dotted #b3b3b3;}
#formR.customer .table03 tr.sample{background:#f2f2f2;border:none;}
#formR .dltable{display:table;margin:15px auto 20px;width:100%;overflow:hidden;font-size:14px;}
#formR .dltable dl{display:table-cell;margin:0;padding:0;}
#formR .dltable dt, #formR .dltable dd{margin:0;border-right:1px solid #b3b3b3;}
#formR .dltable dt{border-top:1px solid #b3b3b3;background:#e9f8ff;font-weight:bold;text-align:center;padding:14px;}
#formR .dltable dd{padding:18px 10px 0 40px;border-bottom:1px solid #b3b3b3;}
#formR .dltable dl:last-child dt, #formR .dltable dl:last-child dd{border-right:none;}
#formR .dltable .telCell input[type="text"]{margin-left:5px;white-space:nowrap;}
#formR .dltable .telCell input[type="text"]:first-child{margin-left:0;}
#formR .dltable .labelVert label{display:block;margin:0 auto 18px;}
#formR.customer .chkpart{position:relative;padding-left: 22px;}
#formR.customer .dltable .chkpart{padding-left:30px;}
#formR.customer  #privacy h3.bh3{color:#000;}
#formR.customer  #privacy h3.bh3::before{background:#000;}
#formR.life.customer .form-input1 .box03{background:#e9f8ff;}
#formR.customer .errorBox{display:none;}
#formR.customer .errorBox ul, #formR.customer .att{font-size:14px;list-style:none;}
#formR.customer .errorBox ul li a{color:#E8437A;margin:10px 0;text-decoration:none;}
#formR.customer .errorText{font-size:14px;color:#E8437A;margin-top:10px;}
#formR.customer .form-input2 .first_entry_title{margin:0 0 35px;padding:0;}
#formR.customer #Pref, #formR.customer #SendPref1 {width: 30%;display: inline-block;vertical-align: middle;}
#formR.customer p.sample{color:#b3b3b3;margin-bottom:5px;}
#formR.customer .form-input2 .table03 tr:first-of-type{border-bottom:none;}
#formR.customer .form-input2 .table03 td.dotted{border-right:1px dotted #b3b3b3;background: #f2f2f2;text-align:center;font-weight:bold;}
#formR.customer .form-input2 .table03 td.chktd{text-align:center;}
#formR.customer .form-input2 .box01{margin:15px 0 30px;}
#formR.customer .form-input2 .box01:first-of-type{padding: 30px 30px 20px;border:1px solid #b3b3b3;}
#formR.customer .form-input2 .box01 label, #formR.fire.customer .box01 .bank_wrap label{display: inline-block;width: 130px;white-space: nowrap;font-size:14px;}
/*#formR.customer .form-input2 .box01 label:nth-child(5n+1), #formR.fire.customer .box01 .bank_wrap label:nth-child(5n+1) {width: 155px;}*/
#formR.customer .form-input2 .box01 .radiobtn2, #formR.fire.customer .box01 .bank_wrap .radiobtn2{margin: 0 25px 10px 0;}
#formR.customer .form-input2 .box01 .naiyou img{width:100%;margin:0 auto;max-width:383px;}
#formR.fire.customer .table03 td.numCell input{width:88%;margin-left:10px;}
#formR.fire.customer .table03 td.nameCell input{width:100%;}
#formR.fire.customer .table03 .telwrap{margin:0;}
#formR.fire.customer .box01{padding: 30px ;border:1px solid #b3b3b3;margin:15px auto 20px;}
#formR.fire.customer .box01 h6{margin-bottom:15px;}
#formR.fire.customer .box01 .bank_wrap{margin-bottom:20px;padding-bottom:25px;border-bottom:1px dotted #b3b3b3;}
#formR.fire.customer .box01 .bank_wrap span.sonota{margin:0;}
#formR.fire.customer .box01 .card_wrap ul{list-style:none;display: -webkit-flex;display: -moz-flex;display: -ms-flex;display:flex;margin-bottom:25px;}
#formR.fire.customer .box01 .card_wrap ul li{margin-top:9px;}
#formR.fire.customer .box01 .card_wrap .radiobtn2{margin:auto;padding:0;display: block;margin: auto;}
#formR.fire.customer .box01 .card_wrap .radiobtn2 input[type=radio] + label::before, #formR.fire.customer .box01 .card_wrap .radiobtn2 input[type=radio]:checked + label::before{left:50%;margin-left: -9px;}
#formR.fire.customer .box01 .card_wrap label {float: left;margin: 0;width: 90px;font-size: 80%;line-height: 130%;text-align: center;}
#formR.fire.customer .box01 .card_wrap label img {display: block;margin: 15px auto 5px;}    
#formR.fire.customer .modalOuter {display: none;position: fixed;top: 0;right: 0;width: 100%;height: 100%;background: rgba(255,255,255,0.7);}
#formR.fire.customer .modalWindow {display: none;position: fixed;top: 30%;left: 50%;padding: 40px;margin-left: -400px;width: 720px;background: #FFF;border: 3px solid #FF9300;box-shadow: 2px 2px 5px rgba(0,0,0,0.5);}
#formR.fire.customer .modalWindow .btnClose {position: absolute;right: -20px;top: -20px;}
#formR.fire.customer{cursor:pointer;}
#formR.fire.customer .modalBtn img {vertical-align: bottom;}
#formR.fire.customer .box01 .errorText{margin:0 0 20px;}
#formR.customer .telwrap input{margin-bottom:0;}
#formR.customer .telwrap{margin-bottom: 18px;}
#formR.fire.customer textarea {width: 100%;height: 150px;padding:15px;}
#formR.customer .chknaiyou .chk_wrap{margin:15px 0 30px;}

#formR.customer .form-confirm .entry_table.changename td{width:40%;}
#formR.customer .form-confirm .changename .table01 td.simei-kan, #formR.customer .form-confirm .changename .table01 td.simei-kana{font-weight:lighter;border-right:1px dotted #28BEF9;}

#formR.customer .form-index article.customer02, #formR.customer .form-index article.customer03{margin-top:50px;}
#formR.customer .form-index .boxes{list-style:none;display: -webkit-flex;display: -moz-flex;display: -ms-flex;display:flex;-webkit-justify-content: space-between;justify-content: space-between;margin:20px 0;}
#formR.customer .form-index .boxes li{border:1px solid #b3b3b3;padding:25px;width:42%;}
#formR.customer .form-index h6{color: #00468C;margin-bottom:5px;}
#formR.fire.customer .form-index h6, #formR.fire.customer .form-index h3.bh3{color: #e93f16;}
#formR.customer .form-index .customor_flow{list-style:none;}
#formR.customer .form-index .customor_flow li:first-child{border-bottom:1px dotted #b3b3b3;padding-bottom: 25px;margin-bottom: 25px;}
#formR.customer .form-index h3.bh3{color: #00468C;margin-top:20px;}
#formR.customer .form-index h3.bh3::before{background:#00468C;}
#formR.customer .form-index h3.bh3.gray{color: #b3b3b3;}
#formR.customer .form-index h3.bh3.gray::before{background:#b3b3b3;}
#formR.fire.customer .form-index h3.bh3::before{background:#e93f16;}
#formR.fire.customer .form-index .kaku{font-weight:bold;position:relative;padding-bottom:0.2em;}
#formR.fire.customer .form-index .kaku::before{content:"";width:10px;height:10px;background:#e93f16;display:inline-block;margin-right:4px;}
#formR.fire.customer .form-index .kaku span{font-weight:lighter;}
#formR.fire.customer .form-index .attention{border-top:1px dotted #b3b3b3;margin-top:15px;padding-top:15px;}
#formR.fire.customer{cursor: default;}
	
/*PC--------------------------------------------*/
@media screen and (min-width: 768px){
.pc {display: block !important;}
.sp {display: none !important;}

#formR #contents{padding-top:90px;}
#formR .tel {max-width:500px;}
#formR .step{margin:15px auto;}
#formR .entry_table th{width:20%;padding:18px;text-align:center;line-height:1em;}
#formR .entry_table td{width:80%;padding:18px 18px 18px 20px;}
#formR .hissu,#formR .option{display:block;width:20%;margin:0 auto;padding:2px;line-height:18px;margin-top:8px;}
#formR label.half{width:47%;}
#formR label.half:nth-of-type(2n){margin-left:4%;}
#formR td#birth select:first-of-type{width:34%;}
#formR td#birth .pc{float:right;width:56%;}
#formR td#birth .pc label{display:inline;}
#formR td#birth .pc select{width:32%;}
#formR td#birth span{width:10%;padding-left:10px;}
/*#formR select#BirthD{margin-left:4%;}*/
/* 20220210 hosyo*/
#formR td#hosyo select:first-of-type{width:34%;}
#formR td#hosyo .pc{float:left;}
#formR td#hosyo .pc label{display:inline;}
#formR td#hosyo .pc select{width:32%;}
#formR .hosyo-mitei{display:inline-block;margin:-5px 0 0 50px;}
/* 20220210 mitumori*/
#formR .table02.mitumori th{width:32%;}
#formR .table02.mitumori .td1{width:18%;background-color: #FFFCE9;}
#formR .table02.mitumori .td2{width:50%;}
/* 20230105 syohin*/
#formR .table02.syohin {table-layout: auto;}
#formR .table02.syohin th{width:32%;}
#formR .table02.syohin .td1{width:18%;background-color: #FFFCE9;}
#formR .table02.syohin .td2{width:50%;}
#formR .table02.syohin .td3{width:15%;}
#formR .table02.syohin .td4{width:35%;}
#formR .table02.syohin textarea {width: 100%;height: 150px;padding:15px;}
#formR .adno{display:inline;}
#formR .subtel_box .radiobtn2{margin: 0 25px 18px 0;}
#formR .notice_list li .notice{float:left;width:8%;padding:0;display: inline-block;}
#formR .notice_list li p{display:inline-block;width:92%;}
#formR .button_wrap .backbtn{margin-right:20px;}
#formR .entryflow li{list-style:none;margin-bottom:35px;}
#formR .flowattention{border-top:1px dashed #b3b3b3;padding:35px 15px 0 15px;}
#formR .chknaiyou .chk_wrap {margin: 15px 0 50px;height: 240px;overflow: auto;padding: 25px;}
#formR.life.customer .form-input1 .kigouCell input{margin-top:5%;width:100%;}
#formR.life.customer .form-input1 .nameCell input{width:90%;}
#formR.life.customer .form-input1 .nameCell input:nth-of-type(2){margin-top:5%;}
#formR.customer .birthCell select{margin-right:5px;}
#formR.customer .birthCell select:nth-of-type(1){margin-bottom:5%;}
#formR.customer .birthCell select:nth-of-type(3){margin-left:5%;}
#formR.customer .form-input2 label.half{width:auto;}
#formR.customer .form-confirm .changename .table01 td.simei-kan, #formR.customer .form-confirm .changename .table01 td.simei-kana{width:30%;}
#formR.fire.customer .table03 th{width: 31%;}
#formR.fire.customer .table03 th.telth{width:38%;}
#formR.fire.customer .table03 .telwrap input{width:25%;}
#formR.fire.customer .table03 .telwrap .haifun {margin: 0 5px;}
#formR.fire.customer .box01 .bank_wrap .sample{display:inline-block;margin-left:10px;}
#formR.fire.customer .box01 .card_wrap ul{-webkit-justify-content: space-between;justify-content: space-between;}
#formR.fire .form-input1 #OtherInsurance, #formR.fire .form-input_shiharai .kigen1{width:25%;}
#formR.fire .form-input1 #OwnerSegment, #formR.fire .form-input1 #StructSegment, #formR.fire .form-input1 #BuildLocation,
#formR.fire .form-input1 #ExistNumber, #formR.fire .form-input_shiharai #Pay, #formR.fire .form-input_shiharai #CardNumber,
#formR.fire .form-input_shiharai #RePay, #formR.fire .form-input_shiharai #CfBankNumber{width:45%;}

#formR.life .form-input_kouza .button_wrap input{max-width:360px;}
#formR.life .form-input_kouza .button_wrap .arrow-next:last-of-type input{margin-left:20px;}
#formR.life .form-input_kouza ul{display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;}
#formR.life .form-input_kouza ul li:first-child img{margin-top:10px;}
#formR.life .form-input_kouza .bgblue{width:45.5%;}

/*20220510*/
#formR .fontL{font-size:16px;}

/*20230125*/
/*
#formR .syohin25{width:25% !important;}
#formR .syohin75{width:75% !important;}
#formR .syohin20{width:20% !important;}
#formR .syohin35{width:35% !important;}
#formR .syohin55{width:55% !important;}
*/
}


/*SP--------------------------------------------*/
@media screen and (max-width: 767px){
.pc {display: none !important;}
.sp {display: block !important;}

p{line-height:1.6em;}
#formR .tel {margin:12vw auto 30px;}
#formR .over {margin: 0px -15px;}
#formR .entry_logo {height: 30px;margin:8vw 0 0;}
#formR .step{margin:3.8vw auto 4.2vw;}

#formR .box01{margin:5.5vw 0 8vw;padding:5vw 4vw;}
#formR #PersonsNum {width: 30%;margin:15px 10px 15px 0;}

#formR .entry_table table{margin:3vw auto;}
#formR .entry_table th{display:block;padding: 3vw 3.5%;text-align:left;}
#formR .entry_table td{display:block;padding: 4vw 3.5%;}
#formR .hissu,#formR .option{display: inline-block;vertical-align: middle;margin:0 0 1px 10px;padding: 0.3vw 2.4vw 0.2vw;line-height: 20px;}
#formR label.half{width:100%;}
#formR label.half:nth-of-type(2n){margin-top:3vw;}
#formR .radiobtn label {width:48%;}
#formR .radiobtn:nth-of-type(2n){margin-left:2%;}
#formR td.name-kanji input, #formR td.name-kana input{width:84%;}
#formR td#birth .sp{display:inline-block;}
#formR td#birth select:first-of-type{width:48%;margin:0 12px 3vw 0;}
#formR .Input-control-select select, #formR .Input-control-select__item {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background: none;
    border: none;
    cursor: pointer;
    outline: none;
    z-index: 1;
}
/* 20220210 mitumori */
#formR .table02.mitumori th{width:100%;}
#formR .table02.mitumori .td1{background-color: #FFFCE9;}
#formR .table02.mitumori .td2{width:100%;}
/* 20230105 syohin */
#formR .table02.syohin th{width:100%;}
#formR .table02.syohin .td1{background-color: #FFFCE9;}
#formR .table02.syohin .td2{width:100%;}
#formR .table02.syohin textarea {width: 100%;height: 100px;padding:10px;}
#formR .adno input{width:40%;}
#formR .adnobtn {margin:3vw 0 0;width:47%;}
#formR .todoufuken, #formR #UseSegment{width:50%;}
#formR #Addr1, #formR #SendAddr1{display:block;width:100%;margin:3vw 0 0;}
#formR .radiobtn2:nth-of-type(3), #formR .radiobtn2:nth-last-of-type(3){display:block;margin:18px 0 0 0;}
#formR .mitumori .radiobtn2{display:inline-block;margin:5px;}
/*20220510*/
#formR .fontL{font-size:16px;margin:0 10px;}

#formR .subtel_box_title{padding:4vw 3.5%;}
#formR .subtel_box_title .mark{right:3.5%;}
#formR .subtel_box_title + div {padding: 3.5vw 3.5vw 0;}
#formR .subtel_box h6{margin: 3.5vw 0 2vw;}
#formR .koumoku2 .form_attention{margin-top:5px;}
#formR .button_wrap input, #formR #OwnerSegment, #formR #StructSegment, #formR.customer .button_wrap a{width:90%;}
#formR.fire span.notice{display:block;padding:5px 0 0;}
#formR .form-input_tsuika .entry_table, #formR .form-input_card .entry_table, #formR .form-input_shiharai .entry_table.mt
#formR.fire .form-input1 .entry_table, #formR.fire .form-input1 .kingaku_table{margin-top:7vw;}
#formR td.totalarea .notice{margin:0;}
#formR .notice_list{margin:4vw 0 8vw;}
#formR .notice_list li .notice{padding:0;}
#formR .form-input1 h3.bh3.long02::before{height: 44px;margin-top:-22px;}
#formR .box02{padding:5vw 4vw;margin:6vw 0 0;}
#formR .flowattention{margin-top:4vw;}

#formR .form-input1 h4{padding:1.5vw 0;margin:5vw 0 6vw;}
#formR .form-input1 .over h4{padding:1vw 0;text-align:center;}
#formR .form-input1 .ac-box{border:2px solid #EE8900;position:relative;margin-bottom:6vw;}
#formR .form-input1 .ac-box:first-of-type, #formR .form-input1 .ac-box:nth-of-type(4){border-color:#008CD6;}
#formR .form-input1 .ac-box::after{content: "";position: absolute;top: 100%;left: 50%; margin-left: -4vw;border: 4vw solid transparent;border-top: 4vw solid #EE8900;}
#formR .form-input1 .ac-box:first-of-type::after, #formR .form-input1 .ac-box:nth-of-type(4)::after{border-top: 4vw solid #008CD6;}
#formR .form-input1 .ac-box:nth-of-type(5)::after{display:none;}
#formR .form-input1 .ac-q{position:relative;cursor:pointer;background:#FCEDD9;padding:2vw 0;text-align:center;}
#formR .form-input1 .ac-box:first-of-type .ac-q, #formR .form-input1 .ac-box:nth-of-type(4) .ac-q{background:#D9EEF9;}
#formR .form-input1 .ac-q::before{
    content: "";
    position: absolute;
    top: 50%;
    right: 15px;
    width: 20px;
    height: 3px;
    transform: rotate(90deg);
    background:#EE8900;
    transition: all .3s ease-in-out;
    margin-top:-2px;
}
#formR .form-input1 .ac-q::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 15px;
    width: 20px;
    height: 3px;
    background:#EE8900;
    transition: all .2s ease-in-out;
    margin-top:-2px;
}
#formR .form-input1 .ac-q.active::before{transform: rotate(180deg);}
#formR .form-input1 .ac-q.active::after{opacity:0;}
#formR .form-input1 .ac-box:first-of-type .ac-q::before, #formR .form-input1 .ac-box:first-of-type .ac-q::after, 
#formR .form-input1 .ac-box:nth-of-type(4) .ac-q::before, #formR .form-input1 .ac-box:nth-of-type(4) .ac-q::after{background:#008CD6;}
#formR .form-input1 .ac-q .number{content: "";position:absolute;width:28px;height:28px;left:15px;top:50%;
margin-top:-14px;display:block;font-size:20px;line-height:1.5em;border-radius:4px;background:#EE8900;color:#fff;}
#formR .form-input1 .ac-box:first-of-type .ac-q .number, #formR .form-input1 .ac-box:nth-of-type(4) .ac-q .number{background:#008CD6;}
#formR .form-input1 .ac-q h5{color:#4C524B;font-size:20px;display:inline-block;}
#formR .form-input1 .ac-q h5 span{font-size:14px;}
#formR .form-input1 .open{border-top:2px solid #EE8900;padding:4vw;display:none;}
#formR .form-input1 .open .flex{display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;}
#formR .form-input1 .ac-box:first-of-type .open, #formR .form-input1 .ac-box:nth-of-type(4) .open{border-color:#008CD6;}
#formR .form-input1 .open img{width:29%;}
#formR .form-input1 .open p{font-size:15px;line-height:1.6em;margin-left:4%;width:67%;}
#formR .form-input1 .open p span{color:#E8380D;}
#formR .form-input1 .ac-box:first-of-type .open img{width:23%;}
#formR .form-input1 .ac-box:first-of-type .open p{width:73%;}
#formR .form-input1 .att{margin-top:5vw;border:4px solid #E8380D;border-radius:8px;padding:3vw 2vw 3vw 3vw;display: -webkit-box;display: -ms-flexbox;display: flex;
-webkit-box-align: start;-ms-flex-align: start;align-items: flex-start;}
#formR .form-input1 .att img{width:10%;}
#formR .form-input1 .att p{width:85%;margin-left:6%;line-height:1.7em;font-size:16px;}
#formR .form-input1 .att p span{background:linear-gradient(transparent 90%, #E8380D 0%);color:#000;padding-bottom:1.5px;}
#formR .form-input1 .open .att{width:63%;margin:0 0 0 5%;background:#FFF590;border:none;}
#formR .form-input1 .open .att img{width:17%;}
#formR .form-input1 .open .att p{width:78%;font-size:14px;}
#formR .form-input1 .closebtn{width:35px;height:35px;}
#formR .form-input1 .popup .innerbox{padding:50px 40px;width:70%;}



/*input_shiharai*/
#formR .opentable table {margin-bottom: 0;}
#formR .acotable table{margin-top:0;}
#formR #blockCard .box01 h6, #formR.customer .form-input2 .box01 h6{margin-bottom:4vw;padding-bottom:4vw;}
#formR #blockCard .box01 {padding: 5vw 4vw 4.5vw;}
#formR .kinyuname2, #formR #blockCf .siten2{width:30%;margin-left:2%;}
#formR .kigen2, #formR .siten2{width:30%;margin-left:2.5%;}
#formR .button_wrap .backbtn{margin-bottom:6vw}
#formR #notich_ng {margin: 5vw 0;}
#formR .kingaku_table{font-size:12px;}
#formR .kingaku_table td, #formR .kingaku_table td{padding:10px 5px;}
#formR .kingaku_table span{display:block;padding:2% 0 0;}
#formR .kingaku_table select{
    padding: 0 8px 0 5px;
    border-radius: 4px;
    border: 1px solid #B3B3B3;
    vertical-align: baseline;
    line-height: 1em;
    font-size: 12px;
    background: #fff url(../img/form/requestimg_05.png) no-repeat;
    background-position: right 5px top 50%;
    background-size: 10px 6px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 30px;
    width:100%;
}

/*confirm*/
#formR .form-confirm .first_entry_title{margin:7vw 0 9.5vw;padding-bottom:5vw;}
#formR .form-confirm .entry_table, #formR .form-confirm .kingaku_table {margin-bottom: 12vw;}
#formR .form-confirm h3.bh3.long02::before{height: 44px;margin-top:-22px;}
#formR .form-confirm h3.bh3.long03::before{height: 62px;margin-top:-31px;}


/*fin*/
#formR .form-fin .first_entry_title{margin:7vw 0 0;padding:0 0 15vw;}
#formR.life .form-fin .first_entry_title{padding:0 0 4vw;}
#formR.life .form-fin .netKouza_errer{padding:3vw;}

/*default*/
#formR h2.line{margin:7vw 0 0;}
#formR h2.line span{padding-left:3.5%;display:block;line-height: 1.3em;}
#formR.fire .entryflow h3.bh3{font-size:14px;margin:0;}
#formR .entryflow .entry-ac img {vertical-align: middle;position: relative;}
#formR .entryflow .open, #formR .entryflow .close {position: absolute;right: 4.2%;top: 50%;margin-top:-14px;}
#formR .entryflow .close {display: none;}
#formR .entryflow .exp_entry1, #formR .entryflow .exp_entry2, #formR .entryflow .exp_entry3, #formR .entryflow .exp_entry4, #formR .entryflow .exp_entry5 {
border-bottom: 1px solid #b3b3b3;}
#formR .entryflow .entry-ac {color: #000;font-weight: bold;font-size: 14px;padding:4vw 4.6%;position: relative;}
#formR .entryflow .text-inner {display: none;padding: 0px 3.5% 3.5% 3.5%;font-size: 14px;}
#formR .entryflow .box03{margin:3vw 0 1.2vw;padding:4vw 3vw;}
#formR .entryflow .box03 h5{font-size:14px;}

/*prechk*/
#formR .chknaiyou .chk_wrap {margin:0 0 8vw;padding:4vw 3vw;}
#formR .chknaiyou .acbtn {font-weight: bold;font-size: 14px;padding: 2.5vw 3vw;border-radius: 5px;text-align: center;color:#FF9300;border: 2px solid #FF9300;
margin:4vw auto 1.5vw;cursor: pointer;border-radius: 30px;line-height: 20px;box-sizing: border-box;width: 30%;min-width: 140px;}
#formR.life .chknaiyou .acbtn {color:#28BEF9;border: 2px solid #28BEF9;}
#formR .chknaiyou .exp_info_det1, #formR .chknaiyou .exp_info_det2, #formR .chknaiyou .exp_info_det3{display: none;}
#formR .form-prechk .box03{padding:5vw 4vw;} 

/*input_kouza*/
#formR.life .form-input_kouza .button_wrap input{width:100%;}
#formR.life .form-input_kouza .button_wrap .arrow-next:last-of-type input{margin-top:6vw;}
#formR.life .form-input_kouza ul li:first-child{margin-bottom:3.5vw;}
#formR.life .form-input_kouza .bgblue img{max-width:531px;margin: auto;}

/*customer===========*/
#formR.customer .step {margin: 3.8vw auto 7vw;}
#formR.customer .entry_logo_txt{display:block;top:0;left:0;line-height:1.8em;}
#formR.customer  h2.line{margin:0 0 15px;}
#formR.customer .table03 {border-bottom:1px solid #b3b3b3;}
#formR.customer .table03 tr{display:block;width:100%;counter-increment: cnt;}
#formR.life.customer .table03 tr:before{display:block;padding: 3vw 3.5%;text-align:left;font-weight:bold;font-size: 14px;content:'ご加入者様の情報'counter(cnt);background:#e9f8ff;
border-top: 1px solid #b3b3b3;}
#formR.customer .table03 tr{border-bottom:none;}
#formR.customer .table03 tr:nth-child(1){display:none;}
#formR.customer .table03 tr.sample{display:none;}
#formR.customer .table03 td{display:block;padding:3.6vw 3.5% 4vw;white-space:nowrap;border-bottom:1px dotted #b3b3b3;border-right:none;}
#formR.customer .table03 td::before{display:block;margin:0 0 10px;font-weight:bold;}
#formR.life.customer .table03 td.kigouCell::before{content:'加入番号 [例 A 0123456(7桁)]';}
#formR.life.customer .table03 td.nameCell::before{content:'被共済者氏名';}
#formR.life.customer .table03 td.birthCell::before{content:'生年月日';}
#formR.customer .table03 td.birthCell{border:none;}
#formR.customer td.kigouCell input{margin:3vw 0 0;width:100%;}
#formR.life.customer td.nameCell input{width:84%;margin-left:10px;}
#formR.life.customer td.nameCell input:first-of-type{margin-bottom:3vw;}
#formR td.birthCell select{width: 30%;margin-right:12px;}
#formR td.birthCell select:first-of-type {width:48%;margin-bottom:3vw;}
#formR td.birthCell select:nth-of-type(3){margin-left:3vw;} 
#formR .dltable{display:block;margin:3vw auto;}
#formR .dltable dl{display:block;}
#formR .dltable dt, #formR .dltable dd{padding: 4vw 3.5%;border-right:none;}
#formR .dltable dl + dl dt{border-top:none;}
#formR .dltable dt{text-align:left;border-bottom:none;}
#formR .dltable .telCell input[type="text"]{margin-left:5px;white-space:nowrap;}
#formR .dltable .labelVert label{margin:0}
#formR .dltable .labelVert label + label{margin-top:4vw;}
#formR .dltable .lifeJoining section.joiningThanks01 h3{font-size:200%;line-height:150%;}
#formR.customer .form-input2 .first_entry_title{margin:0 0 4vw;}
#formR.customer #Pref, #formR.customer #SendPref{width:50%;}
#formR.customer .radiobtn2{display: inline-block;}
#formR.customer .radiobtn2:last-of-type{display:block;}
#formR.customer .radiobtn2:first-of-type{margin:0 18px 0 0;}
#formR.fire.customer .table03{border-top:1px solid #b3b3b3;}
#formR.fire.customer .table03 td:nth-of-type(3){border-bottom:none;}
#formR.fire.customer .table03 td:before {background:#fffae6;margin: -3.6vw -3.6% 5vw;padding:3.6vw 3.5%;}
#formR.fire.customer .table03 td.numCell::before{content:'契約番号';}
#formR.fire.customer .table03 td.nameCell::before{content:'共済契約者名';}
#formR.fire.customer .table03 td.telCell::before{content:'電話番号';}
#formR.fire.customer .box01{margin:3vw auto;}
#formR.fire.customer .box01 .bank_wrap #BankEtc{margin:10px 0 5px;}
#formR.fire.customer .box01 .card_wrap ul{-webkit-flex-wrap: wrap;flex-wrap: wrap;	-ms-flex-line-pack: justify;align-content: space-between;}
#formR.fire.customer .box01 .card_wrap ul li{margin-bottom:4vw;}

#formR.customer .form-confirm .entry_table.changename td{display:inline-block;}
#formR.customer .form-confirm .changename .table01 td.simei-kan, #formR.customer .form-confirm .changename .table01 td.simei-kana{width:40%;}

#formR.customer .form-index article.customer02, #formR.customer .form-index article.customer03{margin-top:7vw;}
#formR.customer .form-index .boxes{-webkit-flex-wrap: wrap;flex-wrap: wrap;}
#formR.customer .form-index .boxes li{padding:5vw 4vw;width:100%;}
#formR.customer .form-index .boxes li:first-child{margin-bottom:4vw;}
#formR.fire.customer .form-index .boxes .button_wrap{margin:5vw auto 2vw;}

#formR.life .form-fin .first_entry_title .box p.spta-l{text-align:left;}
}

/*タブレット==============================================*/

@media screen and (min-width:768px) and (max-width:846px) {
#formR label.half{width:45%;}
#formR td.name-kanji label input{width:86%;}
#formR td.name-kana label input{width:80%;}
#formR .radiobtn2{margin:0 25px 18px 0;}
#formR .radiobtn2:nth-of-type(3), #formR .radiobtn2:nth-last-of-type(3){margin:0 0 20px 0;}
#formR.life .subtel_box{margin:0;}
#formR.customer .radiobtn2{margin:0;}
#formR.customer .radiobtn2:first-of-type, #formR.customer .radiobtn2:nth-of-type(2){margin:0 15px 0 0;}
#formR td#birth #selectdpc{display:none;padding:0;margin:0;}
#formR td#birth .pc{width: 59%;}
/* 20220216 hosyo */
#formR td#hosyo .pc{float:left;width:100%;}
#formR .hosyo-mitei{width:100px;display:inline-block;margin:0;}

}



.kakunin-block{background:#fff6e6;
}
.kakunin-box{padding:0 10px 20px;}
.kakunin-block .txt{
color:#fff;
    font-size:17px;
    text-align:center;
    background:#f29600;
    padding:20px 0;
    font-weight:bold;
    margin:0 !important;
    
}

.kakunin-block .txt2{
font-size:14px;
    text-align:center;
    font-weight:bold;
    color:#595757;
}

.kakunin-block .border{
    width:100%;
    margin:40px 0px;
    height:2px;
    background:#fad08a;
}


.privacybox2{
    background:#fff;
    padding:0px 20px;
    border:1px solid #c8c9ca;
    margin:20px 0px;
}

.privacybox2 .midashi{
    font-size:20px;
    font-weight:bold;
    line-height:1em;
    position:relative;
    color:#595757;
    padding:20px 0px;
    
}

.privacybox2 .midashi .mark{
    position:absolute;
    right:-5px;
    top:50%;
    width:27px;
    height:27px;
    margin-top:-15px;
    background-size:cover !important;
    background:url(../img/requestimg_08.png) center top no-repeat;
}
.privacybox2 .midashi .active{

 background:url(../img/requestimg_07.png) center top no-repeat;
}

