@charset "utf-8";

/* ==================================================================
    intima-laser.css

=================================================================== */

/* =================================
■common
================================== */
p, table, div, dl, dt, dd, ul, ol, li {
    box-sizing: border-box;
}
.contents main > section {
    padding: 74px 0 94px;
    margin-bottom: 0;
}
    .contents main > section.bg_yellow,
    .contents main > section.bg_yellow h2.texttitle em {
        background: #FFFDF8;
    }

.contents section.wide .container {
    max-width: 1228px;
    width: 100%;
}
.contents section .explain::after {
    content: none;
}

.contents main > section h2.texttitle {
    width: fit-content;
    padding: 0 2em;
    background-repeat: repeat-x;
    background-position-y: 30%;
    margin-inline: auto;
    line-height: 1.2;
}
    .contents main > section h2.texttitle em {
        font-size: 3.6rem;
        letter-spacing: 0.1em;
    }
    .contents main > section h2.texttitle em > span {
        font-size: 2.8rem;
        color: #CD4779;
    }

section .lv2 {
    font-size: 4rem;
    letter-spacing: 0.1em;
    line-height: 1.5;
    margin-bottom: 60px;
}
section .lv3 {
    font-size: 3.8rem;
    letter-spacing: 0.08em;
    line-height: 1.5;
    margin-bottom: 60px;
}
section .lv4 {
    font-size: 3.2rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    line-height: 1.5;
    margin-bottom: 0;
}
section .lv5 {
    font-size: 2.4rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    line-height: 1.5;
    margin-bottom: 37px;
}

section .marker {
    background: linear-gradient(transparent 80%, #FFC0D8 80%);
}
section .text {
    line-height: 1.8;
}
section .intro-text {
    line-height: 1.5;
}

section .image {
    margin-bottom: 0;
}
section img {
    max-width: 100%;
    height: auto;
}

section .arrow {
    position: relative;
    width: 160px;
    height: 44px;
    margin: 70px auto 50px;
}
    section .arrow::before,
    section .arrow::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: calc(50% - 2.5px);
        width: 5px;
        height: 91.7px;
        border-radius: 9999px;
        background: #cd4779;
        transform-origin: 50% calc(100% - 2.5px);
    }
    section .arrow::before {
        transform: rotate(62.85deg);
    }
    section .arrow::after {
        transform: rotate(-62.85deg);
    }

section ul.check li {
    font-size: 1.6rem;
    margin-bottom: 20px;
    padding-left: 36px;
    background: url("../../images/lp/intima-laser/check_g.svg") 0 50% no-repeat;
}
    section ul.check li span {
        border-bottom: 2px solid #FFC0D8;
    }

section ul.listdot li {
    position: relative;
    margin-left: 10px;
    padding-left: 1em;
    line-height: 1.5;
}
    section ul.listdot li::before {
        content: "・";
        position: absolute;
        left: 0;
    }
    section ul.listdot li + li {
        margin-top: 6px;
    }

section .asterisk {
    font-size: 1.4rem;
    text-indent: -1em;
    padding-left: 1em;
    line-height: 1.5;
}

section dl.text dt {
    color: #CD4779;
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: 0;
}
    section dl.text dt.border {
        line-height: 1;
        padding: 15px 0;
        border-top: solid 1px #CD4779;
        border-bottom: solid 1px #CD4779;
        margin-bottom: 40px;
        text-align: center;
    }
section dl.text dd {
    font-size: 1.6rem;
    line-height: 1.8;
}

