@charset 'UTF-8';

.cmn_section:last-of-type{
  padding-bottom: 13.6rem;
}

/*  general  */
#general .dept{
  padding-top: 6.0rem;
  margin: 0;
}
@media screen and (min-width: 768px){
  #general .dept div{
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
  }
}
#general .dept dt{
  padding: 0 1.4rem;
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-family: var(--NotoSerifJP);
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  color: rgb(11, 16, 87);
  border-left: 4px solid rgb(11, 16, 87);
  border-right: 4px solid rgb(11, 16, 87);
}
@media screen and (min-width: 768px){
  #general .dept dt{
    margin: 0;
    width: auto;
  }
}
#general .dept dd{
  padding-top: 2.0rem;
  margin: 0;
  font-family: var(--NotoSerifJP);
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  text-align: center;
  color: rgb(11, 16, 87);
}
@media screen and (min-width: 768px){
  #general .dept dd{
    padding-top: 0;
    padding-left: 3.8rem;
    text-align: start;
  }
}
#general section{
  padding-top: 4.4rem;
}
#general section:not(:last-of-type){
  padding-bottom: 2.2rem;
}
#general h3{
  padding-bottom: .8rem;
  margin: 0;
  font-family: var(--NotoSerifJP);
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0.1em;
  color: rgb(11, 16, 87);
}
#general table{
  border-collapse: collapse;
  width: 100%;
  background-color: rgb(255, 255, 255);
}
#doctor table{
  table-layout: fixed;
}
@media screen and (min-width: 768px){
  #time table{
    table-layout: fixed;
  }
}
#general thead{
  background-color: rgb(253, 224, 230);
}
#general thead th:not(:last-of-type){
  border-right: solid 1px rgb(255, 255, 255);
}
#general tbody tr:not(:first-of-type){
  border-top: solid 1px rgb(249, 129, 162);
}
#general tbody tr>*:not(:last-child){
  border-right: solid 1px rgb(249, 129, 162);
}
#doctor tbody tr:nth-of-type(even) td,
#doctor tbody tr:nth-of-type(even) th{
  background-color: rgb(255, 246, 248);
}
#general td, #general th{
  padding: .5em;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
  box-sizing: border-box;
  -webkit-font-feature-settings: 'palt';
  font-feature-settings: 'palt';
}
@media screen and (min-width: 768px){
  #general td, #general th{
    padding: 2.0rem .25em;
  }
}
#time tbody th,
#doctor tbody th:nth-last-of-type(1){
  text-align: start;
  padding-left: 1em
}
@media screen and (max-width: 767px){
  #doctor{
    position: relative;
  }
  #doctor::before{
    content: '';
    position: absolute;
    top: 6.4rem;
    right: 0;
    width: 8.0rem;
    height: 1.0rem;
    border-bottom: 1px solid rgb(0, 0, 0);
    border-right: 2px solid rgb(0, 0, 0, 0.75);
    -webkit-transform: skewX(45deg);
    transform: skewX(45deg);
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-animation: 2s scrollx ease-in infinite;
    animation: 2s scrollx ease-in infinite;
  }
  #doctor .table{
    margin: 0 calc(50% - 50vw);
    overflow: auto;
  }
  #doctor table{
    margin: 0 calc(26 / 375 * 100vw);
    width: 120.0rem;
  }
}
@-webkit-keyframes scrollx{
  0%{
    -webkit-transform: skewX(45deg);
    transform: skewX(45deg);
    opacity: 0;
  }
  50%{
    -webkit-transform: skewX(45deg);
    transform: skewX(45deg);
    opacity: 1.0;
  }
  100%{
    -webkit-transform: skewX(45deg) translateX(calc(26 / 375 * 100vw + 100%));
    transform: skewX(45deg) translateX(calc(26 / 375 * 100vw + 100%));
    opacity: 1.0;
  }
}
@keyframes scrollx{
  0%{
    -webkit-transform: skewX(45deg);
    transform: skewX(45deg);
    opacity: 0;
  }
  50%{
    -webkit-transform: skewX(45deg);
    transform: skewX(45deg);
    opacity: 1.0;
  }
  100%{
    -webkit-transform: skewX(45deg) translateX(calc(26 / 375 * 100vw + 100%));
    transform: skewX(45deg) translateX(calc(26 / 375 * 100vw + 100%));
    opacity: 1.0;
  }
}
#general .notes ul{
  padding: .45em 0 0 0;
  margin: 0;
  list-style: none;
  font-size: 1.6rem;
  line-height: 1.9;
}
#general .notes li{
  padding-left: 1em;
  font-size: inherit;
  line-height: inherit;
  text-indent: -1em;
  -webkit-font-feature-settings: 'palt';
  font-feature-settings: 'palt';
}

