@charset "utf-8";

/*
Theme Name: mh-tec SmartPack_type03
Text Domain: mh-tec-SmartPack_type03
Theme URI: https://mh-tec.co.jp/
Author: Mental Health Technologies Co.Ltd.
Author URI: https://mh-tec.co.jp/
Version: 2.0
*/

:root {
  --main-color: #41bcb7;
  --sub-color1: #f5f8f7;
  --sub-color2: #e5f3f2;
  --sub-color3: #eb6c77;
}
a:focus:not(:focus-visible) {
  outline: none !important;
}
/* ------------------------------------------------------------------------------------
html
------------------------------------------------------------------------------------ */

  html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    background-color: #fff;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 1.5;
  }

    /*responsive*/
        @media (max-width: 767px) { /* xs */
        }
        @media screen and (min-width:767px) and (max-width:1199px) { /* lg */
        }
        @media screen and (min-width:1200px) { /* xl */
        }

/* ------------------------------------------------------------------------------------
body
------------------------------------------------------------------------------------ */

  body {
    position: relative;
    font-family: "Zen Maru Gothic","Noto Sans JP", 'Hiragino Kaku Gothic ProN', 'Hiragino Kaku Gothic Pro', 'ＭＳ ゴシック', sans-serif;
    font-weight: 400;
    color: #333;
    margin: 0;
    padding-top: 174px;
    line-height: inherit;
    background-color: var(--sub-color1);
  }

    /*responsive*/
        @media (max-width: 767px) { /* xs */
        }
        @media screen and (min-width:767px) and (max-width:1199px) { /* lg */
        }
        @media screen and (min-width:1200px) { /* xl */
        }

/* ------------------------------------------------------------------------------------
common
------------------------------------------------------------------------------------ */

  * {box-sizing:border-box;}
  article,aside,footer,header,nav,section {
    display: block;
  }
  figcaption,figure,main,section {
    display: block;
  }
  hr {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible;
  }
  a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
    color: #2f1e11;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    word-break: break-all;
  }
  a:active,a:hover {
    outline-width: 0;
    color: #2f1e11;
    text-decoration: none;
  }
  b,strong {
    font-weight: inherit;
    font-weight: 600;
  }
  small {
    font-size: 80%;
  }
  audio,video {
    display: inline-block;
  }
  img {
    border-style: none;
    max-width: 100%;
    height: auto;
  }
  button,input,optgroup,select,textarea {
    font-family: sans-serif;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
  }
  button,input {
    overflow: visible;
  }
  button,select {
    text-transform: none;
  }
  textarea {
    overflow: auto;
  }
  .main-color {
    color: var(--main-color);
  }
  .sub-color {
    color: var(--sub-color);
  }
  .gtm-notice {
    position: fixed;
    top: 0;
    left: 0;
    padding: 10px;
    line-height: 1;
    background: #ffffff88;
    z-index: 9999999999999;
  }
  .container {
      width: 1152px;
      max-width: 100% !important;
      padding: 0 16px;
  }

@media (min-width: 1200px) {
    .container {
        width: 1152px;
        padding: 0 16px;
    }
}
.bold {
  font-weight: bold;
}
h2,
h3 {
  letter-spacing: 0.04rem;
}
/* ------------------------------------------------------------------------------------
column
------------------------------------------------------------------------------------ */

  .row {
    display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
  }

/* ------------------------------------------------------------------------------------
header
------------------------------------------------------------------------------------ */

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 1;
}
.header-top {
  background-color: var(--sub-color2);
  line-height: 16px;
  padding: 10px;
  font-size: 12px;
}
.header-row {
  display: flex;
  justify-content: space-between;
  padding: 1rem 0;
  align-items: flex-start;
}
.header-logo {
  display: flex;
  align-items: flex-end;
  gap: 0.5rem;
}
.header-logo img {
  display: block;
}
.header-contact {
  display: flex;
  gap: 1rem;
}
.header-contact a {
  background: var(--main-color);
  color: #fff;
  padding: 12px 20px;
  border-radius: 3.40282e38px;
  display: flex;
  white-space: nowrap;
  gap: 0.25rem;
}
.header-contact a + a {
  background: var(--sub-color3);
}
.header-contact a img {
  display: block;
}
.header-menu {
  border-top: 1px solid rgb(214, 214, 214);
  border-bottom: 1px solid rgb(214, 214, 214);
  box-sizing: border-box;
}
.header-menu ul.menu {
  display: flex;
  padding: 1.125rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  justify-content: center;
  gap: 2.25rem;
}

.header-menu ul.menu li {
  position: relative;
}

.header-menu ul.menu li.menu-item-has-children:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    content: "\f078";
    color: var(--main-color);
}

.header-menu ul.menu li a {
  font-weight: 500;
}

.header-menu ul.menu li ul.sub-menu {
  margin: 0;
  display: none;
  position: absolute;
  padding-top: 10px;
  left: -15px;
  top: 20px;
  width: 180px;
}

.header-menu ul.menu li:hover ul.sub-menu {
  display: block;
}

.header-menu ul.menu li ul.sub-menu > li > a {
  position: relative;
  display: block;
  background-color: rgba(255, 255, 255, 0.7);
  padding: 5px 10px 5px 2em;
}
.header-menu ul.menu li ul.sub-menu > li:last-child > a {
  padding-bottom: 15px;
  border-radius: 0 0 10px 10px;
}

/* ------------------------------------------------------------------------------------
  btn_type
------------------------------------------------------------------------------------ */

  a.btn_type01 {
    display: inline-block;
    margin: 0 auto 10px;
    padding: 10px 15px;
    background: linear-gradient(to right, var(--main-color), var(--sub-color));
    border: 2px solid #fff;
    border-radius: 10px;
    color: #fff!important;
    text-align: center;
    min-width: 250px;
    max-width: 100%;
    font-weight: 600;
    text-decoration: none!important;
  }
  a.btn_type01::after {
      font-family: 'Material Icons';
      font-weight: 300;
      content: "\e5cc";
      color: #fff;
      float: right;
  }

  a.btn_type01:hover {
    opacity: 0.5;
    text-decoration: none!important;
  }

  a.btn_red {
    background-color: #da0439;
    background: linear-gradient(to left, #ee7e77, #da0439);
  }

  a.btn_green {
    background-color: #00997f;
    background: linear-gradient(to left, #94d0c4, #00997f);
  }

  a.btn_blue {
    background-color: #00767f;
    background: linear-gradient(to left, #3eafcd, #00767f);
  }

  a.btn_purple {
    background-color: #731485;
    background: linear-gradient(to left, #b87fb5, #731485);
  }

  a.btn_pink {
    background-color: #ed4a89;
    background: linear-gradient(to left, #f789b3, #ed4a89);
  }

  a.btn_orange {
    background-color: #d56014;
    background: linear-gradient(to left, #f29847, #d56014);
  }

    /*btn_type responsive*/
        @media (max-width: 543px) { /* xs */
        }
        @media screen and (min-width:544px) and (max-width:767px) { /* sm */
        }
        @media screen and (min-width:768px) and (max-width:991px) { /* md */
        }
        @media screen and (min-width:992px) and (max-width:1199px) { /* lg */
        }
        @media screen and (min-width:1200px) { /* xl */
        }

/* ------------------------------------------------------------------------------------
information Zone
------------------------------------------------------------------------------------ */


#information p {
  margin-bottom: 20px;
  box-sizing:border-box;
}
#information a.btn_type01 {
  float: right;
  font-size: 10px;
}
ul.info-list {margin-bottom: 20px;}
body.home ul.info-list .info_day {
  line-height: 100%;
}
ul.info-list .info_day {
  display: inline-block;
  text-align: left;
  font-size: 13px;
  font-weight: 500;
}
ul.info-list li {
  font-weight: 400;
  font-size: 15px;
  margin-bottom: 10px;
}
#under-content ul.info-list li {
    text-shadow: none;

}


ul.next_post_link {margin-bottom: 60px;padding-top: 15px;margin-top: 30px;border-top: 1px solid #999;}
ul.next_post_link li {display: inline-block;width: 49%;}
ul.next_post_link li.left {text-align: left;}
ul.next_post_link li.right {text-align: right;}
ul.next_post_link li a {color: var(--main-color);display: inline-block;width: auto;padding: 3px 10px;line-height: 100%;font-size: 13px;}
.none-info {text-align: center;width: 100%;font-size: 20px;font-weight: 500;border-bottom: 2px dashed #fff;border-top: 2px dashed #fff;display: block;width: 100%;padding: 10px;}
img.attachment-index_thumbnail {padding: 15px;margin: 0 auto;}
    /*#information responsive*/
        @media (max-width: 543px) { /* xs */
        }
        @media screen and (min-width:544px) and (max-width:767px) { /* sm */
        }
        @media screen and (min-width:768px) and (max-width:991px) { /* md */
        }
        @media screen and (min-width:992px) and (max-width:1199px) { /* lg */
        }
        @media screen and (min-width:1200px) { /* xl */
        }


/* ------------------------------------------------------------------------------------
footer Zone
------------------------------------------------------------------------------------ */

footer ul.menu {
  display: none;
}
footer ul.menu li {
  position: relative;
}

footer ul.menu li.menu-item-has-children:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    content: "\f078";
    color: var(--main-color);
}

footer ul.menu li a {
  font-weight: 500;
}

footer ul.menu li ul.sub-menu {
  margin: 0;
  display: none;
  position: absolute;
  padding-top: 10px;
  left: -15px;
  top: 20px;
  width: 180px;
}

/*footer ul.menu li:hover ul.sub-menu {
  display: block;
}
*/
footer ul.menu li ul.sub-menu > li > a {
  position: relative;
  display: block;
  background-color: rgba(255, 255, 255, 0.7);
  padding: 5px 10px 5px 2em;
  color: var(--main-color)!important;
  border-radius: 10px;
}

/* ------------------------------------------------------------------------------------
side Zone
------------------------------------------------------------------------------------ */



/* ------------------------------------------------------------------------------------
Page-top Zone
------------------------------------------------------------------------------------ */
#page-top {
    position: fixed;
    bottom: 0px;
    right: 0px;
    font-size: 77%;
    margin-bottom: 0!important;
    z-index: 2;
}
#page-top a {
    text-decoration: none!important;
    color: #fff!important;
    padding: 6px 6px;
    text-align: center;
    display: block;
    font-weight: 400;
    background: var(--sub-color);
    text-shadow: none!important;
    

}
#page-top a i {display: block;font-size: 15px;}
#page-top a:hover {
    opacity: 0.6;
}
/* ------------------------------------------------------------------------------------
Responsive Free Zone
------------------------------------------------------------------------------------ */


/* ------------------------------------------------------------------------------------
#under-content
------------------------------------------------------------------------------------ */

  #under-content {
    max-width: 768px;
    margin: 0 auto;
    position: relative;
    padding: 50px 0;
  }
  #under-content p {
    margin-bottom: 1rem;
    line-height: 2;
  }

    /*responsive*/
        @media (max-width: 767px) { /* xs */
        }
        @media screen and (min-width:767px) and (max-width:1199px) { /* lg */
        }
        @media screen and (min-width:1200px) { /* xl */
        }


