@charset "UTF-8";
/* ===================================================================
CSS information

file name  : ed_common.css
author     : Abilive
style info : ed下層ページ共通
=================================================================== */
/* ===================================================================
CSS information

file name  : _settings.scss
author     : Abilive
style info : 汎用設定
=================================================================== */
.con_ed_conten .box_conten, .con_ed_eff, .con_ed_dif, .con_ed_menu .box_ed_menu, .con_clinics .box_cli, .con_anchor {
  max-width: 1200px;
}
@media only screen and (min-width: 1025px) {
  .con_ed_conten .box_conten, .con_ed_eff, .con_ed_dif, .con_ed_menu .box_ed_menu, .con_clinics .box_cli, .con_anchor {
    width: 96%;
    margin-right: auto;
    margin-left: auto;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_ed_conten .box_conten, .con_ed_eff, .con_ed_dif, .con_ed_menu .box_ed_menu, .con_clinics .box_cli, .con_anchor {
    width: 94%;
    margin-right: auto;
    margin-left: auto;
  }
}
@media only screen and (max-width: 767px) {
  .con_ed_conten .box_conten, .con_ed_eff, .con_ed_dif, .con_ed_menu .box_ed_menu, .con_clinics .box_cli, .con_anchor {
    width: 91.14583%;
    margin-right: auto;
    margin-left: auto;
  }
}

.con_ed_menu .box_ed_menu::after {
  content: "";
  display: table;
  clear: both;
}

table.box_tbl_eff thead, table.box_tbl_dif thead {
  background-color: #939393;
  color: #fff;
}
table.box_tbl_eff thead th, table.box_tbl_dif thead th {
  text-align: center;
  font-weight: normal;
}
@media only screen and (min-width: 768px) {
  table.box_tbl_eff thead th, table.box_tbl_dif thead th {
    height: 70px;
  }
}
table.box_tbl_eff thead th:not(:first-child), table.box_tbl_dif thead th:not(:first-child) {
  border-left: solid 1px #dadada;
}
@media only screen and (max-width: 767px) {
  table.box_tbl_eff thead th, table.box_tbl_dif thead th {
    padding: 1em 1em;
  }
}
table.box_tbl_eff tbody tr td, table.box_tbl_dif tbody tr td {
  border-left: solid 1px #dadada;
}
@media only screen and (min-width: 1025px) {
  table.box_tbl_eff tbody tr td, table.box_tbl_dif tbody tr td {
    padding: 1.5em 2em;
  }
}
@media only screen and (max-width: 1024px) {
  table.box_tbl_eff tbody tr td, table.box_tbl_dif tbody tr td {
    padding: 1em 1em;
  }
}

@media only screen and (min-width: 1025px) {
  .st_ed_common {
    margin-bottom: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .st_ed_common {
    margin-bottom: 3em;
  }
}
@media only screen and (max-width: 767px) {
  .st_ed_common {
    margin-bottom: 2em;
  }
}
@media only screen and (min-width: 768px) {
  .st_ed_common.doube {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .st_ed_common.doube {
    margin-bottom: 0.5em;
  }
}
@media only screen and (min-width: 768px) {
  .st_ed_common.st_tbl {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .st_ed_common.st_tbl {
    margin-bottom: 1em;
  }
}

@media only screen and (min-width: 1441px) {
  .con_ed_conten:not(:last-child) {
    margin-bottom: 140px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1440px) {
  .con_ed_conten:not(:last-child) {
    margin-bottom: 120px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_ed_conten:not(:last-child) {
    margin-bottom: 5.5em;
  }
}
@media only screen and (max-width: 767px) {
  .con_ed_conten:not(:last-child) {
    margin-bottom: 3.5em;
  }
}
.con_ed_conten.con_bg {
  background-color: #f2f2f2;
}
@media only screen and (min-width: 1025px) {
  .con_ed_conten.con_bg {
    padding: 100px 0 140px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_ed_conten.con_bg {
    padding: 4em 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_ed_conten.con_bg {
    padding: 3em 0;
  }
}
@media only screen and (min-width: 1025px) {
  .con_ed_conten.con_bg.normal {
    max-width: 1800px;
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1025px) {
  .con_ed_conten.con_bg.normal {
    width: 96%;
    margin-right: auto;
    margin-left: auto;
  }
}
@media only screen and (min-width: 1025px) and (min-width: 768px) and (max-width: 1024px) {
  .con_ed_conten.con_bg.normal {
    width: 94%;
    margin-right: auto;
    margin-left: auto;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 767px) {
  .con_ed_conten.con_bg.normal {
    width: 91.14583%;
    margin-right: auto;
    margin-left: auto;
  }
}
@media only screen and (min-width: 1025px) {
  .con_ed_conten.con_bg.right {
    margin-right: 3.125%;
  }
  .con_ed_conten.con_bg.left {
    margin-left: 3.125%;
  }
}
.con_ed_conten .catch {
  text-align: center;
}
@media only screen and (min-width: 1025px) {
  .con_ed_conten .catch {
    margin-bottom: 70px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_ed_conten .catch {
    margin-bottom: 4em;
  }
}
@media only screen and (max-width: 767px) {
  .con_ed_conten .catch {
    margin-bottom: 3em;
  }
}
@media only screen and (min-width: 768px) {
  .con_ed_conten .box_flex {
    display: flex;
    justify-content: space-between;
  }
}
@media only screen and (max-width: 767px) {
  .con_ed_conten .box_flex.rev {
    display: flex;
    flex-flow: column-reverse;
  }
  .con_ed_conten .box_flex.rev .txt {
    margin-top: 1em;
  }
}
@media only screen and (min-width: 1025px) {
  .con_ed_conten .box_flex .img {
    width: 500px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_ed_conten .box_flex .img {
    width: 45%;
  }
}
@media only screen and (max-width: 767px) {
  .con_ed_conten .box_flex .img {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .con_ed_conten .box_flex .img {
    margin-bottom: 1em;
  }
}
.con_ed_conten .box_flex .img.br {
  border: 1px solid #dfdfdf;
}
@media only screen and (min-width: 1025px) {
  .con_ed_conten .box_flex .txt {
    width: 640px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_ed_conten .box_flex .txt {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .con_ed_conten .box_flex .txt {
    width: 100%;
  }
}

@media only screen and (min-width: 1025px) {
  .txt_intro {
    margin-bottom: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .txt_intro {
    margin-bottom: 5em;
  }
}
@media only screen and (max-width: 767px) {
  .txt_intro {
    margin-bottom: 3em;
  }
}
@media only screen and (min-width: 1025px) {
  .txt_intro {
    width: 96%;
    margin-right: auto;
    margin-left: auto;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .txt_intro {
    width: 94%;
    margin-right: auto;
    margin-left: auto;
  }
}
@media only screen and (max-width: 767px) {
  .txt_intro {
    width: 91.14583%;
    margin-right: auto;
    margin-left: auto;
  }
}
.txt_intro .view_pc-l {
  display: none;
}
@media only screen and (min-width: 1441px) {
  .txt_intro .view_pc-l {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .txt_intro {
    text-align: left;
  }
}

.txt_noti {
  font-size: 88%;
}

@media only screen and (min-width: 1025px) {
  .txt_top {
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .txt_top {
    margin-bottom: 2.5em;
  }
}
@media only screen and (max-width: 767px) {
  .txt_top {
    margin-bottom: 1.5em;
  }
}

@media only screen and (min-width: 1025px) {
  .txt_bot {
    margin-top: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .txt_bot {
    margin-top: 2.5em;
  }
}
@media only screen and (max-width: 767px) {
  .txt_bot {
    margin-top: 1.5em;
  }
}

.tmp_btn_mini {
  justify-content: center;
}
.tmp_btn_mini a .jp::after {
  content: "\f3ef";
}

@media only screen and (min-width: 1441px) {
  .con_ed_conten .box_conten:not(:last-of-type) {
    margin-bottom: 120px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1440px) {
  .con_ed_conten .box_conten:not(:last-of-type) {
    margin-bottom: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_ed_conten .box_conten:not(:last-of-type) {
    margin-bottom: 4em;
  }
}
@media only screen and (max-width: 767px) {
  .con_ed_conten .box_conten:not(:last-of-type) {
    margin-bottom: 3em;
  }
}
@media only screen and (min-width: 1025px) {
  .con_ed_conten .box_conten .st_ed {
    margin-bottom: 3.44444%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_ed_conten .box_conten .st_ed {
    margin-bottom: 2em;
  }
}
@media only screen and (max-width: 767px) {
  .con_ed_conten .box_conten .st_ed {
    margin-bottom: 1.5em;
  }
}
.con_ed_conten .box_conten .innr_txt .memo {
  font-size: 88%;
}
@media only screen and (min-width: 768px) {
  .con_ed_conten .box_conten .innr_txt .memo {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .con_ed_conten .box_conten .innr_txt .memo {
    margin-top: 5%;
  }
}
.con_ed_conten .box_conten .innr_txt .txt_bold {
  font-weight: bold;
}
@media only screen and (min-width: 768px) {
  .con_ed_conten .box_conten .innr_txt.next {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .con_ed_conten .box_conten .innr_txt.next {
    margin-top: 1em;
  }
}
.con_ed_conten .box_conten .innr_txt li {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .con_ed_conten .box_conten .innr_txt li {
    margin-left: 0.83333%;
  }
}
@media only screen and (max-width: 767px) {
  .con_ed_conten .box_conten .innr_txt li {
    margin-left: 0.5em;
  }
}
@media only screen and (min-width: 768px) {
  .con_ed_conten .box_conten .innr_txt li {
    line-height: 2.125;
  }
}
@media only screen and (max-width: 767px) {
  .con_ed_conten .box_conten .innr_txt li {
    line-height: 1.7;
  }
}
.con_ed_conten .box_conten .innr_txt li::before {
  content: "";
  width: 3px;
  height: 3px;
  position: absolute;
  border-radius: 100%;
  background-color: #000;
  left: 0;
  top: 0;
  transform: translateY(-50%);
}
@media only screen and (min-width: 768px) {
  .con_ed_conten .box_conten .innr_txt li::before {
    margin-top: 1.0625em;
  }
}
@media only screen and (max-width: 767px) {
  .con_ed_conten .box_conten .innr_txt li::before {
    margin-top: 0.85em;
  }
}
@media only screen and (min-width: 768px) {
  .con_ed_conten .box_conten .innr_txt li {
    padding-left: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .con_ed_conten .box_conten .innr_txt li {
    padding-left: 1em;
  }
}
.con_ed_conten .box_conten .innr_txt li .txt_bold {
  font-weight: bold;
}
.con_ed_conten .box_conten .box_tbl_price {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .con_ed_conten .box_conten .box_tbl_price {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .con_ed_conten .box_conten .box_tbl_price {
    margin-top: 1em;
  }
}
@media only screen and (min-width: 768px) {
  .con_ed_conten .box_conten .box_tbl_price tr th {
    width: 20%;
  }
}
@media only screen and (max-width: 767px) {
  .con_ed_conten .box_conten .box_tbl_price tr th {
    width: 30%;
  }
}
@media only screen and (max-width: 767px) {
  .con_ed_conten .box_conten .box_tbl_price tr th {
    padding: 1em .5em;
  }
}
@media only screen and (max-width: 767px) {
  .con_ed_conten .box_conten .box_tbl_price tr th .txt_s {
    font-size: 75%;
    letter-spacing: 0;
  }
}
@media only screen and (min-width: 768px) {
  .con_ed_conten .box_conten .box_tbl_price tr td {
    width: 60%;
  }
}
@media only screen and (max-width: 767px) {
  .con_ed_conten .box_conten .box_tbl_price tr td {
    width: 40%;
  }
}
@media only screen and (max-width: 767px) {
  .con_ed_conten .box_conten .box_tbl_price tr td {
    padding: 1em .5em;
  }
}
@media only screen and (min-width: 768px) {
  .con_ed_conten .box_conten .box_tbl_price tr td + td {
    width: 20%;
  }
}
@media only screen and (max-width: 767px) {
  .con_ed_conten .box_conten .box_tbl_price tr td + td {
    width: 30%;
  }
}
@media only screen and (min-width: 1025px) {
  .con_ed_conten .box_conten .tmp_btn {
    margin: 60px auto 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_ed_conten .box_conten .tmp_btn {
    margin: 3em auto 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_ed_conten .box_conten .tmp_btn {
    margin: 2em auto 0;
  }
}
@media only screen and (min-width: 768px) {
  .con_ed_conten .box_conten .tmp_btn {
    max-width: 430px;
  }
}

.con_ed_eff .box_tbl_eff thead th {
  text-align: center;
  font-weight: normal;
}
@media only screen and (min-width: 768px) {
  .con_ed_eff .box_tbl_eff thead th {
    width: 240px;
  }
}
@media only screen and (max-width: 767px) {
  .con_ed_eff .box_tbl_eff thead th {
    width: 20%;
  }
}
@media only screen and (min-width: 768px) {
  .con_ed_eff .box_tbl_eff thead th:nth-child(4) {
    width: 330px;
  }
}
@media only screen and (max-width: 767px) {
  .con_ed_eff .box_tbl_eff thead th:nth-child(4) {
    width: 27%;
  }
}
@media only screen and (max-width: 767px) and (min-width: 768px) {
  .con_ed_eff .box_tbl_eff thead th:first-child {
    width: 270px;
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  .con_ed_eff .box_tbl_eff thead th:first-child {
    width: 10%;
  }
}

.con_ed_eff .box_tbl_eff tbody {
  align-items: center;
}
.con_ed_eff .box_tbl_eff tbody tr th {
  background: #f7f7f7;
  vertical-align: middle;
}
@media only screen and (min-width: 1025px) {
  .con_ed_eff .box_tbl_eff tbody tr td {
    padding: 1.5em 2em;
  }
}
.con_ed_eff .box_tbl_eff tbody tr td .txt_s {
  font-size: 75%;
}
.con_ed_eff .box_tbl_eff tbody tr td .mark_rice {
  font-size: 63%;
  vertical-align: super;
}
@media only screen and (min-width: 768px) {
  .con_ed_eff .js-table-swiper + .txt_noti {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .con_ed_eff .js-table-swiper + .txt_noti {
    margin-top: 1em;
  }
}
@media only screen and (min-width: 1025px) {
  .con_ed_eff .js-table-swiper + .intor_txt {
    margin-top: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_ed_eff .js-table-swiper + .intor_txt {
    margin-top: 3em;
  }
}
@media only screen and (max-width: 767px) {
  .con_ed_eff .js-table-swiper + .intor_txt {
    margin-top: 2em;
  }
}
@media only screen and (min-width: 768px) {
  .con_ed_eff .txt_noti {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .con_ed_eff .txt_noti {
    margin-bottom: 1em;
  }
}
.con_ed_eff .txt_noti small {
  display: block;
}
@media only screen and (min-width: 768px) {
  .con_ed_eff .txt_noti small {
    font-size: 88%;
  }
}
@media only screen and (max-width: 767px) {
  .con_ed_eff .txt_noti small {
    font-size: 100%;
  }
}
@media only screen and (min-width: 1025px) {
  .con_ed_eff .intor_txt + .tmp_btn_mini {
    margin-top: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_ed_eff .intor_txt + .tmp_btn_mini {
    margin-top: 3em;
  }
}
@media only screen and (max-width: 767px) {
  .con_ed_eff .intor_txt + .tmp_btn_mini {
    margin-top: 2em;
  }
}
@media only screen and (min-width: 1441px) {
  .con_ed_eff .box_conten {
    margin-top: 120px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1440px) {
  .con_ed_eff .box_conten {
    margin-top: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_ed_eff .box_conten {
    margin-top: 6em;
  }
}
@media only screen and (max-width: 767px) {
  .con_ed_eff .box_conten {
    margin-top: 4em;
  }
}
@media only screen and (min-width: 1025px) {
  .con_ed_eff .box_conten .list_not {
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_ed_eff .box_conten .list_not {
    margin-bottom: 2em;
  }
}
@media only screen and (max-width: 767px) {
  .con_ed_eff .box_conten .list_not {
    margin-bottom: 1.5em;
  }
}
.con_ed_eff .box_conten .list_not li {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .con_ed_eff .box_conten .list_not li {
    line-height: 2.125;
  }
}
@media only screen and (max-width: 767px) {
  .con_ed_eff .box_conten .list_not li {
    line-height: 1.7;
  }
}
.con_ed_eff .box_conten .list_not li::before {
  content: "";
  width: 3px;
  height: 3px;
  position: absolute;
  border-radius: 100%;
  background-color: #000;
  left: 0;
  top: 0;
  transform: translateY(-50%);
}
@media only screen and (min-width: 768px) {
  .con_ed_eff .box_conten .list_not li::before {
    margin-top: 1.0625em;
  }
}
@media only screen and (max-width: 767px) {
  .con_ed_eff .box_conten .list_not li::before {
    margin-top: 0.85em;
  }
}
@media only screen and (min-width: 768px) {
  .con_ed_eff .box_conten .list_not li {
    padding-left: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .con_ed_eff .box_conten .list_not li {
    padding-left: 1em;
  }
}
@media only screen and (max-width: 1024px) {
  .con_ed_eff .box_conten .list_not li:not(:first-child) {
    margin-top: 0.5em;
  }
}

@media only screen and (min-width: 1025px) {
  .con_ed_dif .box_tbl_dif {
    margin-bottom: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_ed_dif .box_tbl_dif {
    margin-bottom: 3em;
  }
}
@media only screen and (max-width: 767px) {
  .con_ed_dif .box_tbl_dif {
    margin-bottom: 2em;
  }
}
.con_ed_dif .box_tbl_dif .txt_red {
  color: #ff0000;
}
@media only screen and (min-width: 768px) {
  .con_ed_dif .box_tbl_dif thead th:not(:first-child) {
    width: 330px;
  }
}
@media only screen and (max-width: 767px) {
  .con_ed_dif .box_tbl_dif thead th:not(:first-child) {
    width: 27%;
  }
}
.con_ed_dif .txt_center {
  text-align: center;
}
.con_ed_dif .txt_center .catch_red {
  margin-top: 0;
  display: inline-block;
}
@media only screen and (min-width: 768px) {
  .con_ed_dif .txt_center .catch_red {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .con_ed_dif .txt_center .catch_red {
    margin-bottom: 3em;
  }
}
@media only screen and (min-width: 1025px) {
  .con_ed_dif .intor_txt {
    margin-bottom: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_ed_dif .intor_txt {
    margin-bottom: 3em;
  }
}
@media only screen and (max-width: 767px) {
  .con_ed_dif .intor_txt {
    margin-bottom: 2em;
  }
}
.con_ed_dif .intor_txt.bold {
  font-weight: bold;
}
@media only screen and (min-width: 768px) {
  .con_ed_dif .tbl_btn {
    display: flex;
    justify-content: center;
  }
}
@media only screen and (min-width: 768px) {
  .con_ed_dif .tbl_btn .tmp_btn:first-of-type {
    margin-right: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .con_ed_dif .tbl_btn .tmp_btn:first-of-type {
    margin-bottom: 1em;
  }
}
@media only screen and (min-width: 768px) {
  .con_ed_dif .tbl_btn .tmp_btn {
    max-width: 430px;
  }
}

@media only screen and (min-width: 768px) {
  .con_ed_menu {
    margin-top: 140px;
  }
}
@media only screen and (max-width: 767px) {
  .con_ed_menu {
    margin-top: 15%;
  }
}
@media only screen and (min-width: 768px) {
  .con_ed_menu .box_ed_menu {
    margin-top: 65px;
  }
}
@media only screen and (max-width: 767px) {
  .con_ed_menu .box_ed_menu {
    margin-top: 7%;
  }
}
.con_ed_menu .box_ed_menu li a {
  display: block;
  text-align: center;
  text-decoration: none;
  background-color: #ffffff;
  border: 8px solid #dfdfdf;
  position: relative;
}
.mouse .con_ed_menu .box_ed_menu li a {
  transition: opacity 0.3s ease-in;
}
.mouse .con_ed_menu .box_ed_menu li a:hover, .touch .con_ed_menu .box_ed_menu li a.touchstart {
  opacity: 0.7;
}
.touch .con_ed_menu .box_ed_menu li a {
  -webkit-tap-highlight-color: transparent;
}
.touch .con_ed_menu .box_ed_menu li a.touchend {
  transition-delay: 200ms;
}
@media only screen and (min-width: 1025px) {
  .con_ed_menu .box_ed_menu li a {
    padding: 50px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_ed_menu .box_ed_menu li a {
    padding: 50px 10px;
  }
}
@media only screen and (max-width: 767px) {
  .con_ed_menu .box_ed_menu li a {
    padding: 10% 5%;
  }
}
.con_ed_menu .box_ed_menu li a h4 {
  font-size: 175%;
}
@media only screen and (min-width: 768px) {
  .con_ed_menu .box_ed_menu li a h4 {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .con_ed_menu .box_ed_menu li a h4 {
    margin-bottom: 4%;
  }
}
.con_ed_menu .box_ed_menu li a h4 .jp {
  line-height: 1.4;
  display: inline-block;
  border-bottom: 2px solid #000;
}
.con_ed_menu .box_ed_menu li a::before {
  position: absolute;
  content: "";
  background-color: #000000;
  width: 17.44186%;
  display: block;
  right: -8.72093%;
  height: 1px;
  top: 50%;
}
@media only screen and (min-width: 768px) {
  .con_ed_menu .box_ed_menu li {
    width: 31.16667%;
    margin-left: 3.25%;
    padding-right: 2.5%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
  }
  .con_ed_menu .box_ed_menu li:first-child {
    margin-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_ed_menu .box_ed_menu li {
    margin-top: 7%;
  }
  .con_ed_menu .box_ed_menu li a .txt {
    line-height: 1.5;
  }
  .con_ed_menu .box_ed_menu li:first-child {
    margin-top: 0;
  }
}

.catch_red {
  border: 2px solid #ff0000;
  background-color: #fff;
  font-weight: bold;
  padding: 1em;
}
@media only screen and (min-width: 768px) {
  .catch_red {
    margin-top: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .catch_red {
    margin-top: 1em;
  }
}

.con_faq .innr_red {
  color: #ff0000;
  font-weight: bold;
}

.con_clinics {
  background-color: #f2f2f2;
}
@media only screen and (min-width: 1025px) {
  .con_clinics {
    margin-top: 120px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_clinics {
    margin-top: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .con_clinics {
    margin-top: 3em;
  }
}
@media only screen and (min-width: 1025px) {
  .con_clinics {
    padding: 50px 0 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_clinics {
    padding: 2em 0 4em;
  }
}
@media only screen and (max-width: 767px) {
  .con_clinics {
    padding: 1.5em 0 3em;
  }
}
.con_clinics .box_cli {
  display: flex;
}
@media only screen and (min-width: 1025px) {
  .con_clinics .box_cli {
    margin-top: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_clinics .box_cli {
    margin-top: 2em;
  }
}
@media only screen and (max-width: 767px) {
  .con_clinics .box_cli {
    margin-top: 1.5em;
  }
}
@media only screen and (max-width: 1024px) {
  .con_clinics .box_cli {
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 768px) {
  .con_clinics .box_cli li + li {
    margin-left: 1.66667%;
  }
}
@media only screen and (max-width: 767px) {
  .con_clinics .box_cli li + li {
    margin-left: 3.40909%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_clinics .box_cli li {
    width: 31.66667%;
  }
  .con_clinics .box_cli li:nth-of-type(3n+1) {
    margin-left: 0;
  }
  .con_clinics .box_cli li:nth-of-type(n+4) {
    margin-top: 2.5%;
  }
}
@media only screen and (max-width: 767px) {
  .con_clinics .box_cli li {
    width: 48.29545%;
  }
  .con_clinics .box_cli li:nth-of-type(odd) {
    margin-left: 0;
  }
  .con_clinics .box_cli li:nth-of-type(n+3) {
    margin-top: 3.40909%;
  }
}
.con_clinics .box_cli li.shinjuku .line {
  opacity: 0;
}
.mouse .con_clinics .box_cli li.shinjuku:hover, .touch .con_clinics .box_cli li.shinjuku.touchstart {
  opacity: 1;
}
.touch .con_clinics .box_cli li.shinjuku {
  -webkit-tap-highlight-color: transparent;
}
.touch .con_clinics .box_cli li.shinjuku.touchend {
  transition-delay: 200ms;
}

@media only screen and (min-width: 1025px) {
  .con_anchor {
    margin-bottom: 170px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_anchor {
    margin-bottom: 120px;
  }
}
@media only screen and (max-width: 767px) {
  .con_anchor {
    margin-bottom: 15%;
  }
}
.con_anchor .box_anchor {
  border-style: solid;
  border-width: 1px 1px 3px;
  border-color: #dadada #dadada #000;
  padding: 25px 35px;
}
@media only screen and (min-width: 768px) {
  .con_anchor .box_anchor {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .con_anchor .box_anchor {
    margin-top: 5%;
  }
}
.con_anchor .box_anchor a {
  font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", Times, Garamond, Georgia, serif;
  text-decoration: none;
}
.mouse .con_anchor .box_anchor a {
  transition: opacity 0.3s ease-in;
}
.mouse .con_anchor .box_anchor a:hover, .touch .con_anchor .box_anchor a.touchstart {
  opacity: 0.7;
}
.touch .con_anchor .box_anchor a {
  -webkit-tap-highlight-color: transparent;
}
.touch .con_anchor .box_anchor a.touchend {
  transition-delay: 200ms;
}
.con_anchor .box_anchor h4 {
  font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", Times, Garamond, Georgia, serif;
}
@media only screen and (min-width: 768px) {
  .con_anchor .box_anchor h4 {
    font-size: 138%;
  }
}
@media only screen and (max-width: 767px) {
  .con_anchor .box_anchor h4 {
    font-size: 119%;
  }
}
.con_anchor .box_anchor ul {
  letter-spacing: -.4em;
}
.con_anchor .box_anchor ul li {
  letter-spacing: normal;
  display: inline-block;
  vertical-align: middle;
  margin-right: 2em;
}
.con_anchor .box_anchor ul li a:before {
  font-family: "Ionicons";
  content: "\f3d0";
  margin-right: 0.4em;
}
@media only screen and (max-width: 767px) {
  .con_anchor .box_anchor {
    padding: 1.5em;
  }
  .con_anchor .box_anchor ul li {
    display: block;
    margin-right: 0;
    margin-top: 0.5em;
  }
}
.con_anchor .box_anchor .txt a {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "MS Ｐゴシック", "MS PGothic", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, sans-serif;
  text-decoration: underline;
}
.con_anchor .box_anchor .box_table {
  margin: 2em 0;
}
.con_anchor .box_anchor .box_table .inner {
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .con_anchor .box_anchor .box_table .inner {
    width: 46.66667%;
  }
}
.con_anchor .box_anchor .box_table .inner table thead tr th {
  padding: 1.5em 0.5em;
}
.con_anchor .box_anchor .box_table .inner table tbody tr td {
  padding: 1.5em 0.5em;
}
.con_anchor .box_anchor .box_table .inner table tbody tr td:first-child {
  background: #fff;
}
.con_anchor .box_anchor .box_table .inner table tbody tr td:last-child {
  border-right: none;
}
.con_anchor .box_anchor .box_table .inner table:nth-child(n+2) {
  margin-top: 2em;
}
.con_anchor .box_anchor .box_table .inner .memo {
  margin-top: .5em;
  font-size: 88%;
  color: #ff0000;
}

@media only screen and (max-width: 767px) {
  .footer {
    margin-top: 0;
  }
}
