.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/consultation/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/consultation/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;
}

.L01-001-item:nth-of-type(2) {
    margin-top: 20px;
}

/*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;
    }
}

@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;
    }
}

#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;
}

.addInfoAreaWrap {
    position: relative;
    display: inline-block;
    min-width: 240px;
}

.addInfoAreaWrap::before {
    position: absolute;
    display: block;
    content: "";
    background: url(/common/image/icon_plus01.svg) center / contain no-repeat;
    width: 26px;
    height: 26px;
    top: 0;
    right: 20px;
    bottom: 0;
    margin: auto;
    pointer-events: none;
}

.hero_type_input {
    height: 60px;
    margin-bottom: 20px;
}

.hero_type_input .hero__inner {
    padding: 16px 15px;
}

@media screen and (min-width: 769px) {
    .header_type_consultation .header__inner {
        padding: 4px 180px;
    }

    .hero_type_input {
        margin-bottom: 20px;
    }

    .hero_type_input .hero__inner {
        padding: 0 180px;
    }

    .formTable_type_input .formTable-td {
        padding: 15px 30px;
    }

    .H02-001-01+.formFlow {
        margin-top: 20px;
    }

    .L01-001-item+.L01-001-item {
        margin-top: 10px;
    }

    .L01-001-item:nth-of-type(2) {
        margin-top: 20px;
    }

    .formTable {
        margin-top: 10px;
    }

    *+.H04-004-02 {
        margin-top: 10px;
    }

    .H08-001-01-inner {
        padding: 20px 30px;
    }
}

/* SPシンプル版 */
@media screen and (max-width:768px) {
    .formTable_type_input .formTable-th {
        padding: 0;
        background-color: transparent;
        border-top: 0;
    }

    .formTable_type_input .formTable-td {
        padding: 4px 0 20px;
    }

    .formTable_type_input .formTable-th::after {
        content: "［任意］";
        background-color: transparent;
        color: #8e8e8e;
    }

    .formTable_type_input .formTable-th_type_required::after {
        content: "［必須］";
        background-color: transparent;
        color: #c8143d;
    }

    .formTable_type_input .formTable-th::after {
        top: 2px;
        right: auto;
        margin-left: 5px;
    }

    #area_pp_agree .inputStyle-09-check-item::before {
        content: none;
    }

    .inputStyle-09-check-item::after {
        position: absolute;
        content: "［必須］";
        background-color: transparent;
        color: #c8143d;
        width: 52px;
        height: 20px;
        font-size: 12px;
        font-weight: 400;
        line-height: 20px;
        text-align: center;
        top: 6px;
        right: auto;
        margin-left: 5px;
    }

    .inputStyle-09-check-item {
        margin-left: 20px;
        padding-right: 57px;
    }
}

/* 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_opportunity.formTable-td {
        padding: 5px 10px 5px 5px;
    }

    .area_opportunity_inner {
        padding: 15px 0 5px 5px;
    }
}

/* SPシンプル版 */
@media screen and (max-width:768px) {
    .formTable_type_input .formTable-th {
        padding: 0;
        background-color: transparent;
        border-top: 0;
    }

    .formTable_type_input .formTable-td {
        padding: 4px 0 20px;
    }

    .formTable_type_input .formTable-th::after {
        content: "［任意］";
        background-color: transparent;
        color: #8e8e8e;
    }

    .formTable_type_input .formTable-th_type_required::after {
        content: "［必須］";
        background-color: transparent;
        color: #c8143d;
    }

    .formTable_type_input .formTable-th::after {
        top: 2px;
        right: auto;
        margin-left: 5px;
    }

    #area_pp_agree .inputStyle-09-check-item::before {
        content: none;
    }

    .inputStyle-09-check-item::after {
        position: absolute;
        content: "［必須］";
        background-color: transparent;
        color: #c8143d;
        width: 52px;
        height: 20px;
        font-size: 12px;
        font-weight: 400;
        line-height: 20px;
        text-align: center;
        top: 6px;
        right: auto;
        margin-left: 5px;
    }

    .inputStyle-09-check-item {
        margin-left: 20px;
        padding-right: 57px;
    }
}
.hero_type_input {
    height: auto!important;
    margin-bottom:20px!important;
}
@media screen and (max-width: 768px){
    .hero_type_input {
        height:60px!important;
    }
    .inputStyle-04-check-list_type_col2 {
        margin: 0!important;
    }
}
#area_opportunity.inputStyleError {
    background-color: transparent !important;
}

.inputStyleError .area_opportunity_inner{
    background-color: #ffdfdf !important;
}
#area_venue label{
    line-height: 1.2;
}