/* ------------------------------------------------------------------------------------
#under-content .container
------------------------------------------------------------------------------------ */

    /*responsive*/
        @media (max-width: 767px) { /* xs */
          #under-content .container {
          }
        }
        @media screen and (min-width:767px) and (max-width:1199px) { /* lg */
        }
        @media screen and (min-width:1200px) { /* xl */
          #under-content .container {
            min-height: 300px;
          }
        }

/* ------------------------------------------------------------------------------------
#under-content .so-panel
------------------------------------------------------------------------------------ */

  #under-content .so-panel {
    font-family: "Noto Sans JP", 'Hiragino Kaku Gothic ProN', 'Hiragino Kaku Gothic Pro', 'ＭＳ ゴシック', sans-serif;
    letter-spacing: 1px;
    font-weight: 400;
    font-size: 15px;
  }

  #under-content .so-panel .textwidget > *:last-child {
    margin-bottom: 0;
  }


/* ------------------------------------------------------------------------------------
#under-content .so-panel section
------------------------------------------------------------------------------------ */

  #under-content .so-panel section {
    margin-bottom: 45px;
  }
  #under-content .so-panel > div > *:last-child {
    margin-bottom: 0;
  }
  #under-content .so-panel article {
    margin-bottom: 30px;
  }
  #under-content .so-panel section > *:last-child,
  #under-content .so-panel article > *:last-child {
    margin-bottom: 0;
  }

/* ------------------------------------------------------------------------------------
#under-content paragraph
------------------------------------------------------------------------------------ */

  #under-content .so-panel p {
    margin-bottom: 15px;
    line-height: 165%;
  }
  #under-content .so-panel p:empty {
    display: none;
  }
  #under-content .so-panel p a:not([class]) {
    border-bottom: 1px dashed var(--main-color);
  }
  #under-content .so-panel p.text-center {
    text-align: center;
  }
  #under-content .so-panel p.text-right {
    text-align: right;
  }
  
/* ------------------------------------------------------------------------------------
#under-content h
------------------------------------------------------------------------------------ */

#under-content h1,
#under-content h2,
#under-content h3,
#under-content h4,
#under-content h5 {
    font-family: "Zen Maru Gothic","Noto Sans JP", 'Hiragino Kaku Gothic ProN', 'Hiragino Kaku Gothic Pro', 'ＭＳ ゴシック', sans-serif;
    font-weight: 500;
}

#under-content h1:not([class]) {
  font-weight: bold;
  text-align: center;
  position: relative;
  display: block;
  box-sizing: border-box;
  font-size: 30px;
  line-height: 36px;
  letter-spacing: 2px;
  margin-bottom: 45px;
}
#under-content h1:not([class]) span.day {
  display: block;
  font-size: 15px;
  text-align: left;
}
#under-content h2:not([class]) {
  font-size: 22px;
  border-bottom: 2px solid #41bcb7;
  margin-bottom: 30px;
  padding: 5px 10px;
}

#under-content h3:not([class]) {
  font-size: 18px;
  position: relative;
  padding: 3px 15px 3px 20px;
  margin-bottom: 15px;
  line-height: 135%;
}
#under-content h3:not([class]):before {
  content: "";
  width: 4px;
  height: 100%;
  background-color: var(--main-color);
  position: absolute;
  border-radius: 10px;
  left: 0;
  top: 0;
}
#under-content h4:not([class]) {
  font-size: 17px;
  background-color: #f7f7f7;
  padding: 5px 15px;
  margin-bottom: 15px;
  line-height: 130%;
  position: relative;
  border-radius: 3px;
}

#under-content h4:not([class]) i {
  color: var(--main-color);
}

#under-content h5:not([class]) {
  font-size: 17px;
  margin-left: 0;
  padding: 0;
  margin-bottom: 15px;
  text-indent: -1em;
  padding-left: .5em;
}
#under-content h5:not([class]):before {content: "【";margin-right: 0.5em;}
#under-content h5:not([class]):after {content: "】";margin-left: 0.5em;}
#under-content h5:not([class]):before,#under-content h5:after {
  color: var(--main-color);
}

#under-content h6:not([class]) {
  font-size: 17px;
  margin-bottom: 10px;
  padding: 5px;
  border-bottom: 1px solid #ddd;
}
#under-content h6:not([class]):before {content: "●";font-size: 10pt;margin-right: 0.5em;color: var(--main-color);}

#under-content h2:not([class]) + p {
  margin-top: -10px;
}
#under-content ul + h3:not([class]) {
  margin-top: 30px;
}
#under-content p + h3:not([class]) {
  margin-top: 30px;
}


/* ------------------------------------------------------------------------------------
#under-content list
------------------------------------------------------------------------------------ */

  #under-content .content-box ul {
    padding:0;
    margin:0 0 15px;
    list-style: none;
  }

  /*ul normal*/
  #under-content .content-box ul:not([class]) {
    padding:0;
    margin:0 0 15px 1em;
    list-style: none;
  }
  #under-content .content-box ul:not([class]) > li {
    padding-left: 1.5em;
    position: relative;
    margin-bottom: 5px;
  } 
  #under-content .content-box ul:not([class]) > li:before { 
    content: "●";
    color: var(--main-color);
    font-weight: bold;
    font-size: 7px;
    position: absolute;
    top: 5px;
    left: 4px;
  }
  #under-content .content-box ul:not([class]) > li a {
    border-bottom: 1px dashed var(--main-color);
  }

  /*ul asterisk*/
  #under-content .content-box ul.asterisk_list > li:before { 
    content: "※";
    font-size: 15px;
    color: #333;
    left: 0;
  }

  /*ol normal*/
  #under-content .content-box ol {
    list-style: decimal;
    padding: 0 0 0 25px;
    margin:0 0 15px;
    list-style-position:outside;
  }
  #under-content .content-box ol > li a {
    text-decoration: underline;
    color: var(--main-color);
  }

  /*ol brackets*/
  #under-content .content-box ol.brackets > li {
    list-style-type:none;
    counter-increment: cnt1;
    text-indent: -1.8em;
  }
  #under-content .content-box ol.brackets > li:before{
    display: marker;
    content: "(" counter(cnt1) ")";
    margin-right: 0.5em;
  }

  /*dl*/

  #under-content .content-box dl {
    padding: 0;
    margin:0 0 15px;
  }
   
  #under-content .content-box dl > dt {
    font-weight: 600;
    padding-left: 1.3em;
    margin-bottom: 10px;
    position: relative;
    line-height: 135%;
    margin-top: 25px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 7px;
  }

  #under-content .content-box dl > dt:first-child {
    margin-top: 0;
  }

  #under-content .content-box dl > dt:before {
    position: absolute;
    left: 0px;
    top: 0px;
    content: "●";
    color: var(--main-color);
    font-size: 80%;
  }

  #under-content .content-box dl > dd {
    margin-left: 1.5em;
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 145%;
  }

  #under-content .content-box dl > dd a {
    text-decoration: underline;
    color: var(--main-color);
  }


