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

/* ページ内リンク */
.anchor {
  padding-top: 26px;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .anchor {
    padding-top: 36px;
  }
}
.anchor .anchor_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  row-gap: 20px;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .anchor .anchor_list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
@media screen and (min-width: 751px) and (max-width: 1089px) {
  .anchor .anchor_list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.anchor .anchor_list li {
  border-left: 1px solid #303030;
  /* 750以下  */
  /* 751以上 */
  /* 750以下  */
}
@media all and (max-width: 750px) {
  .anchor .anchor_list li {
    width: 49%;
  }
}
.anchor .anchor_list li:last-child {
  border-right: 1px solid #303030;
}
@media all and (min-width: 751px) {
  .anchor .anchor_list li:not(:last-child) {
    border-right: none;
  }
}
@media all and (max-width: 750px) {
  .anchor .anchor_list li:nth-child(even) {
    border-right: 1px solid #303030;
  }
  .anchor .anchor_list li:not(:nth-child(even), :last-child) {
    border-right: none;
  }
}
.anchor .anchor_list li a {
  padding: 0 30px 0 20px;
  display: block;
  position: relative;
  font-weight: bold;
  color: #303030;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .anchor .anchor_list li a {
    padding: 0 50px 0 40px;
    font-size: 18px;
  }
}
@media screen and (min-width: 860px) and (max-width: 1017px) {
  .anchor .anchor_list li a {
    padding: 0 40px 0 30px;
    font-size: 16px;
  }
}
@media screen and (min-width: 751px) and (max-width: 859px) {
  .anchor .anchor_list li a {
    padding: 0 30px 0 20px;
    font-size: 15px;
  }
}
.anchor .anchor_list li a::after {
  content: "";
  position: absolute;
  background: url(../images/first/icon_first_arrow.svg) no-repeat;
  background-size: cover;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 12px;
  height: 7px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .anchor .anchor_list li a::after {
    width: 12px;
    height: 7px;
    right: 20px;
  }
}
@media screen and (min-width: 751px) and (max-width: 859px) {
  .anchor .anchor_list li a::after {
    right: 10px;
  }
}
@media (hover: hover) {
  .anchor .anchor_list li a:hover::after {
    top: 65%;
  }
}

/* ==========================================================================//
//
//　共通
//
// ========================================================================== */
.inside {
  margin-inline: auto;
  width: min(1000px, 100%);
}

