a:hover {
    opacity: 0.8;
    transition: 0.3s;
}
h2,h3,h4 {
    font-family: "Hiragino Mincho ProN", "Yu Mincho", "Noto Serif JP", serif;
}
h2 {
    background: linear-gradient(90deg, #163464 30%, #8ba4c1 45%, #1e3d6c 60%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: bold;
    text-align: center;
    font-size: 60px;
    margin-bottom: 24px;
    line-height: 1.2;
}
h2 span {
    font-size: 40px;
    font-weight: bold;
}
.subtitle {
    font-family: "Hiragino Mincho ProN", "Yu Mincho", "Noto Serif JP", serif;
    color: #3B5B89;
    font-size: 23px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 40px;
}
h3.bg-blue {
    background-image: url("../img/page/treatment-detail/implant-lp/img (40).png");
    margin-top: 40px;
    background-repeat: no-repeat;
    text-align: center;
    color: white;
    font-weight: bold;
    font-size: 36px;
    padding: 4px;
}
h4.line-blue {
    color: #3B5B89;
    font-size: 30px;
    text-align: center;
    padding: 8px;
    position: relative;
    display: inline-block;
    padding: 16px 40px 30px;
    font-weight: bold;
    width: 100%;
    background-image: url("../img/page/treatment-detail/implant-lp/img (107).png");
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: contain;
}
h4.line-blue-long {
    font-size: 28px;
}
.b-blue_green {
    color: #00A99D;
}
.b-blue_green_big{
    color: #00A99D;
    font-size: 20px;
    font-weight: 500;
}
.b-blue_green_yellow {
    color: #00A99D;
    background: linear-gradient(transparent 50%, #fff48b 50%);
}
.m-yellow {
    font-weight: 600;
    background: linear-gradient(transparent 50%, #fff48b 50%);
    margin: auto;
}
section .flexBox {
    display: flex;
    justify-content: space-between;
}
section .flexBox .flex-text,
section .flexBox-column .flex-text {
    line-height: 30px;
    font-size: 17px;
}
section .large-text {
    line-height: 30px;
    font-size: 17px;
    margin: 24px 0;
}
section .flexBox .flex-text .checkBox {
    background-color: white;
    box-shadow: 1px 0px 8px 2px rgba(134, 167, 209, 0.5);
    padding: 16px 24px;
    margin: 16px 0;
    border-radius: 4px;
}
section .flexBox .flex-text .checkBox b {
    font-size: 20px;
}
section .flexBox .flex-text .checkBox b:before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url("../img/page/treatment-detail/implant-lp/img (103).png");
    background-size: contain;
    background-repeat: no-repeat;
    padding-left: 8px;
    vertical-align: middle;
    margin-top: -4px;
    margin-right: 8px;
}
p.center {
    text-align: center;
    font-size: 17px;
}
/* 表 */
.info-table-wrap {
    width: 50%;
    margin: 0 auto;
}
.info-table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
    font-family: "Yu Gothic", "Hiragino Kaku Gothic ProN", sans-serif;
    background: #fff;
}
.info-table_title{
    margin: 0 0 10px;
    color: #2d5a97;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0.08em;
}
.info-table th,
.info-table td {
    border: 1.5px solid #5f7f9b;
    text-align: center;
    vertical-align: middle;
    padding: 10px;
    font-size: 16px;
    line-height: 1.6;
    color: #333;
}
.info-table th {
    font-weight: 700;
}
.info-table td:first-child,
.info-table th:first-child {
    width: 35%;
}
.info-table td:last-child,
.info-table th:last-child {
    width: 65%;
}
/* ul */
.feature_title{
    margin: 0 0 10px;
    color: #2d5a97;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0.08em;
}
.feature_list{
    width: min(100%, 760px);
    margin: 0 auto;
    padding: 0;
    list-style: none;
}
.feature_list li{
    position: relative;
    display: flex;
    align-items: center;
    min-width: 370px;
    min-height: 50px;
    margin-bottom: 5px;
    padding: 0px 20px 0 70px;
    border: 2px solid #2d5a97;
    border-radius: 9999px;
    background: rgba(255, 255, 255, 1);
    color: #2d5a97;
    font-size: 15px;
    font-weight: 500;
}
.feature_list li::before{
    content: "✓";
    position: absolute;
    left: 26px;
    top: 50%;
    transform: translateY(-50%);
    color: #2d5a97;
    font-size: 32px;
    font-weight: 700;
    line-height: 1;
}
.visually-hidden {
    position: absolute !important;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

@media screen and (min-width: 768px) {
    section .flexBox picture,
    section .flexBox .flex-text {
        width: 48%;
    }
    section .content {
        max-width: 1000px;
        margin: auto;
        padding: 5% 0;
    }
}

@media screen and (max-width: 768px) {
    section .content {
        padding: 5%;
    }
    h2 {
        font-size: 28px;
        line-height: 40px;
        margin: 20px auto;
    }
    .subtitle {
        font-size: 16px;
        margin-bottom: 0px;
    }
    .flexBox {
        flex-direction: column;
    }
    .casecollection__case-imagescontainer .triangle {
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        border-left: 15px solid #274c88;
    }
    #implantLP .cta a {
        display: block;
    }
    h3.bg-blue {
        font-size: 20px;
        padding: 0;
    }
    h4.line-blue {
        padding: 20px 0px 18px;
        margin-top: 15px;
        font-size: 15px;
    }
    h4.line-blue-long {
        font-size: 15px;
    }
    section .flexBox .flex-text .checkBox {
        padding: 10px;
    }
    section .flexBox .flex-text .checkBox b {
        font-size: 17px;
        font-weight: 500;
    }
    section .flexBox .flex-text,
    section .flexBox-column .flex-text {
       font-size: 16px;
    }
    .b-blue_green {
        font-size: 18px;
    }
    .m-yellow-sp {
        font-weight: 600;
        background: linear-gradient(transparent 50%, #fff48b 50%);
        margin: auto;
    }
    .info-table-wrap {
        width: 100%;
        margin: 20px auto;
    }
    .info-table_title {
        margin: 0px 0 15px;
        font-size: 24px;
    }
    .feature_title {
        margin: 0px 0 15px;
        font-size: 24px;
    }
    .feature_list li {
        min-width: 100%;
    }
}

@media screen and (min-width: 768px) {
    #implantLP .cta a img {
        width: 40%;
        margin: auto 30%;
    }
    #implantLP #fv .cta a {
        margin-top: -140px;
    }
    section .cta {
        padding: 24px 0;
    }
}

