@charset "UTF-8";
main {
    font-size: 1.6rem;
    letter-spacing: 0.025em;
    line-height: 1.625;
}

main p {
    margin: 1em 0 0;
}

main img {
    height: auto;
}

main .blueradical__heading {
    background: #029a45;
    color: #ffffff;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1;
    margin: 50px 0 0;
    padding: 0.45em 0.7em 0.25em 0.2em;
}

@media (max-width: 767px) {
    section {
        scroll-margin-top: 120px;
    }
}

main .blueradical__subheading {
    border-bottom: 2px solid #66c28f;
    border-top: 2px solid #66c28f;
    color: #66c28f;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.2;
    margin: 30px 0 0;
    padding: 0.2em 0.5em 0.15em;
    width: 100%;
}

.intro__hero {
    width: 100%;
}

.intro__title {
    align-items: center;
    border-bottom: 2px solid;
    border-image: linear-gradient(to right, #382bb8 0%, #080541 58%);
    border-image-slice: 1;
    border-top: 2px solid;
    display: flex;
    flex-flow: row wrap;
    gap: 0 10px;
    justify-content: space-between;
    margin-top: 10px;
    padding: 10px 0;
}

.intro__title h2 {
    color: #1b2293;
    font-size: 3rem;
    font-weight: 700;
    padding-top: 0.1em;
}

@media (min-width: 768px) {
    .intro__title h2 {
        font-size: 3.8rem;
    }
}

.intro__title p {
    background: #029a45;
    color: #ffffff;
    font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: 0;
    margin: 0;
    padding: 0.2em 0.7em 0 0.2em;
}

@media (min-width: 768px) {
    .intro__title p {
        font-size: 1.8rem;
    }
}

.intro__index {
    background: #f4f4f4;
    margin: 20px 0 0;
    padding: 20px;
}

.intro__index__item {
    border-top: 1px solid #c9c9c9;
}

.intro__index .intro__index__item:first-child {
    border-top: none;
}

.intro__index__item__link {
    align-items: center;
    color: #029a45;
    display: flex;
    font-weight: 700;
    line-height: 1.2;
    min-height: 30px;
    padding: 0.3em 10px 0;
    text-decoration: none;
}

.intro__index__item__link:focus-visible {
    opacity: 0.6;
}

@media (hover: hover) and (pointer: fine)  {
    .intro__index__item__link:hover {
        opacity: 0.6;
    }
}

.intro__index__item__link::before {
    background: #029a45;
    border-radius: 4px;
    content: "";
    display: inline-block;
    height: 4px;
    margin: 0 10px 0.3em 0;
    width: 4px;
}

.perio__mechanism {
    background: rgba(2, 154, 68, 0.1);
    border-radius: 25px;
    margin: 30px 0 0;
    padding: 20px;
}

.perio__mechanism__title {
    color: #6d6d6d;
    font-size: 1.8rem;
    font-weight: 700;
    margin: 0;
}

.perio__mechanism__img {
    height: auto;
    margin-top: 15px;
    width: 100%;
}

.perio__mechanism__history {
    align-items: center;
    background: #6f6f6f;
    color: #ffffff;
    display: flex;
    flex-flow: column nowrap;
    font-weight: 700;
    gap: 10px;
    justify-content: center;
    letter-spacing: 0;
    margin-top: 15px;
    padding: 15px 20px;
}

.perio__mechanism__history p {
    margin: 0;
}

.perio__mechanism__history__detail {
    align-items: center;
    display: flex;
    flex-flow: column nowrap;
    gap: 15px;
    max-width: 100%;
}

@media (min-width: 480px) and (max-width: 767px) {
    .perio__mechanism__history__detail {
        flex-flow: row nowrap;
    }
}

@media (min-width: 992px) {
    .perio__mechanism__history__detail {
        flex-flow: row nowrap;
    }
}

.perio__mechanism__history__detail__approach {
    align-items: center;
    border: 1px dashed #ffffff;
    display: flex;
    height: 81px;
    justify-content: center;
    text-align: center;
    width: 187px;
}

.perio__mechanism__history__detail__plus {
    height: 26px;
    position: relative;
    width: 26px;
}

.perio__mechanism__history__detail__plus::before,
.perio__mechanism__history__detail__plus::after {
    background: #ffffff;
    content: "";
    inset: 0;
    margin: auto;
    position: absolute;
}

.perio__mechanism__history__detail__plus::before {
    height: 4px;
    width: 100%;
}

.perio__mechanism__history__detail__plus::after {
    height: 100%;
    width: 4px;
}

.perio__mechanism__history__detail__severe {
    align-items: center;
    background: #1467e9;
    display: flex;
    height: 81px;
    justify-content: center;
    line-height: 1.3;
    width: 187px;
}

.perio__mechanism__history__detail__severe-container {
    display: block;
}

.perio__mechanism__history__detail__severe em {
    font-size: 2rem;
    font-style: normal;
    text-align: center;
}

.perio__mechanism__history__detail__severe span:last-child {
    display: block;
    text-align: right;
}

p.perio__mechanism__history__note {
    margin-top: 25px;
}

@media (min-width: 768px) {
    p.perio__mechanism__history__note {
        text-align: center;
    }
}

.treatment__compare {
    display: flex;
    flex-flow: column nowrap;
    gap: 15px;
    margin-top: 30px;
}

.treatment__compare__item {
    --treatment-color: #6d6d6d;
}

#blue-radical .treatment__compare__item {
    --treatment-color: #125cdc;
}