.sec_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.sec_title h2 {
  padding: 0 70px;
  position: relative;
  text-align: center;
  color: #007E3D;
  font-size: 18px;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .sec_title h2 {
    padding: 0 120px;
    font-size: 24px;
  }
}
.sec_title h2::before, .sec_title h2::after {
  content: "";
  position: absolute;
  width: 50px;
  height: 1px;
  margin: 0 auto;
  text-align: center;
  background-position: center;
  background-repeat: no-repeat;
  bottom: 12px;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .sec_title h2::before, .sec_title h2::after {
    width: 100px;
    bottom: 15px;
  }
}
.sec_title h2::before {
  left: 0;
  background-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(50%, #62CC93), color-stop(100%, #62CC93), to(transparent));
  background-image: linear-gradient(to right, transparent, #62CC93 50%, #62CC93 100%, transparent);
}
.sec_title h2::after {
  right: 0;
  background-image: -webkit-gradient(linear, right top, left top, from(transparent), color-stop(50%, #62CC93), color-stop(100%, #62CC93), to(transparent));
  background-image: linear-gradient(to left, transparent, #62CC93 50%, #62CC93 100%, transparent);
}

section p {
  text-align: left;
  line-height: 2;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  section p {
    line-height: 2.1;
  }
}

/* ==========================================================================//
//
//　はじめての方へ　共通
//
// ========================================================================== */
.first section {
  padding: 50px 0;
  position: relative;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .first section {
    padding: 100px 0;
  }
}
.first :last-of-type section {
  border-bottom: 1px solid #CFCFCF;
}
.first .sec_title {
  margin-bottom: 40px;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .first .sec_title {
    margin-bottom: 80px;
  }
}

/* ==========================================================================//
//
//　診療の流れ
//
// ========================================================================== */
.sec_flow {
  /* 電話番号とリンクボタン横並び */
  /* 注意事項 */
  /* 診察について */
  /* 緑の矢印 */
}
.sec_flow .flow_list li {
  /* 予約（ネット予約・電話） */
  /* WEB問診の実施 */
}
.sec_flow .flow_list li:not(:first-child) {
  margin-top: 35px;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .sec_flow .flow_list li:not(:first-child) {
    margin-top: 70px;
  }
}
.sec_flow .flow_list li.net .attention p:last-child {
  padding-top: 25px;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .sec_flow .flow_list li.net .attention p:last-child {
    padding-top: 45px;
  }
}
.sec_flow .flow_list li.net .arrow_image {
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .sec_flow .flow_list li.net .arrow_image {
    margin-top: 90px;
  }
}
.sec_flow .flow_list li.web .image img {
  border: 1px solid #D8EDC6;
  border-radius: 10px;
}
@media all and (min-width: 855px) {
  .sec_flow .flow_list li .wrap {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 66% 20px 50%;
    grid-template-columns: 66% 50%;
    -ms-grid-rows: 30% 0 72%;
    grid-template-rows: 30% 72%;
    gap: 0 20px;
        grid-template-areas: "ttl img" "txt img";
  }
}
@media screen and (min-width: 979px) and (max-width: 1079px) {
  .sec_flow .flow_list li .wrap {
    -ms-grid-columns: 60% 50%;
    grid-template-columns: 60% 50%;
  }
}
@media screen and (min-width: 751px) and (max-width: 976px) {
  .sec_flow .flow_list li .wrap {
    -ms-grid-columns: 55% 50%;
    grid-template-columns: 55% 50%;
  }
}
.sec_flow .flow_list li .wrap .step_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media all and (min-width: 855px) {
  .sec_flow .flow_list li .wrap .step_title {
    grid-area: ttl;
  }
}
.sec_flow .flow_list li .wrap .step_title .step {
  padding: 0 34px 0 11px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Style Script", cursive;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  color: #C1F574;
  z-index: 1;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .sec_flow .flow_list li .wrap .step_title .step {
    padding: 0 50px 0 30px;
    font-size: 16px;
  }
}
.sec_flow .flow_list li .wrap .step_title .step::before {
  position: absolute;
  content: "";
  background: #2BB06B;
  border-radius: 50%;
  width: 62px;
  height: 62px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  z-index: -1;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .sec_flow .flow_list li .wrap .step_title .step::before {
    font-size: 20px;
    width: 100px;
    height: 100px;
  }
}
.sec_flow .flow_list li .wrap .step_title .step p {
  text-align: center;
  line-height: 1;
}
.sec_flow .flow_list li .wrap .step_title .step span {
  display: block;
  font-family: "Noto Serif", serif;
  font-weight: normal;
  font-style: italic;
  font-size: 26px;
  line-height: 1;
  color: #fff;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .sec_flow .flow_list li .wrap .step_title .step span {
    font-size: 60px;
  }
}
.sec_flow .flow_list li .wrap .step_title h3 {
  text-align: left;
  color: #2BB06B;
  font-size: 18px;
  line-height: 1.33;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .sec_flow .flow_list li .wrap .step_title h3 {
    font-size: 30px;
    line-height: 1.67;
  }
}
.sec_flow .flow_list li .wrap .image {
  margin-top: 25px;
  width: 100%;
}
@media all and (min-width: 855px) {
  .sec_flow .flow_list li .wrap .image {
    margin-top: 35px;
    display: -ms-grid;
    display: grid;
    gap: 0;
        grid-template-areas: ". . ." ". . ." ". . .";
    grid-area: img;
    width: min(343px, 100%);
  }
}
.sec_flow .flow_list li .wrap .image img {
  border-radius: 10px;
}
.sec_flow .flow_list li .wrap > p {
  padding: 20px 0 0;
  /* 751以上 */
}
@media all and (min-width: 855px) {
  .sec_flow .flow_list li .wrap > p {
    padding: 0 0 0 123px;
    grid-area: txt;
  }
}
@media all and (min-width: 855px){
  .sec_flow .flow_list li .wrap .step_title {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .sec_flow .flow_list li .wrap .image {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 3;
  }
  .sec_flow .flow_list li .wrap > p {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
}
@media all and (min-width: 751px) {
  .sec_flow .flow_list li .wrap > p {
    margin-top: 30px;
    line-height: 1.5;
  }
}
.sec_flow .wrap_link {
  /* 751以上 */
  /* お電話でのご予約 */
}
@media all and (min-width: 751px) {
  .sec_flow .wrap_link {
    margin: 0 0 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-column-gap: 90px;
       -moz-column-gap: 90px;
            column-gap: 90px;
  }
}
.sec_flow .wrap_link p {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.2;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .sec_flow .wrap_link p {
    font-size: 20px;
  }
}
.sec_flow .wrap_link .tel_reservation a {
  padding: 13px 0 5px;
  display: inline-block;
  position: relative;
  letter-spacing: 0.05em;
  line-height: 1.2;
  color: #2BB06B;
  font-family: Palatino Linotype;
  font-style: italic;
  font-weight: bold;
  font-size: 25px;
  font-style: italic;
  font-weight: bold;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .sec_flow .wrap_link .tel_reservation a {
    padding: 5px 0 10px;
    font-size: 50px;
    letter-spacing: 0.1em;
  }
}
.sec_flow .wrap_link .tel_reservation a::after {
  position: absolute;
  content: "";
  background: #2BB06B;
  width: 0;
  height: 1px;
  left: 0;
  bottom: 12px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (hover: hover) {
  .sec_flow .wrap_link .tel_reservation a:hover::after {
    width: 100%;
  }
}
.sec_flow .wrap_link .tel_reservation span {
  display: block;
  font-size: 12px;
  color: #2B2B2B;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .sec_flow .wrap_link .tel_reservation span {
    font-size: 16px;
  }
}
.sec_flow .wrap_link .web_btn {
  margin: 0;
  /* 750以下  */
}
@media all and (max-width: 750px) {
  .sec_flow .wrap_link .web_btn {
    margin: 20px 0 0;
  }
}
.sec_flow .wrap_link .web_btn p {
  margin-bottom: 7px;
}
.sec_flow .web_btn {
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .sec_flow .web_btn {
    margin: 40px 0 0;
  }
}
.sec_flow .web_btn a {
  margin-inline: auto;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .sec_flow .web_btn a {
    width: 427px;
    height: 61px;
    font-size: 25px;
  }
}
.sec_flow .web_btn a::before {
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .sec_flow .web_btn a::before {
    width: 427px;
    height: 427px;
  }
}
.sec_flow .web_btn a::after {
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .sec_flow .web_btn a::after {
    width: 427px;
    height: 61px;
  }
}
.sec_flow .attention {
  margin: 20px 0;
  padding: 35px 25px;
  background: #F6FFEE;
  border-radius: 10px;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .sec_flow .attention {
    margin: 40px 0;
    padding: 60px 50px;
  }
}
.sec_flow .attention p {
  font-size: 14px;
}
.sec_flow .attention p:last-child {
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .sec_flow .attention p:last-child {
    padding-top: 30px;
  }
}
.sec_flow .attention .bring {
  text-align: center;
  font-weight: bold;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .sec_flow .attention .bring {
    font-size: 20px;
  }
}
.sec_flow .policy h4 {
  padding-bottom: 10px;
  text-align: left;
  font-weight: bold;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .sec_flow .policy h4 {
    font-size: 24px;
  }
}
.sec_flow .policy p {
  line-height: 1.75;
}
.sec_flow .arrow_image {
  margin-top: 20px;
  margin-inline: auto;
  width: min(200px, 100%);
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .sec_flow .arrow_image {
    margin-top: 40px;
    width: min(300px, 100%);
  }
}

/* ==========================================================================//
//
//　診療の流れ
//
// ========================================================================== */
.sec_bill .intro p span {
  position: relative;
  color: #2BB06B;
}
.sec_bill .intro p span::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background: #2BB06B;
  bottom: 4px;
  left: 0;
}
.sec_bill .intro p:last-child {
  padding-top: 20px;
}
.sec_bill .bill_list {
  margin-top: 30px;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .sec_bill .bill_list {
    margin-top: 60px;
  }
}
.sec_bill .bill_list p {
  padding-bottom: 10px;
  text-align: center;
  font-weight: bold;
  color: #2BB06B;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .sec_bill .bill_list p {
    padding-bottom: 20px;
    font-size: 20px;
  }
}
.sec_bill .bill_list p.attention {
  padding: 8px 0 0;
  font-weight: 400;
  color: #303030;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .sec_bill .bill_list p.attention {
    font-size: 16px;
  }
}
.sec_bill .bill_list .image img {
  border-radius: 10px;
  width: min(426px, 100%);
}
.sec_bill .border_btn {
  margin-top: 20px;
  display: inline-block;
  position: relative;
  color: #007E3D;
  font-size: 16px;
  font-weight: bold;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .sec_bill .border_btn {
    margin-top: 40px;
    font-size: 20px;
  }
}
.sec_bill .border_btn::after {
  position: absolute;
  content: "";
  background: #007E3D;
  width: 100%;
  height: 1px;
  bottom: 5px;
  left: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (hover: hover) {
  .sec_bill .border_btn:hover::after {
    width: 0%;
  }
}

/* ==========================================================================//
//
//　主な申請支援制度
//
// ========================================================================== */
.sec_application .application_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 20px;
}
.sec_application .application_list.inside {
  margin-inline: unset;
}
.sec_application .application_list li {
  text-align: left;
  width: 50%;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .sec_application .application_list li {
    margin: 0 20px 0 0;
    width: auto;
  }
  .sec_application .application_list li:last-child {
    margin: 0;
  }
}

/* ==========================================================================//
//
//　自立支援制度について
//
// ========================================================================== */
.sec_support .intro span {
  padding-top: 25px;
  display: inline-block;
  color: #2BB06B;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .sec_support .intro span {
    padding-top: 50px;
  }
}
.sec_support .support_list {
  margin: 15px auto 20px;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .sec_support .support_list {
    margin: 25px auto 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
}
.sec_support .support_list li {
  padding: 25px 12px;
  display: block;
  border-radius: 5px;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .sec_support .support_list li {
    padding: 35px 25px;
    width: 45%;
  }
}
.sec_support .support_list li:not(:first-child) {
  /* 750以下  */
}
@media all and (max-width: 750px) {
  .sec_support .support_list li:not(:first-child) {
    margin-top: 15px;
  }
}
.sec_support .support_list li.op_orange {
  background: #FFF8EE;
}
.sec_support .support_list li.op_orange p:not(.case) {
  color: #E38F00;
}
.sec_support .support_list li.op_green {
  background: #F6FFEE;
}
.sec_support .support_list li.op_green p:not(.case) {
  color: #2BB06B;
}
.sec_support .support_list li p {
  text-align: center;
}
.sec_support .support_list li p.case {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .sec_support .support_list li p.case {
    font-size: 24px;
  }
}
.sec_support .support_list li p:not(.case) {
  margin-top: 10px;
  padding: 9px;
  font-size: 16px;
  font-weight: bold;
  background: #fff;
  border-radius: 5px;
  line-height: 1.4;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .sec_support .support_list li p:not(.case) {
    margin-top: 20px;
    padding: 18px;
    font-size: 24px;
  }
}
.sec_support .support_list li p:not(.case) span {
  font-size: 20px;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .sec_support .support_list li p:not(.case) span {
    font-size: 30px;
  }
}
.sec_support .system_list {
  margin-top: 20px;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .sec_support .system_list {
    margin-top: 30px;
  }
}
.sec_support .system_list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .sec_support .system_list li {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
}
.sec_support .system_list li:not(:first-child) {
  margin-top: 15px;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .sec_support .system_list li:not(:first-child) {
    margin-top: 30px;
  }
}
.sec_support .system_list li p.bg_green {
  padding: 4px 15px;
  display: inline-block;
  text-align: center;
  background: #F6FFEE;
  border-radius: 40px;
  color: #007E3D;
  font-size: 16px;
  width: 35%;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .sec_support .system_list li p.bg_green {
    padding: 4px 30px;
    font-size: 20px;
    width: 11%;
  }
}
.sec_support .system_list li p:not(.bg_green) {
  width: 84%;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .sec_support .system_list li p:not(.bg_green) {
    width: 65%;
  }
}

/* ==========================================================================//
//
//　よくある質問
//
// ========================================================================== */
.sec_faq .faq_list li {
  padding: 20px 0;
  position: relative;
  text-align: left;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.sec_faq .faq_list li::before, .sec_faq .faq_list li::after {
  content: "";
  background: #007E3D;
  position: absolute;
  top: 50%;
  width: 15px;
  height: 2px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.sec_faq .faq_list li::before {
  right: 8px;
  -webkit-transform: rotate(55deg);
          transform: rotate(55deg);
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .sec_faq .faq_list li::before {
    right: 37px;
  }
}
.sec_faq .faq_list li::after {
  right: 0;
  -webkit-transform: rotate(-55deg);
          transform: rotate(-55deg);
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .sec_faq .faq_list li::after {
    right: 29px;
  }
}
@media (hover: hover) {
  .sec_faq .faq_list li:hover {
    background: #f9f9f9;
  }
}
.sec_faq .faq_list li.active::before {
  top: 30%;
  right: 3px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .sec_faq .faq_list li.active::before {
    right: 37px;
  }
}
.sec_faq .faq_list li.active::after {
  top: 30%;
  right: 3px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .sec_faq .faq_list li.active::after {
    right: 29px;
  }
}
.sec_faq .faq_list li .faq_list_q,
.sec_faq .faq_list li .faq_list_a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sec_faq .faq_list li .faq_list_q span,
.sec_faq .faq_list li .faq_list_a span {
  padding-right: 15px;
  font-size: 25px;
  font-weight: bold;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .sec_faq .faq_list li .faq_list_q span,
  .sec_faq .faq_list li .faq_list_a span {
    padding-right: 22px;
    font-size: 30px;
  }
}
.sec_faq .faq_list li .faq_list_q p,
.sec_faq .faq_list li .faq_list_a p {
  /* 750以下  */
  /* 751以上 */
}
@media all and (max-width: 750px) {
  .sec_faq .faq_list li .faq_list_q p,
  .sec_faq .faq_list li .faq_list_a p {
    width: 80%;
  }
}
@media all and (min-width: 751px) {
  .sec_faq .faq_list li .faq_list_q p,
  .sec_faq .faq_list li .faq_list_a p {
    width: 87%;
  }
}
@media screen and (min-width: 751px) and (max-width: 850px) {
  .sec_faq .faq_list li .faq_list_q p,
  .sec_faq .faq_list li .faq_list_a p {
    width: 80%;
  }
}
.sec_faq .faq_list li .faq_list_q {
  position: relative;
  color: #007E3D;
}
.sec_faq .faq_list li .faq_list_a {
  color: #E38F00;
  height: 0;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.sec_faq .faq_list li .faq_list_a.active {
  padding: 25px 0 20px;
  height: 45px;
  overflow: unset;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .sec_faq .faq_list li .faq_list_a.active {
    padding: 18px 0 0;
  }
}
.sec_faq .faq_list 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;
}
.sec_faq .btn_motion {
  margin-top: 30px;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .sec_faq .btn_motion {
    margin-top: 60px;
  }
}

/* ==========================================================================//
//
//　料金について
//
// ========================================================================== */
.price {
  /* ==========================================================================//
  //
  //　診察費用のご案内
  //
  // ========================================================================== */
  /* ==========================================================================//
  //
  //　文書作成費用のご案内
  //
  // ========================================================================== */
}
.price section {
  padding: 50px 0 0;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .price section {
    padding: 100px 0 0;
  }
}
.price section:last-child {
  padding: 50px 0 40px;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .price section:last-child {
    padding: 100px 0 80px;
  }
}
.price .sec_title {
  margin-bottom: 40px;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .price .sec_title {
    margin-bottom: 40px;
  }
}
.price .sec_guidance .sec_title {
  /* 750以下  */
}
@media all and (max-width: 750px) {
  .price .sec_guidance .sec_title {
    margin-bottom: 52px;
  }
}
.price .sec_guidance .guidance_list {
  margin-bottom: 15px;
  margin-inline: auto;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .price .sec_guidance .guidance_list {
    margin-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: min(850px, 100%);
  }
}
.price .sec_guidance .guidance_list li {
  padding: 0 0 14px;
  border-radius: 10px;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .price .sec_guidance .guidance_list li {
    width: 47%;
  }
}
.price .sec_guidance .guidance_list li:not(:first-child) {
  /* 750以下  */
}
@media all and (max-width: 750px) {
  .price .sec_guidance .guidance_list li:not(:first-child) {
    margin-top: 40px;
  }
}
.price .sec_guidance .guidance_list li.orange {
  border: 1px solid #E38F00;
}
.price .sec_guidance .guidance_list li.orange .kind {
  border: 1px solid #E38F00;
  color: #E38F00;
}
.price .sec_guidance .guidance_list li.orange .degree {
  color: #E38F00;
}
.price .sec_guidance .guidance_list li.green {
  border: 1px solid #2BB06B;
}
.price .sec_guidance .guidance_list li.green .kind {
  border: 1px solid #2BB06B;
  color: #2BB06B;
}
.price .sec_guidance .guidance_list li.green .degree {
  color: #2BB06B;
}
.price .sec_guidance .guidance_list li .texts {
  text-align: center;
}
.price .sec_guidance .guidance_list li .texts p {
  text-align: center;
  /* 診察の種類 */
  /* 診察費用 */
  /* 説明 */
}
.price .sec_guidance .guidance_list li .texts p.kind {
  margin-top: -28px;
  padding: 6px 12px;
  display: block;
  margin-inline: auto;
  background: #fff;
  border-radius: 30px;
  font-size: 18px;
  font-weight: bold;
  width: min(48px, 100%);
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .price .sec_guidance .guidance_list li .texts p.kind {
    margin-top: -30px;
    padding: 12px 26px;
    width: min(48px, 100%);
    font-size: 24px;
    line-height: 1.4;
  }
}
.price .sec_guidance .guidance_list li .texts p.degree {
  padding: 10px 0;
  display: block;
  font-weight: bold;
  line-height: 1.5;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .price .sec_guidance .guidance_list li .texts p.degree {
    padding: 10px 0 5px;
  }
}
.price .sec_guidance .guidance_list li .texts p.degree span {
  font-size: 20px;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .price .sec_guidance .guidance_list li .texts p.degree span {
    font-size: 40px;
  }
}
.price .sec_guidance .guidance_list li .texts p:not(.kind, .degree) {
  text-align: left;
  display: inline-block;
  line-height: 1.5;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .price .sec_guidance .guidance_list li .texts p:not(.kind, .degree) {
    font-size: 15px;
  }
}
.price .sec_guidance > p {
  margin-inline: auto;
  line-height: 1.5;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .price .sec_guidance > p {
    width: min(850px, 100%);
  }
}
.price .sec_document {
  /* 申込方法 */
}
.price .sec_document table {
  margin-top: 20px;
  width: min(1080px, 100%);
  border-collapse: collapse;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .price .sec_document table {
    margin-top: 40px;
  }
}
.price .sec_document table tr {
  font-size: 16px;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .price .sec_document table tr {
    font-size: 20px;
  }
}
.price .sec_document table tr th {
  padding: 15px 0;
  text-align: center;
  background: #F6FFEE;
  color: #007E3D;
  border-top: 1px solid #62CC93;
  border-bottom: 1px solid #62CC93;
  font-weight: 400;
}
.price .sec_document table tr th:first-child {
  width: 62%;
}
.price .sec_document table tr th:last-child {
  width: 37%;
}
.price .sec_document table tr th:not(:last-child) {
  border-right: 1px solid #62CC93;
}
.price .sec_document table tr td {
  padding: 10px 20px;
  text-align: left;
  border-bottom: 1px solid #62CC93;
  /* 751以上 */
}
.price .sec_document table tr td:not(:last-child) {
  border-right: 1px solid #62CC93;
}
@media all and (min-width: 751px) {
  .price .sec_document table tr td {
    padding: 15px 50px;
  }
}
@media screen and (min-width: 751px) and (max-width: 1023px) {
  .price .sec_document table tr td {
    padding: 15px 30px;
  }
}
.price .sec_document .attention {
  margin-top: 20px;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .price .sec_document .attention {
    margin-top: 40px;
    font-size: 15px;
    line-height: 1.5;
  }
}
.price .sec_document h3 {
  margin-top: 40px;
  padding: 9px 0;
  background: #F6FFEE;
  border-radius: 10px;
  color: #007E3D;
  font-size: 20px;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .price .sec_document h3 {
    margin-top: 80px;
    padding: 18px 0;
    font-size: 30px;
  }
}
.price .sec_document .method_list {
  margin-top: 20px;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .price .sec_document .method_list {
    margin-top: 40px;
  }
}
.price .sec_document .method_list li {
  text-align: left;
}
.price .sec_document .method_list li:not(:first-child) {
  margin-top: 16px;
  /* 751以上 */
}
@media all and (min-width: 751px) {
  .price .sec_document .method_list li:not(:first-child) {
    margin-top: 32px;
  }
}