/*---▼料金表▼---*/

section.price_sec h2 {
    font-family: Montserrat;
    font-size: 1.875rem;
    font-weight: 600;
    line-height: 150%;
    text-align: center;
    display: block;
    position: static;
}

section.price_sec h2::after {
    display: none;
}

section.price_sec h3 {
    font-size: 1.5625rem;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    margin-bottom: 2rem;
}

section.price_sec h3 span {
    font-family: "Noto Sans JP";
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 150%;
}

section.price_sec h4 {
    font-size: 1.5625rem;
    font-weight: 500;
    margin-top: 1.5rem;
}

section.price_sec .logo_box .flex_box {
    flex-wrap: nowrap;
    align-items: center;
    gap: 2rem;
    margin-bottom: 2rem;
}

section.price_sec .logo_box .flex_box a {
    flex: 1;
    text-align: center;
    border: 1px solid #a4a4a4;
    padding: 1rem;
}

section.price_sec .logo_box .flex_box a:hover {
    background: #a4a4a4;
}

section.price_sec .logo_box .flex_box a img {
    display: inline-block;
    width: 50%;
}

section.price_sec .logo_title {
    text-align: center;
    margin-top: 6rem;
    margin-bottom: 2rem;
}

section.price_sec .logo_title img {
    width: 25%;
    display: inline-block;
}

section.price_sec .flex_box {
    gap: 5rem 3rem;
    /*justify-content: space-between;*/
    justify-content: center;
    flex-wrap: wrap;
}

section.price_sec .flex_box>div {
    width: calc(100% / 2 - 1.5rem);
}

section.price_sec .bottom_sec ul {
    display: inline-block;
    width: auto;
    margin: auto;
}

section.price_sec ul li {
    border-bottom: 1px solid #000;
    display: flex;
    justify-content: space-between;
    padding: 0 2.44rem 0;
    padding-bottom: 1rem;
    padding-top: 1.13rem;
    align-items: center;
}

section.price_sec ul li p {
    font-size: 1.25rem;
}

section.price_sec ul li h5 {
    font-family: "Barlow Semi Condensed";
    font-size: 2.5rem;
    font-weight: 600;
    text-align: right;
}

section.price_sec ul li h5 span {
    font-size: 1.5625rem;
    font-weight: 400;
}

section.price_sec .top_sec {
    background: #EAEAEA;
    padding: 2rem;
    text-align: center;
    margin: 0 2rem;
    margin-bottom: 4rem;
}

section.price_sec .small_top {
    margin: 1rem 0;
}

section.price_sec .small {
    margin: 1rem 0 1.5rem 0;
}

section.price_sec .bottom_sec {
    background: #EAEAEA;
    padding: 2rem;
    text-align: center;
    margin: 0 2rem;
    margin-top: 2rem;
}

section.price_sec .bottom_sec ul li {
    padding-bottom: 1rem;
    display: block;
    border-bottom: none;
    padding-top: 0;
    text-align: left;
}

section.price_sec .bottom_sec ul li::before {
    content: '';
    display: inline-block;
    position: relative;
    left: -5px;
    top: -2px;
    width: 6px;
    height: 6px;
    background: #000;
    border-radius: 100px;
}

section.price_sec .bottom_sec ul li:last-child {
    padding-bottom: 0;
}

@media screen and (max-width: 420px) {
    section.price_sec {
        padding-top: 2rem;
    }
    section.price_sec p.tac {
        text-align: justify;
    }
    section.price_sec h3,
    section.price_sec h4 {
        font-size: 1.25rem;
    }
    section.price_sec ul li p {
        font-size: 1rem;
    }
    section.price_sec h5 {
        font-size: 1.875rem;
    }
    section.price_sec h5 span {
        font-size: 1.125rem;
    }
    section.price_sec ul li {
        margin-bottom: 0;
        padding: 0;
    }
    section.price_sec .flex_box>div {
        width: 100%;
    }
    section.price_sec h3 span {
        font-size: 1rem;
    }
    section.price_sec .bottom_sec {
        padding: 1.5rem;
        margin: 0;
    }
    section.price_sec .small {
        margin: 1rem 0 1.5rem 0;
        text-align: left;
        font-size: 0.9rem;
    }
    section.price_sec .top_sec {
        margin: 0;
        margin-bottom: 4rem;
    }
    section.price_sec .logo_title img {
        width: 80%;
        display: inline-block;
    }
}
