@charset "UTF-8";

/* ポイントカラーの変え方・右記を置換してください。#64BE91 */

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700&display=swap');

.noto {
    font-family: 'Noto Sans JP', sans-serif;
}

.up-radius5 {
    overflow: hidden;
    border-radius: 5px;
}

.up-radius10 {
    overflow: hidden;
    border-radius: 10px;
}

.up-radius15 {
    overflow: hidden;
    border-radius: 15px;
}

.up-radius20 {
    overflow: hidden;
    border-radius: 20px;
}

.up-radius25 {
    overflow: hidden;
    border-radius: 25px;
}

.up-radius30 {
    overflow: hidden;
    border-radius: 30px;
}

.up-radius35 {
    overflow: hidden;
    border-radius: 35px;
}

.up-radius40 {
    overflow: hidden;
    border-radius: 40px;
}

.up-radius45 {
    overflow: hidden;
    border-radius: 45px;
}

.up-radius50 {
    overflow: hidden;
    border-radius: 50px;
}

@media (max-width: 1024px) {
    .up-radius5\@tb {
        overflow: hidden;
        border-radius: 5px;
    }

    .up-radius10\@tb {
        overflow: hidden;
        border-radius: 10px;
    }

    .up-radius15\@tb {
        overflow: hidden;
        border-radius: 15px;
    }

    .up-radius20\@tb {
        overflow: hidden;
        border-radius: 20px;
    }

    .up-radius25\@tb {
        overflow: hidden;
        border-radius: 25px;
    }

    .up-radius30\@tb {
        overflow: hidden;
        border-radius: 30px;
    }

    .up-radius35\@tb {
        overflow: hidden;
        border-radius: 35px;
    }

    .up-radius40\@tb {
        overflow: hidden;
        border-radius: 40px;
    }

    .up-radius45\@tb {
        overflow: hidden;
        border-radius: 45px;
    }

    .up-radius50\@tb {
        overflow: hidden;
        border-radius: 50px;
    }
}

@media (max-width: 599px) {
    .up-radius5\@sp {
        overflow: hidden;
        border-radius: 5px;
    }

    .up-radius10\@sp {
        overflow: hidden;
        border-radius: 10px;
    }

    .up-radius15\@sp {
        overflow: hidden;
        border-radius: 15px;
    }

    .up-radius20\@sp {
        overflow: hidden;
        border-radius: 20px;
    }

    .up-radius25\@sp {
        overflow: hidden;
        border-radius: 25px;
    }

    .up-radius30\@sp {
        overflow: hidden;
        border-radius: 30px;
    }

    .up-radius35\@sp {
        overflow: hidden;
        border-radius: 35px;
    }

    .up-radius40\@sp {
        overflow: hidden;
        border-radius: 40px;
    }

    .up-radius45\@sp {
        overflow: hidden;
        border-radius: 45px;
    }

    .up-radius50\@sp {
        overflow: hidden;
        border-radius: 50px;
    }
}

/* コンテナー */

body {
    background-color: #fff;
    color: #4B4B4B;
    font-family: 'Noto Sans JP', sans-serif;
    line-height: 1.6;
}

#wrapper {
    overflow: hidden;
    min-width: 320px;
}

.inner {
    width: 1024px;
    max-width: 100%;
    margin: 0 auto;
}

.green {
    color: #64BE91 !important;
}

.green_02 {
    color: #34bdad;
}

.indent {
    padding-left: 1em;
    text-indent: -1em;
}

.flex {
    display: flex;
}

.wrap {
    flex-wrap: wrap;
}

.flex-between {
    justify-content: space-between;
}

/* ヘッダー */

header {
    padding: 12px 0;
}

#home header .inner,
header .inner {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}

header .logo {
    float: left;
    margin-top: 30px;
    top: -100px;
}

header .logo div {
    width: 393px;
    font-size: 14px;
    margin-top: 15px;
}

header .logo.fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 4;
    transition: top 0.5s ease-in;
    -webkit-transition: top 0.5s ease-in;
    margin: 5px 0 0 10px;
    background-color: #fff;
    padding: 5px;
    border-radius: 5px;
}

header .logo img {
    width: auto;
    height: auto;
}

header .logo.fixed img {
    height: 30px;
    width: auto;
}

header .logo.fixed div {
    display: none;
}

header .info {
    width: 50%;
    padding: 0px 0 0;
}

#home header {
    display: none;
}

h1 {
    font-size: 12px;
    line-height: 2;
    position: absolute;
    top: 0;
    left: 0;
    text-align: justify;
    z-index: 10000;
    font-weight: normal;
    width: 100%;
}

h1 span {
    display: block;
}

h1 span.inner {
    width: 1004px;
}

.sp-header-menu {
    display: none;
}

/* グローバルナビ */

#spNavArea {
    display: none;
}

nav {
    z-index: 3;
    background: -ms-linear-gradient(0deg, rgba(0, 172, 151, 1) 0%, rgba(77, 197, 182, 1) 50%, rgba(0, 172, 151, 1) 100%);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#00AC97', endColorstr='#00AC97' ,GradientType=0)";
    background: linear-gradient(90deg, rgba(0, 172, 151, 1) 0%, rgba(77, 197, 182, 1) 50%, rgba(0, 172, 151, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00AC97', endColorstr='#00AC97', GradientType=1);
    width: 100%;
}

nav.pc {
    position: relative;
    overflow: hidden;
}

nav ul {
    font-size: 0;
    padding: 20px 0;
    transition: 0.3s linear;
    transition-property: padding;
}

#service nav ul,
#flow nav ul,
#staff nav ul,
#clinic nav ul,
#access nav ul {
    padding: 20px 0;
}

nav.pc .nav-logo {
    width: 110px;
    height: 40px;
    margin: auto;
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translate(0, -200%);
    z-index: 1;
}

nav.pc.fixed .nav-logo {
    transform: translate(0, -50%);
    transition: 0.3s linear;
}

nav.pc .nav-logo a {
    display: block;
    padding: 5px;
    background-color: #fff;
    border-radius: 5px;
}

nav.pc.fixed ul {
    justify-content: flex-end;
}

nav.pc ul li {
    text-align: center;
}

nav ul li a {
    display: block;
    line-height: 1;
}

nav ul li a span {
    color: #fff;
    display: block;
    font-size: 15px;
    line-height: 1;
    border-right: solid #fff 1px;
}

nav ul li:last-child a span {
    border-right: none;
}

nav ul li a:hover span,
nav ul li a:hover span small {
    color: #fff;
}

nav ul li small {
    font-size: 10px;
    color: #fff;
    display: block;
    padding: 5px 0 0;
}

nav.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    transition: top 0.5s ease-in;
    -webkit-transition: top 0.5s ease-in;
    margin-top: 0;
    border-bottom: 1px #ddd solid;
}

nav.fixed ul {
    text-align: right;
    padding: 10px 0 !important;
}

nav.fixed ul li {
    width: 115px;
}

nav.fixed ul li a span {
    font-size: 12px;
}

/* ページトップ */

.pagetop {
    bottom: 40px;
    right: 40px;
    position: fixed;
    z-index: 3;
}

.pagetop a:hover {
    opacity: 0.8;
}

/*- フッター */

.footer-btn {
    display: none;
}

.footer-btn li {
    width: 48%;
    margin: 0 1%;
}

.footer-btn li a {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.2;
    padding: 5px 10px;
    background-color: #ffa524;
    border-top: 4px solid #ff9600;
    border-left: 4px solid #ff9600;
    border-right: 4px solid #ff9600;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    position: relative;
}

.footer-btn li a::before {
    content: '';
    display: block;
    width: 100%;
    height: 50%;
    border-radius: 5px;
    background-image: url(/upload/tenant_1/4a398fb80b1f384bfa2a3e4f9784fd74.png);
    background-size: 8px 8px;
    background-repeat: no-repeat;
    background-position: top 3px left 3px;
    background-color: rgba(255, 255, 255, 0.15);
    position: absolute;
    top: 0;
    left: 0;
}

.footer-btn li.footer-btn-phone a {
    background-color: #68d023;
    border-top: 4px solid #50c800;
    border-left: 4px solid #50c800;
    border-right: 4px solid #50c800;
}

.footer-btn li a .icon {
    width: 30px;
    height: 30px;
    margin-right: 5px;
}

footer {
    background-color: #fafafa;
    box-shadow: 0 8px 12px -8px rgba(0, 0, 0, 0.2) inset;
    margin-top: 100px;
}

.footer-link {
    text-align: center;
    padding: 20px 0 30px;
}

.footer-link h3 {
    font-size: 22px;
    font-weight: normal;
    line-height: 1;
    margin-bottom: 10px;
}

.footer-link p {
    margin-bottom: 10px;
}

.footer-link ul {
    font-size: 0;
    margin: 0 auto;
}

.footer-link ul li {
    margin: 12px 6px 0 6px;
    display: inline-block;
}

.footer-menu {
    text-align: center;
    background: #fff;
}

.footer-menu ul {
    padding: 20px;
    font-size: 0;
}

.footer-menu ul li {
    display: inline;
    font-size: 14px;
    padding: 0 20px;
    border-right: solid #E0E0E0 1px;

}

.footer-menu ul li:last-child {
    border-right: none;
}

.footer-content {
    margin: 0 0 40px;
}

.footer-logo {
    text-align: center;
    margin: 0 0 50px;
    padding-top: 40px;
}

.footer-content .info {
    float: left;
    width: 50%;
}

.footer-content .info .sns {
    text-align: right;
    padding: 20px 0 0;
}

.footer-content .info .sns ul li {
    display: inline;
    margin: 0 0 0 10px;
}

.footer-center {
    float: right;
    width: 500px;
}

.footer-center dt {
    color: #fff;
    margin: 0 0 10px 0;
    background: -ms-linear-gradient(0deg, rgba(0, 172, 151, 1) 0%, rgba(76, 197, 182, 1) 50%, rgba(0, 172, 151, 1) 100%);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#00AC97', endColorstr='#00AC97' ,GradientType=0)";
    background: linear-gradient(90deg, rgba(0, 172, 151, 1) 0%, rgba(76, 197, 182, 1) 50%, rgba(0, 172, 151, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00AC97', endColorstr='#00AC97', GradientType=1);
    width: 154px;
    height: 30px;
    line-height: 30px;
    text-align: center;

}

.footer-center dd {
    padding: 0 0 30px 0;
}

.copyright {
    text-align: center;
    font-size: 14px;
    padding: 20px 0;
    background: -ms-linear-gradient(0deg, rgba(0, 172, 151, 1) 0%, rgba(77, 197, 182, 1) 50%, rgba(0, 172, 151, 1) 100%);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#00AC97', endColorstr='#00AC97' ,GradientType=0)";
    background: linear-gradient(90deg, rgba(0, 172, 151, 1) 0%, rgba(77, 197, 182, 1) 50%, rgba(0, 172, 151, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00AC97', endColorstr='#00AC97', GradientType=1);
    color: #fff;
}

.footer-map {
    position: relative;
    width: 100%;
}

.footer-map::before {
    content: "";
    display: block;
    padding-top: 20%;
}

.footer-map iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

@media (max-width: 1024px) {
    .footer-map::before {
        padding-top: 50%;
    }
}

@media (max-width: 599px) {
    .footer-map::before {
        padding-top: 80%;
    }
}

/* A-BiSUスライダー */
.sp-slide {
    display: none;
}

#main-visual {
    position: relative;
}

.uk-slidenav-position {
    height: 100%;
}

#main-visual .uk-slideshow img {
    width: 100%;
    height: 100% !important;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
    font-family: 'object-fit: cover; object-position: center center;';
}

#main-visual .uk-slideshow {
    position: relative;
    height: 100% !important;
    overflow: hidden;
}

#main-visual .uk-slideshow::after {
    display: block;
    padding-top: 55vh;
    content: '';
}

#main-visual .uk-slideshow li {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100% !important;
}

#main-visual .uk-slideshow li>div {
    height: 100% !important;
}

.uk-dotnav>*>* {
    width: 10px;
    height: 10px;
}

.uk-dotnav-contrast>*>* {
    background: #ccc;
}

.uk-dotnav-contrast>.uk-active>* {
    background: #565656;
}

.uk-dotnav>.uk-active>* {
    transform: scale(1);
}

.uk-dotnav li a:hover {
    opacity: 1;
}

.uk-position-bottom {
    bottom: -30px;
}
@media only screen and (max-width: 1024px){
  
      .pc-slide {
        display: none;
    }
    .sp-slide {
        display: block;
    }
}

@media (max-width: 599px) {
    .pc-slide {
        display: none;
    }

    .sp-slide {
        display: block;
    }

    #main-visual .sp-slide .uk-slideshow::after {
        padding-top: 100%;
    }
}

/* A-BiSUスライダー end */

/* メインビジュアル */
.main-visual-cont {
    height: 100%;
    margin: auto;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translate(0, -50%);
    z-index: 1;
}

.main-visual-cont>* {
    height: 100%;
}

@media only screen and (min-width: 1025px){
   .main-visual-cont-inner {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    padding: 100px 15px 15px 15px;
    position: relative;
} 
}


.main-visual-cont-inner {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    padding: 160px 15px 0 15px;
    position: relative;
}

.main-visual-title {
    font-size: 50px;
    letter-spacing: 8px;
    color: #3f3335;
    line-height: 2;
    position: relative;
}

.main-visual-title::after {
    content: '';
    display: block;
    width: 90%;
    height: 65%;
    background-color: #fff;
    margin: auto;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translate(0, -50%);
    box-shadow: 0px 0px 30px 30px #fff;
    border-radius: 40%;
    z-index: -1;
}

.main-visual-logo-wrap {
    position: absolute;
    bottom: 15px;
    right: 15px;
} 

@media only screen and (min-width: 1025px){
 .main-visual-logo-wrap {
    position: absolute;
    bottom: 15px;
    right: -70px;
} 
  
}

 .main-visual-logo {
    width: 200px;
    height: 200px;
} 

@media only screen and (min-width: 1025px){
   .main-visual-logo {
    width: 160px;
    height: 160px;
} 
}



.main-visual-logo::after {
    content: '';
    display: block;
    width: 65%;
    height: 65%;
    background-color: #fff;
    margin: auto;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translate(0, -50%);
    border-radius: 50%;
    box-shadow: 0px 0px 30px 30px #fff;
    z-index: -1;
}

@media (max-width: 599px) {
    .main-visual-cont-inner {
        padding: 10px;
    }
}

/* コンテンツ */

#content {
    position: relative;
    margin-top: 70px;
    padding: 0 2%;
}

.fleft {
    float: left;
}

.fright {
    float: right;
}

.info .schedule {
    position: relative;
    width: 480px;
}

.info .schedule p {
    text-align: right;
    font-size: 14px;
}

.info .sns-box {
    position: absolute;
    bottom: 0;
    left: 20px;
    content: "";
    width: 150px;
}

.info .sns-box ul {
    font-size: 0;
}

.info .sns-box ul li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.info .sns-box ul li img {
    width: 45px;
}

header .info .schedule {
    width: auto;
}

.info .contact {
    width: 480px;
}

header .info .contact {
    width: auto;
}

.info .contact .tel {
    margin: 10px 0 60px;
    padding-left: 35px;
    font-size: 26px;
    display: inline-block;
    background: url(/import/tenant_1/www.teshirogi-dc.net/img/icon-tel.png) no-repeat left center;
}

header .info .contact .tel {
    margin: 5px 0 5px;
    padding-left: 25px;
    font-size: 24px;
    background: url(/import/tenant_1/www.teshirogi-dc.net/img/icon-tel.png) no-repeat left center;
    background-size: 15px auto;
}

.info .contact .web {
    float: right;
    margin-top: 15px;
}

.info .contact .web a {
    display: block;
    color: #fff;
    background: #f3981d;
    width: 200px;
    height: 33px;
    line-height: 33px;
    text-align: center;
    box-shadow: 0px 2px 0px 0px #f4f4f4;
}

.info .contact .web a span {
    padding-right: 20px;
    background: url(/import/tenant_1/www.teshirogi-dc.net/img/icon03.png) no-repeat right center;
}

header .info .contact .web {
    margin-top: 5px;
}

.info .contact .fax {
    font-size: 15px;
}

.info .contact .address {
    font-size: 12px;
    line-height: 1.5;
}

.page header .info {
    width: 600px;
    margin-top: 30px;
}

.page header .info .contact .time-box {
    width: 380px;
    float: left;
}

.page header .info .contact .address {
    font-size: 12px;
    width: 200px;
    float: right;
}

.page header .info .contact .address .tel {
    font-size: 18px;
    color: #00ac97;
    padding: 0;
    background: none;
    white-space: nowrap;
}

.page header .info .contact .address .tel small {
    font-size: 14px;
    color: #787878;
}

.page header .info .contact .web a {
    background: #f3981d;
    color: #fff;
    font-size: 16px;
    width: 200px;
    height: 30px;
    line-height: 30px;
    border: none;
    border-bottom: 2px solid #e5e5e5;
}

.page header .info .contact .web a span {
    background: none;
    padding: 0;
}

header .info .contact .address {
    font-size: 14px;
}

