@charset "utf-8";
/* CSS Document */

/*** 表示切り替え ***/
.pc_none {
  display: none;
}
.sp_none {
  display: block;
}
@media screen and (max-width: 769px) {
  .pc_none {
    display: block;
  }
  .sp_none {
    display: none;
  }
}

/**/
.text_red {
  color: #ff0038;
}
.text_blue {
  color: #297ce2;
}

.text_right {
  text-align: right;
}
.text_center {
  text-align: center;
}
.bold {
  font-weight: bold !important;
}

.sub_container h6 {
  margin: 5px 0;
}

ul.thin_dot li {
  padding-left: 0.8em;
  position: relative;
}
ul.thin_dot li:after {
  position: absolute;
  content: "";
  width: 3px;
  height: 3px;
  left: 0;
  top: 13px;
  background: #333333;
  border-radius: 10px;
}
ol.number_list li {
  list-style: decimal;
}

.mgn_t_m {
  margin-top: 30px !important;
}

/************************
　　footer
*************************/
/*** バナー調節 ***/
.banner_row2 .bn_sns {
  display: flex;
}
.banner_row2 .bn_sns a {
  width: 50%;
}
.banner_row2 .bn_sns a img {
  width: 90%;
  height: 90%;
  object-fit: cover;
}
/************************
　　top
*************************/

/***すべての方の安全を守るために***/
.top_for_all {
  text-align: center;
  display: block;
}
.for_all_inner {
  display: inline-block;
  text-align: left;
}

/***呼吸器内科の受診について***/
.top_about_respiratory ul li {
  list-style: disc;
  line-height: 1.5;
  margin-bottom: 20px;
}

/***重要なお知らせ***/
.top_important_news {
  box-sizing: border-box;
  margin-top: 0;
  padding-top: 65px;
}
.top_important_news ul {
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
  width: 90%;
  margin: auto;
}
.top_important_news ul li {
  width: 50%;
}
.important_news_title {
  font-size: 1.1rem;
  font-weight: bold;
  color: #7e7e7e;
  margin-bottom: 0;
}
.important_news_title span {
  border-radius: 20px;
  padding: 7px 15px;
  margin-right: 10px;
  background: #ff0038;
  color: #fff;
  font-size: 80%;
  text-align: center;
}
.description {
  font-weight: bold;
  font-size: 1.3rem;
}

.top_about_respiratory {
  margin: 30px 45px 10px;
}
.top_about_respiratory p {
  font-size: 1.1rem;
  line-height: 1.5;
}
.top_about_respiratory span {
  font-weight: bold;
  text-decoration: underline;
}
.top_about_respiratory._corona span {
  text-decoration: none;
}

/***コロナについて***/
.top_about_corona {
  text-align: center;
  font-weight: bold;
  padding: 45px 0 20px;
}
.top_about_corona a {
  font-size: 1.2rem;
  padding: 15px;
}
.corona_inner a {
  display: block;
}
/***お知らせ***/
.news-cont .news_container .class {
  width: 300px !important;
}

/************************
　　当院について
*************************/
.about_hospital td p {
  font-weight: normal;
  margin-top: 0;
}
.about_hospital td ul {
  margin: 0;
  padding-left: 0.5em;
}

/*** 医療連携 ***/
.cooperation .head {
  width: 100%;
}

/*** 心臓血管外科専門 外来予約表はこちら ***/
.medical_flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.medical_flex_box {
  width: 75%;
}
.cvs_yoyaku {
  text-align: center;
  width: 20%;
}
.cvs_yoyaku img {
  width: 100%;
  border: 1px solid #d7d7d7;
}
.cvs_yoyaku a {
  display: block;
}
.cvs_yoyaku_btn {
  background: #273c74;
  color: #fff;
  padding: 10px;
  border-radius: 10px;
  font-weight: bold;
  line-height: 1.3;
}
.cvs_yoyaku a:hover {
  opacity: 0.5;
}

/*** ホットライン ***/
.row {
  display: block;
  width: 100%;
}

/*** 部門紹介 ***/
.installation_equipment {
  margin: 0 1%;
}

/************************
　　診療案内
*************************/
/***　面会のお知らせ　***/
.patient_box {
  padding: 100px 0;
}
.patient_box h3 {
  margin-top: 0;
}
.patient_box p {
  margin-bottom: 0;
}
.surgecy_article p {
  margin-left: 0;
  margin-right: 0;
}
.patient table {
  overflow-wrap: break-word;
}

.sub_box {
  margin-top: 30px;
}

.bg_red {
  background-color: #ffdde3;
  padding: 20px 40px;
}
.bg_red ol li {
  list-style: circle;
  margin-bottom: 15px;
}

/************************
　　医師紹介
*************************/
.doctor p {
  font-size: 14px;
}

