/* base CSS */
body,html{-webkit-text-size-adjust:100%}article,aside,details,figcaption,figure,footer,header,img,main,menu,nav,section{display:block}*,:after,:before{box-sizing:border-box}a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,html,i,iframe,img,ins,kbd,label,legend,li,main,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{margin:0;padding:0;border:0;font-style:normal;font-size:100%;vertical-align:baseline}img,svg{vertical-align:middle}html{font-family:sans-serif;-webkit-tap-highlight-color:rgba(0,0,0,0)}body{min-height:100vh;line-height:1.5;-ms-text-size-adjust:100%;background-color:#fff}h1,h2,h3,h4,h5,h6{margin-top:0;}dl,ol,p,ul{margin-top:0}
ul[class],ol[class] {list-style:none;}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}dd{margin-left:0}img{max-width:100%;border-style:none}canvas,img,svg,video{height:auto}svg{overflow:hidden}table{border-collapse:collapse;border-spacing:0;width:100%}a{text-decoration:none}a:active,a:hover,a:link,a:visited{outline:0;text-decoration:none;color:inherit}:focus{outline:0}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}.clearfix:after{content:"";clear:both;display:block}


body {
-webkit-animation: fadeIn 1.5s ease 0s 1 normal;
animation: fadeIn 1.5s ease 0s 1 normal;
}

@keyframes fadeIn {
0% {
  opacity: 0
}

100% {
  opacity: 1
}
}

@-webkit-keyframes fadeIn {
0% {
  opacity: 0
}

100% {
  opacity: 1
}
}

/*::::::::::::::::::::::::::::::::::::::
  COMMON
:::::::::::::::::::::::::::::::::::::::*/
img {
/*
    image-rendering: -webkit-optimize-contrast;
    -webkit-backface-visibility: hidden;
*/
}

/* LAYOUT */
body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    position: relative;
}
.l-inner {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: 1000px;
    max-width: 100%
}
.u-content {
    padding-top: 100px;
    padding-bottom: 100px;
}
.u-inner {
    padding-top: 50px;
    padding-bottom: 50px;
}

/*img*/
picture img {
    width: auto;
}


/*::::::::::::::::::::::::::::::::::::::
  TEXT
:::::::::::::::::::::::::::::::::::::::*/
body {
    font-size: 15px;
    font-weight: normal;
    font-weight: 400;
    color: #00414B;
    letter-spacing: .05em;
    line-height: 1.75;
    font-family:
         "Zen Kaku Gothic New",
        "Helvetica Neue",
        Arial,
        "Hiragino Kaku Gothic ProN",
        "Hiragino Sans",
        "Noto Sans JP",
        YuGothic, "Yu Gothic Medium", "Yu Gothic",
        Meiryo,
        sans-serif;
}
p {
/*    color: rgb(0 65 75 / 75%);*/
}
b, strong {
    font-weight: 500 !important;
}
.c-ttl-en,
.en {
    font-family: "Aboreto", system-ui;
    font-weight: 400;
    letter-spacing: 0.16em;
}
.c-heading {
    margin-bottom: 50px;
}
.c-ttl-label {
    display: flex;
    font-size: 15px;
    align-items: baseline;
}
.c-ttl-label:before {
    content: "";
    width: 0.5em;
    height: 0.5em;
    background: #f08080;
    margin-right: 10px;
    border-radius: 100vh;
}
.c-ttl-label.small {
    font-size: 0.9em;
}

h1,h2,h3,h4 {
    font-family: "Zen Old Mincho", serif;
    font-weight: 500;
    letter-spacing: 0.1em;
    margin-bottom: 1em;
}
h3,h4 {
    line-height: 1.6em;
}
h2 {font-size: 1.5em;}
h3 {font-size: 1.2em;}

.c-txt-sans-serif {
    font-family:
         "Zen Kaku Gothic New",
        sans-serif;
}
.num-box__num {
    font-family: "Josefin Sans", sans-serif;
    font-weight: 500;
}