section .flexbox {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
section .whitebox {
    background: #fff;
    border-radius: 8px;
    padding: 72px 52px 64px;
    margin-top: 96px;
}

section .contact_area p {
    font-size: 1.5rem;
}
section .contact_area .buttonStyle.reserve {
    margin-bottom: 4px;
}
    section .contact_area .buttonStyle.reserve a {
        width: 420px;
        font-size: 2.4rem;
        border-radius: 35px;
    }
    section .contact_area .buttonStyle.reserve a span {
        background: url("../../images/lp/intima-laser/reserve.svg") 0 50% no-repeat;
        padding: 5px 0 5px 60px;
    }
section .contact_area .tel {
    margin-bottom: 0;
}
    section .contact_area .tel a {
        color: #CD4779;
        font-size: 2.4rem;
        font-weight: 700;
        letter-spacing: 0.05em;
    }
    section .contact_area .tel a small {
        font-size: 1.7rem;
    }
section .contact_area .hour {
    display: block;
    color: #CD4779;
    font-size: 1.2rem;
    letter-spacing: 0.02em;
}

/* SP用
-------------------------------------------- */
@media only screen and (max-width: 767px) {

    .contents main > section {
        padding: 60px 0 80px;
    }
    .contents section.wide .container {
        width: auto;
        padding: 0 4%;
    }
    
    .contents main > section h2.texttitle {
        width: auto;
        background-repeat: no-repeat;
    }
        .contents main > section h2.texttitle em {
            font-size: 2.4rem;
            letter-spacing: 0.04em;
        }
        .contents main > section h2.texttitle em > span {
            font-size: 1.6rem;
        }

    section .lv2 {
        font-size: 2.2rem;
        letter-spacing: 0.04em;
        margin-bottom: 30px;
    }
    section .lv3 {
        font-size: 2.2rem;
        letter-spacing: 0.04em;
        margin-bottom: 30px;
    }
    section .lv4 {
        font-size: 2rem;
        letter-spacing: 0.04em;
    }
    section .lv5 {
        font-size: 2rem;
        letter-spacing: 0.04em;
        margin-bottom: 16px;
    }

    section .arrow {
        margin: 40px auto;
    }

    section ul.check li {
        font-size: 1.5rem;
        padding-left: 26px;
        background: url("../../images/lp/intima-laser/check_g.svg") 0 6px no-repeat;
        background-size: 16px auto;
        margin-bottom: 8px;
        text-align: left;
    }
    section ul.listdot li {
        font-size: 1.5rem;
    }

    section dl.text dt {
        font-size: 1.8rem;
    }
        section dl.text dt.border {
            margin-bottom: 20px;
        }
    section dl.text dd,
    section p.text {
        font-size: 1.5rem;
    }

    section .flexbox.sp_column {
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }
    section .flexbox.sp_column >* {
        width: 100%!important;
    }

    section .whitebox {
        padding: 60px 4% 40px;
        margin-top: 70px;
    }

    section .contact_area .buttonStyle.reserve a {
        display: block;
        width: auto;
        font-size: 2.0rem;
    }

    .sp-left {
        text-align: left;
    }
}

/* --------------------------------
■accentBox
-------------------------------- */
#accentBox {
    overflow: hidden;
    position: relative;
    width: 100%;
    min-width: 1228px;
    height: calc( 100vh - 125px);
    min-height: 680px;
    background: url("../../images/lp/intima-laser/mv_pc.jpg") bottom right no-repeat , #D4E3EA url("../../images/lp/intima-laser/mv_pc_repeat.jpg") top right repeat-y;
    background-size: contain , contain;
    margin-bottom: 0;
    padding: 0;
}
#accentBox .container {
    height: 100%;
    max-width: 1082px;
}
#accentBox .mv_txt {
    width: 680px;
    padding: 20px 0;
}
#accentBox .bbl {
    display: inline-block;
    color: #CD4779;
    font-size: 2.3rem;
    font-weight: 700;
    padding: 0 2em;
    text-align: center;
    position: relative;
}
    #accentBox .bbl::before,
    #accentBox .bbl::after {
        content: "";
        display: block;
        position: absolute;
        bottom: 0;
        width: 3px;
        height: 100%;
        background: #CD4779;
    }
    #accentBox .bbl::before {
        left: 20px;
        transform: rotate(-28deg);
    }
    #accentBox .bbl::after {
        right: 20px;
        transform: rotate(28deg);
    }
    #accentBox .bbl span {
        display: inline-block;
        width: 100%;
        height: 100%;
    }
    #accentBox .bbl span::before,
    #accentBox .bbl span::after {
        content: "";
        display: block;
        position: absolute;
        bottom: 0;
        width: 3px;
        height: 50%;
        background: #CD4779;
    }
    #accentBox .bbl span::before {
        left: 10px;
        transform: rotate(-42deg);
    }
    #accentBox .bbl span::after {
        right: 10px;
        transform: rotate(42deg);
    }