/************************
　　オンライン診療
*************************/
.online_section * {
  box-sizing: border-box;
}
.online_section a.link_txt {
  color: #11a848;
  border-bottom: 1px solid #11a848;
}
.online_section a.link_txt:hover {
  border-bottom: none;
  opacity: 0.6;
}
.online_section .online_s_title {
  text-align: left;
  background: #4d9450;
  color: #fff;
  padding: 8px 0px 8px 10px;
  line-height: 1.5;
}
.online_section h4 {
  text-align: left;
}
.online_section ul,
.online_section ol {
  padding-inline-start: 0;
  padding-left: 15px;
}
.online_section ul li,
.online_section ol li {
  position: relative;
  line-height: 35px;
}
.online_section ul li {
  padding-left: 1rem;
}
.online_section ol li {
  padding-left: 2rem;
}

.online_section ul li:after {
  position: absolute;
  top: 13px;
  left: 0;
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 10px;
  background: #43ba6f;
}
.online_section ol {
  counter-reset: number;
}
.online_section ol li:before {
  position: absolute;
  content: counter(number);
  counter-increment: number;
  left: 0;
  top: 8px;
  width: 22px;
  height: 22px;
  background: #4d9450;
  color: white;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  line-height: 22px;
}
.online_section .curon_dl_flex {
  display: flex;
  text-align: center;
  flex-wrap: wrap;
  justify-content: center;
}
.online_section .curon_dl_flex a:first-child {
  margin-right: 10px;
}
.medical_code_flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 10px;
}
.online_section .medical_code {
  text-align: center;
  font-size: 1.1rem;
  background: #11a848;
  color: #fff;
  font-weight: bold;
  padding: 20px 65px;
  line-height: 1;
  display: flex;
  align-items: center;
  margin-right: 10px;
}
.curon_img_area img {
  width: 100%;
}
.curon {
  margin: auto;
  text-align: center;
  width: 30%;
  margin-top: 10px;
}
.curon a {
  display: block;
  background: #5e9658;
  color: #fff;
  font-weight: bold;
  padding: 20px 0px;
}

/************************
　　臨床研究に関する情報公開
*************************/
a.pdf_btn {
  display: inline-block;
  background: #002060;
  padding: 5px 10px;
  margin-left: 20px;
  color: #fff;
  border-radius: 10px;
}
i {
  font-family: "Font Awesome 5 Free";
  margin-right: 5px;
}

.ncd_table th:nth-child(1) {
  width: 25%;
}
.ncd_table th:nth-child(2),
.ncd_table th:nth-child(3) {
  width: 20%;
}
.ncd_table th:nth-child(4),
.ncd_table th:nth-child(5) {
  width: 15%;
}
/************************
　　診療科
*************************/
.surgecy_article h5 {
  background: none;
}
.surgecy_article h5 span {
  background: linear-gradient(transparent 60%, rgba(0, 46, 138, 0.2) 60%);
  display: inline;
  padding-bottom: 5px;
}

.specialty_link {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.specialty_link div {
  width: 30%;
}
.specialty_link div a {
  display: block;
  padding: 10px 10px;
  width: initial;
  margin: 0;
}
div.button a.surgecy_button2 {
  width: inherit;
}

/*** 金森先生 パンフレット追加 ***/
.relation_list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-left: 0;
}
.relation_list ul li {
  width: 49%;
  text-align: center;
  margin-bottom: 0;
}
.relation_list ul li img {
  height: 120px;
  width: auto;
  object-fit: contain;
}
.relation_list ul li a {
  display: block;
}
.relation_list ul li a:hover {
  opacity: 0.5;
}
.relation_list ul li div {
  background: #002e8a;
  color: #fff;
  border-radius: 5px;
  font-weight: bold;
  line-height: 1.3;
  padding: 10px 0;
}
.relation_list ul li div span {
  display: block;
  font-size: 80%;
  margin-top: 5px;
}

/************************
　　メディア
*************************/
.media article h2.title {
  letter-spacing: 3px;
}

