@charset "utf-8";

/*---- noscript STA ----*/
.alert-error {
    color: #b94a48;
    background-color: #f2dede;
    margin: 20px 0;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    border: 1px solid #eed3d7;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding-top: 8px;
    padding-right: 14px;
    padding-bottom: 8px;
    padding-left: 14px;
    line-height: 150%;
		font-size: 0.75em;
}
.alert-error h4 {
    color: #b94a48;
    background-color: #f2dede;
    margin: 0;
    font-size: 17.5px;
    font-family: inherit;
    font-weight: bold;
    line-height: 20px;
    text-rendering: optimizelegibility;
}

.ss_user_notnull .label span.ss_must_area,
.ss_user_notnull .label_birth span.ss_must_area,
.ss_checkbox_list .ss_user_notnull span.ss_must_area {
    width: 10px;
    height: 10px;
    background-color: #f00;
    display: inline-block;
    border-radius: 50%;
    opacity: 1;
    vertical-align: super;
    margin-left: 0.2em;
}
.ss_checkbox .ss_user_notnull .label span.ss_must_area,
.ss_checkbox_list .ss_user_notnull .label span.ss_must_area,
.ph {
    display: none;
}

.ss_checkbox_list .form--item {
    margin-top: 20px;
}
.ss_checkbox_list .title {
    margin-top: 20px;
}

.ss_checkbox .placeholder,
.ss_checkbox_list .placeholder {
    display: block;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}
.ss_checkbox .placeholder input {
    position: absolute;
    opacity: 0;
}
.ss_checkbox .placeholder label,
.ss_checkbox_list .placeholder label {
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.ss_checkbox input[type="radio"] + .checkbox-label:before,
.ss_checkbox input[type="checkbox"] + .checkbox-label:before,
.ss_checkbox_list input[type="radio"] + .checkbox-label:before,
.ss_checkbox_list input[type="checkbox"] + .checkbox-label:before {
    content: '';
    background: #FFF;
    border: 5px solid #A6B7B0;
    display: inline-block;
    width: 50px;
    height: 50px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    top: 0.2em;
    margin-right: 0.5em;
    vertical-align: top;
    cursor: pointer;
    text-align: center;
    -webkit-transition: all 250ms ease;
    transition: all 250ms ease;
}
.ss_checkbox input[type="radio"] + .checkbox-label:after,
.ss_checkbox input[type="checkbox"] + .checkbox-label:after,
.ss_checkbox_list input[type="radio"] + .checkbox-label:after,
.ss_checkbox_list input[type="checkbox"] + .checkbox-label:after {
    content: '';
    background-image: url(../user/images/icon-check.svg);
    background-repeat: no-repeat;
    width: 0;
    height: 0;
    display: block;
    position: absolute;
    top: -1em;
    left: 0;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}
.ss_checkbox input[type="radio"]:checked + .checkbox-label:after,
.ss_checkbox input[type="checkbox"]:checked + .checkbox-label:after,
.ss_checkbox_list input[type="radio"]:checked + .checkbox-label:after,
.ss_checkbox_list input[type="checkbox"]:checked + .checkbox-label:after {
    width: 74px;
    height: 56px;
    display: block;
}

.ss_checkbox .placeholder label .txt,
.ss_checkbox_list .placeholder label .txt {
    padding-top: 0.2em;
    padding-left: 0.5em;
    font-size: 18px;
}

.placeholder select{
    width:64%
}

.ss_checkbox_list .checkbox-list {
    line-height: 1.5;
    margin-bottom: 20px;
}

.checkbox-list div[class^="li"] {
    /* min-width: 180px; */
    margin-top: 20px;
    width: 33%;
}

#inquiry_type_check .checkbox-list div[class^="li"] {
    width: 35%;
}

span.ss_user_notnull{
    display:none;
}