.info .contact .btn a {
    top: -100px;
    display: block;
    border: 1px solid #fff;
    color: #fff;
    text-align: center;
    margin-top: 10px;
    padding: 5px;
    border-radius: 5px;
    font-size: 15px;

}

.info .contact .btn a.fixed {
    position: fixed;
    top: 6px;
    left: 270px;
    z-index: 2;
    margin: 0;
    transition: top 0.5s ease-in;
    -webkit-transition: top 0.5s ease-in;
}

.info-sns {
    text-align: right;
    padding: 20px 0 0;
}

.info-sns ul li {
    display: inline;
    margin: 0 0 0 10px;
}

.header-sns {
    text-align: right;
    padding: 5px 25px 0;
}

.header-sns ul li {
    display: inline;
    margin: 0 0 0 10px;
}

table.schedule-table {
    white-space: nowrap;
    width: 100%;
    border-collapse: collapse;
    margin: 0 0 5px;
}

table.schedule-table th {
    text-align: center;
    padding: 10px;
    font-size: 14px;
    border-bottom: solid #D8D8D8 1px;
    vertical-align: middle;
    font-weight: normal;
    background: #D8D8D8;
}

table.schedule-table td {
    text-align: center;
    padding: 10px;
    font-size: 14px;
    border-bottom: solid #dbdbdb 1px;
    vertical-align: middle;
    background: #fff;
    color: #f3981d;
}

table.schedule-table td.close {
    color: #4B4B4B;
}

table.schedule-table td.time {
    font-size: 14px;
    color: #4B4B4B;
}

header table.schedule-table th {
    padding: 5px;
    font-size: 12px;
}

header table.schedule-table td {
    padding: 5px;
    font-size: 12px;
}

.content-arrow {
    padding: 70px 0 0;
    background: url(/import/tenant_1/www.teshirogi-dc.net/img/content-arrow.png) no-repeat center top;
}

.large {
    font-size: 150%;
}

/* トップページ - お悩み */

#onayami {
    text-align: center;
    background: #F5F5F5;
    padding: 40px 0 60px;
    margin-bottom: 60px;
}

#onayami .inner {
    padding: 0 15px;
}

#onayami h2 {
    font-size: 36px;
    text-align: center;
    font-weight: normal;
    margin-bottom: 10px;
}

.onayami-container li a {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    height: 100%;
    color: #333;
    font-size: 12px;
    padding: 5px;
    border: 1px solid #E5E5E5;
    background-color: #fff;
}

.onayami-container li a:hover {
    opacity: 0.8;
}

.onayami-container li a .onayami-icon {
    width: 70px;
    height: 70px;
    margin: 10px;
}

.onayami-container li a .onayami-icon img {
    width: 100%;
}

.onayami-container li a .text {
    margin-bottom: 10px;
}

/* トップページ - 住所・時間 */

#home #timetel {
    display: none;
}

/* トップページ - 内覧会・開院のお知らせ */

#home #info .box {
    border: 1px solid #00ac97;
    background: #fff;
    text-align: center;
    padding: 20px;
    margin-top: 100px;
    margin-bottom: 30px;
}

#home #info .box:last-child {
    margin-top: 0px;
    margin-bottom: 100px;
}

#home #info .box h3 {
    font-size: 24px;
    font-weight: normal;
}

#home #info .box strong {
    font-size: 36px;
    font-weight: normal;
    color: #f3981d;
    background: linear-gradient(transparent 80%, #dcc8c8 80%);
    background-position-y: -10px;
    padding: 0 20px 5px;
}

#home #info .box em {
    font-size: 18px;
    font-style: normal;
}

/* トップページ */

#index-top {
    margin-bottom: 20px;
}

#index-top .logo2 div {
    font-size: 14px;
    margin-top: 15px;
    width: 393px;
    color: #787878;
}

#index-top .logo2.fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 4;
    transition: top 0.5s ease-in;
    -webkit-transition: top 0.5s ease-in;
    margin: 5px 0 0 10px;
    background-color: #fff;
    padding: 5px;
    border-radius: 5px;
}

#index-top .logo2.fixed img {
    height: 30px;
    width: auto;
}

#index-top .logo2.fixed div {
    display: none;
}

#index-top .index-time {
    float: left;
    width: 378px;
    color: #787878;
}

#index-top .index-time p {
    font-size: 14px;
    margin-bottom: 15px;
}

#index-top .contact {
    width: 600px;
    float: right;
}

#index-top .contact .tel {
    font-size: 22px;
    margin: 10px 0 0px;
    white-space: nowrap;
    background: none;
    padding: 0;
    color: #00ac97;
}

#index-top .contact .tel em {
    font-size: 14px;
    font-style: normal;
    color: #787878;
}

#index-top .info .contact .web {
    float: left;
}

#index-top .info .contact .web a {
    display: block;
    background: #f3981d;
    width: 200px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #E5E5E5;
    text-align: center;
    box-shadow: 0px 2px 0px 0px #f4f4f4;
    color: #fff;
    font-size: 16px;
}

#index-top .info .contact .web a span {
    padding-right: 0px;
    background: none;
}

#index-top .info .contact .address {
    width: 200px;
    float: right;
    color: #787878;
}

#index-top .fleft {
    /* width: 450px; */
    float: none;
    margin-bottom: 100px;
}

#index-top .fright {
    /* width: 510px; */
    float: none;
    overflow: hidden;
    margin-bottom: 50px;
}

#index-top .info .schedule {
    width: auto;
    /* float: right; */
}

#index-top .kamoku {
    padding: 0px 0 0;
}

#index-top .kamoku h2 {
    font-size: 24px;

    margin: 0 0 10px;
    letter-spacing: 2px;
    font-weight: normal;
    border-bottom: solid #c7c7c7 1px;
    padding: 0 0 5px;
}

#index-top .kamoku ul {
    font-size: 0;
}

#index-top .kamoku ul li {
    width: 23%;
    margin: 0 2% 6px 0;
    display: inline-block;
    vertical-align: top;
}

#index-top .kamoku ul li:nth-child(4n) {
    margin: 0 0 6px;
    width: 25%;
}

#index-top .kamoku ul li a {
    display: table;
    width: 100%;
    height: 3em;
    padding: 7px 0;
    text-align: center;
    font-size: 12px;

    font-weight: normal;
    border: solid #e5e5e5 1px;
    line-height: 1.5;
}

#index-top .kamoku ul li a span {
    display: table-cell;
    vertical-align: middle;
}

#index-top .kamoku ul li a.line2 {
    padding: 1px 0;
}

.mail {
    margin-top: 10px;
}

.mail p {
    background: #DFF4F2;
    color: #4b4b4b !important;
    padding: 5px;
    display: block;
    text-align: center;
    border-radius: 5px;
    font-size: 14px;
    margin-bottom: 5px;
}

#index-top table.schedule-table th {
    padding: 5px;
    border: none;
}

#index-yoyaku {
    padding: 30px 40px;
    margin-bottom: 80px;
    background: #F0F0F0;

}

#index-yoyaku h2 {

    font-size: 26px;
    font-weight: normal;
    margin-bottom: 30px;
    text-align: center;
}

#index-yoyaku>p {
    font-size: 15px;
    line-height: 1.6;
    padding-bottom: 20px;
}

#index-yoyaku .yoyaku-box-left {
    float: left;
    background: #fff;
    padding: 20px;
    min-height: 108px;
}

#index-yoyaku .yoyaku-box-left h3 {
    font-size: 20px;
    font-weight: normal;
    margin-bottom: 20px;
    padding-bottom: 5px;
    text-align: center;
    border-bottom: dashed #D7D7D7 1px;
}

#index-yoyaku .yoyaku-box-left .yoyaku-contact-tel {
    line-height: 1;
    background: url(/import/tenant_1/www.teshirogi-dc.net/img/icon-tel.png) no-repeat 0;
    font-size: 39px;
    margin-top: 20px;
    margin-left: 55px;
    padding-left: 40px;
    white-space: nowrap;
}

#index-yoyaku .yoyaku-box-right {
    background: #fff;
    float: right;
    padding: 20px;
}

#index-yoyaku .yoyaku-box-right h3 {
    font-size: 20px;
    font-weight: normal;
    margin-bottom: 20px;
    padding-bottom: 5px;
    text-align: justify;
    border-bottom: dashed #D7D7D7 1px;
    width: 380px;
    float: left;
}

#index-yoyaku .yoyaku-box-right p {
    font-size: 16px;
    line-height: 1.6;
    float: left;
    width: 380px;
}

#index-yoyaku .yoyaku-box-right img {
    float: right;
    margin-top: -50px;
}

.news-container h2 {
    font-size: 24px;
    margin: 0 0 10px;
    letter-spacing: 2px;
    font-weight: normal;
    border-bottom: solid #c7c7c7 1px;
    padding: 0 0 5px;
}

.news-body ul {
    height: 200px;
    overflow: auto;
}

.news-body ul::-webkit-scrollbar {
    width: 5px;
}

.news-body ul::-webkit-scrollbar-thumb {
    background-color: #ccc;
    border-radius: 15px;
}

.news-body ul.news-list li {
    font-size: 0;
    margin: 0 0 10px;
}

.news-body ul.news-list li .date {
    color: #f3981d;
    display: inline-block;
    width: 20%;
    font-size: 16px;
    margin: 0 50px 0 0;
    line-height: 1.5;
    vertical-align: top;
}

.news-body ul.news-list li .title {
    display: inline-block;
    width: 65%;
    font-size: 16px;
    line-height: 1.5;
    vertical-align: top;
}

.news-body ul.news-list li .title a {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

#index-content {
    margin-bottom: 50px;
}

#index-content article:nth-of-type(even) {
    flex-direction: row-reverse;
}

#index-content article+article {
    margin-top: 80px;
}

#index-content article figure img {
    border-radius: 14px;
}

#index-content article h3 {
    font-size: 20px;
    line-height: 1.3;
    margin: 0 0 20px;
    font-weight: normal;
    color: #00ac97;
}

#index-content article h3 strong {
    font-size: 30px;
    font-weight: normal;
    display: block;
}

#index-content article p {
    font-size: 16px;
    line-height: 1.6;
}

#index-content article.two img {
    margin-left: -25px;
}

#index-content h4 {
    font-size: 24px;
    line-height: 1.6;
    text-align: center;
    font-weight: normal;
    margin: 30px 0 20px;
}

#index-content .btn {
    display: inline-block;
    background: #fff;
    width: 223px;
    height: 37px;
    line-height: 37px;
    border: 1px solid #E5E5E5;
    text-align: center;
    box-shadow: 0px 2px 0px 0px #f4f4f4;
    font-size: 16px;
    float: right;
    margin-top: 30px;
}

#index-content .btn span {
    padding-right: 20px;
    background: url(/import/tenant_1/www.teshirogi-dc.net/img/icon01.png) no-repeat right center;
}

.serBox2 {
    float: left;
    width: 45% !important;
    padding: 0% 2% 5%;
    background-repeat: no-repeat;
    background-size: 80% auto;
    background-position: center center;
}

.blocka {
    float: left;
    margin-left: 50px;
}

.blockb {
    width: 480px;
}

.aboutBox {
    background-image: url();
    height: 248px !important;
    text-align: center;
    padding-top: 20px;
    margin-bottom: 70px;
}

.title-shadow {
    font-size: 36px;

    text-align: center;
    margin: 0 0 80px;
    padding-bottom: 20px;
    font-weight: normal;
    background: url(/import/tenant_1/www.teshirogi-dc.net/img/content-shadow-top.jpg) no-repeat center bottom;
}

/* トップページ - 院長あいさつ */

#home #greeting.content {
    padding: 40px 0 120px;
}

#home #greeting {
    text-align: center;
}

#home #greeting h3 {
    text-align: justify;
    font-size: 30px;
    width: 707px;
    color: #00ac97;
    margin-bottom: 10px;
}

#home #greeting h3 strong {
    font-size: 30px;
    font-weight: normal;
}

#home #greeting img {
    border-radius: 14px;
}

#home #greeting p {
    width: 707px;
    text-align: justify;
}

#home #greeting .name {
    text-align: right;
    font-size: 18px;
    margin-top: 20px;
}

#home #greeting .name span {
    display: inline-block;
    vertical-align: middle;
    margin-right: 40px;
}

#home #greeting .name span:last-child {
    margin-right: 0;
}

#home #greeting .name strong {
    font-size: 28px;
    font-weight: normal;
}

#home #greeting .frame {
    background: #F0F0F0;
    clear: both;
    margin-top: 30px;
    text-align: justify;
    padding: 15px 30px;
}

#home #greeting .frame h4 {
    font-size: 18px;
    font-weight: normal;
    color: #00ac97;
    border-bottom: 1px dotted #D7D7D7;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

#home #greeting .frame p {
    width: 100%;
}

.btn {
    margin: 30px auto 0;
}

.btn a {
    display: block;
    background: #fff;
    width: 300px;
    height: 37px;
    line-height: 37px;
    border: 1px solid #E5E5E5;
    text-align: center;
    box-shadow: 0px 2px 0px 0px #f4f4f4;
    margin: auto;
}

.btn a span {
    padding-right: 20px;
    background: url(/import/tenant_1/www.teshirogi-dc.net/img/icon01.png) no-repeat right center;
}

.back-btn a span {
    padding-left: 20px;
    padding-right: 0;
    background: url(/upload/tenant_1/36a18aa14cfe0cfa773cc3e521b37d50.png) no-repeat left center;
}

/* トップページ - 院内・設備紹介 */

#facility {
    text-align: center;
    padding: 40px 0 60px 0;
}

#home #facility .box {
    margin-bottom: 60px;
    overflow: hidden;
}

#home #facility ul {
    font-size: 0;
    margin-bottom: 30px;
}

#home #facility ul li {
    vertical-align: top;
    font-size: 16px;
    text-align: justify;
}

#home #facility ul li:nth-child(4n) {
    margin-right: 0;
}

#home #facility ul li img {
    margin-bottom: 10px;
    width: 100%;
    border-radius: 14px;
    -moz-border-radius: 14px;
    -webkit-border-radius: 14px;
}

#home #facility ul li h3 {
    font-weight: normal;
    margin-bottom: 5px;
    text-align: center;
    font-size: 20px;
    color: #00ac97;
}

#home #facility .btn {
    display: inline-block;
    background: #fff;
    width: 300px;
    height: 37px;
    line-height: 37px;
    border: 1px solid #E5E5E5;
    text-align: center;
    box-shadow: 0px 2px 0px 0px #f4f4f4;
    font-size: 16px;
    margin: 0 auto 30px;
}

#home #facility .btn span {
    padding-right: 20px;
    background: url(/import/tenant_1/www.teshirogi-dc.net/img/icon01.png) no-repeat right center;
}

#home #facility table {
    border: 1px solid #E5E5E5;
    border-collapse: separate;
    border-spacing: 0;
    overflow: hidden;
    margin: 0 0 60px;
}

#home #facility table th {
    font-weight: normal;
    background: #FAFAFA;
    padding: 15px;
    vertical-align: top;
    border-bottom: 1px solid #E5E5E5;
    border-right: 1px solid #E5E5E5;
    width: 140px;
}

#home #facility table tr:last-child th {
    border-bottom: none;
}

#home #facility table td {
    background: #fff;
    padding: 15px;
    text-align: justify;
    border-bottom: 1px solid #E5E5E5;
}

#home #facility table tr:last-child td {
    border-bottom: none;
}

#home .column-list {
    height: auto;
}

#home .column-list {
    width: 800px;
    max-width: 100%;
    margin: auto;
}

/* 下層ページ共通 */

#page-header h2 {
    font-size: 36px;

    text-align: center;
    font-weight: normal;
    padding: 90px 0 0;
    /* text-shadow: 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff; */
    line-height: 1.5;
}

#page-header h2 small {
    display: block;
    padding: 5px 0 0;
    font-size: 16px;
    color: #00ac97;
}

.breadcrumb {
    width: auto;
    border-bottom: solid #ececec 1px;
    font-size: 14px;
    padding: 15px;
    background: #F0F0F0;
}

.breadcrumb ul {
    width: 1024px;
    max-width: 96%;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-self: start;
    margin: 0 auto;
}

.breadcrumb ul li {
    width: auto;
    line-height: 1;
}

.breadcrumb ul li+li {
    margin-left: 15px;
}

.breadcrumb ul li a {
    color: #00ac97;
}

.page-link {
    margin: 0 0 30px;
}

.page-link ul {
    font-size: 0;
}

.page-link ul li {
    display: inline-block;
    margin: 0 2% 20px 0 !important;
    width: 32%;
    vertical-align: top;
}

.page-link ul li:nth-child(3n) {
    display: inline-block;
    margin: 0 0 20px 0 !important;
}

.page-link ul li a {
    background-image: url();
    background-size: contain;
    background-repeat: repeat-x;
    padding: 15px 20px;
    text-align: center;
    color: #fff;
    font-size: 20px;
    display: block;
    border-radius: 10px;
}

.page-link ul li a span {
    display: block;
    padding: 0 0 0 30px;
    background: url() no-repeat 0;
    text-align: justify;
}

.page-link ul li a:hover {
    opacity: .8;
}

.line-header {
    text-align: center;
    margin: 0 0 40px;
    background: url(/import/tenant_1/www.teshirogi-dc.net/img/ling-header-bg.gif) no-repeat center;
}

