@charset "utf-8";

/********** l_reset_reset **********/
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
input,
button,
p {
  font-size: 16px;
  color: #474747;
}

/* コンタクトフォームのボタンをリセット（chromeのUA） */
input[type="button"i],
input[type="submit"i],
input[type="reset"i],
input[type="file"i]::-webkit-file-upload-button,
button {
  border-color: none;
  border-style: none;
  border-width: 0;
  padding: 0;
}

@media only screen and (max-width: 599px) {

  /********** m_reset_reset **********/
  body,
  div,
  dl,
  dt,
  dd,
  ul,
  ol,
  li,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  form,
  input,
  button,
  p {
    font-size: 14px;
  }
}


em {
  font-style: normal;
  text-decoration: underline;

}

.tel a {
  color: inherit;
}

h2,
h3,
h4,
h5 {
  font-weight: normal;
  margin: 0;
}

#gnav .toggle .bar,
#gnav .toggle .bar {
  border-style: inherit;
}

#gnav .toggle {
  background: #8ac25e;
}

figure {
  -webkit-margin-before: 0;
  margin-block-start: 0;
  -webkit-margin-after: 0;
  margin-block-end: 0;
  -webkit-margin-start: 0;
  margin-inline-start: 0;
  -webkit-margin-end: 0;
  margin-inline-end: 0;
}



/********** fonts / color **********/

.serif {
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝", "Sawarabi Mincho", serif;
}

.l_black {
  color: #676767;
}

.l_green {
  color: #69b961;
}

.mb6p {
  margin-bottom: 6%;
}

.tac {
  text-align: center;
}

/********************************
/********************************
/********************************

l_common

********************************/
.tab_sm,
.sm_only {
  display: none !important;
}

.sec_title {
  font-size: 35px;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  margin-bottom: 2em;
}

.sec_title span {
  border-bottom: 1px solid #4e4240;
  padding-bottom: 5px;
}

.sec_title span .small {
  font-size: 24px;
  border-bottom: none;
}

.bb_heading {
  color: #8ac25d;
  margin-bottom: 1rem;
}

.bl_heading {
  border-left: 5px solid #fbb03b;
  padding-left: 5px;
  color: #fbb03b;
  margin-bottom: 10px;
}

/********** 診療時間のtable **********/

.timetable {
  width: 100%;
  border: 1px solid #474747;
  border-collapse: collapse;
  border-spacing: 0;
}

.timetable th {
  border-right: 1px solid #474747;
  font-weight: normal;
}

.timetable tr {
  border-bottom: 1px solid #474747;
}

.timetable th,
.timetable td {
  text-align: center;
  padding: .5rem;
}

.timetable span,
.cap span {
  color: #8ac25d;
}

/********** リンクボタン **********/
.btn {
  display: block;
  text-align: center;
  padding: .75rem;
  color: #ffffff;
  width: 235px;
  background: #f5a200;
  border-radius: 3px;
}

.btn:hover {
  color: #ffffff;
}

.btn_wrap .btn:first-of-type {
  margin-right: 20px;
}


/********** FAQ **********/
.faq-list dt {
  width: 100%;
  margin-bottom: 1.5rem;
  padding: 1rem 3rem 1rem 4rem;
  box-sizing: border-box;
  font-size: 1.25rem;
  position: relative;
  background: #f6e9d5;
}
.faq-list dt:hover {
  cursor: pointer;
}

.faq-list dd {
  width: 100%;
  padding: 1rem 1rem 1rem 4rem;
  box-sizing: border-box;
  position: relative;
  margin-bottom: 1rem;
}

.faq-list dt:before,
.faq-list dd:before {
  content: "A";
  display: block;
  width: 2rem;
  height: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-size: 2rem;
  color: #8ac25d;
  position: absolute;
  top: .75rem;
  left: 1rem;
}

.faq-list dt:before {
  content: "Q";
  color: #fbb03b;
}

.faq-list dt:after {
  font-size: 2rem;
  content: "\f078";
  font-family: FontAwesome;
  display: inline-block;
  color: #fbb03b;
  position: absolute;
  top: 50%;
  right: 2rem;
  transform: translate(50%, -50%);
  margin: auto;
  transition: 0.3s linear;
  transform-origin: 50% 50%;
}

.faq-list dt.action:after {
  content: "\f077";
}

/********************************
/********************************

m_common

********************************/
@media only screen and (max-width: 1024px) {
  .pc_only {
    display: none !important;
  }

  .tab_sm {
    display: block;
  }

  .page {
    margin-top: 169px;
  }


  .sec_title {
    font-size: 28px;
  }
}




/********************************

s_common

********************************/
@media only screen and (max-width: 599px) {
  .sm_only {
    display: block !important;
  }

  .pc_tab {
    display: none;
  }

  .page {
    margin-top: 100px;
  }

  .sec_title {
    font-size: 26px;
  }

  .btn_wrap .btn:first-of-type {
    margin: 0 auto 3%;
  }

  .btn {
    width: 80%;
    margin: 0 auto;
  }

}



/********************************
/********************************
/********************************

l_header

********************************/
header {
  position: relative;
}

header>.header_wrap {
  width: 100%;
  padding-bottom: 20px;
}

header .logo_wrap {
  width: 290px;
}

header .clinic_name {
  color: #473e3b;
}

/* header .logo img {
  width: 43px;
} */

header .clinic_name {
  width: 90%;
}

header .clinic_name [data-ruby] {
  position: relative;
}

header .clinic_name [data-ruby]:before {
  content: attr(data-ruby);
  position: absolute;
  top: -2.5rem;
  left: .75rem;
  right: 0;
  margin: auto;
  font-size: 0.45em;
  letter-spacing: 0.25rem;
}

header .clinic_name rt {
  display: none;
}

header .tel a {
  color: inherit;
}
header .tel {
  color: #f5a200;
  text-align: right;
}

#gnav .toggle {
  display: none !important;
}

.pc_global {
  padding: 20px 0;
  width: 92%;
  margin: 0 auto;
}

.pc_global .nav-item {
  transform: skewX(150deg);
  border: none;
  border-right: 1px solid #474747;
  margin: 0 auto;
  z-index: 2;
  flex-grow: 1;

}

.pc_global .nav-item:last-child {
  border-right: none;
}

.pc_global .nav-item > a,
.pc_global .nav-item .reset,
.pc_global li.parent ul {
  transform: skewX(-150deg);
}

.pc_global .nav-item a,
.pc_global .nav-item .reset {
  display: block;
  padding: 0 10px;
  text-align: center;
}

.pc_global .nav-item .reset {
  position: relative;
}

.pc_global li ul {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  transition: all ease .40s;
  background: rgba(255, 255, 255, 0.8) content-box;
}

.pc_global li ul.posi {
  left: 50%;
}

.pc_global li.parent:hover {
  cursor: pointer;
}

.pc_global li.parent:hover ul {
  opacity: 1;
  visibility: visible;
}

.pc_global li ul li {
  width: 210px;
  /* -webkit-transform: skewX(150deg);
  transform: skewX(150deg); */
  border-right: none;
}

.pc_global li.parent ul li a {
  text-align: left;
  display: block;
  padding: 0.7rem;
  border-bottom: 1px solid #fff;
  position: relative;
  font-size: 14px;
}

.pc_global li.parent ul li a:hover {
  /* background: #8ac25e;
  color: #fff;
  opacity: 1; */
}