@media screen and (max-width: 767px) {
    section .cta {
        padding: 5% 0;
    }
    #implantLP .cta a {
        width: 90%;
        margin: auto;
    }
    #implantLP .cta a img {
        margin: auto;
    }
    #implantLP #fv .cta a {
        padding-bottom: 20px;
    }
    #implantLP #fv .cta {
        padding-bottom: 0 !important;
    }
}

/* about */
#about {
    background-image: url("../img/page/treatment-detail/blueradical/about_bg_pc.webp");
    margin-top: 40px;
    background-repeat: no-repeat;
}
#about .content {
    max-width: 1000px;
    margin: auto;
}
#about .flexBox {
    display: flex;
    justify-content: space-between;
}
#about .check {
    margin-top: 20px;
}
#about .note {
    color: #000;
    text-align: center;
    font-size: 14px;
    margin-top: 20px;
}

@media screen and (min-width: 768px) {
    #about .flexBox {
        gap: 20px;
    }
    #about .flexBox picture {
        width: 30%;
    }
    #about .flexBox .flex-text {
        width: 70%;
        font-size: 17px;
    }
}
@media screen and (max-width: 767px) {
    #about {
        background-image: url("../img/page/treatment-detail/blueradical/about_bg_sp.webp");
        background-size: cover;
        background-repeat: no-repeat;
        margin-top: 0;
    }
    section img.tooth {
        width: 8%;
        margin: 20px 46% 0;
    }
    #about h2 {
        font-size: 30px;
    }
    #about h2 span {
        font-size: 30px;
    }
    #about .flex-text {
        padding-top: 20px;;
    }
}