.line-header h2 {
    display: inline-block;
    padding: 0 10px;
    background-color: #fff;
    font-size: 40px;
    font-weight: normal;
    line-height: 1;
}

.corner-box {
    border: solid #ccc 1px;
    border-radius: 10px;
    position: relative;
    margin: 40px 0;
}

.corner-box-header {
    position: absolute;
    top: -30px;
    left: 0;
    text-align: center;
    width: 100%;
}

.corner-box-header h3 {
    display: inline-block;
    padding: 0 20px;
    font-size: 40px !important;
    line-height: 1;
    background-color: #fff;
}

.corner-box .body {
    padding: 60px 30px 30px;
}

.corner-box .body p {
    font-size: 20px;
    margin: 0 0 30px;
    text-align: center;
}

.corner-box .body .bnr {
    text-align: center;
}

/* 治療の流れ */

#flow #page-header {
    background: url(/import/tenant_1/www.teshirogi-dc.net/img/page-header-bg2.jpg) no-repeat center;
    background-size: auto 100%;
    height: 250px;
    width: 100%;
    margin: 0 0 0;
}

#flow #page-header .inner {
    background: url() no-repeat;
    height: 250px;
}

#flow-content h3 {
    font-size: 40px;

    line-height: 1.6;
    text-align: center;
    font-weight: normal;
    margin-top: 40px;
}

#flow-content p {
    font-size: 15px;
    line-height: 1.8;
}

#flow-content p.catch {
    font-size: 15px;
    line-height: 1.8;
    margin: 20px auto 100px auto;
    text-align: center;
    background: url(/import/tenant_1/www.teshirogi-dc.net/img/content-shadow-top.jpg) top center no-repeat;
    padding: 60px 0 0;
    width: 1024px;
}

#flow-content ol {
    width: 1024px;
    margin: 0 auto;
}

#flow-content ol li {
    padding: 40px 0 0 160px;
    min-height: 250px;
    overflow: hidden;
    margin: 0 0 10px 0;
    background-repeat: no-repeat;
    background-position: 0 0;
}

#flow-content ol li h3 {
    font-size: 36px;

    line-height: 1.2;
    font-weight: normal;
    padding: 0 0 10px 0;
    margin: 0 0 20px 0;
    border-bottom: solid #ccc 1px;
    width: 515px;
    text-align: justify;
}

#flow-content ol li h3 span {
    display: none;
}

#flow-content ol li img {
    float: right;
    margin: -70px 0 0 0;
}

#flow-content ol li figcaption {
    float: left;
    width: 515px;
}

#flow-content ol li figcaption p {
    font-size: 15px;
    margin: 0 0 10px 0;
}

#flow-content ol li figcaption div.btn a {

    border: 1px solid #ccc;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    padding: 5px 20px;
    font-size: 18px;
    display: inline-block;
}

#flow-content ol li.flow-content01 {
    background-image: url(/import/tenant_1/www.teshirogi-dc.net/img/flow/flow01.png);
}

#flow-content ol li.flow-content01 .tel {
    font-size: 30px;
    background: url(/import/tenant_1/www.teshirogi-dc.net/img/icon-tel.png) no-repeat 0;
    padding: 0 0 0 30px;
    color: #6fb00c !important;
}

#flow-content ol li.flow-content01 .tel small {
    display: none;
}

#flow-content ol li.flow-content01 .tel a {
    color: #6fb00c !important;
}

#flow-content ol li.flow-content02 {
    background-image: url(/import/tenant_1/www.teshirogi-dc.net/img/flow/flow02.png);
}

#flow-content ol li.flow-content03 {
    background-image: url(/import/tenant_1/www.teshirogi-dc.net/img/flow/flow03.png);
}

#flow-content ol li.flow-content04 {
    background-image: url(/import/tenant_1/www.teshirogi-dc.net/img/flow/flow04.png);
}

#flow-content ol li.flow-content05 {
    background-image: url(/import/tenant_1/www.teshirogi-dc.net/img/flow/flow05.png);
}

#flow-content ol li.flow-content06 {
    background-image: url(/import/tenant_1/www.teshirogi-dc.net/img/flow/flow06.png);
}

#flow-content ol li.flow-content07 {
    background-image: url(/import/tenant_1/www.teshirogi-dc.net/img/flow/flow07.png);
    margin-bottom: 100px;
}

#flow-content ol li.flow-content08 {
    background-image: url(/import/tenant_1/www.teshirogi-dc.net/img/flow/flow08.png);
}

#flow-content ol li.flow-content09 {
    background-image: url(/import/tenant_1/www.teshirogi-dc.net/img/flow/flow09.png);
}

#flow-content ol li.flow-content10 {
    background-image: url(/import/tenant_1/www.teshirogi-dc.net/img/flow/flow10.png);
    margin-bottom: 100px;
}

#flow-content .flow-flow {
    margin-bottom: 60px;
}

#flow-content .flow-flow ol li {
    padding: 0 0 40px;
    background-position: 440px bottom;
    background-repeat: no-repeat;
    margin: 0 0 10px;
}

#flow-content .flow-flow ol li.odd {
    background-image: url();
}

#flow-content .flow-flow ol li.odd.last {
    background-image: none;
}

#flow-content .flow-flow ol li.even {
    background-image: url();
}

#flow-content .flow-flow ol li.even.last {
    background-image: none;
}

#flow-content .flow-flow ol li span.number {
    width: 200px;
    height: 200px;
    display: block;
}

#flow-content .flow-flow ol li.odd span.number {
    margin-top: 70px;
}

#flow-content .flow-flow ol li.even span.number {
    margin-top: 70px;
}

#flow-content .flow-flow ol li p.title {
    border-radius: 10px;
    font-size: 15px;
    padding: 20px;
}

#flow-content .flow-flow ol li p.title em {
    font-size: 48px;
    font-style: normal;
    text-align: justify;
    display: block;
    line-height: 1.4;
    padding-bottom: 10px;
}

#flow-content .flow-flow ol li p.title span {
    float: left;
    width: 440px;
}

#flow-content .flow-flow ol li.odd p.title {
    border: solid #86cc88 1px;
    width: 760px;
    margin-left: 100px;
    margin-top: -300px;
    padding-left: 120px;
    overflow: hidden;
}

#flow-content .flow-flow ol li.odd p.title img {
    float: right;
}

#flow-content .flow-flow ol li.odd p.title em {
    color: #86cc88;
}

#flow-content .flow-flow ol li.even p.title {
    border: solid #a5ada2 1px;
    width: 760px;
    margin-left: 100px;
    margin-top: -300px;
    padding-left: 120px;
    overflow: hidden;
}

#flow-content .flow-flow ol li.even p.title img {
    float: right;
}

#flow-content .flow-flow ol li.even p.title em {
    color: #a5ada2;
}

#flow-content .flow-flow .btn_tel,
.flow-flow .btn_web {
    display: inline-block;
    border-radius: 12px;
    background-color: #ffbfbd;
    color: #fff;
    text-align: center;
    line-height: 2;
    margin-top: 10px;
    font-size: 15px;
    width: 100%;
}

#flow-content .flow-flow ol li p.title small {
    display: block;
    font-weight: bold;
    font-size: 18px;
    padding-left: 30px;
    background: url(/import/tenant_1/www.teshirogi-dc.net/img/icon-maru.png) no-repeat left center;
}

/* 診療案内 */
#s01,
#s02,
#s03,
#s04,
#s05,
#s06,
#s07,
#s08,
#s09,
#s10,
#s11,
#s12,
#s13 {
    margin-top: -60px !important;
    padding-top: 60px !important;
}

#service #page-header {
    background: url(/import/tenant_1/www.teshirogi-dc.net/img/page-header-bg1.jpg) no-repeat center;
    background-size: auto 100%;
    height: 250px;
    width: 100%;
    margin: 0 0 0;
}

#service #page-header .inner {
    background: url() no-repeat;
    height: 250px;
}

#service-content {
    margin: 0 0 0px;
    padding: 100px 0 0;
}

#service-content h3 {
    font-size: 30px;

    line-height: 1.6;
    text-align: center;
    font-weight: normal;
    margin: 20px 0 20px;
}

#service-content h3 strong {
    color: #00ac97;
    font-weight: normal;
}

#service-content .main {
    background-color: #DFF4F2;
    padding: 35px 25px;
    border-radius: 10px;
    margin-bottom: 50px;
    line-height: 1.6;
}

#service-content .main h2 {
    font-size: 28px;

    font-weight: normal;
    text-align: center;
    margin-bottom: 30px;
}

#service-content .kamoku {
    margin: 0 0 130px;
}

#service-content .kamoku ul {
    margin: 0 auto;
    font-size: 0;
    width: 1024px;
}

#service-content .kamoku ul li a {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 10px 30px 10px 10px;
    text-align: center;
    font-size: 12px;
    font-weight: normal;
    border: solid #e5e5e5 1px;
    line-height: 1.5;
}

#service-content .kamoku ul li a::after {
    content: url(/import/tenant_1/www.teshirogi-dc.net/img/icon04.png);
    margin: auto;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translate(0, -50%);
    z-index: 1;
}

#service-content .kamoku ul li a span {
    display: inline-block;
    vertical-align: middle;
}

#service-content .kamoku ul li a.line2 {
    padding: 1px 0;
}

#service-content article {
    margin: 0 auto 150px;
    width: 1024px;
}

#service-content article figure {
    padding: 0;
    text-align: center;
}

#service-content article figure img {
    width: 320px;
    height: auto;
    border-radius: 14px;
    -moz-border-radius: 14px;
    -webkit-border-radius: 14px;
}

#service-content article h3 {
    font-size: 28px;
    padding: 0 0 10px;
    margin: 0 0 30px;
    border-bottom: dashed #D7D7D7 1px;
    text-align: justify;
    color: #00ac97;
}

#service-content article h3 small {
    font-size: 16px;
    color: #fff;
    background: #64BE91;
    padding: 2px 20px;
    vertical-align: middle;
    display: inline-block;
    margin-left: 20px;
}

#service-content article h4 {
    font-size: 22px;

    line-height: 1.3;
    margin: 0 0 10px;
    font-weight: normal;
    padding-left: 25px;
    background: url(/import/tenant_1/www.teshirogi-dc.net/img/icon-maru.png) no-repeat left center;
}

#service-content article p {
    line-height: 1.6;
    font-size: 16px;
    margin-bottom: 10px;
}

#service-content article p a {
    display: block;
    background: #fff;
    width: 254px;
    height: 37px;
    line-height: 37px;
    border: 1px solid #E5E5E5;
    text-align: center;
    box-shadow: 0px 2px 0px 0px #f4f4f4;
    float: right;
    margin-top: 20px;
    font-size: 16px;
}

#service-content article p a span {
    padding-right: 20px;
    background: url(/import/tenant_1/www.teshirogi-dc.net/img/icon01.png) no-repeat right center;
}

.box1 {
    padding: 30px;
    margin-top: 40px;
    background: #F0F0F0;
    overflow: hidden;
}

.box1 h4 {
    border-bottom: 1px solid #D7D7D7 !important;
    background: none !important;
    padding: 0 0 10px 0 !important;
    color: #00ac97;
    margin-bottom: 20px !important;
}

#service-content article h4 {
    font-size: 22px;
    line-height: 1.3;
    margin: 0 0 10px;
}

.box1 img {
    border-radius: 14px;
}

/* 医師あいさつ */

#staff #page-header {
    background: url(/import/tenant_1/www.teshirogi-dc.net/img/page-header-bg3.jpg) no-repeat center;
    background-size: auto 100%;
    height: 250px;
    width: 100%;
    margin: 0 0 0;
}

#staff #page-header .inner {
    background: url() no-repeat;
    height: 250px;
}

#staff article {
    width: 100%;
    height: 300px;
    background: url() no-repeat;
    margin: 0 0 30px 0;
}

#staff article h3 {
    padding: 20px 0 0 0;
    font-size: 30px;
    font-weight: normal;
    margin: 0 0 20px 0;
    line-height: 1.2;
}

#staff article h3 span {
    font-size: 50px;
}

#staff article p {
    padding: 30px 0 0 0;
    font-size: 15px;
    line-height: 1.8;
    color: #333;
}

.doctor {
    padding: 100px 0 0;
    margin: 0 0 110px;
}

.doctor:last-child {
    margin: 0 0 150px;
}

.doctor .content-body {
    width: 1024px;
    margin: 0 auto 110px;
}

.doctor .content-body h4 {
    font-size: 28px;

    padding: 0 0 5px;
    border-bottom: dashed #D7D7D7 1px;
    margin: 0 0 40px;
    font-weight: normal;
    color: #00ac97;
}

.doctor .content-body figure img {
    height: auto;
    border-radius: 14px;
    -moz-border-radius: 14px;
    -webkit-border-radius: 14px;
}

.doctor .content-body .text strong {
    font-size: 24px;
    font-weight: normal;
    color: #00ac97;
    display: block;
    margin-bottom: 20px;

}

.doctor .content-body .text p {
    font-size: 15px;
    line-height: 1.6;
}

.doctor .content-body .signature {
    font-size: 18px;

    padding: 30px 0 0;
    text-align: right;
}

.doctor.side .content-body .signature {
    padding: 10px 0 0;
    text-align: justify;
}

.doctor .content-body .signature span {
    margin: 0 0 0 0px;
    font-size: 28px;

    position: relative;
    display: inline-block;
}

.doctor .content-body .signature span small {
    position: absolute;
    top: -15px;
    left: 0;
    letter-spacing: .2em;
    width: 100%;
    text-align: center;
    font-size: 13px;

    display: inline-block;
    margin-left: -.2em;
}

.doctor .detail {
    width: 1024px;
    margin: 0 auto;
}

.doctor .detail.first {
    margin: 0 auto 110px;
}

.doctor.side .detail {
    width: 100%;
}

.doctor .detail .fleft,
.doctor .detail .fright {
    float: none;
}

.doctor .detail h4 {
    font-size: 24px;
    border-bottom: none;
    color: #fff;
    background: #00ac97;
    margin: 0 0 30px;
    padding: 0 10px;
    font-weight: normal;
}

.doctor .detail table {
    font-size: 15px;
}

.doctor .detail table th {
    padding: 0 10px 10px;
    text-align: justify;
    vertical-align: top;
    font-weight: normal;
}

.doctor .detail table td {
    padding: 0 10px 10px;
    text-align: justify;
    vertical-align: top;
}

.staff {
    padding: 40px 0 0;
    margin: 0 0 60px;
}

.staff figure {
    font-size: 0;
    text-align: center;
}

.staff figure img {
    width: 850px;
    height: auto;
    border-radius: 14px;
    -moz-border-radius: 14px;
    -webkit-border-radius: 14px;
}

.staff figure figcaption {
    padding: 0 0 40px;
}

.staff figure figcaption p {
    text-align: center;
    font-size: 16px;
    line-height: 1.6;
}

.staff figure figcaption p span {
    margin: 0 20px;
}

.staff figure figcaption p.total {
    font-size: 28px;

}

.staff figure figcaption p.total strong {
    color: #64BE91;

    font-weight: normal;
}

/* 医院紹介 */

#clinic #page-header {
    background: url(/import/tenant_1/www.teshirogi-dc.net/img/page-header-bg4.jpg) no-repeat center;
    background-size: auto 100%;
    height: 250px;
    width: 100%;
    margin: 0 0 0;
}

#clinic #page-header .inner {
    background: url() no-repeat;
    height: 250px;
}

#clinic h3 {
    font-size: 24px;
    line-height: 1.6;
    text-align: center;
    font-weight: normal;
    margin: 10px 0 20px;
    color: #00ac97;
}

.clinic h3 {
    font-size: 40px;
    line-height: 1.6;
    text-align: center;
    font-weight: normal;
    margin: 0 0 20px;
}

.clinic .content-body {
    padding: 0 10%;
}

.clinic .content-body h3 {
    font-size: 24px;
    line-height: 1.4;
    margin: 0 0 20px;
    text-align: center;
    font-weight: normal;
}

.clinic .content-body {
    margin: 0 0 60px;
}

.clinic .content-body ul li {
    width: 48%;
    margin: 0 4% 60px 0;
    float: left;
    vertical-align: top;
}

.clinic .content-body ul li:nth-child(even) {
    margin: 0 0 60px;
}

.clinic .content-body ul li.wide {
    width: 100%;
}

.clinic .content-body ul li.wide img {
    float: left;
    width: 48%;
    margin: 0 4% 0 0;
}

.clinic .content-body ul li.wide img:last-of-type {
    float: right;
    margin: 0;
}

.clinic .content-body figure img {
    width: 100%;
    height: auto;
    border-radius: 14px;
    -moz-border-radius: 14px;
    -webkit-border-radius: 14px;
}

.clinic .content-body figcaption {
    clear: both;
    padding: 0px 0 0;
    font-size: 16px;
    line-height: 1.6;
}

.clinic .content-body ul li.wide figcaption {
    text-align: center;
}

.clinic .content-body ul.three li:nth-child(3n) {
    margin: 0 0 60px;
}

.clinic .content-body ul.three li img {
    width: 100%;
    height: auto;
}