.magazine_flex * {
  box-sizing: border-box;
}
.magazine_flex {
  text-align: left;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.magazine_flex a {
  display: block;
}
.magazine_flex .archive_block a,
.magazine_flex .magazine_block a {
  padding: 0;
}
.magazine_flex .archive_block {
  width: 30%;
  margin-right: 5%;
}
.magazine_flex .magazine_block {
  width: 65%;
}
.magazine_flex .archive_block ul {
  margin: 0;
  padding: 0;
  margin-bottom: 30px;
}

.magazine_flex .archive_block ul.archive_body {
  display: none;
}

.magazine_flex .archive_block h4 {
  text-align: left;
  margin: 0;
  border-bottom: 2px solid #001f60;
  font-size: 16px;
  letter-spacing: 3px;
}

.magazine_flex .archive_block h4.h4_archive {
  border-bottom: 0;
  padding: 0.3em 1em;
  background-color: #001f60;
  color: #fff;
  border-radius: 5px;
  position: relative;
}

.magazine_flex .archive_block h4.h4_archive::after {
  font-family: "Material Icons";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  font-size: 16px;
  content: "\e5cf";
}

.magazine_flex .archive_block h4.h4_archive:hover {
  cursor: pointer;
  opacity: 0.8;
}

.magazine_flex .archive_block ul li {
  position: relative;
  padding: 10px 0;
  padding-left: 1em;
  border-bottom: 1px solid #dee1e6;
}
.magazine_flex .archive_block ul li:after {
  position: absolute;
  content: "";
  top: 23px;
  left: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 4px;
  height: 4px;
  border-top: 1px solid #001f60;
  border-right: 1px solid #001f60;
}
.magazine_flex span.new {
  border: 1px solid #001f60;
  border-radius: 5px;
  color: #001f60;
  font-weight: bold;
  padding: 2px 5px;
  letter-spacing: 0;
  margin-left: 6px;
  font-size: 12px;
}

.magazine_flex .magazine_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border: 1px solid #7183a6;
  padding: 20px 25px;
}
.magazine_flex .magazine_box + .magazine_box {
  margin-top: 30px;
}
.magazine_flex .magazine_cate_ttl {
  margin-top: 0;
  font-size: 22px;
}
.magazine_flex .magazine_cate_ttl:nth-of-type(n + 2) {
  margin-top: 50px;
}

.magazine_flex .magazine_img {
  width: 30%;
}
.magazine_flex .magazine_img img {
  border: 1px solid #dee1e6;
  width: 100%;
}
.magazine_flex .magazine_summary {
  width: 65%;
}
.magazine_flex .magazine_summary h3 {
  font-size: 20px;
  text-align: left;
  margin: 0;
  color: #001f60;
  letter-spacing: 3px;
}
.magazine_flex p.magazine_data {
  color: #7e7e7e;
  margin: 0;
}
.magazine_flex .magazine_summary h4 {
  font-size: 14px;
  text-align: left;
  line-height: 1.3;
  letter-spacing: 3px;
}
.magazine_flex .magazine_summary h4 span {
  display: block;
}
.magazine_flex a.pdf_btn {
  font-size: 15px;
  background: #001f60;
  color: #fff;
  padding: 15px 20px;
  margin-top: 40px;
  text-align: center;
}

/************************
　　採用
*************************/
#recruit_doctor .doctor_row_box .img .img-box.img_small {
  width: 25%;
  margin: auto;
  margin-top: 20px;
}

/************************
　　お問い合わせ
*************************/
.tel_link_p {
  color: #002e8a;
  text-decoration: underline;
}
.tel_link_p:hover {
  text-decoration: none;
}
.contact_table input[type="text"],
.contact_table input[type="email"] {
  margin: 5px 0;
  width: 100%;
  box-sizing: border-box;
  padding: 10px 5px;
}
.contact input.radio {
  margin-right: 10px !important;
}

/*　==================================
　　スマホ
==================================　*/