/* ------------------------------------------------------------------------------------
#under-content other
------------------------------------------------------------------------------------ */

  #under-content .so-panel .text-left {
    text-align: left!important;
  }
  #under-content .so-panel .text-right {
    text-align: right!important;
  }
  #under-content .so-panel .text-center {
    text-align: center!important;
  }
  #under-content .so-panel .text-justify {
    text-align: left;
    text-align: justify!important;
    text-justify: 
    inter-ideograph;/*ジャスティファイ*/
  }
  #under-content .so-panel .asterisk { 
    padding-left: 1.5em;
    position: relative;
  }
  #under-content .so-panel .asterisk:before { 
    content: "※"; 
    position: absolute;
    left: 0;
    top: 0;
  }
  #under-content .so-panel .btn_none {
    pointer-events: none;
  }
  #under-content .so-panel .nowrap {
    white-space: nowrap;
  }
  @import url(https://fonts.googleapis.com/icon?family=Material+Icons);
   
  #under-content .so-panel p a:not([class])[target=_blank]::after{
     font-family: 'Material Icons';
     content: '\e89e';
  }
  #under-content .so-panel .red {
    color: red;
  }
  #under-content .so-panel del {
    background-image: linear-gradient(#fe3464, #fe3464);
    background-position: 0 50%;
    background-size: 100% 1px;
    background-repeat: repeat-x;
    text-decoration: none;
  }
  #under-content .so-panel aside {
    border: 1px solid red;
    padding: 15px 20px;
    border-radius: 5px;
    margin-bottom: 15px;
  }
  #under-content .so-panel aside > *:last-child {
    margin-bottom: 0;
  }
  #under-content sup,
  #under-content sub {
    font-size: 60%;
  }
  #under-content sub {
    top: 0.6em;
  }
  #under-content sup {
    bottom: 0.6em;
  }
  

/* ------------------------------------------------------------------------------------
 mailform
------------------------------------------------------------------------------------ */

/*#section#mailform*/
  section#mailform {max-width: 980px;margin: 0 15px;}
  section#mailform dl {}
  section#mailform dt label {padding: 2px 10px;width: 100%;display: inline-block;border-left: 4px solid var(--main-color);font-weight: normal;border-bottom: 1px solid #ddd;margin-bottom: 15px;font-weight: 600;font-size: 16px;}
  section#mailform dt {padding: 5px 10px ;vertical-align: top;}
  section#mailform dd {padding: 0px 10px 20px;vertical-align: top;}
  section#mailform dd.privacy_policy {padding: 10px;}
  section#mailform dd.privacy_policy p {
    padding: 15px;
    border: 1px solid rgb(171, 171, 171);
    box-sizing:border-box;
    height: 100px;
    overflow-y: scroll;
    overflow-x: none;
    background-color: #fff;
  }

  span.xs {color: #ff0000;font-size: 12px;display: inline-block;margin-left: 10px;}
button, input, select, textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  border: 1px solid rgb(171, 171, 171);
  border-radius: 0px;
  padding: 7px 10px;
  width: 100%;
  background-color: #fff;
}

input[type="submit"], button.btn-check, button.btn-send, button.btn-back {
  color: #ffffff;
  /* text-shadow: 0px 0px 4px #fff; */
  font-weight: 600;
  letter-spacing: 0.2em;
  background-color: var(--main-color);
  border: 1px solid var(--main-color);
  border-radius: none!important;
  cursor: pointer;
  margin-bottom: 15px;
}

input[type="submit"]:hover {
  color: var(--main-color); 
  background-color: #fff;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

input.wpcf7-form-control.wpcf7-submit {
  background-color: #222;
  color: #fff;
  font-weight: 600;
  font-size: 1.3em;
  letter-spacing: .2em;
  border: 2px solid #222;
}

input::-webkit-input-placeholder {
  color: #c3c3c3;
  font-weight: normal;
}

input:-ms-input-placeholder {
  color: #c3c3c3;
  font-weight: normal;
}

input::-moz-placeholder {
  color: #c3c3c3;
  font-weight: normal;
}

input[type="checkbox"] {
  float: left;
  display: inline-block;
  width: 25px;
}

input[type="radio"] {
  width: 20px;
}

ul#menu-gnav p {
    font-weight: 500;
    display: block;
    color: #666;
    font-size: 18px;
    line-height: 120%;
    position: relative;
    vertical-align: middle;
}

.events_none { pointer-events: none; } /* aタグ無効 */


/* ------------------------------------------------------------------------------------
#under-content table
------------------------------------------------------------------------------------ */

  #under-content .su-table {
    display: table;
    width: 100%;
  }
  
  #under-content .so-panel .su-table table {
    margin-bottom: 15px;
    width: 100%;
  }
  #under-content .su-table {
    background: linear-gradient(to right, var(--main-color), var(--sub-color));
    margin-bottom: 15px!important;
  }
  #under-content .su-table table {
    margin-bottom: 0px!important;
    letter-spacing: 0;
  }
  #under-content .su-table table th,
  #under-content .su-table table td {
    padding: 1em!important;
    font-size: 14px!important;
    vertical-align: middle!important;
    line-height: 145%;
  }
  #under-content .su-table table td p {
    font-size: 14px;
    line-height: 145%;
  }
  #under-content .su-table table th > *:last-child,
  #under-content .su-table table td > *:last-child {
    margin-bottom: 0!important;
  }
  #under-content .su-table table thead th {
    background: transparent!important;
    color: #fff!important;
  }
  #under-content .su-table table tbody th {
    background: var(--main-color)!important;
    color: #fff!important;
    border-bottom-color: #fff!important;
    border-right: none!important;
  }
  #under-content .su-table table tbody th + td {
    border-left: none!important;
  }
  #under-content .su-table table tbody tr:first-child th:first-child {
    border-top: 1px solid var(--sub-color)!important;
  }
  #under-content .su-table table tbody tr:last-child th:first-child {
    border-bottom: 1px solid var(--sub-color)!important;
  }
  #under-content .su-table table thead + tbody th {
    background: #eee!important;
    color: #333!important;
    border-bottom-color: #b4b4b4!important;
  }
  #under-content .su-table table thead + tbody tr:last-child th:first-child {
    border-bottom-color: #b4b4b4!important;
  }
  #under-content .su-table table tfoot td {
    padding-left: 0!important;
    padding-right: 0!important;
    border: none!important;
  }
  #under-content .su-table table.tbody-th-center tbody th,
  #under-content .su-table table.tbody-td-center tbody td {
    text-align: center;
  }
  #under-content .su-table table.tbody-th-left tbody th,
  #under-content .su-table table.tbody-td-left tbody td {
    text-align: left!important;
  }
  #under-content .su-table table.tbody-th-right tbody th,
  #under-content .su-table table.tbody-td-right tbody td {
    text-align: right;
  }
  #under-content .su-table table tbody th.center,
  #under-content .su-table table tbody td.center {
    text-align: center!important;
  }
  #under-content .su-table table tbody th.vertical-top,
  #under-content .su-table table tbody td.vertical-top {
    vertical-align: top!important;
  }
  #under-content .su-table table tbody td a,
  #under-content .su-table table tfoot td a {
    text-decoration: none;
    color: #fff;
  }



/* ------------------------------------------------------------------------------------
page link
------------------------------------------------------------------------------------ */

