.omj-awre-consultation-sub-title {
    padding: var(--part-margin-small);
    color: var(--color-base);
    font-weight: bold;
    font-size: var(--font-size-h-sub);
    margin: 0 0 var(--part-margin-middle);
    background: var(--color-1);
}

.omj-awre-consultation-sub-title.omj-awre-c-2 {
    background: var(--color-2);
}

.omj-awre-consultation-sub-title.omj-awre-c-3 {
    background: var(--color-3);
}

.omj-awre-consultation-sub-title.omj-awre-c-4 {
    background: var(--color-4);
}

.omj-awre-consultation-sub-title.omj-awre-c-5 {
    background: var(--color-5);
}

.omj-awre-consultation-sub-title.omj-awre-c-6 {
    background: var(--color-6);
}

.newcontent_sec4_content--flex {
    display: flex;
    gap: 50px;
}
.newcontent_sec4_content--flex--inner {
    width: 100%;
}

.newcontent .omj-awre-inner h1 img {
    max-width: 500px;
    margin: auto;
}

.newcontent_sec4_content--grid {
    display: grid;
    grid-template-columns: repeat(1, 350px auto);
    gap: 4em 2em;
}

.newcontent_sec4_content--grid--inner--text .block__title {
    margin-bottom: 1em;
}

.newcontent_sec2_point ol {
    margin-left: 0;
}

.newcontent_sec5_content img {
    max-width: 400px !important;
    margin: auto;
    display: block;
}

.omj-awre-feature-1 {
    font-weight: bold;
    font-size: 1.25em;
}

.omj-awre-feature-1 p + p {
    margin-bottom: 1em;
}

.text-center {
    text-align: center;
}

@media screen and (max-width: 768px) {
    .newcontent_sec4_content--flex {
        flex-direction: column;
    }
    .newcontent_sec4_content--grid {
        grid-template-columns: repeat(1, 1fr);
        gap: 2em;
    }
}

/* 2024更新 */
/* PC */
@media screen and (min-width: 769px) {
    .consultation_2024 {
        .pc {
            display: inline-block !important;
        }
        .mv {
            display: none !important;
        }
    }
    .consultation_2024 {
        margin-top: -9rem;
        .omj-awre-section > .omj-awre-inner {
            width: calc((100% - 300px));
            padding: 0;
            max-width: 1200px;
        }
    }
}
@media screen and (max-width: 768px) {
    .consultation_2024 {
        margin-top: -7.9rem;
        .omj-awre-inner {
            padding: 0 2rem;
        }
    }
    .consultation_2024 {
        .mv {
            display: inline-block !important;
        }
        .pc {
            display: none !important;
        }
    }
}
.consultation-content {
    .consultation-content_date {
        margin-top: var(--section-padding) !important;
        h3 {
            background: var(--color-3);
            font-size: var(--font-size-h);
            color: #fff;
            border-radius: 30px 30px 0 0;
            padding: 1.5rem 2rem;
            line-height: 1;
            letter-spacing: 0.05em;
            display: inline-block;
            margin-bottom: 0;
            font-family: var(--font-family-ja-h);
        }
        p {
            border: 2px solid var(--color-3);
            color: var(--color-3);
            text-align: center;
            font-family: var(--font-family-ja-h);
            padding: 2.5rem 0;
            /* PC */
            @media screen and (min-width: 769px) {
                font-size: 3rem;
            }
            @media screen and (max-width: 768px) {
                font-size: 2.5rem;
                padding: 2rem 0;
            }
            small {
                font-size: var(--font-size-p);
                /* PC */
                @media screen and (min-width: 769px) {
                    margin-left: 1rem;
                    display: inline-block;
                }
                @media screen and (max-width: 768px) {
                    display: block;
                }
            }
        }
    }
}

.consultation-content_sec2 {
    p {
        font-size: var(--font-size-p);
        font-weight: 500;
        @media screen and (max-width: 768px) {
            margin-bottom: 2rem;
        }
    }
    /* PC */
    @media screen and (min-width: 769px) {
        .consultation-content_sec2_text {
            display: flex;
            justify-content: space-between;
            width: calc((100% - 5rem));
            margin: auto;
            p {
                width: calc((100% - 34rem));
            }
            img {
                width: 290px;
            }
        }
    }
}