.breadcrumbs__item {
    margin-left: 1em;
}
.breadcrumbs__item:before {
    margin-right: 1em;
}
.breadcrumbs {
    border-top: solid 1px #eee;
    padding-top: 8px;
}
.breadcrumbs__list {
    font-size: 0.9em;
}
.breadcrumbs__list a {
    font-weight: normal;
    text-transform: uppercase;
    font-family: 'Cantarell' , sans-serif;
}
.x_small {font-size: 0.7em;}
.small {font-size: 0.9em;}
.x_small {font-size: 0.7em;}
.midium {font-size: 1.2em;}
.large {font-size: 1.5em;}
.x_large {font-size: 2em;}



/*::::::::::::::::::::::::::::::::::::::::::::
/* BTN AND LINKS
:::::::::::::::::::::::::::::::::::::::::::::*/
a,a:hover img , a:hover{transition: all .3s;}
/*a:hover {color: inherit;}*/
a {
  -webkit-tap-highlight-color:rgba(0,0,0,0);
  cursor:pointer;
}
.c-btn-set {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap:20px;
    margin-top: 30px;
}
.c-btn-set .c-btn {
    max-width: 330px;
}
.c-btn {
    width: 100%;
    cursor: pointer;
    position: relative;
    padding: 1em;
    transition: .5s;
    border: none;
    font-size: 15px;
    font-weight: 500;
    display: block;
    text-align: center;
    border-radius: 5px;
    line-height: inherit;
}
a.c-btn--01 {
    background-color: #00414B;
    border: solid 1px #00414B;
    color: #fff;
}
a.c-btn--02 {
    background-color: #fff;
    border: solid 1px #00414B;
    color: #00414B;
}
.c-link-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.c-link-arrow:after {
    content: "";
    width: 36px;
    height: 8px;
    margin-left: 1em;
    transition: .5s;
    display: block;
    position: absolute;
    right: 25px;
}
.c-link-arrow.c-btn--01:after {
    background: url(../images/ico_arrow_01.svg) center no-repeat;
}
.c-link-arrow.c-btn--02:after {
    background: url(../images/ico_arrow_02.svg) center no-repeat;
}

.c-link-arrow:hover:after {
    transform: translateX(10px);
}
.c-btn.c-btn-line {
    display: flex;
    background: #ccc;
    max-width: 90%;
    width: 330px;
    margin: auto;
    background: #20b92c;
    color: #fff;
    text-align: center;
    justify-content: center;
    border: 1px solid #4cc764;
    gap: 5px;
}
.c-nav-list li a {
    font-size: 14px;
    font-weight: 500;
    padding: 1em 0;
    display: flex;
    align-items: center;
}
.c-nav-list li a:before {
    content: "";
    width: 1em;
    height: 8px;
    background: url(../images/ico_arrow_s.svg) no-repeat 0 center;
    margin-right: 0;
}

.sns-list {
    display: flex;
    gap: 20px;
    margin-top: 100px;
    justify-content: center;
}
.sns-ico {
    width: 30px;
}




/*::::::::::::::::::::::::::::::::::::::::::::
/* PARTS
:::::::::::::::::::::::::::::::::::::::::::::*/

