@charset "UTF-8";
/*=============================================*/
/*Common*/
/*=============================================*/
.main_width.size1500 {
  max-width: 1500px;
}

.square_ttl.ver_mini {
  font-size: 1.9rem;
  padding-left: 30px;
}
.square_ttl.ver_mini:before {
  width: 20px;
  height: 18px;
}

@media screen and (max-width: 767px) {
  .square_ttl.ver_mini {
    font-size: 1.6rem;
    padding-left: 23px;
  }
  .square_ttl.ver_mini:before {
    width: 15px;
    height: 14px;
  }
}
/*=============================================*/
/*FIX btn*/
/*=============================================*/
@media screen and (max-width: 767px) {
  .fix_btn .btn_list li {
    text-align: center;
    border-right: 1px solid #E8F6FD;
  }
  .fix_btn .btn_list li:last-child {
    border-right: 1px solid #002B57;
  }
  .fix_btn .btn_list li img {
    margin: auto;
  }
  .fix_btn .btn_list li.li02, .fix_btn .btn_list li.li01 {
    background-color: #0A6ABA;
  }
  .fix_btn .btn_list li.li03 {
    background-color: #002B57;
  }
}
/*=============================================*/
/*TOP Customize*/
/*=============================================*/
.main_visual_movie video {
  width: 100%;
  height: auto;
}

.new_news_block .flex {
  display: flex;
}
.new_news_block .flex .left {
  position: relative;
  width: 30%;
  margin-right: 3%;
}
.new_news_block .flex .left .read_more_btn {
  position: absolute;
  bottom: 0;
}
.new_news_block .flex .right {
  width: 67%;
}

.en_jp_ttl {
  margin-bottom: 1em;
  text-align: left;
  font-size: clamp(2.5rem, -1.928rem + 9.24vw, 5rem);
}
.en_jp_ttl .en {
  display: block;
  margin-bottom: 0.2em;
  line-height: 1;
  font-size: 1em;
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  color: #0A6ABA;
}
.en_jp_ttl .jp {
  display: block;
  font-size: 0.35em;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-weight: 500;
}

.news_list li {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #0A6ABA;
}
.news_list li:last-child {
  margin-bottom: 0;
}
.news_list li .date {
  display: inline-block;
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  font-size: 1.8rem;
  color: #707070;
  vertical-align: middle;
  margin-right: 10px;
}
.news_list li .category {
  display: inline-block;
  background-color: #707070;
  vertical-align: middle;
  color: #fff;
  font-size: 1.2rem;
  padding: 0.4em 0.8em 0.3em;
  border-radius: 5px;
  line-height: 1;
  letter-spacing: 0.1em;
}
.news_list li .post_ttl {
  margin-top: 1.2em;
  font-size: 1.8rem;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.4;
}

.news_list li .category.recruit-kitaikebukuro, .news_list li .category.news-kitaikebukuro, .news_list li .category.ver_blue {
  background-color: #0A6ABA;
}
.news_list li .category.recruit-kitasando, .news_list li .category.news-kitasando, .news_list li .category.ver_navy {
  background-color: #002B57;
}