@media (min-width: 480px) {
    .treatment__compare__item-container {
        display: grid;
        gap: 10px;
        grid-template-columns: 276px 1fr;
    }
}

.treatment__compare__item__title {
    color: var(--treatment-color);
    font-size: 1.6rem;
    font-weight: 700;
}

.treatment__compare__item__title::before {
    content: "■ ";
}

.treatment__compare__item__fig {
    background: var(--treatment-color);
    margin: 5px 0 0;
    padding: 2px;
}

@media (min-width: 480px) {
    .treatment__compare__item__fig {
        margin: 0;
    }
}

.treatment__compare__item__fig img {
    width: 100%;
}

.treatment__compare__item__fig figcaption {
    color: #ffffff;
    font-size: 1.6rem;
    font-weight: 700;
    padding: 0.4em 0 0;
    text-align: center;
}

@media (min-width: 480px) {
    .treatment__compare__item p {
        margin: 0;
    }
}

.treatment__dif {
    background: rgba(2, 154, 68, 0.1);
    border-radius: 25px;
    margin: 30px 0 0;
    padding: 20px;
}

@media (min-width: 768px) {
    .treatment__dif {
        display: flex;
        flex-flow: row nowrap;
        gap: 30px;
    }
}

.treatment__dif__title {
    display: flex;
    flex-flow: row-reverse nowrap;
    gap: 5px;
    justify-content: flex-end;
}

@media (min-width: 768px) {
    .treatment__dif__title {
        align-items: center;
        flex-flow: column nowrap;
        flex-shrink: 0;
        gap: 10px;
        justify-content: flex-start;
    }
}

.treatment__dif__title > h4 {
    color: #6d6d6d;
    font-size: 1.6rem;
    font-weight: 700;
    margin: 0;
}

@media (min-width: 768px) {
    .treatment__dif__title > h4 {
        font-size: 1.8rem;
    }
}

.treatment__dif__title img {
    aspect-ratio: 7 / 8;
    flex-shrink: 0;
    width: 21px;
}

@media (min-width: 768px) {
    .treatment__dif__title img {
        width: 70px;
    }
}

@media (min-width: 768px) {
    .treatment__dif__content {
        margin: 0;
    }
}

.treatment__machine__hero {
    height: auto;
    margin: 15px 0 0;
    width: 100%;
}

.treatment__machine__content {
    margin: 20px 0 0;
}

@media (min-width: 768px) {
    .treatment__machine__content {
        align-items: flex-start;
        display: flex;
        flex-flow: row nowrap;
        gap: 30px;
    }
}

.treatment__machine__content img {
    float: right;
    height: auto;
    margin: 0 0 5px 15px;
    width: min(50%, 255px);
}

@media (min-width: 768px) {
    .treatment__machine__content img {
        flex-shrink: 0;
        float: none;
        margin: 0;
        width: 255px;
    }
}

.treatment__machine__content p {
    margin: 0;
}

.treatment__machine__content__action {
    align-items: center;
    display: flex;
    flex-flow: column nowrap;
    gap: 5px;
    justify-content: center;
    margin: 20px auto 0;
}

.treatment__machine__content__action__link {
    align-items: center;
    background: #029a45;
    border: 2px solid #029a45;
    color: #ffffff;
    display: flex;
    font-size: 1.6rem;
    font-weight: 700;
    height: 39px;
    justify-content: center;
    margin: 0;
    padding: 0 10px;
    text-decoration: none;
    width: min(158px, 100%);
}

.treatment__machine__content__action__link:hover {
    background: #fff;
    color: #029a45;
}