/* newcommonsense */
#newcommonsense {
    background-image: url("../img/page/treatment-detail/blueradical/newcommonsense_bg_pc.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
#newcommonsense .flexBox,
#feature .flexBox {
    margin: 24px 0;
    gap: 20px;
}
#newcommonsense .flexBox .flex-text h3.bg-blue {
    margin-top: 0;
    margin-bottom: 32px;
    padding: 16px;
}
#newcommonsense .slick-slide {
    margin: 0 8px;
}
#newcommonsense .slick-next:before,
#newcommonsense .slick-prev:before {
    display: none;
}
.slick-dots li.slick-active button:before {
    color: #143262;
}
#newcommonsense .link {
    color: #3B5B89;
    background-color: white;
    display: inline-block;
    border: 2px solid;
    padding: 6px;
    text-align: center;
    width: 70%;
    margin: 20px 0 0 0;
    border-radius: 30px;
}

@media screen and (max-width: 767px) {
    #newcommonsense {
        background-position: top;
    }
    #newcommonsense .flexBox .flex-text b {
        background: linear-gradient(transparent 50%, #fff48b 50%);
        margin: auto;
    }
    #newcommonsense .flexBox .flex-text .checkBox b {
        background: none;
    }
    #newcommonsense .card {
        padding: 64px 30px 20px;
    }
    #newcommonsense .arrow {
        width: 60px !important;
        margin: -36px 24px 24px auto !important;
    }
    #newcommonsense .slick-dots {
        width: 70%;
        margin: 0 15%;
    }
}

/* conventional */
#conventional {
    background-image: url("../img/page/treatment-detail/blueradical/conventional_bg_pc.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
#conventional .flexBox {
    margin: 24px 0;
}
#conventional .flex_content {
    display: flex;
    gap: 20px;
    margin: 24px 0;
}
#conventional .flexBox .flex-text h3.bg-blue {
    margin-top: 0;
    margin-bottom: 32px;
    padding: 16px;
}
#conventional .effect_list {
    width: 100%;
    margin: 28px auto 56px;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: center;
    gap: 18px;
    flex-wrap: wrap;
}
#conventional .effect_list li{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 250px;
    min-height: 54px;
    padding: 10px 24px 10px 62px;
    border: 2px solid #2d5a97;
    border-radius: 9999px;
    background: rgba(255, 255, 255, 1);
    color: #2d5a97;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
    text-align: center;
    box-sizing: border-box;
}
#conventional .effect_list li::before{
    content: "✓";
    position: absolute;
    left: 24px;
    top: 50%;
    transform: translateY(-50%);
    color: #2d5a97;
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
}

@media screen and (min-width: 768px) { 
    #conventional .flex_content picture {
        width: 30%;
    }
    #conventional .flex_content .flex-text {
        width: 70%;
    }
}

@media screen and (max-width: 767px) {
    #conventional {
        background-position: top;
    }
    #conventional .flexBox .flex-text b {
        background: linear-gradient(transparent 50%, #fff48b 50%);
        margin: auto;
    }
    #conventional .flexBox .flex-text .checkBox b {
        background: none;
    }
    #conventional .flex_content {
        display: block;
    }
    #conventional .effect_list {
        width: 100%;
        margin: 20px auto 40px;
        gap: 10px;
    }
    #conventional .effect_list li{
        width: 100%;
        min-width: 100%;
        min-height: auto;
        justify-content: flex-start;
        padding: 12px 16px 12px 52px;
        font-size: 16px;
        line-height: 1.6;
        text-align: left;
        border-width: 1.5px;
    }
    #conventional .effect_list li::before{
        left: 18px;
        font-size: 22px;
    }
}

/* mechanism */
#mechanism {
    background-image: url("../img/page/treatment-detail/blueradical/mechanism_bg_pc.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
#mechanism .line-blue-content {
    margin: 24px 0;
}
#mechanism .slider {
    margin: 20px 0 50px;
}
#mechanism .flexBox {
    margin: 24px 0;
}
#mechanism .flex_content {
    display: flex;
    gap: 20px;
    margin: 24px 0;
}
#mechanism .flexBox .flex-text h3.bg-blue {
    margin-top: 0;
    margin-bottom: 32px;
    padding: 16px;
}