.clinic .content-body ul.three li {
    width: 30%;
    margin: 0 4% 60px 0;
    float: left;
    vertical-align: top;
}

.slider-cont {
    width: 80%;
    margin: 15px auto;
}

.slider-title {
    width: 100%;
    font-weight: normal !important;
    display: inline-block;
    margin: 0px 0 20px 0;
    color: #00ac97;
    font-size: 24px;
    line-height: 1.6;
    text-align: center;
}

.slider-thumb {
    padding: 0 5px;
}

.slide-main:focus,
.slider-thumb:focus,
.slick-arrow:focus {
    outline: none;
}

.slick-arrow {
    width: 35px;
    height: 66px;
    display: inline-block;
    text-indent: -999rem;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: transparent;
    border: none;
    margin: auto;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    z-index: 1;
}

.slick-prev {
    background-image: url(/upload/tenant_1/8aedd82e1935b11938fc1581a552c215.png);
    left: -50px;
}

.slick-next {
    background-image: url(/upload/tenant_1/d2b8560f716b442aad68a71f5f87d06e.png);
    right: -50px;
}

#clinic .c-slider {
    width: 750px;
    margin: 0px auto 100px auto;
}

#clinic .c-slider ul li {
    width: auto;
    margin: 0 0 0px 0;
    float: none;
}

#clinic .c-slider img {
    width: 750px;
    border-radius: 14px;
    -moz-border-radius: 14px;
    -webkit-border-radius: 14px;
}

#clinic .c-slider .bxslider {
    overflow: visible !important;
}

#clinic .c-slider .custom-thumb2,
#clinic .c-slider .custom-thumb3 {
    overflow: hidden !important;
}

#clinic .c-slider .custom-thumb2 .bx-caption,
#clinic .c-slider .custom-thumb3 .bx-caption {
    display: none;
}

#clinic .c-slider .custom-thumb2 ul,
#clinic .c-slider .custom-thumb3 ul {
    margin-top: 30px;
    list-style: none;
    font-size: 0;
    text-align: center;
}

#clinic .c-slider .custom-thumb2 ul li,
#clinic .c-slider .custom-thumb3 ul li {
    display: inline-block;
    vertical-align: top;
    width: 120px;
    margin: 0px 5px 0px 0;
}

#clinic .c-slider .custom-thumb2 ul li:nth-child(6n),
#clinic .c-slider .custom-thumb3 ul li:nth-child(6n) {
    margin: 0px 0 18px 0;
}

#clinic .c-slider .custom-thumb2 ul li:last-child,
#clinic .c-slider .custom-thumb3 ul li:last-child {
    margin: 0px 0 18px 0;
}

#clinic .c-slider .custom-thumb2 ul li img,
#clinic .c-slider .custom-thumb3 ul li img {
    width: 100%;
    height: auto;
}

#clinic .c-slider .bxslider-btn {
    position: relative;
}

#clinic .c-slider .feed-prev-btn a {
    background: url(/import/tenant_1/www.teshirogi-dc.net/img/btn-prev.png) no-repeat;
    display: block;
    font-size: 0;
    width: 35px;
    height: 66px;
    position: absolute;
    top: 229px;
    left: -120px;
    z-index: 1;
}

#clinic .c-slider .feed-next-btn a {
    background: url(/import/tenant_1/www.teshirogi-dc.net/img/btn-next.png) no-repeat;
    display: block;
    font-size: 0;
    width: 35px;
    height: 66px;
    position: absolute;
    top: 229px;
    right: -120px;
    z-index: 1;
}

#clinic .c-slider .bxslider2 .bx-caption,
#clinic .c-slider .bxslider3 .bx-caption {
    text-align: center;
    padding: 20px 0 10px;
    line-height: 1.8 !important;
}

#clinic .c-slider .bxslider2 .bx-caption strong,
#clinic .c-slider .bxslider3 .bx-caption strong {
    font-weight: normal !important;
    display: inline-block;
    margin: 0px 0 20px 0;
    color: #00ac97;
    font-size: 24px;
    line-height: 1.6;

    text-align: center;
}

#clinic .c-slider .bxslider2 .bx-caption strong span.imgicon,
#clinic .c-slider .bxslider3 .bx-caption strong span.imgicon {
    margin: 0 0 0 10px;
    padding: 0 0 0 0;
    text-align: left;
}

#clinic .c-slider .bxslider2 .bx-caption strong span.imgicon img,
#clinic .c-slider .bxslider3 .bx-caption strong span.imgicon img {
    vertical-align: top;
    display: inline-block;
    width: 36px;
    height: auto;
    margin: 0 0px 0px 5px;
    padding: 0 0 0 0;
}

#clinic .c-slider .bxslider2 .bx-caption p,
#clinic .c-slider .bxslider3 .bx-caption p {
    text-align: left;
    color: #4b4b4b !important;
    font-size: 16px !important;
    line-height: 1.8 !important;
    margin: 0px 0 0 0;
}

.clinic .content-body .body {
    font-size: 16px;
}

.clinic .flex .flex-img {
    width: 30%;
    margin: 0 0 60px;
}

.clinic .flex .flex-img img {
    max-width: 100%;
}


/* アクセス */

#access #page-header {
    background: url(/import/tenant_1/www.teshirogi-dc.net/img/page-header-bg5.jpg) no-repeat center;
    background-size: auto 100%;
    height: 250px;
    width: 100%;
    margin: 0 0 0;
}

#access #page-header .inner {
    background: url() no-repeat;
    height: 250px;
}

#access-content {
    padding: 100px 0 0;
    width: 1024px;
    margin: 0 auto;
}

#access-content .content-body {
    font-size: 0;
}

#access-content .map-wrap figure {
    text-align: center;
    margin: 0 0 20px;
}

#access-content .map-wrap figure a {
    display: block;
}

#access-content .map-wrap figure img {
    width: 100%;
    border-radius: 14px;
}

#access-content .map-wrap p a {
    display: block;
    background: #fff;
    width: 254px;
    height: 37px;
    line-height: 37px;
    border: 1px solid #E5E5E5;
    text-align: center;
    box-shadow: 0px 2px 0px 0px #f4f4f4;
    margin: 0 auto;
    font-size: 16px;
}

#access-content .map-wrap p a span {
    padding-right: 20px;
    background: url(/import/tenant_1/www.teshirogi-dc.net/img/icon01.png) no-repeat right center;
}

#access-content .body {
    margin: 0 0 60px;
}

#access-content .body img {
    width: 100%;
    height: auto;
}

#access-content .body p {
    text-align: center;
    margin: 0 0 40px;
}

#access-content .body ul {
    width: 100%;
    margin: 0 auto 30px;
    font-size: 0;
}

#access-content .body ul li {
    display: inline-block;
    width: 32%;
    margin: 0 2% 0 0;
    vertical-align: top;
}

#access-content .body ul li figure img {
    width: 100%;
    height: auto;
}

#access-content .body ul li figcaption {
    text-align: center;
    padding: 10px 0 0;
    font-size: 15px;
}

#access-content .body ul li:last-child {
    margin: 0;
}

#access-content .detail {
    margin: 0 0 110px;
}

#access-content .detail h4 {
    font-size: 28px;

    padding: 0 0 5px;
    border-bottom: dashed #D7D7D7 1px;
    margin: 0 0 40px;
    font-weight: normal;
    color: #00ac97;
}

#access-content .detail h5 {
    clear: both;
    font-size: 24px;

    font-weight: normal;
    padding: 5px 10px;
    background: #00ac97;
    color: #fff;
}

#access-content .detail p {
    padding: 10px 10px 40px;
    font-size: 16px;
}

#access-content .detail figure {
    float: right;
    width: 460px;
}

#access-content .detail figure img {
    width: 425px;
    height: auto;
}

#access-content .detail figure img:first-child {
    margin-bottom: 50px;
}

#access-content .detail .info,
#access-content .detail .schedule {
    float: left;
    width: 520px;
}

#access-content .detail .info table.info-detail {
    font-size: 24px;
    width: 100%;
    border-collapse: collapse;
}

#access-content .detail .info table.info-detail th {
    font-size: 26px;

    font-weight: normal;
    vertical-align: middle;
    text-align: justify;
    padding: 0px 20px 20px 0;
}

#access-content .detail .info table.info-detail td {
    font-size: 15px;
    font-weight: normal;
    vertical-align: middle;
    text-align: justify;
    padding: 0px 0 20px 10px;
}

#access-content .detail .info table.info-detail td.tel {
    font-size: 30px;
}

#access-content .detail .info table.info-detail td.tel a {
    color: #64BE91;

}

#access-content .detail .info table.info-detail td.fax {
    font-size: 24px;

    color: #64BE91;
}

#access-content .detail .info p {
    font-size: 20px;

}

#access-content .detail .schedule table.schedule-table th {
    font-size: 20px;
}

#access-content .detail .schedule table.schedule-table td {
    font-size: 26px;
}

#access-content .detail .schedule table.schedule-table td.time {
    font-size: 20px;
}

#access-content .detail .schedule p {
    text-align: right;
    font-family: 新ゴ R;
    font-size: 18px;
}

#access-content .mail a {
    width: 50%;
    margin: 0 auto 80px;
}

.access-img {
    margin: 40px 0 100px;
}

.access-img ul {
    font-size: 0;
}

.access-img ul li {
    font-size: 16px;
    display: inline-block;
}

.access-img ul li img {
    width: 100%;
    border-radius: 14px;
}

.access-img ul li p {
    margin-top: 20px;
    padding: 0 !important;
}

/* Q&A */
#service #page-header.qa-pageheader {
    background: url(/import/tenant_1/www.teshirogi-dc.net/img/page-header-bg6.jpg) no-repeat center;
    background-size: auto 100%;
    height: 250px;
    width: 100%;
    margin: 0 0 0;
}

#service #page-header .inner {
    height: 250px;
}

#service-content .kamoku .qa-menu {
    width: 680px;
    margin: 0 auto;
}

#service-content .kamoku .qa-menu li a {
    font-size: 22px;
    color: #323232;
    padding: 10px;
}

.qa-content {
    width: 1024px;
    margin: 0 auto 150px;
}

.qa-content img {
    width: 100%;
    margin: 0 0 80px;
    border-radius: 14px;
    -moz-border-radius: 14px;
    -webkit-border-radius: 14px;
}

.qa-content .question {
    position: relative;
    height: 48px;
    background: #f0f0f0;
    margin: 0 0 20px;
    padding: 5px 0 5px 60px;
    box-sizing: border-box;
}

.qa-content .question h4 {
    font-size: 20px;
    color: #00ac97;
}

.qa-content .question h4::before {
    position: absolute;
    top: 5px;
    left: 10px;
    width: 36px;
    height: 36px;
    line-height: 1.2;
    content: 'Q';
    background: #00ac97;
    color: #fff;
    font-size: 27px;
    text-align: center;
}

.qa-content .answer {
    position: relative;
    margin-bottom: 50px;
    padding-left: 60px;
}

.qa-content .answer::before {
    position: absolute;
    top: 0;
    left: 10px;
    width: 36px;
    height: 36px;
    line-height: 1.2;
    content: 'A';
    background: #f3981d;
    color: #fff;
    font-size: 27px;
    text-align: center;
}

.qa-content .answer-box figure img {
    float: right;
    width: 320px;
}

.qa-content .answer-box figure figcaption {
    float: left;
    width: 620px;
}

.qa-content .answer h5 {
    font-size: 20px;
    color: #f3981d;
    margin: 0 0 15px;
    padding: 10px 0 0 0;
}

.qa-content .answer h5 span {
    display: inline-block;
    vertical-align: middle;
    width: 24px;
    height: 24px;
    background: #f3981d;
    color: #fff;
    font-size: 22px;
    line-height: 1;
    margin: -5px 10px 0 0;
    text-align: center;
    border-radius: 50%;
}

.qa-content .answer p {
    margin-bottom: 40px;
}

.qa-content .answer ul {
    margin: 0 0 40px;
}

.qa-content .answer ul li {
    padding-left: 20px;
    background: url(/import/tenant_1/www.teshirogi-dc.net/img/icon-maru.png) no-repeat left 7px;
}

/* ブログ */

.archive {
    margin: 0 0 40px;
    text-align: right;
}

.blog-content h3 {
    text-align: center;
    font-size: 36px;
    font-weight: normal;
}

.blog-content .body {
    margin: 0 0 40px;
    background: url(/import/tenant_1/www.teshirogi-dc.net/img/content-shadow-top.jpg) top center no-repeat;
    font-size: 0;
    padding: 60px 0 0;
}

.blog-content .body p {
    margin: 0 0 20px;
    line-height: 1.6;
    font-size: 15px;
}

.blog-content .body img {
    display: block;
    width: auto;
    height: auto;
    max-width: 80%;
    margin: 0 auto 20px;
}

.blog-content .date {
    margin: 0 0 30px;
    text-align: right;
}

/*20210107編集*/
#recrui {
    padding: 30px 40px;
    margin-bottom: 40px;
    background: #ffb6533d;
    border-radius: 20px;
}

#recrui:nth-of-type(2) {
  background: #a095f63d;
}
#recrui.houmon-box {
  background: #ff53533d;
}

#recrui h2 {
    color: #656360;
    font-size: 28px;
    text-align: center;
    margin-bottom: 10px;
}

#recrui p {
    color: #4B4B4B;
    text-align: center;
    font-size: 20px;
}

#recrui p span {
    display: block;
    padding: 10px;
    background-color: #fff;
    border-radius: 30px;
    width: 400px;
    text-align: center;
    margin: 0 auto;
    margin-top: 10px;
}

#recrui p span a {
    color: #4B4B4B;
}

.more-btn {
    display: block;
    padding: 10px;
    background-color: #fff;
    border-radius: 30px;
    width: 400px;
    text-align: center;
    margin: 0 auto;
    margin-top: 10px;
    max-width: 100%
}

.more-btn a {
    color: #4B4B4B;
}
/* カスタムコンテンツ */
.cc-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}

.cc-cont {
    width: 70%;
}

.cc-side {
    width: 25%;
}

.side-box+.side-box {
    margin-top: 50px;
}

.cc-side-title {
    font-size: 24px;
    color: #00ac97;
    margin-bottom: 10px;
}

.cc-side-list {
    padding-left: 20px;
}

.cc-side-list li+li {
    margin-top: 10px;
}

.detail-info .date {
    color: #f3981d;
    font-size: 16px;
    line-height: 1.5;
    vertical-align: top;
}

.detail-title {
    font-size: 28px;
    color: #00ac97;
    margin-bottom: 30px;
}

@media (max-width: 1024px) {
    .cc-cont {
        width: 65%;
    }

    .cc-side {
        width: 30%;
    }

    .detail-title {
        font-size: 24px;
    }
}

@media (max-width: 599px) {
    .cc-cont {
        width: 100%;
    }

    .cc-side {
        width: 100%;
        margin-top: 50px;
    }

    .detail-title {
        font-size: 20px;
    }
}

/* pager */

.pager ul li a,
.pager ul li .now {
    width: 30px;
    height: 30px;
    font-size: 18px;
    line-height: 100%;
    padding: 5px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border: 1px solid transparent;
    position: relative;
    border-radius: 5px;
}

.pager ul li .now,
.pager ul li a:hover {
    opacity: 1;
    border: 1px solid #00ac97;
    background-color: #00ac97;
    color: #fff;
}

.pager ul li .now:after,
.pager ul li a:hover:after {
    background-color: #000;
}

.pager ul li a:focus {
    outline: none;
}

@media all and (-ms-high-contrast:none) {

    *::-ms-backdrop,
    .pager ul li a,
    .pager ul li .now {
        padding-top: 5px;
    }
}

.pager ul li a:hover {
    opacity: 1;
}

.pager ul .prev,
.pager ul .next {
    font-size: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
}

.pager ul .prev-arrow:before {
    content: '';
    width: 30px;
    height: 30px;
    display: inline-block;
    background-image: url(/upload/tenant_1/8aedd82e1935b11938fc1581a552c215.png);
    background-size: 30% auto;
    background-repeat: no-repeat;
    background-position: center center;
}

.pager ul .next-arrow:before {
    content: '';
    width: 30px;
    height: 30px;
    display: inline-block;
    background-image: url(/upload/tenant_1/d2b8560f716b442aad68a71f5f87d06e.png);
    background-size: 30% auto;
    background-repeat: no-repeat;
    background-position: center center;
}

@media (max-width: 599px) {

    .pager ul li a,
    .pager ul li .now {
        width: 30px;
        height: 30px;
        font-size: 16px;
    }
}

/* pager end */

/* お知らせ */
#news-content .news-body ul {
    height: auto;
}