@media screen and (max-width: 769px) {
  /************************
    全体
  *************************/
  .top_logo {
    outline: none;
  }

  .sub_row2 {
    width: 90%;
  }
  .width_adjustment {
    width: 90%;
    margin: auto;
  }

  .sub_container h2,
  .sub_container h3,
  .sub_container h4,
  .sub_container h5,
  .sub_container h6 {
    line-height: 1.5;
  }

  .sub_container h2 {
    font-size: 24px;
  }
  .sub_container h3 {
    font-size: 20px;
  }
  .sub_container h4 {
    font-size: 18px;
  }
  .sub_container h5 {
    font-size: 15px;
    margin-left: 0;
  }
  .sub_container h6 {
    font-size: 14px;
  }

  .sub_container table th,
  .sub_container table td {
    padding: 5px 5px;
  }
  .sub_container table a,
  .sub_container table p,
  .sub_container table li,
  .main_disease .row p.life {
    font-size: 14px;
  }
  ul.thin_dot li:after {
    top: 10px;
  }

  .sub_container p,
  .sub_container td,
  .sub_container li {
    font-size: 14px;
  }

  .header_sp_contents .emergency p.tel-box {
    margin: 10px 0;
  }
  .header_sp_contents .emergency .tel-box a {
    font-size: 23px;
  }

  /************************
  　ハンバーガーメニュー調整
  *************************/
  .js-hiraku-offcanvas-active .js-hiraku-offcanvas-sidebar {
    height: 100%;
  }
  .header_sp_contents label {
    padding: 18px 0;
  }
  .menu a {
    padding: 15px 10px;
  }

  /*** header footer部診療時間***/
  footer table {
    width: initial;
  }
  table.sp_hf_hour_table {
    margin: auto;
  }
  table.sp_hf_hour_table td:nth-child(1) {
    background: none;
  }
  table.sp_hf_hour_table td {
    vertical-align: text-bottom;
    text-align: right;
    padding: 0px 5px;
    line-height: 1.3;
  }
  table.sp_menu_hour_table {
    width: 100%;
  }
  table.sp_menu_hour_table td {
    padding: 0 0px;
  }

  /************************
  　footer
  *************************/
  .banner {
    margin-bottom: 20px;
  }
  footer table.gairai_table td:nth-child(1),
  footer table.gairai_table td:nth-child(2) {
    line-height: 1.6;
    vertical-align: initial;
    padding-bottom: 10px;
  }
  footer .emergency .txt-box {
    margin: 5px 15px 15px;
  }
  footer .emergency ul {
    margin: 0px 15px;
    display: flex;
    justify-content: space-between;
  }
  footer .emergency ul li:nth-child(1) {
    margin-left: 0;
  }
  footer .emergency ul li:nth-child(2) {
    margin-right: 0;
  }
  footer .emergency ul:after {
    content: none;
  }
  footer .emergency p.tel-box {
    margin: 10px 0;
  }
  footer .emergency .sublink a {
    font-size: 14px;
    margin: 15px 15px 5px;
  }
  footer small {
    line-height: 15px;
  }
  footer p small {
    padding: 15px 0;
    display: block;
  }

  /************************
  　top
  *************************/
  .top_sp .emergency ul {
    display: flex;
    justify-content: space-between;
    margin: 0 5%;
  }
  .top_sp .emergency ul:after {
    content: none;
  }
  .top_sp .emergency ul li {
    margin: 0;
  }

  .top_sp .emergency p.tel-box {
    margin: 10px 0;
  }
  .top_sp .emergency .sublink a {
    font-size: 14px;
    margin: 0 5%;
  }
  /***すべての方の安全を守るために***/
  .top_for_all {
    padding: 0 4%;
  }
  /***重要なお知らせ***/

  .top_important_news ul {
    display: block;
    width: 95%;
  }
  .top_important_news ul li {
    width: 100%;
    margin-bottom: 35px;
  }
  .important_news_title {
    display: flex;
    align-items: center;
    font-size: 16px;
  }
  .important_news_title span {
    display: block;
    width: 7rem;
    margin-bottom: 5px;
    font-size: 14px;
  }
  .description {
    font-size: 16px;
    margin-top: 5px;
  }
  .top_about_respiratory {
    margin: 30px 10px 10px;
  }
  .top_about_respiratory p {
    font-size: 1rem;
    line-height: 1.5;
  }
  /***コロナについて***/
  .top_about_corona {
    text-align: left;
    padding: 30px 0 20px;
  }
  /***メディア掲載情報・病院からのお知らせ***/
  .event-cont td.event-textBox .event-title a {
    line-height: 1.5;
  }
  .event-cont td.event-textBox span.blue,
  .news-cont .news_container .class .blue {
    padding: 7px 15px;
  }
  .event-cont td.event-textBox p,
  .news-cont .news_container .day,
  .event-cont td.event-textBox span.blue,
  .news-cont .news_container .class .blue,
  .event-cont td.event-textBox .event-title a {
    font-size: 14px;
  }

  /***診療に関するお知らせ***/
  .news-cont .news_container .class {
    display: flex;
    align-items: baseline;
  }
  .news-cont .news_container .class .blue {
    width: 85px;
    margin-right: 10px;
    margin-bottom: 5px;
  }
  .news-cont .news_container .class span.day {
    font-size: 16px;
  }
  .news-cont .news_container .news_text {
    padding: 0px 0 20px;
  }
  .news-cont .news_container .news_text a {
    font-size: 16px;
  }
  .event-cont td.event-textBox span,
  .news-cont .news_container .class .blue {
    width: 7rem;
  }
  /************************
  　当院について
  *************************/
  .director_img {
    margin: auto;
  }
  .director_text {
    width: 90%;
    margin: auto;
  }
  .director_row p {
    padding: 0;
  }

  .about_hospital table {
    width: 90%;
    margin: auto;
  }
  .about_hospital td:nth-of-type(1) {
    width: 35%;
    vertical-align: top;
  }

  .hospital_image table {
    width: 90%;
    margin: auto;
  }
  .hospital_image td p {
    font-size: 11px;
  }

  /*** 心臓血管外科専門 外来予約表はこちら ***/
  .medical_flex_box,
  .cvs_yoyaku {
    width: 100%;
  }
  .cvs_yoyaku a {
    width: 180px;
    margin: auto;
  }

  /*** 部門紹介 ***/
  .department_row div.discription {
    margin: 0;
    margin-top: -50px;
    margin-bottom: 20px;
  }
  .installation_img,
  .installation_text {
    width: 100%;
  }
  .member_row .text {
    padding: 10px 8px;
  }
  .department_contents h3 {
    line-height: 90px;
  }

  .installation_text {
    box-sizing: border-box;
    padding: 5%;
    margin: 10px auto;
  }
  .installation_img {
    margin: auto;
  }
  .installation_text ul {
    padding: 0;
    margin: 0;
    padding-left: 0;
  }

  .radiology_adjustment {
    display: flex;
  }
  .radiology_adjustment .installation_img {
    width: 68%;
    margin: 10px 5px;
  }
  .radiology_adjustment .installation_img2 {
    width: 32%;
  }

  div.installation_img2 {
    background: #000;
    width: 100%;
  }
  div.installation_img2 img {
    width: 50%;
    margin: auto;
    display: block;
  }

  /************************
  　診療案内
  *************************/

  .patient table {
    table-layout: fixed;
  }
  .patient table th {
    width: 12.5%;
    padding: 3px;
    text-align: center;
  }
  .patient table td {
    padding: 5px;
  }
  .patient table th {
    width: 12%;
    font-size: 12px;
    padding: 10px 0;
  }
  .patient table td {
    font-size: 12px;
  }
  .patient table th:nth-child(1) {
    width: 16%;
  }

  /*** オンライン診療 ***/
  .online_section {
    box-sizing: border-box;
  }
  .online_section .curon_dl_flex a:first-child {
    margin-bottom: 10px;
    margin-right: 0;
  }
  .online_section .medical_code {
    margin: 20px 0;
  }
  .curon {
    width: 100%;
  }

  /*** 臨床研究に関する情報公開 ***/
  a.pdf_btn {
    display: table-cell;
    padding: 7px 10px;
  }
  .ncd_table * {
    box-sizing: border-box;
  }
  .ncd_table thead {
    display: none;
  }
  .ncd_table td {
    float: left;
    width: 100%;
    border-bottom: none;
  }
  .ncd_table td:before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
    margin-right: 10px;
    width: 120px;
  }
  .ncd_table td:nth-child(1):before {
    height: 5em;
  }
  .ncd_table tr:last-child td:last-child {
    border-bottom: 1px solid;
    border-color: rgba(39, 60, 116, 0.5);
  }

  /*** 心臓血管外科 ***/
  .pdf_specialty .link div {
    width: 100%;
    margin-bottom: 10px;
  }
  .pdf_specialty .link div:last-child {
    margin-bottom: 0;
  }

  /*** 循環器内科 ***/
  .department_overview {
    border-radius: 25px;
  }
  .department_overview .img {
    text-align: center;
  }
  .department_overview .img img {
    width: 145px;
    height: 170px;
    object-fit: cover;
    object-position: top;
  }

  .department_guide table {
    width: 100%;
    margin: 0;
  }
  table.foreign_table th,
  table.foreign_table td {
    font-size: 12px;
    line-height: 1.5;
    letter-spacing: 0;
  }

  .surgecy_article h3 {
    font-size: 16px;
  }
  .surgecy_article h4 {
    font-size: 20px;
  }
  .surgecy_article h4.surgecy_heading {
    font-size: 16px;
  }

  .surgecy_article .surgecy_img {
    display: block;
  }
  .surgecy_article .surgecy_img img {
    width: 90%;
  }

  p.ane {
    padding: 0 15px;
  }
  .department_guide h2.title {
    padding: 20px 10px;
  }

  /************************
  　医師紹介
  *************************/
  .doctor_inner article.sub_row.doctor_row {
    width: 90%;
  }
  .doctor_row h5 {
    font-size: 22px;
  }

  .main_disease .row,
  .doctor_row_box .img_graph,
  #recruit_doctor .hospital_description {
    width: 90% !important;
    margin: auto;
  }

  /************************
  　採用
  *************************/
  #recruit_doctor .recruit_doctor_head div:nth-of-type(1) .row_left,
  #recruit_doctor .recruit_doctor_head div:nth-of-type(1) .row_right {
    padding: 0.1em 0.5em;
  }
  .tel-box a {
    position: relative;
    padding-left: 1em;
  }
  .tel-box .fa-phone:before {
    position: absolute;
    left: 0;
    top: 5%;
    font-size: 25px;
  }
  #recruit_doctor .recruit_doctor_info table td {
    vertical-align: text-bottom;
  }
  #recruit_doctor .doctor_row_box .img .img-box.img_small {
    width: 50%;
    margin: auto;
    margin-top: 20px;
  }
  /************************
  　アクセス
  *************************/
  .car iframe {
    width: 100%;
    height: 250px;
  }
  .map_text h6 {
    position: relative;
    padding-left: 2em;
  }
  .map_text h6 .fa-phone::before {
    position: absolute;
    left: 0;
    top: 7px;
    font-size: 1.3em;
  }

  /************************
  　心臓ドッグのご案内
  *************************/
  .check h3 {
    padding: 15px 15px;
    line-height: 1.5;
  }
  .checkup_row h4 {
    padding: 10px 15px;
  }
  .checkup .check li {
    padding: 10px 0;
  }
  .check_row .img {
    text-align: center;
  }
  .rank h2.fee {
    font-size: 25px;
  }
  .rank h2.fee span {
    font-size: 33px;
  }

  /************************
  　かわぐち心臓・大動脈センター
  *************************/
  .dr_text {
    font-size: 14px;
  }
  .dr_sato .dr_text {
    margin: 5px 0;
  }

  /************************
  　低侵襲治療
  *************************/
  div.minimally p {
    margin: 10px 0;
  }
  div.minimally .minimally_p {
    margin-top: 60px;
  }
  div.minimally .width_img {
    width: 100%;
  }

  /************************
  　メディア
  *************************/
  .magazine_flex {
    width: 90%;
    margin: auto;
  }
  .magazine_flex .archive_block {
    order: 2;
  }
  .magazine_flex .magazine_block {
    order: 1;
  }
  .magazine_flex .archive_block,
  .magazine_flex .magazine_block {
    width: 100%;
  }
  .magazine_flex .magazine_img,
  .magazine_flex .magazine_summary {
    width: 100%;
  }
  .magazine_flex .magazine_img a {
    width: 200px;
    margin: auto;
  }
  .magazine_flex .archive_block {
    margin-right: 0;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .magazine_flex .archive_block ul li:after {
    top: 20px;
  }

  /************************
  　お問い合わせ
  *************************/
  .contact .tel {
    display: block;
    width: 90%;
  }

  .contact_table td {
    display: block;
    width: 100%;
    padding: 15px 0;
  }
  .contact_table td:nth-child(2) {
    padding: 10px 0;
  }
  .contact_table input[type="text"],
  .contact_table input[type="email"] {
    margin: 0;
    margin-bottom: 10px;
  }
  .contact table span {
    margin-left: 10px;
  }
}
/*　==================================
　　5Sサイズ
==================================　*/
@media screen and (max-width: 320px) {
  table.sp_menu_hour_table td {
    font-size: 90%;
  }

  .dr_text {
    font-size: 12.2px;
  }
  .dr_sato .dr_text {
    margin: 0px 0;
    top: -5px;
  }
}

