@charset "utf-8";
/*contents*/
/*----------------------------------------------*/
.sampletxt {
  font-weight: 700;
  color: #ff7b7b;
  border-radius: 3px;
}
.sampletxt::before {
  content: "※";
}
/*----------------------------------------------*/
main .con h3 {
  width: 100%;
  font-size: 3.0rem;
  text-align: left;
  line-height: 1.4;
  background: url(../img/common/deco_h3.svg) no-repeat left/auto;
  padding-left: 50px;
}
main .con h3 > span {
  display: block;
  font-size: 1.8rem;
  font-weight: 600;
  font-style: italic;
  font-family: "Cormorant Garamond","Noto Serif JP", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  margin-top: 0;
}
main .con h3 > span::after {
  content: "";
  width: 70px;
  height: 1px;
  background-color: var(--text);
  position: absolute;
  top: 3px;
  bottom: 0;
  margin: auto auto auto 10px;
}
main .con h3 .count {
  display: inline-block;
  font-size: 1.4rem;
  font-family: "Noto Serif JP", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  margin-top: 0;
  margin-left: 5px;
}
.div_h4 {
  margin-bottom: 60px;
}
.div_h4:last-of-type {
  margin-bottom: 0;
}
.div_h4 h4 {
  font-size: 2.05rem;
  font-weight: 500;
  line-height: 1.4;
  border-bottom: 2px solid var(--colorBg2);
  padding-bottom: 8px;
  margin-bottom: 20px;
  position: relative;
}
.div_h4 h4::before {
  content: "";
  width: 20%;
  height: 2px;
  background: var(--primary);
  position: absolute;
  bottom: -2px;
  left: 0;
  z-index: 1;
}
h5 {
  width: 100%;
  font-size: 1.65rem;
  font-weight: 500;
  color: var(--link1);
  border-bottom: 1px dotted;
  padding: 3px 0;
  margin-bottom: 10px;
}
h6 {
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--primary);
}
.div_topics {
  background-color: var(--sub3);
  padding: 20px 30px;
}
.div_topics .headline {
  font-size: 1.65rem;
  font-weight: 700;
  margin-bottom: 5px;
}
.sign {
  font-size: 1.4rem;
  text-align: right;
}
.caption {
  font-size: 1.4rem;
  font-weight: 500;
  text-align: center;
  color: var(--sub1);
}

/*teladoc health*/
.teladoc_health section .con h3, .meal section .con h3, .nicu section .con h3, .family_stay section .con h3 {
  font-size: 3.4rem;
  font-weight: 500;
  font-family: "Noto Serif JP", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  background: none;
  padding-left: 0;
}
.teladoc_health section img, .meal .sec_meal .div_h4 img, .nicu .sec_nicu .div_h4 img, .family_stay .sec_family_stay .div_h4 img {
  display: block;
  width: 100%;
  max-width: fit-content;
  margin: 25px auto 0;
}
.teladoc_health section h4, .meal section .div_h4 h4, .nicu section .div_h4 h4, .family_stay section .div_h4 h4 {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 10px;
}
.teladoc_health section h4::before, .meal section .div_h4 h4::before, .nicu section .div_h4 h4::before, .family_stay section .div_h4 h4::before {
  display: none;
}
.teladoc_health section .text_st01, .meal section .div_h4 .text_st01, .nicu section .div_h4 .text_st01, .family_stay section .div_h4 .text_st01 {
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1.4;
}

/*meal*/
.meal .sec_meal h3, .nicu .sec_nicu h3, .family_stay .sec_family_stay h3 {
  margin-bottom: -100px;
  position: relative;
}
.meal section img, .nicu section img, .family_stay section img {
  width: 100%;
}
.meal section h5 {
  font-size: 1.6rem;
  color: var(--text);
  border-top: 1px solid;
  border-bottom: none;
  position: relative;
}
.meal section h5::before, .meal section h5::after {
  content: "";
  width: 100%;
  height: 1px;
  background-repeat: repeat-x;
  position: absolute;
  bottom: 0;
  left: 0;
}
.meal section h5::before {
  background-image: linear-gradient(to right, var(--text), var(--text) 30px, transparent 30px, transparent 60px);
  background-size: 60px 1px;
}
.meal section h5::after {
  background-image: linear-gradient(to left, var(--text) 1px, transparent 1px);
  background-size: 3px 1px;
}
.meal .sec_meal .link01, .family_stay .sec_family_stay .link01 {
  margin: auto;
}

