@charset "utf-8";

/* ==================================================================
    starformer.css

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

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

.contents section.wide .container {
    max-width: 1082px;
    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: 1.8rem;
        color: #CD4779;
    }

section .lv2 {
    font-size: 4rem;
    letter-spacing: 0.1em;
    line-height: 1.5;
    margin-bottom: 40px;
}
section .lv3 {
    font-size: 3.8rem;
    letter-spacing: 0.08em;
    line-height: 1.5;
    margin-bottom: 0;
}
section .lv4 {
    font-size: 3.2rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    line-height: 1.5;
    margin-bottom: 0;
}
section .lv5 {
    color: #CD4779;
    font-size: 2.8rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    line-height: 1.5;
    margin-bottom: 0;
}
section p.fukidashi {
    position: relative;
    padding: 8px 29px;
    border: 1px solid #CD4779;
    background-color: #fff;
    border-radius: 41px;
    color: #CD4779;
    font-size: 1.7rem;
    font-weight: 700;
    width: fit-content;
    margin: 0 auto 20px;
}
    section p.fukidashi::before {
        content: "";
        position: absolute;
        top: 100%;
        left: calc(50% - 8px);
        transform: skew(33deg);
        height: 16px;
        width: 16px;
        border-left: 1px solid #CD4779;
        background-color: #fff;
    }

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;
    letter-spacing: 0.1em;
    margin-bottom: 50px;
    padding-left: 36px;
    background: url("../../images/lp/starformer/check_p.svg") 0 0 no-repeat;
}
    section ul.check li:last-child {
        margin-bottom: 0;
    }
    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 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: 25px;
        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: 29px;
    margin-top: 38px;
}
section .whitebox p {
    margin-bottom: 0;
}

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;
        text-align: center;
        box-sizing: border-box;
    }
    section .contact_area .buttonStyle.reserve a span {
        background: none;
        padding: 5px;
    }
section .contact_area .tel {
    margin-bottom: 0;
    text-align: center;
}
    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;
        z-index: 0;
    }
        .contents main > section::before {
            zoom: 60%;
            z-index: -1;
        }

    .contents section.wide .container {
        width: auto;
        padding: 0 4%;
    }
    
    .contents main > section h2.texttitle {
        width: auto;
        background-repeat: no-repeat;
        margin-bottom: 32px;
    }
        .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;
    }
    section .lv4 {
        font-size: 2rem;
        letter-spacing: 0.04em;
    }
    section .lv5 {
        font-size: 2rem;
        letter-spacing: 0.04em;
        margin-bottom: 16px;
    }

    section .arrow {
        margin: 30px auto;
    }

    section ul.check li {
        font-size: 1.5rem;
        letter-spacing: 0.04em;
        padding-left: 26px;
        background-position: 0 6px;
        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;
        text-align: left;
    }

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

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

    section .contact_area .buttonStyle.reserve a {
        display: block;
        width: auto;
    }

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

/* --------------------------------
■accentBox
-------------------------------- */
#accentBox {
    overflow: hidden;
    position: relative;
    width: 100%;
    min-width: 1082px;
    height: calc( 100vh - 125px - 156px);
    min-height: 504px;
    background: #e1effc url("../../images/lp/starformer/mv_pc.jpg") no-repeat bottom right;
    background-size: auto 100%;
    margin-bottom: 0;
    padding: 0;
}
#accentBox .container {
    height: 100%;
}
#accentBox .mv_txt {
    width: 680px;
    padding: 20px 0;
}
#accentBox h2.heading {
    font-size: 2.8rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    line-height: 1.5;
    margin-bottom: 20px;
    text-align: left;
}
    #accentBox h2.heading em {
        font-size: 3.7rem;
        display: inline-block;
        background-color: #fff;
        padding: 10px  10px;
        margin-bottom: 7px;
    }
#accentBox .explain p {
    font-size: 1.5rem;
    letter-spacing: 0.1em;
    line-height: 1.6;
    text-align: left;
    margin-bottom: 38px;
}
#accentBox .contact_area {
    max-width: 420px;
    text-align: center;
}

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

    #accentBox {
        width: auto;
        height: auto;
        min-width: revert;
        background: url("../../images/lp/starformer/mv_sp.jpg") no-repeat top center;
        background-size: cover;
        position: relative;
        min-height: 631px;
    }
    #accentBox .mv_txt {
        width: 100%;
        padding: 29px 0;
    }
    #accentBox h2.heading {
        font-size: 1.9rem;
        letter-spacing: 0.04em;
        margin-bottom: 0;
    }
        #accentBox h2.heading em {
            font-size: 2.4rem;
            line-height: 1.3;
            padding: 10px  6px;
        }
    #accentBox .explain p {
        letter-spacing: 0;
    }
    #accentBox .contact_area {
        position: absolute;
        bottom: 12px;
        right: 0;
        left: 0;
        margin: 0 auto;
        width: calc(100% - 8%);
    }
    #accentBox .contact_area p.text {
        text-align: center;
        text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
    }
    #accentBox .contact_area p.tel {
        text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
    }
}