#under-content ul.page_link {
  width: 100%;
  margin: 0 auto 0px;
  padding: 0;
  list-style: none;
  padding: 20px;
  box-sizing: border-box;
  border-top: 3px solid #e9fbff;
  border-bottom: 3px solid #e9fbff;
}
#under-content ul.page_link > li {
  display: inline-block;
  width: auto;
  text-align: left;
  padding: 7px 15px 7px 7px;
  border-right: 1px dotted;
  line-height: 130%;
  font-size: 14.5px;
  vertical-align: middle;
  margin-bottom: 10px;
  min-height: 41px;
  text-indent: 0;
  position: relative;
  letter-spacing: 0;

}
#under-content ul.page_link > li a {
    text-decoration: none;
}
#under-content ul.page_link > li::before {
    display: none;
}
#under-content ul.page_link > li::after {
    font-family: 'Material Icons';
    font-weight: 300;
    content: "\e5cf";
    
    position: absolute;
    right: 8px;
    /*top: 0;*/
    top: 50%; /* ADD */
    /*bottom: 0;*/
    margin: auto;
    transform: translateY(-50%); /* ADD */

}

    /*page_link responsive*/
        @media (max-width: 543px) { /* xs */
            #under-content ul.page_link > li {
                width: 49%;
            }          
            #under-content ul.page_link > li:nth-child(2n) {
                border-right: none;
            }
        }
        @media screen and (min-width:544px) and (max-width:767px) { /* sm */
            #under-content ul.page_link > li {
                width: 49%;
            }
            #under-content ul.page_link > li:nth-child(2n) {
                border-right: none;
            }
        }
        @media screen and (min-width:768px) and (max-width:991px) { /* md */
            #under-content ul.page_link > li {
                width: 32%;
            }
            #under-content ul.page_link > li:nth-child(3n) {
                border-right: none;
            }
        }
        @media screen and (min-width:992px) and (max-width:1199px) { /* lg */
            #under-content ul.page_link > li {
                width: 32%;
                min-height: 35px;
            }
            #under-content ul.page_link > li:nth-child(3n) {
                border-right: none;
            }
        }
        @media screen and (min-width:1200px) { /* xl */
            #under-content ul.page_link > li {
                width: 32%;
            }
            #under-content ul.page_link > li:nth-child(3n) {
                border-right: none;
            }
        }


/* ------------------------------------------------------------------------------------

------------------------------------------------------------------------------------ */


/* ------------------------------------------------------------------------------------
kv-area
------------------------------------------------------------------------------------ */

.kv {
  position: relative;
  /*background-image: url(/assets/img/svg/svg_14.svg),url(/assets/img/lp-kanda-mv-20260615.webp?ver11);*/
  background-image: url(/assets/img/lp-kanda-mv-20260615.webp?ver12);
  background-position: center;
  background-size:  cover;
  min-height: 589px;
  background-repeat: no-repeat;
  overflow: hidden;
}
.kv .kv-chart {
  background-color: rgba(255, 255, 255, 0.7);
  padding: 15px;
  border-radius: 0 25px 25px 0;
  max-width: 450px;

  position: absolute;
  left: 0;
  /*top: 0;*/
  top: 50%; /* ADD */
  /*bottom: 0;*/
  margin: auto;
  transform: translateY(-50%); /* ADD */
}
.kv-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  max-width: 1152px;
  margin: 0 auto;
  padding-top: 40px;
  gap: 1.8rem 0;
}
.kv-row h1 {
  width: 696px;
  /*background: rgba(255, 255, 255, 0.8);*/
  text-align: right;
  font-size: 3rem;
  margin-right: -65px;
  padding: 0.5rem 5rem 0.5rem 0.5rem;
  line-height: 1.28;
  border-radius: 30px;
}
.kv-row h1 span {
  color: var(--main-color);
  font-size: 2rem;
}
  /* responsive */
        @media (max-width: 480px) { /* xs */
          .kv {
            background-image: url(/assets/img/lp-kanda-mv-sp-20260615.webp?ver2);
            background-position: right center!important;
            display: block!important;
            padding-top: 30px;
          }
          .kv .kv-chart {
            position: relative;
            top: auto;
            bottom: 0;
            left: 0;
            max-width: 70%;
            margin-left: 0;
            transform: none;
          }
          .kv .kv-chart {
            max-width: 250px;
          }
          .kv-row h1 {
            font-size: 25px!important;
          }
          .kv-row h1 span {
            font-size: 16px!important;
          }
          .kv-content1 > h2, .kv-content1 > p {
            font-size: 18px!important;
          }
        }
        @media screen and (min-width:481px) and (max-width:543px) { /* sm */
          .kv {
            background-image: url(/assets/img/lp-kanda-mv-sp-20260615.webp?ver2);
            background-position: right center!important;
            display: block!important;
            padding-top: 40px;
          }
          .kv .kv-chart {
            position: relative;
            top: auto;
            bottom: 0;
            left: 0;
            max-width: 70%;
            margin-left: 0;
            transform: none;
          }
          .kv-row h1 {
            font-size: 25px!important;
          }
          .kv-row h1 span {
            font-size: 18px!important;
          }
          .kv-content1 > h2, .kv-content1 > p {
            font-size: 18px!important;
          }
        }
        @media screen and (min-width:544px) and (max-width:767px) { /* sm */
          .kv {
            background-image: url(/assets/img/lp-kanda-mv-sp-20260615.webp?ver2);
            background-position: right center!important;
            display: block!important;
            padding-top: 40px;
          }
          .kv .kv-chart {
            position: relative;
            top: auto;
            bottom: 0;
            left: 0;
            max-width: 70%;
            margin-left: 0;
            transform: none;
          }
        }
        @media screen and (min-width:768px) and (max-width:991px) { /* md */
          .kv .kv-chart {
            max-width: 350px;
          }
          .kv-row h1 {
            font-size: 40px;
          }
          .kv-row h1 span {
            font-size: 22px;
          }
        }
        @media screen and (min-width:992px) and (max-width:1199px) { /* lg */
          .kv .kv-chart {
            max-width: 350px;
          }
        }
        @media screen and (min-width:1200px) { /* xl */
        }



.kv-content {
  width: 600px;
  max-width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  flex-wrap: wrap;
  padding: 0;
}
.kv-content1 {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  flex-wrap: wrap;
  width: 500px;
  max-width: 100%;
  gap: 0.5rem 0;
}
.kv-content1 > a img {
  width: 60px;
  display: block;
  border: 1px solid var(--sub-color3);
  border-radius: 50%;
}
.kv-content1 > h2,
.kv-content1 > p {
  /*background: #fff;*/
  font-size: 1.6rem;
  line-height: 2.25rem;
  padding: 0.3rem 1.2rem;
}
.kv-content1 > h2 {
  margin-right: -2rem;
  padding: 0.3rem 2.5rem 0.3rem 1.2rem;
}
.kv-content1 > h2 span,
.kv-content1 > p span {
  font-size: 2.5rem;
  color: var(--sub-color3);
}
.kv-content2 p {
  font-size: 0.75rem;
  margin-bottom: 1rem;
  text-align: right;
}
.kv-content2 > a {
  background: var(--sub-color3);
  color: #fff;
  padding: 0.6rem;
  border-radius: 3.40282e38px;
  display: flex;
  white-space: nowrap;
  font-size: 1.5rem;
  gap: 1rem;
  width: 300px;
  justify-content: center;
}
.kv-content2 >  a img {
  display: block;
  width: 2rem;
}

/* top-hours */

.top-hours h2 {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 1rem;
}
.top-hours-table {
  width: 100%;
  max-width: 868px;
  margin: 0 auto;
  border-collapse: collapse;
  box-shadow: 10px 10px 20px 0px #cfcfcf4d;
  border-radius: 1.25rem;
}
.top-hours-table th,
.top-hours-table td {
  text-align: center;
  font-size: 1.125rem;
  line-height: 1.75rem;
  padding: 1.125rem;
  word-break: break-all;
  overflow-wrap: break-word;
}
.top-hours-table th:first-child {
  border-top-left-radius: 1.25rem;
}
.top-hours-table th:last-child {
  border-top-right-radius: 1.25rem;
}
.top-hours-table td:not(:last-child) {
  border-right: 1px solid #333; /* 色や太さはお好みで */
}
.top-hours-table tr:not(:last-child) td {
  border-bottom: 1px solid #333;
}
.top-hours-table th {
  background-color: var(--main-color);
}
.top-hours-table td {
  background-color: #fff;
}
.top-hours-table td + td {
  font-size: 1.5rem;
}
.top-hours-table tr:last-child td:first-child {
  border-bottom-left-radius: 1.25rem;
}
.top-hours-table tr:last-child td:last-child {
  border-bottom-right-radius: 1.25rem;
}
.top-hours-table th:nth-child(7) {
  background-color: rgb(170, 193, 236);
}
.top-hours-table th:nth-child(8) {
  background-color: rgb(236, 170, 170);
}