/*family_stay*/
.family_stay .sec_family_stay .div_h4 img + img {
  margin-top: 10px;
}

/*obstetrics*/
.obstetrics .sec_checkup .table01 th {
  width: 200px;
}
.obstetrics .sec_checkup .link01, .gynecology .sec_exam .link01 {
  margin-top: 60px;
}
.obstetrics .sec_umbilical .ul01 a {
  display: block;
  width: fit-content;
}
.obstetrics .sec_umbilical a img {
  display: block;
  width: auto;
  height: 70px;
}
.obstetrics .sec_induced .div_topics .keyBox, .hospi .sec_deli .keyBox, .hospi .sec_hospi .keyBox, .postpartum .sec_about .div_topics .keyBox {
  font-size: 1.4rem;
  padding-bottom: 12px;
}
.obstetrics .sec_induced .div_topics .keyBox a, .hospi .sec_deli .keyBox a, .hospi .sec_hospi .keyBox a, .postpartum .sec_about .div_topics .keyBox a {
  font-size: 2.2rem;
  font-weight: 600;
  color: var(--text);
  margin-left: 5px;
}
.obstetrics .sec_induced .div_topics .keyBox .p_notice, .hospi .sec_deli .keyBox .p_notice, .hospi .sec_hospi .keyBox .p_notice, .postpartum .sec_about .div_topics .keyBox .p_notice {
  font-size: 1.3rem;
  line-height: 1.4;
  color: var(--text);
}
.obstetrics .sec_induced .div_topics .keyBox .p_notice .red {
  font-size: 1.4rem;
}

/*hospitalization*/
.hospi .sec_deli .img_deli, .hospi .sec_hospi .img_meal, .hospi .sec_return .img_return, .hospi .sec_present .img_present, .postpartum .sec_about .img_postpartum, .class .sec_class .img_class {
  float: right;
  display: block;
  max-width: 300px;
  border-radius: 3px;
  margin-left: 30px;
  margin-bottom: 20px;
}
.hospi .sec_deli p a:not(.bt_tel), .hospi .sec_hospi .div_h4 p a {
  font-weight: 500;
  line-height: 1;
  border-bottom: 1px solid;
  margin: 0 3px;
}
.hospi .sec_hospi .flow, .first .sec_flow ul:not(.ul01) {
  border-top: 1px solid var(--colorBg2);
}
.hospi .sec_hospi .flow > li, .first .sec_flow ul:not(.ul01) > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid var(--colorBg2);
  padding: 15px 0;
}
.hospi .sec_hospi .flow > li > img, .first .sec_flow ul > li > img {
  width: 180px;
  height: 100%;
  border-radius: 3px;
}
.hospi .sec_hospi .flow > li > .item, .first .sec_flow ul:not(.ul01) > li > .item {
  width: 100%;
  padding-left: 30px;
}
.hospi .sec_hospi .flow > li p:not(.keyBox), .first .sec_flow ul > li .fw5 {
  padding-left: 35px;
  margin-bottom: 0;
  position: relative;
}
.hospi .sec_hospi .flow > li p span:not(.p_notice), .first .sec_flow ul > li .fw5 span {
  width: 25px;
  height: 25px;
  line-height: 1.3;
  text-align: center;
  font-weight: 700;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  color: var(--border1);
  background-color: var(--sub2);
  border: 1px solid var(--text);
  border-radius: 100%;
  position: absolute;
  top: 2px;
  left: 0;
}
.hospi .sec_hospi .flow .keyBox {
  margin-left: 35px;
}
.hospi .sec_hospi .div_topics .ul01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-flow: wrap;
}
.hospi .sec_hospi .div_topics .ul01 > li {
  margin-top: 0;
  margin-right: 20px;
}
.hospi .sec_hospi .flex {
  justify-content: flex-start;
  margin-bottom: 10px;
}
.hospi .sec_hospi .flex img {
  width: calc(100%/3 - 5px);
  margin-right: 5px;
}
.hospi .sec_hospi .dl01 dt {
  width: 130px;
}
.hospi .sec_hospi .div_topics .headline, .postpartum .sec_about .div_topics .headline {
  font-size: 1.8rem;
  font-family: "Noto Serif JP", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  margin: 15px 0;
}
.hospi .sec_hospi .div_topics .headline span, .postpartum .sec_about .div_topics .headline span {
  font-size: 1.25rem;
  font-family: "Open Sans", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  color: #fff;
  background-color: var(--text);
  border-radius: 30px;
  padding: 3px 15px;
  margin-right: 12px;
  position: relative;
  top: -3px;
}
.hospi .sec_hospi .div_topics .headline ~ .ul01 > li {
  width: 100%;
  margin-right: 0;
}
.hospi .sec_hospi .div_topics .headline ~ .ul01 > li + li {
  margin-top: 12px;
}
.hospi .sec_hospi #meal {
  padding-top: 120px;
  margin-top: -120px;
}
.hospi .sec_hospi #meal h5 {
  clear: both;
}
.hospi .sec_hospi .table01 th {
  width: 200px;
}
.hospi .sec_return .div_h4, .hospi .sec_present .div_h4, .postpartum .sec_about .div_h4:first-of-type {
  clear: both;
  margin-top: 40px;
}
.hospi .sec_return .link01 {
  width: calc(100% - 330px);
  max-width: 335px;
}

