    .row-help {
        background-color: #fff;
    }

    .row-help {
        box-shadow: 1px 6px 10px 5px rgb(232 234 231);
    }

    .row-help .item-image {
        padding: 15px;
    }



    .row-help .item-text {
        align-items: center;
    }



    .row-problem a::before {
        position: absolute;
        content: "";
        display: block;
        background: rgba(255, 255, 255, 0.5);
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        opacity: 0;
        transition: all 0.5s ease-out;
        z-index: 9;
    }

    .row-problem a {
        position: relative;
    }

    .row-problem a:hover::before {
        opacity: 1;
    }

    h2 {
        background-color: #047457;
        padding: 22px;
        color: #fbd100;
        border-bottom: 3px solid #fef108;
    }

    .title-all h2 {
        display: flex;
        align-items: center;

    }




    .phone-number-all {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .phone-icon.green {
        font-size: 40px;
        color: #047457;
        font-weight: 700;
    }

    .phone-icon.green img {
        margin-right: 20px;
    }

    .circle {
        flex: 0 0 25px;
        max-width: 25px;
        width: 25px;
        height: 25px;
        margin-right: 5px;
        position: relative;
    }

    .circle::before {
        background: #047457;
        width: 22px;
        height: 22px;
        top: 0;
        left: 0;
        z-index: 0;
    }

    .circle::after {
        background: #fbd100;
        width: 15px;
        height: 15px;
        right: 0;
        bottom: 0;
        z-index: 1;
    }

    .circle::before,
    .circle::after {
        content: '';
        position: absolute;
        border-radius: 40px;
    }

    .all .title-ttl-09.green {
        font-size: 24px;
        font-weight: 500;
    }

    .all {
        display: flex;
        align-items: center;
        margin-bottom: 30px;

    }

    .btn.btn-success {
        border-radius: 50px;
    }

    .table-dl.table-base dl.req dt label::after {
        color: #fff;
        content: "必須";
        background: #e54243;
        right: -19px;
        position: relative;
    }

    .table-dl.table-base dl dt label {
        padding-right: 0;
        position: relative;
        cursor: auto;
    }

    @media (min-width: 768px) {
        .row-help .title.green {
            font-size: 32px;
            font-weight: 500;
            border-bottom: 1px dotted;
            padding-bottom: 20px;
            margin-bottom: 20px;
            text-align: center;
        }

        .middle-title {
            text-align: center;
            font-size: 24px;
            font-weight: 500;
            margin-bottom: 25px;
            margin-top: 30px;
        }

        .title.black {
            font-size: 24px;
            font-weight: 400;
            text-align: center;
            border-bottom: 3px solid #047457;
            margin-top: 40px;
            padding-bottom: 40px;
            margin-bottom: 35px;
        }

        .title-all h2 .ttl-jpn {
            margin-left: 30px;
            font-weight: 400;
            font-size: 32px;
        }
    }

    @media (max-width: 767px) {
        .row-help .title.green {
            font-size: 22px;
            font-weight: 500;
            border-bottom: 1px dotted;
            padding-bottom: 20px;
            margin-bottom: 20px;
            text-align: center;
        }

        .middle-title {
            text-align: center;
            font-size: 17px;
            font-weight: 500;
            margin-bottom: 25px;
            margin-top: 30px;
        }

        .phone-number-all {
            margin-bottom: 20px;
        }

        .title.black {
            font-size: 16px;
            font-weight: 400;
            text-align: center;
            border-bottom: 3px solid #047457;
            margin-top: 40px;
            padding-bottom: 40px;
            margin-bottom: 35px;
        }

        .title-all h2 .ttl-jpn {
            margin-left: 30px;
            font-weight: 400;
            font-size: 17px;
        }

        .describe-img {
            text-align: center;
        }
    }