/* --------------------------------
■intro
-------------------------------- */
#intro::before {
    position: absolute;
    content: url("../../images/lp/starformer/img1.png");
    top: -146px;
    right: -153px;
}
#intro ul.list {
    align-items: flex-start;
    margin-inline: auto;
    margin-top: 64px;
    gap: 0 30px;
}
#intro ul.list li {
    width: calc( 100% - (30px * 3) / 4);
}
#intro ul.list li span {
    display: block;
    font-size: 1.8rem;
    text-align: center;
    margin-top: 22px;
}

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

    #intro::before {
        top: -42px;
        right: -231px;
    }
    #intro ul.list {
        flex-wrap: wrap;
        gap: 20px 4%;
        margin-top: 30px;
    }
    #intro ul.list li {
        width: 48%;
    }
    #intro ul.list li span {
        font-size: 1.5rem;
        margin-top: 12px;
        text-align: left;
    }
}

/* --------------------------------
■starFormer
-------------------------------- */
#starFormer::before {
    position: absolute;
    content: url("../../images/lp/starformer/img2.png");
    top: -123px;
    left: -37px;
}
#starFormer .explain {
    align-items: flex-start;
    justify-content: space-between;
    gap: 0 66px;
}
#starFormer .explain .image {
    flex-shrink: 0;
    margin: 0;
}
#starFormer .explain .text {
    font-size: 1.7rem;
    letter-spacing: 0.04em;
    line-height: 2;
    max-width: 529px;
}
#starFormer ul.list {
    flex-wrap: wrap;
    align-items: stretch;
    gap: 26px;
    margin: 42px auto 0;
}
#starFormer ul.list > li {
    width: calc(( 100% - 26px) / 2);
    background: #F5F2ED;
    border-radius: 8px;
    overflow: hidden;
    padding: 38px 55px;
    position: relative;
    margin-bottom: 0;
    display: flex;
    align-items: center;
}
#starFormer ul.list > li li {
    font-size: 1.8rem;
    text-align: center;
    background: url("../../images/lp/starformer/check_w.svg") 0 50% no-repeat;
    margin-bottom: 0;
}
#starFormer ul.list > li li small {
    font-size: 1.4rem;
}

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

    #starFormer::before {
        top: -134px;
        left: -120px;
    }
    #starFormer h2.texttitle em {
        font-size: 2.2rem;
        letter-spacing: 0;
    }
    #starFormer .explain {
        flex-direction: column;
        gap: 20px;
    }
    #starFormer .explain .text {
        font-size: 1.5rem;
        letter-spacing: 0;
        line-height: 1.8;
    }
    #starFormer ul.list {
        margin-top: 20px;
        gap: 20px
    }
    #starFormer ul.list > li {
        padding: 20px 4%;
        justify-content: flex-start;
    }
    #starFormer ul.list > li li {
        font-size: 1.6rem;
        padding-left: 26px;
        text-align: left;
        background-position: 0 6px;
        background-size: 16px auto;
    }
}

/* --------------------------------
■support
-------------------------------- */
#support::before {
    position: absolute;
    content: url("../../images/lp/starformer/img3.png");
    top: -26px;
    left: 0;
}
#support ul.list {
    gap: 44px 40px;
    flex-wrap: wrap;
    align-items: start;
}
#support ul.list li {
    width: calc(( 100% - 80px) / 3);
}
#support .image {
    margin-bottom: 20px;
}
#support dl.text dt {
    color: #333;
    font-size: 2.2rem;
    letter-spacing: 0.08em;
    line-height: 1.6;
    text-align: center;
    margin-bottom: 12px;
}
#support dl.text dd {
    font-size: 1.6rem;
    letter-spacing: 0.04em;
    line-height: 2;
}

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

    #support ul.list {
        gap: 40px 0;
    }
    #support .image {
        margin-bottom: 12px;
    }
        #support .image img {
            width: 100%;
        }
    #support dl.text dt {
        font-size: 2rem;
        letter-spacing: 0.04em;
        margin-bottom: 8px;
        text-align: left;
    }
    #support dl.text dd {
        font-size: 1.5rem;
        letter-spacing: 0;
        line-height: 1.8;
    }
}

/* --------------------------------
■report
-------------------------------- */
#report::before {
    position: absolute;
    content: url("../../images/lp/starformer/img4.png");
    top: -96px;
    right: -49px;
}
#report p.text {
    font-size: 1.7rem;
    letter-spacing: 0.04em;
    line-height: 2;
}
#report .checkbox {
    padding: 44px 34px;
    border-radius: 8px;
    box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.08);
    margin-top: 33px;
}
#report ul.list {
    gap: 0 34px;
    margin: 77px auto 0;
    align-items: stretch;
}
#report ul.list li {
    width: calc(( 100% - 34px) / 2);
    background: #F5F2ED;
    border-radius: 8px;
    padding: 52px 52px 40px;
    position: relative;
}
#report ul.list li > .no {
    content: "";
    position: absolute;
    top: -26px;
    left: 0;
    right: 0;
    margin-inline: auto;
    width: 100px;
    height: 71px;
}
    #report ul.list li:last-child > .no {
        width: 115px;
        height: 59px;
    }

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

    #report::before {
        top: -120px;
        right: -102px;
    }
    #report p.text {
        font-size: 1.5rem;
        letter-spacing: 0;
        line-height: 1.8;
    }
    #report .checkbox {
        padding: 30px;
    }
    #report ul.list {
        gap: 60px;
        margin-top: 60px;
    }
    #report ul.list li {
        padding: 50px 4% 30px;
    }
    #report ul.list li > .no {
        top: -30px;
        zoom: 0.8;
    }
}