/* 210113採用ページテーブル調整 */

.fixed_color {
  margin: 40px 0 15px 0;
}

.fixed_color tr td:first-of-type {
  background: #d4d8e3;
  width: 27%;
}
h3.bg-white {
  color: #204e79;
  background: #ffffffd1;
  margin-top: 40px;
}
/* ヘッダーボタン追加_210531 */
/* .header_contents .head-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.header_contents .head-wrap .head-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-basis: 200px;
  max-width: 200px;
  width: 100%;
}
.header_contents .head-wrap .head-btn a {
  display: block;
  margin: 2px 0px 3px;
  padding: 8px 0px;
  width: 200px;
  background-color: white;
  border: 2px solid #ff0038;
  border-radius: 100px;
  color: #ff0038;
  font-weight: bold;
  font-size: 14px;
  text-align: center;
}
.header_contents .txt-box.add-btn span.main,
.header_contents .txt-box.add-btn span.sub {
  float: initial;
}
.header_contents .txt-box.add-btn span.main {
  display: inline-block;
}
.header_contents .head-wrap {
  position: relative;
}
.header_contents .head-wrap::before {
  content: "";
  background-color: #a2a2a2;
  width: calc(100% - 175px);
  height: 1px;
  position: absolute;
  top: 10px;
  z-index: -1;
  right: 0;
}

@media screen and (max-width: 1100px) and (min-width: 770px) {
  .header_contents .head-wrap .head-btn {
    display: inline-block;
    padding: 4px;
    width: 100%;
    max-width: 320px;
    line-height: 1;
    flex-basis: initial;
  }
  .header_contents .head-wrap .head-btn a {
    width: 100%;
    padding: 4px 0px;
  }
  .header_contents .head-wrap::before {
    content: none;
  }
} */
@media screen and (max-width: 769px) {
  .top_sp .emergency .head-btn a {
    margin: 10px 5%;
    height: 40px;
    box-sizing: border-box;
    background-color: #fff;
    border: 2px solid #ff0038;
    border-radius: 100px;
    color: #ff0038;
    font-weight: bold;
    font-size: 12px;
    font-size: 0.76rem;
    line-height: 40px;
    display: block;
  }
}
/* 210531_TOPワクチン追加 */
.event-cont .event_contents.vaccine_info {
  padding: 60px 0 0;
}
.vaccine_info a:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
  -ms-filter: "alpha(opacity=50)";
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.vaccine_info a {
  display: block;
  width: 100%;
  max-width: 800px;
  margin: 0 auto 60px;
}
.vaccine_info .banner_vaccine {
  margin: 0px auto;
  display: block;
  width: 100%;
}
.vaccine_info p,
.vaccine_info li,
.vaccine_info table {
  font-size: 1.1rem;
}
.vaccine_info ul {
  padding-left: 0;
}
.vaccine_info ul li {
  margin-bottom: 0.5em;
  padding-left: 1em;
  text-indent: -1em;
}
.vaccine_info ul li:last-of-type {
  margin-bottom: 0;
}
.vaccine_info table tr td {
  background: none;
}
.vaccine_info li:before {
  content: "■";
  width: 1em;
  height: 1em;
  font-size: 1.1rem;
}
.vaccine_info .txt-red {
  color: #ff0038;
}
.vaccine_info .txt-bold_under {
  font-weight: bold;
  text-decoration: underline;
}
.vaccine_info .head-btn {
  text-align: center;
  display: block;
}
.vaccine_info .head-btn a {
  display: inline-block;
  margin: 25px auto 3px;
  padding: 8px;
  width: 200px;
  background-color: white;
  border: 2px solid #ff0038;
  border-radius: 100px;
  color: #ff0038;
  font-weight: bold;
  font-size: 1.1rem;
  text-align: center;
}
.vaccine_info .second_date > p {
  padding-left: 1em;
}
.vaccine_info .vaccine_date {
  border: 1px solid #a2a2a2 !important;
  padding: 20px;
  max-width: 680px;
  box-sizing: border-box;
  width: 100%;
}
.vaccine_info .vaccine_date td,
.vaccine_info .vaccine_date p {
  margin: 0;
  padding: 0;
  font-size: 1rem;
  line-height: 1.4;
}
.vaccine_info .vaccine_date .tb_wid1 {
  width: 9em;
}
.vaccine_info .vaccine_date .tb_wid2 {
  text-align: right;
  width: 9em;
}
.vaccine_info .tb_bold {
  font-weight: bold;
}
.vaccine_info .second_date .vaccine_date .mgr1em {
  margin-right: 1em;
}
.vaccine_info .second_date .vaccine_date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.vaccine_info .vaccine_date tr:first-of-type td:first-of-type {
  width: 8em;
}

