@charset "utf-8";
.low h1:before, .contents>h2.mvh2 span:first-child:before {
    content: "PR";
    background: #000;
    color: #fff;
    text-align: center;
    margin-right: 1rem;
    font-size: 16px;
    width: fit-content;
    padding: 0 1rem;
    line-height: 1.5;
    text-shadow: none;
    z-index: 1000;
    margin-left: 0;
    position: relative;
    left: 0;
    display: inline-block;
    height: unset;
    margin-left: -4.5rem;
}

.low h1.non-pr:before{
    content: none;
}
header .rightTxt:before {
    content: "PR";
    display: inline-block;
    background: #000;
    color: #fff;
    text-align: center;
    width: fit-content;
    margin-right: 1rem;
    font-size: 16px;
    padding: 0 1rem;
    line-height: 1.5;
    text-shadow: none;
    float: left;
    margin-bottom: 1rem;
}
/*----------------------------------------------------
    PC/SPサイト共通css
----------------------------------------------------*/
html {
    scroll-behavior: smooth;
}

::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background: #fff;
    border: none;
    border-radius: 10px;
    box-shadow: inset 0 0 2px #dddddd;
}

::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 10px;
    box-shadow: none;
}

#pankuzu .area-ttl,
.l-sidebar .area-ttl,
.page-footer .area-ttl {
    display: none;
}

.contents img {
    max-width: 600px;
    margin: 0 auto;
}

/*-エリアページ上部_免責事項-*/

.disclaimer-txt {
    background: #f0f8fa;
    color: #666666;
    margin: 2rem;
    padding: 1rem 2rem;
}

.caption {
    font-size: 8px;
    color: #8A8A8A;
    text-align: center;
    overflow-y: hidden;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    scrollbar-width: thin;
    scrollbar-color: #C0C0C0 #eee;
}

.caption::-webkit-scrollbar,
.doctorinfo_name::-webkit-scrollbar {
    height: 5px;
}

/*-エリアページ 共通パーツ訴求str-*/
.contents .pickup-clinic {
    background: #dcf0f6;
    padding: 1.0rem 0;
    margin: 5rem -10px;
}

.contents .pickup-clinic .ttl {
    color: #02284d;
    text-align: center;
    font-weight: bold;
    font-size: 1.2rem;
    margin: 2rem;
}

.contents .pickup-clinic .imgarea {
    margin: 5px 0;
    text-align: center;
}

.contents .pickup-clinic .imgarea img {}

.contents .pickup-clinic .imgarea .caption {}

.contents .pickup-clinic .iconarea {
    padding: 1.5rem;
}

.contents .pickup-clinic .iconarea .ttl {
    background: #f5fdff;
    margin: 0;
    padding: 1rem;
    border-bottom: solid 1px #022858;
    text-align: left;
}

.contents .pickup-clinic .iconarea ul {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    background: #f5fdff;
    padding: 10px;
}

.contents .pickup-clinic .iconarea ul li {
    width: calc(90%/2);
    margin: 0.4em auto;
    border-radius: 4px;
    text-align: center;
    font-size: 1rem;
    height: 3.0rem;
    line-height: 1.3;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
    background: #0e9ebf;
    border: none;
    font-weight: bold;
    padding-left: unset;
    padding: 0.5rem 0;
}

.contents .pickup-clinic .iconarea ul li::before {
    content: unset;
}

.contents .pickup-clinic .textarea {
    padding: 1.5rem;
}

/*-クリニックページ str-*/
.contents .clinic-prtop {
    text-align: center;
    margin: 2rem 0;
}

.contents .clinic-prtop p {
    margin-bottom: 2rem;
}

/*-エリアページクリニック_タブ str-*/

.container {
    margin-top: 15px;
}

.tab-group,
.tab-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    zoom: 1;
    /* Fix for IE7 */
    *display: inline;
    /* Fix for IE7 */
}

.tab-group>li,
.tab-group-vertical>li {
    border: 1px solid #428bca;
    border-radius: 4px;
    position: relative;
    float: left;
}

.tab-group>li.active>a,
.tab-group>li.active>a:hover,
.tab-group>li.active>a:focus,
.tab-group-vertical>li.active>a,
.tab-group-vertical>li.active>a:hover,
.tab-group-vertical>li.active>a:focus {
    background-color: #428bca;
    color: #fff;
}

.tab-group>li>a,
.tab-group-vertical>li>a {
    border-radius: 0;
}

.tab-group>li>a:hover,
.tab-group-vertical>li>a:hover {
    border-radius: 4px;
}

.tab-group li+li {
    margin-left: -1px;
}

.tab-group>li:not(:first-child):not(:last-child),
.tab-group>li:not(:first-child):not(:last-child)>a:hover {
    border-radius: 0;
}

.tab-group>li:first-child,
.tab-group>li:first-child>a:hover {
    margin-left: 0;
}