/* BG */
body {background-color: #FEF9F4}
.bg_w {background-color: #fff}
.bg_pale {background-color: #F7F7F7;}


/* LISTS */
ul[role="lists"],
ol[role="lists"] {
    list-style: none
}
.lists > li{
    text-indent: -2em;
    margin-left: 2em;
}
.lists li:before {
    /* content: "●";
    color: #1F9A4D;
    font-size: 10px;
    margin-right: 0.5em;
    vertical-align: text-top; */
}

/*
.c-list-circle > li {
  display: flex;
  align-items: baseline;
}
.c-list-circle > li:before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 5px;
  border: solid 1px;
  display: inline-block;
  margin: 0 1em 0px 0;
  flex-shrink: 0;
}
*/

.c-list-circle {
    display: flex;
    align-items: baseline;
}
.c-list-circle:before {
 content: "";
    width: 0.5em;
    height: 0.5em;
    border-radius: 100vh;
    border: solid 1px;
    display: inline-block;
    margin: 0 0.5em 0 0;
    flex-shrink: 0;
}

/*LINE*/
.u-line_blue {
    background: linear-gradient(transparent 1em, #E9F8F8 0, #E9F8F8 calc(1em + 10px), transparent 0);
}
.u-line_white {
    background: linear-gradient(transparent 1em, #fff 0, #fff calc(1em + 10px), transparent 0);
}
.u-line_dot:after{
    content: "";
    width: 100%;
    height: 10px;
    background-image: linear-gradient(to right, #92BDD9 2px, transparent 2px);
    background-size: 10px 2px;
    background-repeat: repeat-x;
    background-position: left bottom;
    display: block;
    margin-bottom: 1em;
    margin-top: 1em;
}
.bg_yellow {background: #FAF08B;}
.bg_pink {background: #FDD7D3;}


/*box*/
.c-box-pin {
    position: relative;
}
.c-box-pin:before {
    position: absolute;
    top: -15px;
    left: 10px;
    width: 1px;
    height: 50px;
    background-color: #00414B;
    content: '';
    transform: rotate(50deg);
}
.c-area-box {
    background: #fff;
    border: solid 1px #92BDD9;
    padding: 1em;
    border-radius: 10px;
    display: flex;
    gap: 1em;
    align-items: center;
    max-width: 480px;
}
.c-area-box__ttl {
    white-space: nowrap;
    text-align: center;
    font-weight: 500;
    border-right: dotted 1px #ccc;
    padding-right: 1em;
    line-height: 1.4;
}
.c-area-box__ttl .ico img {
    margin: auto;
}
.c-area-box dd p {
        display: inline;
    border-bottom: solid 1px #92BDD9;
}

/*icon*/
.c-list-ico-check li {
    background: url(../images/ico_check.svg) no-repeat left 0.5em;
    padding-left: 1.5em;
    font-family: "Shippori Mincho B1", serif;
    font-weight: 500;
    font-size: 20px;
    letter-spacing: 0.2em;
}



/*:::::::::::::::::::::::::::::::::::::::::
HEADER
::::::::::::::::::::::::::::::::::::::::::*/

/* drawer_menu */
header .menu_list li a {
    width: fit-content;
    display: inline-block;
    letter-spacing: 0.2em;
}
.drawer_btn {
    position: fixed;
    top: 15px;
    right: 15px;
    height: 32px;
    width: 32px;
    cursor: pointer;
    background: #00414B;
    border-radius: 100vh;
    z-index: 102;
    color: #00414B;
}
.drawer_btn_line  {
    height: 1px;
}
.drawer_btn .top {
    top: 12px;
}
.drawer_btn .bottom {
    top: 18px;
}
.drawer_btn_ttl {
    display: block;
    font-size: 10px;
    margin-top: 34px;
    text-align: center;
    letter-spacing: 0.02em;
    white-space: nowrap;
}
.drawer_btn.active .top {
    transform: rotate(45deg);
    top: 15px;
}
.drawer_btn.active .bottom {
    transform: rotate(-45deg);
    top: 15px;
}
.drawer_btn_line {
    background: #fff;
    border: none;
    height: 1px;
    width: 20px;
    left: 0;
    right: 0;
    margin: auto;
    position: absolute;
    transition: all 0.5s ease-in-out;
    cursor: pointer;
}

.menu_overlay {
    position: fixed;
    background: #FEF9F4;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 0%;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    z-index: 100;
}
.menu_overlay.open {
    opacity: 1;
    visibility: visible;
    height: 100%;
   transition: opacity .35s, visibility .35s, height .35s;
}

.menu_overlay.open li {
    animation-name: menu_fadeInRight;
/*    animation-delay: .3s;*/
    animation-fill-mode: both;
    animation-duration: 0.5s;
    opacity: 0;
}
.menu_overlay.open li:nth-of-type(1) {
    animation-delay: .3s;
}
.menu_overlay.open li:nth-of-type(2) {
    animation-delay: .4s;
}
.menu_overlay.open li:nth-of-type(3) {
    animation-delay: .5s;
}
.menu_overlay.open li:nth-of-type(4) {
    animation-delay: .6s;
}
.menu_overlay.open li:nth-of-type(5) {
    animation-delay: .7s;
}
.menu_overlay.open li:nth-of-type(6) {
    animation-delay: .8s;
}
.menu_overlay.open li:nth-of-type(7) {
    animation-delay: .9s;
}
.menu_overlay.open li:nth-of-type(8) {
    animation-delay: 1s;
}
.menu_overlay .overlay-menu {
    position: relative;
    height: 70%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
}
.menu_overlay nav {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    height: 100%;
    width: 80%;
    background: #fff;
    border-radius: 30px;
    border: solid 1px #92BDD9;
    padding: 10%;
}

.menu_overlay ul li a {
    text-decoration: none;
    font-weight: 500;
    font-size: 16px;
}

@keyframes menu_fadeInRight {
    0% {
        opacity: 0;
        transform: translateX(-10%);
    }

    100% {
        opacity: 1;
        transform: translateX(0%);
    }
}
/* //drawer_menu */


@media screen and (min-width: 651px) {
.l-header {
    background: url(../images/bg_contents_b.svg) no-repeat center 70px #fff;
    height: 150px;
    background-size: 230%;
}
}

.l-header .logo {
    width: 115px;
    margin: -20px auto 0;

}
.l-header__catch {
    padding: 5px 10px 0;
    line-height: 1.5;
}
.l-header__catch-jp {
    font-size: 12px;
}
.l-header__catch-en {
    font-size: 10px;
}

.btn-line-fixed {
    position: fixed;
    width: 60px;
    border-radius: 10px 0px 0px 10px;
    background: #20b92c;
    border: 1px solid #4cc764;
    padding: 15px 8px;
    z-index: 999;
    bottom: 20%;
    right: 0;
    padding: 1em;
    text-align: center;
}
.btn-line-fixed span{
    font-size: 15px;
    font-weight: 500;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    align-items: center;
    color: #fff;
    letter-spacing: 0.1em;
    text-align: center;
    padding-top: 0.5em;
}

.btn-line-fixed__ico {
    margin: auto;
}

.btn-line-fixed {
    display: none;
}
.btn-line-fixed.js_scrollin {
    position: fixed;
    display: block;
    animation-duration: 2s;
    animation-name: fadeIn;
    animation-delay: 0.5s;
    animation-fill-mode: both;
}


.fadeIn {
/*
    animation-delay: 0.5s;
    animation-fill-mode: both;
    animation-duration: 1s;
    animation-name: fadeIn;
*/
}
@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.fixed_banner {
    position: fixed;
    display: none;
    z-index: 98;
    right: 10px;
    bottom: 30px;
}
.fixed_banner_close {
    position: absolute;
    background-color: transparent;
    right: -10px;
    top: -10px;
    z-index: 99;
    border: none;
    /* cursor: pointer; */
    width: 36px;
    height: 36px;
    padding: 0;
}
button {
    -webkit-appearance: none;
    display: block;
    width: 100%;
    border: none;
    font-family: inherit;
    color: inherit;
}

/* ::::::::::::::::::::::::::::::: */


/*:::::::::::::::::::::::::::::::::::::::::::::::::
FOOTER
:::::::::::::::::::::::::::::::::::::::::::::::::*/
#footer {
    width: 100%;
    margin-top: 100px;
    position: relative;
}
.footer-content {
    background: url(../images/bg_footer_ph.jpg) no-repeat center bottom;
    margin-top: 200px;
    background-color: #fff;
    background-size: contain;
}
.footer-content__inner {
    margin-bottom: 40%;
    margin-top: -50px;
}
.footer nav {
    margin: 150px auto 0;
    width: fit-content;
    text-align: center;
}

.footer .nav__list a {
    padding: 10px 2em 0 0;
}
.footer .sns-list {
    justify-content: center;
}
.footer-logo {
    position: relative;
}

.footer-logo:before {
    content: "";
    width: 100%;
    height: 187px;
    background: url(../images/bg_contents_w.svg) no-repeat center top;
    display: block;
    background-size: cover;
    background-color: #fff;
}

.footer-logo a {
    width: 128px;
    display: block;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: -60px;
}

.footer-msg {
    max-width: fit-content;
    margin: auto;
    color: #437078;
/*    padding-bottom: 8%;*/
}
.licence-sign {
    max-width: 500px;
    margin: auto;
    font-size: 12px;
    background: #fff;
    border-radius: 10px;
    margin-top: 90px;
    margin-bottom: 100px;
}

.licence-sign__list-item {
    display: flex;
    justify-content: space-between;
}


.licence-sign__ttl {
    font-family: "Zen Kaku Gothic New", sans-serif;
    margin-bottom: 1em;
}

.licence-sign__list-item dt {
    width: 50%;
    line-height: 1.3;
    background: #fafafa;
    margin-bottom: 5px;
    padding: 5px 1em;
    font-weight: 500 !important;
}
.footer-copyright {
    text-align: center;
    font-size: 12px;
    padding-bottom: 1em;
}

.footer-msg p {
    border-bottom: solid 1px #92BDD9;
    display: inline;
    color: #437078;
    color: #719196;
    line-height: 2;
    font-size: 14px;
}
.footer-msg p + p{
}
.footer-msg__ttl {
    margin-bottom: 10px;
}


@media screen and (min-width: 651px) {
.footer .nav__list {
    display: flex;
    flex-wrap: wrap;
    gap: 1em;
}
}
.c-cta {
    padding: 50px 0 60px;
    border-top: solid 3px #fff;
    border-bottom: solid 3px #fff;
    margin-top: 30px;
    /* width: 90%; */
    margin: 50px auto 0;
}



/*:::::::::::::::::::::::::::::::::::::::::::::::::
下層ページ
:::::::::::::::::::::::::::::::::::::::::::::::::*/

.c-ttl-circle{
    display: flex;
    align-items: center;
}
.c-ttl-circle:before{
    content: "";
    width: 1em;
    height: 1em;
    margin-right: 0.5em;
    border-radius: 100vh;
    display: inline-block;
    border: solid 5px #92BDD9;
    flex-shrink: 0;
}

.page-header-lead__ph {
    margin-bottom: 100px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.entry-header {
    margin-bottom: 100px;
}
.entry-header > .l-inner{
    padding-top: 8%;
    padding-bottom: 5%;
    border-bottom: solid 3px #fff;
}
.entry-header .entry-header__ttl {
    text-align: center;
    font-size: 24px;
    text-shadow: 0px 1px 6px #fff;
}
.entry-header .c-ttl-label {
    width: fit-content;
    margin: auto;
    text-shadow: 0px 1px 6px #fff;
}

.page-nav {
     display: flex;
    justify-content: space-between;
    gap: 10px;
    flex-wrap: wrap;
}
.page-nav > li{
    width: calc((100% - 20px) / 2);
    text-align: center;
    background: #fcf7f4;
    align-items: center;
}
.page-nav > li a {
    font-weight: 500;
    padding: 1em;
    background: #fff;
    text-align: center;
}

.page-nav > li a:after {
    content: "";
    width: 15px;
    height: 15px;
    background: url(../images/ico_arrow_s.svg) no-repeat 0 center;
    position: absolute;
    right: 1em;
    top: 0;
    bottom: 0;
    margin: auto;
}

/*COURSE PAGE*/
#course-navigation {
    margin-bottom: 100px;
}
#course-content h2 {
    width: fit-content;
    margin: 1em auto 0.5em;
}
#course-content p {
    color: rgb(0 65 75 / 70%);
    margin-bottom: 1em;
    padding: 1em 2em;
    font-size: 15px;
}
#course-content p + p{
    margin-bottom: 0;
}
#course-content p > strong {
    color: #00414B;
    font-weight: 500;
}
#course-content .course-body {
    margin-bottom: 40px;
    background: #fff;
    border-radius: 5px;
    padding: 10% 14%;
}
#course-content .course-section {
    margin-top: 80px;
}
#course-content .course-body img {
    margin: 0 auto 30px;
}