/* section-4pr */
.section-4pr {
  padding: 6.5rem 0 5rem;
  overflow: hidden;
}
.section-4pr-row {
  display: flex;
  justify-content: center;
  width: 100%;
  max-width: 1160px;
  margin: 0 auto;
  gap: 1.5rem;
}
.section-4pr-row img {
  max-width: 272px;
}
.about {
  padding-bottom: 5rem;
}

.about .container {
  width: 980px;
  max-width: calc(100% - 30px);
}

.message h2,
.about h2,
.flow h2 {
  background-color: rgb(229, 243, 242);
  text-align: center;
  font-weight: bold;
  font-size: 1.875rem;
  line-height: 2.25rem;
  padding: 0.75rem;
  margin-bottom: 3.75rem;
  letter-spacing: 0.02rem;
}
.about h3 {
  text-align: center;
  font-size: 1.875rem;
  line-height: 2.25rem;
  margin-bottom: 1.5rem;
}
.about h3.h3-percent {
  letter-spacing: 0.02rem;
  line-height: 3.5rem;
  margin-bottom: 0.75rem;
}
.about h3.h3-percent span {
  display: block;
  font-size: 53px;
}
.about .notice {
  font-size: 0.625rem;
  text-align: center;
  max-width: 240px;
  margin: 0 auto;
  margin-bottom: 1.5rem;
  line-height: 1.8;
}
p.aboutp {
  max-width: 800px;
  margin: 0 auto;
  line-height: 2;
}
p.aboutp1 {
  margin-bottom: 3.75rem;
}
.about-content {
  font-size: 1.25rem;
  line-height: 1.6;
  padding: 1rem 1.25rem;
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 100vh;
  margin-bottom: 0.5rem;
}
.about-content br {
  display: none;
}
.about ul:not([class]) {
    padding-left: 1.5em;
  }

 .about ul:not([class]) li {
    list-style-type: disc;
  }
.hasen {
  content: "";
  width: 980px;
  max-width: calc(100% - 32px);
  margin: 3.75rem auto;
  border-top: 3px dotted var(--main-color);
}
.about h3.h3-symptoms span {
  display: block;
  font-size: 1rem;
  font-weight: normal;
  font-family: "Noto Sans JP",sans-serif;
  letter-spacing: 0;
}
.message {
  text-align: center;
  margin-bottom: 5vh;
}
.message article {
  max-width: 800px;
  margin: 0 auto;
  line-height: 2;
  padding: 0 15px;
}
.message article p {
  text-align: left;
  margin-bottom: 15px;
}
.message article p:last-child {
  margin-bottom: 0;
}
a.btn_toppage {
  display: inline-block;
  background-color: var(--main-color);
  line-height: 110%;
  padding: 15px 25px;
  border-radius: 100px;
  min-width: 200px;
  max-width: 100%;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
}


.symptoms-img {
  display: block;
  margin: 0 auto 1.5rem;
}
.top-dl {
  background-color: var(--sub-color2);
  max-width: 800px;
  margin: 1em auto 0;
  border-radius: 10px;
  padding: 1.5rem;
  text-align: center;
}
.top-dl dt {
  margin-bottom: 0.75rem;
  font-size: 1.25rem;
  font-weight: bold;
}
.top-dl dd {
  font-size: 0.875rem;
}
.top-dl dd ul {
  text-align: left;
  list-style: disc;
  padding-left: 1.5rem;
  max-width: 360px;
  margin: 1.5rem auto;
  line-height: 1.5rem;
}

.disease-list {
  background-color: var(--sub-color2);
  max-width: 800px;
  margin: 1em auto 0;
  border-radius: 10px;
  padding: 1.5rem;
  text-align: center;
}
.disease-list h4 {
  margin-bottom: 0.75rem;
  font-size: 1.25rem;
  font-weight: bold;
}
.disease-list ul.disease-list-detail {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
}

.disease-list ul.disease-list-detail li {
  display: block;
  width: 100%;
  border: 2px solid var(--main-color);
  background-color: #fff;
  border-radius: 100px;
  text-align: center;
  font-weight: 500;
  color: var(--main-color);
  line-height: 100%;
}
.disease-list ul.disease-list-detail li a {
  display: block;
  color: var(--main-color);
  padding: 20px 30px;
}

/* ─── ① スマホ用（デフォルト：2列並び） ─── */
.disease-list ul.disease-list-detail {
  grid-template-columns: repeat(2, 1fr); /* 2等分 */
  gap: 16px; /* 縦横の隙間 */
}

/* ─── ② PC用（画面幅が768px以上の場合：3列並び） ─── */
@media (min-width: 768px) {
  .disease-list ul.disease-list-detail {
    grid-template-columns: repeat(3, 1fr); /* 3等分 */
  }
}



.top-dl2 {
  background-color: var(--sub-color2);
  max-width: 800px;
  margin: 1em auto 0;
  border-radius: 10px;
  padding: 1.5rem;
  text-align: center;
}
.top-dl2 dt {
  margin-bottom: 0.75rem;
  font-size: 1.25rem;
  font-weight: bold;
}
.top-dl2 dd {
  font-size: 0.875rem;
  display: inline-block;
  margin: 5px;
  min-width: 150px;
}
.top-dl2 dd a {
  display: block;
  width: 100%;
  border: 2px solid var(--main-color);
  background-color: #fff;
  border-radius: 100px;
  text-align: center;
  font-weight: 500;
  color: var(--main-color);
  line-height: 100%;
  padding: 20px 30px;
}

.cta-section {
  display: flex;
  justify-content: center;
  gap: 1.5rem;
  margin-bottom: 3.75rem;
}
.cta-section a {
  background-color: var(--main-color);
  display: flex;
  max-width: 462px;
  width: 49%;
  color: #fff;
  justify-content: center;
  gap: 1.25rem;
  align-items: center;
  border-radius: 100vh;
  font-size: 1.25rem;
  line-height: 1.75rem;
  height: 84px;
}
.cta-section a span {
  font-size: 1rem;
  letter-spacing: 0.12rem;
}
.cta-section a + a {
  background-color: var(--sub-color3);
  font-size: 1.5rem;
}
.cta-section a img {
  width: 32px;
  height: 32px;
  object-fit: cover;
}
/* flow */
.flow {
  padding-bottom: 5rem;
}
.flow-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 1120px;
  margin: 0 auto;
  gap: 2rem;
}
.flow-box {
  position: relative;
  width: 600px;
  max-width: 100%;
  padding: 1.25rem;
  text-align: center;
  background-color: #fff;
  border-radius: 10px;
}
.flow-box + .flow-box:before {
  content: "";
  display: block;
  background-image: url(/assets/img/svg2/flow-triangle.svg);
  background-size: cover;
  width: 32px;
  height: 18px;
  position: absolute;
  top: -1rem;
  left: 50%;
  transform: translate(-50%, -50%);
}
.flow-box h3 {
  font-weight: bold;
  font-size: 1.25rem;
  line-height: 2rem;
  margin-bottom: 1.25rem;
  letter-spacing: 0;
}
.flow-box h3 span {
  display: block;
  color: #0c9d97;
}
.flow-box img {
  display: block;
  margin: 0 auto 1.25rem;
}
.flow-box p {
  letter-spacing: 0.04rem;
}

/* guide */
.guide {
  padding: 5rem 0 1.25rem;
  background-color: var(--sub-color2);
}
.guide h2 {
  text-align: center;
  font-weight: bold;
  font-size: 1.875rem;
  line-height: 2.25rem;
  letter-spacing: 0.02rem;
  margin-bottom: 1.5rem;
}
.guide-box {
  background: #fff;
  padding: 4rem 8rem;
  border-radius: 0.625rem;
  width: 992px;
  max-width: 100%;
  margin: 0 auto 2.5rem;
  font-size: 1.125rem;
  line-height: 2.25rem;
  box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(65, 188, 183, 0.2) 0px 8px 24px 0px;
}
.guide-box-row {
  display: flex;
  justify-content: center;
  gap: 1rem 3.5rem;
  flex-wrap: wrap;
  margin-bottom: 2rem;
}
.guide-box-row p {
  font-weight: bold;
  border-bottom: 1px solid;
  font-size: 1.5rem;
  line-height: 2rem;
}
.guide-box-row p span {
  font-size: 1.875rem;
  margin: 0 0.5rem;
}
.guide-box ul {
  list-style: disc;
  list-style-position: outside;
  padding-left: 1rem;
  margin: 1rem 0;
}
.guide-box img {
  margin-top: 1rem;
  display: block;
}