#accentBox h2.heading {
    font-size: 2.8rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    line-height: 1.5;
    margin-bottom: 30px;
}
    #accentBox h2.heading em {
        font-size: 3.7rem;
    }
    #accentBox h2.heading small {
        display: block;
        font-size: 2.6rem;
        font-weight: 400;
        letter-spacing: 0.1em;
        margin-bottom: 6px;
    }
#accentBox .explain {
    width: 420px;
    padding: 16px 44px 0;
    position: relative;
    display: inline-block;
    border-radius: 8px;
    background: #ffff;
    text-align: left;
    border: 2px solid #DEDEDE;
    margin-bottom: 20px;
}
    #accentBox .explain::before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 50%;
        border-style: solid;
        border-width: 20px 10px 0 10px;
        border-color: #DEDEDE transparent transparent;
        translate: -50% 100%;
    }
    #accentBox .explain::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 50%;
        border-style: solid;
        border-width: 15.5px 7.8px 0 7.8px;
        border-color: #fff transparent transparent;
        translate: -50% 100%;
        visibility: visible;
    }
#accentBox .explain p {
    color: #CD4779;
    font-size: 1.8rem;
}

/* SP用
-------------------------------------------- */
@media only screen and (max-width: 767px) {

    #accentBox {
        width: auto;
        height: auto;
        min-width: revert;
        background: #D4E3EA url("../../images/lp/intima-laser/mv_sp.jpg") no-repeat top center;
        background-size: cover;
    }
    #accentBox .mv_txt {
        width: 100%;
    }
    #accentBox .bbl {
        font-size: 1.8rem;
    }
    #accentBox h2.heading {
        font-size: 1.9rem;
        letter-spacing: 0.04em;
        margin-bottom: 20px;
    }
        #accentBox h2.heading em {
            font-size: 2.5rem;
            line-height: 1.3;
        }
        #accentBox h2.heading small {
            font-size: 1.8rem;
            letter-spacing: 0;
        }
    #accentBox .explain {
        width: 100%;
        padding: 16px;
        margin-top: 270px;
    }
}

/* --------------------------------
■intro
-------------------------------- */
#intro ul.list {
    max-width: 1082px;
    margin-inline: auto;
    gap: 0 23px;
}
#intro ul.list li {
    width: calc( 100% - (23px * 3) / 4);
}
#intro .explain {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    flex-direction: row-reverse;
}
#intro .explain .image {
    flex-shrink: 0;
    margin: 0;
}
#intro .explain dl.text {
    flex-grow: 1;
    padding-left: 73px;
    max-width: 587px;
}
#intro .explain dl.text dt {
    font-size: 2.8rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    padding-bottom: 30px;
    margin-bottom: 36px;
    position: relative;
}
    #intro .explain dl.text dt::after {
        content: "";
        position: absolute;
        bottom: 0;
        display: block;
        width: 3em;
        border-bottom: solid 2px #CD4779;
    }

/* SP用
-------------------------------------------- */
@media only screen and (max-width: 767px) {

    #intro ul.list {
        flex-wrap: wrap;
        gap: 20px 4%;
    }
    #intro ul.list li {
        width: 48%;
    }
    #intro .explain {
        flex-direction: column;
    }
    #intro .explain dl.text {
        max-width: 100%;
        padding: 0px 4% 30px;
    }
    #intro .explain dl.text dt {
        font-size: 1.8rem;
        letter-spacing: 0.04em;
        padding-bottom: 12px;
        margin-bottom: 24px;
    }
}