#course-content .course-body table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    font-family: "Zen Old Mincho", serif;
    font-size: 1.1em;
    margin-bottom: 10px;
    border-top: solid 1px #dddbdb;
}
#course-content .course-body table tr {
    border-bottom: solid 1px #ffffff;
    border-bottom: solid 1px #dddbdb;
    background: #fff;
}

.wp-block-table td, .wp-block-table th {
    border: none;
}
#course-content .course-body table td {
    padding: 1em;
    font-size: 16px;
}
#course-content .course-body table td .has-small-font-size{
    font-size: 0.8em !important;
    padding-left: 3px;
}

#course-content .course-body table td:first-child {
    padding: 1em 1em 1em 2em
}
#course-content .course-body table td:first-child:before {
    display: inline-block;
    content: "";
    width: 0.5em;
    height: 0.5em;
    background: #fff;
    border: solid 1px #00414b;
    border-radius: 100vh;
    margin-right: 10px;
    margin-left: -1em;
}
#course-content .course-body table td:nth-of-type(2) {
    background: #fef9f5;
    vertical-align: middle;
    text-align: right;
}


/*CLINIC PAGE*/
body.page-template-page-clinic .l-header,
body.page-template-page-clinic-test .l-header{
    background-image: none;
}
.entry-header.entry-header-clinic {
    background: url(../images/clinic_mv.jpg) no-repeat 89% 0;
    background-size: cover;
}
.entry-header.entry-header-clinic .l-inner {
    padding-top: 20%;
    padding-bottom: 16%;
}
.page-clinic section {
    padding: 100px 0;
    margin: 0 auto;
    border-top: solid 3px #fff;
}
.page-header-lead {
    padding: 0 0 100px;
}
.page-header-lead__txt {
    font-family: "Zen Old Mincho", serif;
    font-size: 1.1em;
    margin-bottom: 4em;
    text-align: center;
    line-height: 2;
    max-width: 480px;
    margin: auto auto 50px;
}
.page-clinic-staff .c-staff__item {
    max-width: 100%;
}