/* 全体のメディアクエリ */
@media (max-width: 1024px) {
    /* ポイントカラーの変え方・右記を置換してください。#64BE91 */

    /* A-BiSUスライダー */
    #main-visual .uk-slideshow::after {
        padding-top: 60vh;
    }

    /* コンテナー */

    body {
        padding: 60px 0 0;
        background-color: #fff;
        color: #4B4B4B;
        font-family: 'Noto Sans JP', sans-serif;
        -webkit-text-size-adjust: 100%;
    }

    /* ヘッダー */

    #home header,
    header {
        display: block;
        padding: 0 60px 0 0;
        position: fixed;
        height: 60px;
        width: 100%;
        background-color: rgba(255, 255, 255, 0.8);
        top: 0;
        left: 0;
        z-index: 10000;
    }

    #home header .inner,
    header .inner {
        align-items: center;
        width: 100%;
        max-width: 100%;

    }

    header .logo {
        margin: 10px;
    }

    header .logo img {
        height: 40px;
        width: auto;
    }

    header .logo div {
        display: none;
    }

    header .info {
        display: none;
    }

    h1 {
        display: none;
    }

    .sp-header-menu ul {
        font-size: 0;
    }

    .sp-header-menu ul li {
        display: inline-block;
    }

    .sp-header-menu ul li img {
        width: 60px;
        height: 60px;
    }

    /* spNavArea */

    div#spNavArea {
        display: block;
        position: fixed;
        width: 100%;
        top: 0;
        left: 0;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        z-index: 99999;
    }

    div#spNavArea .inner {
        position: relative;
        box-sizing: border-box;
    }

    div#spNavArea div#spNavBody {
        transition: 0.3s ease-in-out;
        overflow: auto;
        position: fixed;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        background: -ms-linear-gradient(0deg, rgba(0, 172, 151, 1) 0%, rgba(76, 197, 182, 1) 50%, rgba(0, 172, 151, 1) 100%);
        -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#00AC97', endColorstr='#00AC97' ,GradientType=0)";
        background: linear-gradient(90deg, rgba(0, 172, 151, 1) 0%, rgba(76, 197, 182, 1) 50%, rgba(0, 172, 151, 1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00AC97', endColorstr='#00AC97', GradientType=1);
        opacity: 0;
        z-index: 9998;
    }

    div#spNavArea.navOpen div#spNavBody {
        left: 0;
        opacity: 1;
    }

    div#spNavArea div#spNavBody nav {
        display: block;
    }

    div#spNavArea div#spNavBody nav>ul {
        margin: 50px 0 20px 50px;
    }

    div#spNavArea div#spNavBody nav>ul>li {
        width: 100%;
        margin-bottom: 20px;
        color: #fff;
        list-style-type: disc;
        font-size: 18px;
    }

    div#spNavArea div#spNavBody nav ul li a {
        color: #fff;
        text-decoration: none;
        display: block;
        text-align: left;
    }

    div#spNavArea div#spNavBody nav ul li>ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin: 20px 20px 0 0;
        font-size: 0.875em;
    }

    div#spNavArea div#spNavBody nav ul li>ul li {
        width: 50%;
        margin-bottom: 20px;
        padding-left: 20px;
        background: url() 0 13px no-repeat;
    }

    div#spNavArea .navBtn {
        display: block;
        position: absolute;
        width: 50px;
        height: 50px;
        padding: 15px;
        top: 5px;
        right: 5px;
        background-color: #00ac97;
        cursor: pointer;
        z-index: 9999;
    }

    div#spNavArea .navBtn span {
        display: block;
        height: 1px;
        width: 100%;
        background: #fff;
        transition: all .5s ease-in-out;
    }

    div#spNavArea .navBtn span:nth-of-type(2),
    div#spNavArea .navBtn span:nth-of-type(3) {
        margin-top: 8px;
    }

    div#spNavArea.navOpen .navBtn span:nth-of-type(1) {
        transform: translateY(10px) translateX(0) rotate(45deg);
    }

    div#spNavArea.navOpen .navBtn span:nth-of-type(2) {
        opacity: 0;
    }

    div#spNavArea.navOpen .navBtn span:nth-of-type(3) {
        transform: translateY(-8px) translateX(0) rotate(-45deg);
    }

    /* ページトップ */

    .pagetop {
        text-align: center;
        position: fixed;
        bottom: 0 !important;
        left: 0;
        background-color: #C8C8C8;
        width: 100%;
    }

    .pagetop a {
        display: block;
    }

    .pagetop a:hover {
        opacity: 0.8;
    }

    .pagetop img {
        width: 40px;
        height: auto;
    }

    /* 24時間WEB予約、電話をかける */

    .footer-btn {
        width: 440px;
        display: block;
        text-align: center;
        position: fixed;
        bottom: 0 !important;
        right: 15px;
        z-index: 1;
    }

    .footer-btn ul {
        font-size: 0;
    }

    .footer-btn ul li {
        display: inline-block;
        width: 48.5%;
    }

    .footer-btn ul li:first-child {
        margin-right: 1%;
    }

    .footer-btn ul li img {
        width: 100%;
        height: auto;
    }

    /* メインビジュアル */
    .main-visual-title {
        font-size: 35px;
        line-height: 1.8;
        text-shadow:
            white 2px 0px 0px,
            white -2px 0px 0px,
            white 0px -2px 0px,
            white 0px 2px 0px,
            white 2px 2px 0px,
            white -2px 2px 0px,
            white 2px -2px 0px,
            white -2px -2px 0px,
            white 1px 2px 0px,
            white -1px 2px 0px,
            white 1px -2px 0px,
            white -1px -2px 0px,
            white 2px 1px 0px,
            white -2px 1px 0px,
            white 2px -1px 0px,
            white -2px -1px 0px,
            white 1px 1px 0px,
            white -1px 1px 0px,
            white 1px -1px 0px,
            white -1px -1px 0px;
    }

    .main-visual-title::after {
        display: none;
    }

    .main-visual-logo {
        width: 150px;
        height: 150px;
    }

    #main-visual-sp {
        background-color: #fff;
        position: relative;
        width: auto;
        height: 400px;
        overflow: hidden;
        margin-top: -60px;
    }

    #main-visual-sp .catch {
        position: absolute;
        top: 280px;
        left: 50%;
        margin-left: -160px;
    }

    #main-visual-sp .catch img {
        width: 320px;
        height: auto;
    }

    /* フッター */

    footer {
        background-color: #fafafa;
        box-shadow: 0 8px 12px -8px rgba(0, 0, 0, 0.2) inset;
        padding-top: 30px;
    }

    .footer-link {
        text-align: center;
        padding: 10px 10px 20px;
        font-size: 14px;
    }

    .footer-link h3 {
        font-size: 18px;
        font-weight: normal;
        line-height: 1;
        margin-bottom: 10px;
    }

    .footer-link p {
        margin-bottom: 10px;
    }

    .footer-link ul {
        font-size: 0;
    }

    .footer-link ul li {
        display: inline-block;
        width: 49%;
        margin-top: 2%;
    }

    .footer-link ul li:nth-child(odd) {
        margin-right: 2%;
    }

    .footer-link ul li img {
        width: 100%;
        height: auto;
    }

    .footer-menu {
        display: none;
    }

    .footer-content {
        padding: 0px 0 0;
        margin: 0 10px;
    }

    .footer-logo {
        margin: 0 0 0px;
        text-align: center;
    }

    .footer-content .logo img {
        width: auto;
        height: auto;
    }

    .footer-content .info {
        width: 100%;
    }

    .footer-content .info .contact {
        margin-left: auto;
        margin-right: auto;
        padding: 20px 0 0;
    }

    .footer-content .info .sns {
        text-align: center;
        padding: 20px 0 0;
    }

    .footer-content .info .sns ul li {
        display: inline;
        margin: 0 0 0 10px;
    }

    .footer-center {
        width: 100%;
        margin-top: 10px;
        font-size: 14px;
    }

    .footer-center dt {
        width: 100%;
        color: #fff;
        margin: 0 0 10px 0;
        background: -ms-linear-gradient(0deg, rgba(0, 172, 151, 1) 0%, rgba(76, 197, 182, 1) 50%, rgba(0, 172, 151, 1) 100%);
        -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#00AC97', endColorstr='#00AC97' ,GradientType=0)";
        background: linear-gradient(90deg, rgba(0, 172, 151, 1) 0%, rgba(76, 197, 182, 1) 50%, rgba(0, 172, 151, 1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00AC97', endColorstr='#00AC97', GradientType=1);
        height: 30px;
        line-height: 30px;
        text-align: center;

    }

    .footer-center dd {
        padding: 0 0 10px 0;
    }

    .copyright {
        text-align: center;
        font-size: 14px;
        padding: 20px 0 65px;
        background: -ms-linear-gradient(0deg, rgba(0, 172, 151, 1) 0%, rgba(76, 197, 182, 1) 50%, rgba(0, 172, 151, 1) 100%);
        -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#00AC97', endColorstr='#00AC97' ,GradientType=0)";
        background: linear-gradient(90deg, rgba(0, 172, 151, 1) 0%, rgba(76, 197, 182, 1) 50%, rgba(0, 172, 151, 1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00AC97', endColorstr='#00AC97', GradientType=1);
        color: #fff;
    }

    /* コンテンツ */

    #content {
        position: relative;
        margin-top: 0;
        padding: 0;
    }

    #home #content {
        padding-top: 10px;
    }

    .info .schedule {
        margin-left: auto;
        margin-right: auto;
        position: relative;
    }

    .info .schedule p {
        text-align: right;
        font-size: 12px;
    }

    .info .sns-box {
        position: absolute;
        bottom: 0;
        left: 30px;
        content: "";
        width: 150px;
    }

    .info .sns-box ul {
        font-size: 0;
    }

    .info .sns-box ul li {
        display: inline-block;
        vertical-align: middle;
        margin-right: 15px;
    }

    .info .sns-box ul li img {
        width: 30px;
    }

    .info .contact {
        letter-spacing: 1px;
        text-align: center;
        display: none;
    }

    footer .info .contact {
        display: block;
    }

    .info .contact span.tag {
        font-size: 14px;
        margin: 0 5px 0 0;
        letter-spacing: 0;
    }

    .info .contact .tel {
        margin: 0 0 2px;
        font-size: 24px;

        color: #64BE91;
    }

    footer .info .contact .tel {
        margin-bottom: 10px;
    }

    .info .contact .tel .tag {
        color: #333;
    }

    footer .info .contact .web a {
        display: block;
        background: #fff;
        width: 200px;
        height: 33px;
        line-height: 33px;
        border: 1px solid #00ac97;
        text-align: center;
        box-shadow: 0px 2px 0px 0px #f4f4f4;
        margin: 0 auto 20px;
    }

    footer .info .contact .web a span {
        padding-right: 20px;
        background: url(/import/tenant_1/www.teshirogi-dc.net/img/icon01.png) no-repeat right center;
    }

    .info .contact .fax {
        font-size: 16px;
    }

    .info .contact .address {
        font-size: 12px;
        line-height: 1.5;
        padding: 5px 0 0;
    }

    footer .info .contact .address {
        margin-bottom: 10px;
    }

    .info .contact .btn a {
        display: inline-block;
        border: 1px solid #ccc;
        text-align: center;
        margin-top: 10px;
        padding: 5px 10px;
        border-radius: 5px;
        font-size: 14px;

    }

    .info-sns {
        text-align: center;
        padding: 20px 0 0;
    }

    .info-sns ul li {
        display: inline;
        margin: 0 0 0 10px;
    }

    .header-sns {
        display: none;
    }

    table.schedule-table {
        width: 100%;
        border-collapse: collapse;
        margin: 0 0 5px;
    }

    table.schedule-table th {
        text-align: center;
        padding: 3px;
        font-size: 12px;
        border-bottom: solid #D8D8D8 1px;
        vertical-align: middle;
        font-weight: normal;
        background: #D8D8D8;
    }

    table.schedule-table td {
        text-align: center;
        padding: 5px;
        color: #f3981d;
        ;
        font-size: 12px;
        border-bottom: solid #D8D8D8 1px;
        vertical-align: middle;
        background: #fff;
    }

    table.schedule-table td.close {
        color: #4B4B4B;
    }

    table.schedule-table td.time {
        color: #333333;
        font-size: 12px;
    }

    .content-arrow {
        padding: 90px 0 0;
        background: url(/import/tenant_1/www.teshirogi-dc.net/img/content-arrow.png) no-repeat center top;
    }

    .large {
        font-size: 150%;
    }

    /* トップページ - お悩み */

    #onayami {
        text-align: center;
        font-size: 14px;
        padding: 20px 0;
        margin-bottom: 60px;
        background: #F5F5F5;
    }

    #onayami h2 {
        font-size: 24px;
        font-weight: normal;
        margin: 0 0px 10px;

    }

    #onayami h2 span {
        display: inline-block;
    }

    .onayami-container {
        font-size: 0;
    }

    .onayami-container li {
        display: inline-block;
        text-align: center;
        vertical-align: middle;
        padding: 10px;
        box-sizing: border-box;
    }

    .onayami-container .onayami-box-right li a {
        padding: 0;
    }

    .onayami-container .onayami-box-right li a span {
        padding: 10px 0;
    }

    #onayami table {
        border: 1px solid #458DD6;
        border-collapse: separate;
        border-spacing: 0;
        border-radius: 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        overflow: hidden;
        margin: 30px 10px 0;
    }

    #onayami table th {
        font-weight: normal;
        background: #A4D4FC;
        padding: 10px;
        vertical-align: top;
        border-bottom: 1px solid #458DD6;
        border-right: 1px solid #458DD6;
        width: 30%;
    }

    #onayami table tr:last-child th {
        border-bottom: none;
    }

    #onayami table td {
        background: #fff;
        padding: 5px 10px;
        text-align: justify;
        border-bottom: 1px solid #458DD6;
    }

    #onayami table tr:last-child td {
        border-bottom: none;
    }

    /* トップページ - 住所・時間 */

    #home #timetel {
        margin: 0 10px 30px;
        font-size: 14px;
    }

    #home #timetel table {
        margin-top: 10px;
    }

    /* トップページ - 内覧会・開院のお知らせ */

    #home #info.content {
        margin: 0 10px 10px;
    }

    #home #info .box {
        border: 1px solid #00ac97;
        background: #fff;
        text-align: center;
        padding: 10px;
        margin-bottom: 10px;
        font-size: 14px;
    }

    #home #info .box:last-child {
        margin-bottom: 20px;
    }

    #home #info .box h3 {
        font-size: 16px;
        font-weight: normal;
    }

    #home #info .box strong {
        font-size: 18px;
        font-weight: normal;
        color: #f3981d;
        background: linear-gradient(transparent 80%, #dcc8c8 80%);
        padding: 0 20px 0;
    }

    #home #info .box p {
        margin: 10px 0 0;
    }

    #home #info .box em {
        font-size: 16px;
        font-style: normal;
    }

    /* トップページ */

    #index-top table.schedule-table th {
        margin-bottom: 30px;
    }

    #index-top .fleft,
    #index-top .fright {
        margin: 0 10px 30px;
    }

    #index-top .kamoku {
        padding: 0px 0 0;
    }

    #index-top .kamoku h2 {
        font-size: 18px;

        margin: 0 0 10px;
        letter-spacing: 2px;
        font-weight: normal;
        border-bottom: solid #c7c7c7 1px;
        padding: 0 0 5px;
        text-align: center;
    }

    #index-top .kamoku ul {
        font-size: 0;
    }

    #index-top .kamoku ul li {
        width: 23%;
        margin: 0 2% 6px 0;
        display: inline-block;
        vertical-align: top;
    }

    #index-top .kamoku ul li br {
        display: none;
    }

    #index-top .kamoku ul li:first-child(1n) {
        width: 24%;
    }

    #index-top .kamoku ul li:nth-child(4n) {
        margin: 0 0 6px;
        width: 24%;
    }

    #index-top .kamoku ul li a {
        display: table;
        width: 100%;
        height: 5em;
        padding: 7px 0;
        text-align: center;
        font-size: 12px;

        font-weight: normal;
        border: solid #e5e5e5 1px;
        line-height: 1.5;
    }

    #index-top .kamoku ul li a span {
        display: table-cell;
        vertical-align: middle;
    }

    #index-top .kamoku ul li a.line2 {
        padding: 1px 0;
    }

    .mail {
        margin-top: 10px;
    }

    .mail p {
        background: #DFF4F2;
        color: #4b4b4b !important;
        padding: 10px;
        display: block;
        text-align: center;
        font-size: 14px;
        border-radius: 5px;
    }

    #index-top .logo2 {
        display: none;
    }

    #index-top table.schedule-table th {
        background: #F0F0F0;
        border: none;
    }

    #index-yoyaku {
        padding: 20px;
        margin-bottom: 40px;
        background: #F0F0F0;

    }

    #index-yoyaku h2 {

        font-size: 18px;
        font-weight: normal;
        margin-bottom: 20px;
        text-align: center;
    }

    #index-yoyaku>p {
        font-size: 14px;
        line-height: 1.6;
        margin-bottom: 20px;
    }

    #index-yoyaku .yoyaku-box-left {
        padding: 10px 10px 10px 10px;
        margin-bottom: 10px;
        text-align: center;
        background: #fff;
    }

    #index-yoyaku .yoyaku-box-left h3 {
        font-size: 16px;
        font-weight: normal;
        margin-bottom: 10px;
        padding-bottom: 5px;
        text-align: center;
        border-bottom: dashed #D7D7D7 1px;
    }

    #index-yoyaku .yoyaku-box-left p {
        font-size: 12px;
        line-height: 1.6;
        padding-bottom: 0px;
        text-align: justify;
    }

    #index-yoyaku .yoyaku-box-left .yoyaku-contact-tel {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        font-size: 35px;
        line-height: 1;
        color: #00ac97;
        margin: 15px auto;
        background: url(/import/tenant_1/www.teshirogi-dc.net/img/icon-tel.png) no-repeat 0;
        padding-left: 40px;
    }

    #index-yoyaku .yoyaku-box-right {
        background: #fff;
        padding: 10px 10px 10px 10px;
        text-align: center;
    }

    #index-yoyaku .yoyaku-box-right h3 {
        width: 100%;
        font-size: 16px;
        font-weight: normal;
        margin-bottom: 10px;
        padding-bottom: 5px;
        text-align: center;
        border-bottom: dashed #D7D7D7 1px;
    }

    #index-yoyaku .yoyaku-box-right p {
        font-size: 14px;
        line-height: 1.6;
        padding-bottom: 10px;
        text-align: justify;
    }

    #index-yoyaku .yoyaku-box-right img {
        margin-top: 10px;
    }

    .news-container h2 {
        font-size: 18px;

        margin: 0 0 10px;
        letter-spacing: 2px;
        font-weight: normal;
        border-bottom: solid #c7c7c7 1px;
        padding: 0 0 5px;
        text-align: center;
    }

    .news-body ul {
        height: 120px;
        overflow: auto;
    }

    .news-body ul::-webkit-scrollbar {
        width: 5px;
    }

    .news-body ul::-webkit-scrollbar-thumb {
        background-color: #ccc;
        border-radius: 15px;
    }

    .news-body ul.news-list li {
        font-size: 0;
        margin: 0 0 10px;
    }

    .news-body ul.news-list li .date {
        color: #f3981d;
        display: inline-block;
        display: block;
        width: 30%;
        font-size: 14px;
        margin: 0 5% 0 0;
        line-height: 1.5;
        vertical-align: top;
    }

    .news-body ul.news-list li .title {
        display: inline-block;
        width: 100%;
        font-size: 14px;
        line-height: 1.5;
        vertical-align: top;
    }

    #index-content article:nth-of-type(n+2) {
        margin-top: 80px;
    }

    #index-content article figure img {
        width: 80%;
        height: auto;
        margin: 0 auto;
        display: block;
        border-radius: 14px;
        -moz-border-radius: 14px;
        -webkit-border-radius: 14px;
    }

    #index-content article h3 {
        font-size: 16px;

        line-height: 1.3;
        margin: 0 0 10px;
        font-weight: normal;
        color: #00ac97;
    }

    #index-content article h3 strong {
        font-size: 24px;
        font-weight: normal;
        display: block;
        margin-top: 10px;
    }

    #index-content article p {
        font-size: 14px;
        line-height: 1.6;
    }

    #index-content .btn {
        display: block;
        background: #fff;
        height: 37px;
        line-height: 37px;
        border: 1px solid #E5E5E5;
        text-align: center;
        box-shadow: 0px 2px 0px 0px #f4f4f4;
        font-size: 14px;
        margin-top: 10px;
    }

    #index-content .btn span {
        padding-right: 20px;
        background: url(/import/tenant_1/www.teshirogi-dc.net/img/icon01.png) no-repeat right center;
    }

    #service .serBox h3,
    #service .serBox p {
        text-align: left;
    }

    .serBox {
        margin: 0 10px 40px;
    }

    .serBox img {
        width: 100%;
        margin-bottom: 10px;
    }

    .serBox p {
        font-size: 14px;
        font-size: 16px;
        line-height: 1.6;
    }

    .serBox h2 {
        font-size: 30px;

        line-height: 1;
        font-weight: normal;
        padding: 20px 0 0;
        text-align: center;
    }

    .serBox h4 {
        font-size: 20px;
        line-height: 1.3;
        margin: 0 0 10px;
        font-weight: normal;
        text-align: center;
    }

    .serBox p {
        text-align: center;
    }

    .aboutBox {
        background-image: url();
        text-align: center;
        padding-top: 270px !important;
        margin-bottom: 60px !important;
        background-repeat: no-repeat;
        background-size: 100% auto;
    }

    .title-shadow {
        font-size: 24px;
        text-align: center;
        margin: 0 0 40px;
        padding-bottom: 10px;
        font-weight: normal;
        background: url(/import/tenant_1/www.teshirogi-dc.net/img/content-shadow-top.jpg) no-repeat center bottom;
        background-size: 150% auto;
    }

    /* トップページ - 院長あいさつ */

    #home #greeting {
        text-align: center;
        font-size: 14px;
        margin: 0 10px;
        padding-bottom: 40px;
    }

    #home #greeting h3 {
        width: 100%;
        font-size: 18px;
        color: #00ac97;
        margin-bottom: 10px;
    }

    #home #greeting h3 strong {
        font-size: 24px;
        font-weight: normal;
    }

    #home #greeting img {
        margin: 0 auto 20px;
        display: block;
        width: 270px;
        border-radius: 14px;
        -moz-border-radius: 14px;
        -webkit-border-radius: 14px;
    }

    #home #greeting p {
        text-align: justify;
    }

    #home #greeting .name {
        display: flex;
        flex-direction: column;
        font-size: 16px;
        margin-top: 10px;
    }

    #home #greeting .name span {
        display: inline-block;
        vertical-align: middle;
        margin-right: 0;
    }

    #home #greeting .name strong {
        font-size: 24px;
        font-weight: normal;
    }

    #home #greeting .frame {
        background: #F0F0F0;
        clear: both;
        margin-top: 20px;
        text-align: justify;
        padding: 20px;
    }

    #home #greeting .frame h4 {
        font-size: 18px;
        font-weight: normal;
        color: #00ac97;
        border-bottom: 1px dotted #D7D7D7;
        margin-bottom: 10px;
        padding-bottom: 10px;

    }

    #home #greeting .btn a {
        display: block;
        background: #fff;
        height: 37px;
        line-height: 37px;
        border: 1px solid #E5E5E5;
        text-align: center;
        box-shadow: 0px 2px 0px 0px #f4f4f4;
        margin: 10px auto 0;
    }

    #home #greeting .btn a span {
        padding-right: 20px;
        background: url(/import/tenant_1/www.teshirogi-dc.net/img/icon01.png) no-repeat right center;
    }

    /* トップページ - 当院の特徴 */
    #home #greeting.content {
        padding: 10px 0;
    }

    /* トップページ - 院内・設備紹介 */

    #facility {
        text-align: center;
        font-size: 14px;
        margin: 0 10px;
    }

    #home #facility .box {
        margin-bottom: 30px;
        overflow: hidden;
    }

    #home #facility ul {
        margin-bottom: 10px;
        font-size: 0;
    }

    #home #facility ul li {
        margin-bottom: 20px;
        text-align: justify;
        width: 48%;
        display: inline-block;
        vertical-align: top;
        font-size: 14px;
    }

    #home #facility ul li:nth-child(odd) {
        margin-right: 4%;
    }

    #home #facility ul li img {
        margin: 0 0 10px;
        display: block;
        width: 100%;
        height: auto;
        border-radius: 14px;
        -moz-border-radius: 14px;
        -webkit-border-radius: 14px;
    }

    #home #facility ul li h3 {
        font-weight: normal;
        margin-bottom: 5px;
        color: #00ac97;
        text-align: center;
    }

    #home #facility .btn {
        display: block;
        background: #fff;
        height: 37px;
        line-height: 37px;
        border: 1px solid #E5E5E5;
        text-align: center;
        box-shadow: 0px 2px 0px 0px #f4f4f4;
        font-size: 14px;
    }

    #home #facility .btn span {
        padding-right: 20px;
        background: url(/import/tenant_1/www.teshirogi-dc.net/img/icon01.png) no-repeat right center;
    }

    #home #facility table {
        border: 1px solid #E5E5E5;
        border-collapse: separate;
        border-spacing: 0;
        overflow: hidden;
        margin: 0 0 10px;
    }

    #home #facility table th {
        font-weight: normal;
        background: #FAFAFA;
        padding: 10px;
        vertical-align: top;
        border-bottom: 1px solid #E5E5E5;
        border-right: 1px solid #E5E5E5;
        width: 30%;
    }

    #home #facility table tr:last-child th {
        border-bottom: none;
    }

    #home #facility table td {
        background: #fff;
        padding: 5px 10px;
        text-align: justify;
        border-bottom: 1px solid #E5E5E5;
    }

    #home #facility table tr:last-child td {
        border-bottom: none;
    }

    #home #facility .column-list li {
        width: 100%;
        display: flex;
        margin-right: 0 !important;
    }

    /* 下層ページ共通 */

    #service #page-header {
        background: url(/import/tenant_1/www.teshirogi-dc.net/img/page-header-bg1.jpg) no-repeat center;
        height: 150px;
        width: 100%;
        margin: 0 0 0;
    }

    #service #page-header .inner {
        background: url() no-repeat;
        height: 150px;
    }

    #flow #page-header {
        background: url(/import/tenant_1/www.teshirogi-dc.net/img/page-header-bg2.jpg) no-repeat center;
        height: 150px;
        width: 100%;
        margin: 0 0 0;
    }

    #flow #page-header .inner {
        background: url() no-repeat;
        height: 150px;
    }

    #staff #page-header {
        background: url(/import/tenant_1/www.teshirogi-dc.net/img/page-header-bg3.jpg) no-repeat center;
        height: 150px;
        width: 100%;
        margin: 0 0 0;
    }

    #staff #page-header .inner {
        background: url() no-repeat;
        height: 150px;
    }

    #clinic #page-header {
        background: url(/import/tenant_1/www.teshirogi-dc.net/img/page-header-bg4.jpg) no-repeat center;
        height: 150px;
        width: 100%;
        margin: 0 0 0;
    }

    #clinic #page-header .inner {
        background: url() no-repeat;
        height: 150px;
    }

    #access #page-header {
        background: url(/import/tenant_1/www.teshirogi-dc.net/img/page-header-bg5.jpg) no-repeat center;
        height: 150px;
        width: 100%;
        margin: 0 0 0;
    }

    #access #page-header .inner {
        background: url() no-repeat;
        height: 150px;
    }

    #access-content {
        width: 100%;
    }

    #service #page-header.qa-pageheader {
        background: url(/import/tenant_1/www.teshirogi-dc.net/img/page-header-bg6.jpg) no-repeat center;
        height: 150px;
        width: 100%;
        margin: 0 0 0;
    }

    #service #page-header.qa-pageheader .inner {
        background: url() no-repeat;
        height: 150px;
    }

    #page-header h2 {
        font-size: 30px;

        text-align: center;
        font-weight: normal;
        padding: 35px 0 0;
        /* text-shadow: 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff; */
        line-height: 1.5;
    }

    #page-header h2 small {
        display: block;
        padding: 5px 0 0;
        font-size: 16px;
        color: #00ac97;
    }

    .breadcrumb {
        border-bottom: solid #ececec 1px;
        font-size: 12px;
        background: #F0F0F0;
        margin-left: 0;
        margin-right: 0;
        padding-left: 0;
        padding-right: 0;
    }

    .breadcrumb ul li {
        width: auto;
        line-height: 1;
    }

    .breadcrumb ul li a {
        color: #00ac97;
    }

    .content-header {
        padding: 30px 0 0;
    }

    .page-link {
        margin: 0 0 30px;
    }

    .page-link ul {
        font-size: 0;
    }

    .page-link ul li {
        display: inline-block;
        margin: 0 2% 20px 0 !important;
        width: 32%;
        vertical-align: top;
    }

    .page-link ul li:nth-child(3n) {
        display: inline-block;
        margin: 0 0 20px 0 !important;
    }

    .page-link ul li a {
        background-image: url();
        background-size: contain;
        background-repeat: repeat-x;
        padding: 15px 20px;
        text-align: center;
        color: #fff;
        font-size: 20px;
        display: block;
        border-radius: 10px;
    }

    .page-link ul li a span {
        display: block;
        padding: 0 0 0 30px;
        background: url() no-repeat 0;
        text-align: justify;
    }

    .page-link ul li a:hover {
        opacity: .8;
    }

    .line-header {
        text-align: center;
        margin: 0 0 20px;
        background: url(/import/tenant_1/www.teshirogi-dc.net/img/ling-header-bg.gif) no-repeat center;
    }

    .line-header h2 {
        display: inline-block;
        padding: 0 10px;
        background-color: #fff;
        font-size: 30px;
        font-weight: normal;
        line-height: 1;
    }

    .corner-box {
        border: solid #ccc 1px;
        border-radius: 10px;
        position: relative;
        margin: 30px 10px;
    }

    .corner-box-header {
        position: absolute;
        top: -15px;
        left: 0;
        text-align: center;
        width: 100%;
    }

    .corner-box-header h3 {
        display: inline-block;
        padding: 0 10px;
        font-size: 20px !important;
        line-height: 1;
        background-color: #fff;
    }

    .corner-box .body {
        padding: 40px 20px 20px;
    }

    .corner-box .body p {
        font-size: 16px;
        margin: 0 0 20px;
        text-align: center;
    }

    .corner-box .body .bnr {
        text-align: center;
    }

    /* 診療案内 */
    #s01,
    #s02,
    #s03,
    #s04,
    #s05,
    #s06,
    #s07,
    #s08,
    #s09,
    #s10,
    #s11,
    #s12,
    #s13 {
        margin-top: -60px !important;
        padding-top: 60px !important;
    }

    #service-content {
        padding: 20px 0 60px;
    }

    #service-content h3 {
        font-size: 18px;

        line-height: 1.6;
        text-align: center;
        font-weight: normal;
        margin: 0 0 10px;
        color: #00ac97;
    }

    #service-content h3 strong {
        color: #00ac97;
        font-weight: normal;
    }

    #service-content h3 strong br {
        display: none;
    }

    #service-content .main {
        background-color: #DFF4F2;
        padding: 20px;
        border-radius: 10px;
        margin: 0 10px;
        font-size: 14px;
        line-height: 1.6;
    }

    #service-content .main h2 {
        font-size: 24px;

        font-weight: normal;
        text-align: center;
        margin-bottom: 20px;
    }

    #service-content .kamoku {
        margin: 0 0 30px;
    }

    #service-content .kamoku ul {
        width: 100%;
        font-size: 0;
        padding: 0 10px 0;
    }

    #service-content .kamoku ul li a {
        font-size: 13px;
        line-height: 1.5;
    }

    #service-content .kamoku ul li a.line2 {
        padding: 1px 0;
    }

    #service-content article {
        width: 100%;
        margin: 0 !important;
        padding: 40px 15px !important;
    }

    #service-content article:last-child {
        margin: -80px 10px 0;
    }

    #service-content article figure {
        text-align: center;
    }

    #service-content article figure img {
        max-width: 100%;
        width: auto;
        height: auto;
        margin-bottom: 20px;
        border-radius: 14px;
        -moz-border-radius: 14px;
        -webkit-border-radius: 14px;
    }

    #service-content article h3 {
        padding: 0 0 10px;
        margin: 0 0 20px;
        border-bottom: dashed #D7D7D7 1px;
        text-align: justify;
        color: #00ac97;
    }

    #service-content article h3 small {
        font-size: 14px;
        color: #fff;
        background: #64BE91;
        padding: 2px 10px;
        vertical-align: middle;
        display: inline-block;
        margin-left: 10px;
    }

    #service-content article h4 {
        font-size: 16px;

        line-height: 1.3;
        margin: 0 0 10px;
        font-weight: normal;
        padding-left: 20px;
        background: url(/import/tenant_1/www.teshirogi-dc.net/img/icon-maru.png) no-repeat left center;
        background-size: 15px auto;
    }

    #service-content article p {
        line-height: 1.6;
        font-size: 14px;
        font-size: 16px;
    }

    #service-content article p a {
        display: block;
        background: #fff;
        height: 37px;
        line-height: 37px;
        border: 1px solid #E5E5E5;
        text-align: center;
        box-shadow: 0px 2px 0px 0px #f4f4f4;
        margin: 10px 0 0;
        font-size: 14px;
        font-size: 16px;
    }

    #service-content article p a span {
        padding-right: 20px;
        background: url(/import/tenant_1/www.teshirogi-dc.net/img/icon01.png) no-repeat right center;
    }

    /* 治療の流れ */

    #flow-content h3 {
        font-size: 32px;

        text-align: center;
        margin: 30px 0 30px;
        font-weight: normal;
    }

    #flow-content p {
        font-size: 14px;
        line-height: 1.6;
        margin: 0 10px 20px;
    }

    #flow-content p.catch {
        font-size: 14px;
        line-height: 1.6;
        margin: 0 0 20px;
        padding: 30px 10px 0;
        text-align: center;
        background: url(/import/tenant_1/www.teshirogi-dc.net/img/content-shadow-top.jpg) top center no-repeat;
    }

    #flow-content ol {
        padding-bottom: 30px;
    }

    #flow-content ol li {
        margin: 0 0 20px 0;
        padding: 0 0 60px 0;
        background-repeat: no-repeat;
        background-position: center bottom;
        background-image: url(/import/tenant_1/www.teshirogi-dc.net/img/sp/flow-arrow.png);
        background-size: 40px;
    }

    #flow-content ol li h3 {
        font-size: 20px;

        line-height: 1.5;
        text-align: justify;
        font-weight: normal;
        padding: 10px 10px 0 10px;
        margin: 0 0 10px 0;
        border-top: solid #ccc 1px;
    }

    #flow-content ol li h3 br {
        display: none;
    }

    #flow-content ol li h3 span {
        display: inline-block;
        border-radius: 20px;
        padding: 6px 12px;
        color: #fff;
        font-size: 14px;
        background-color: #8bcc5a;
        margin: 0 10px 2px 0;
        vertical-align: middle;
    }

    #flow-content ol li img {
        width: 80%;
        height: auto;
        display: block;
        margin: 0 auto;
    }

    #flow-content ol li figcaption {
        padding: 10px 0 0 0;
        text-align: center;
    }

    #flow-content ol li figcaption p {
        font-size: 14px;
        line-height: 1.6;
        margin: 0 10px 10px;
        text-align: justify;
    }

    #flow-content ol li figcaption p br {
        display: none;
    }

    #flow-content ol li figcaption div.btn a {

        border: 1px solid #ccc;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        padding: 5px 20px;
        font-size: 18px;
        display: inline-block;
    }

    #flow-content ol li.flow-content01 .tel {
        color: #6fb00c !important;
        margin: 0 10px;
    }

    #flow-content ol li.flow-content01 .tel a {
        color: #6fb00c !important;
        display: block;
        border: solid #6fb00c 1px;
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
        border-radius: 6px;
        overflow: hidden;
    }

    #flow-content ol li.flow-content01 .tel a small {
        font-size: 12px;
        display: block;
        background-color: #6fb00c;
        color: #fff;
    }

    #flow-content ol li.flow-content01 .tel a span {
        font-size: 30px;
        display: inline-block;
        background: url(/import/tenant_1/www.teshirogi-dc.net/img/icon-tel.png) no-repeat 0;
        padding: 0 0 0 30px;
    }

    #flow-content ol li.flow-content07 {
        background-image: none;
        padding: 0;
    }

    #flow-content ol li.flow-content10 {
        background-image: none;
        padding: 0 0 30px 0;
    }

    .flow-flow {
        margin: 0 10px 30px;
    }

    .flow-flow ol li {
        border-radius: 20px;
        width: 100%;
        padding: 0 0 43px;
        background-position: center bottom;
        background-repeat: no-repeat;
        margin: 0 0 10px;
    }

    .flow-flow ol li.odd {
        background-image: url();
    }

    .flow-flow ol li.odd.last {
        background-image: none;
    }

    .flow-flow ol li.even {
        background-image: url();
    }

    .flow-flow ol li.even.last {
        background-image: none;
    }

    .flow-flow ol li span {
        display: block;
    }

    .flow-flow ol li span.number {
        font-size: 24px;
        color: #fff;
        padding: 10px;
        border-radius: 10px 10px 0 0;
        text-align: center;
        vertical-align: middle;
    }

    .flow-flow ol li span.number img {
        width: 50%;
        height: auto;
    }

    .flow-flow ol li.odd span.number {
        background-color: #ffbfbd;
    }

    .flow-flow ol li.even span.number {
        background-color: #c9bc9c;
    }

    .flow-flow ol li p.title {
        border-radius: 0 0 10px 10px;
        font-size: 14px;
        padding: 10px;
    }

    .flow-flow ol li p.title em {
        font-size: 24px;
        font-style: normal;
        text-align: center;
        display: block;
        line-height: 1.4;
    }

    .flow-flow ol li.odd p.title {
        border: solid #86cc88 1px;
    }

    .flow-flow ol li.odd p.title em {
        color: #86cc88;
    }

    .flow-flow ol li.even p.title {
        border: solid #a5ada2 1px;
    }

    .flow-flow ol li.even p.title em {
        color: #a5ada2;
    }

    .flow-flow ol li p.title img {
        width: 100%;
        height: auto;
        margin-top: 10px;
    }

    .flow-flow .btn_tel,
    .flow-flow .btn_web {
        display: inline-block;
        border-radius: 10px;
        border-bottom: solid #E79B8C 3px;
        background-color: #ffbfbd;
        color: #fff;
        text-align: center;
        line-height: 1;
        margin-top: 10px;
        padding: 5px 0;
        font-size: 16px;
        width: 100%;
    }

    #flow01,
    #flow02 {
        margin-top: -61px;
        padding-top: 61px;
    }

    /* 医師あいさつ */

    .doctor {
        padding: 20px 0 60px;
    }

    .doctor .content-body {
        width: 100%;
        font-size: 0;
        margin-bottom: 10px;
    }

    .doctor .content-body h4 {
        font-size: 24px;

        padding: 0 0 5px;
        border-bottom: dashed #D7D7D7 1px;
        margin: 0 10px 20px;
        font-weight: normal;
        color: #00ac97;
    }

    .doctor .content-body figure {
        text-align: center;
    }

    .doctor .content-body figure img {
        height: auto;
        border-radius: 14px;
        -moz-border-radius: 14px;
        -webkit-border-radius: 14px;
    }

    .doctor .content-body .text {
        padding: 0 4%;
    }

    .doctor .content-body .text strong {
        font-size: 18px;
        font-weight: normal;
        color: #00ac97;
        display: block;
        margin-bottom: 20px;

    }

    .doctor .content-body .text p {
        font-size: 14px;
        line-height: 1.6;
    }

    .doctor .content-body .signature {
        font-size: 16px;

        padding: 20px 0 0;
        text-align: right;
    }

    .doctor .content-body .signature span {
        margin: 0 0 0 0px;
        font-size: 24px;

        position: relative;
        display: inline-block;
    }

    .doctor .content-body .signature span small {
        position: absolute;
        top: -14px;
        left: 0;
        letter-spacing: .2em;
        width: 100%;
        text-align: center;
        font-size: 13px;

        display: inline-block;
        margin-left: -.2em;
    }

    .doctor .detail {
        width: 100%;
    }

    .doctor .detail.first {
        margin: 0 auto;
        padding: 0 4%;
    }

    .doctor.side .detail {
        padding-top: 40px;
    }

    .doctor .detail .fleft,
    .doctor .detail .fright {
        margin: 0 0 20px;
    }

    .doctor .detail h4 {
        font-size: 18px;
        color: #fff;
        background: #00ac97;
        margin: 0 0 10px;
        padding: 0 5px;
        font-weight: normal;
        border-bottom: none;
    }

    .doctor .detail table {
        font-size: 14px;
        line-height: 1.6;
    }

    .doctor .detail table th {
        padding: 0 10px 10px;
        text-align: justify;
        vertical-align: top;
        font-weight: normal;
    }

    .doctor .detail table td {
        padding: 0 10px 10px;
        text-align: justify;
        vertical-align: top;
    }

    .doctor.side .content-body .signature {
        text-align: right;
    }

    .staff {
        padding: 0 0 60px;
    }

    .staff figure {
        font-size: 0;
    }

    .staff figure img {
        width: 100%;
        height: auto;
    }

    .staff figure figcaption {
        padding: 0 0 20px;
    }

    .staff figure figcaption p {
        text-align: center;
        font-size: 14px;
        line-height: 1.6;
        margin: 0 10px 10px;
    }

    .staff figure figcaption p span {
        margin: 0 10px;
    }

    .staff figure figcaption p.total {
        font-size: 24px;

    }

    .staff figure figcaption p.total strong {
        color: #64BE91;

        font-weight: normal;
    }

    /* 医院紹介 */

    .clinic h3 {
        font-size: 30px;
        line-height: 1.6;
        text-align: center;
        font-weight: normal;
        margin: 0 0 20px;
    }

    .clinic .content-body {
        /* background: url(/import/tenant_1/www.teshirogi-dc.net/img/content-shadow-top.jpg) top center no-repeat; */
        /* font-size: 0; */
        font-size: 14px;
    }

    .clinic .content-body h3 {
        font-size: 20px;
        line-height: 1.4;
        margin: 0 0 20px;
        text-align: center;
        font-weight: normal;
    }

    .clinic .content-body ul {
        padding-top: 30px;
    }

    .clinic .content-body ul li:last-child {
        margin: 0 10px;
        padding: 0 0 30px;
    }

    .clinic .content-body ul li.wide img {
        margin: 0 0 10px;
    }

    .clinic .content-body ul li.wide img:last-of-type {
        margin: 0;
    }

    .clinic .content-body figure img {
        width: 100%;
        height: auto;
        border-radius: 14px;
        -moz-border-radius: 14px;
        -webkit-border-radius: 14px;
    }

    .clinic .content-body figcaption {
        clear: both;
        padding: 10px 0 0;
        font-size: 14px;
        line-height: 1.6;
    }

    .clinic .content-body ul li.wide figcaption {
        text-align: center;
    }

    #clinic .c-slider {
        width: 320px;
        margin: 30px auto 0;
        padding-top: 30px;
    }

    #clinic .c-slider ul {
        margin: 0;
        padding: 0;
    }

    #clinic .c-slider img {
        width: 320px;
        height: auto;
        border-radius: 14px;
        -moz-border-radius: 14px;
        -webkit-border-radius: 14px;
    }

    #clinic .c-slider .custom-thumb2 .bx-caption,
    #clinic .c-slider .custom-thumb3 .bx-caption {
        display: none;
    }

    #clinic .c-slider .custom-thumb2 ul,
    #clinic .c-slider .custom-thumb3 ul {
        width: 320px !important;
        margin: 10px auto 0;
        height: auto !important;
        list-style: none;
    }

    #clinic .c-slider .custom-thumb2 ul li,
    #clinic .c-slider .custom-thumb3 ul li {
        width: 100px;
        float: left;
        margin: 10px 10px 0 0;
    }

    #clinic .c-slider .custom-thumb2 ul li:nth-child(3n),
    #clinic .c-slider .custom-thumb3 ul li:nth-child(3n) {
        margin: 10px 0 0 0;
    }

    #clinic .c-slider .custom-thumb2 ul li img,
    #clinic .c-slider .custom-thumb3 ul li img {
        width: 100px;
        height: auto;
    }

    #clinic .c-slider .bxslider-btn {
        position: relative;
    }

    #clinic .c-slider .feed-prev-btn a {
        background: url(/import/tenant_1/www.teshirogi-dc.net/img/btn-prev.png) no-repeat;
        background-size: 20px;
        display: block;
        font-size: 0;
        width: 20px;
        height: 38px;
        position: absolute;
        top: 90px;
        left: -35px;
        z-index: 1;
    }

    #clinic .c-slider .feed-next-btn a {
        background: url(/import/tenant_1/www.teshirogi-dc.net/img/btn-next.png) no-repeat;
        background-size: 20px;
        display: block;
        font-size: 0;
        width: 20px;
        height: 38px;
        position: absolute;
        top: 90px;
        right: -35px;
        z-index: 1;
    }

    #clinic .c-slider .bxslider2 .bx-caption,
    #clinic .c-slider .bxslider3 .bx-caption {
        text-align: center;
        padding: 10px 0 10px;
    }

    #clinic .c-slider .bxslider2 .bx-caption strong,
    #clinic .c-slider .bxslider3 .bx-caption strong {
        font-size: 18px;

        line-height: 1.6;
        text-align: center;
        font-weight: normal;
        margin: 0 0 5px;
        color: #00ac97;
        display: block;
    }

    #clinic .c-slider .bxslider2 .bx-caption strong span.imgicon,
    #clinic .c-slider .bxslider3 .bx-caption strong span.imgicon {
        vertical-align: top;
        display: inline-block;
        margin: 0px 0 0 5px;
        padding: 0 0 0 0;
        text-align: left;
    }

    #clinic .c-slider .bxslider2 .bx-caption strong span.imgicon img,
    #clinic .c-slider .bxslider3 .bx-caption strong span.imgicon img {
        vertical-align: top;
        display: inline-block;
        width: 30px;
        height: auto;
        margin: 0 0px 0px 5px;
        padding: 0 0 0 0;
    }

    #clinic .c-slider .bxslider2 .bx-caption p,
    #clinic .c-slider .bxslider3 .bx-caption p {
        color: #4b4b4b !important;
        font-size: 14px !important;
        line-height: 1.6 !important;
        margin: 0px 0 0 0 !important;
        text-align: left;
    }

    .clinic .flex .flex-img {
        width: 80%;
        margin: 0 auto 10px;
    }

    .clinic .flex .flex-img img {
        max-width: 100%;
    }

    /* アクセス */

    #access-content {
        padding: 20px 0 60px;
    }

    #access-content .content-body {
        font-size: 0;
    }

    #access-content #map {
        margin-top: -70px;
        padding-top: 70px;
    }

    #access-content .map figure {
        text-align: center;
        margin: 0 0 20px;
    }

    #access-content .map figure img {
        width: 80%;
        height: auto;
        border-radius: 14px;
        -moz-border-radius: 14px;
        -webkit-border-radius: 14px;
    }

    #access-content .map p a {
        display: block;
        background: #fff;
        height: 37px;
        line-height: 37px;
        border: 1px solid #E5E5E5;
        text-align: center;
        box-shadow: 0px 2px 0px 0px #f4f4f4;
        margin: 10px 10px 40px;
        font-size: 14px;
    }

    #access-content .map p a span {
        padding-right: 20px;
        background: url(/import/tenant_1/www.teshirogi-dc.net/img/icon01.png) no-repeat right center;
    }

    #access-content .body {
        margin: 0 10px 30px;
    }

    #access-content .body img {
        width: 100%;
        height: auto;
    }

    #access-content .body p {
        text-align: center;
        margin: 0 0 20px;
    }

    #access-content .body ul {
        width: 100%;
        margin: 0 auto 30px;
        font-size: 0;
    }

    #access-content .body ul li {
        margin: 0 0 20px;
        vertical-align: top;
    }

    #access-content .body ul li figcaption {
        padding: 10px 0 0;
        text-align: center;
        font-size: 16px;
    }

    #access-content .body ul li:last-child {
        margin: 0;
    }

    #access-content .detail {
        margin: 0 10px;
    }

    #access-content .detail h4 {
        font-size: 24px;

        padding: 0 0 5px;
        border-bottom: dashed #D7D7D7 1px;
        margin: 0 0px 20px;
        font-weight: normal;
        color: #00ac97;
    }

    #access-content .detail h5 {
        clear: both;
        font-size: 20px;

        font-weight: normal;
        margin: 20px 0 10px;
        padding: 5px 10px;
        background: #00ac97;
        color: #fff;
    }

    #access-content .detail p {
        font-size: 14px;
    }

    #access-content .detail figure {
        text-align: center;
        margin: 0 0 20px;
    }

    #access-content .detail figure img {
        width: 80%;
        height: auto;
    }

    #access-content .detail figure img:first-child {
        margin-bottom: 10px;
    }

    #access-content .detail .info table.info-detail {
        font-size: 20px;
        width: 100%;
        border-collapse: collapse;
        display: block;
    }

    #access-content .detail .info table.info-detail tr,
    #access-content .detail .info table.info-detail tbody {
        display: block;
    }

    #access-content .detail .info table.info-detail th {
        font-size: 20px;

        font-weight: normal;
        vertical-align: middle;
        text-align: center;
        padding: 0px 0 10px 0;
        display: block;
    }

    #access-content .detail .info table.info-detail td {
        font-size: 16px;
        font-weight: normal;
        vertical-align: middle;
        text-align: center;
        padding: 0px 0 20px 0;
        display: block;
    }

    #access-content .detail .info table.info-detail td.tel {
        font-size: 20px;
    }

    #access-content .detail .info table.info-detail td.tel a {
        color: #64BE91;

    }

    #access-content .detail .info table.info-detail td.fax {
        font-size: 16px;

        color: #64BE91;
    }

    #access-content .detail .info p {
        font-size: 18px;

    }

    #access-content .detail .schedule table.schedule-table th {
        font-size: 14px;
    }

    #access-content .detail .schedule table.schedule-table td {
        font-size: 14px;
    }

    #access-content .detail .schedule table.schedule-table td.time {
        font-size: 14px;
    }

    #access-content .detail .schedule p {
        text-align: right;
        font-family: 新ゴ R;
        font-size: 14px;
    }

    #access-content .mail a {
        width: 80%;
        margin: 0 auto;
    }

    .access-img ul li img {
        width: 100%;
        border-radius: 14px;
    }

    .access-img ul li p {
        margin-top: 10px;
    }

    /* Q&A */
    #service-content .kamoku .qa-menu {
        width: 100%;
        margin: 0 auto;
    }

    #service-content .kamoku .qa-menu li:nth-child(2n) {
        margin-right: 0;
    }

    #service-content .kamoku .qa-menu li a {
        font-size: 12px;
        color: #323232;
        line-height: 30px;
        height: 30px;
        padding: 10px 0;
    }

    .qa-content {
        width: 100%;
        margin: 0;
        padding: 0 2%;
    }

    .qa-content img {
        width: 100%;
        margin: 0 0 30px;
        border-radius: 14px;
        -moz-border-radius: 14px;
        -webkit-border-radius: 14px;
    }

    .qa-content .question {
        height: auto;
        position: relative;
        background: #f0f0f0;
        margin: 0 0 20px;
        padding: 10px 0 10px 60px;
        box-sizing: border-box;
    }

    .qa-content .question h4 {
        font-size: 18px;
        color: #00ac97;
    }

    .qa-content .question h4::before {
        position: absolute;
        top: 7px;
        left: 10px;
        width: 30px;
        height: 30px;
        line-height: 1.2;
        content: 'Q';
        background: #00ac97;
        color: #fff;
        font-size: 24px;
        text-align: center;
    }

    .qa-content .answer {
        position: relative;
        margin-bottom: 50px;
        padding-left: 60px;
    }

    .qa-content .answer::before {
        position: absolute;
        top: 5px;
        left: 10px;
        width: 30px;
        height: 30px;
        line-height: 1.2;
        content: 'A';
        background: #f3981d;
        color: #fff;
        font-size: 24px;
        text-align: center;
    }

    .qa-content .answer-box {
        margin-top: 30px;
    }

    .qa-content .answer-box img {
        margin-bottom: 20px;
        margin-top: 20px;
    }

    .qa-content .answer h5 {
        font-size: 16px;
        color: #f3981d;
        margin: 0 0 10px;
        padding: 10px 0 0 0;
    }

    .qa-content .answer h5 span {
        display: inline-block;
        vertical-align: middle;
        width: 24px;
        height: 24px;
        background: #f3981d;
        color: #fff;
        font-size: 22px;
        line-height: 1;
        margin: -5px 10px 0 0;
        text-align: center;
        border-radius: 50%;
    }

    .qa-content .answer p {
        margin-bottom: 20px;
    }

    .qa-content .answer ul {
        margin: 0 0 20px;
    }

    .qa-content .answer ul li {
        padding-left: 20px;
        background: url(/import/tenant_1/www.teshirogi-dc.net/img/icon-maru.png) no-repeat left 7px;
    }

    /* ブログ */

    .archive {
        margin: 0 10px 20px;
        text-align: right;
    }

    .blog-content h3 {
        text-align: center;
        font-size: 30px;
        font-weight: normal;
    }

    .blog-content .body {
        margin: 0 10px 30px;
        background: url(/import/tenant_1/www.teshirogi-dc.net/img/content-shadow-top.jpg) top center no-repeat;
        font-size: 0;
        padding: 40px 0 0;
    }

    .blog-content .body p {
        margin: 0 0 20px;
        line-height: 1.6;
        font-size: 16px;
    }

    .blog-content .body img {
        display: block;
        width: auto;
        height: auto;
        max-width: 80%;
        margin: 0 auto 20px;
    }

    .blog-content .date {
        margin: 0 0 30px;
        text-align: right;
    }

    /* スマホ */

    .pc {
        display: none;
    }

    .box1 {
        background: #F0F0F0;
        padding: 20px;
        margin-top: 30px;
        clear: both;
    }

    .box1 h4 {
        border-bottom: 1px solid #D7D7D7 !important;
        background: none !important;
        padding: 0 0 5px 0 !important;
        color: #00ac97;
        margin-bottom: 20px !important;
    }

    .box1 img {
        max-width: 100%;
        width: auto;
        height: auto;
        margin: 0 auto 20px;
        display: block;
        border-radius: 14px;
        -moz-border-radius: 14px;
        -webkit-border-radius: 14px;
    }

    .tel_no {
        background-color: #f29243;
        color: #fff !important;
        padding: 5px;
        display: inline-block;
        border-radius: 10px;
        margin: 10px 0px 10px 0px !important;
        padding-left: 10px !important;
    }

    .tel_no a {
        color: #FFFFFF;
        padding: 5px 10px;
        font-size: 18px !important;
    }

    .mail_no {
        background-color: #edae03;
        color: #fff !important;
        padding: 5px;
        display: inline-block;
        border-radius: 10px;
        margin: 10px 0px 10px 0px !important;
        padding-left: 10px !important;
    }

    .mail_no a {
        color: #FFFFFF;
        padding: 5px 10px;
        font-size: 18px !important;
    }

    .flow_ul {
        overflow: hidden;
        text-align: center !important;
        width: 280px;
        margin: 10px auto 50px;
    }

    .flow_ul li {
        float: left;
        display: inline-block;
        margin: 10px;
    }

    .flow_ul li a {
        background-color: #f68a48;
        display: table-cell;
        width: 120px;
        height: 120px;
        color: #fff;
        border-radius: 50%;
        font-size: 12px !important;
        vertical-align: middle;
    }

    .pagetop {
        text-align: center;
        position: fixed;
        bottom: 0 !important;
        left: 0;
        background-color: #C8C8C8;
        width: 100%;
        display: none;
    }

    .pagetop a {
        display: block;
        color: #fff;
        padding: 10px 0;
    }

    .pagetop a {
        color: #fff;
    }

    .h3_1 {
        font-size: 24px;
        line-height: 1.6;
        text-align: center;
        font-weight: normal;
    }

    .h3_1 strong {
        font-size: 24px;
    }

    .serBox2 {
        padding: 0% 2% 5%;
        text-align: center;
    }

    .serBox2 h4 {
        font-size: 20px;
        line-height: 1.3;
        margin: 0 0 10px;
        font-weight: normal;
        text-align: center;
    }

    .pcnone {
        text-align: center
    }

    .pcnone img {
        width: 80%;
        margin: 10px;
    }

    .sp_none {
        display: none !important;
    }

    .sp-header-menu {
        display: block;
    }

    #sp-menu-container {
        display: none;
    }

    #sp-btn-access,
    #sp-btn-ct {
        display: none;
    }

    #main-visual .inner-sp {
        display: none;
    }

    .sp {
        display: none;
    }

    .box1 {
        padding: 30px;
        margin-top: 40px;
        clear: both;
        background: #F0F0F0;
        overflow: hidden;
    }

    .box1 h4 {
        border-bottom: 1px solid #D7D7D7 !important;
        background: none !important;
        padding: 0 0 10px 0 !important;
        color: #00ac97;
        margin-bottom: 20px !important;
    }

    .box1 img {
        margin-right: 30px;
        border-radius: 14px;
        -moz-border-radius: 14px;
        -webkit-border-radius: 14px;
    }

    .serBox {
        margin-bottom: 80px;
    }

    .serBox img {
        display: block;
        margin: 0 auto;
    }

    .serBox p {
        line-height: 1.6;
    }

    .serBox h2 {
        font-size: 40px;

        line-height: 1;
        font-weight: normal;
        text-align: center;
    }

    .h4_flow {
        font-size: 40px !important;
        text-align: center;
    }

    .h4_flow strong {
        font-size: 75px !important;
        font-weight: normal;
        padding: 0px 3px;
        color: #F38906;
    }

    .flow_ul {
        overflow: hidden;
        text-align: center !important;
        width: 560px;
        margin: 30px auto 50px;
    }

    .flow_ul li {
        float: left;
        display: inline-block;
        margin: 10px;
    }

    .flow_ul li a {
        background-color: #f68a48;
        display: table-cell;
        width: 120px;
        height: 120px;
        color: #fff;
        border-radius: 50%;
        font-size: 18px !important;
        vertical-align: middle;
    }

    .tel_no {
        background-color: #f29243;
        color: #fff !important;
        padding: 5px;
        display: inline-block;
        border-radius: 10px;
        margin: 10px 0px 10px 0px !important;
        padding-left: 10px !important;
    }

    .tel_no a {
        color: #FFFFFF;
        padding: 5px 10px;
        font-size: 18px !important;
    }

    .mail_no {
        background-color: #edae03;
        color: #fff !important;
        padding: 5px;
        display: inline-block;
        border-radius: 10px;
        margin: 10px 0px 10px 0px !important;
        padding-left: 10px !important;
    }

    .mail_no a {
        color: #FFFFFF;
        padding: 5px 10px;
        font-size: 18px !important;
    }

    .pcnone {
        display: none;
    }

    .pc_none {
        display: none !important;
    }

    /*20210107編集*/