/* --------------------------------
■treatment
-------------------------------- */
#treatment ul.list {
    gap: 0 34px;
    margin: 100px auto 70px;
    align-items: stretch;
}
#treatment ul.list li {
    width: calc(( 100% - 34px) / 2);
    background: #F5F2ED;
    border-radius: 8px;
    padding: 52px;
    position: relative;
}
#treatment ul.list li > .no {
    content: "";
    position: absolute;
    top: -43px;
    left: 0;
    right: 0;
    margin-inline: auto;
    width: 100px;
    height: 71px;
}
    #treatment ul.list li:last-child > .no {
        width: 115px;
        height: 59px;
    }

/* SP用
-------------------------------------------- */
@media only screen and (max-width: 767px) {

    #treatment ul.list {
        gap: 60px;
        margin: 60px auto 50px;
    }
    #treatment ul.list li {
        padding: 50px 4% 30px;
    }
    #treatment ul.list li > .no {
        top: -30px;
        zoom: 0.8;
    }
}

/* --------------------------------
■about
-------------------------------- */
#about .container {
    position: relative;
}
    #about .container::before {
        content: "";
        position: absolute;
        background: url("../../images/lp/intima-laser/about1.png") 0 0 no-repeat;
        width: 299px;
        height: 255px;
        left: -145px;
        top: -160px;
        visibility: inherit;
    }
#about .lv3 span {
    display: block;
    font-size: 3.2rem;
    letter-spacing: 0.08em;
    margin-bottom: 18px;
}
#about .whitebox {
    position: relative;
}
    #about .container .whitebox::before {
        content: "";
        position: absolute;
        background: url("../../images/lp/intima-laser/about2.png") 0 0 no-repeat;
        width: 330px;
        height: 282px;
        right: -137px;
        top: -220px;
        visibility: inherit;
    }
#about ul.list {
    flex-wrap: wrap;
    align-items: stretch;
    gap: 26px;
    margin: 42px auto 0;
}
#about ul.list > li {
    width: calc(( 100% - 26px) / 2);
    background: #F5F2ED;
    border-radius: 8px;
    overflow: hidden;
    padding: 48px;
    position: relative;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
#about ul.list > li li {
    font-size: 1.8rem;
    text-align: center;
    background: url("../../images/lp/intima-laser/check_w.svg") 0 50% no-repeat;
    margin-bottom: 0;
}
#about ul.list > li li small {
    font-size: 1.4rem;
}

/* SP用
-------------------------------------------- */
@media only screen and (max-width: 767px) {

    #about .container::before {
        zoom: 0.4;
        left: 4%;
        top: -290px;
    }
    #about .lv3 span {
        font-size: 1.8rem;
        letter-spacing: 0.04em;
        margin-bottom: 4px;
    }
    #about .container .whitebox::before {
        zoom: 0.4;
        right: 0;
        top: -150px;
    }
    #about ul.list {
        margin-top: 20px;
    }
    #about ul.list > li {
        padding: 20px 4%;
        justify-content: flex-start;
    }
    #about ul.list > li li {
        font-size: 1.6rem;
        padding-left: 26px;
        background: url("../../images/lp/intima-laser/check_w.svg") 0 6px no-repeat;
        background-size: 16px auto;
        text-align: left;
    }
}

/* --------------------------------
■features
-------------------------------- */
#features ul.list {
    max-width: 1082px;
    margin: 90px auto 0;
    flex-direction: column;
    gap: 122px 0;
}
#features ul.list li {
    position: relative;
}
    #features ul.list li::after {
        content: "";
        position: absolute;
        bottom: 0;
        right: 0;
        width: 100%;
        height: calc( 100% - 115px);
        max-height: 407px;
        background: #F5F2ED;
        z-index: -2;
        margin-right: calc(50% - 50vw);
        padding-right: calc(50vw - 50%);
    }
    #features ul.list li:nth-child(even)::after {
        right: auto;
        left: 0;
        margin-right: 0;
        padding-right: 0;
        margin-left: calc(50% - 50vw);
        padding-left: calc(50vw - 50%);
    }