.news_list li a .post_ttl {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.news_list li a:hover .post_ttl {
  color: #0A6ABA;
}

@media screen and (max-width: 767px) {
  .new_news_block .flex {
    display: block;
  }
  .new_news_block .flex .left {
    width: 100%;
    margin-right: 0;
  }
  .new_news_block .flex .right {
    width: 100%;
  }
  .en_jp_ttl {
    font-size: 3.5rem;
  }
  .news_list li {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .news_list li .date {
    font-size: 1.6rem;
  }
  .news_list li .category {
    font-size: 1rem;
  }
  .news_list li .post_ttl {
    font-size: 1.5rem;
  }
}
.read_more_btn {
  font-size: 1.6rem;
}
.read_more_btn a {
  position: relative;
  display: inline-block;
  padding-right: 40px;
  padding-bottom: 0.4em;
  font-size: 1em;
  color: #0A6ABA;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-weight: 500;
  margin-right: 10px;
}
.read_more_btn a:after {
  position: absolute;
  right: 0;
  bottom: 0;
  content: "";
  width: 76px;
  height: 9px;
  background: url(../img/common/arrow-navy-right.svg) no-repeat center/100%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.read_more_btn a {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.read_more_btn a:hover {
  color: #002B57;
}
.read_more_btn a:hover:after {
  right: -10px;
}

@media screen and (max-width: 767px) {
  .read_more_btn {
    font-size: 1.4rem;
  }
  .new_news_block .read_more_btn {
    padding-top: 30px;
    padding-bottom: 40px;
    text-align: right;
  }
}
.hospital_column_2 {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.hospital_column_2 li {
  width: 48.5%;
  margin-right: 3%;
  margin-bottom: 50px;
}
.hospital_column_2 li:nth-child(2n) {
  margin-right: 0;
}

.hospital_column_2 li {
  position: relative;
  padding-bottom: 100px;
}
.hospital_column_2 li .img {
  margin-bottom: 20px;
}
.hospital_column_2 li .name {
  margin-bottom: 1em;
  text-align: center;
  font-size: 2.5rem;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-weight: 500;
  color: #002B57;
}
.hospital_column_2 li .address {
  line-height: 1.5;
  font-size: 1.6rem;
}
.hospital_column_2 li .arrow_base_btn {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
}

@media screen and (max-width: 767px) {
  .hospital_column_2 li {
    width: 90%;
    margin: auto;
    margin-bottom: 60px;
  }
  .hospital_column_2 li:nth-child(2n) {
    margin-right: auto;
  }
  .hospital_column_2 li {
    padding-bottom: 0;
  }
  .hospital_column_2 li .img {
    margin-bottom: 10px;
  }
  .hospital_column_2 li .name {
    font-size: 2rem;
  }
  .hospital_column_2 li .address {
    margin-bottom: 20px;
  }
  .hospital_column_2 li .arrow_base_btn {
    position: static;
  }
}
.sogo_schedule_block .schedule_list {
  width: 100%;
  max-width: 720px;
  margin: auto;
}
.sogo_schedule_block .schedule_list li {
  margin-bottom: 70px;
}
.sogo_schedule_block .schedule_list li:last-child {
  margin-bottom: 0;
}
.sogo_schedule_block .schedule_list li .ttl {
  margin-bottom: 0.5em;
  font-size: 2.6rem;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-weight: 500;
  color: #002B57;
}
.sogo_schedule_block .schedule_list li .table img {
  width: 100%;
}
.sogo_schedule_block .schedule_list li .notice {
  margin-top: 0.5em;
}

@media screen and (max-width: 767px) {
  .sogo_schedule_block .schedule_list li .ttl {
    font-size: 2rem;
    color: #002B57;
  }
}
.medical_column_3_list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.medical_column_3_list li {
  position: relative;
  width: 32%;
  margin-right: 2%;
  margin-bottom: 60px;
  padding-bottom: 40px;
}
.medical_column_3_list li:nth-child(3n) {
  margin-right: 0;
}

.medical_column_3_list li .img {
  margin-bottom: 10px;
}
.medical_column_3_list li .txt {
  margin-bottom: 1.5em;
  font-size: 1.5rem;
  line-height: 1.7;
}
.medical_column_3_list li .read_more_btn {
  position: absolute;
  right: 0;
  bottom: 0;
}

.medical_column_3_list li a {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.medical_column_3_list li a .img {
  overflow: hidden;
}
.medical_column_3_list li a .img img {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.medical_column_3_list li a:hover img {
  transform: scale(1.15);
}

@media screen and (max-width: 767px) {
  .medical_column_3_list {
    display: block;
  }
  .medical_column_3_list li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 50px;
    padding-bottom: 0;
  }
  .medical_column_3_list li .txt {
    font-size: 1.4rem;
  }
  .medical_column_3_list li .read_more_btn {
    position: static;
    text-align: right;
  }
  .medical_column_3_list li a {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .medical_column_3_list li a .img {
    overflow: hidden;
  }
  .medical_column_3_list li a .img img {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .medical_column_3_list li a:hover img {
    transform: scale(1.15);
  }
}
.new_news_block.ver_recruit {
  padding-bottom: 0;
}

.column_2_bnr_list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.column_2_bnr_list li {
  width: 48%;
  margin-bottom: 30px;
  margin-right: 4%;
}
.column_2_bnr_list li:nth-child(2n) {
  margin-right: 0;
}
.column_2_bnr_list li a {
  display: block;
  padding: 2.3em 1.5em;
  font-size: 2rem;
}
.column_2_bnr_list li a span {
  display: inline-block;
  padding-left: 100px;
  font-size: 1em;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-weight: 500;
  color: #fff;
}

.column_2_bnr_list li a {
  position: relative;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.column_2_bnr_list li a:after {
  position: absolute;
  right: 20px;
  bottom: 12px;
  content: "";
  width: 80px;
  height: 10px;
  background: url(../img/common/arrow-navy-right-hover.svg) no-repeat center/100%;
}

.column_2_bnr_list li a:before {
  position: absolute;
  left: 30px;
  top: 0;
  bottom: 0;
  content: "";
  margin: auto;
}
.column_2_bnr_list li.navy a:before {
  width: 60px;
  height: 65px;
  background: url(../img/top_new/ico-recruit.svg) no-repeat center/100%;
}
.column_2_bnr_list li.blue a:before {
  width: 68px;
  height: 43px;
  background: url(../img/top_new/ico-bed.svg) no-repeat center/100%;
}

.column_2_bnr_list .navy a {
  background-color: #002B57;
}
.column_2_bnr_list .navy a:hover {
  background-color: #333;
}
.column_2_bnr_list .blue a {
  background-color: #0A6ABA;
}
.column_2_bnr_list .blue a:hover {
  background-color: #333;
}

@media screen and (max-width: 767px) {
  .column_2_bnr_list {
    display: block;
  }
  .column_2_bnr_list li {
    width: 100%;
    margin-bottom: 15px;
    margin-right: 0;
  }
  .column_2_bnr_list li a {
    font-size: 1.8rem;
  }
}
.insta_block {
  padding-top: 50px;
  padding-bottom: 100px;
}

.insta_block .insta_list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.insta_block .insta_list li {
  width: 46%;
  max-width: 290px;
  margin-right: 8%;
  text-align: center;
}
.insta_block .insta_list li:last-child {
  margin-right: 0;
}
.insta_block .insta_list li a {
  position: relative;
  display: block;
  padding-top: 40px;
  background-color: #E8F6FD;
  border-radius: 20px;
}
.insta_block .insta_list li a:after {
  position: absolute;
  right: 20px;
  bottom: 12px;
  content: "";
  width: 80px;
  height: 10px;
  background: url(../img/common/arrow-navy-right.svg) no-repeat center/100%;
}
.insta_block .insta_list li i {
  width: 60%;
  max-width: 120px;
}
.insta_block .insta_list li span {
  display: block;
  margin-top: 1.2em;
  padding-bottom: 1.5em;
  font-size: 2rem;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-weight: 500;
  color: #002B57;
}

.insta_block .insta_list li a {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.insta_block .insta_list li a:after {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.insta_block .insta_list li a:hover {
  opacity: 0.7;
}
.insta_block .insta_list li a:hover:after {
  right: 15px;
}

@media screen and (max-width: 767px) {
  .insta_block {
    padding-top: 30px;
    padding-bottom: 60px;
  }
  .insta_block .insta_list li {
    width: 49%;
    margin-right: 2%;
  }
  .insta_block .insta_list li a {
    padding-top: 30px;
    border-radius: 20px;
  }
  .insta_block .insta_list li a:after {
    right: 10px;
    bottom: 12px;
    width: 60px;
    height: 8px;
  }
  .insta_block .insta_list li i {
    display: block;
    width: 50%;
    max-width: 60px;
    margin: auto;
  }
  .insta_block .insta_list li span {
    font-size: 1.6rem;
  }
}
.tsoc_access_info_block .access_list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}
.tsoc_access_info_block .access_list li {
  width: 48.5%;
  margin-right: 3%;
  padding: 40px 40px 35px;
}
.tsoc_access_info_block .access_list li:nth-child(2n) {
  margin-right: 0;
}

.tsoc_access_info_block .access_list li .ttl {
  margin-bottom: 1em;
  text-align: center;
  color: #fff;
  font-size: 2.8rem;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-weight: 500;
}
.tsoc_access_info_block .access_list li .address {
  margin-bottom: 1em;
  text-align: center;
  color: #fff;
  font-size: 1.6rem;
  line-height: 1.6;
  min-height: 3.2em;
}
.tsoc_access_info_block .access_list li .schedule {
  margin-bottom: 30px;
  background-color: #fff;
}
.tsoc_access_info_block .access_list li .schedule img {
  width: 100%;
}
.tsoc_access_info_block .access_list li .map {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 45%;
}
.tsoc_access_info_block .access_list li .map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.tsoc_access_info_block .access_list li .map_btn {
  text-align: right;
  margin-top: 10px;
}
.tsoc_access_info_block .access_list li .map_btn a {
  font-size: 1.6rem;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-weight: 500;
}
.tsoc_access_info_block .access_list li .map_btn a span {
  position: relative;
  display: inline-block;
  font-size: 1em;
  color: #fff;
  padding-right: 28px;
}
.tsoc_access_info_block .access_list li .map_btn a span:after {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  content: "";
  width: 21px;
  height: 27px;
  margin: auto;
  background: url(../img/common/ico-map-pin.svg) no-repeat center/100%;
}

.tsoc_access_info_block {
  position: relative;
  padding-top: 100px;
}
.tsoc_access_info_block li {
  position: relative;
  z-index: 1;
}
.tsoc_access_info_block:after {
  position: absolute;
  right: 0;
  bottom: 0;
  content: "";
  width: 100%;
  height: 300px;
  background-color: #E8F6FD;
}

@media screen and (max-width: 767px) {
  .tsoc_access_info_block .access_list {
    display: block;
  }
  .tsoc_access_info_block .access_list li {
    width: 100%;
    margin-right: 0;
    padding: 30px 15px 20px;
    margin-bottom: 30px;
  }
  .tsoc_access_info_block .access_list li:last-child {
    margin-bottom: 0;
  }
  .tsoc_access_info_block .access_list li .ttl {
    font-size: 2.3rem;
  }
  .tsoc_access_info_block .access_list li .address {
    font-size: 1.4rem;
    min-height: unset;
  }
  .tsoc_access_info_block .access_list li .schedule {
    margin-bottom: 15px;
  }
  .tsoc_access_info_block .access_list li .map {
    padding-top: 60%;
  }
  .tsoc_access_info_block .access_list li .map_btn a {
    font-size: 1.5rem;
  }
}
footer {
  background-color: #E8F6FD;
}

.footer_bottom .left {
  width: 35%;
}
.footer_bottom .right {
  width: 60%;
}

footer .sogo_link {
  margin-top: 40px;
}
footer .sogo_link li {
  margin-bottom: 1em;
  font-size: 1.5rem;
}
footer .sogo_link li a {
  font-size: 1em;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
footer .sogo_link li a:hover {
  color: #002B57;
}

footer .footer_bottom .right .footer_nav_list > li > a {
  margin-bottom: 1em;
  font-size: 1.8rem;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-weight: 500;
}
footer .footer_bottom .right .footer_nav_list > li .child {
  padding-left: 1em;
}
footer .footer_bottom .right .footer_nav_list > li .child li {
  width: 100%;
}

.footer_bottom {
  position: relative;
}
.footer_bottom .go_to_top {
  position: absolute;
  right: 60px;
  bottom: 0;
  width: 120px;
  height: 65px;
}

.footer_bottom .right .footer_nav_list li {
  vertical-align: top;
}

@media screen and (max-width: 767px) {
  .footer_bottom .left {
    width: 100%;
  }
  .footer_bottom .right {
    width: 100%;
  }
  footer .sogo_link li {
    font-size: 1.3rem;
  }
  footer .footer_bottom .right .footer_nav_list > li > a {
    font-size: 1.6rem;
  }
  footer {
    padding-bottom: 55px;
  }
  .footer_bottom .go_to_top {
    right: 0;
    left: 0;
    margin: auto;
    width: 80px;
    height: 44px;
  }
}
/**********************************************/
/*Sidebar*/
/**********************************************/
.sidebar .category_link {
  border: 0;
}
.sidebar .category_link .child-category-list {
  padding-left: 1.5em;
}

/**********************************************/
/*btn_link_list*/
/**********************************************/
.btn_link_list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 700px;
  margin: auto;
  margin-bottom: 50px;
}
.btn_link_list li {
  width: 49%;
  margin-right: 2%;
  text-align: center;
}
.btn_link_list li:nth-child(2n) {
  margin-right: 0;
}
.btn_link_list li a {
  display: block;
  padding: 1.2em 1em;
  border: 1px solid #0A6ABA;
  background-color: #0A6ABA;
  color: #fff;
  font-size: 1.5rem;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.btn_link_list li a:hover {
  background-color: #002B57;
}

@media screen and (max-width: 767px) {
  .btn_link_list li a {
    font-size: 1.3rem;
    line-height: 1.4;
  }
  .btn_link_list li a:hover {
    background-color: #0A6ABA;
  }
}
/**********************************************/
/*btn_link_list2*/
/**********************************************/
.btn_link_list2 {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 700px;
  margin: auto;
  margin-bottom: 50px;
}
.btn_link_list2 li {
  width: 100%;
  text-align: center;
}
.btn_link_list2 li a {
  display: block;
  padding: 1.2em 1em;
  border: 1px solid #0A6ABA;
  background-color: #0A6ABA;
  color: #fff;
  font-size: 1.5rem;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.btn_link_list2 li a:hover {
  background-color: #002B57;
}

@media screen and (max-width: 767px) {
  .btn_link_list2 li a {
    font-size: 1.3rem;
    line-height: 1.4;
  }
  .btn_link_list2 li a:hover {
    background-color: #0A6ABA;
  }
}

/**********************************/
/*clinic　TOP*/
/**********************************/
.main_visual_block .main_ttl b {
  display: block;
  margin-bottom: 0.5em;
  color: #fff;
  font-size: 2em;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  -webkit-transform-origin: 0 0;
  -webkit-transform: scale(1, 1.01);
  -moz-transform-origin: 0 0;
  -moz-transform: scale(1, 1.01);
  -ms-transform-origin: 0 0;
  -ms-transform: scale(1, 1.02);
  -o-transform-origin: 0 0;
  -o-transform: scale(1, 1.01);
  font-weight: normal;
  letter-spacing: 0.1em;
}

/**********************************/
/*@Page caution */
/**********************************/
.reserve_btn_box .ttl {
  margin-bottom: 1em;
  text-align: center;
  font-size: 2rem;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-weight: 500;
}

.r_btn_list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.r_btn_list li {
  width: 48%;
  margin-right: 4%;
  text-align: center;
}
.r_btn_list li:nth-child(2n) {
  margin-right: 0;
}
.r_btn_list li a {
  display: block;
  font-size: 2rem;
  padding: 2em 1em;
  color: #fff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.r_btn_list li.kitasando a {
  background-color: #0A6ABA;
}
.r_btn_list li.kitasando a:hover {
  background-color: #333;
}
.r_btn_list li.kitaikebukuro a {
  background-color: #002B57;
}
.r_btn_list li.kitaikebukuro a:hover {
  background-color: #333;
}

@media screen and (max-width: 767px) {
  .reserve_btn_box .ttl {
    font-size: 1.8rem;
    line-height: 1.4;
  }
  .r_btn_list {
    display: block;
  }
  .r_btn_list li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .r_btn_list li a {
    font-size: 1.8rem;
  }
}
/************************************/
/*special_outpatient*/
/************************************/
.sugaya_info {
  width: 100%;
  margin-bottom: 80px;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
}
.sugaya_info th, .sugaya_info td {
  font-size: 1.6rem;
  padding: 1em;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
.sugaya_info th {
  width: 10em;
  background-color: #E8F6FD;
}

.s_reserve_box {
  margin-bottom: 80px;
}

.notice_box_red {
  margin-bottom: 30px;
  padding: 1em;
  border: 1px solid #E30011;
  font-size: 1.8rem;
}
.notice_box_red p {
  text-align: center;
  font-size: 1.3em;
  line-height: 1.5;
  color: #E30011;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-weight: 500;
}
.notice_box_red p small {
  font-size: 0.7em;
}

.tel_box .base {
  margin-bottom: 1em;
  font-size: 1.6rem;
  line-height: 1.4;
}
.tel_box .base strong {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-weight: 700;
}
.tel_box .tel {
  text-align: center;
  margin-bottom: 0.3em;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  font-size: 4.5rem;
  color: #0A6ABA;
}
.tel_box .tel a {
  color: inherit;
  font-size: 1em;
}
.tel_box .tel small {
  font-size: 0.6em;
}
.tel_box .time {
  text-align: center;
}

.co_red {
  color: #E30011;
}

.base_txt_box .txt strong {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-weight: 500;
}

.special_outpatient_pdf {
  text-align: center;
  padding-bottom: 80px;
}
.special_outpatient_pdf .pdf_btn {
  display: inline-block;
}
.special_outpatient_pdf .pdf_btn a {
  display: block;
  background-color: #002B57;
  font-size: 2rem;
  padding: 2em 2em;
  color: #fff;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-weight: 500;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.special_outpatient_pdf .pdf_btn a:hover {
  background-color: #0A6ABA;
}

@media screen and (max-width: 767px) {
  /************************************/
  /*special_outpatient*/
  /************************************/
  .sugaya_info {
    width: 100%;
  }
  .sugaya_info th, .sugaya_info td {
    text-align: left;
    font-size: 1.4rem;
    line-height: 1.4;
    vertical-align: top;
  }
  .sugaya_info th {
    width: 7em;
  }
  .s_reserve_box {
    margin-bottom: 60px;
  }
  .notice_box_red {
    font-size: 1.5rem;
  }
  .special_outpatient_pdf {
    padding-bottom: 50px;
  }
}
/******************************************/
/**inpatient */
/******************************************/
.txt_dot_list {
  font-size: 1.5rem;
  margin-bottom: 2em;
}
.txt_dot_list li {
  position: relative;
  font-size: 1em;
  line-height: 1.5;
  margin-bottom: 0.5em;
  padding-left: 18px;
}
.txt_dot_list li:before {
  position: absolute;
  left: 0;
  top: 0.25em;
  content: "";
  width: 10px;
  height: 10px;
  background-color: #002B57;
  border-radius: 50px;
}

.page_inpatient .section {
  margin-bottom: 80px;
}

.number_list {
  font-size: 1.5rem;
  margin-bottom: 2em;
  counter-reset: item;
  list-style-type: none;
}
.number_list li {
  position: relative;
  margin-bottom: 1em;
  padding-left: 1.7em;
  line-height: 1.5;
  font-size: 1em;
}
.number_list li:before {
  position: absolute;
  left: 0;
  top: 0.1em;
  text-align: center;
  counter-increment: item;
  content: counter(item);
  width: 1.5em;
  height: 1.5em;
  font-size: 0.8em;
  line-height: 1.5em;
  font-weight: bold;
  color: #fff;
  background-color: #0A6ABA;
  border-radius: 50px;
}

.column_4_table {
  width: 100%;
}
.column_4_table td {
  width: 25%;
  font-size: 1.5rem;
  padding: 0.8em 1em;
}
.column_4_table tr:nth-child(odd) td {
  background-color: #eaeaea;
}

.column_3_img_list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.column_3_img_list li {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 20px;
}
.column_3_img_list li:nth-child(3n) {
  margin-right: 0;
}

@media screen and (max-width: 767px) {
  /******************************************/
  /**inpatient */
  /******************************************/
  .txt_dot_list {
    font-size: 1.4rem;
  }
  .page_inpatient .section {
    margin-bottom: 50px;
  }
  .number_list {
    font-size: 1.4rem;
  }
  .column_4_table {
    width: 100%;
  }
  .column_4_table td {
    font-size: 1.4rem;
  }
  .column_3_img_list {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .column_3_img_list li {
    width: 49%;
    margin-right: 2%;
  }
  .column_3_img_list li:nth-child(3n) {
    margin-right: 2%;
  }
  .column_3_img_list li:nth-child(2n) {
    margin-right: 0;
  }
}

/****************************************/
/*Englishボタン調整*/
/****************************************/
.header_main .sab_nav .click_drop_dawn {
  position: relative;
}
.header_main .sab_nav .english_page_list {
  position: absolute;
  z-index: 2;
  transform: translateY(20px);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.header_main .sab_nav .english_page_list .list li {
  border-bottom: 1px solid #0A6ABA;
}
.header_main .sab_nav .english_page_list .list li a {
  background-color: #fff;
  color: #0A6ABA;
}
.header_main .sab_nav .english_page_list .list li:last-child {
  border-bottom: 0;
}
.header_main .sab_nav .english_page_list.active {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}

header .sp_nav li.en.bg_navy a {
  background-color: #002B57;
}


/********************************************/
/*外来スケジュール*/
/********************************************/
.sogo_schedule_block .schedule_list {
  max-width: 96%;
}

.schedule_table {
  width: 100%;
  margin-bottom: 10px;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
}
.schedule_table th, .schedule_table td {
  font-size: 1.4rem;
  padding: 0.8em 0.5em;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  line-height: 1.5;
  text-align: center;
}
.schedule_table th {
  width: 12.5%;
  background-color: #E8F6FD;
}

.sogo_schedule_block .schedule_list li .notice {
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .table_scroll {
    overflow-x: scroll;
  }
  .schedule_table {
    width: 220%;
  }
  .schedule_table th, .schedule_table td {
    font-size: 1.3rem;
    padding: 0.4em 0.3em;
  }
}/*# sourceMappingURL=plus.css.map */