/* faq */
.faq {
  background-color: #fff;
  padding: 5rem;
}
.faq h2 {
  font-weight: bold;
  font-size: 1.875rem;
  text-align: center;
  margin-bottom: 3.5rem;
}
.faq dl {
  width: 888px;
  max-width: 100%;
  margin: 0 auto;
}
.faq dt,
.faq dd {
  font-weight: bold;
  font-size: 1.125rem;
  line-height: 1.75rem;
  padding: 1.125rem  2rem;
  display: flex;
  position: relative;
}
.faq dd {
  display: none;
  border-bottom: 1px solid;
  padding-top: 0;
}
.faq dt {
  cursor: pointer;
  display: block;
  text-align: left;
  padding-right: 40px;
  border-bottom: 1px solid;
}
span.faq-span {
  position: absolute;
  left: 0;
  top: 1.125rem;
}
dd span.faq-span {
  top: 0;
}
.faq dt i {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.25s;
  font-size: 80%;
}
.faq dt.open i {
  transform: translateY(-50%) rotate(-180deg);
}
.faq dt.open {
  border-bottom: none;
}

/* access */
.access {
  padding: 3.75rem 0;
}
.access h2 {
  font-weight: bold;
  font-size: 1.875rem;
  text-align: center;
  margin-bottom: 3.5rem;
}
.access-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 2.5rem;
  align-items: center;
}
.access-row-l,
.access-row iframe {
  width: 544px;
  max-width: 49%;
}
.access-row iframe {
  height: 395px;
}
.access-row-l img,
.access-row-l p {
  margin-bottom: 1.5rem;
  display: block;
  font-size: 1.125rem;
}
.access-row-l ul {
  padding-left: 1rem;
  list-style: disc;
  line-height: 2;
}
/* news */
.news {
  background-color: #e5f3f2;
  padding: 3.75rem 0;
}
.news h2 {
  font-weight: bold;
  font-size: 1.875rem;
  text-align: center;
  margin-bottom: 1.5rem;
  letter-spacing: 0;
}
.news .info-list {
  background-color: #fff;
  width: 992px;
  max-width: 100%;
  margin: 0 auto;
  padding: 1rem 5rem;
  border-radius: 0.625rem;
  font-size: 0.875rem;
  line-height: 1.125rem;
}
.news .info-list li {
  display: flex;
  line-height: 1.5;
}
.info-date {
  color: #585D6E;
  width: 100px;
  font-weight: normal;
}
.info-link {
  font-weight: normal;
}

/* footer */
footer {
  background: url(/assets/img/svg/svg_44.svg),var(--main-color);
  background-size: 260% auto, cover !important;
  background-position: top center !important;
  background-repeat: no-repeat;
  color: #fff;
  padding-top: 5.25rem;
  font-weight: 500;
}
footer a {
  color: #fff !important;
}
footer .menu {
  display: flex;
  justify-content: center;
  gap: 2rem;
  font-size: 1.125rem;
  line-height: 1.875rem;
  flex-wrap: wrap;
}
.footer-top,
.footer-middle {
  margin-bottom: 2rem;
}
.footer-middle ul {
  display: flex;
  justify-content: center;
  gap: 1.5rem;
  font-size: 0.875rem;
  line-height: 1.125rem;
}
.footer-bottom {
  margin-bottom: 2.5rem;
}
.footer-bottom p {
  line-height: 1.5rem;
  text-align: center;
  margin-bottom: 1rem;
}
.footer-bottom ul {
  display: flex;
  justify-content: center;
  gap: 1.5rem;
  font-size: 0.875rem;
  line-height: 1.125rem;
}
.copy {
  color: #2f1e11;
  padding: 0.5rem 0;
  font-size: 0.875rem;
  line-height: 1.25rem;
  text-align: center;
  background-color: var(--sub-color1);
}
.side-banner {
  display: block;
  position: fixed;
  top: 50%;
  right: -250px;
  transform: translateY(-50%);
  background: var(--main-color);
  padding: 1rem;
  border-radius: 1.25rem 0 0 1.25rem;
  box-shadow: 0 3px 6px #00000029;
  transition: 0.3s;
  z-index: 2;
}
.is-scrolled .side-banner {
  right: 0;
}
.side-banner img {
  display: block;
}

.cta-sp {
  width: calc(100% - 64px);
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 36px;
}
.cta-sp a {
  display: flex;
  height: 72px;
  justify-content: center;
  align-items: center;
  align-items: center;
  font-weight: bold;
  gap: 12px;
}
.cta-sp a img {
  width: 32px;
  height: 32px;
  margin: 0;
}
.cta-sp-web,
.cta-sp-sec,
.cta-sp-tel {
  border-radius: 100px;
  background-color: var(--sub-color3);
  color: #fff !important;
  width: 100%;
  border: 2px solid var(--sub-color3);
  font-size: 20px;
  line-height: 24px;
}
.cta-sp-sec,
.cta-sp-tel {
  width: calc(50% - 8px);
}
.cta-sp-sec {
  background-color: #fff;
  color: var(--sub-color3) !important;
}
.cta-sp-sec span {
  display: block;
  text-align: center;
  font-size: 16px;
}
.cta-sp-sec span span {
  font-size: 12px;
  line-height: 16px;
}
.cta-sp-tel {
  background-color: var(--main-color);
  border: 2px solid var(--main-color);
}

.breadcrumbs {
  padding: 32px 16px 0;
  font-size: 13px;
  line-height: 20px;
  color: #525252;
  max-width: 1152px;
  margin: 0 auto;
}
.top-btn {
  max-width: 768px;
  margin: 0 auto 96px;
  padding: 0 16px;
}
.top-btn a {
  display: inline-block;
  position: relative;
  background-color: var(--main-color);
  color: #fff;
  line-height: 100%;
  padding: 5px 10px 5px 1.5em;
  border-radius: 100px;
  font-size: 13px;
}
.top-btn a:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    content: "\f0a8";
    position: absolute;
    left: 5px;
    /*top: 0;*/
    top: 50%; /* ADD */
    /*bottom: 0;*/
    margin: auto;
    transform: translateY(-50%); /* ADD */
}
@media screen and (max-width: 960px){
  .header-row {
    align-items: center;
  }
  .header-logo {
    width: calc(100% - 328px);
  }
  .header-logo img {
    width: 71.214%;
  }
  .header-logo img + img {
    width: 26.56%;
  }
  .header-contact {
    width: 328px;
  }
}

@media screen and (min-width: 750px){
  .sp {
    display: none !important;
  }
  .js-clone {
    display: none; /* 複製した画像を非表示にする */
  }
}