#features ul.list li .flexbox {
    flex-wrap: nowrap;
    align-items: flex-start;
}
    #features ul.list li:nth-child(even) .flexbox {
        flex-direction: row-reverse;
    }
#features dl.text {
    flex: 1 1 595px;
    padding: 54px 50px;
    position: relative;
    z-index: 0;
    margin-top: 120px;
}
#features dl.text dt {
    position: absolute;
    top: -110px;
    width: 100%;
    color: #333;
    font-size: 2.7rem;
    letter-spacing: 0.1em;
    line-height: 1.5;
    display: flex;
    align-items: center;
    gap: 0 20px;
}
    #features ul.list li:nth-child(odd) dl.text dt {
        left: 0;
    }
#features dl.text dd {
    font-size: 1.7rem;
    line-height: 1.8;
}
#features ul.list .image {
    flex: 1 1 487px;
    z-index: 1;
}
    #features ul.list .image img {
        width: 100%;
        object-fit: cover;
        border-radius: 8px;
        overflow: hidden;
    }

/* SP用
-------------------------------------------- */
@media only screen and (max-width: 767px) {

    #features ul.list {
        margin-top: 30px;
        gap: 40px 0;
    }
        #features ul.list li::after {
            right: auto;
            left: -4%;
            width: 100vw;
            max-height: 100%;
            margin: auto;
            padding: 0;
        }
    #features ul.list li .flexbox,
    #features ul.list li:nth-child(even) .flexbox {
        flex-direction: column-reverse;
    }
    #features dl.text {
        flex: initial;
        padding: 0;
        margin-top: 0;
        margin-bottom: 30px;
    }
    #features dl.text dt {
        position: static;
        font-size: 1.8rem;
        letter-spacing: 0.04em;
        margin-bottom: 8px;
        gap: 0 10px;
    }
    #features dl.text dt .no img {
        zoom: 0.8;
    }
    #features dl.text dd {
        font-size: 1.5rem;
    }
    #features ul.list .image {
        flex: initial;
    }
}

/* --------------------------------
■flow
-------------------------------- */
#flow ul.flow_list {
    max-width: 872px;
    margin: 76px auto 0;
    flex-direction: column;
}
#flow ul.flow_list li .flexbox {
    flex-wrap: nowrap;
    align-items: flex-start;
    gap: 0 46px
}
#flow ul.flow_list .image {
    width: 210px;
    flex-shrink: 0;
}
    #flow ul.flow_list .image img {
        width: 100%;
        object-fit: cover;
        border-radius: 8px;
        overflow: hidden;
    }
#flow ul.flow_list dl.text {
    width: calc( 100% - 210px - 46px);
}
#flow ul.flow_list dl.text dt {
    display: flex;
    align-items: center;
    gap: 0 20px;
    margin-bottom: 8px;
}
#flow .arrow {
    display: inline-block;
    width: 28px;
    height: 11px;
    margin: 24px auto;
    left: 90px;
}
    #flow .arrow::before,
    #flow .arrow::after {
        left: calc(50% - 0.5px);
        width: 1px;
        height: 17.9px;
        transform-origin: 50% calc(100% - 0.5px);
    }
    #flow .arrow::before {
        transform: rotate(59.75deg);
    }
    #flow .arrow::after {
        transform: rotate(-59.75deg);
    }
#flow .whitebox {
    padding: 50px 73px;
    margin: 90px auto 120px;
}
#flow ul.effect_list {
    flex-direction: column;
    gap: 80px 0;
}
#flow ul.effect_list li {
    background: #F5F2ED;
    border-radius: 8px;
    padding: 70px 105px 54px;
    text-align: center;
    width: 100%;
}
#flow ul.effect_list dt {
    font-size: 2.7rem;
}
#flow ul.effect_list dd.lv5 {
    color: #CD4779;
    font-size: 2.4rem;
}
#flow ul.effect_list dd.image {
    margin-top: 50px;
}