.p-clinic-price__list {
    padding: 10% 14%;
    background: #fff;
}
.p-clinic-price__list table{
    font-family: "Zen Old Mincho", serif;
    table-layout: fixed;
        border-top: solid 1px #ddd;
}
.p-clinic-price__list th {
    font-weight: 500;
}
.p-clinic-price__list table td[colspan="2"] {
    background: #fff;
}

.p-clinic-price__list table tr {
    border-bottom: solid 1px #ddd;
}
.p-clinic-price__list table td {
    border-bottom: solid 1px #ddd;
    padding: 10px 6%;
    background: #fff;
    background: #fafafa;
}
.p-clinic-price__list table td:nth-of-type(2) {
    background: #fff;
    border-left: dotted 1px #ccc;
}
.p-clinic-price__list table strong,
.p-clinic-price__list table h3{
    font-weight: 500;
    font-size: 1.3em;
    padding: 2em 0 0em;
    display: block;
    color: #f08080;
    color: #f08080;
    text-align: center;
    letter-spacing: 0.2em;
}

.p-clinic-price__list table td .small {
    font-size: 0.8em;
    padding-left: 3px;
}
.p-clinic-service__list {
}
.p-clinic-service__list li {
    background: #fff;
    padding: 1em 5%;
    /* border: solid; */
    font-weight: 500;
    border-bottom: solid 4px #fef9f5;
    font-size: 1.25em;
    font-size: 18px;
    display: block;
}
.p-clinic-service__list li .small {
    font-size: 0.9em;
    display: block;
     padding-left: 1em; 
    font-weight: 400;
}