.form--item .label_birth,
.form--item .label_slash,
.form--item .label {
    position: absolute;
    top: 50%;
    /* left: 30px; */
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    padding-right: 1em;
    pointer-events: none;
    color: #CAD9E7;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.08em;
}

/* .form--item #birth_month_label {
    left: 36% !important;
}
.form--item #birth_day_label {
    left: 59% !important;
} */

.form--item #birth_year_label{
    padding: 15px 10px;
    margin-left: -29%
}

.form--item #birth_month_label{
    padding: 15px 20px;
    margin-left: -20%;
}

.form--item #birth_day_label{
    padding: 15px 10px;
    margin-left: -19%;
}

/* .form--item #birth_year_slash {
    left: 31% !important;
    font-size: 40px;
    font-weight: 100;
}

.form--item #birth_month_slash {
    left: 54% !important;
    font-size: 40px;
    font-weight: 100;
}

.birth_slash{
    width: 10%;
    font-size: 30px !important;
} */
#birth_year {
    width: 30%;
    /* margin-right: 30px; */
}
#birth_month {
    width: 20%;
    margin-left: 4%
}
#birth_day {
    width: 20%;
    margin-left: 4%;
}

.w50 .form--item .form-col {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.w50 .form--item .form-col .col {
    width: 47%;
}
.w50 .form--item .form-col .col_1 {
    width: 100%;
}
.nomal .form--item .form-col > .col:last-child {
    margin-left: 4em;
}
.nomal .address .col:last-child {
    margin-left: 0;
}

#ss_container #ss_contents .ss_input input {
    margin-right: 0;
}
#zip .address .ss_input:last-child {
    margin-left: 0;
}
#zip select {
    width: 100%;
}
.form-col .col:only-child {
    width: 100%;
}
.hasDatepicker {
    background-image: url(../user/images/icon-arrow-bottom.svg);
    background-repeat: no-repeat;
    background-position: right 20px center;
    padding-right: 3em;
    width: 250px;
}
#birthday select {
    width: 250px;
}
#sonpo_check .checkbox-list .ss_input {
    width: 100%;
    min-width: 180px;
    margin-top: 20px;
}
#sonpo_check .checkbox-list .ss_input.hideInput {
    visibility: hidden;
}
#sonpo_check .form--item {
    margin-top: 40px;
}
#seiho_check .form--item {
    margin-top: 0;
}

#privacy_check .checkbox-label {
    position: relative;
}
#privacy_check div[class^="li"]  {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    width: 22%;
    margin: 0 auto;
}

.btn-send {
	border: none;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

.form--item #other_consult {
    width: 65%;
}

/* .form--item #birth_day_label {
    left: 59% !important;
}

.form--item #birth_year_slash {
    left: 31% !important;
    font-size: 40px;
    font-weight: 100;
}

.form--item #birth_month_slash {
    left: 54% !important;
    font-size: 40px;
    font-weight: 100;
} */