.pc_global li.parent ul li:last-child a {
  border-bottom: none;
}

header .sns_area {
  position: fixed;
  right: 0;
  top: 28%;
  z-index: 245;
}

header .sns_wrap {
  position: relative;
}

header .sns_area ul {
  position: absolute;
  right: -115px;
}
[data-element-id] header .sns_area ul {
  position: static;
}

header .sns_area ul li {
  margin-bottom: 5px;
  display: block;
  width: 150px;
  border-radius: 5px 0 0 5px;
  transform: translateX(0);
  transition: all ease .40s;
  padding: 0.75rem 0 0.75rem 0.5rem;
}

header .sns_area ul li.action {
  transform: translateX(-70%);
}

header .sns_area ul li i {
  display: inline-block;
  font-size: 1.5rem;
  color: #ffffff;
}

header .sns_area ul li i:hover {
  cursor: pointer;
}

header .sns_area ul li a {
  color: #fff;
}

header .sns_area ul li.fix_reserv {
  background: #8ac25d;
}

header .sns_area ul li.fix_access {
  background: #64b4d0;
  
}

header .sns_area ul li.fix_rec {
  background: #e8a743;
}

header .sns_area ul li.fix_tel {
  background: #f5a200;
}
header .sns_area ul li.fix_tel a {
  padding-left: 7px;
  font-size: 15px;
  pointer-events: none;
}





/********************************
/********************************

m_header

********************************/
@media only screen and (max-width: 1024px) {

  .header_wrap>.inner {
    width: 100%;
    max-width: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 240;
    background: #FFF;
  }

  #gnav .toggle {
    z-index: 999;
  }

  header .logo_wrap {
    width: 60%;
    margin: 0;
  }
  header .logo.hbg {
    margin: 20px 0;
  }

  header .add_wrap {
    width: 40%;
  }

  header .clinic_name [data-ruby]:before {
    top: -2rem;
    letter-spacing: 0;
  }

  #gnav .toggle {
    display: block !important;
  }

  #gnav.action .accordion-body {
    width: 50%;
    right: 0;
    left: auto;
    padding-left: 2rem;
    align-content: flex-start;
    background: rgba(255, 255, 255, 0.9);
  }

  #gnav li {
    border: none;
  }

  #gnav ul li a {
    padding: 10px 5px;
  }

  #gnav .accordion-body ul {
    width: 100%;
  }

  /* #gnav .accordion-body ul li ul {
    width: 95%;
    margin-top: 1rem;
    margin-left: -1rem;
    padding-top: 1rem;
    border-left: 1px solid #8ac25e;
    height: 100%;
  } */

  #gnav .accordion-body .list_heading {
    /* padding-left: 2.5rem; */
    width: 90%;
    position: relative;
  }

  /* #gnav .accordion-body .list_heading:before {
    content: "";
    display: block;
    width: 2rem;
    height: 2rem;
    background-image: url(/import/tenant_1/160.16.233.134/html/images/common/g_leaf.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    top: 0;
    left: 3%;
  } */

  .overlay:after {
    opacity: .5;
    z-index: 240;
  }

}

/********************************

s_header

********************************/
@media only screen and (max-width: 599px) {
  .header_wrap>.inner {
    padding: 20px 0;
    position: static;
  }

  header .logo_wrap {
    width: auto;
    margin: auto;
  }

  header .logo {
    width: 75%;
    margin: auto;
  }

  header .clinic_name {
    width: auto;
    margin: 1.5rem auto 0;
    font-size: 22px;
  }

  #gnav.action .accordion-body {
    width: 90%;
  }

  header .sns_area ul li.fix_tel {
    display: block;
  }

}


/********************************
/********************************
/********************************

l_footer

********************************/
footer .f_logo {
  margin: 0 auto 5%;
}

footer .f_info_wrap {
  margin-bottom: 6%;
}

footer .f_tel_wrap {
  width: 53%;
}

footer .f_address {
  width: 35%;
}

footer .f_tel_wrap .tel {
  position: relative;
  padding-left: 30px;
}

footer .f_tel_wrap .tel:before {
  display: block;
  content: "\f095";
  font-size: 90%;
  font-family: fontAwesome;
  position: absolute;
  top: 0;
  left: 0;
}

footer .f_address {
  text-align: right;
  font-size: 14px;
}

footer .f_nav {
  margin-bottom: 6%;
}

footer .f_list_col {
  width: 23%;
}

footer .f_list_col .heading {
  font-size: 24px;
  padding-bottom: 1rem;
  color: #69b961;
}

footer .f_list li {
  padding-bottom: .5rem;
}

footer .f_list li a {
  display: block;
  padding-left: 20px;
  position: relative;
}

footer .f_list a {
  color: #474747;
}

footer .copyright {
  font-size: 0.75rem;
  text-align: center;
}

footer .gotop {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 5px;
  position: fixed;
  bottom: 4%;
  right: 3%;
  background: #8ac25d;
  z-index: 10;
}