.page-clinic-staff .c-staff {
    margin: 0 auto;
}
.page-clinic-staff .c-staff__list {
    max-width: 800px;
    margin: auto;
    gap: 80px;
}
.page-clinic-staff .c-staff__item .c-staff__item-head {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.page-clinic-staff .c-staff__item dl {
    display: flex;
    gap: 1em;
    margin-top: 20px;
    padding: 1em;
    width: fit-content;
    margin: auto;
}

.page-clinic-staff .c-staff__item .photo {
/*    width: 50%;*/
}
.p-clinic-info__desc  {
    margin-top:50px;
}

.p-clinic-info__desc p {
    margin-top: 1em;
}

/* ::::::::::::::::::::::::::::::: */

@media screen and (max-width: 768px) {
.entry-header {
    margin-bottom: 50px;
}
#course-navigation {
    margin-bottom: 50px;
}

#course-content .course-body table {
    border-top: none;
}
#course-content .course-body table td {
    display: block;
    width: 100%;
}
.page-nav > li {
     width: 100%; 
}
 #course-content .course-body {
    padding: 5%;
}
}

/* ::::::::::::::::::::::::::::::: */

@media screen and (max-width: 650px) {
    .page-clinic section {
    padding: 60px 0;
    }
    .page-header-lead {
    padding: 0 0 60px;
    }
    .page-clinic-staff .c-staff__item .photo {
        width: 60%;
    }
    #course-content .course-body {
        padding: 5% 10px;
    }
    .p-clinic-price__list {
    padding: 10% 5%;
}
    .p-clinic-price__list table td:nth-of-type(2) {
    padding: 10px 3% 10px 5%;
}
    .p-clinic-price__list table td .small {
    font-size: 0.8em;
/*    display: block;*/
}
}