/*     #recrui {
    padding: 20px;
    margin-bottom: 20px;
    background: #F0F0F0;
} */
    
    
        #recrui {
        padding: 20px;
        margin-bottom: 20px;
        background: #ffb6533d;
    }
    
/* 
    #recrui h2 {
        color: #00ac97;
        font-size: 22px;
        text-align: center;
        margin-bottom: 10px;
    }
 */
    #recrui p {
        color: #4B4B4B;
        text-align: center;
        font-size: 16px;
    }

    #recrui p span {
        display: block;
        padding: 10px;
        background-color: #fff;
        border-radius: 30px;
        width: 90%;
        text-align: center;
        margin: 0 auto;
        margin-top: 10px;
    }

    #recrui p span a {
        color: #4B4B4B;
    }

    #news-content {
        padding: 4% 2%;
    }
}

@media (max-width: 599px) {
    #main-visual .uk-slideshow::after {
        padding-top: 100%;
    }

    .main-visual-title {
        font-size: 25px;
        line-height: 1.5;
    }

    .main-visual-logo {
        width: 120px;
        height: 120px;
    }

    footer {
        margin-top: 0;
    }

    .footer-content .info .contact,
    .info .schedule {
        width: 100%;
    }

    .info .contact .web {
        float: none;
    }

    .info .contact .web a {
        color: inherit;
    }

    .footer-btn {
        width: 100%;
        display: block;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
    }

    .footer-btn li a {
        font-size: 14px;
        padding: 5px;
    }

    .footer-btn li a .icon {
        width: 25px;
        height: 25px;
    }

    #home #facility ul li {
        width: 50%;
    }

    #home #facility ul li:nth-child(odd) {
        margin-right: 0;
    }

    #home #facility ul li h3 {
        font-size: 16px;
    }

    #service-content h3 {
        font-size: 16px;
    }

    #service-content .kamoku ul li a {
        font-size: 10px;
        padding: 5px 20px 5px 5px;
    }

    #service-content .kamoku ul li a::after {
        right: 5px;
    }

    .clinic .content-body ul li {
        width: 100%;
    }

    #news-content {
        padding: 10% 2%;
    }
}

