@charset "utf-8";
/*個別ページCSS*/
/*医師紹介*/
.doctor .div_doctor .top_box figure, .greet .div_doctor .top_box figure {
  flex: 0 0 33%;
}
.doctor .div_doctor .top_box p, .greet .div_doctor .top_box p {
  flex: 0 0 67%;
  text-align: justify;
}
.doctor .div_doctor figure img, .greet .div_doctor figure img {
  border-radius: 10px;
}
.doctor .div_doctor .top_box figcaption, .greet .div_doctor .top_box figcaption {
  color: var(--brown);
  font-weight: 800;
  font-size: 18px;
}
.doctor .div_doctor .top_box figcaption .fs, .greet .div_doctor .top_box figcaption .fs {
  margin-right: .5em;
}
/*診療案内*/
.treat .sec_treat {
  margin-top: 0;
}
/*シャトルバス*/
.bus .div_onegai,
.esthetic-care .aesthetic {
  counter-reset: number;
  padding: 0;
}
.bus .div_onegai .title04,
.esthetic-care .aesthetic .title04 {
  position: relative;
}
.bus .div_onegai .title04::before,
.esthetic-care .aesthetic .title04::before {
  counter-increment: number;
  content: counter(number);
  font-size: 0.8em;
  width: 1.5em;
  height: 1.5em;
  line-height: 1.2em;
  text-align: center;
  font-weight: bold;
  border-radius: 100vh;
  color: #fff;
  background: var(--primary);
  display: inline-block;
  margin-right: 0.3em;
  position: absolute;
  top: 0px;
  left: 0;
}
.bus .dl03 > dt {
  width: 150px;
}
.bus .dl03 > dd {
  width: calc( 100% - ( 150px + 1em ) );
}
.bus .div_map {
  height: 500px;
}
.bus .div_map img {
  width: 50px;
}
.bus .stop_con .title04 {
  padding-left: 40px;
}
.bus .stop_con .title04::before {
  top: -8px;
  width: 40px;
  height: 40px;
  margin: auto;
  border: none;
  border-radius: 0;
  box-sizing: border-box;
  background-size: contain;
  background-repeat: no-repeat;
}
.bus #sonoda .title04::before {
  background-image: url(../img/bus/ic_bus01.png);
}
.bus #tukaguti .title04::before {
  background-image: url(../img/bus/ic_bus02.png);
}
.bus #amagasaki .title04::before {
  background-image: url(../img/bus/ic_bus03.png);
}
.bus #jr-tukaguti .title04::before {
  background-image: url(../img/bus/ic_bus04.png);
}
.bus .ul_notice .bgcp_bg01 {
  width: 50px;
  display: inline-block;
  margin-right: 5px;
  background-clip: var(--primary_bg01);
  border: 1px solid var(--line);
}
.bus .sec_app .ic_application {
	max-width: 350px;
    margin: 0 auto 30px;
}
.bus .sec_app .text_box a img {
  padding: 3%;
  /* margin-bottom: 20px; */
  width: 100%;
  max-width: 400px;
}
/*施設案内*/
.facility .col_30 figure {
  position: relative;
  margin-bottom: 1em;
}
.facility .col_30 .text_st04 {
  -ms-writing-mode: inherit;
  writing-mode: inherit;
  background-color: rgb(255 255 255 / 80%);
  padding: 3px 10px;
  border-radius: 0 10px;
  top: auto;
  right: auto;
  bottom: 0;
  left: 0;
  line-height: normal;
}
.facility .col_30 figure img {
  border-radius: 10px;
}
/*検診*/
.exam .table01 {
  max-width: 500px;
}
/*産後ケア*/
.postnatal .modal-box .table01 tbody td:not(.tc) {
  text-align: right;
}
.postnatal .modal-box .table01 th,
.postnatal .modal-box .table01 td {
  vertical-align: middle;
  padding: .75em;
}
.postnatal .con > .topics01 {
  background-color: rgba(255, 255, 255, 0.8);
}
.postnatal .con > .topics01 .headline {
  margin-bottom: 15px;
}
.postnatal .con > .topics01 ul li span {
  font-weight: bold;
}
.postnatal .con > .topics01 ul li + li {
  margin-top: 10px;
}
.postnatal .con > .topics01 ul li dl dt {
  font-weight: bold;
  clear: both;
  float: left;
  width: 165px;
}
.postnatal .con > .topics01 ul li dl dd {
  display: flow-root;
}
.postnatal .dl01 .sub_item_box {
	border: none;
	padding: 0;
}
.postnatal .dl01 .sub_item_box .sub_item_list {
    max-width: none;
}
/*無痛*/
#painless .table02 {
  border-top: 1px solid var(--line);
}
#painless .table02 + .table02 {
  border-top: none;
}
#painless .table02 th, #painless .table02 td {
  border-top: none;
  border-left: none;
  border-right: 1px dotted var(--brown);
  border-bottom: 1px solid var(--primary_bg01);
}
#painless .table02 td {
  text-align: center;
  border-right: none;
}
#painless .table02 tr:first-child th {
  width: 75%;
}
#painless .table02 tr:last-child th, #painless .table02 tr:last-child td {
  border-bottom: 1px solid var(--line);
}
#painless .table02 th.text_st01, #painless .table02 td.text_st01 {
  background-color: var(--primary_bg01);
  border-bottom: 1px solid var(--brown);
}
#painless .table02 .text_st01 {
  font-size: 16px;
}
#painless .table02 .notes {
  font-size: 14px;
}
#painless .table02 th.list {
  padding-left: 26px;
  position: relative;
}
#painless .table02 th.list::before {
  content: "";
  width: 5px;
  height: 5px;
  background-color: var(--primary);
  position: absolute;
  border-radius: 5px;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 14px;
}
#painless .im_results {
  display: block;
  width: 100%;
  max-width: 700px;
  margin: auto;
}
/*NIPT*/
.nipt .sec_record .col_50 {
  margin: 0 auto 30px;
}
.nipt .sec_record .col_50 figure {
  border: 1px solid var(--line);
  margin-top: 30px;
}
/*入院のについて*/
.hospitalization .ul_instagram li .ic_meal {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50%;
  height: auto;
}
.hospitalization .table01 {
  min-width: 750px;
}
.hospitalization .table01 thead th:first-child {
  width: 7.5em
}
.hospitalization .table01 thead th:not(:first-child) {
  width: calc((100% - 7.5em) / 5); 
}
/* 分娩予約 */
.table_deli {
    width: 100%;
    border-collapse: collapse;
    font-size: 16px;
}
.table_deli thead {
	background-color: #FFF3F2;
	color: #333333;
	background: var(--primary);
	
}
.table_deli th,
.table_deli td {
	text-align: center;
    vertical-align: middle;
    font-weight: bold;
}
.table_deli td {
	padding: 3px;
}
.table_deli th {
	border-bottom: 1px solid var(--line);
	border-right: 1px solid var(--line);
	padding: .5em;
	color: var(
	--brown);
}
.table_deli tbody tr td {
	font-weight: bold;
}
.table_deli tbody tr:nth-child(2) td{
	border-bottom: 1px dashed var(--line);
}
.table_deli tbody tr:nth-child(3) td {
border-bottom: 1px solid var(--line);
}
.table_deli tbody tr:nth-child(2) td:nth-child(2n),
.table_deli tbody tr:nth-child(3) td:nth-child(2n +1) {
    border-right: 1px solid var(--line);
    background: #f0f0f8;
}
.table_deli tbody tr:nth-child(2) td:nth-child(2n + 1),
.table_deli tbody tr:nth-child(3) td:nth-child(2n) {
    background: #f8f0f0;
    border-right: 1px solid var(--line);
}
/*採用情報*/
.table_recruit {
  width: 100%;
  font-size: 15px;
}
.table_recruit th, .table_recruit td {
  vertical-align: middle;
  border: 1px solid var(--line);
  padding: 10px;
}
.table_recruit th {
  width: 17%;
}
@media (min-width:1025px) {
  .doctor .doctor_wrap, .greet .doctor_wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .doctor .div_doctor, .greet .div_doctor {
    font-size: 14px;
  }
  .doctor .div_doctor:nth-of-type(n+3) {
    margin-top: 4%;
  }
  .doctor .sec_anesth .div_doctor .top_box figure, .greet .div_doctor .top_box figure {
    flex: 0 0 15%;
  }
  .doctor .sec_anesth .div_doctor .top_box p, .greet .div_doctor .top_box p {
    flex: 0 0 85%;
  }
	.postnatal .dl04 > dt {
    width: 10em;
}
}
@media (max-width:1024px) {
  .doctor .div_doctor:not(:first-of-type) {
    margin-top: 50px;
  }
  .hospitalization .table01 th,
  .hospitalization .table01 td {
    padding: .75em;
    font-size: 14px;
  }
}
@media (min-width: 769px) {
  .doctor .div_doctor .top_box p, .greet .div_doctor .top_box p {
    padding-left: 1em;
  }
  .bus .stop_con .text_box {
    flex: 0 0 30%;
  }
  .bus .stop_con > figure {
    flex: 0 0 68%;
  }
  .nipt .nipt01_box > p {
    flex: 0 0 60%;
  }
  .nipt .nipt01_box > figure {
    flex: 0 0 30%;
  }
  .nipt .link_con a {
    width: auto;
    padding: 6px 5%;
  }
}
@media (max-width: 768px) {
  /*医師紹介*/
  .doctor .div_doctor .top_box figure, .greet .div_doctor .top_box figure {
    text-align: center;
  }
  .doctor .div_doctor .top_box figcaption, .greet .div_doctor .top_box figcaption {
    font-size: 20px;
    padding: 1em 0;
  }
  /*旧病院概要*/
  /*診療時間*/
  .clinic .sec_schedule .dl03 > dt,
  .schedule .sec_schedule .dl03 > dt{
    width: 60px;
  }
  .clinic .sec_schedule .dl03 > dd,
  .schedule .sec_schedule .dl03 > dd {
    width: 100%;
  }
  .clinic .sec_schedule .table_schedule th,
  .clinic .sec_schedule .table_schedule td,
  .schedule .sec_tantu .table_schedule th,
  .schedule .sec_tantu .table_schedule td{
    padding: 10px 3px;
  }
  .schedule .sec_tantu .table_schedule tbody td {
    line-height: 1.5;
  }
  .clinic .sec_medical .col_50 .right {
    margin-top: 30px;
  }
  .clinic .sec_access .col_50 .left {
    margin-bottom: 30px;
  }
  .clinic .sec_schedule .table_schedule {
    font-size: 14px;
  }
  /*施設案内*/
  .facility .col_30 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .facility .col_30 > figure {
    flex: 0 0 49%;
  }
  .facility .col_30 .text_st04 {
    font-size: 16px;
  }
/* アクセス */
#access .sec_access .flex .left {
margin-bottom: 30px;
}
  /*シャトルバス*/
  .bus .stop_con > figure {
    margin-top: 30px;
    padding: 10px;
  }
  .bus .sec_app .text_box a img {
    margin-left: auto;
    margin-right: auto;
  }
  /*産後ケア*/
  .postnatal .modal-box .table01 thead th:first-of-type {
    width: 10em;
  }
  .postnatal .modal-box .table01 thead th:not(:first-of-type) {
    width: calc( ( 100% - 10em ) / 3 );
  }
  .postnatal .con > .topics01 ul li dl dt {
    display: block;
    float: none;
    width: 100%;
  }
  /*無痛*/
  #painless .table02 th, #painless .table02 td, #painless .table02 .text_st01 {
    display: table-cell;
    width: 48%;
    font-size: 14px;
  }
  #painless .table02 th {
    background-color: unset;
  }
  #painless .table02 tr:first-child th {
    width: 52%;
  }
  /*NIPT*/
  .nipt .nipt01_box > figure {
  text-align: center;
    }
  .nipt .sec_nipt .link01 {
    letter-spacing: -.2px;
  }
  /*採用情報*/
  .mob_scroll {
	width: 100%;
  }
  .table_recruit {
    min-width: 600px;
    font-size: 14px;
  }
  .table_recruit th {
    width: 12%;
  }
}
@media (min-width: 481px){
  .exam-class .table02 th,
  .exam .table02 th{
    width: 60%;
  }
}
@media screen and (max-width: 480px) {
  .bus .sec_app .topics02 .link01 {
    width: 100%;
  }
  .bus .sec_app .text_box a img {
    margin-bottom: 10px;
  }
  .postnatal .modal-box .table01 th,
  .postnatal .modal-box .table01 td {
    padding: .5em;
  }
	.table_deli th {
    padding: 3px;
}
}
@media (max-width: 380px) {
  .postnatal .modal-box .table01 th,
  .postnatal .modal-box .table01 td {
    font-size: 12px;
  }
}
