.hero_type_input {
    position: relative;
    height: auto;
    margin-bottom: 20px;
}
.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: 16px 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 {
        height: auto;
    }
    .hero_type_input {
        height: auto;
        margin-bottom: 30px;
        background-image: url(/action/hotline/image/bg-temp-input-sp-01@2x.jpg);
    }
    .hero_type_input .hero-lead__title {
        font-size: 20px;
    }
}
@media screen and (max-width: 480px) {
    .hero_type_input .hero-lead__title {
        font-size: 18px;
        white-space: nowrap;
    }
}
@media screen and (max-width: 425px) {
    .hero_type_input .hero-lead__title {
        font-size: 14px;
        white-space: nowrap;
    }
}
@media screen and (min-width: 769px) {
    .main {
        display: block;
        padding-bottom: 0;
    }
    .hero_type_input {
        height: 60px;
        margin-bottom: 40px;
        background-image: url(/action/hotline/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;
}
@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 {
    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;
}
@media screen and (min-width: 769px) {
    .header_type_consultation .header__inner {
        padding: 4px 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;
    }
    * + .H04-004-02 {
        margin-top: 25px !important;
    }
    .H08-001-01-inner {
        padding: 20px 30px;
    }
}
@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;
    }
}
.industry_search_field {
    padding-left: 30px !important;
    background-image: url(/common/chat_bot/image/search_grey.svg);
    background-repeat: no-repeat;
    background-position: bottom 50% left 3px;
}
.with_search_result {
    border-bottom: none !important;
    border-radius: 5px 5px 0 0 !important;
}
.suggest_choice {
    margin-top: 2px;
    padding: 10px;
    padding-left: 30px;
    font-size: 16px;
    cursor: pointer;
    display: none;
    word-break: break-all;
    background-image: url(/common/chat_bot/image/search.svg);
    background-repeat: no-repeat;
    background-position: bottom 50% left 3px;
    background-color: #fff;
}
.suggest_choice:hover {
    background-color: #d3d3d3;
}
.suggest_choice:last-child {
    border-radius: 0 0 3px 3px !important;
}
.suggest_choice:not(:last-child) {
    margin-bottom: 2px;
}
#suggest_area {
    display: none;
    margin-top: -2px !important;
    padding: 0;
    width: 100%;
    height: auto;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: solid #333 2px;
    border-radius: 0 0 5px 5px;
    border-top: none;
    outline: 0;
    margin: 0;
    vertical-align: middle;
    line-height: 18px;
    hyphens: none;
    word-break: keep-all;
}
input,
select,
textarea {
    outline: 0;
}
input:focus,
select:focus,
textarea:focus {
    border: solid #333 2px !important;
}
input.with_search_result {
    border-bottom: none !important;
}
.footer__section {
    margin-top: 50px;
}
.footer-link ul.footer-rule {
    margin-bottom: 0;
}
.footer-copyright {
    padding-bottom: 0;
}