@media (max-width: 320px) {
    header .logo {
        margin: 5px;
    }

    header .logo img {
        width: 180px;
    }

    #facilities .c-slider {
        width: 280px !important;
    }

    #clinic .c-slider img {
        width: 280px !important;
    }

    #clinic .c-slider .custom-thumb2 ul {
        height: 120px !important;
    }

    #clinic .c-slider .custom-thumb2 ul li {
        width: 86px !important;
    }

    #clinic .c-slider .custom-thumb2 ul li img {
        width: 86px !important;
    }

    #clinic .c-slider .custom-thumb3 ul {
        height: 120px !important;
    }

    #clinic .c-slider .custom-thumb3 ul li {
        width: 86px !important;
    }

    #clinic .c-slider .custom-thumb3 ul li img {
        width: 86px !important;
    }

    #clinic .c-slider .bxslider2 .bx-caption strong span.imgicon img,
    #clinic .c-slider .bxslider3 .bx-caption strong span.imgicon img {
        vertical-align: top !important;
        display: inline-block !important;
        width: 30px !important;
        height: auto !important;
        margin: 0 0px 0px 5px !important;
        padding: 0 0 0 0 !important;
    }
}

/* コラム */
.column-list li {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}

.column-list .thumb {
    width: 20%;
}

.column-box {
    width: calc(80% - 10px);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-left: 10px;
}