.form--item .birth_err{
    top: 60% !important;
}
@media screen and (min-width: 788px) {
    .ss_checkbox .form--item .placeholder {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
        -webkit-transform-origin: left;
        transform-origin: left;
    }
    .ss_checkbox .placeholder label .txt,
    .ss_checkbox_list .placeholder label .txt {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        padding-left: 1.5em;
    }
    .btn-send:hover {
		cursor: pointer;
        opacity: 0.7;
    }
}
@media screen and (max-width: 787px) {
    .w50 .form--item .form-col .col {
        width: 100%;
    }
    /* #simei .form--item .form-col .col:last-child ,
    #simei_kana .form--item .form-col .col:last-child {
        margin-top: 0px;
    } */
    .w50 .form--item .form-col .col:last-child {
        margin-top: 10px;
    }
    .normal .form--item .form-col > .col:last-child {
        margin-left: 0;
        margin-top: 10px;
    }
    .ss_user_notnull .label span.ss_must_area,
    .ss_user_notnull .label_birth span.ss_must_area,
    .ss_checkbox_list .ss_user_notnull span.ss_must_area {
        width: 6px;
        height: 6px;
    }
    .nomal .form--item > .form-col > .col:last-child {
        margin-left: 0;
        margin-top: 10px;
    }
    #form-content .nomal .form--item .form-col > .col:last-child select {
        width: 100%;
    }
    .hasDatepicker {
        background-image: url(../user/images/icon-arrow-bottom_sp.svg);
        background-size: 20px auto;
        padding-right: 3.5em;
    }
    #privacy_check .ss_input {
        width: 100%;
        margin: 0 auto;
    }
    #privacy_check .placeholder {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: flex-start;
        width: 40%;
        margin: 0 auto;
    }
    .ss_checkbox input[type="radio"] + .checkbox-label:before,
    .ss_checkbox input[type="checkbox"] + .checkbox-label:before {
        top: 0.2em;
        -webkit-transform-origin: left center;
        transform-origin: left center;
        -webkit-transform: scale(0.7);
        transform: scale(0.7);
        border: 2px solid #A6B7B0;
    }
    .ss_checkbox input[type="radio"] + .checkbox-label:after,
    .ss_checkbox input[type="checkbox"] + .checkbox-label:after {
        -webkit-transform: scale(0.7);
        transform: scale(0.7);
        -webkit-transform-origin: left center;
        transform-origin: left center;
        top: -0.8em;
    }
    .ss_checkbox .placeholder label .txt,
    .ss_checkbox_list .placeholder label .txt {
        font-size: 15px;
        font-size: 4vw;
        margin-left: -0.8em;
    }
    .ss_checkbox_list .form--item {
        margin-top: 30px;
    }
    .ss_checkbox_list .title {
        margin-bottom: 5px;
    }
    .checkbox-list div[class^="li"] {
        min-width: 100%;
        margin-top: 0;
    }

    .form--item #birth_year_label{
        padding: 10px 10px;
        margin-left: -4%;
    }
    
    .form--item #birth_month_label{
        padding: 10px 26px;
        margin-left: -8%;
    }
    
    .form--item #birth_day_label{
        padding: 10px 26px;
        margin-left: -8%;
    }

    #birth_year {
        width: 45%;
        margin-bottom: 0px;
        /* margin-right: 24px; */
    }
    
    #birth_month {
        width: 19.5%;
        margin-left: 8%;
    }
    
    #birth_day {
        width: 19.5%;
        margin-left: 8%;
        /* float: right; */
    }
    select {
        width: 100%;
    }
    #zip .address .label {
        padding-right: inherit;
        letter-spacing: inherit;
    }   

    .form--item .label_birth, .form--item .label {
        left: 14px;
        letter-spacing: 0em;
    }
    
    .form--item #birth_month_label {
        left: 56% !important;
    }
    
    .form--item #birth_day_label {
        left: 83% !important;
    }
    .form--item #other_consult {
        width: 100%;
    }
    /* .form--item #birth_year_slash {
        left: 47% !important;
        font-size: 30px;
        font-weight: 100;
    }
    
    .form--item #birth_month_slash {
        left: 75% !important;
        font-size: 30px;
        font-weight: 100;
    } */
    
    .form--item .birth_err{
        top: 60% !important;
    }
}

#additionallink.SPshow {
    display: none !important;
}

@media screen and (min-width: 788px) {
    #zip .address .label {
        font-size: 15px;
    }
    #zip .address .label .label-s {
        font-size: 14px;
    }
}
/* 20250120追加 */
#inquiry_item_check .checkbox-list {
    display: block;
}
#inquiry_item_check .checkbox-list > div{
    width: auto;
}
/* ---------- */
/* 
「お問合わせの保険商品」の2番目に「はじめての自動車保険（任意保険）」がある場合に使用
*/
@media screen and (min-width: 788px) {
    #inquiry_item_check .checkbox-list > div.li1 span.txt{
        padding-left: 2em;
    }
}
/* ---------- */