@media screen and (min-width: 768px) { 
    #mechanism .flex_content picture {
        width: 40%;
    }
    #mechanism .flex_content .flex-text {
        width: 60%;
    }
}

@media screen and (max-width: 767px) {
    #mechanism {
        background-position: top;
    }
    #mechanism .flexBox .flex-text b {
        background: linear-gradient(transparent 50%, #fff48b 50%);
        margin: auto;
    }
    #mechanism .flexBox .flex-text .checkBox b {
        background: none;
    }
    #mechanism .flex_content {
        display: block;
    }
    #mechanism .card {
        padding: 64px 30px 20px;
    }
    #mechanism .arrow {
        width: 60px !important;
        margin: -36px 24px 24px auto !important;
    }
    #mechanism .slick-dots {
        width: 70%;
        margin: 0 15%;
    }
    #mechanism .feature_title {
        margin: 20px 0 10px;
        color: #2d5a97;
        font-size: 25px;
        font-weight: 700;
        line-height: 1.4;
        letter-spacing: 0.08em;
    }
}

/* feature */
#feature .flex_content {
    display: flex;
    gap: 20px;
    margin: 24px 0;
}

@media screen and (min-width: 768px) { 
    #feature .flex_content picture {
        width: 40%;
    }
    #feature .flex_content .flex-text {
        width: 60%;
    }
}

@media screen and (max-width: 767px) {
    #feature .feature_box {
        margin-top: 20px;
    }
    #feature .flex_content {
        display: block;
    }
}

/* effect */
#effect {
    background-image: url("../img/page/treatment-detail/blueradical/insurance_bg_pc.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
#effect .flexBox,
#feature .flexBox {
    margin: 24px 0;
}
#effect .flexBox .flex-text h3.bg-blue {
    margin-top: 0;
    margin-bottom: 32px;
    padding: 16px;
}
#effect .bg-blue {
    margin-bottom: 30px;
}
#effect .effect_list {
    width: 100%;
    margin: 28px auto 56px;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: center;
    gap: 18px;
    flex-wrap: wrap;
}
#effect .effect_list li{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 250px;
    min-height: 54px;
    padding: 10px 24px 10px 62px;
    border: 2px solid #2d5a97;
    border-radius: 9999px;
    background: rgba(255, 255, 255, 1);
    color: #2d5a97;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
    text-align: center;
    box-sizing: border-box;
}
#effect .effect_list li::before{
    content: "✓";
    position: absolute;
    left: 24px;
    top: 50%;
    transform: translateY(-50%);
    color: #2d5a97;
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
}
#effect .note {
    color: #000;
    text-align: center;
    font-size: 14px;
}
@media screen and (max-width: 767px) {
    #effect {
        background-position: top;
    }
    #effect .flexBox .flex-text b {
        background: linear-gradient(transparent 50%, #fff48b 50%);
        margin: auto;
    }
    #effect .flexBox .flex-text .checkBox b {
        background: none;
    }
    #effect .effect_list {
        width: 100%;
        margin: 20px auto 40px;
        gap: 10px;
    }
    #effect .effect_list li{
        width: 100%;
        min-width: 100%;
        min-height: auto;
        justify-content: flex-start;
        padding: 12px 16px 12px 52px;
        font-size: 16px;
        line-height: 1.6;
        text-align: left;
        border-width: 1.5px;
    }
    #effect .effect_list li::before{
        left: 18px;
        font-size: 22px;
    }
}