.treatment__machine__content__action__note {
    color: #6d6d6d;
    font-size: 1.4rem;
    margin: 0;
}

.price__table > table {
    border: 1px solid #000000;
    border-collapse: collapse;
    letter-spacing: 0;
    margin-top: 20px;
    width: 100%;
}

.price__table > table > tbody > tr:nth-child(2n - 1), .price__table .fill {
    background: rgba(2, 154, 68, 0.1);
}

.price__table > table > tbody > tr {
    border: 1px solid #000000;
}

.price__table .border-r {
    border-right: 1px solid #000000;
}

.price__table > table > tbody > tr > th {
    font-weight: 400;
    padding: 5px;
    text-align: left;
}

.price__table > table > tbody > tr > td {
    font-weight: 700;
    padding: 5px 0;
    text-align: right;
    width: 150px;
}

@media (max-width: 991px) {
    .price__table--stacked > table {
        border: none;
        display: block;
    }

    .price__table--stacked > table > tbody {
        border: 1px solid #000000;
        display: block;
    }

    .price__table--stacked > table > tbody > tr {
        border: none;
        border-bottom: 1px solid #000000;
        display: flex;
        flex-wrap: wrap;
    }

    .price__table--stacked > table > tbody > tr:last-child {
        border-bottom: none;
    }

    .price__table--stacked > table > tbody > tr > th.border-r {
        background: rgba(2, 154, 68, 0.1);
        border-bottom: 1px solid #000000;
        border-right: none;
        font-weight: 700;
        padding: 8px 5px;
        width: 100%;
    }

    .price__table--stacked > table > tbody > tr,
    .price__table--stacked > table > tbody > tr.fill,
    .price__table--stacked > table > tbody > tr:nth-child(2n - 1) {
        background: none;
    }

    .price__table--stacked > table > tbody > tr > th:not(.border-r) {
        flex: 1;
    }

    .price__table--stacked > table > tbody > tr > td {
        flex-shrink: 0;
        width: auto;
    }
}

@media (min-width: 992px) {
    .price__table > table > tbody > tr > th {
        padding: 10px 15px;
    }
    
    .price__table > table > tbody > tr > td {
        padding: 10px 0;
    }
}

.price__subheading {
    align-items: center;
    border-bottom: 2px solid #66c28f;
    border-top: 2px solid #66c28f;
    display: flex;
    justify-content: space-between;
    line-height: 1.2;
    margin: 30px 0 0;
    padding: 0.2em 0.5em 0.15em;
    width: 100%;
}

.price__subheading h4 {
    color: #66c28f;
    font-size: 1.8rem;
    font-weight: 700;
    margin: 0;
}

.price__subheading p {
    font-size: 1.2rem;
    margin: 0;
}

.price__example {
    border: 2px solid #66c28f;
    font-feature-settings: "palt";
    margin: 20px 0 0;
}

@media (min-width: 992px) {
    .price__example {
        display: grid;
        grid-template-columns: 224px 1fr;
    }
}

.price__example__header {
    align-items: center;
    background: #66c28f;
    display: flex;
    gap: 5px;
    padding: 10px;
}

@media (min-width: 992px) {
    .price__example__header {
        flex-flow: column nowrap;
        padding: 15px;
    }
}

.price__example__header__fig {
    align-items: center;
    aspect-ratio: 1 / 1;
    background: #fff;
    border-radius: 15px;
    display: flex;
    justify-content: center;
    margin: 0;
    width: min(100px, 50%);
}

@media (min-width: 992px) {
    .price__example__header__fig {
        width: 100%;
    }
}

.price__example__header__fig img {
    height: auto;
    width: 100%;
}

.price__example__header__title {
    color: #ffffff;
    flex-shrink: 0;
    font-size: 2rem;
    font-weight: 700;
    margin: 0;
}

@media (min-width: 992px) {
    .price__example__header__title {
        font-size: 2.2rem;
        text-align: center;
    }
}

.price__example__header__title em {
    font-size: 1.73em;
    font-style: normal;
}

.price__example__body {
    align-items: center;
    display: flex;
    flex-flow: column nowrap;
    gap: 15px 30px;
    padding: 10px;
}

@media (min-width: 992px) {
    .price__example__body {
        flex-flow: row nowrap;
        padding: 25px;
    }
}

.price__example__body__list {
    display: flex;
    flex-flow: column nowrap;
    gap: 15px;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
}

.price__example__body__list__item {
    align-items: center;
    display: grid;
    gap: 10px;
    grid-template-columns: 80px 1fr;
}

