#mv_inner{
  background-image: url(./img/clinic/osaka/mv_osaka.jpg);
}
@media (max-width: 768px){
  #mv_inner{
    background-image: url(./img/clinic/osaka/sp/mv_osaka.jpg);
  }
}


.table_04{
  width: 100%;
  border-collapse: collapse;
}
.table_04 > tbody > tr > th,
.table_04 > tbody > tr > td{
  border-bottom: 1px solid #cadceb;
  padding: 1.5rem 0;
  line-height: 2;
  font-size: 18px;
}
.table_04 > tbody > tr > td a{
  font-weight: bold;
  color: #004faf;
  display: flex;
  align-items: center;
}
.table_04 > tbody > tr > td a::after{
  content: "▼";
  font-size: 12px;
  margin-left: 0.5rem;
}
.table_04 > tbody > tr:last-child > th,
.table_04 > tbody > tr:last-child > td{
  border-bottom: unset;
}
.table_04 > tbody > tr > th{
  white-space: nowrap;
  width: 20%;
}
.table_wrap{
  overflow-x: auto;
}
.table_03{
  width: 100%;
  max-width: 800px;
  font-size: 20px;
  font-weight: bold;
  border-collapse: collapse;
  white-space: nowrap;
  letter-spacing: 0.01em;
}
.table_03 th,.table_03 td{
  border: solid 1px #abc2d5;
  vertical-align: middle;
  padding: 1rem;
}
.table_03 th{
  width: 35%;
}
.table_03 td{
  text-align: center;
}
.table_03 .open{
  /* font-size: 30px; */
}
.table_03 .open{
  color: #98c4df;
}
.swiper {
  width: 100%;
}
.swiper-button-prev:after,
.swiper-button-next:after{
  display: none;
}
.swiper-button-prev,
.swiper-button-next {
	width: 56px;
	height: 56px;
	margin-top: -28px;
  background-repeat: no-repeat;
  background-size: contain;
}
.swiper-button-next {
	background-image: url(./img/com/icon_next.png);
}
.swiper-button-prev {
	background-image: url(./img/com/icon_next.png);
  transform: scale(-1, 1);
}
.swiper-button-prev, .swiper-rtl .swiper-button-next{
  left: 27%;
}
.swiper-button-next, .swiper-rtl .swiper-button-prev{
  right: 27%;
}
.slide_caption{
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 0;
  color: #fff;
  padding: 1rem;
  font-size: 18px;
  font-weight: bold;
  background-color: rgba(171, 194, 213, 0.8);
}
.swiper-slide::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(255, 255, 255, 0.5);
}
.swiper-slide-active::after{
	display: none;
}
.doctor_name{
  font-size: 36px;
  font-family: 'Noto Serif', serif;
  color: #004faf;
  margin-bottom: 50px;
}
.doctor_name span{
  font-family: 'Noto Sans', sans-serif;
  color: #555555;
  font-size: 16px;
  margin-left: 1rem;
}
.career_block{
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}
.career_block ul{
  margin-bottom: 40px;
}
.career_block ul li{
  font-size: 18px;
  padding: 1rem 0;
  border-bottom: solid 1px #cadceb;
}
.career_block > div{
  width: 60%;
}
.career_block > figure{
  width: 30%;
}
.g_map{
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 40%;
  margin-bottom: 50px;
}
.g_map iframe{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.access_info{
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
.access_info > ul{
  width: calc(50% - 3%);
  line-height: 2;
}
.access_info > ul li{
  margin-bottom: 1rem;
}
@media (max-width: 1500px){
  .swiper-button-prev,
  .swiper-button-next {
    width: 3.7vw;
    height: 3.7vw;
    margin-top: -1.8vw;
  }
}
@media (max-width: 1200px){
  .table_03 th,.table_03 td{
    padding: 2%;
  }
  .table_03{
    font-size: 1.6vw;
  }
  .table_03 .open{
    font-size: 2.5vw;
  }
}
@media (max-width: 1000px){
  .table_04 > tbody > tr > th,
  .table_04 > tbody > tr > td{
    font-size: 15px;
    line-height: 1.5;
    display: block;
    width: 100%;
  }
  .table_04 > tbody > tr > th{
    border-bottom: unset;
    padding: 3% 0 2%;
  }
  .table_04 > tbody > tr > td{
    padding: 0 0 3%;
  }
}
@media (max-width: 768px){
  .table_03{
    font-size: 12px;
  }
  .table_03 .open{
    font-size: 12px;
  }
  .swiper-button-prev, .swiper-rtl .swiper-button-next{
    left: 13%;
  }
  .swiper-button-next, .swiper-rtl .swiper-button-prev{
    right: 13%;
  }
  .swiper-button-prev,
  .swiper-button-next {
    width: 7.2vw;
    height: 7.2vw;
    margin-top: -3.6vw;
  }
  .slide_caption{
    padding: 0.5rem;
    font-size: 15px;
  }
  .doctor_name{
    font-size: 26px;
    text-align: center;
    margin-bottom: 5%;
  }
  .doctor_name span{
    font-size: 12px;
    display: block;
    margin-left: 0;
    margin-top: 0.5rem;
  }
  .career_block{
    display: block;
  }
  .career_block ul li{
    font-size: 15px;
    padding: 3% 0;
  }
  .career_block > div{
    width: 100%;
  }
  .career_block > figure{
    width: 100%;
    text-align: center;
    margin-bottom: 5%;
  }
  .career_block ul{
    margin-bottom: 10%;
  }
  .g_map{
    margin-bottom: 5%;
  }
}
@media (max-width: 480px){
  .table_04 > tbody > tr > th,
  .table_04 > tbody > tr > td{
    font-size: 13px;
  }
  .table_04 > tbody > tr > td a::after{
    font-size: 10px;
    margin-left: 2%;
  }
  .table_03{
    font-size: 10px;
  }
  .doctor_name{
    font-size: 18px;
  }
  .career_block > figure{
    width: 75%;
    margin: 0 auto 5%;
  }
  .g_map{
    padding-top: 45%;
  }
  .access_info{
    display: block;
  }
  .access_info > ul{
    width: 100%;
    line-height: 1.5;
  }
  .access_info > ul li{
    margin-bottom: 0.5rem;
    font-size: 13px;
  }
}

.table_03{
  width: 100%;
  font-weight: bold;
  border-collapse: collapse;
  white-space: nowrap;
  letter-spacing: 0.01em;
}
.table_03 th,.table_03 td{
  border: solid 1px #abc2d5;
  vertical-align: middle;
  padding: 0.8rem;
}
.table_03 th{
  width: auto;
  text-align: center;
}
.row_01 th{
  text-align: center;
}
.row_02 td{
  min-width: 20px;
}
@media (max-width: 1700px){
  .table_03{
    font-size: 1.1vw;
  }
  .table_03 th,.table_03 td{
    padding: 0.8rem 0.5rem;
  }
  .table_03 .open{
    font-size: 1.1vw;
  }
}
@media (max-width: 1200px){
  .table_03{
    font-size: 1.6vw;
  }
  .table_03 th{
    text-align: center;
  }
  .table_03 th,.table_03 td{
    padding: 0.8rem;
  }
  .table_03 .open{
    font-size: 1.6vw;
  }
}
@media (max-width: 768px){
  .table_03{
    font-size: 11px;
  }
  .table_03 .open{
    font-size: 12px;
  }
  .table_03 th,.table_03 td{
    padding: 0.8rem 0.4rem;
  }
}
@media (max-width: 480px){
  .table_03{
    font-size: 10px;
  }
  .table_03 th,.table_03 td{
    padding: 0.8rem 0.4rem;
  }
}