.consultation-content_sec3 {
    .consultation-content_sec3-item {
        @media screen and (max-width: 768px) {
            margin-bottom: 3rem;
        }
        p {
            background: #ffebc6;
            padding: 2rem 2rem 1rem;
            margin-top: -1.5rem;
            text-align: left;
            font-size: var(--font-size-meta);
        }
        h3 {
            color: var(--color-3);
            margin-top: 1rem;
            @media screen and (max-width: 768px) {
                text-align: center;
            }
        }
        img {
            width: 60%;
            margin: auto auto 3rem;
            @media screen and (max-width: 768px) {
                margin-bottom: 1rem;
            }
        }
        @media screen and (max-width: 768px) {
            span {
                text-align: center;
                display: block;
            }
        }
        @media screen and (max-width: 768px) {
            &:last-child {
                margin-bottom: 0;
            }
        }
    }
    /* PC */
    @media screen and (min-width: 769px) {
        .consultation-content_sec3-box {
            display: flex;
            justify-content: space-between;
            width: calc((100% - 5rem));
            margin: auto;
            align-items: stretch;
            .consultation-content_sec3-item {
                text-align: center;
                width: calc((100% / 3) - 2rem);
                overflow: hidden;
                p {
                    height: 100%;
                }
            }
        }
    }
}

.consultation-content_sec4 {
    ul li {
        margin-bottom: 1rem;
        svg {
            color: var(--color-3);
            margin-right: 1rem;
        }
    }
    /* PC */
    @media screen and (min-width: 769px) {
        ul {
            display: flex;
            flex-wrap: wrap;
            width: calc((100% - 5rem));
            margin: auto;
            li {
                width: calc((100% / 2) - 1rem);
                /* &:first-child,
                &:nth-child(3) {
                    width: calc((100% / 2) - 15rem);
                } */
            }
        }
    }
}

.consultation-content_sec5 {
    /* PC */
    @media screen and (min-width: 769px) {
        ul {
            display: flex;
            flex-wrap: wrap;
            width: calc((100% - 5rem));
            margin: auto;
            li {
                width: calc((100% / 2) - 1rem);
            }
        }
    }
    ul li {
        margin-bottom: 1rem;
        svg {
            color: var(--color-3);
            margin-right: 1rem;
        }
    }
}

.consultation-content_sec6 {
    table {
        th {
            background: #ffebc6;
        }
        th,
        td {
            border-color: var(--color-3);
        }
    }
    /* PC */
    @media screen and (min-width: 769px) {
        table {
            width: calc((100% - 5rem));
            margin: auto;
            th {
                width: 17rem;
            }
        }
    }
}

.consultation-content_sec7 {
    .consultation-content_sec7-box {
        /* PC */
        @media screen and (min-width: 769px) {
            width: calc((100% - 5rem));
            margin: auto;
        }
    }
}

.consultation-content_sec8 {
    background: #ff9d00;
    padding: 8rem 0;
    color: #fff;
    .omj-awre-inner {
        margin: auto;
    }
    .consultation-content_sec8-box {
        /* PC */
        @media screen and (min-width: 769px) {
            width: calc((100% - 5rem));
            margin: auto;
        }
        h2 {
            font-size: 4rem;
            font-family: var(--font-family-ja-h);
            text-align: center;
            margin-bottom: 6rem;
            @media screen and (max-width: 768px) {
                font-size: 2.6rem;
                margin-bottom: 3rem;
            }
            small {
                font-size: var(--font-size-h-sub);
                display: block;
            }
        }
        .btn {
            a {
                background: #fff;
                color: #ff9d00;
                text-align: center;
                font-size: var(--font-size-h-sub);
                padding: 1.5rem 0;
                border-radius: 50px;
                font-weight: 600;
                text-decoration: auto;
                width: 300px;
                margin: auto;
                display: block;
                height: auto;
                text-decoration: initial;
                /* PC */
                @media screen and (min-width: 769px) {
                    border: 2px solid #ff9d00;
                }
                @media screen and (max-width: 768px) {
                    font-size: 2rem;
                    padding: 1rem 0;
                    border-bottom: 5px solid #9f000c;
                }
                &:hover {
                    background: #ff9d00;
                    border: 2px solid #fff;
                    color: #fff;
                }
            }
        }
    }
}