.tab-group>li:first-child:not(:last-child),
.tab-group>li:first-child:not(:last-child)>a:hover {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.tab-group>li:last-child:not(:first-child),
.tab-group>li:last-child:not(:first-child)>a:hover {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.tab-group-vertical>li {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%;
    text-align: center;
}

.tab-group-vertical>li+li {
    margin-top: -1px;
    margin-left: 0px;
}

.tab-group-vertical>li:not(:first-child):not(:last-child),
.tab-group-vertical>li:not(:first-child):not(:last-child)>a:hover {
    border-radius: 0;
}

.tab-group-vertical>li:first-child:not(:last-child),
.tab-group-vertical>li:first-child:not(:last-child)>a:hover {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.tab-group-vertical>li:last-child:not(:first-child),
.tab-group-vertical>li:last-child:not(:first-child)>a:hover {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 4px;
}

.telphone-edit {
    font-size: 30px;
    text-align: center;
}

iframe {
    max-width: 100%;
}

/*----------------------------------------------------
    PCサイトcss
----------------------------------------------------*/

@media screen and (min-width: 769px) {

    /*/////////////PC用のCSSをここに作成してください。/////////////*/
    /*/////////////必ず中括弧の中に作成してください。/////////////*/
    #lower_bottom {}

    .clinic-text-2 p.clinic-ttl {
        margin: 1.3rem 0;
        border-left: none;
        font-weight: bold;
        padding: 0;
        font-size: 1.5rem;
        color: #02284D;
    }


    /*-TOPページ-エリアリンク_pr str-*/
    .area-section {
        margin-bottom: 40px;
    }

    .l-areanavi {
        padding: 20px;
        background-color: #fff;
        border-radius: 10px;
        border: 1px solid #ddd;
        overflow: hidden;
    }

    .area-section ul {
        list-style-type: none;
        display: flex;
        margin-bottom: 10px;
    }

    .area-section ul li:before {
        content: unset;
    }

    .area-section .l-area_item-head {
        width: 160px;
        color: #0e9ebf;
        border-radius: 4px 0 0 4px;
        background-color: #dcf0f6;
        padding: 2px;
        line-height: 2rem;
        text-align: center;
        vertical-align: middle;
        border-color: #0e9ebf;
        border-style: solid;
        border-width: 1px 1px 1px 1px;
    }

    .area-section .l-area_item-body {
        width: 76px;
        color: #c1c1c1;
        font-size: 12px;
        line-height: 38px;
        padding: 2px;
        text-align: center;
        border-color: #0e9ebf;
        border-style: solid;
        border-width: 1px 1px 1px 0;
        background-color: #f9feff;
    }

    .area-section .l-area_item-body:last-child {
        border-radius: 0 4px 4px 0;
    }

    .area-section .l-area_item-body a {
        color: #00BCD4;
    }

    .area-section .category-wrap {
        display: none;
    }

    /*-TOPページ-エリアリンク_pr end-*/

    /*-エリアページクリニック_pr str-*/

    span.pr {
        margin: auto 2rem;
        padding: 10px;
        color: #FFF;
        background: #ed8147;
    }

    span.pr_sapporo {
        margin: auto 1rem;
        padding: 10px;
        color: #02284D;

    }


    .pr-clinic,
    .area-clinic {
        margin: 5vw 0;
    }

    .pr-clinic h3,
    .area-clinic h3 {
        padding-top: 28px;
    }

    .pr-clinic h3::before,
    .area-clinic h3::before {
        display: block;
        width: 200vw;
        height: 100%;
        background-color: #dcf0f6;
        position: absolute;
        top: 0px;
        left: 50%;
        margin-left: -100vw;
        content: "";
        z-index: -1;
        background-image: unset;
    }

    .pr-clinic .clinic-catch,
    .area-clinic .clinic-catch {
        text-align: center;
    }

    .pr-clinic .clinic-catch .clinic-ttl,
    .area-clinic .clinic-catch .clinic-ttl {
        font-size: 1.5rem;
        padding: 0.5em;
        margin: 1rem 0;
        color: #02284D;
        border-left: solid 2px #0E9EBF;
    }

    .pr-clinic .box-wrap,
    .area-clinic .box-wrap {
        padding: 1rem;
    }

    .pr-clinic h4,
    .area-clinic h4 {
        margin-top: 2rem;
        /* margin-bottom:unset;*/
    }

    .pr-clinic .box-wrap .inner,
    .area-clinic .box-wrap .inner {
        padding: 50px 0px 50px;
    }

    .pr-clinic .box-wrap .box,
    .area-clinic .box-wrap .box {
        margin-bottom: unset;
    }

    .pr-clinic table,
    .area-clinic table {
        margin: 1rem 0;
    }

    .clinic-info-wrap h5 {
        text-align: left;
        padding-left: 4rem;
        margin: 1rem;
        font-size: 1rem;
        font-weight: bold;
        background: url(https://www.modest-orthodontics.net/wp/wp-content/uploads/clinic_icon.png) no-repeat left center;
    }

    /*-エリアページクリニック_pr end-*/

    /*-エリアページクリニック_医師紹介 str-*/
    .doctorinfo {
        box-sizing: border-box;
        background-color: #f0f8fa;
        margin: 30px 0;
    }

    .doctorinfo .doctorinfo_sttl {
        display: table;
        width: 100%;
    }

    .doctorinfo .doctorinfo_sttl p {
        display: table-cell;
        vertical-align: middle;
        width: 200px;
        font-size: 24px;
        line-height: 1.4;
        letter-spacing: 0.18em;
        text-align: center;
        color: #fff;
        background-color: #0b92b5;
        padding: 18px 0 16px 0;
        position: relative;
        z-index: 2;
        font-weight: bold;
    }

    .doctorinfo .doctorinfo_sttl p::after {
        content: " ";
        border: solid transparent;
        height: 0;
        width: 0;
        pointer-events: none;
        border-color: rgba(70, 115, 110, 0);
        border-left-color: #0b92b5;
        border-width: 8px 12px;
        position: absolute;
        left: 100%;
        top: 50%;
        margin-top: -8px;
    }

    .doctorinfo .doctorinfo_sttl p.doctorinfo_tit {
        width: 600px;
        text-align: left;
        background: #0e9ebf;
        padding: 18px 20px 16px 25px;
        font-weight: bold;
        z-index: 1;
    }

    .doctorinfo .doctorinfo_sttl p.doctorinfo_tit::after {
        content: none;
    }

    .doctorinfo .doctorinfoBox {
        box-sizing: border-box;
        width: 100%;
        padding: 30px 40px 35px 265px;
        position: relative;
        min-height: auto;
    }

    .doctorinfo .doctorinfoBox .doctorinfo_catch {
        font-size: 20px;
        font-weight: 600;
        line-height: 1.4;
        padding: 0 0 15px;
        margin: 0 0 15px;
        color: #333333;
        border-bottom: 1px dotted #a4abb2;
    }

    .doctorinfo .doctorinfoBox .doctorinfo_imgBox {
        box-sizing: border-box;
        width: 200px;
        position: absolute;
        top: 30px;
        left: 30px;
    }

    .doctorinfo .doctorinfoBox .doctorinfo_imgBox .doctorinfo_name {
        font-size: 16px;
        line-height: 1.6;
        text-align: center;
        margin: 15px 0 0;
    }

    .doctorinfo .doctorinfoBox .doctorinfo_imgBox img {
        width: auto;
        height: auto;
        max-width: 200px;
    }

    .doctorinfo .doctorinfoBox .doctorinfo_catch {
        width: 100%;
    }

    .doctorinfo .btn-web a {
        margin: 30px 0 10px auto;
    }

    /*-エリアページクリニック_医師紹介 end-*/

    .clinic-info {
        display: flex;
    }

    .l-gmap {
        width: 45%;
        margin: 0 2rem 0 0;
    }

    .r-info {
        width: auto;
    }

    /*-エリアページクリニック_目次 str-*/
    .area-mokuji {
        margin: 1rem;
    }

    .area-mokuji li {
        display: inline-block;
    }

    /*-エリアページクリニック_目次 end-*/

    /*-エリアページクリニック_ヘッドラインボックス str-*/

    .contents .list-headlinebox {
        border: solid 1px #eaecee;
        margin: 2rem 0;
    }

    .contents .list-headlinebox .ttl {
        margin: 0;
        padding: 0.5rem;
        width: auto;
        color: #203864;
        background-color: #f2f3f5;
        font-weight: bold;
        font-size: 1.5rem;
    }

    .contents .list-headlinebox p {
        margin: 5px 10px 20px;
        font-size: 13px;

    }

    .contents .list-headlinebox ul {
        margin: 1rem auto;
        display: flex;
        flex-wrap: wrap;
        background: #fff;
        padding: 10px 20px;
    }

    .contents .list-headlinebox ul li:before,
    .contents .list-headlinebox ul li:after {
        content: none;
        display: table;
    }

    .contents .list-headlinebox ul li.tag-list-area__li-on,
    .contents .list-headlinebox ul li.tag-list-area__li-off {
        width: calc(93%/3);
        margin: 0 15px 10px 0;
        border-radius: 4px;
        text-align: center;
        font-size: 1.2rem;
        height: 3.0rem;
        line-height: 1.3;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        color: #fff;
        border: none;
        font-weight: bold;
        padding-left: unset;
        padding: 0.5rem 0;
    }

    .contents .list-headlinebox ul li.tag-list-area__li-on,
    .contents .list-headlinebox ul li.tag-list-area__li-off {
        font-size: 0.8rem;
    }

    .contents .list-headlinebox ul li.tag-list-area__li-on:nth-child(3n),
    .contents .list-headlinebox ul li.tag-list-area__li-off:nth-child(3n) {
        margin: 0 0px 10px 0;

    }

    .contents .list-headlinebox ul li.tag-list-area__li-on span,
    .contents .list-headlinebox ul li.tag-list-area__li-off span {
        font-size: 0.8rem;
    }

    .contents .list-headlinebox ul li.tag-list-area__li-on {
        background: #0e9ebf;
        color: #ffffff;
        font-size: 16px;
    }

    .contents .list-headlinebox ul li.tag-list-area__li-off {
        background: #d2d7e0;
        color: #ffffff;
        font-size: 16px;
    }

    .contents .list-headlinebox ul li.tag-list-area__li-on a,
    .contents .list-headlinebox ul li.tag-list-area__li-off a {
        color: #ffffff;
    }

    /*-エリアページクリニック_ヘッドラインボックス end-*/

    .doctorinfo__inner {
        background: #f0f8fa;
        margin-bottom: 80px;
    }

    /*------------------------------
    お問い合わせフォーム
--------------------------------*/
    form {
        margin: auto;
        padding: 1rem;
        border: 1px solid #e0e0e0;
        border-top: 4px solid #0E9EBF;
        box-shadow: 1px 1px 1px #f0f0f0;
        width: 70%;

    }

    label {
        display: inline-block;
        width: 200px;
        margin: auto;
        font-size: 16px;
        font-weight: bold;
    }

    textarea {
        resize: vertical;
        width: 100%;
        height: 8rem;
        border-bottom: 1px solid #e0e0e0;
        font-family: Meiryo UI;
    }

    button {
        display: block;
        background: #02284D;
        padding: 0.3rem 1.5rem;
        border: none;
        border-radius: 2px;
        font-weight: bold;
        color: #fff;
    }

    button:hover {
        opacity: 0.5;
    }

    .form-cap {
        font-size: 12px;
        margin-left: 135px;
    }

}

/*------------------------------
    ブログの外部リンク
--------------------------------*/
.blog-link {
    font-weight: bold;
    text-decoration: underline;
    text-align: right;
}


/*---------------------------------------------------------------------------------
  情報
  --------------------------------------------------------------------------------- */
.clinic-info-wrap {
    margin: 0 auto;
}

.clinic-info-wrap__inner {
    display: flex;
    margin: 20px auto 0;
}

.clinic-info-wrap__item {
    order: 2;
}

.clinic-info-wrap__item ul {
    margin: 6px 0;
}

.clinic-info-wrap__item .open th {
    padding: 10px;
}


.clinic-info {
    order: 1;
    flex-shrink: 0;
    width: 37%;
    margin-right: 35px;
}

.clinic-info .l-gmap {
    width: 100%;
    padding-bottom: 100%;
    position: relative;
    overflow: hidden;
    height: 0;
    margin: 0;
}

.clinic-info .l-gmap iframe {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}

.clinic-info-wrap__btn-box {
    display: flex;
    justify-content: space-between;
    width: 81%;
    margin: 30px auto 0;
}

.clinic-info-wrap__btn-box>div {
    margin: 0;
    width: 47%;
}

.clinic-info-wrap__btn-box .btn-internal a {
    color: #02284d;
    border-color: #c5e5ee;
    padding-right: 35px;
    padding-left: 35px;
}

.clinic-info-wrap__btn-box .btn-internal a::before {
    border-color: #000027;
}

.clinic-info-wrap__btn-box .btn-internal a::after {
    background: #c5e5ee;
}

.clinic-info-wrap__btn-box .btn-web a {
    padding-right: 35px;
    padding-left: 35px;
}

.doctorinfo {
    background-color: #fff !important;
}

.maincontents-doctorinfo {
    padding: 1rem;
    margin-top: 0;
    width: 850px;
    margin: auto;
}


/*----------------------------------------------------
    SPサイトcss
----------------------------------------------------*/

@media screen and (max-width: 768px) {

    /*/////////////SP用のCSSをここに作成してください。/////////////*/
    /*/////////////必ず中括弧の中に作成してください。/////////////*/
    #lower_bottom {}

    .clinic-text-2 {
        padding: 0 20px 0 15px;
    }

    .clinic-text-2 p.clinic-ttl {
        font-size: 1.7rem;
        margin: 4rem 0 1.3rem;
        border-left: none;
        font-weight: bold;
        padding: 0;
    }




    .maincontents-doctorinfo {
        padding: 1rem;
        margin-top: 0;
        width: 100%;
        margin: auto;
    }


    /*-TOPページ-エリアリンク_pr str-*/
    .area-section .l-areanavi {
        display: none;
    }

    .area-section ul {
        margin: 3.5em 0% 2.8em;
    }

    .area-section ul li {
        padding: 0px;
    }

    .area-section ul li:before {
        content: unset;
    }

    .area-section .category-list dt a {
        background-color: #eeeeee;
        color: #0e9ebf;
    }

    .area-section .category-list dt a::before {
        background-image: url(https://www.modest-orthodontics.net/wp/wp-content/uploads/sp_areanav_arrow.png);
    }

    /*-TOPページ-エリアリンク_pr end-*/

    /*-エリアページ 共通パーツ訴求str-*/
    .contents .pickup-clinic .iconarea {
        padding: 1.5rem 0;
    }

    .contents .pickup-clinic .ttl {
        font-size: 1.7rem;
    }

    /*-エリアページクリニック_pr str-*/
    .pr-clinic,
    .area-clinic {
        margin: 5vw 0;
    }

    .pr-clinic h3,
    .area-clinic h3 {
        padding-top: 14px;
    }

    .pr-clinic h3::before,
    .area-clinic h3::before {
        display: block;
        width: 200vw;
        height: 100%;
        background-color: #F0F8FA;
        position: absolute;
        top: 0px;
        left: 50%;
        margin-left: -100vw;
        content: "";
        z-index: -1;
        background-image: unset;
    }

    .pr-clinic table th,
    .pr-clinic table td,
    .area-clinic table th,
    .area-clinic table td {
        display: table-cell;
        border: 1px solid #BBBBBB;
        vertical-align: middle;
        font-size: 12px;
    }

    .pr-clinic table th,
    .area-clinic table th {
        font-size: 10px;
        padding: 5px 2px;
    }

    .clinic-info-wrap h5 {
        text-align: left;
        padding-left: 5rem;
        margin: 1rem 0;
        font-size: 1.5rem;
        font-weight: bold;
        background: url(https://www.modest-orthodontics.net/wp/wp-content/uploads/clinic_icon.png) no-repeat left center;
    }

    /*-エリアページクリニック_pr end-*/

    /*-エリアページクリニック_医師紹介 str-*/
    .doctorinfo {
        box-sizing: border-box;
        background-color: #f0f8fa;
        margin: 30px 0;
    }

    .doctorinfo .doctorinfo_sttl {
        display: table;
        width: 100%;
    }

    .doctorinfo .doctorinfo_sttl p {
        display: table-cell;
        vertical-align: middle;
        width: 46%;
        font-size: 1.0em;
        line-height: 1.4;
        letter-spacing: 0.05em;
        text-align: center;
        color: #fff;
        background-color: #0b92b5;
        padding: 10px 0 10px 0;
        position: relative;
        z-index: 2;
        font-weight: bold;
    }

    .doctorinfo .doctorinfo_sttl p::after {
        content: " ";
        border: solid transparent;
        height: 0;
        width: 0;
        pointer-events: none;
        border-color: rgba(70, 115, 110, 0);
        border-left-color: #0b92b5;
        border-width: 4px 6px;
        position: absolute;
        left: 100%;
        top: 50%;
        margin-top: -4px;
    }

    .doctorinfo .doctorinfo_sttl p.doctorinfo_tit {
        box-sizing: border-box;
        width: 100%;
        letter-spacing: 0.1em;
        text-align: left;
        background: #0e9ebf;
        padding: 10px 10px 10px 15px;
        z-index: 1;
    }

    .doctorinfo .doctorinfo_sttl p.doctorinfo_tit::after {
        content: none;
    }

    .doctorinfo .doctorinfoBox {
        box-sizing: border-box;
        width: 100%;
        padding: 15px;
        position: relative;
    }

    .doctorinfo .doctorinfoBox .doctorinfo_catch {
        font-size: 17px;
        font-weight: 600;
        line-height: 1.4;
        padding: 0 0 15px;
        margin: 0 0 15px;
        color: #333333;
        border-bottom: 1px dotted #a4abb2;
    }

    .doctorinfo .doctorinfoBox .doctorinfo_imgBox {
        box-sizing: border-box;
        width: 100%;
        text-align: center;
        margin: 20px auto;
        float: none;
    }

    .doctorinfo .doctorinfoBox .doctorinfo_imgBox .doctorinfo_name {
        font-size: 15px;
        line-height: 1.5;
        text-align: center;
        margin: 10px 0 0;
    }

    .doctorinfo .doctorinfoBox .doctorinfo_imgBox img {
        width: 85%;
    }

    .doctorinfo .doctorinfoBox .doctorinfo_catch {
        width: auto;
    }

    .doctorinfo .btn-web a {
        margin: 25px auto;
    }


    /*-エリアページクリニック_医師紹介 end-*/

    /*-エリアページクリニック_ヘッドラインボックス str-*/

    .contents .list-headlinebox {
        border: solid 1px #eaecee;
        margin: 1.5rem 0 0.5rem 0 !important;

    }

    .contents .list-headlinebox .ttl {
        margin: 2.0rem 0;
        padding: 0.5rem 3.5rem 0.5rem;
        width: 60%;
        color: #203864;
        background: url(img/nav_icon01.png) no-repeat left 1rem center;
        background-color: #f2f3f5;
        font-weight: bold;
        font-size: 6vw;
    }

    .contents .list-headlinebox .ttl {
        width: 100%;
    }

    .contents .list-headlinebox p {
        margin: 0.5rem;
        font-size: 3vw;
    }

    .contents .list-headlinebox ul {
        margin: 0.5rem 0;
        display: flex;
        flex-wrap: wrap;
        background: #fff;
        padding: 0.5rem 0px;
    }

    .contents .list-headlinebox ul li:before,
    .contents .list-headlinebox ul li:after {
        content: none;
        display: table;
    }

    .contents .list-headlinebox ul li.tag-list-area__li-on,
    .contents .list-headlinebox ul li.tag-list-area__li-off {
        width: calc(90%/3);
        margin: 0.4em auto;
        border-radius: 4px;
        text-align: center;
        font-size: 3vw;
        height: 3.0rem;
        line-height: 1.3;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        color: #fff;
        border: none;
        font-weight: bold;
        padding-left: unset;
        padding: 0.5rem 0;
    }

    .contents .list-headlinebox ul li.tag-list-area__li-on span,
    .contents .list-headlinebox ul li.tag-list-area__li-off span {
        font-size: 0.8rem;
    }

    .contents .list-headlinebox ul li.tag-list-area__li-on {
        background: #0e9ebf;
        color: #ffffff;
        font-size: 1.2rem;
    }

    .contents .list-headlinebox ul li.tag-list-area__li-off {
        background: #d2d7e0;
        color: #ffffff;
        font-size: 1.2rem;
    }

    .contents .list-headlinebox ul li.tag-list-area__li-on a,
    .contents .list-headlinebox ul li.tag-list-area__li-off a {
        color: #ffffff;
    }


    /*-エリアページクリニック_ヘッドラインボックス end-*/


    /*------------------------------
    SP縦並びテーブル
--------------------------------*/
    .wr05_table-row thead {
        display: none;
    }

    .wr05_table-row tbody th {
        display: block;
    }

    .wr05_table-row tbody td {
        display: block;
    }

    .wr05_table-row tbody td::before {
        content: attr(data-label);
        font-weight: bold;
        display: block;
        background: #f5f5f5;
        padding: 4px;
    }


    /*------------------------------
    お問い合わせフォーム
--------------------------------*/
    form {
        margin: auto;
        padding: 1rem;
        border: 1px solid #e0e0e0;
        border-top: 4px solid #0E9EBF;
        box-shadow: 1px 1px 1px #f0f0f0;
        width: 90%;

    }

    label {
        display: inline-block;
        width: 200px;
        margin: auto;
        font-size: 16px;
        font-weight: bold;
    }

    textarea {
        resize: vertical;
        width: 100%;
        height: 8rem;
        border-bottom: 1px solid #e0e0e0;
        font-family: Meiryo UI;
    }

    button {
        display: block;
        background: #02284D;
        padding: 0.3rem 1.5rem;
        border: none;
        border-radius: 2px;
        font-weight: bold;
        color: #fff;
    }

    .form-cap {
        font-size: 1.2rem;
    }

    /*------------------------------
    ブログの外部リンク
--------------------------------*/
    .blog-link {
        font-weight: bold;
        text-decoration: underline;
        text-align: right;
    }


}

/*------------------------------
    2019/06/14吉田追加
--------------------------------*/

p.information_link {
    color: #fff;
}

span.border {
    background: #ffbe10e6;
}

font.small {
    font-size: 0.5rem;
}




h2.lph2 {
    font-size: 1.6rem;
}

h3.lph3 {
    font-size: 1.5rem;
}


p.lptxt {
    margin-bottom: 16px;
    line-height: 180%;
    text-align: unset;
}

/*---------------------------------------------------------------------------------
  目次
  --------------------------------------------------------------------------------- */
#index-section {
    margin: 40px auto;
    text-align: left;
    padding: 25px 50px 45px;
    background-color: #f2f3f5;
}

#index-title,
.index-text {
    text-align: center;
}

#index-title {
    font-size: 24px;
    margin-bottom: 30px;
    font-weight: bold;
}

.index-text {
    margin-bottom: 10px;
    text-align: left;
    padding-left: 20px;
    position: relative;
}

.index-text::before {
    width: 5px;
    height: 5px;
    border: 2px solid;
    border-color: transparent transparent #008eb5 #008eb5;
    transform: rotate(-45deg);
    margin-top: 5px;
    margin-right: 10px;
    content: "";
    position: absolute;
    left: 0;
}

@media only screen and (min-width: 768px) {

    /*---------------------------------------------------------------------------------
  口コミ
  --------------------------------------------------------------------------------- */
    .column .clinic-review-section h3 {
        font-size: 1.6rem;
    }

    .column .clinic-review-section h3:before {
        content: none;
    }

    .column {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        margin-top: 50px;
        padding: 0 1.4rem 0 1rem;
        box-sizing: border-box;
    }

    .column:nth-child(2n) {
        flex-direction: row-reverse;
        margin-top: 40px;
    }

    .column .user-icon {
        width: 110px;
        height: 110px;
        border-radius: 55px;
        flex-shrink: 0;
        margin: 0;
    }

    .column .user-review-text-area {
        position: relative;
        background-color: #f2f3f5;
        padding: 25px 50px 35px 45px;
        border-radius: 20px;
        max-width: calc(100% - 145px);
        box-sizing: border-box;
        flex-shrink: 0;
    }

    .column .first-review::before {
        content: "";
        position: absolute;
        top: 20%;
        left: -45px;
        margin-top: -15px;
        border: 20px solid transparent;
        border-right: 30px solid #f2f3f5;
    }

    .column .second-review::before {
        content: "";
        position: absolute;
        top: 20%;
        left: 100%;
        margin-top: -15px;
        border: 20px solid transparent;
        border-left: 30px solid #f2f3f5;
    }

    .column .user-review-ttl {
        border-bottom: solid 1px #88cbde;
        padding: 1rem 0;
        margin: 1rem 0;
        font-weight: bold;
    }

    .column .user-review-ttl span {
        font-size: 0.8rem;
        font-weight: normal;
    }

    .column .user-review-text {
        width: 100%;
        margin-bottom: 15px;
        box-sizing: border-box;
        line-height: 2;
    }

    .column .clinic-review .column .caption {
        text-align: left;
        width: 100%;
    }

    .column .clinic-review-link {
        text-align: right;
        width: 100%;
        margin: 0 auto;
    }

    .column .clinic-review-link a {
        display: inline-block;
        margin-top: 30px;
        text-decoration: underline;
        padding: 0 0 0 25px;
        border: none;
        color: inherit;
        font-size: 14px;
        border-radius: 0;
        text-align: right;
    }

    .column .clinic-review-link a::before {
        position: absolute;
        width: 20px;
        height: 20px;
        border: none;
        right: auto;
        left: 0;
        transform: none;
        background: url(img/common/pc_icon_arrow.png) no-repeat;
        background-size: contain;
        top: 1px;
        bottom: auto;
    }

    .column .clinic-review-link a::after {
        content: none;
    }

    .column .clinic-review-link a:hover {
        text-decoration: none;
    }




}










@media only screen and (max-width: 768px) {

    .column {
        display: inline-block;
        margin-bottom: 20px;
        padding: 30px 0 10px;
        width: 95%;
        background-color: #f2f3f5;
        border-radius: 20px;
        margin-top: 1rem;
        text-align: center;
    }

    .column:nth-child(2n) {
        margin-top: 1rem;
    }

    .first-review::before,
    .second-review::before {
        display: none;
    }

    .user-review-text-area {
        padding: 25px 20px;
        padding-top: 15px;
        max-width: 100%;

    }

    .clinic-review-link {
        width: 80%;
    }

    .clinic-list {
        margin: 1.5rem;
    }

    .user-icon {
        background-color: #f2f3f5;
        height: 80px;
        width: 80px;
    }

    .clinic-notice {
        padding-left: 20px;
        margin: 3rem auto;
    }

    .clinic-notice::before {
        width: 60px;
        height: 60px;
        top: -10px;
        left: -10px;
    }

    .clinic-notice__title {
        font-size: 1.7rem;
        margin: 0 auto 1rem;
    }

    .column {
        display: inline-block;
        margin-bottom: 20px;
        padding: 30px 0 10px;
        width: 95%;
        background-color: #f2f3f5;
        border-radius: 20px;
        margin-top: 1rem;
        text-align: center;
    }

    .column:nth-child(2n) {
        margin-top: 1rem;
    }

    .first-review::before,
    .second-review::before {
        display: none;
    }

    .user-review-text-area {
        padding: 25px 20px 10px;
        padding-top: 15px;
        max-width: 100%;
    }


    .clinic-review-link {
        width: 80%;
    }


    .clinic-list {
        margin: 1.5rem;
    }

    .user-icon {
        background-color: #f2f3f5;
        height: 80px;
        width: 80px;
    }

    .clinic-notice {
        padding-left: 20px;
        margin: 3rem auto;
    }

    .clinic-notice::before {
        width: 60px;
        height: 60px;
        top: -10px;
        left: -10px;
    }


    .clinic-notice__title {
        font-size: 1.7rem;
        margin: 0 auto 1rem;
    }


    .clinic-info-wrap__inner {
        display: inline-block;
        margin-top: 0;
    }

    .clinic-info-wrap .title {
        margin-bottom: 1rem;
    }


    .clinic-info-wrap .r-info {
        margin: 1.5rem;
    }


    .clinic-price {
        margin-bottom: 3rem;
    }


    .contents table {
        margin: 0 0 20px;
        width: 100%;
    }

    .clinic-info .l-gmap {
        padding-bottom: initial;
        overflow: initial;
        height: initial;
        margin: 0 auto;
    }

    .clinic-info .l-gmap iframe {
        position: static;

    }

    .clinic-info {
        width: 90%;
        margin: 2rem auto;
        height: 300px;
    }

    .clinic-info-wrap__btn-box {
        display: flex;
        flex-wrap: wrap;
    }

    .clinic-info-wrap__btn-box>div {
        margin-bottom: 20px;
        width: 100%;
    }

    .btn-web {
        order: 1;
    }

    .btn-internal {
        order: 2;

    }

    .btn-internal a {
        background: #c5e5ee
    }

    .clinic-table {
        margin: 0 auto !important;
        width: 100%;
    }

    .supervision-wrap .inner {
        padding: 0;
    }

    .supervision-wrap::before {
        background-size: contain;
        background-repeat: no-repeat;
        width: 152px;
        right: 5px;
        left: initial;
    }

    .contents .list-headlinebox .ttl {
        box-sizing: border-box;
        padding-right: 0;
        margin: 0;
        padding: 0;
        font-size: 16px;
    }

    .pr-clinic .box-wrap .inner {
        margin: 0 -9px;
        padding: 2rem 1rem 0;
    }

    .pr-clinic .box-wrap .inner::before {
        width: 55px;
        height: 55px;
        top: -15px;
        left: 0px;
    }

    .pr-clinic .box-wrap .inner::after {
        width: 75px;
        height: 75px;
        right: 0px;
        bottom: -10px;
    }

    .clinic-review {
        text-align: center;
    }

    .clinic-review-link a {
        text-decoration: none;
        display: block;
        padding: 13px 32px 12px 13px;
        border-radius: 3px;
        font-size: 15px;
        text-align: center;
        margin: 1rem 0 2rem;
    }

    .clinic-review-link a::before {
        border-top: 2px solid #02284D;
        border-right: 2px solid #02284D;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto;
        content: "";
        width: 4px;
        height: 4px;
        right: 14px;
        left: auto;
    }

    .hokkaido-box-wrap .box-head {
        font-size: 1.7rem;
        font-weight: bold;
        line-height: 1.4;
    }

    .supervision-wrap {
        margin-top: 60px;
    }

    .contents table {
        margin: 0 0 20px;
        width: 100%;
    }

    .clinic-info .l-gmap {
        padding-bottom: initial;
        overflow: initial;
        height: initial;

    }

    .clinic-info .l-gmap iframe {
        position: static;

    }

    .clinic-info {
        width: 100%;
        height: 100%;
        margin-right: 0;
    }

    .clinic-info-wrap__btn-box {
        display: flex;
        flex-wrap: wrap;
    }

    .clinic-info-wrap__btn-box>div {
        margin-bottom: 20px;
        width: 100%;
    }

    .btn-web {
        order: 1;
    }

    .btn-internal {
        order: 2;

    }

    .btn-internal a {
        background: #c5e5ee
    }

    .clinic-table {
        margin: 0 auto !important;
        width: 90%;
    }

    span.pr_sapporo {
        margin: auto 1rem;
        padding: 10px;
        color: #02284D;

    }


    /*---------------------------------------------------------------------------------
  料金
  --------------------------------------------------------------------------------- */
    .clinic-price {
        margin-bottom: 100px;
    }

    .clinic-table {
        margin: 30px auto;
        width: 98%;
    }

    .clinic-table__th {
        width: 30%;
    }

    .clinic-list {
        width: 96%;
        margin-right: auto;
        margin-left: auto;
    }

    .contents th {
        box-sizing: border-box;
        display: block;
        width: 40%;
        padding: 20px 10px 18px;
        font-size: 1.5rem;
        word-wrap: break-word;
        border-top: none;
        border-right: none;
        border-left: none;
    }

    .contents table {
        margin: 0 0 20px;
        width: 98%;
    }

    .contents table {
        margin: 10px auto;
        width: 98%;
    }

    p {
        padding: 0;
    }

    .low h2 {
        margin: 3em 0 1rem;
        padding: 2rem 0;
        /* background: url(https://www.modest-orthodontics.net/wp/wp-content/themes/wp197/img/index/sp_mv_img.jpg); */
        /* background-size: 100%; */
        color: #333;
        padding: 2rem;
    }

    #header-wrapper {
        display: none;
    }
    #header-wrapper.sp-on {
        display: block;
    }

    #contents {
        /* padding: 0 3%; */
    }

    .clinic-img img {
        width: 80%;
        margin: 1rem auto 1rem;
        display: block;
        border: solid 1px #eee;
    }

    .box-wrap.hokkaido-box-wrap, .clinic-contents {
        padding: 1rem 4%;
        margin: 1rem 0;
    }

    .list-headlinebox.hokkaido-list-headlinebox {
        width: 90%;
        margin: 1rem auto 0 !important;
        display: block;
        text-align: center;
        display: none;
    }

    .doctorinfo {
        padding: 0px;
        background-color: #fff3f7;
    }

    .low .doctorinfo h4 {
        margin: 1rem;
        text-align: center;
        margin: 0 0 1.5rem;
        color: #333;
    }

    .box-wrap.hokkaido-box-wrap h4 {
        margin: 1rem 0;
        text-align: center;
        color: #333;
    }

    .box-wrap .box {
        padding: 2rem;
        border: 1px solid #ff8ab1;
    }

    .box-wrap .box-body {
        padding: 1rem 0 0;
    }

    .box-wrap .box-body p {
        padding: 0;
    }

    p.clinic-ttl {
        font-weight: bold;
        margin: 1rem 0;
    }

    .contents .list-headlinebox ul li.tag-list-area__li-on, .contents .list-headlinebox ul li.tag-list-area__li-off {
        padding: 0;
    }

    .contents ul {
        margin: 2rem;
    }

    .contents ul li {
        padding: 0 0 5px 20px;
    }

    .page-footer {
        padding-top: 1rem;
    }

    footer.page-footer .disclaimer dd {
        font-size: 12px;
        padding: 1rem 2rem 1rem;
        line-height: 1.8;
    }

    .pr-clinic table th, .area-clinic table th {
        font-size: 12px;
        line-height: 1.3;
        padding: 2px 5px;
        background-color: #cce2ed;
        color: #333333;
        font-weight: bold;
    }

    p.user-review-ttl {
        font-weight: bold;
        line-height: 1.5;
        /* padding-left: 17%; */
        font-size: 14px;
        border-bottom: solid 1px #88cbde;
        padding: 1rem 0;
        margin: 1rem 0;

    }

    p.user-review-ttl span {
        font-weight: normal;
        font-size: 11px;
    }

    .clinic-review img {
        height: unset;
        left: 2rem;
        top: 3rem;
        max-width: 100%;
    }

    .clinic-review .column {
        display: inline-block;
        margin-bottom: 20px;
        padding: 30px 0 10px;
        width: 95%;
        background-color: #f2f3f5;
        border-radius: 20px;
        margin-top: 1rem;
        text-align: center;
    }

    p.user-review-text {
        margin: 0 0 1rem;
    }

    p.user-review-ttl br {
        display: none;
    }

    .contents td {
        padding: 10px;
    }

    .btn-web a {
        text-align: center;
        padding: 1.5rem;
        background-color: #00b3dc;
        box-shadow: 0px 4px 8px 0px #00b3dc40;
    }



    .doctorinfo .doctorinfo_sttl p.doctorinfo_tit {
        box-sizing: border-box;
        width: 100%;
        letter-spacing: 0.1em;
        text-align: left;
        background: #0e9ebf;
        padding: 10px 10px 10px 15px;
        z-index: 1;
    }

    .low h2:first-child {
        background: url(https://www.modest-orthodontics.net/wp/wp-content/themes/wp197/img/index/sp_mv_img.jpg);
        background-size: 100%;
        margin: 0;
        border: none;
        height: 16rem;
        text-align: left;
        padding: 2rem 0 0 2rem;
        text-shadow: 1px 1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, -1px -1px 0 #fff;
    }

    .low h2:first-child:after {
        display: none;
    }

    .low h2:first-child:before {
        display: none;
    }

    .pr-clinic table.open th {
        line-height: 1;
        padding: 5px 0;
        width: 100%;
    }

    .pr-clinic table.open td {
        width: 5%;
    }

    #copyright {
        padding: 1rem;
    }

    .pr-clinic table.open th br.sp {
        display: none !important;
    }

    .doctorinfo .btn-web a {
        margin: 0;
    }

    .doctorinfo .btn-web {
        margin: 0 auto 2rem;
        width: 90%;
    }

    .low h2.mvh2 {
        font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif !important;
        /* text-shadow: unset; */
        padding: 18rem 2rem 0;
        text-align: center;
        font-size: 26px;
        font-weight: 700;
        height: 1rem;
        line-height: 1.2;
        margin-bottom: 11rem;
        margin-top: -2rem;
    }

    .low h2.mvh2 span {
        font-size: 20px;
        display: block;
    }

    .low h2.mvh2 br {
        display: none;
    }

    .pr-clinic h3::before, .area-clinic h3::before {
        background: #ffedf3;
    }

    .top h4::after {
        background-color: #ff8ab1;
    }

    .box-wrap {
        background: none;
    }

    .box-wrap .box-head {
        padding-bottom: 12px;
        border-bottom: 2px solid #d7eaf1;
    }

    .doctorinfo .doctorinfo_sttl p {
        display: table-cell;
        vertical-align: middle;
        width: 46%;
        font-size: 1.0em;
        line-height: 1.4;
        letter-spacing: 0.05em;
        text-align: center;
        color: #fff;
        background-color: #0b92b5;
        padding: 10px 0 10px 0;
        position: relative;
        z-index: 2;
        font-weight: bold;
        padding-left: 15px;
        padding-right: 15px;
    }

    .doctorinfo .doctorinfo_sttl p::after {
        border-left-color: #0b92b5;
    }

    .pr-clinic table td, .area-clinic table td {
        border: 1px solid #BBBBBB;
        vertical-align: middle;
        font-size: 12px;
    }

    .top h3::before, .low h2::before {
        background-color: #0e9ebf;
    }

    .site-footer {
        background-color: #0e9ebf;
    }

    #footer-wrapper {
        background-color: #fff3f7;
    }

    .disclaimer dt {
        background-color: #c5e5ee;
        color: #333333;
    }



    .top h5, .low h4 {
        color: #333;
        text-align: center;
    }

    .contents ul li::before {
        border: 3px solid #0e9ebf;
    }

    .pr-clinic h3, .area-clinic h3 {
        color: #333;
    }

    .top h5::before, .low h4::before {
        border-top: 1px solid #aaa;
        border-bottom: 1px solid #aaa;
    }

    .top h5::after, .low h4::after {
        border-top: 1px solid #aaa;
        border-bottom: 1px solid #aaa;
    }

    .clinic-info {
        height: auto;
    }

    iframe {
        height: 100%;
        width: 100%;
        left: 0;
        top: 0;
    }

    .contents>p {
        text-align: left;
    }

    /*↓20230623*/
    .pr-clinic {
        padding: 0 12px;
    }

    .pr-clinic #contents {
        border: 3px solid #87cbde;
        border-radius: 20px;
        text-align: center;
        padding: 0 20px 20px;
    }

    .pr-clinic h3 {
        background-color: #87cbde;
        border-top-left-radius: 15px;
        border-top-right-radius: 15px;
        padding: 34px 30px;
    }

    p.clinic-ttl {
        font-size: 1.7rem;
        margin: 20px 0 1.3rem;
        border-left: none;
        font-weight: bold;
        padding: 0;
    }

    .pr-clinic h3::before {
        display: none;
    }

    .low h3 {
        margin: 0 -20px 40px !important;
    }

    .clinic-contents {
        padding: 1rem 6%;
    }

    .box-wrap .box {
        border: 1px solid #0e9ebf;
    }

    .pr-clinic .box-wrap .inner {
        padding: 40px 9px;
        background-color: #f0f8fa;
    }

    .contents {
        width: 95% !important;
    }

    .doctorinfo__inner {
        background: #f0f8fa;
        margin-bottom: 50px;
    }

    .doctorinfo .doctorinfo_sttl {
        margin-top: 20px;
    }

    .low #contents h3::after {
        background-color: unset !important;
    }

    .pr-clinic h4 {
        padding: 20px 0 20px;
        text-align: center;
        margin: 3rem 0;
    }

    .box-wrap .box-head {
        font-size: 1.7rem;
        font-weight: bold;
    }

    #footer-wrapper {
        background-color: #F0F8FA;
    }

}


/*後で消すメモ　SPの行は815行・1417行*/