.price__example__body__list__item.total {
    border-top: solid 1px #000;
    display: block;
    padding-top: 15px;
}

.price__example__body__list__item__content {
    display: flex;
    flex-flow: column nowrap;
    gap: 5px;
    justify-content: center;
}

.price__example__body__list__item__content__definition {
    display: flex;
    justify-content: space-between;
    line-height: 1.125;
    margin: 0;
}

.total .price__example__body__list__item__content__definition dt {
    font-weight: 700;
}

.price__example__body__list__item__content__definition dd {
    font-weight: 700;
    margin: 0;
    text-align: right;
}

.total .price__example__body__list__item__content__definition dd em {
    font-size: 1.25em;
    font-style: normal;
}

.price__example__body__list__item__content__definition .original {
    color: #606060;
    font-size: 1.4rem;
    text-decoration: line-through;
    text-decoration-color: #da000a;
}

.price__example__body__list__item__content__definition .discount {
    color: #da000a;
    font-size: 1.4rem;
}

.price__example__body__list__item__content__definition .discounted {
    font-style: normal;
}

.price__example__body__list__item__content__definition .discounted::before {
    bottom: 0.2em;
    color: #da000a;
    content :"▶";
    font-size: 1rem;
    margin-right: 0.3em;
    position: relative;
}

.price__example__body__list__item__content__definition .mark {
    bottom: 0.2em;
    color: #da000a;
    font-size: 1rem;
    position: relative;
}

.price__example__body__list__item__content__note {
    font-size: 1.2rem;
    line-height: 1.17;
    margin: 0;
}

.price__example__body__list__item__desc {
    color: #da000a;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1.17;
    margin: 0.5em 0 0;
    padding-left: 1em;
    text-indent: -1em;
}

.price__example__body__list__item__desc::before {
    content: "※";
}

.price__example__title {
    background: #66c28f;
    color: #ffffff;
    font-size: 1.6rem;
    font-weight: 700;
    padding: 0.2em 0;
    text-align: center;
}

.price__example__body__img {
    display: block;
    margin:  0 auto;
}

.price__note {
    background: #f4f4f4;
    margin: 15px 0 0;
    padding: 20px;
}

.goods__content__title {
    align-items: center;
    border-bottom: 2px solid #66c28f;
    border-top: 2px solid #66c28f;
    display: flex;
    justify-content: space-between;
    line-height: 1.2;
    margin: 30px 0 0;
    padding: 0.2em 0.5em 0.15em;
    width: 100%;
}

.goods__content__title h4 {
    color: #66c28f;
    font-size: 1.8rem;
    font-weight: 700;
    margin: 0;
}

.goods__content__title p {
    color: #029a45;
    font-size: 1.8rem;
    font-weight: 700;
    margin: 0;
}

.goods__content__list {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(3, 1fr);
    list-style: none;
    margin: 20px 0 0;
    padding: 0;
}

@media (min-width: 480px) {
    .goods__content__list {
        grid-template-columns: repeat(5, 1fr);
    }
}

.goods__content__list__item {
    margin: 0;
    padding: 0;
}

.goods__content__list__item figure {
    margin: 0;
    width: 100%;
}

.goods__content__list__item img {
    height: auto;
    width: 100%;
}

.goods__content__list__item figcaption {
    background: #66c28f;
    color: #ffffff;
    font-size: 1.4rem;
    font-weight: 700;
    letter-spacing: 0;
    margin: 5px 0 0;
    text-align: center;
}

.goods__content__desc {
    background: rgba(2, 154, 68, 0.1);
    border-radius: 15px;
    padding: 5px 15px;
}

.contact__button {
    align-items: center;
    background: #029a45;
    border: 3px solid #ffffff;
    border-radius: 19px;
    color: #ffffff;
    display: block;
    display: flex;
    flex-flow: column nowrap;
    font-size: 1.8rem;
    font-weight: 700;
    gap: 5px;
    height: 81px;
    justify-content: center;
    margin: 20px auto 10px;
    outline: 2px solid #029a45;
    outline-offset: 1px;
    padding: 0.2em 0;
    text-decoration: none;
    width: 285px;
}

.contact__button:focus-visible {
    opacity: 0.6;
}

@media (hover: hover) and (pointer: fine)  {
    .contact__button:hover {
        opacity: 0.6;
    }
}

.contact__button::before {
    background: url(../img/blueradical/blueradical-contact-mail-icon.svg) no-repeat center / contain;
    content: "";
    display: block;
    height: 28px;
    width: 35px;

}