/* recommend */
#recommend {
    background-image: url("../img/page/treatment-detail/implant-lp/img (33).png");
    background-size: cover;
    background-position: center;
}
#recommend .flexBox-column {
    font-family: "Hiragino Mincho ProN", "Yu Mincho", "Noto Serif JP", serif;
    color: #3B5B89;
    font-size: 23px;
    font-weight: 500;
    width: 48%;
    margin-left: auto;
}
@media screen and (max-width: 767px) {
    #recommend {
        background-image: url("../img/page/treatment-detail/blueradical/recommend_bg_sp.webp");
        background-repeat: no-repeat;
        background-position: top;
    }
    #recommend .content {
        padding-top: 70px;
        background: linear-gradient(to bottom, rgba(205, 212, 209, 0) 80%, #dfe3e0 60%);
    }
    #recommend .flexBox-column {
        width: 100%;
        margin-left: auto;
    }
    #recommend .flexBox-column .flex-text {
        background-color: #fbfbfba3;
        padding: 5%;
        margin-top: 330px;
    }
}

/* 向いている人・向かない人 */
#suitable {
    background-image: url("../img/page/treatment-detail/blueradical/suitable_bg_pc.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
#suitable .line-blue-content {
    margin: 24px 0;
}
#suitable .flexBox {
    margin: 24px 0;
}
#suitable .flex_content {
    display: flex;
    gap: 20px;
    margin: 24px 0;
}
#suitable .flexBox .flex-text h3.bg-blue {
    margin-top: 0;
    margin-bottom: 32px;
    padding: 16px;
}

@media screen and (min-width: 768px) { 
    #suitable .flex_content picture {
        width: 40%;
    }
    #suitable .flex_content .flex-text {
        width: 60%;
    }
}

@media screen and (max-width: 767px) {
    #suitable {
        background-position: top;
    }
    #suitable .flexBox .flex-text b {
        background: linear-gradient(transparent 50%, #fff48b 50%);
        margin: auto;
    }
    #suitable .flexBox .flex-text .checkBox b {
        background: none;
    }
    #suitable .flex_content {
        display: block;
    }
    #suitable .feature_title {
        margin: 20px 0 10px;
        color: #2d5a97;
        font-size: 25px;
        font-weight: 700;
        line-height: 1.4;
        letter-spacing: 0.08em;
    }
}

/* pros */
#pros {
    background-image: url("../img/page/treatment-detail/blueradical/about_bg_pc.webp");
    margin-top: 40px;
    background-repeat: no-repeat;
}
#pros .line-blue_interpose {
    color: #3B5B89;
    font-size: 30px;
    text-align: center;
    position: relative;
    display: inline-block;
    padding: 10px 0px;
    margin-bottom: 20px;
    font-weight: bold;
    width: 100%;
}
#pros .line-blue_interpose::before,
#pros .line-blue_interpose::after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    background: #3B5B89;
}
#pros .line-blue_interpose::before {
    top: 0;
}
#pros .line-blue_interpose::after {
    bottom: 0;
}
#pros .flexBox {
    justify-content: center;
    flex-wrap: wrap;
    gap: 24px;
}
#pros .flexBox .flex-merit {
    width: 20%;
}
#pros .flexBox .flex-merit h3 {
    color: #143262;
    font-size: 18px;
    font-weight: 500;
    padding: 8px 0;
    margin-top: -55px;
    padding-left: 15%;
}
#pros .flexBox .flex-merit02 h3,
#pros .flexBox .flex-merit04 h3 {
    color: white;
}
#pros .flexBox .flex-merit picture img,
#pros .flexBox .flex-merit .text {
    width: 90%;
    margin: 5% 5%;
    background-color: white;
}
#pros .text_area {
    margin: 24px 0;
    font-family: "Hiragino Mincho ProN", "Yu Mincho", "Noto Serif JP", serif;
    color: #3B5B89;
    font-size: 23px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 40px;
}
#pros .flex_content {
    display: flex;
    gap: 20px;
    margin: 24px 0;
}
#pros .feature_title {
    margin: 0px 0 10px;
    font-size: 28px;
}

@media screen and (min-width: 768px) { 
    #pros .flexBox {
        margin: 50px 0;
    }
    #pros .flex_content picture {
        width: 40%;
    }
    #pros .flex_content .flex-text {
        width: 60%;
    }
}