/* SP用
-------------------------------------------- */
@media only screen and (max-width: 767px) {

    #flow ul.flow_list {
        margin-top: 30px;
        gap: 40px 0;
    }
    #flow ul.flow_list li .flexbox {
        gap: 20px;
    }
    #flow .arrow {
        display: block;
        width: 56px;
        height: 22px;
        margin: 16px auto 20px;
        left: 0;
    }
        #flow .arrow::before,
        #flow .arrow::after {
            content: "";
            position: absolute;
            bottom: 0;
            left: calc(50% - 1px);
            width: 2px;
            height: 35.6px;
            border-radius: 9999px;
            background: #cd4779;
            transform-origin: 50% calc(100% - 1px);
        }
    #flow ul.flow_list dl.text dt {
        gap: 0 10px;
    }
    #flow .whitebox {
        padding: 30px 4%;
        margin: 30px auto 40px;
    }
    #flow ul.effect_list {
        gap: 30px 0;
    }
    #flow ul.effect_list li {
        padding: 40px 4%;
    }
    #flow ul.effect_list dt {
        font-size: 2rem;
    }
    #flow ul.effect_list dd.lv5 {
        font-size: 1.8rem;
    }
    #flow ul.effect_list dd.image {
        margin-top: 20px;
    }
}

/* --------------------------------
■price
-------------------------------- */
#price table {
    width: 100%;
    box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.08);
    margin: 20px auto;
}
#price table th,
#price table td {
    width: 50%;
    font-size: 2.4rem;
    font-weight: 500;
    letter-spacing: 0;
    padding: 29px 1em;
    border-bottom: 1px solid #E9E9E9;
    background:#F5F2ED;
    text-align: center;
}
#price table td {
    color: #CD4779;
    background: #fff;
    letter-spacing: 0.1em;
    padding: 29px 4em;
    text-align: left;
}
    #price table td span {
        color: #333;
        font-size: 1.4rem;
        letter-spacing: 0;
        padding-left: 1em;
    }

/* SP用
-------------------------------------------- */
@media only screen and (max-width: 767px) {

    #price h2.texttitle {
        margin-bottom: 30px;
    }
    #price table {
        margin: 10px auto;
    }
    #price table th,
    #price table td {
        display: block;
        width: auto;
        font-size: 1.8rem;
        padding: 20px 10px;
        text-align: center;
    }
    #price table td span {
        display: block;
    }
}

/* --------------------------------
■contact_sec
-------------------------------- */
.contact_sec {
    background: url("../../images/lp/intima-laser/pattern.jpg") 0 50% no-repeat;
}
.contact_sec .lv4 {
    font-size: 3.2rem;
    margin-bottom: 47px;
}
.contact_sec .contact_area .buttonStyle.reserve a {
    width: 564px;
    font-size: 3.1rem;
    border-radius: 45px;
}
    .contact_sec .contact_area .buttonStyle.reserve a span {
        background: url("../../images/lp/intima-laser/reserve.svg") 0 50% no-repeat;
        padding: 5px 0 5px 60px;
    }
.contact_sec .contact_area .tel a {
    font-size: 3.7rem;
}
    .contact_sec .contact_area .tel a small {
        font-size: 2.6rem;
    }
.contact_sec .contact_area .hour {
    font-size: 1.8rem;
}

/* SP用
-------------------------------------------- */
@media only screen and (max-width: 767px) {

    .contact_sec {
        padding: 60px 0!important;
    }
    .contact_sec .lv4 {
        font-size: 2rem;
        margin-bottom: 20px;
    }
    .contact_sec .contact_area .buttonStyle.reserve a {
        display: block;
        width: auto;
        font-size: 2.0rem;
    }
    .contact_sec .contact_area .tel a {
        font-size: 2.4rem;
    }
    .contact_sec .contact_area .hour {
        font-size: 1.2rem;
    }
}

