@charset "UTF-8";
/***********************共通設定************************/
/* ==========================================================================//
//
//　共通
//
// ========================================================================== */
main {
  background: #fff;
}

.hospital_head {
  text-align: left;
  line-height: 1.56;
}

/*
==========================================================================//
//
//　FAQ
//
// ========================================================================== */
.faq_list {
  margin: 0 0 60px;
  pointer-events: none;
}
.faq_list ul {
  margin: 60px 0 0;
}
.faq_list ul li {
  position: relative;
  cursor: pointer;
}
.faq_list ul li:not(:first-child) {
  padding: 20px 0 0;
}
.faq_list ul li .faq_list_q, .faq_list ul li .faq_list_a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.faq_list ul li .faq_list_q span, .faq_list ul li .faq_list_a span {
  font-weight: bold;
  font-size: 22px;
  line-height: 1;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .faq_list ul li .faq_list_q span, .faq_list ul li .faq_list_a span {
    font-size: 30px;
  }
}
.faq_list ul li .faq_list_q p, .faq_list ul li .faq_list_a p {
  margin: 0 0 0 20px;
}
.faq_list ul li .faq_list_q {
  color: #007E3D;
  text-align: left;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.faq_list ul li .faq_list_a {
  color: #E38F00;
  text-align: left;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 20px 0 0;
}
.faq_list ul li .faq_border {
  position: absolute;
  background-image: linear-gradient(to right, #4B8E78 4px, transparent 1px);
  background-size: 10px 1px;
  background-repeat: repeat-x;
  height: 1px;
  width: 100%;
  bottom: 0;
  left: 0;
}

/* ==========================================================================//
//
//　日常の中で現れやすいサイン
//
// ========================================================================== */
.hospital_sign_wrap {
  background: #62CC93;
  padding: 20px;
  border-radius: 7px;
  max-width: 900px;
  margin: 20px auto 0;
}
.hospital_sign_wrap .hospital_sign {
  background: #fff;
  border-radius: 7px;
  padding: 30px;
}
.hospital_sign_wrap .hospital_sign span {
  font-weight: bold;
  margin: 0 0 20px;
  display: block;
}
.hospital_sign_wrap .hospital_sign_list ul {
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .hospital_sign_wrap .hospital_sign_list ul {
    padding: 0 4%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (min-width: 751px) and (max-width: 870px) {
  .hospital_sign_wrap .hospital_sign_list ul {
    padding: 0 2%;
  }
}
.hospital_sign_wrap .hospital_sign_list li {
  text-align: left;
  position: relative;
  padding: 0 0 0 15px;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .hospital_sign_wrap .hospital_sign_list li {
    width: 47%;
  }
}
.hospital_sign_wrap .hospital_sign_list li::before {
  content: "";
  position: absolute;
  background: #2BB06B;
  width: 8px;
  height: 8px;
  left: 0;
  top: 7px;
  border-radius: 10px;
}

/* ==========================================================================//
//
//　症状
//
// ========================================================================== */
.symptoms {
  max-width: 899px;
  margin: 40px auto 0;
}
.symptoms span {
  background: #2BB06B;
  color: #fff;
  display: block;
  padding: 10px;
}
.symptoms p {
  padding: 20px 20px 20px 50px;
  text-align: left;
  line-height: 1.8;
}
.symptoms .symptoms_mental_physical {
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .symptoms .symptoms_mental_physical {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.symptoms .symptoms_mental_physical .symptoms_mental, .symptoms .symptoms_mental_physical .symptoms_physical {
  border: 1px solid #D9D9D9;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .symptoms .symptoms_mental_physical .symptoms_mental, .symptoms .symptoms_mental_physical .symptoms_physical {
    width: 50%;
  }
}
.symptoms .symptoms_mental_physical .symptoms_mental:not(:first-child), .symptoms .symptoms_mental_physical .symptoms_physical:not(:first-child) {
  /* 750以下  */
}
@media all and (max-width: 750px) {
  .symptoms .symptoms_mental_physical .symptoms_mental:not(:first-child), .symptoms .symptoms_mental_physical .symptoms_physical:not(:first-child) {
    margin-top: 20px;
  }
}
.symptoms .symptoms_influence {
  border: 1px solid #D9D9D9;
  /* 750以下  */
}
@media all and (max-width: 750px) {
  .symptoms .symptoms_influence {
    margin-top: 20px;
  }
}

/* ==========================================================================//
//
//　記事
//
// ========================================================================== */
h1 {
  padding-bottom: 10px;
  position: relative;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  h1 {
    padding-bottom: 12px;
  }
}
h1::before {
  position: absolute;
  content: "";
  background: radial-gradient(circle farthest-side, #FFA103, #FFA103 60%, transparent 60%, transparent);
  background-size: 5px;
  height: 5px;
  width: 76px;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  /* 751以上 */
}
@media all and (min-width: 751px) {
  h1::before {
    height: 5px;
    width: 76px;
  }
}

h2 {
  margin: 40px 0 20px;
  padding-left: 15px;
  position: relative;
  text-align: left;
  color: #2BB06B;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  h2 {
    margin: 70px 0 30px;
    padding-left: 20px;
    font-size: 24px;
  }
}
h2.wp-block-heading {
  font-size: 18px;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  h2.wp-block-heading {
    font-size: 24px;
  }
}
h2::before {
  position: absolute;
  content: "";
  background: #2BB06B;
  border-radius: 10px;
  width: 5px;
  height: 20px;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  /* 751以上 */
}
@media all and (min-width: 751px) {
  h2::before {
    width: 10px;
    height: 40px;
  }
}

.free_contents {
  padding-bottom: 50px;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .free_contents {
    padding-bottom: 100px;
  }
}
.free_contents h3, .free_contents h4, .free_contents h5, .free_contents h6 {
  text-align: left;
}
.free_contents h3 {
  margin: 20px 0;
}
.free_contents h4 {
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .free_contents h4 {
    padding: 30px 0;
    font-size: 24px;
  }
}
.free_contents h5 {
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .free_contents h5 {
    padding: 30px 0;
    font-size: 20px;
  }
}
.free_contents h6 {
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .free_contents h6 {
    padding: 30px 0;
    font-size: 18px;
  }
}
.free_contents p {
  text-align: left;
  line-height: 1.56;
}
.free_contents p a {
  padding-top: 15px;
  position: relative;
  display: inline-block;
  font-weight: bold;
  color: #2BB06B;
}
.free_contents p a::after {
  position: absolute;
  content: "";
  width: 0;
  height: 2px;
  background: #2BB06B;
  bottom: 1px;
  left: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (hover: hover) {
  .free_contents p a:hover::after {
    width: 100%;
  }
}
.free_contents .wp-block-columns {
  margin: 0 auto;
  width: min(900px, 100%);
  /* 750以下  */
}
@media all and (max-width: 750px) {
  .free_contents .wp-block-columns {
    gap: 0;
  }
}

/* ==========================================================================//
//
//　当院のおすすめのプログラム
//
// ========================================================================== */
.sec_program {
  padding: 43px 0;
  background: #F6FFEE;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .sec_program {
    padding: 66px 0;
  }
}
.sec_program .program_ttl {
  font-size: 23px;
  font-weight: bold;
  margin: 0 0 20px;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .sec_program .program_ttl {
    font-size: 36px;
  }
}
.sec_program .bg_white {
  padding: 40px 24px;
  background: #fff;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .sec_program .bg_white {
    padding: 50px 34px;
  }
}
.sec_program .bg_white .program_list {
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .sec_program .bg_white .program_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 25px 20px;
  }
}
.sec_program .bg_white .program_list li {
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .sec_program .bg_white .program_list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 32%;
  }
}
@media screen and (min-width: 751px) and (max-width: 1107px) {
  .sec_program .bg_white .program_list li {
    width: 31%;
  }
}
.sec_program .bg_white .program_list li:not(:first-child) {
  /* 750以下  */
}
@media all and (max-width: 750px) {
  .sec_program .bg_white .program_list li:not(:first-child) {
    margin-top: 15px;
  }
}
.sec_program .bg_white .program_list li a {
  padding: 15px;
  display: block;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-shadow: 4px 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 4px 3px 6px rgba(0, 0, 0, 0.16);
  border: 1px solid #EBEBEB;
  border-radius: 8px;
  font-weight: bold;
  color: #007E3D;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (hover: hover) {
  .sec_program .bg_white .program_list li a:hover {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

/* ==========================================================================//
//
//　診療科目
//
// ========================================================================== */
.sec_hospital {
  padding: 20px 0 40px;
  margin-top: 20px;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .sec_hospital {
    margin-top: 40px;
    padding: 40px 0 80px;
  }
}
.sec_hospital .hospital_ttl {
  font-size: 23px;
  font-weight: bold;
  margin: 0 0 20px;
  color: #303030;
  text-align: center;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .sec_hospital .hospital_ttl {
    font-size: 36px;
  }
}
.sec_hospital .hospital_ttl::before {
  content: none;
}
.sec_hospital .post_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 12px 8px;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .sec_hospital .post_list {
    gap: 24px 16px;
  }
}
.sec_hospital .post_list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border: 2px solid #62CC93;
  border-radius: 5px;
  width: 47%;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .sec_hospital .post_list li {
    width: 23.5%;
  }
}
@media screen and (min-width: 751px) and (max-width: 1107px) {
  .sec_hospital .post_list li {
    width: 31%;
  }
}
.sec_hospital .post_list li a {
  padding: 15px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-weight: bold;
  color: #2BB06B;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .sec_hospital .post_list li a {
    padding: 15px;
    font-size: 20px;
  }
}
@media (hover: hover) {
  .sec_hospital .post_list li a:hover {
    background: #2BB06B;
    color: #fff;
  }
}