@media screen and (max-width: 769px) {
  .vaccine_info .banner_vaccine {
    padding: 30px 0;
  }
  .vaccine_info p,
  .vaccine_info li,
  .vaccine_info table {
    font-size: 1rem;
  }
  .vaccine_info .vaccine_date tr:first-of-type td:first-of-type {
    display: block;
  }
  .vaccine_info .vaccine_date tr td:not(first-of-type) {
    display: inline-block;
  }
  .vaccine_info .vaccine_date .sp_none {
    display: none;
  }
  .vaccine_info .vaccine_date .tb_wid3 {
    text-align: right;
    width: 18.4em;
  }
}

/* 210929_TOPバナー追加 */
.banner-area > .flex-box:first-of-type {
  padding-bottom: 0;
}
.pdb60 {
  padding-bottom: 60px;
}
@media screen and (max-width: 769px) {
  .flex-box.sp_none {
    display: none !important;
  }
  .pdb60 {
    padding-bottom: 10px;
  }
  .mgt60 {
    margin-top: 60px;
  }
}

/* 211228_TOP修正 */
.banner-area.__top {
  margin-top: 20px;
  text-align: center;
  background-color: transparent;
}
@media screen and (max-width: 769px) {
  .banner-area.__top {
    margin: 60px auto 0;
    padding: 0;
  }
}