/*下層ここまで*/
/* ::::::::::::::::::::::::::::::: */


/*:::::::::::::::::::::::::::::::::::::::::::::::::
MEDIA QUERY 共通
:::::::::::::::::::::::::::::::::::::::::::::::::*/

@media screen and (max-width: 1070px) {
.l-inner {
    padding-left: 6%;
    padding-right: 6%;
}
}

/* ::::::::::::::::::::::::::::::: */

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

.footer-logo a {
    width: 108px;
}
.footer-logo:before {
    background-size: contain;
    height: 140px;
}
.footer-msg p {
    font-size: 13px;
}
}

/* ::::::::::::::::::::::::::::::: */


@media screen and (max-width: 650px) {
body {
    font-size: 14px;
}
.c-ttl-label {
    font-size: 14px;
}
.l-inner {
    padding-left: 6%;
    padding-right: 6%;
}

.l-header .logo {
    width: 105px;
     margin: 10px auto 5px;
}
.l-header {
    background: url(../images/bg_contents_b_sp.svg) no-repeat center bottom #fff;
    height: 160px;
}
.fixed_banner {
    right: unset;
    left: 5px;
    max-width: 69%;
    bottom: -9px;
}
.btn-line-fixed {
    width: 32px;
    bottom: 20px;
    padding: 10px 3px;
}
.btn-line-fixed span {
    font-size: 13px;
}

.footer-content {
    margin-top: 150px;
}
.footer nav {
    width: 80%;
    margin: 50px auto 0;
}

.footer .nav__list a {
    padding: 1em 0;
    border-bottom: solid 1px #dddbdb;
}

.sns-list {
    margin-top: 50px;
}

.footer-copyright {
    font-size: 10px;
}
}