@media screen and (max-width: 749px){
  .pc {
    display: none !important;
  }
  body {
    padding-top: 95px;
  }
  header {
    z-index: 3;
  }
  .header-menu-sp {
    display: block;
  }
  .header-contact {
    display: none;
  }
  .header-logo {
    width: 270px;
  }
  .header-logo img {
    width: 100%;
  }
  .header-logo img + img {
    display: none;
  }
  .header-top {
    font-size: 10px;
  }
  .header-menu {
    display: none;
  }
  .kv {
    background-position: center top, left top;
  }
  .kv-row h1 {
    width: 100%;
    margin: 0 auto;
    padding: 4px 16px;
  }
  .kv-row h1,
  .kv-row h1 span {
    font-size: 35px;
  }
  .kv-row h1 span {
    font-size: 20px;
  }
  .pure-drawer {
    width: 100%;
    top: 35px;
    box-shadow: none;
    padding-top: 60px;
  }
  .pure-overlay {
    background: none;
  }
  .pure-toggle-label {
    top: 36px;
    right: 10px;
    border: none;
    padding: 0 6px;
  }
  .pure-toggle-label:after {
    content: "MENU";
    display: block;
    position: absolute;
    bottom: -2px;
    left: 0;
    font-size: 10px;
    text-align: center;
    width: 100%;
    color: var(--main-color);
    font-weight: bold;
  }
  .pure-toggle-label .pure-toggle-icon,
  .pure-toggle-label .pure-toggle-icon:before,
  .pure-toggle-label .pure-toggle-icon:after,
  .pure-toggle-label:hover .pure-toggle-icon,
  .pure-toggle-label:hover .pure-toggle-icon:before,
  .pure-toggle-label:hover .pure-toggle-icon:after {
    background: var(--main-color);
    width: 22px;
  }
  .pure-toggle-label .pure-toggle-icon:before {
    transform: translate3d(-50%, -8px, 0);
    -webkit-transform: translate3d(-50%, -8px, 0);
  }
  .pure-toggle-label .pure-toggle-icon:after {
    transform: translate3d(-50%, 5px, 0);
    -webkit-transform: translate3d(-50%, 5px, 0);
  }
  .pure-toggle[data-toggle='right']:checked ~ .pure-toggle-label:after {
    content: "CLOSE";
  }
  .pure-drawer .menu {
    width: calc(100% - 64px);
    margin: 0 auto 24px;
  }
  .pure-drawer .menu li a {
    display: flex;
    align-items: center;
    border-bottom: 1px solid rgb(214, 214, 214);
    font-weight: bold;
    padding: 10px;
  }
  .pure-drawer .menu li.menu-item-has-children > a {
    position: relative;
  }

  .pure-drawer .menu li.menu-item-has-children > a:after {
    position: absolute;
    right: 0;
    top: 50%;
    margin: auto;
    transform: translateY(-50%); /* ADD */
      font-family: "Font Awesome 5 Free";
      font-weight: 600;
      content: "\f078";
      color: var(--main-color);
  }
  /*
  .pure-drawer .menu li.menu-item-has-children ul.sub-menu {
    display: none;
  }

  .pure-drawer .menu li.menu-item-has-children:hover ul.sub-menu {
    display: block;
  }
*/
  .pure-drawer .menu li.menu-item-has-children ul.sub-menu > li > a {
    position: relative;
    display: block;
    padding-left: 1.5em;
  }


  .kv {
    display: flex;
    align-items: center;
    min-height: 473px;
  }
  .kv-row {
    padding-top: 0;
    gap: 8px 0;
  }
  .kv-row,
  .kv-content,
  .kv-content-inner {
    justify-content: right;
  }
  .kv-content2 a {
    display: none;
  }
  .kv-content1 {
    margin-bottom: 10px;
    width: 100%;
    text-align: right;
    display: block;
  }
  .kv-content1 > h2 {
    margin-right: 0;
    display: inline-block;
  }
  .kv-content1 > h2 + a {
    display: inline-block;
    padding-right: 20px;
  }
  .kv-content1 > h2 + a img {
    display: inline-block;
    width: 40px;
  }
  .kv-content1 > h2,
  .kv-content1 > p {
    line-height: 28px;
    padding: 4px 16px;
    letter-spacing: 0.8px;
  }
  .kv-content1 > h2,
  .kv-content1 > p {
    font-size: 20px;
  }
  .kv-content1 > p span {
    font-size: 28px;
  }
  .kv-content1 > h2 {
    padding: 4px;
  }
  .kv-content1 > h2 span {
    font-size: 24px;
  }
  .kv-content2 p {
    padding-right: 20px;
  }
  .cta-section-sp {
    margin-top: 36px;
  }
  .top-hours-table {
    font-size: 16px;
  }
  .top-hours-table th,
  .top-hours-table td {
    height: 48px;
    padding: 0;
    vertical-align: middle;
  }
  .top-hours-table th:first-child,
  .top-hours-table td:first-child {
    font-size: 12px;
    width: 92px;
    height: 48px;
    padding: 0;
  }
  .top-hours-table th + th,
  .top-hours-table td + td {
    font-size: 16px;
  }
  .section-4pr-row {
    justify-content: flex-start;
    width: max-content; 
  }
  .section-4pr-row img {
    max-width: 208px;
    flex-shrink: 0;
  }
  .section-4pr.is-active .section-4pr-row {
    animation: infinite-scroll 20s linear infinite;
  }
  @keyframes infinite-scroll {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-928px);
    }
  }
  .message h2,
  .about h2,
  .flow h2,
  p.aboutp1 {
    margin-bottom: 2.5rem;
  }
  .about h3.h3-percent {
    line-height: 40px;
  }
  .about h3.h3-percent span {
    line-height: 56px;
  }
  .about-content br {
    display: block;
  }
  .about-content {
    line-height: 32px;
    max-width: 340px;
  }
  .aboutp1 {
    margin-bottom: 2.5rem;
  }
  .hasen {
    margin: 40px auto;
  }
  .top-dl p {
    text-align: left;
  }
  .top-dl dd ul {
    width: 100%;
  }
  .guide-box {
    padding: 4rem 1rem;
    font-size: 1rem;
    line-height: 28px;
    margin-bottom: 1.5rem;
  }
  .guide-box-row {
    max-width: 250px;
    margin: 0 auto 2rem;
  }
  .faq {
    padding: 40px 20px;
  }
  .faq dt,
  .faq dd {
    font-size: 1rem;
  }
  .news,
  .access {
    padding: 40px 0;
  }
  .access h2 {
    margin-bottom: 1.5rem;
    line-height: 36px;
  }
  .access-row {
    flex-wrap: wrap;
    justify-content: center;
    gap: 32px 0;
  }
  .access-row > iframe {
    width: 100%;
    max-width: 100%;
    height: 248px;
  }
  .access-row-l {
    width: 440px;
    max-width: 100%;
  }
  .access-row-l > img {
    margin: 0 auto 1.5rem;
  }
  .access-row-l p {
    font-size: 1rem;
  }
  .access-row-l ul {
    font-size: 14px;
    line-height: 24px;
  }
  .news .info-list {
    padding: 16px;
  }
  ul.info-list li {
    font-size: 12px;
  }
  .info-date {
    width: 70px;
  }
  footer {
    background-size: 320% auto, cover !important;
  }
  footer .menu {
    font-size: 1rem;
    gap: 1rem;
  }
  .footer-bottom ul {
    flex-wrap: wrap;
    gap: 4px;
    justify-content: center;
  }
  .footer-bottom ul li {
    width: 100%;
    text-align: center;
    width: 100%;
  }
  footer {
    margin-bottom: 108px;
  }
  .side-banner {
    display: block;
    top: auto;
    left: 0;
    right: auto;
    bottom: 0;
    width: 100%;
    transform: none;
    background: rgba(255,255,255,0.9);
    padding: 1.5rem 1rem;
    border-radius: 0;
    box-shadow: none;
    transition: 0.3s;
  }
  .is-scrolled .side-banner {
    bottom: 0;
  }
  .side-banner img {
    width: 40px;
  }
  .side-banner a {
    background-color: var(--sub-color3);
    border-radius: 100px;
    width: 100%;
    display: block;
    display: flex;
    gap: 16px;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    line-height: 32px;
    height: 60px;
  }
  .kv-content {
    width: 100%;
  }
  #under-content {
    padding: 64px 0 48px;
  }
}



/* column */
.column-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 15px 0;
  max-width: 650px;
  margin: 0 auto;
}
.column-list > a {
  display: block;
  width: 32%;
  text-align: center;
  border: 1px solid var(--color-theme);
  background-color: #fff;
  padding: 25px 15px;
  box-shadow: 3px 3px 3px #41bcb788;
  border-radius: 10px;
  font-size: 16px;
  font-weight: bold;
}
.column-list .btn-more i {
  color: var(--main-color);
}
.column-list > a:hover {
  opacity: 0.5;
}
.column-list > a > img {
  width: 100px;
  height: 100px;
  border-radius: 50px;
  object-fit: cover;
  margin: 0 auto 30px;
  display: block;
  background-color: #41bcb711;
}
.column-list .pager {
  display: block;
  width: 100%;
  text-align: center;
}
.column-list .pager .page-numbers {
  background-color: var(--main-color);
  color: #fff;
  text-align: center;
  font-weight: bold;
  display: inline-block;
  line-height: 100%;
  padding: 5px 10px;
  border-radius: 5px;
}
.column-list .pager .page-numbers.current {
  opacity: 0.5;
}
.column-list .pager .next,
.column-list .pager .prev {
  background-color: transparent;
  color: var(--main-color);
  font-size: 150%;
}

@media screen and (max-width: 699px){
  .column-list {
    max-width: 400px;
  }
  .column-list > a {
    width: 49%;
  }  
}
@media screen and (max-width: 399px){
  .column-list {
    max-width: 200px;
  }
  .column-list > a {
    width: 100%;
  }  
}

#interview_complete .breadcrumbs {
  display: none;
}