#general .notes li::first-letter{
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal;
}
#general .notes li em{
  display: inline-block;
  font-style: normal;
  line-height: 1.4;
  text-indent: 0;
  position: relative;
  z-index: 0;
}
#general .notes li em::before{
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -10;
  height: .8rem;
  background-color: rgb(255, 255, 1, 0.7);
}
#general .notes p{
  padding-top: 1.0rem;
  margin: 0;
  font-size: 1.8rem;
  line-height: 1.5;
  -webkit-font-feature-settings: 'palt';
  font-feature-settings: 'palt';
}

/*  special  */
#special{
  margin: 0;
  border: 0;
}
.special .desc{
  padding-top: 6.0rem;
}
.special .desc p{
  margin: 0;
  font-size: 1.7rem;
  line-height: 2.2;
  letter-spacing: calc(0.65 / 17 * 1em);
}
@media screen and (min-width: 768px){
  .special .desc p{
    text-align: center;
  }
}
.special p em{
  font-style: normal;
  line-height: 1.4;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  -webkit-text-decoration-color: rgb(255, 255, 1, 0.7);
  text-decoration-color: rgb(255, 255, 1, 0.7);
  text-underline-offset: .05em;
  text-decoration-thickness: .8rem;
}
.special p a{
  color: rgb(249, 129, 162);
  text-decoration: underline;
}
.special .photo{
  padding-top: 4.8rem
}
.special .photo .image{
  text-align: center;
}
.special .photo .image:not(:first-of-type){
  margin-top: 3.2rem;
}
@media screen and (min-width: 768px){
  .special .photo{
    margin: 0 auto;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    max-width: 89.8rem;
  }
  .special .photo .image{
    flex-basis: calc(433 / 898 * 100%);
  }
  .special .photo .image:not(:first-of-type){
    margin-top: 0;
  }
}
.special .photo img{
  border-radius: 20px;
}
.special .column{
  padding: 4.2rem calc((50vw - 50%) / 2);
  margin: 3.2rem calc((50% - 50vw) / 2) 0 calc((50% - 50vw) / 2);
  background-color: rgb(255, 255, 255);
}
@media screen and (min-width: 768px){
  .special .column{
    padding: 8.0rem calc(100 / 1200 * 100%);
    margin-left: 0;
    margin-right: 0;
  }
}
.special .column section:not(:last-of-type){
  padding-bottom: 4.2rem;
}
.special .column h3{
  padding: .6rem 1.3rem .6rem calc(1.3rem + 2.2rem);
  margin: 0;
  font-family: var(--NotoSerifJP);
  font-size: 2.1rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.1em;
  text-indent: -2.2rem;
  color: rgb(255, 255, 255);
  background-color: rgb(73, 131, 187);
}
.special .column h3::before{
  content: '';
  display: inline-block;
  vertical-align: middle;
  margin-top: -.5rem;
  margin-right: 1.1rem;
  width: 1.1rem;
  height: 1.1rem;
  line-height: 1;
  background-color: rgb(255, 255, 255);
}
.special .column .desc{
  padding: 2.0rem 0 0 0;
}
@media screen and (min-width: 768px){
  .special .column .desc{
    padding: 2.0rem 2.0rem 0 3.0rem;
  }
}
.special .column .desc p{
  margin: 0;
  font-size: 1.6rem;
  line-height: 1.9;
  letter-spacing: 0.05em;
  text-align: start;
}
.special .column .desc ul{
  padding: 1.8rem 1.8rem 26.0rem 1.8rem;
  list-style: none;
  background: rgb(243, 246, 250) url(../images/ill_outp_sp.png) no-repeat 100% 100%/auto 24.0rem;
}
@media screen and (min-width: 768px){
  .special .column .desc ul{
    padding: 1.8rem 2.6rem;
    margin: 1.8rem -2.0rem 0 -3.0rem;
    background-position: 100% 50%;
    background-size: calc(345.5 / 980 * 100%) auto;
  }
}
.special .column .desc li{
  padding-left: 1.25em;
  font-size: 1.8rem;
  line-height: 1.9;
  letter-spacing: 0.05em;
  text-indent: -1.25em;
  color: rgb(11, 16, 87);
  -webkit-font-feature-settings: 'palt';
  font-feature-settings: 'palt';
}
.special .column .desc li::before{
  content: '\30FB';
  padding-right: .25em;
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal;
  letter-spacing: 0;
}