/*postpartum*/
.postpartum .sec_about .table01 .ul_notice li {
  text-align: left;
}
.postpartum .sec_about .table01 .ul01 li + li {
  margin-top: 0;
}

/*doctor*/
.doctor .sec_greet p {
  margin-bottom: 20px;
}
.doctor .sec_greet p:last-of-type {
  margin-bottom: 0;
}
.doctor section .prof, .class .sec_aroma .prof {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.doctor .sec_doctor .prof {
  border-bottom: 1px solid var(--colorBg2);
  padding-bottom: 40px;
  margin-bottom: 35px;
}
.doctor section .prof img, .class .sec_aroma .prof img {
  display: block;
  max-width: 200px;
  height: 100%;
  border-radius: 3px;
}
.doctor section .prof > div, .class .sec_aroma .prof > div {
  width: calc(100% - 200px);
  padding-left: 40px;
}
.doctor section .prof .name, .class .sec_aroma .prof .name {
  font-size: 2.2rem;
  font-weight: 600;
  font-family: "Noto Serif JP", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  line-height: 1.5;
  margin-bottom: 15px;
}
.doctor section .prof .name span, .class .sec_aroma .prof .name span {
  font-size: 1.5rem;
  font-weight: 500;
  font-family: "Open Sans", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  vertical-align: bottom;
  color: var(--border1);
  margin-right: 15px;
}
.doctor section .prof .comment {
  font-size: 1.5rem;
  margin-bottom: 20px;
}
.doctor section .prof .ul01 > li, .class .sec_aroma .prof .ul01 > li {
  font-size: 1.5rem;
}
.doctor section .prof .ul01 > li + li, .class .sec_aroma .prof .ul01 > li + li {
  margin-top: 3px;
}
.doctor .sec_sche .dl01 > dt {
  width: 115px;
}
.doctor .sec_sche .dl01 > dt span {
  display: none;
}
.doctor .sec_sche .dl01 > dd, .doctor .sec_sche .dl01 > dd * {
  word-break: normal;
  text-align: left;
}
.doctor .sec_sche .dl01 > dd span {
  margin-right: 15px;
}
.doctor .sec_sche .table01 th, .doctor .sec_sche .table01 td {
  padding: 12px 10px;
}
.doctor .sec_sche .table01 td {
  text-align: center;
}
.doctor .sec_sche .table01 thead th:first-child {
  width: 12%;
}
.doctor .sec_sche .table01 thead th:nth-child(2) {
  width: 10%;
}
.doctor .sec_sche .table01 thead th:nth-child(n+3) {
  width: calc(100%/8);
}
.doctor .sec_sche .table01 td.holiday {
  color: var(--border2);
}
.doctor .sec_sche .table01 td.doc_u {
  font-weight: 600;
  color: var(--sub1);
}
.doctor .sec_sche .table01 td.doc_y {
  font-weight: 500;
  color: var(--primary);
}
.doctor .sec_sche .table01 td.child {
  font-weight: 500;
  color: var(--textlink);
}
.doctor .sec_sche .table01 td.fw6, .doctor .sec_sche .ul_notice li.fw6 {
  color: var(--link1);
}
.doctor .sec_sche .ul_notice li.fw6::before {
  content: "★";
}

/*class*/
.class section .table01 th {
  width: 170px;
}
.class .sec_aroma .table01 {
  margin-bottom: 30px;
}
.class .sec_aroma .prof img {
  max-width: 120px;
  padding-left: 20px;
}
.class .sec_aroma .prof > div {
  width: calc(100% - 120px);
}
.class .sec_aroma .prof .name {
  font-size: 1.8rem;
}

/*topics*/
.topics .sec_topics ul:not(.page-numbers), .topics .sec_topics ul:not(.page-numbers) li:last-child {
  margin-bottom: 0;
}
.topics .sec_topics ul:not(.page-numbers) {
  padding-bottom: 40px;
}
.topics .sec_topics ul:not(.page-numbers) li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-flow: wrap;
  align-items: baseline;
  padding-top: 120px;
  margin-top: -120px;
  margin-bottom: 70px;
  position: relative;
}
.topics .sec_topics ul:not(.page-numbers) li::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: var(--border1);
  position: absolute;
  bottom: -40px;
}
.topics .sec_topics ul:not(.page-numbers) li * {
  z-index: 8;
}
.topics .sec_topics ul:not(.page-numbers) li .date, .topics .sec_topics ul:not(.page-numbers) li p {
  display: block;
  font-size: 1.5rem;
}
.topics .sec_topics ul:not(.page-numbers) li .date {
  width: 110px;
  font-weight: 500;
  color: var(--primary);
  margin-bottom: 0;
}
.topics .sec_topics ul:not(.page-numbers) li .title {
  width: calc(100% - 110px);
  font-size: 1.8rem;
  font-weight: 500;
  margin-bottom: 0;
}
.topics .sec_topics ul:not(.page-numbers) li .post {
  width: 100%;
  margin-top: 20px;
}
.topics .sec_topics .pagination ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-start;
  margin-top: 30px;
}
.topics .sec_topics .pagination ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}
.topics .sec_topics .pagination ul li * {
  width: 30px;
  height: 30px;
  font-size: 1.5rem;
  font-weight: 700;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  line-height: 1.8;
  text-align: center;
  color: var(--border1);
  background-color: var(--sub2);
  border: 1px solid var(--text);
  border-radius: 100%;
}
.topics .sec_topics .pagination ul li a:hover, .topics .sec_topics .pagination ul li .current {
  background-color: var(--text);
  color: #fff;
}
.topics .sec_topics .pagination ul li .next, .topics .sec_topics .pagination ul li .prev, .topics .sec_topics .pagination ul li .dots {
  line-height: 1.5;
  background-color: unset;
  border: none;
}
.topics .sec_topics .pagination ul li .next, .topics .sec_topics .pagination ul li .prev {
  font-size: 2.0rem;
}
.topics .sec_topics .pagination ul li .next:hover, .topics .sec_topics .pagination ul li .prev:hover {
  background-color: unset;
  color: var(--primary);
}