.news-body ul.column-list li .date {
    width: 15%;
    margin: 0 10px;
}

.news-body ul.column-list li .title {
    width: calc(85% - 20px);
}

.recommend-title {
    color: #00ac97;
    font-size: 28px;
    text-align: center;
    margin-bottom: 30px;
}

@media (max-width: 1024px) {
    .column-list li {
        flex-wrap: wrap;
    }

    .column-list .thumb {
        width: 25%;
    }

    .column-box {
        width: calc(75% - 10px);
    }

    .news-body ul.column-list li .date,
    .news-body ul.column-list li .title {
        width: 100%;
        margin: 5px 0;
    }
}

@media print {
    .wow {
        visibility: visible !important;
    }
}

/* 見たまま編集 */
[data-element-id] h1 {
    position: static;
}

[data-element-id] .pagetop {
    position: absolute;
}

[data-element-id] .pagetop a {
    border: none !important;
}

[data-element-id] .footer-btn {
    width: 500px;
    display: block;
}

[data-element-id] .footer-btn li.footer-btn-phone .alt-text {
    display: block;
    margin-bottom: 10px;
    border: 1px solid #34bdad;
}

[data-element-id] .footer-btn li.footer-btn-phone .alt-text::before {
    content: '公開画面で電話番号と置き換わるテキストです';
    display: block;
    font-size: 12px;
    color: #fff;
    line-height: 1.2;
    margin-bottom: 5px;
    padding: 2px 5px;
    background-color: #34bdad;
}

[data-element-id] #wrapper header {
    display: block;
}

[data-element-id] header .info {
    margin-top: 30px;
}

[data-element-id] #spNavArea {
    display: block;
}

[data-element-id] nav ul {
    font-size: inherit;
}

[data-element-id] nav.pc .nav-logo {
    transform: translate(0, -50%);
}

[data-element-id] .sp-header-menu {
    width: 100px;
    height: 100px;
    display: inline-block;
}

[data-element-id] .sp-header-menu::before {
    content: 'スマホのみ表示';
    display: block;
    font-size: 12px;
    color: #fff;
    text-align: center;
    line-height: 1.2;
    padding: 3px 5px;
    background-color: #34bdad;
}

[data-element-id] div#spNavArea div#spNavBody {
    padding: 10px 50px;
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 1;
}

[data-element-id] div#spNavArea div#spNavBody nav {
    position: static !important;
}

[data-element-id] div#spNavArea div#spNavBody ul {
    padding: 40px 15px 20px 15px !important;
    position: relative;
}

[data-element-id] div#spNavArea div#spNavBody ul::before {
    content: 'スマホナビ';
    width: calc(100% - 20px);
    display: block;
    font-size: 12px;
    color: #34bdad;
    text-align: center;
    line-height: 1.2;
    padding: 3px 5px;
    background-color: #fff;
    position: absolute;
    top: 10px;
    left: 10px;
}

[data-element-id] div#spNavArea div#spNavBody nav>ul>li {
    width: auto !important;
    display: block;
    text-align: left;
    color: #fff;
    margin-left: 15px;
}

[data-element-id] div#spNavArea div#spNavBody nav>ul>li+li {
    margin-top: 15px;
}

[data-element-id] .slide-main {
    border: 2px solid #00ac97;
}

[data-element-id] .slide-main+.slide-main {
    margin-top: 50px;
}

[data-element-id] .clinic .slide-body::before {
    content: '緑と青の数が同じになるようにしてください。';
    display: block;
    color: #fff;
    line-height: 1.2;
    margin-bottom: 30px;
    padding: 5px 10px;
    background-color: #00ac97;
}

[data-element-id] .slider {
    counter-reset: number;
}

[data-element-id] .slide-main::before {
    display: block;
    counter-increment: number;
    content: counter(number)'つ目のスライド';
    font-size: 14px;
    color: #fff;
    line-height: 1.2;
    margin-bottom: 5px;
    padding: 3px 5px;
    background-color: #00ac97;
}

[data-element-id] .slider-nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

[data-element-id] .slider-thumb {
    width: 23%;
    margin: 1%;
    border: 1px solid #0000ff;
}

[data-element-id] .slider-nav {
    counter-reset: number;
}

[data-element-id] .slider-thumb::before {
    display: block;
    counter-increment: number;
    content: counter(number)'つ目のスライド';
    font-size: 12px;
    color: #fff;
    line-height: 1.2;
    margin-bottom: 5px;
    padding: 2px 5px;
    background-color: #0000ff;
}

[data-element-id] .main-visual-cont {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

[data-element-id] .pc-slide,
[data-element-id] .sp-slide {
    display: block;
}

[data-element-id] .sp-slide {
    position: absolute;
    width: 350px;
    top: 50px;
    right: 50px;
    z-index: 2;
}

[data-element-id] .sp-slide::before {
    content: 'スマホ用のスライダーです';
    display: block;
    width: 100%;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    padding: 2px 5px;
    background-color: #34bdad;
}

[data-element-id] #main-visual .sp-slide .uk-slideshow::after {
    padding-top: 100%;
}

/* 見たまま編集 end */

.uk-slidenav-position .uk-slidenav {
    display: block;
    z-index: 9999;
}

.uk-slidenav-contrast{
  color: #00ac97;
}

.uk-slidenav-contrast:hover{
  color: #00ac97;
}


  [data-element-id].d-none{
  display: none;
}

 [data-element-id].uk-slidenav-position:hover .d-none{
  display: none;
} 


/* 4/5　追記 */

.d-mb-0{
  margin-bottom: 0 !important;
}

.tel02 {
  width: 80px !important;
}

.tel02 a img {
  width: 30px;
  height: 30px;
}

@media (max-width: 599px) {
  .tel02 {
    width: 60px !important;
  }
  
  .tel02 a img {
    width: 25px;
    height: 25px;
  }
}

/* 2026/01/09追記 */
.footer-bnr {
  width: 480px;
  margin: 20px 0;
}
.footer-bnr img {
  width: 100%;
}

@media (max-width: 1024px){
  .footer-bnr {
    margin: 20px auto;
  }
}

@media (max-width: 599px){
  .footer-bnr {
    width: 100%;
  }
}
  }
