.hero_type_input {
    position: relative;
}

.hero_type_input::before {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    background-color: #006057;
    opacity: 0.8;
}

.hero_type_input .hero__inner {
    display: flex;
    align-items: center;
    box-sizing: border-box;
    padding: 36px 15px;
}

.hero_type_input .hero-lead {
    position: static;
}

.hero_type_input .hero-lead__title {
    margin-bottom: 0;
    line-height: 1.3;
}

@media screen and (max-width: 768px) {
    .hero_type_input {
        height: 100px;
        margin-bottom: 30px;
        background-image: url('/action/image/bg-temp-input-sp-01@2x.jpg');
    }

    .hero_type_input .hero-lead__title {
        font-size: 20px;
    }
}

@media screen and (min-width: 769px) {
    .hero_type_input {
        height: 120px;
        margin-bottom: 40px;
        background-image: url('/action/image/bg-temp-input-pc-01@2x.jpg');
    }

    .hero_type_input .hero__inner {
        min-width: 1104px;
        max-width: 1280px;
        padding: 0 180px;
    }

    .hero_type_input .hero-lead__title {
        font-size: 32px;
    }
}

.imgTextOffset1 {
    display: inline-block;
    margin: 0 3px;
    vertical-align: middle;
}

/*210225*/
/* test GORILLA EFO
.formTable-td_type_required input[type="text"],
.formTable-td_type_required input[type="number"],
.formTable-td_type_required input[type="email"],
.formTable-td_type_required input[type="tel"],
.formTable-td_type_required textarea,
.formTable-td_type_required select {
    background-color: rgba(255,223,223,1);
}
.formTable-td_type_required > .inputStyle-03__inner {
    background-color: rgba(255,223,223,1);
}
*/
@media screen and (min-width: 769px) {
    .formTable-td_type_required>.inputStyle-03__inner {
        margin: -5px 0 -5px -5px;
    }

    .formTable-td_type_required>.inputStyle-03__inner>label {
        margin: 8px 5px;
    }
    .formTable-td_type_required#area_sales>.inputStyle-03__inner>label {
        width: 38.1%;
    }
}

@media screen and (max-width: 768px) {
    .formTable-td_type_required>.inputStyle-03__inner {
        margin: 0;
    }

    .formTable-td_type_required>.inputStyle-03__inner>label {
        margin: 8px 15px 8px 0;
    }
}

/* test GORILLA EFO
.formTable-td_type_required > .inputStyle-08-check-list_type_col3 {
    background-color: rgba(255,223,223,1);
}
*/
@media screen and (min-width: 769px) {
    .formTable-td_type_required>.inputStyle-08-check-list_type_col3 {
        margin-left: -5px;
    }

    .formTable-td_type_required>p+.inputStyle-08-check-list_type_col3 {
        margin-top: -5px;
    }

    .formTable-td_type_required>.inputStyle-08-check-list_type_col3>.inputStyle-08-check-list__item {
        margin-left: 5px;
    }

    .formTable-td_type_required>p+.inputStyle-08-check-list_type_col3>.inputStyle-08-check-list__item {
        margin-top: 8px;
    }

    .formTable-td_type_required>.inputStyle-08-check-list_type_col3:last-child>.inputStyle-08-check-list__item {
        padding-bottom: 8px;
    }
}

@media screen and (max-width: 768px) {
    .formTable-td_type_required>p+.inputStyle-08-check-list_type_col3 {
        margin-top: 15px;
    }
}

#area_pp_agree .inputStyle-09-check-item::before {
    top: 9px;
}

#area_pp_agree .inputStyle-09-check-item input[type="checkbox"]+span {
    /* test GORILLA EFO
    background-color: rgba(255,223,223,1);
*/
    padding: 5px 5px 5px 30px;
}

#area_pp_agree .inputStyle-09-check-item input[type="checkbox"]+span::before {
    top: 17px;
    left: 5px;
}

#area_pp_agree .inputStyle-09-check-item input[type="checkbox"]+span::after {
    top: 12px;
    left: 8px;
}

/* 202207シンプル版 追加 */
@media screen and (min-width: 769px) {
    .header_type_consultation {
        line-height: 45px;
    }

    .hero_type_input {
        height: 60px;
        margin-bottom: 10px;
    }

    .L01-001-item+.L01-001-item {
        margin-top: 20px;
    }

    .hero_type_input .hero-lead__title {
        margin-top: 3px;
    }

    .H01-001-02 {
        margin-bottom: 0;
        padding-bottom: 5px;
        font-size: 25px;
    }

    .formTable {
        margin-top: 0;
    }

    .formTable_type_input .formTable-td {
        padding: 10px;
    }

    .inputStyle-08-check-list {
        padding-bottom: 10px;
    }

    .inputStyle-08-check-list__item {
        margin: 10px 10px 0 0;
    }

    .inputStyle-08-check-list {
        padding-bottom: 5px;
    }

    .H08-001-01-inner {
        padding: 20px;
    }

    .L01-001-item.mt_pp10, .H04-004-02.mt_pp10 {
        margin-top: 10px;
    }

    #area_allarea.formTable-td {
        padding: 5px 10px 5px 5px;
    }

    .area_allarea_inner {
        padding: 15px 0 5px 5px;
    }
}

#area_allarea.inputStyleError {
    background-color: transparent !important;
}

.inputStyleError .area_allarea_inner {
    background-color: #ffdfdf !important;
}

/* 202207シンプル版 追加 */