/* --------------------------------
■flow
-------------------------------- */
#flow::before {
    position: absolute;
    content: url("../../images/lp/starformer/img2.png");
    top: -70px;
    left: -37px;
    transform: rotate(-15deg);
}
#flow ul.list {
    gap: 0 31px;
    align-items: start;
}
#flow ul.list li {
    width: calc(( 100% - 62px) / 3);
    position: relative;
}
    #flow ul.list li:not(:last-child)::before,
    #flow ul.list li:not(:last-child)::after {
        content: "";
        position: absolute;
        top: 140px;
        right: -23px;
        width: 19.4px;
        height: 2px;
        border-radius: 9999px;
        background-color: #CD4779;
        transform-origin: calc(100% - 1px) 50%;
    }
    #flow ul.list li:not(:last-child)::before {
        transform: rotate(50.85deg);
    }
    #flow ul.list li:not(:last-child)::after {
        transform: rotate(-50.85deg);
    }
#flow .image {
    margin-bottom: 20px;
}
#flow  dl.text dt {
    font-size: 2rem;
    letter-spacing: 0.08em;
    line-height: 1.65;
    text-align: center;
    margin-bottom: 8px;
}
#flow dl.text dd {
    font-size: 1.6rem;
    letter-spacing: 0.04em;
    line-height: 1.75;
    text-align: center;
}

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

    #flow::before {
        top: -134px;
        left: -60px;
    }
    #flow h2.texttitle {
        margin-bottom: 0;
    }
    #flow ul.list {
        gap: 40px 0;
    }
        #flow ul.list li:not(:last-child)::before,
        #flow ul.list li:not(:last-child)::after {
            top: auto;
            bottom: -40px;
            right: 0;
            left: 0;
            margin: 0 auto;
            width: 2px;
            height: 37.1px;
            transform-origin: 50% calc(100% - 1px);
        }
        #flow ul.list li:not(:last-child)::before {
            transform: rotate(61.1deg);
        }
        #flow ul.list li:not(:last-child)::after {
            transform: rotate(-61.1deg);
        }
    #flow .image {
        margin-bottom: 12px;
    }
        #flow .image img {
            width: 100%;
        }
    #flow ul.list dl.text dt {
        font-size: 2rem;
        letter-spacing: 0.04em;
    }
    #flow ul.list dl.text dd {
        font-size: 1.5rem;
        letter-spacing: 0;
    }
}

/* --------------------------------
■faq
-------------------------------- */
#faq {
    padding-bottom: 74px!important;
}
    #faq::before {
        position: absolute;
        content: url("../../images/lp/starformer/img5.png");
        top: -18px;
        right: 0;
    }
#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: #FFFBF1;
    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;
    }

/* 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;
        }
}

/* --------------------------------
■price
-------------------------------- */
#price::before {
    position: absolute;
    content: url("../../images/lp/starformer/img4.png");
    top: -52px;
    right: -57px;
}
#price table {
    width: 100%;
    box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.08);
    margin-top: 33px;
}
#price table th,
#price table td {
    width: 50%;
    font-size: 2.4rem;
    font-weight: 500;
    letter-spacing: 0;
    padding: 22px 1em;
    border-bottom: 1px solid #E9E9E9;
    background:#F5F2ED;
    text-align: center;
}
#price table td {
    color: #CD4779;
    background: #fff;
    letter-spacing: 0.1em;
    padding: 22px 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::before {
        top: -120px;
        right: -102px;
    }
    #price h2.texttitle {
        margin-bottom: 30px;
    }
    #price table {
        margin-top: 30px;
    }
    #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_sec1 {
    background: url("../../images/lp/starformer/pattern.jpg") 0 50% no-repeat;
    padding: 40px 0 50px;
}
.contact_sec .lv4 {
    font-size: 3.2rem;
    line-height: 1.6;
    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 {
        padding: 12px;
    }
.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 .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 .buttonStyle.reserve a span {
            padding: 5px;
        }
    .contact_sec .contact_area .tel a {
        font-size: 2.4rem;
    }
        .contact_sec .contact_area .tel a small {
            font-size: 1.7rem;
        }
    .contact_sec .contact_area .hour {
        font-size: 1.2rem;
    }
}

/* --------------------------------
■doctor
-------------------------------- */
#doctor {
    margin: 40px 40px 100px;
    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;
    }
}