/*first*/
.first .sec_flow ul .flex {
  display: flex;
  margin-top: 10px;
}
.first .sec_flow ul .flex .left {
  width: 43%;
}
.first .sec_flow ul .flex .right {
  width: 55%;
}
.first .sec_flow ul .flex .link01 {
  width: 100%;
  text-align: center;
  pointer-events: auto;
  padding: 8px 35px 8px 15px;
  margin-bottom: 8px;
}
.first .sec_flow ul .p_notice {
  font-size: 1.3rem;
  line-height: 1.4;
}
.first .sec_qa h3 + .qa {
  border-top: 1px solid var(--colorBg2);
}
.first .sec_qa .qa {
  font-size: 1.5rem;
  border-bottom: 1px solid var(--colorBg2);
  margin-bottom: 0;
}
.first .sec_qa .qa dt {
  font-weight: 500;
  padding: 15px 35px 15px 0;
  cursor: pointer;
  position: relative;
}
.first .sec_qa .qa dt::before, .first .sec_qa .qa dt::after {
  content: "";
  width: 15px;
  height: 1px;
  background-color: var(--border1);
  margin: auto 0;
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  transition: .3s;
}
.first .sec_qa .qa dt::after {
  transform: rotate(90deg);
}
.first .sec_qa .qa dt.is-open::before {
  transform: rotate(180deg);
}
.first .sec_qa .qa dt.is-open::after {
  transform: rotate(180deg);
  opacity: 0;
}
.first .sec_qa .qa dd {
  display: none;
  padding-bottom: 15px;
}
.first .sec_first .con > p {
  margin-bottom: 20px;
}
.first .sec_first .div_h4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 40px;
}
.first .sec_first .div_h4:last-of-type {
  margin-bottom: 0;
}
.first .sec_first .div_h4 > img {
  width: 20%;
  height: 100%;
}
.first .sec_first .div_h4:nth-of-type(2n+1) > img {
  order: 2;
}
.first .sec_first .div_h4 img + div {
  width: 80%;
  padding-left: 40px;
}
.first .sec_first .div_h4:nth-of-type(2n+1) img + div {
  order: 1;
  padding-left: 0;
  padding-right: 30px;
}
.first .sec_first .div_h4 img + div > img {
  display: none;
}
.first .sec_first .div_h4 h4 {
  font-size: 1.8rem;
}
.first .sec_first .div_h4 p {
  font-size: clamp(1.4rem, calc(.75vw + .5rem), 1.6rem);
}
.first .sec_first .div_topics {
  margin: 70px 0 50px;
}
.first .sec_first .div_topics .headline {
  font-size: 1.8rem;
  text-align: center;
}
.first .sec_first .div_topics .dl01 dt {
  width: 125px;
}
.first .sec_first .div_topics .dl01 dd {
  font-size: 1.5rem;
  font-weight: 500;
}
.first .sec_first .div_topics .dl01 .ul_notice li {
  font-weight: 400;
}
.first .sec_first h5 {
  font-size: 1.6rem;
  color: var(--text);
  border-top: 1px solid;
  border-bottom: none;
  position: relative;
}
.first .sec_first h5::before, .first .sec_first h5::after {
  content: "";
  width: 100%;
  height: 1px;
  background-repeat: repeat-x;
  position: absolute;
  bottom: 0;
  left: 0;
}
.first .sec_first h5::before {
  background-image: linear-gradient(to right, var(--text), var(--text) 30px, transparent 30px, transparent 60px);
  background-size: 60px 1px;
}
.first .sec_first h5::after {
  background-image: linear-gradient(to left, var(--text) 1px, transparent 1px);
  background-size: 3px 1px;
}
.first .sec_first ul.flex li {
  width: calc(100%/2 - 10px);
  height: 100%;
}
.first .sec_first ul.flex li img {
  width: 100%;
  border-radius: 3px;
}
.first .sec_first ul.flex li p {
  width: 100%;
  font-size: 1.5rem;
  line-height: 1.6;
  margin-top: 5px;
}
.first .sec_first ul.flex li p span {
  color: var(--border1);
}
.first .sec_first h5 + div ~ div {
  margin-top: 20px;
}
.first .sec_first div:not(.div_topics) > .dl01 {
  margin-top: 5px;
}
.first .sec_first div:not(.div_topics) > .dl01 > dt {
  padding: 3px 12px;
}
.first .sec_first div:not(.div_topics) > .dl01 > dd {
  padding: 2px 0 2.4px 12px;
}