/*slide-area*/
.slide-area #metaslider_container_132 .flex-viewport {
  border: 2px solid #41bcb7;
  border-radius: 0 20px 20px;
  overflow: hidden;
  text-align: center;
}
.slide-area article {
  max-width: 100%;
  margin: 0 auto;
  width: 928px;
  padding: 50px 30px;
}
.slide-area h3 {
  display: inline-block;
  background-color: #41bcb7;
  color: #fff;
  font-weight: bold;
  font-size: 13px;
  line-height: 100%;
  padding: 8px 15px;
  border-radius: 10px 10px 0 0;
}
    /*slide-area responsive*/
    @media (max-width: 480px) { /* xs */
      .slide-area #metaslider_container_132 .flex-viewport {
        border-radius: 0 0 10px 10px;
      }
    }
    @media (max-width: 767px) { /* xs */
      .slide-area article {
        padding: 30px 30px;
      }
    }
    @media screen and (min-width:767px) and (max-width:1199px) { /* lg */
    }
    @media screen and (min-width:1200px) { /* xl */
    }


/*chart-area*/
.chart-area {
  text-align: center;
}
.chart-area img {
  max-width: 100%;
  margin: 0 auto;
  width: 928px;
  padding: 50px 30px;
}
    /*chart-area responsive*/
    @media (max-width: 767px) { /* xs */
      .chart-area img {
        padding: 30px 30px;
      }
    }
    @media screen and (min-width:767px) and (max-width:1199px) { /* lg */
    }
    @media screen and (min-width:1200px) { /* xl */
    }

/*prefecture-group-list*/
#under-content .prefecture-group-list h2 {
  margin-bottom: 30px;
}
#under-content .prefecture-group-list h3 {
  color: #333;
  font-size: 25px;
  font-weight: normal;
  margin-bottom: 10px;
  padding: 0;
}
#under-content .prefecture-group-list h3:before {
  display: none;
}
#under-content .prefecture-group-list li ul.facility-list li {
  display: block;
  text-align: left;
  border: 1px solid var(--color-theme);
  background-color: #fff;
  padding: 20px;
  box-shadow: 3px 3px 3px #41bcb788;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 400;
  overflow: hidden;
}
#under-content .prefecture-group-list li ul.facility-list li .cat-label {
  background: #41bcb7;
  color: #fff;
  padding: 3px 10px;
  font-size: 12px;
  border-radius: 10px;
  margin-right: 5px;
  display: inline-block;
  margin-bottom: 5px;
  line-height: 100%;
}
#under-content .prefecture-group-list li ul.facility-list li .facility_banner img {
  width: 300px;
  max-width: 100%;
}
#under-content .prefecture-group-list li ul.facility-list li .facility-info i {
  color: #41bcb7;
  margin-right: 5px;
  position: absolute;
  top: 5px;
  left: 0;
}
#under-content .prefecture-group-list li ul.facility-list li .facility-info p {
  position: relative;
  margin-bottom: 5px;
  line-height: 145%;
}
#under-content .prefecture-group-list li ul.facility-list li .facility-info > p {
  padding-left: 1.5em;
}
#under-content .prefecture-group-list li ul.facility-list li .facility-info p a {
  color: #41bcb7;
  text-decoration: underline;
  border-bottom: none!important;
}
#under-content .prefecture-group-list li ul.facility-list li {
  margin-bottom: 30px;
}
#under-content .prefecture-group-list li ul.facility-list > li:last-child {
  margin-bottom: 0;
}

#under-content .prefecture-group-list li ul.facility-list {
  margin-bottom: 50px;
}

  /* PC・タブレット（768px以上）の設定 */
  @media screen and (min-width: 768px) {
    .facility-flex-wrapper {
      display: flex;
      align-items: center;
      gap: 15px;
    }
    .facility-flex-wrapper.has-banner > div {
        flex: 1;
        width: 50%;
      }
  .facility-flex-wrapper.no-banner > div {
      width: 100%;
      display: block;
    }
  }
  /* スマホの設定 */
  @media screen and (max-width: 767px) {
    .facility-flex-wrapper {
      display: block;
    }
    .facility-flex-wrapper > div:nth-child(1) {
      margin-bottom: 15px;
    }
  }


.post-meta {
  text-align: right;
  margin-bottom: 30px;
  margin-top: -30px;
  font-size: 12px;
  font-family: "Noto Sans JP", 'Hiragino Kaku Gothic ProN', 'Hiragino Kaku Gothic Pro', 'ＭＳ ゴシック', sans-serif;
}
.post-meta i {
  color: var(--main-color);
}

ul.system-list {
  list-style: none;
  margin: 0 0 60px;
  padding: 0;
}
ul.system-list li {
  line-height: 135%;
  border-bottom: dashed 1px #41bcb7;
  padding: 15px 15px;
}
ul.system-list li a {
  position: relative;
  display: block;
  font-weight: 500;
  border-bottom: none!important;
}
ul.system-list li a:hover {
  opacity: 0.5;
}
ul.system-list li a::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  content: "\f101";
  color: #41bcb7;
  position: absolute;
  right: 0;
  /*top: 0;*/
  top: 50%; /* ADD */
  /*bottom: 0;*/
  margin: auto;
  transform: translateY(-50%); /* ADD */
}


  #under-content .profile-card {
    display: block;
    text-align: left;
    border: 1px solid var(--color-theme);
    background-color: #fff;
    padding: 20px;
    box-shadow: 3px 3px 3px #41bcb788;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 400;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    gap: 15px;
    width: 100%;
    font-size: 15px;
  }

  #under-content .profile-card > *:last-child,
  #under-content .profile-card .profile-card__left > *:last-child,
  #under-content .profile-card .profile-card__right > *:last-child,
  #under-content .profile-card .profile-card__message > *:last-child {
    margin-bottom: 0!important;
  }
  #under-content .profile-card .profile-card__left {
    text-align: center;
  }
  #under-content .profile-card .profile-card__avatar img {
    width: 130px;
    max-width: 100%;
    border-radius: 10px;
  }
  #under-content .profile-card  h2.profile-card__name {
    font-size: 16px;
    border-block: none;
    margin-bottom: 15px;
    padding: 5px 10px;
    line-height: 125%;
    color: var(--main-color);
  }
  #under-content .profile-card h2.profile-card__name .profile-card__title {
  }
  #under-content .profile-card h2.profile-card__name .profile-card__name-kana {
    font-size: 11px;
    color: #666;
  }
  #under-content .profile-card h3 {
    background-color: #eef8f8;
    border-radius: 5px;
    padding: 5px;
    margin-bottom: 5px;
  }
  #under-content .profile-card h3 + p:not([class]) {
    padding-left: 1em;
    font-size: 14px;
  }
  #under-content .profile-card__left,
  #under-content .profile-card__right {
    width: 100%;
  }
  #under-content .profile-card .doctor-booking__btn {
    font-family: "Zen Maru Gothic","Noto Sans JP", 'Hiragino Kaku Gothic ProN', 'Hiragino Kaku Gothic Pro', 'ＭＳ ゴシック', sans-serif;
    display: inline-block;
    line-height: 100%;
    color: #fff;
    background-color: #444;
    text-align: center;
    padding: 7px 15px;
    position: revert;
    border-radius: 100px;
    font-size: 18px;
    border: 2px solid #fff;
  }
  #under-content .profile-card .doctor-booking__btn.btn-first-visit {
    background-color: var(--sub-color3);
  }
  #under-content .profile-card .doctor-booking__btn.btn-return-visit {
    background-color: var(--main-color);
  }
  #under-content .profile-card .doctor-booking__btn + .doctor-booking__btn {
    margin-top: 5px;
  }
  #under-content .profile-card .doctor-booking {
    background-color: #eef8f8;
    border-radius: 10px;
    padding: 10px;
    text-align: center;
  }
  #under-content .profile-card .doctor-booking h3 {
    text-align: center;
    margin-bottom: 5px;
  }
  #under-content .profile-card h3 i {
    color: var(--main-color);
    font-size: 90%;
  }

  @media screen and (min-width: 768px) {
    #under-content .profile-card {
      position: relative;
      flex-direction: row; /* 横並びに変更 */
      justify-content: space-between;
      gap: 20px; /* 左右のカラム間の余白（お好みで調整してください） */
    }
    /* 3:7の比率に設定（全体の幅からgap分の幅を引いて計算） */
    #under-content .profile-card__left {
      flex-basis: calc(30% - (20px * 0.7));
      width: calc(30% - (20px * 0.7));
    }

    #under-content .profile-card__right {
      flex-basis: calc(70% - (20px * 0.3));
      width: calc(70% - (20px * 0.3));
    }
  }

  .content-box a:not([class]) {
    border-bottom: 1px solid var(--main-color);
  }