/* --------------------------------
■faq
-------------------------------- */
#faq {
    padding-bottom: 74px!important;
}
#faq dl.faq_list {
    max-width: 1018px;
    margin-inline: auto;
}
#faq dl.faq_list dt,
#faq dl.faq_list dd {
    letter-spacing: 0.1em;
    padding: 32px 32px 32px 93px;
    position: relative;
}
#faq dl.faq_list dt {
    color: #CD4779;
    font-size: 2rem;
    background: #fff;
    overflow: hidden;
}
#faq dl.faq_list dd {
    font-size: 1.5rem;
    letter-spacing: 0.06em;
    line-height: 1.8;
}
    #faq dl.faq_list dt::before,
    #faq dl.faq_list dd::before {
        position: absolute;
        content: "Q";
        left: 30px;
        top: 24px;
        width: 42px;
        height: 42px;
        display: inline-block;
        color: #fff;
        font-size: 2rem;
        letter-spacing: 0;
        line-height: 42px;
        text-align: center;
        padding: 0;
        background: #CD4779;
        border: 1px solid #CD4779;
        border-radius: 50%;
    }
    #faq dl.faq_list dd::before {
        content: "A";
        color: #CD4779;
        background: #fff;
    }
    #faq dl.faq_list dd:nth-last-of-type(n+3)::before {
        top: 38px;
    }
#faq dl.faq_list dd .asterisk {
    font-size: 1.5rem;
    margin-top: 4px;
    margin-bottom: 0;
}

/* SP用
-------------------------------------------- */
@media only screen and (max-width: 767px) {

    #faq {
        padding-bottom: 40px!important;
    }
    #faq dl.faq_list dt,
    #faq dl.faq_list dd {
        font-size: 1.6rem;
        letter-spacing: 0;
        padding: 20px 4% 20px calc( 8% + 32px);
    }
    #faq dl.faq_list dd {
        font-size: 1.5rem;
        letter-spacing: 0;
    }
        #faq dl.faq_list dt::before,
        #faq dl.faq_list dd::before,
        #faq dl.faq_list dd:nth-last-of-type(n+3)::before {
            left: 4%;
            top: 20px;
            width: 32px;
            height: 32px;
            font-size: 1.6rem;
            line-height: 32px;
        }
}

/* --------------------------------
■unable
-------------------------------- */
#unable ul.list li {
    background: #F5F2ED;
    border-radius: 8px;
    padding: 70px 105px 54px;
    text-align: center;
    width: 100%;
}
#unable ul.list dt {
    font-size: 2.7rem;
}

/* SP用
-------------------------------------------- */
@media only screen and (max-width: 767px) {

    #unable ul.list li {
        padding: 40px 4%;
    }
    #unable ul.list dt {
        font-size: 2rem;
    }
}

/* --------------------------------
■doctor
-------------------------------- */
#doctor {
    margin: 92px 40px;
    width: calc( 100% - 80px);
}
#doctor .container {
    max-width: 1018px;
}
#doctor .doctor_about {
    margin-bottom: 57px;
}
#doctor .doctor_about dl.text {
    width: 425px;
}
#doctor dl.text dd {
    font-size: 3rem;
    line-height: 1.5;
}
    #doctor dl.text dd span {
        display: block;
        font-size: 1.5rem;
    }
#doctor .doctor_about p.image {
    width: 525px;
}
#doctor .doctor_history {
    align-items: flex-start;
    margin-bottom: 40px;
}
#doctor .doctor_history .left_area {
    width: 425px;
}
#doctor .doctor_history .right_area {
    width: 525px;
}
#doctor .doctor_history dt {
    font-size: 1.7rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    text-align: center;
    margin-bottom: 18px;
}
    #doctor .doctor_history dt::after {
        content:"";
        flex-grow: 1;
        border-bottom: 1px dashed #333;
        margin-left: 12px;
        padding-right: 15px;
    }
