.orange_bg{
    background: #FF7F3F !important;
}
.bold{
    font-family: Hiragino Kaku Gothic Pro;
    font-weight: 600;
}
.hide{
    display: none;
}
.white_bg{
    background-color: #fff;
}
.abso{
    position: absolute;
}
.relative{
    position: relative;
}

.form_section{
    width: auto;
    text-align: left;
}
.arrow:after{
    content: "";
    position: absolute;
    vertical-align: middle;
    color: #333;
    line-height: 1;
    width: 10px;
    height: 10px;
    border: 1px solid #999;
    border-left: 0;
    border-bottom: 0;
    box-sizing: border-box;
    transform: translateX(-25%) rotate(45deg);
    right: 21px;
    top: 0;
    bottom: 0;
    margin: auto;
}


.form_section  .group_data .group{
    /* margin-bottom: 30px; */
    }

    .form_section  .group_data .group:last-child{
        margin-bottom: 0;
    }
.form_block .form_ttl_area{
    margin-bottom: 30px;
}
.form_block .form_ttl_area .ttl{
font-size: 24px;
line-height: 36px;
text-align: center;
}
.form_block .form_ttl_area .atent{
    font-size: 14px;
    line-height:24.5px;
    text-align: center;
    letter-spacing: 0.56px;
    margin-top: 8px;
}
.form_block .form_ttl_area .atent .red{
    color: #EC0000;
    font-weight: 700;
    font-size: 14px;
    line-height: 175%;
    margin-top: 5px;
    display: block;
}

.form_block .input_parts select:disabled,
.form_block .input_parts input:disabled {
    opacity: 0.7;
    background-color: #e6e6e6;
    color: #999999;
    cursor: default;
}

.form_part .input_parts .parts_cheack {
    width: 100%;
    margin-bottom: 8px;
}
.form_part .input_parts .parts_cheack:last-child{
    margin-bottom: 0;
}
.form_part .input_parts select{
    /* width: 210px; */
    width: 442px;
}
.form_part .prefix_area,
.form_part .group_data_wrap{
    margin-top: 12px;
}
.form_part .prefix_area .group_data_wrap{
margin: 0;
}
.form_part .prefix_area .input_parts select{
    width:170px;
}
.form_part .prefix_area input{
    width: 296px !important;
}
.form_part .prefix_area .group{
    margin: 0;
}
.form_part .multiple_cnt{
    justify-content: start;
    gap: 20px;
}

#top .form_section .btn_area_wrap .btn_form.vertical,
#visitor_offer .form_section .btn_area_wrap .btn_form.vertical{
    margin: 0;
}
.form_section .btn_area_wrap{
    margin-top: 38px;
}
/* LPに組み込ませた時のCSS */
.form_lp {
    padding: 50px 0;
}
.form_lp .form_section .form_list li:last-child {
    padding: 50px 0 80px;
    border-bottom: none;
}

.form_lp .thanks_area{
    text-align: center;
}
.form_lp .thanks_area .form_ttl_end{
    margin: 0;
    font-size: 20px;
    font-weight: bold;
}
.form_lp .thanks_area .form_note p{
    color: #333;
    font-size: 16px;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.form_lp .form_section .thanks_area .btn_area.btn_one .btn_form{
    text-decoration: none;
}

.form_lp .form_section .thanks_area .form_note {
    padding: 32px 0 28px;
}

.form_lp .thanks_area .tab_close_txt{
    margin-bottom: 20px;
}
.form_section .input_parts input[type="radio"] + label::before{
    top: 1px;
}
.form_section .input_parts input[type=radio] + label{
    white-space: normal;
    padding: 0 0 0 40px;
}
.form_section .input_parts input[type=radio]:checked + label::after{
    top: 5px;
    left: 4px;
    width: 20px;
    height: 20px;
}
.form_section .radio_wraps{
    padding: 10px 0;
}
.form_section .caution a{
    text-decoration: underline;
}
@media screen and (max-width: 767px) {
.form_section .input_parts input[type=radio] + label{
    line-height: 28px;
    padding-left: 36px;
}

.form_lp .form_section{
    width: 86.6%;
    margin:  0 auto;
}
.form_part .input_parts select{
    width: 100%;
}
}