/* 220829_メニュー修正 */
ul.child li a {
  padding: 10px 5px;
}
ul.child {
  margin: 5px auto;
}
.ECMO_bnr a {
  width: 100%;
}
@media screen and (min-width: 770px) and (max-width: 1100px) {
  ul.child li a {
    font-size: 10px;
  }
  .header_contents .telbox .tel-box a {
    white-space: nowrap;
  }
}
@media screen and (min-width: 1100px) {
  .header_contents .telbox,
  .header_contents .sublink {
    width: 340px;
    width: 300px;
  }
  .header_contents .telbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    white-space: nowrap;
  }
  .header_contents .telbox .tel-box {
    width: 100%;
  }
  .header_contents .telbox .tel-txt-box {
    width: initial;
    text-align: right;
    display: inline-block;
  }
  .header_contents .telbox .tel-box a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .header-sub {
    width: 560px;
  }
}
/* 220920_マガジンページ修正 */
.magazine_area:not(:first-of-type) {
  margin-top: 60px;
}

.magazine_area .magazine_cate_ttl {
  margin-top: 0;
  font-size: 22px;
}
.magazine_area .magazine_cate_ttl:nth-of-type(n + 2) {
  margin-top: 50px;
}
.magazine_flex.pc_none {
  display: none;
}