/*access*/
.access .sec_address .flex {
  display: flex;
}
.access .sec_address .left {
  width: 280px;
  padding-right: 40px;
}
.access .sec_address .right {
  width: calc(100% - 280px);
}
.access .sec_address iframe {
  width: 100%;
  height: 295px;
}
.access .sec_access .table01 th {
  width: 200px;
}
.access .sec_contact .dl01 dt {
  width: 130px;
}
.access .sec_contact .dl01 dd .bt_tel {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.5;
  color: var(--text);
}
.access .sec_contact .dl01 dd .p_notice {
  font-size: 1.4rem;
}

/*intro*/
.intro .sec_intro figure {
  width: calc(100%/2 - 5px);
  position: relative;
}
.intro .sec_intro figure:nth-child(n+3) {
  margin-top: 10px;
}
.intro .sec_intro figure img {
  display: block;
}
.intro .sec_intro figure p {
  font-size: 1.4rem;
  font-weight: 600;
  background-color: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(8px);
  padding: 2px 10px;
  position: absolute;
  bottom: 15px;
  right: 15px;
}

@media (max-width:979px) {
  /*contents*/
  main .con h3 {
    font-size: 2.6rem;
    background-position-y: top 6px;
    margin-bottom: clamp(20px, calc(.5vw + 15px), 30px);
  }
  @media (max-width: 768px) {
    main .con h3 {
      font-size: 2.2rem;
      background-position-y: top 3px;
    }
    .div_h4 {
      margin-bottom: 50px;
    }
    .div_h4 h4 {
      font-size: 1.85rem;
    }
    h5 {
      font-size: 1.6rem;
    }
    .div_topics {
      padding: 15px 20px;
    }
  }

  /*teladoc health*/
  .teladoc_health section .con h3, .meal section .con h3, .nicu section .con h3, .family_stay section .con h3 {
    font-size: clamp(2.6rem, calc(.5vw + 2.6rem), 3rem);
  }
  @media (max-width: 768px) {
    .teladoc_health section .con h3, .meal section .con h3, .nicu section .con h3, .family_stay section .con h3 {
      font-size: clamp(2.2rem, calc(.25vw + 2.0rem), 2.4em);
    }
    .teladoc_health .sec_teladoc_health .text_st01 {
      font-size: 2.0rem;
    }
  }

  /*meal*/
  @media (max-width: 768px) {
    .meal .sec_meal h3, .nicu .sec_nicu h3, .family_stay .sec_family_stay h3 {
      margin-bottom: -50px;
    }
  }

  /*obstetrics*/
  @media (max-width: 768px) {
    .obstetrics .sec_checkup .table01 th {
      width: 100px;
      padding: 12px 10px;
    }
    .obstetrics .sec_checkup .link01, .gynecology .sec_exam .link01 {
      margin-top: 50px;
    }
    .obstetrics .sec_induced .div_topics .keyBox, .hospi .sec_deli .keyBox, .hospi .sec_hospi .keyBox, .postpartum .sec_about .div_topics .keyBox {
      font-size: 1.3rem;
    }
    .obstetrics .sec_induced .div_topics .keyBox a, .hospi .sec_deli .keyBox a, .hospi .sec_hospi .keyBox a, .postpartum .sec_about .div_topics .keyBox a {
      font-size: 2.0rem;
    }
  }

  /*hospitalization*/
  .hospi .sec_return .div_h4, .hospi .sec_present .div_h4, .postpartum .sec_about .div_h4:first-of-type {
    margin-top: 30px;
  }
  @media (max-width: 768px) {
    .hospi .sec_deli .img_deli, .hospi .sec_hospi .img_meal, .hospi .sec_return .img_return, .hospi .sec_present .img_present, .postpartum .sec_about .img_postpartum, .class .sec_class .img_class {
      float: none;
      max-width: 600px;
      margin: 0 auto 20px;
    }
    .hospi .sec_hospi .flow > li > img, .first .sec_flow ul > li > img {
      width: 100px;
    }
    .hospi .sec_hospi .flow > li > .item, .first .sec_flow ul:not(.ul01) > li > .item {
      padding-left: 20px;
    }
    .hospi .sec_hospi .flow > li p span, .first .sec_flow ul > li .fw5 span {
      line-height: 1.4;
      top: 1px;
    }
    .hospi .sec_hospi .flow > li p:not(.keyBox), .first .sec_flow ul > li .fw5 {
      padding-left: 30px;
    }
    .hospi .sec_hospi .flow > li p span:not(.p_notice), .first .sec_flow ul > li .fw5 span {
      width: 23px;
      height: 23px;
    }
    .hospi .sec_hospi .keyBox .p_notice {
      text-align: left;
    }
    .hospi .sec_hospi .flow .keyBox {
      margin-left: 0;
    }
    .hospi .sec_hospi .flow .keyBox + p:not(.keyBox) {
      padding-left: 0;
    }
    .hospi .sec_hospi .flex img {
      display: block;
      width: 100%;
      max-width: 600px;
      margin: 5px auto;
    }
    .hospi .sec_hospi .dl01 dt {
      width: 105px;
    }
    .hospi .sec_hospi .div_topics .headline span, .postpartum .sec_about .div_topics .headline span {
      display: block;
      width: fit-content;
      font-size: 1.1rem;
      padding: 2px 15px;
      margin-right: 0;
      top: 0;
    }
    .hospi .sec_hospi .div_topics .headline span {
      margin-bottom: 5px;
    }
    .hospi .sec_hospi #meal {
      padding-top: 140px;
      margin-top: -140px;
    }
    .hospi .sec_hospi .table01 th {
      width: 100px;
      padding: 12px 10px;
    }
    .hospi .sec_return .link01 {
      width: fit-content;
    }
  }

  /*postpartum*/
  @media (max-width: 768px) {
    .postpartum .sec_about .table01 tbody th {
      min-width: 70px;
    }
  }

  /*doctor*/
  @media (max-width: 768px) {
    .doctor section .prof {
      display: block;
      margin-bottom: 20px;
    }
    .doctor section .prof img {
      margin: 0 auto 5px;
    }
    .doctor section .prof > div {
      width: 100%;
      padding-left: 0;
    }
    .doctor section .prof .name {
      text-align: center;
      margin-bottom: 12px;
    }
    .doctor .sec_sche .dl01 > dt {
      width: 100px;
    }
    .doctor .sec_sche .table01 {
      font-size: 1.3rem;
    }
    .doctor .sec_sche .table01 th, .doctor .sec_sche .table01 td {
      padding: 8px 0;
    }
    .doctor .sec_sche .table01 thead th:first-child {
      width: 8%;
    }
    .doctor .sec_sche .table01 thead th:nth-child(2) {
      width: 10%;
    }
    .doctor .sec_sche .ul_notice li {
      font-size: 1.4rem;
    }
  }

  /*class*/
  @media (max-width: 768px) {
    .class section .table01 th {
      width: 80px;
    }
    .class .sec_aroma .prof img {
      max-width: 100px;
      padding-left: 0;
    }
    .class .sec_aroma .prof > div {
      width: calc(100% - 100px);
      padding-left: 20px;
    }
    .class .sec_aroma .prof .name {
      font-size: 1.6rem;
    }
    .class .sec_aroma .prof .name span {
      font-size: 1.4rem;
    }
  }

  /*topics*/
  @media (max-width: 768px) {
    .topics .sec_topics ul:not(.page-numbers) li {
      display: block;
      padding-top: 100px;
      margin-top: -100px;
      margin-bottom: 65px;
    }
    .topics .sec_topics ul:not(.page-numbers) li .date, .topics .sec_topics ul:not(.page-numbers) li .title {
      width: 100%;
    }
    .topics .sec_topics ul:not(.page-numbers) li .post {
      margin-top: 15px;
    }
  }
  
  /*first*/
  .first .sec_first .div_h4 {
    display: flex;
  }
  .first .sec_first .div_h4 img {
    padding-left: 15px;
  }
  .first .sec_first .div_h4:nth-of-type(2n+1) img {
    padding-left: 0;
    padding-right: 15px;
  }
  .first .sec_first .div_h4 p {
    font-size: 1.5rem;
  }
  .first .sec_first ul.flex {
    display: flex;
  }
  @media (max-width: 768px) {
    .first .sec_flow ul .flex {
      display: block;
    }
    .first .sec_flow ul .flex .left, .first .sec_flow ul .flex .right {
      width: 100%;
    }
    .first .sec_flow ul .flex .left {
      margin-bottom: 15px;
    }
    .first .sec_flow ul .flex .link01 {
      max-width: fit-content;
      padding: 8px 40px 8px 20px;
    }
    .first .sec_qa .qa {
      font-size: 1.4rem;
    }
    .first .sec_first .div_h4 {
      display: block;
      margin-bottom: 15px;
    }
    .first .sec_first .div_h4:nth-of-type(2n+1) {
      margin-bottom: 30px;
    }
    .first .sec_first .div_h4 > img {
      display: none;
    }
    .first .sec_first .div_h4 img + div {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      flex-wrap: wrap;
      align-items: flex-end;
      justify-content: space-between;
      width: 100%;
      padding: 0 !important;
    }
    .first .sec_first .div_h4 h4 {
      font-size: 1.65rem;
      width: calc(100% - 85px);
      margin-bottom: 20px;
    }
    .first .sec_first .div_h4 img + div > img {
      display: block;
      width: 70px;
      margin-bottom: 5px;
      padding: 0 !important;
    }
    .first .sec_first .div_h4 p {
      width: 100%;
      font-size: 1.4rem;
    }
    .first .sec_first .div_topics {
      margin-top: 40px;
    }
    .first .sec_first .div_topics .dl01 dt {
      width: 80px;
    }
    .first .sec_first .div_topics .dl01 dd {
      font-size: 1.4rem;
    }
    .first .sec_first ul.flex {
      display: block;
    }
    .first .sec_first ul.flex li {
      width: 100%;
      margin-top: 15px;
    }
    .first .sec_first ul.flex li img {
      display: block;
      max-width: 600px;
      margin: 0 auto 10px;
    }
    .first .sec_first ul.flex li p {
      padding-left: 0;
    }
    .first .sec_first h5 + div ~ div {
      margin-top: 15px;
    }
    .first .sec_first div:not(.div_topics) > .dl01 > dt {
      padding: 3px 10px;
    }
    .first .sec_first div:not(.div_topics) > .dl01 > dd {
      padding: 3px 0 3px 10px;
    }
  }

  /*access*/
  .access .sec_address iframe {
    aspect-ratio: 1 / 1;
    height: 100%;
    max-height: 240px;
  }
  @media (max-width: 768px) {
    .access .sec_address .flex {
      display: block;
    }
    .access .sec_address .left, .access .sec_address .right {
      width: 100%;
    }
    .access .sec_address .left {
      padding-right: 0;
      margin-bottom: 30px;
    }
    .access .sec_contact .dl01 dt {
      width: 115px;
    }
    .access .sec_contact .dl01 dd .bt_tel {
      line-height: 1.4;
    }
  }

  /*intro*/
  .intro .sec_intro .flex {
    display: flex;
  }
  @media (max-width: 768px) {
    .intro .sec_intro .flex {
      display: block;
    }
    .intro .sec_intro figure {
      width: 100%;
    }
    .intro .sec_intro figure:nth-child(n+2) {
      margin-top: 10px;
    }
    .intro .sec_intro figure p {
      font-size: 1.3rem;
    }
  }
}