@media screen and (max-width: 767px) {
    #pros .line-blue_interpose {
        font-size: 25px;
        margin: 20px 0 10px;
    }
    #pros .flex-text {
        margin-bottom: 20px;
    }
    #pros .flexBox .flex-merit {
        width: 100%;
    }
    #pros .flexBox .flex-merit h3 {
        font-size: 22px;
        padding: 4px 0 4px 14%;
    }
    #pros .flex_content {
        display: block;
    }
    #pros .flexBox {
        justify-content: center;
        flex-wrap: wrap;
        gap: 24px;
    }
    #pros .text_area {
        font-size: 18px;
    }
    #pros .arrow {
        width: 60px !important;
        margin: -36px 24px 24px auto !important;
    }
    #pros .slick-dots {
        width: 70%;
        margin: 0 15%;
    }
}

/* 費用 */
#price {
    background-color: #E9FBFF;
}
#price .priceBox {
    padding: 24px 16px;
    background-color: white;
    box-shadow: 1px 0px 8px 2px rgba(134, 167, 209, 0.5);
    margin-bottom: 8px;
}
#price .priceBox h3 {
    color: #00A99D;
    font-size: 24px;
    border-bottom: 1.6px solid;
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic Pro", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
}
#price .priceBox .price-list {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
}
#price .priceBox .price-list li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 0;
    font-size: 18px;
}
#price .priceBox .item-name {
    white-space: nowrap;
    font-weight: 500;
    color: #143262;
    margin-right: 10px;
}
#price .priceBox .item-price {
    white-space: nowrap;
    font-weight: bold;
    color: #143262;
    margin-left: 10px;
}
#price .priceBox .tax {
    font-size: 14px;
    font-weight: 400;
    margin-left: 4px;
}
#price .priceBox .dotted-line {
    flex-grow: 1;
    height: 1px;
    background: repeating-linear-gradient(90deg, #143262, #143262 2px, transparent 2px, transparent 4px);
    margin: 0 10px;
}
#price .priceBox01 h3 {
    border-bottom: none;
}
#price .priceBox01 .pink-line {
    flex-grow: 1;
    height: 1px;
    background: #00A99D;
    margin: 0 10px;
}
#price .price-note {
    text-align: end;
}
@media screen and (max-width: 767px) {
    #price {
        padding: 5% 0;
    }
    #price .priceBox {
        width: 100%;
        margin: 16px 0;
        padding: 16px 8px;
    }
    #price .priceBox h3 {
        font-size: 20px;
    }
    #price .priceBox .item-name {
        font-size: 17px;
        margin-right: 0;
    }
    #price .priceBox .item-name-small {
        font-size: 14px;
    }
    #price .priceBox .item-price {
        font-size: 20px;
        margin-left: 0;
    }
}

/* hospital */
#hospital {
    background-image: url("../img/page/treatment-detail/blueradical/newcommonsense_bg_pc.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
#hospital .content {
    padding: 5% 0 0;
}
#hospital .flexBox,
#feature .flexBox {
    margin: 24px 0;
    gap: 20px;
}
#hospital .flexBox .flex-text h3.bg-blue {
    margin-top: 0;
    margin-bottom: 32px;
    padding: 16px;
}
#hospital .cta {
    padding: 0px 0 32px;
    margin: 0 8px;
}
@media screen and (max-width: 767px) {
    #hospital {
        background-position: top;
    }
    #hospital .flexBox .flex-text b {
        background: linear-gradient(transparent 50%, #fff48b 50%);
        margin: auto;
    }
    #hospital .flexBox .flex-text .checkBox b {
        background: none;
    }
    #hospital .subtitle {
        padding: 0 5%;
        font-size: 16px;
        margin-bottom: 0px;
    }
}

/* insurance */
#insurance {
    background-image: url("../img/page/treatment-detail/blueradical/insurance_bg_pc.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
#insurance .line-blue-content {
    margin: 24px 0;
}
#insurance .flexBox {
    margin: 24px 0;
}
#insurance .flex_content {
    display: flex;
    gap: 20px;
    margin: 24px 0 32px;
}
#insurance .flexBox .flex-text h3.bg-blue {
    margin-top: 0;
    margin-bottom: 32px;
    padding: 16px;
}