@media screen and (max-width: 769px) {
  .magazine_area:not(:first-of-type) {
    margin-top: 40px;
  }
  .magazine_flex.pc_none {
    display: flex;
  }
  .magazine_flex .magazine_summary h3 {
    margin-top: 20px;
    font-size: 16px;
  }
}
table.foreign_table span {
  display: inline-block;
  line-height: 1.6;
  font-size: 11px;
}

/* 症例テンプレート用 */

.cases2025 {
  font-size: 16px;
  max-width: 780px;
  margin: auto;
}

.cases2025 a {
  text-decoration: underline;
}

.cases2025 h1 {
  background-color: rgb(0, 32, 96);
  color: #fff;
  padding: 20px 0px;
  font-size: 26px;
  letter-spacing: 6px;
  margin: 0 0 1.8em;
}

.cases2025 h2 {
  text-align: left;
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 1.6em;
}

.cases2025 h3 {
  position: relative;
  text-align: left;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 1.6em;
  padding-bottom: 5px;
  border-bottom: 2px solid #eee;
}

.cases2025 h3::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 7em;
  height: 2px;
  background-color: #aaa;
}

.cases2025 h4,
.cases2025 h5,
.cases2025 h6 {
  font-size: 20px;
  text-align: left;
  margin-top: 0;
  margin-bottom: 1.6em;
}

.cases2025 h4 {
  border-left: 0.5em solid #666;
  padding-left: 0.5em;
}

.cases2025 h5 {
  border-left: 0.5em solid #eee;
  padding-left: 0.5em;
  font-weight: normal;
}

.cases2025 h6 {
  font-style: oblique;
  color: #555;
  font-weight: normal;
}

.cases2025 .cases-fullwide {
  padding-bottom: 2em;
}

.cases2025 .cases-img33 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 30px;
  margin-bottom: 4em;
}
.cases2025 .cases-img33.right {
  flex-direction: row-reverse;
}

.cases2025 .cases-img33 img {
  width: 33.3%;
  height: auto;
}

.cases2025 .cases-img33.w50 img {
  width: 50%;
}

.cases2025 .cases-img33 .case-text {
  width: calc(66.6% - 30px);
  text-align: left;
  line-height: 1.8;
  color: #333;
}
.cases2025 .cases-img33.w50 .case-text {
  width: calc(50% - 30px);
}

.cases2025 p,
.cases2025 ul {
  color: #333;
  font-size: 16px;
  line-height: 1.8;
  text-align: left;
  margin-bottom: 4em;
}

.cases2025 ul,
.cases2025 ol {
  padding-left: 1em;
}

.cases2025 ul li {
  list-style: disc;
}

.cases2025 ol {
  counter-reset: number;
  text-align: left;
  line-height: 1.8;
  padding-left: 0;
  margin-bottom: 4em;
}

.cases2025 ol li {
  position: relative;
  padding-left: 1.6em;
}

.cases2025 ol > li::before {
  counter-increment: number;
  content: counter(number) ".";
  position: absolute;
  font-weight: bold;
  left: 0;
}

.cases2025 strong {
  color: #0a0a0a;
}

.cases2025 table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 4em;
}

.cases2025 table th {
  background-color: #f6f6f6;
}
.cases2025 table td {
  background-color: #fff;
}
.cases2025 table th,
.cases2025 table td {
  padding: 0.8em;
  border: 1px solid #ccc;
}

.cases2025 .caption {
  font-size: 14px;
  padding: 0.3em;
  text-align: center;
}

.cases2025 .btn {
  margin: 1.4em 0;
  width: 100%;
}
.cases2025 .btn.left {
  text-align: left;
}
.cases2025 .btn.center {
  text-align: center;
}
.cases2025 .btn.right {
  text-align: right;
}
.cases2025 .btn a.case-button {
  text-decoration: none;
  display: inline-block;
  padding: 0.3em 1.6em;
  border-radius: 6px;
  font-size: 15px;
  background: #001f60;
  color: #fff;
  line-height: 1.8;
}
.cases2025 .btn.is-large a.case-button{
  font-size: 130%;
  min-width: 30%;
}
.cases2025 .btn a.case-button:hover{
  opacity: 0.5;
}

@media screen and (max-width: 769px) {
  .cases2025 img {
    width: 100% !important;
    height: auto;
  }
  .cases2025 .cases-img33 {
    flex-direction: column;
  }
  .cases2025 .cases-img33.right {
    flex-direction: column-reverse;
  }
  .cases2025 .cases-img33 img,
  .cases2025 .cases-img33 .case-text {
    width: 100% !important;
    height: auto !important;
  }
}