footer .gotop span {
  color: #fff;
  font-size: 26px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/********************************
/********************************

m_footer

********************************/
@media only screen and (max-width: 1024px) {

  footer .f_tel_wrap,
  footer .f_address {
    width: 100%;
    text-align: center;
  }

  footer .f_tel_wrap {
    margin-bottom: 1rem;
  }

  footer .f_list_col {
    width: 48%;
  }

}




/********************************

s_footer

********************************/
@media only screen and (max-width: 599px) {

  footer .f_list_col {
    width: 80%;
    margin: 0 auto;
  }

  footer .f_list_col .heading {
    text-align: center;
  }

}






/********************************
/********************************
/********************************

l_01. | TOP（index)

********************************/
.topimage {
  position: relative;
  width: 100%;
  margin: 0 auto;
  max-width: 1500px;
}

.topimage .lead {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: inline-block;
  text-align: center;
  width: 60%;
  max-width: 800px;
}

.topimage .lead .i_lead {
  display: block;
  padding: 3rem;
  background-color: #fff;
  opacity: .8;
}

.top_intro {
  position: relative;
  background-color: #fff;
  opacity: .8;
  top: -10px;
  padding: 5%;
}

.top_intro .intro {
  line-height: 2;
  margin-bottom: 100px;
}

.top_intro .vertical {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  height: 90%;
  position: absolute!important;
  top: 10%;
  right: 5%;
}

.top_intro .text {
  width: 70%;
  margin-bottom: 40px;
}

.big_inner {
  width: 100%;
  background: #f1f7e6;
}

.topics_bgi {
  /* background: url(/import/tenant_1/160.16.233.134/html/images/top/bg01.jpg)no-repeat;
  background-size: cover; */
  background-color: rgba(255,255,255,0.2);
  background-blend-mode: lighten;
  padding: 8% 0;
  margin: 0 auto;
}

.topics_wrap {
  border: 1px solid #b5b5b5;
  border-radius: 7px;
  background-color: #fff;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 2% 4%;
}

.top_news {
  width: 50%;
  padding-right: 3%;
  border-right: 1px solid #474747;
}

.top_blog {
  width: 50%;
  padding-left: 3%;
}

.topic_heading {
  margin-bottom: 0;
}

.topic_heading span {
  font-size: 0.75rem;
  padding-left: 1em;
}

.topic_btn {
  display: inline-block;
  border: 1px solid #474747;
  font-size: 0.875rem;
  padding: .25rem .5rem;
  border-radius: 3px;
}

.topics_wrap .dl_wrap dl {
  margin-bottom: 1rem;
}

.topics_wrap .dl_wrap dt {
  width: 27%;
}

.topics_wrap .dl_wrap dd {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.topics_wrap .top_news .dl_wrap dd {
  width: 73%;
}

.topics_wrap .top_blog .dl_wrap dd {
  width: 65%;
}

.top_four_pillar .box {
  margin-bottom: 10%;
}

.top_four_pillar .box .pic {
  width: 15%;
}

.top_four_pillar .box .content {
  width: 80%;
}

.top_four_pillar .box .no {
  position: relative;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 2px dotted #474747;
}

.top_four_pillar .box .no span {
  position: absolute!important;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.top_four_pillar .box_heading {
  margin-bottom: .5rem;
}

.top_four_pillar .box_heading h3 {
  padding-left: .5em;
}

.top_four_pillar .box .text {
  margin-bottom: 2rem;
}

.top_four_pillar .s_items .item {
  width: 31%;
}

.top_four_pillar .s_items .heading_wrap {
  border: 2px dotted #474747;
  border-radius: 5px;
  padding: 1em .5em;
  margin-bottom: 1em;
}

.top_four_pillar .s_items .heading_wrap .pic {
  width: 3em;
  padding-right: 1em;
}

.top_symptom .menu {
  display: block;
  width: 30%;
  border: 2px dotted #474747;
  border-radius: 5px;
  padding: 1em .5em;
  margin-bottom: 2%;
  background: #ffffff;
}

.top_symptom .menu .pic {
  width: 80%;
  margin: 0 auto .5rem;
}

.top_symptom .menu .link_heading {
  text-align: center;
  color: #676767;
}

.top_symptom .menu .link_heading span {
  border-bottom: 1px solid #4e4240;
  padding-bottom: 5px;
}

.top_symptom .menu-contact .flex {
  justify-content: center;
  align-items: center;
}

.top_symptom .menu-contact .text {
  text-align: center;
  line-height: 2;
  margin: 2rem 0;
}

.top_symptom .menu-contact .btn {
  margin: 0 auto;
}

.top_external .heading {
  color: #f5a200;
    font-size: 24px;
    margin-bottom: 15px;
}

.top_access .heading {
  font-weight: bold;
  display: inline-block;
  padding-bottom: .5rem;
  border-bottom: 1px solid #474747;
  margin-bottom: 2rem;
  font-size: 1.125rem;
}

.top_access .text {
  margin-bottom: 2rem;
}

.top_access .text .btn {
  margin: 20px auto 0 0;
}

.top_access .text .tel {
  display: inline-block;
}

/* .top_access .gmap_wrap {
  border: 10px solid #fff;
  position: relative;
  padding-bottom: 90%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
} */

.top_access .gmap_wrap iframe,
.top_access .gmap_wrap object,
.top_access .gmap_wrap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.top_access .cap {
  font-size: .875rem;
  padding-top: 1em;
  font-feature-settings: "palt";
}

.top_recruit .border_box {
  color: #f5a200;
  border: 7px solid;
}

.top_recruit .heading {
  font-weight: bold;
}

.top_recruit .l_col {
  margin-bottom: 3%;
}

.top_recruit .l_col .pic {
  width: 50%;
}

.top_recruit .content_wrap {
  width: 50%;
  padding: 1rem 2rem;
}

.top_recruit .heading,
.top_recruit .text {
  margin-bottom: 1.5rem;
}

.top_recruit .s_col {
  width: 30%;
  padding: 1rem .5rem;
}

.top_recruit .s_col .heading {
  height: 3em;
}

.top_recruit .border_box-rev {
  border: 7px solid #8ac25e;
  background: #8ac25e;
  position: relative;
}

.top_recruit .border_box-rev .heading,
.top_recruit .border_box-rev .text {
  color: #fff;
}

.top_recruit .border_box-rev:after {
  position: absolute;
  content: "";
  background: url(/import/tenant_1/160.16.233.134/html/images/top/triangle.png) no-repeat;
  bottom: 3px;
  right: 3px;
  width: 18px;
  height: 18px;
  background-size: contain;
}

.top_fb_wrap {
  width: 50%;
  margin: 0 auto;
  max-width: 500px;
}

/********************************
/********************************

m_01. | TOP（index)

********************************/
@media only screen and (max-width: 1024px) {
  .top_intro {
    top: -30px;
  }


  .top_four_pillar .s_items .item {
    width: 32%;
  }

  .top_four_pillar .s_items .heading_wrap .pic {
    width: 2.5em;
  }

  .top_symptom .menu {
    width: 44%;
  }

  .top_symptom .menu-contact,
  .top_symptom .menu-contact .text {
    width: 100%;
  }

  .top_symptom .menu-contact .text {
    margin: 1rem 0;
  }

  .top_access .heading {
    display: block;
  }

  /* .top_access .gmap_wrap {
    padding-bottom: 56.25%;
  } */

}


/********************************

s_01. | TOP（index)

********************************/
@media only screen and (max-width: 599px) {
  .topimage .pic {
    width: 100%;
  }

  .top_intro {
    top: 0;
  }

  .topimage .lead {
    width: 90%;
  }

  .topimage .lead .i_lead {
    padding: 0;
  }

  .top_intro .intro {
    font-size: 20px;
    margin-bottom: 40px;
  }

  .top_intro .vertical {
    position: relative!important;
    right: 0;
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
    margin-bottom: 20px;
    text-align: center;
  }

  .top_intro .text {
    width: 100%;
  }

  .top_blog {
    padding-left: 0;
  }

  .top_news,
  .top_blog {
    width: 100%;
  }

  .top_news {
    margin-bottom: 2rem;
    border-right: none;
    padding-right: 0;
  }

  .topics_wrap .top_news .dl_wrap dd {
    width: 65%;
  }

  .topics_wrap .topic_h_wrap {
    margin-bottom: 1rem;
  }

  .top_four_pillar .s_items .item {
    width: 100%;
    margin-bottom: 6%;
  }

  .top_four_pillar .s_items .heading_wrap .pic {
    margin: 0;
    width: 3em;
  }

  .top_external .pic {
    width: 100%;
    margin-bottom: 1rem;
  }

  .top_symptom .menu {
    width: 100%;
  }

  .top_access .text .btn {
    margin-top: 2rem;
  }

  .top_recruit .l_col .pic,
  .top_recruit .content_wrap {
    width: 100%;
  }

  .top_recruit .s_col {
    width: 100%;
    margin-bottom: 6%;
  }

}

/********************************
/********************************
/********************************

l_underpage

********************************/
.underpage .breadcrumb {
  width: 1000px;
  margin: 20px auto 0;
}

.underpage .breadcrumb a {
  color: #8ac25e;
}

.underpage .up_mainimg {
  position: relative;
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
}

.underpage .up_mainimg .pic:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: #8ac25d;
  opacity: 0.7;
}

.underpage .up_mainimg .up_heading {
  position: absolute!important;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  z-index: 3;
}

.underpage .side_nav {
  width: 20%;
}

.underpage .side_nav .side_menu {
  width: 90%;
  position: -webkit-sticky;
  position: sticky !important;
  top: 2%;
}

.underpage .side_nav .side_menu li {
  background: #f0f7da;
  border: 1px solid #abd02c;
  border-radius: 5px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-bottom: 5%;
}

.underpage .side_nav .side_menu li a {
  display: block;
  text-decoration: none;
  text-align: center;
  padding: 5%;
  width: 100%;
  height: 100%;
  font-size: .875rem;
}

.underpage .main_wrap {
  width: 100%;
}


.underpage .box_li_wrap {
  margin-bottom: 6%;
}

.underpage .box_li_wrap li {
  width: 48%;
  border: 2px dotted #474747;
  border-radius: 7px;
  padding: 1rem;
  margin-bottom: 2%;
}
.shoujou .box_li_wrap li {
  padding: 1rem 1rem 2.5rem;
}

.underpage .box_li_wrap.triple li {
  width: 32%;
}

.underpage .box_li_wrap li .heading {
  color: #8ac25d;
  text-align: center;
  margin-bottom: 3rem;
  font-size: 24px;
}

.underpage .box_li_wrap li ul li {
  text-indent: -1rem;
  padding-left: 1rem;
  width: 100%;
  border: none;
  padding: 0 0 0 1rem;
}

.underpage .box_li_wrap li ul li:before {
  content: "・";
}

/********** 黄色い番号のリスト **********/
.reserve_list {
  margin-bottom: 6%;
}

.reserve_list li {
  text-indent: -1.5rem;
  padding-left: 1.5rem;
  padding-bottom: .75rem;
}

.reserve_list li span {
  color: #fbb03b;
  padding-right: 1rem;
}

.reserve_list .pic {
  width: 35%;
}

.reserve_list .text {
  padding-right: 2rem;
}


.reserve_list.double_no li {
  text-indent: 0;
  padding-left: 0;
}

.reserve_list.double_no .no {
  width: 3.5rem;
  display: block;
  color: #fbb03b;
}

.reserve_list.double_no .list_text {
  width: calc(100% - 3.5rem);
}

/********** footer上部の予約領域 **********/

.underpage .border_box {
  border: 7px solid #8ac25e;
  margin-bottom: 2rem;
}

.underpage .footer_reserve .pic {
  width: 50%;
}

.underpage .footer_reserve .res_text_wrap {
  margin: auto;
  width: 50%;
}

.underpage .footer_reserve .tel {
  color: #8ac25e;
  text-align: center;
  font-size: 48px;
}

.underpage .footer_reserve .res_text_wrap span {
  display: block;
  text-align: center;
  margin-bottom: 1rem;
}

.underpage .footer_reserve .btn {
  background: #fbb03b;
  width: 80%;
  padding: 1rem;
  margin: 0 auto;
}

/********************************
/********************************

m_underpage

********************************/
@media only screen and (max-width: 1024px) {
  .underpage .breadcrumb {
    width: 93%;
    max-width: 768px;
  }

  .underpage .side_nav .side_menu {
    top: 179px;
  }

  .underpage .footer_reserve .tel {
    font-size: 40px;
  }
}




/********************************

s_underpage

********************************/
@media only screen and (max-width: 599px) {
  .underpage .breadcrumb {
    width: 94%;
    max-width: 450px;
  }

  .underpage .up_mainimg .pic {
    width: 100%;
  }

  .underpage .main_wrap {
    width: 100%;
  }

  .underpage .side_nav {
    display: none;
  }

  .underpage .box_li_wrap li {
    width: 100%;
  }

  /********** footer上部の予約領域 **********/
  .underpage .footer_reserve .pic {
    width: 100%;
    margin-bottom: 2rem;
  }

  .underpage .footer_reserve .res_text_wrap {
    width: 100%;
  }

  .underpage .footer_reserve .btn {
    padding: 1rem;
    margin-bottom: 2rem;
    width: 80%;
  }
}

/********************************
/********************************
/********************************

l_02. | 医院情報（clinic)

********************************/
.clinic .greeting_wrap,
.clinic .introduction,
.clinic .information,
.clinic .clinic_time,
.clinic .access,
.clinic .introduce,
.clinic .firsttime,
.clinic .flow {
  margin-bottom: 6%;
}

.clinic .director {
  width: 30%;
}

.clinic .greeting {
  width: 70%;
  padding-left: 4rem;
}

.clinic .director figcaption {
  font-size: 1.125rem;
}

.clinic .director figcaption span {
  font-size: .875rem;
}

.clinic .intro_wrap {
  border: 1px solid #b5b5b6;
  border-radius: 7px;
  padding: 2rem 0;
}

.clinic .intro_wrap .bio {
  width: 48%;
  padding: 0 2rem;
}

.clinic .intro_wrap .bio:not(:first-of-type) {
  border-left: 1px solid #000;
  padding-right: 0;
}

.clinic .intro_wrap .bio .heading {
  font-size: 1.125rem;
  color: rgba(138, 194, 93, 255);
  margin-bottom: 1rem;
}

.clinic .information .pic {
  margin-bottom: 1rem;
}

.clinic .information dl {
  border-bottom: 1px solid #474747;
  padding: 1rem 0;
}

.clinic .information dt {
  width: 28%;
  font-weight: bold;
}

.clinic .information dd {
  width: 72%;
}

.clinic .green_heading {
  margin: 2rem 0;
}

.clinic .green_heading span {
  /* border-bottom: 2px solid #8ac25d; */
  color: #8ac25d;
  margin-left: .5rem;
}

.clinic .green_heading .icon {
  width: 26px;
  display: inline-block;
}

.clinic .cap {
  font-size: .875rem;
  padding-top: 1em;
  font-feature-settings: "palt";
}

.clinic .access_text {
  margin-top: 2rem;
}

.clinic .from_karasuma .image_wrap {
  width: 100%;
  position: relative;
}

.clinic .from_karasuma .box {
  width: 32%;
  margin-bottom: 2rem;
}

.clinic .from_karasuma .no,
.clinic .flow .no {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  background: #8ac25d;
}

.clinic .from_karasuma .no span,
.clinic .flow .no span {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #fff;
  transform: translate(-50%, -50%);
}

.clinic .firsttime .illust {
  margin: 1rem 0;
}

.clinic .firsttime .illust li {
  width: 23%;
  border: 2px dotted #474747;
  border-radius: 5px;
  padding: 1rem;
}

.clinic .firsttime .illust li .pic {
  width: 50%;
  margin: 0 auto;
}

.clinic .firsttime .illust .col {
  width: 100%;
}

.clinic .firsttime .illust .col .cap {
  text-align: center;
}

.clinic .firsttime .illust .col .heading {
  text-align: center;
  color: #8ac25d;
}

.clinic .flow {
  position: relative;
  margin-bottom: 100px;
}

.clinic .flow:after {
  position: absolute;
  display: block;
  font-family: "Font Awesome 5 Free";
  content: "\f078";
  font-weight: 900;
  bottom: -50px;
  left: 50%;
  transform: translate(-50%, 0);
  color: #fbb03b;
  font-size: 34px;
}

.clinic .flow:last-of-type:after {
  content: none;
}

.clinic .flow .image_wrap {
  position: relative;
  width: 30%;
}

.clinic .flow .flow_text {
  width: 70%;
  padding-left: 2rem;
}

.clinic .flow .flow_text .heading {
  color: #8ac25d;
  margin-bottom: 1rem;
}



/********************************
/********************************

m_02. | 医院情報（clinic)

********************************/
@media only screen and (max-width: 1024px) {
  .clinic .greeting {
    padding-left: 2rem;
  }


  .clinic .from_karasuma .box {
    width: 48%;
  }

  .clinic .firsttime .illust li {
    width: 48%;
    margin-bottom: 2%;
  }

  .clinic .intro_wrap .bio:not(:first-of-type) {
    border-left: none;
  }

}


/********************************

s_02. | 医院情報（clinic)

********************************/
@media only screen and (max-width: 599px) {
  .clinic .director {
    width: 100%;
    margin-bottom: 6%;
  }

  .clinic .greeting {
    width: 100%;
    padding-left: 0;
  }

  .clinic .intro_wrap .bio {
    width: 100%;
    margin-bottom: 1rem;
  }

  .clinic .information .pic {
    width: 100%;
  }

  .clinic .information dt,
  .clinic .information dd {
    width: 100%;
  }

  .clinic .from_karasuma .box,
  .clinic .from_karasuma .box .pic {
    width: 100%;
  }

  .clinic .introduce .pic {
    width: 100%;
  }

  .clinic .flow .image_wrap {
    width: 100%;
    margin-bottom: 2%;
  }

  .clinic .flow .image_wrap .pic {
    width: 100%;
  }

  .clinic .flow .flow_text {
    width: 100%;
    padding-left: 0;
  }
}

/********************************
/********************************
/********************************

l_03. | 予約診療（reserve)
l_04. | オンライン診療（online)

********************************/
.reserve .dl_wrap dl {
  padding: 1rem;
}

.reserve .dl_wrap dl:nth-of-type(odd) {
  background: #e2efd1;
}

.reserve .dl_wrap dl:nth-of-type(even) {
  background: #f1f7e9;
}

.reserve .dl_wrap dt {
  font-weight: bold;
  width: 25%;
  margin-right: 1%;
}

.reserve .res_wrap {
  margin-bottom: 6%;
}

.reserve .text {
  margin-bottom: 4%;
}

.reserve .text a {
  text-decoration: underline;
}

.reserve .para {
  text-align: center;
  margin-bottom: 2rem;
}





/********************************
/********************************

m_03. | 予約診療（reserve)
m_04. | オンライン診療（online)

********************************/
@media only screen and (max-width: 1024px) {}


/********************************

s_03. | 予約診療（reserve)
s_04. | オンライン診療（online)

********************************/
@media only screen and (max-width: 599px) {
  .reserve .dl_wrap dt {
    width: 30%;
  }

}




/********************************
/********************************
/********************************

l_05. | 磁気刺激療法・TMS（tms)
l_07. | 精神科のセカンドオピニオン（second-opinion)

********************************/
.explain .heading_icon {
  width: 71px;
  margin: 0 auto;
}

.explain .text {
  margin-bottom: 4%;
}

.explain .explain_wrap {
  margin-bottom: 10%;
}

.explain .text {
  margin-bottom: 4%;
}

.explain .text a {
  text-decoration: underline;
}

.explain .text.left {
  padding-right: 4rem;
}

.explain .checklist li {
  font-size: 20px;
  line-height: 1.6;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  padding-bottom: 1rem;
}

.explain .checklist li:before {
  font-family: "Font Awesome 5 Free";
  content: "\f058";
  font-weight: 900;
  font-size: 1em;
  padding-right: .5rem;
}

.explain .checklist li span {
  display: block;
  width: 90%;
}

.explain .checklist.green li:before {
  color: #b7d99c;
}

.explain .checklist.org li:before {
  color: #fbb03b;
}

.explain .faq {
  margin-bottom: 6%;
}

.explain .patern {
  margin-bottom: 1rem;
}

.explain .patern dt {
  font-weight: bold;
  width: 15%;
}

.explain .patern dd {
  width: 75%;
}

.explain .small_checklist li {
  text-indent: -1.5rem;
  padding-left: 1.5rem;
  margin-bottom: .5rem;
}

.explain .small_checklist li a {
  text-decoration: underline;
  color: #e8a743;
}

.explain .small_checklist li:before {
  font-family: "Font Awesome 5 Free";
  content: "\f058";
  font-weight: 900;
  color: #fbb03b;
  padding-right: .5rem;
}

.explain .small_checklist.square li:before {
  content: "\f45c";
  color: #8ac25d;
}

.explain .overflow {
  overflow: hidden;
}

.explain .symptom_wrap {
  background: #f1f7e6;
  padding: 2rem 2%;
  margin-top: 6%;
}

.explain .symptom_wrap .menu {
  width: 22%;
  border: 2px dotted #474747;
  border-radius: 7px;
  background: #FFF;
  margin-bottom: 2%;
}

.explain .symptom_wrap .menu .pic {
  width: 50%;
  margin: 1rem auto;
}

.explain .symptom_wrap .menu .link_heading {
  text-align: center;
  color: #676767;
  font-size: 18px;
}

/********************************
/********************************

m_05. | 磁気刺激療法・TMS（tms)

********************************/
@media only screen and (max-width: 1024px) {
  .explain .checklist li {
    font-size: 18px;
  }

  .explain .checklist li span {
    width: 85%;
  }

  .explain .symptom_wrap .menu .link_heading {
    font-size: 16px;
  }

  .explain .patern dt {
    width: 25%;
  }

  .explain .patern dd {
    width: 75%;
  }

  .explain .text.left {
    padding-right: 2rem;
  }

}


/********************************

s_05. | 磁気刺激療法・TMS（tms)

********************************/
@media only screen and (max-width: 599px) {
  .explain .symptom_wrap .menu {
    width: 48%;
    margin-right: auto;
    margin-left: auto;
  }

  .explain .symptom_wrap .menu .link_heading {
    font-size: 14px;
  }

  .explain .text.left {
    padding-right: 0;
  }


}

/********************************
/********************************
/********************************

l_06. | 療養の手引き（resource)

********************************/
.resource .block_heading {
  background: #8ac25d;
  color: #ffffff;
  padding: .5rem 1rem;
  margin-bottom: 2rem;
  width: 100%;
}

.resource .folding_heading {
  width: 94%;
  background: #b7d99c;
  color: #ffffff;
  border-radius: 7px;
  position: relative;
  margin: 0 auto 2rem;
  padding: 1rem 0 1rem 2rem;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  position: relative;
}

.resource .folding_heading span {
  padding-left: 1rem;
  width: 85%;
}

.resource .folding_heading:before {
  position: absolute;
  display: block;
  top: 1rem;
  left: .5rem;
  content: "";
  background: url(/import/tenant_1/160.16.233.134/html/images/common/leaf.png) no-repeat;
  background-size: contain;
  width: 2rem;
  height: 2rem;
  z-index: 1;
}

.resource .folding_heading:after {
  display: block;
  font-family: "Font Awesome 5 Free";
  content: "\f078";
  font-weight: 900;
  margin-left: auto;
  padding-right: 1rem;
  color: #8ac25d;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
}

.resource .folding_heading.action:after {
  content: "\f077";
}

.resource .resource_dl_wrap {
  width: 100%;
  padding: 0 2rem 0 3rem;
}

.resource dl {
  width: 100%;
  margin-bottom: 2rem;
}

.resource dt,
.resource dd {
  width: 100%;
}

.resource dt {
  border-bottom: 1px solid #000;
  padding: 0 0 1rem 0;
  font-weight: bold;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}

.resource dt:after {
  display: block;
  font-family: "Font Awesome 5 Free";
  content: "\f13a";
  font-weight: 900;
  margin-left: auto;
  color: #fbb03b;
  font-size: 1.5em;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
}

.resource dt.action:after {
  content: "\f139";
}

.resource dd {
  padding: 1rem 0 0 0;
}

.resource .folding_heading:hover,
.resource dt:hover {
  cursor: pointer;
  opacity: .7;
}

/********************************
/********************************

m_06. | 療養の手引き（resource)

********************************/
@media only screen and (max-width: 1024px) {}


/********************************

s_06. | 療養の手引き（resource)

********************************/
@media only screen and (max-width: 599px) {
  .resource .resource_dl_wrap {
    padding: 0 1rem;
  }
}

/********************************
/********************************
/********************************

l_07. | 精神科のセカンドオピニオン（second-opinion)

********************************/



/********************************
/********************************

m_07. | 精神科のセカンドオピニオン（second-opinion)

********************************/
@media only screen and (max-width: 1024px) {}


/********************************

s_07. | 精神科のセカンドオピニオン（second-opinion)

********************************/
@media only screen and (max-width: 599px) {}

/********************************
/********************************
/********************************

l_08. | 障害年金の相談（pention)

********************************/


/********************************
/********************************

m_08. | 障害年金の相談（pention)

********************************/
@media only screen and (max-width: 1024px) {}


/********************************

s_08. | 障害年金の相談（pention)

********************************/
@media only screen and (max-width: 599px) {}

/********************************
/********************************
/********************************

l_09. | うつ病（depression)

********************************/



/********************************
/********************************

m_09. | うつ病（depression)

********************************/
@media only screen and (max-width: 1024px) {}


/********************************

s_09. | うつ病（depression)

********************************/
@media only screen and (max-width: 599px) {}

/********************************
/********************************
/********************************

l_10. | 躁うつ病（bipolar)

********************************/



/********************************
/********************************

m_10. | 躁うつ病（bipolar)

********************************/
@media only screen and (max-width: 1024px) {}


/********************************

s_10. | 躁うつ病（bipolar)

********************************/
@media only screen and (max-width: 599px) {}

/********************************
/********************************
/********************************

l_11. | 大人の発達障害(ASD・ADHD)（adhd)

********************************/



/********************************
/********************************

m_11. | 大人の発達障害(ASD・ADHD)（adhd)

********************************/
@media only screen and (max-width: 1024px) {}


/********************************

s_11. | 大人の発達障害(ASD・ADHD)（adhd)

********************************/
@media only screen and (max-width: 599px) {}

/********************************
/********************************
/********************************

l_12. | パニック障害（panic)

********************************/



/********************************
/********************************

m_12. | パニック障害（panic)

********************************/
@media only screen and (max-width: 1024px) {}


/********************************

s_12. | パニック障害（panic)

********************************/
@media only screen and (max-width: 599px) {}

/********************************
/********************************
/********************************

l_13. | PTSD（ptsd)

********************************/



/********************************
/********************************

m_13. | PTSD（ptsd)

********************************/
@media only screen and (max-width: 1024px) {}


/********************************

s_13. | PTSD（ptsd)

********************************/
@media only screen and (max-width: 599px) {}

/********************************
/********************************
/********************************

l_14. | 統合失調症（schizophrenia)

********************************/



/********************************
/********************************

m_14. | 統合失調症（schizophrenia)

********************************/
@media only screen and (max-width: 1024px) {}


/********************************

s_14. | 統合失調症（schizophrenia)

********************************/
@media only screen and (max-width: 599px) {}

/********************************
/********************************
/********************************

l_15. | 身体にかかわる症状がある方（body)

********************************/



/********************************
/********************************

m_15. | 身体にかかわる症状がある方（body)

********************************/
@media only screen and (max-width: 1024px) {}


/********************************

s_15. | 身体にかかわる症状がある方（body)

********************************/
@media only screen and (max-width: 599px) {}

/********************************
/********************************
/********************************

l_16. | 心にかかわる症状がある方（mind)

********************************/



/********************************
/********************************

m_16. | 心にかかわる症状がある方（mind)

********************************/
@media only screen and (max-width: 1024px) {}


/********************************

s_16. | 心にかかわる症状がある方（mind)

********************************/
@media only screen and (max-width: 599px) {}

/********************************
/********************************
/********************************

l_17. | お問い合わせ（contact)

********************************/
.contact figure {
  width: 70%;
  margin: 0 auto 50px;

}

.contact figcaption {
  text-align: center;
  padding-top: 1rem;
}

.contact .sec_title {
  font-size: 38px;
}

.contact .contact_tel,
.contact .contact_tel a {
  color: #8ac25e;
  font-size: 48px;
  text-decoration: none;
  padding-top: 1rem;
}

.contact_form {
  margin-bottom: 6%;
}

.contact_form dl {
  width: 100%;
  margin-bottom: 2em;
}

.contact_form dt {
  width: 25%;
}

.contact_form dt .require {
  font-size: 0.9em;
  color: #fff;
  background: #fbb03b;
  padding: .15em 1em;
}

.contact_form dd {
  width: 70%;
  margin-left: 5%;
}

.contact_form dd .inputtext {
  border: 1px solid #8ac25d;
  padding: .5em;
  box-sizing: border-box;
}

.contact_form dd label {
  margin-right: 1em;
}

.contact_form .btn_wrap li {
  padding: 0;
  margin: 0 auto;
  width: 350px;
}

.contact_form .btn_wrap li.double {
  width: 350px;
}

.contact_form .contact-btn {
  width: 100%;
}

.contact_form .btn {
  background: #fbb03b;
}

.contact_form .btn:hover {
  cursor: pointer;
  opacity: .6;
}




/********************************
/********************************

m_17. | お問い合わせ（contact)


********************************/

.contact_form dd textarea {
  width: 100%;
}

@media only screen and (max-width: 1024px) {
  /* .contact_form dt .label {
    padding-left: 0.5em;
  } */

  .contact_form dt {
    width: 30%;
    margin: 0;
    padding: 0 0 .5em 0;
  }

  /* .contact_form dd {
    width: 100%;
    margin-left: 0;
  } */
  .contact_form dd {
    width: 65%;
    margin-left: 5%;
  }
  .confirmation .contact_form .btn_wrap li {
    width: 200px;
  }

  .contact_form .btn_wrap li.double {
    width: 45%;
  }
  
  .contact_form dt {
    align-content: flex-start;
  }
  .contact_form dt .label {
    width: 100%;
  }
}


/********************************

s_17. | お問い合わせ（contact)

********************************/
@media only screen and (max-width: 599px) {
  .contact_form dt {
    width: 60%;
    -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  }

  .contact_form dt .require {
    margin-left: 10px;
  }
  .contact_form input[type="text"] {
    width: 100%;
  }

  .contact_form .btn_wrap li {
    width: 80%;
  }

  .contact .reserve_list .text {
    padding-right: 0;
  }
  
  .contact_form dd {
    width: 100%;
    margin-left: 0;
  }
  .contact_form dt .label {
    width: auto;
  }
  .confirmation .contact_form .btn_wrap li {
    width: 150px;
  }
}

/********************************
/********************************
/********************************

l_18. | 求人情報（recruit)

********************************/

.recruit .sec_title {
  width: 100%;
}

.recruit .rec_pic {
  width: 32%;
}

.recruit .rec_text {
  width: 68%;
}

.even_rev_wrap .explain_wrap:nth-of-type(even) {
  flex-direction: row-reverse;
}

.even_rev_wrap .explain_wrap:nth-of-type(odd) .rec_text {
  padding-left: 2rem;
}

.even_rev_wrap .explain_wrap:nth-of-type(even) .rec_text {
  padding-right: 2rem;
}

.rec_flow .sec_title {
  margin-bottom: 1.5rem;
}

.rec_flow .sub_title {
  text-align: center;
  font-size: 20px;
  margin-bottom: 1rem;
}

.rec_flow li {
  margin-bottom: 3rem;
}

.rec_flow li .time {
  width: 25%;
  position: relative;
  font-size: 20px;
  padding: 1em;
  background: #fff;
  text-align: center;
}

.rec_flow li .time:after {
  content: "";
  display: block;
  width: 5px;
  height: calc(100% + 3em);
  background-color: #8ac25d;
  position: absolute;
  right: 50%;
}

.rec_flow li:last-child .time:after {
  display: none;
}

.rec_flow li .corner_wrap {
  position: relative;
  width: 75%;
  background: #f9f0e3;
  padding: 1.5rem;
}

.rec_flow li .corner_wrap:after {
  display: block;
  position: absolute;
  content: "";
  top: 1.5rem;
  left: -20px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 13px 22.5px 13px 0;
  border-color: transparent #f9f0e3 transparent transparent;
}

.rec_flow li .corner_wrap .corner_text {
  width: 66%;
  padding-right: 2rem;
}

.rec_flow li .corner_wrap .corner_heading {
  font-weight: bold;
  font-size: 18px;
  padding-bottom: .5em;
}

.rec_flow li .corner_wrap .pic {
  width: 33%;
}

.recruit .rec_box .box {
  width: 31%;
  margin-right: 2%;
  margin-bottom: 6%;
  position: relative;
}

.recruit .rec_box .box:nth-last-child(3n) {
  margin-right: 0;
}

.recruit .rec_box .box .no {
  position: absolute;
  display: inline-block;
  color: #ffffff;
  z-index: 3;
  background: #8ac25d;
  width: 40px;
  height: 40px;
  top: -20px;
  left: 50%;
  transform: translate(-50%, 0);
}

.recruit .rec_box .box .no span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.recruit .rec_box .box .heading {
  margin: 1rem auto;
}

.recruit .dl_wrap {
  margin-bottom: 6%;
}

.recruit .dl_wrap dl {
  border-bottom: 1px solid #b5b5b6;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}

.recruit .dl_wrap dt {
  width: 25%;
  font-weight: bold;
}

.recruit .dl_wrap dd {
  width: 75%;
}

/********************************
/********************************

m_18. | 求人情報（recruit)

********************************/
@media only screen and (max-width: 1024px) {

  .recruit .rec_box .box {
    width: 48%;
  }

  .recruit .rec_box .box:nth-last-child(3n) {
    margin-right: 2%;
  }

}


/********************************

s_18. | 求人情報（recruit)

********************************/
@media only screen and (max-width: 599px) {

  .recruit .rec_pic,
  .recruit .rec_text {
    width: 100%;
  }

  .recruit .rec_pic {
    padding-bottom: 2rem;
  }

  .even_rev_wrap .explain_wrap:nth-of-type(odd) .rec_text,
  .even_rev_wrap .explain_wrap:nth-of-type(even) .rec_text {
    padding-left: 0;
    padding-right: 0;
  }

  .rec_flow li .time {
    width: 100%;
  }

  .rec_flow li .time:after {
    height: calc(100% + 20em);
  }

  .rec_flow li .corner_wrap {
    width: 100%;
  }

  .rec_flow li .corner_wrap:after {
    display: none;
  }

  .rec_flow li .corner_wrap .corner_text {
    width: 100%;
    padding-right: 0;
  }

  .rec_flow li .corner_wrap .corner_heading {
    font-size: 16px;
  }

  .rec_flow li .corner_wrap .pic {
    width: 100%;
  }

  .recruit .rec_box .box {
    width: 100%;
    margin: 0 auto 10% !important;
  }

  .recruit .dl_wrap dt,
  .recruit .dl_wrap dd {
    width: 100%;
  }


}

/********************************
/********************************
/********************************

l_19. | ブログ（一覧）（blog)

********************************/
.blog .blog_wrap {
  width: 75%;
}

.blog .article {
  border-bottom: 1px solid #474747;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
}

.blog .article .date {
  color: #959595;
}

.blog .blog_title {
  color: #8ac25d;
  margin-bottom: 1rem;
}

.blog .side_category {
  width: 25%;
  padding-left: 4rem;
}

.blog .side_category .category_wrap {
  margin-bottom: 10%;
}

.blog .side_category .category_wrap li a {
  color: #474747;
}

/********** l_pager **********/
.list-pager {
  width: 30%;
  margin: 0 auto;
}

.list-pager li {
  display: block;
  width: 20px;
  height: 20px;
  font-size: 24px;
}

.list-pager li span,
.list-pager li a {
  display: block;
  width: 100%;
  text-align: center;
}

.list-pager li a {
  color: #474747;
}

.list-pager li.prev a,
.list-pager li.next a {
  color: #8ac25d;
}

.list-pager li.prev {
  padding-right: 1.5rem;
}

.list-pager li.next {
  padding-left: 1rem;
}

.list-pager li span {
  color: #8ac25d;
  text-decoration: underline;
}

/********************************
/********************************

m_19. | ブログ（一覧）（blog)

********************************/
@media only screen and (max-width: 1024px) {
  .blog .side_category {
    padding-left: 1rem;
  }
}


/********************************

s_19. | ブログ（一覧）（blog)

********************************/
@media only screen and (max-width: 599px) {

  .blog .side_category {
    display: flex;
    flex-wrap: wrap;
  }

  .blog .blog_wrap {
    width: 100%;
    margin-bottom: 10%;
  }

  .blog .side_category {
    width: 100%;
    padding-left: 0;
  }

  .blog .side_category .category_wrap {
    width: 48%;
  }

  /********** s_pager **********/

  .list-pager {
    width: 60%;
  }

  .bgimage {
    width: 100%;
  }

  .main_heading {
    font-size: 24px;
  }

  .up_logo img {
    width: 45%;
  }
}

/********************************
/********************************
/********************************

l_20. | ブログ（詳細）（blog_detail)

********************************/
.blog .article.detail {
  border-bottom: none;
}

.blog .btn {
  margin: auto;
  width: 350px;
}

.blog .recommend {
  width: 100%;
  border: 1px solid #b5b5b6;
  border-radius: 7px;
  padding: 2rem 1rem;

}

.blog .recommend .bb_heading {
  text-align: center;
  margin: 0 0 3rem;
}

.blog .recommend li {
  width: 33%;
  border-right: 1px solid #474747;
  padding: 0 1rem;
}

.blog .recommend li a:hover .blog_title,
.blog .recommend li a:hover .reco_content {
  cursor: pointer;
  opacity: 0.6;
}

.blog .recommend li:last-child {
  border-right: none;
}

.blog .recommend li .blog_title {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/********************************
/********************************

m_20. | ブログ（詳細）（blog_detail)

********************************/
@media only screen and (max-width: 1024px) {}


/********************************

s_20. | ブログ（詳細）（blog_detail)

********************************/
@media only screen and (max-width: 599px) {
  .blog .blog_wrap a.blog-btn {
    width: 80%;
  }
  .blog .btn {
    width: 100%;
  }

  .blog .recommend li {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #474747;
    padding: 1rem 0;
  }

  .blog .recommend li:last-child {
    border-bottom: none;
    padding-bottom: 0;
  }

  .blog .recommend .bb_heading {
    margin-bottom: 2rem;
  }
}


/* sugiura04.css */

.exflex{
  display: flex;
  width: 100%;
  justify-content: space-between;
  flex-wrap: wrap;
}

.boxex{
  width: 45%;

}

.imgfitex img{
  -o-object-fit: contain;
  object-fit: contain;
}

.top_four_pillar .box .content{
  width: 65%
}
.top_four_pillar .box .pic{
  width: 25%;
}

a[data-href*="."]{
  border: none !important;
}

.fs26ex{
  font-size: 23px;
}



.top_symptom .menu{
  width: 30%;
}
.top_symptom .menu .link_heading span {
    border-bottom: 1px solid #9c9c9c;
    /* padding-bottom: 5px; */
    font-size: 20px;
    line-height: 200%;
}

.big_inner{
  background: #fff9f4;
  padding: 80px 0px;
}

.top_strong .item{
  margin-bottom: 80px;
}
.top_strong .item .tit {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 20px;
    text-align: center;
}

.bigex{
  padding-bottom: 0px;
}

header .sns_area ul li.fix_access{
  background: #8ac25e;
}

/*追記*/
.htreat {
    background-image: url(/import/tenant_1/160.16.233.134/import/tenant_35/unipla.sakura.ne.jp/client-check/bgimg/2.png);
    background-size: cover;
}

.htreatlist * {
    color: #fff;
}

.htreatlist .w50 {
    margin: 0;
}

.htreatlist li:nth-of-type(2n + 1) {
    background: #8ac25e;
}

.htreatlist li:nth-of-type(2n + 2) {
    background: #f5a200;
}

.htreatlist li:nth-of-type(4n + 3) {
    flex-direction: row-reverse;
}

.htreatlist li:nth-of-type(4n + 4) {
    flex-direction: row-reverse;
}


.htreatlist li .tbox a {
    height: 100%;
    display: inline-block;
    padding: 10px;
}

.htreatlist li .tbox dl {
    display: flex;
    justify-content: center;
    height: 100%;
    flex-direction: column;
}

.htreatlist li .tbox dt {
    margin-bottom: 60px;
    width: 96%;
    margin-right: auto;
    margin-left: auto;
}

.htreatlist,
.htreatlist li{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.htreatlist li .more .a {
    display: inline-block;
    width: 150px;
    max-width: 100%;
    padding: 10px 20px;
    border: 1px solid;
    box-sizing: border-box;
    position: relative;
}

.htreatlist li .more .a:after {
    position: absolute;
    right: 10px;
    font-family: FontAwesome;
    content: "\f105";
    top: 50%;
    transform: translate(0, -50%);
}
.htreatlist li .more{
    margin-top: -30px;
}
header .header_wrap .inner{
  padding-top: 10px;
  padding-bottom: 0;
}
h1{
  font-size: 13px;
  padding-bottom: 10px;
}
.mailbtn .ex01 {
  margin-right: -50px;
}

.mailbtn .ex01 a{
  display: block;
  text-align: center;
  padding: .75rem 0;
  color: #ffffff;
  width:195px;
  background: #f5a200;
  border-radius: 3px;
}
.mailbtn .ex01 .far{
  margin-right: 12px;
  font-size: 17px;
}
footer .mailbtn {
  display: flex;
  flex-direction: column;
}

footer .mailbtn .ex01 {
  margin-top: auto;
  margin-right: 0;
}


/* 11/08 追記 */

.online-medical ul{
    width: fit-content;
}

.online-medical li{
  position: relative;
  padding-left: 25px;
  margin-bottom: 25px;
  font-weight: bold;

}


.online-medical li:first-of-type::before{
  content:"➀";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-weight: bold;
}

.online-medical li:last-of-type::before{
  content:"➁";
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}


.online-medical .c-orange{
  color: #f5a200;
}

.online-medical .outer-box {
    border-radius: 15px;
    border: 1px solid #f5a200;
    width: 80%;
    margin-right: auto;
    margin-left: auto;
}

.online-medical .head-box {
    background-color: #f5a200;
    color: #fff;
    padding: 15px 0;
    border-radius: 15px 15px 0px 0px;
}

@media only screen and (max-width: 599px){
  .online-medical .outer-box {
    width: 100%;
}
.online-medical ul {
    width: fit-content;
    padding: 0 5px;
}
}

.v{
  display: block !important;
}

@media only screen and (max-width: 599px){
  .v{
  display: none !important;
}
}

.recruit-mv{
  width: 90%;
    margin: 0 auto 4rem;
}

.recruit-mv video{
  width: 100%;
}

.top-bannar03{
  display: flex;
  justify-content: space-between;
}

.banner-container-inner {
    width: 55% !important;
    margin: -30px auto 90px !important;
}

.zyusin-benner{
  width: 41% !important;
}

@media only screen and (max-width: 1024px) {
  .top-bannar03{
    display: block;
  }
  
  .zyusin-benner {
    width: 90% !important;
}

.banner-container-inner {
    width: 90% !important;
}
  }
  
.recruit-bannar{
  border: 1px solid #f5a200;
    width: 700px;
    margin: 20px auto 50px; /* ← -20px → 20px に変更 */
    border-radius: 20px;
    padding: 20px;
    background: #f5a200;
}

.recruit-bannar .p-01 {
font-size: 26px;
    text-align: center;
    margin-bottom: 20px;
    color: #fff;
    font-weight: bold;
}

.recruit-bannar .p-02 {
color: #fff;
    text-align: left;
    width: 65%;
    padding-right: 20px;
    line-height: 2;
}

.recruit-bannar .p-03 {
margin-top: 30px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    font-weight: bold;
}

@media only screen and (max-width: 1024px) {
  .recruit-bannar {
    border: 1px solid #000;
    width: 680px;
    margin: 20px auto 50px;
    border-radius: 20px;
    padding: 20px 15px;
    /* background: #76aa4d; */
}

.recruit-bannar .p-01 {
    font-size: 36px;
}

.recruit-bannar .p-02 {
    font-size: 22px;
}

.recruit-bannar .p-03 {
    margin-top: 30px;
    text-align: center;
    font-size: 26px;
}
}


@media only screen and (max-width: 599px){
  .recruit-bannar {
        border: 1px solid #000;
        width: 330px;
        margin: 30px auto 0px;
        border-radius: 20px;
        padding: 20px 10px;
}

.recruit-bannar .p-01 {
        font-size: 24px;
}

.recruit-bannar .p-02 {
        font-size: 16px;
        text-align: left;
    }

.recruit-bannar .p-03 {
        margin-top: 20px;
        text-align: center;
        font-size: 18px;
    }
}


/* 2025.03.14 */

.rec-flex{
  display: flex;
    justify-content: space-between;
}

.rec-img{
  width: 40%;
}


@media only screen and (max-width: 599px){
.rec-flex {
    display: flex;
    flex-direction: column-reverse;
}

.recruit-bannar .p-02 {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
}

.rec-img {
      display: none; /* ← これを追加 */
}
}