@media screen and (min-width: 768px) { 
    #insurance .flex_content picture {
        width: 40%;
    }
    #insurance .flex_content .flex-text {
        width: 75%;
    }
}

@media screen and (max-width: 767px) {
    #insurance {
        background-position: top;
    }
    #insurance .flexBox .flex-text b {
        background: linear-gradient(transparent 50%, #fff48b 50%);
        margin: auto;
    }
    #insurance .flexBox .flex-text .checkBox b {
        background: none;
    }
    #insurance .flex_content {
        display: block;
    }
    #insurance .flex-text {
        margin-top: 20px;
    }
    #insurance .feature_title {
        margin: 20px 0 10px;
        color: #2d5a97;
        font-size: 25px;
        font-weight: 700;
        line-height: 1.4;
        letter-spacing: 0.08em;
    }
}

/* よくある質問 */
@media print,
screen and (min-width: 768px) {
    .faq__accordion-q.open .faq__icon::before {
        right: 25px;
    }
}
#faq {
    background-image: url("../img/page/treatment-detail/blueradical/faq_bg_pc.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
#faq .faq__accordion-inner {
    display: none;
}
#faq .faq__accordion-q.open+.faq__accordion-inner {
    display: block;
}
#faq .faq__accordion-q {
    position: relative;
    cursor: pointer;
    padding-right: 30px;
}
#faq .faq__accordion-q .faq__icon::before {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    top: 50%;
    right: 18px;
    transform: translateY(-50%) rotate(135deg);
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
}
#faq .faq__accordion-q.open .faq__icon::before {
    transform: translateY(-50%) rotate(-45deg);
}
#faq .faq__accordion {
    margin-bottom: 14px;
}
#faq .faq__accordion .faq__accordion-q {
    background-color: #3B5B89;
    color: white;
    display: flex;
    align-items: center;
    padding: 8px 16px;
}
#faq .faq__accordion .faq__q-txt,
#faq .faq__accordion .faq__answer p {
    font-family: 'Noto Serif JP';
    font-size: 17px;
}
#faq .faq__accordion .text-big,
#faq .faq__accordion .faq__answer .text-big {
    font-family: 'Noto Serif JP';
    font-size: 22px;
    padding-right: 16px;
}
#faq .faq__accordion .faq__answer .text-big {
    color: #3B5B89;
}
#faq .faq__accordion .faq__answer {
    background-color: white;
    padding: 8px 16px 16px;
    display: flex;
    align-items: baseline;
}
#faq .faq__accordion-inner {
    display: none;
}
#faq .faq__accordion-q {
    cursor: pointer;
}
@media screen and (max-width: 767px) {
    #faq .faq__accordion .faq__q-txt {
        width: 80%;
    }
}

/* まとめ */
#matome {
    background-image: url("../img/page/treatment-detail/blueradical/about_bg_pc.webp");
    margin-top: 40px;
    background-repeat: no-repeat;
}
#matome .content {
    max-width: 1000px;
    margin: auto;
}
#matome .flexBox {
    display: flex;
    justify-content: space-between;
}
#matome .check {
    margin-top: 20px;
}
#matome .note {
    color: #000;
    text-align: center;
    font-size: 14px;
    margin-top: 20px;
}

@media screen and (min-width: 768px) {
    #matome .flexBox {
        gap: 20px;
    }
    #matome .flexBox picture {
        width: 30%;
    }
    #matome .flexBox .flex-text {
        width: 70%;
        font-size: 17px;
    }
}
@media screen and (max-width: 767px) {
    #matome {
        background-image: url("../img/page/treatment-detail/blueradical/about_bg_sp.webp");
        background-size: cover;
        background-repeat: no-repeat;
        margin-top: 0;
    }
    section img.tooth {
        width: 8%;
        margin: 20px 46% 0;
    }
    #matome h2 {
        font-size: 30px;
    }
    #matome h2 span {
        font-size: 36px;
    }
    #matome .flex-text {
        padding-top: 20px;;
    }
}