#doctor .doctor_history dd ul {
    display: flex;
    flex-direction: column;
    gap: 8px;
    font-size: 1.5rem;
    letter-spacing: 0.02em;
    line-height: 1.5;
}
#doctor .doctor_msg {
    border-top: 1px dashed #333;
    padding-top: 40px;
}

/* SP用
-------------------------------------------- */
@media only screen and (max-width: 767px) {

    #doctor {
        width: auto;
        margin: 0 -4%;
    }
    #doctor dl.text dt {
        margin-bottom: 30px;
    }
    #doctor dl.text dd {
        font-size: 2.2rem;
    }
        #doctor dl.text dd span {
            font-size: 1.4rem;
        }
    #doctor .doctor_about {
        margin-bottom: 30px;
    }
    #doctor .doctor_history {
        margin-bottom: 30px;
    }
    #doctor .doctor_msg {
        padding-top: 30px;
    }
}

/* --------------------------------
■access
-------------------------------- */
#access {
    margin-bottom: 0;
    padding: 100px 0 72px 0;
    background:url("../../images/top/foot-background.jpg") 0 50% repeat;
    background-size:cover;
}
#access .container {
    width: 1000px;
}
#access div.information {
    overflow: hidden;
    margin-bottom: 30px;
}
#access div.information dl.signature {
    float: left;
    width: 400px;
    margin-top: 15px;
}
    #access div.information dl.signature dt {
        margin-bottom: 25px;
    }
    #access div.information dl.signature dd p.address {
        margin-bottom: 17px;
        font-size: 1.3rem;
    }
    #access div.information dl.signature dd p.tel a {
        margin-bottom: 0;
        font-size: 3.2rem;
        padding-left: 25px;
        background: url("../../images/common/icon/tel-black.png") 0 50% no-repeat;
        color: #333;
        font-family: "Times New Roman", Symbol;
        line-height: 1.1;
    }
    #access div.information dl.signature dd p.buttonStyle {
        text-align: left;
    }
    #access div.information .table {
        width: 431px;
        float: right;
    }
    #access div.information .table .note {
        margin: 9px 0 0 0;
        font-size: 1.4rem;
    }
    #access p.buttonStyle {
        text-align: right;
    }

/* SP用
-------------------------------------------- */
@media only screen and (max-width: 767px) {

    #access {
        margin-bottom: 0;
        padding: 9% 4%;
    }
    #access .container {
        width: auto;
        margin-left: 0;
        margin-right: 0;
        padding: 0;
    }
    #access div.information {
        overflow: hidden;
        margin-bottom: 30px;
    }
    #access div.information dl.signature {
        float: none;
        width: auto;
        margin-top: 10px;
    }
        #access div.information dl.signature dt {
            margin-bottom: 4%;
        }
    #access div.information .table {
        width: auto;
        float: none;
    }
    #access div.information .table .note {
        margin: 9px 0 0 0;
        font-size: 1.4rem;
    }
    #access p.buttonStyle{
        text-align: right;
    }
}

/* --------------------------------
■schedule
-------------------------------- */
table.schedule th,
table.schedule td {
    text-align: center;
    padding: 12px 0;
    border-bottom: 1px solid #a0a0a0;
}
table.schedule tbody tr:last-child th,
table.schedule tbody tr:last-child td {
    border-bottom: 0;
}
table.schedule th {
    width: 10%;
}
table.schedule .head {
    width: auto;
    text-align: left;
}
table.schedule td small {
    display: inline-block;
    line-height: 1.1;
    font-size: 1rem;
}

/* SP用
-------------------------------------------- */
@media only screen and (max-width: 767px) {

    table.schedule th {
        width: 12%;
    }
    table.schedule .head {
        width: auto;
        text-align: left;
        font-size: 1.4rem;
    }
}