/* Basic Settings
------------------------------------------------*/
.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

@media (max-width: 768px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}

#wrap {
  margin: 0 auto;
}

@media only screen and (min-width: 769px) and (max-width: 1000px) {
  #wrap {
    width: 1000px;
    overflow-x: scroll;
  }
}

@media only screen and (max-width: 768px) {
  #wrap {
    width: 100%;
    overflow: hidden;
  }
}

.column-main {
  min-width: 955px;
  max-width: 955px;
  padding: 0;
  margin: 0 5px 0 0;
  width: 955px;
}

.column-main em {
  font-style: normal;
}

.column-main .bold {
  font-family: 'UD Shin Go DemiBold', sans-serif;
  font-weight: bold;
}

.header-global,
.breadcrumbs {
  min-width: 1195px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.header-pageTitle-low,
.container-contact,
.footer-global {
  min-width: 1195px;
}

.container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 1195px;
}

.column-sidebar {
  width: 25%;
  min-width: 200px;
}

@media only screen and (max-width: 800px) {
  .column-sidebar {
    padding: 30px 0 15px;
    width: 100%;
  }
}

@media only screen and (max-width: 800px) {
  .header-global, .breadcrumbs {
    width: 100%;
    min-width: inherit;
  }
  .header-pageTitle-low, .container-contact, .footer-global {
    min-width: inherit;
  }
  .container {
    min-width: inherit;
    display: inherit;
  }
  .column-main {
    min-width: inherit;
    max-width: inherit;
    width: 100%;
  }
}

.inner {
  position: relative;
  margin: 0 auto;
}

/* Page Styles
------------------------------------------------*/
.header-pageTitle-low {
  background: url(/jp/~/media/medicom/onlineinfo/waitingtime/bg_mv_pc.png) no-repeat 50% 100%/auto 100%;
}

@media only screen and (min-width: 1681px) {
  .header-pageTitle-low {
    background-size: cover;
  }
}

@media only screen and (max-width: 768px) {
  .header-pageTitle-low {
    background: url(/jp/~/media/medicom/onlineinfo/waitingtime/bg_mv_sp.png) no-repeat 50% 100%/auto 100%;
  }
}

.header-pageTitle-low .inner-pageTitle {
  height: 300px;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media only screen and (max-width: 768px) {
  .header-pageTitle-low .inner-pageTitle {
    height: 122vw;
    padding: 0;
  }
}

.header-pageTitle-low h1 {
  font-size: 2.25rem;
  line-height: 1.44444;
  position: relative;
  color: #fff;
  font-family: 'UD Shin Go DemiBold', sans-serif;
  font-weight: bold;
  padding-left: 30px;
  z-index: 1;
}

@media only screen and (max-width: 768px) {
  .header-pageTitle-low h1 {
    padding-left: 0;
    font-size: 7.2vw;
    line-height: 1.2963;
    vertical-align: top;
    padding-top: 6.93333vw;
    text-align: center;
  }
}

.header-pageTitle-low h1 .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  background: #fff;
  background-image: -moz-linear-gradient(90deg, #eeeeee 0%, white 15%, white 100%);
  background-image: -webkit-linear-gradient(90deg, #eeeeee 0%, white 15%, white 100%);
  background-image: -ms-linear-gradient(90deg, #eeeeee 0%, white 15%, white 100%);
  -webkit-box-shadow: 0px 3px 0px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 3px 0px 0px rgba(0, 0, 0, 0.15);
  width: 500px;
  height: 60px;
  border-radius: 10px;
  margin-top: 30px;
}

@media only screen and (max-width: 768px) {
  .header-pageTitle-low h1 .btn {
    width: 92vw;
    height: 17.86667vw;
    margin: 0 auto;
    position: absolute;
    bottom: 4.93333vw;
    left: 0;
    right: 0;
  }
}

.header-pageTitle-low h1 .btn span {
  border-width: 1px;
  border-color: #67c010;
  border-style: solid;
  border-radius: 10px;
  font-size: 1.25rem;
  line-height: 1.4;
  font-family: 'UD Shin Go DemiBold', sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  color: #128ccd;
  width: 494px;
  height: 54px;
}

@media only screen and (max-width: 768px) {
  .header-pageTitle-low h1 .btn span {
    font-size: 4.8vw;
    width: 90.66667vw;
    height: 16.53333vw;
  }
}

.header-pageTitle-low h1 .btn::after {
  position: absolute;
  content: '';
  width: 10px;
  height: 10px;
  border-top: solid 3px #67c010;
  border-right: solid 3px #67c010;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  bottom: 0;
  right: 14px;
  top: 0;
  margin: auto;
}

@media only screen and (max-width: 768px) {
  .header-pageTitle-low h1 .btn::after {
    border-top: solid 2px #67c010;
    border-right: solid 2px #67c010;
    width: 1.86667vw;
    height: 1.86667vw;
    right: 2.66667vw;
  }
}

.header-pageTitle-low .sub-wrap {
  display: block;
  background: url(/jp/~/media/medicom/onlineinfo/waitingtime/img_mv_pc.png) no-repeat 0 0;
  width: 708px;
  height: 300px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  right: 0;
  text-indent: -9999px;
  overflow: hidden;
}

@media only screen and (max-width: 768px) {
  .header-pageTitle-low .sub-wrap {
    background: url(/jp/~/media/medicom/onlineinfo/waitingtime/img_mv_sp.png) no-repeat 0 0/100% auto;
    width: 94.4vw;
    height: 64.53333vw;
    top: 31.73333vw;
    right: 3.06667vw;
  }
}

.column-main * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.page-index {
  padding: 24px 0 16px;
  background: #fff;
  margin-bottom: 20px;
}

@media only screen and (max-width: 768px) {
  .page-index {
    padding: 0;
    background: none;
    margin-bottom: 7.46667vw;
  }
}

.page-index .page-index-ttl {
  color: #0056A8;
  font-size: 1.25rem;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 21px;
  font-family: 'UD Shin Go DemiBold', sans-serif;
  font-weight: bold;
}

@media only screen and (max-width: 768px) {
  .page-index .page-index-ttl {
    font-size: 4.8vw;
    margin-bottom: 4.26667vw;
  }
}

.page-index .page-index-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  counter-reset: number 0;
  gap: 0 35px;
  font-family: 'UD Shin Go DemiBold', sans-serif;
  font-weight: bold;
}

@media only screen and (max-width: 768px) {
  .page-index .page-index-list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background: #fff;
    -webkit-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.05);
    border-radius: 1.33333vw;
    padding: 2.66667vw;
  }
}

.page-index .page-index-list li {
  font-size: 1rem;
  line-height: 1.5;
  position: relative;
  padding: 0 35px 0 71px;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .page-index .page-index-list li {
    width: 100%;
    padding: 0;
    text-align: left;
    font-size: 4.26667vw;
  }
}

.page-index .page-index-list li:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  height: 30px;
  width: 1px;
  background: #eee;
  top: calc(50% - 15px);
}

@media only screen and (max-width: 768px) {
  .page-index .page-index-list li:not(:last-child)::after {
    top: auto;
    bottom: 0;
    width: 100%;
    height: 1px;
  }
}

.page-index .page-index-list li::before {
  counter-increment: number 1;
  content: "0" counter(number);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  background-color: #F0F6F8;
  width: 50px;
  height: 50px;
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
  font-family: "Avenir Next", sans-serif;
  font-size: 1.25rem;
  font-weight: bold;
  color: rgba(0, 86, 168, 0.3);
}

@media only screen and (max-width: 768px) {
  .page-index .page-index-list li::before {
    display: none;
  }
}

.page-index .page-index-list li a {
  color: #333333;
  text-decoration: none;
  position: relative;
  display: block;
  min-height: 75px;
}

@media only screen and (max-width: 768px) {
  .page-index .page-index-list li a {
    display: block;
    width: 100%;
    line-height: 12vw;
    min-height: 12vw;
    padding-left: 13.33333vw;
  }
}

.page-index .page-index-list li a:hover {
  opacity: 0.75;
}

.page-index .page-index-list li a::before {
  position: absolute;
  content: '';
  width: 16px;
  height: 16px;
  background-color: #066CBB;
  border-radius: 50%;
  bottom: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
}

@media only screen and (max-width: 768px) {
  .page-index .page-index-list li a::before {
    left: 4vw;
    top: 0;
    bottom: 0;
    right: auto;
    margin: auto;
    width: 4vw;
    height: 4vw;
  }
}

.page-index .page-index-list li a::after {
  position: absolute;
  content: '';
  width: 4px;
  height: 4px;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  bottom: 7px;
  right: 0;
  left: 0;
  margin: 0 auto 0;
}

@media only screen and (max-width: 768px) {
  .page-index .page-index-list li a::after {
    left: 5.2vw;
    top: 0;
    bottom: 2px;
    right: auto;
    margin: auto;
    width: 1.33333vw;
    height: 1.33333vw;
  }
}

section .ttl {
  font-family: 'UD Shin Go DemiBold', sans-serif;
  font-weight: bold;
  font-size: 36px;
  line-height: 1;
  margin: 0 0 30px 0;
  font-size: 2rem;
}

@media only screen and (max-width: 768px) {
  section .ttl {
    font-size: 6.93333vw;
    line-height: 1.4;
    margin-bottom: 7.6vw;
  }
}

section .ttl .ico {
  font-size: 0;
  margin: 0 0 15px 0;
  display: block;
}

@media only screen and (max-width: 768px) {
  section .ttl .ico {
    margin-bottom: 2.4vw;
  }
}

section .ttl .txt {
  font-size: 2rem;
  line-height: 1.5;
  color: #0056A8;
}

@media only screen and (max-width: 768px) {
  section .ttl .txt {
    font-size: 6.93333vw;
    line-height: 1.4;
  }
}

section.sec01 .ttl .ico {
  background: url(/jp/~/media/medicom/onlineinfo/waitingtime/ttl_sec1_sub.png) no-repeat 0 0/auto 100%;
  width: 228px;
  height: 16px;
}

@media only screen and (max-width: 768px) {
  section.sec01 .ttl .ico {
    height: 3.33333vw;
  }
}

section.sec02 .ttl .ico {
  background: url(/jp/~/media/medicom/onlineinfo/waitingtime/ttl_sec2_sub.png) no-repeat 0 0/auto 100%;
  width: 232px;
  height: 16px;
}

@media only screen and (max-width: 768px) {
  section.sec02 .ttl .ico {
    height: 3.33333vw;
  }
}

section.sec03 .ttl .ico {
  background: url(/jp/~/media/medicom/onlineinfo/waitingtime/ttl_sec3_sub.png) no-repeat 0 0/auto 100%;
  width: 176px;
  height: 16px;
}

@media only screen and (max-width: 768px) {
  section.sec03 .ttl .ico {
    height: 3.33333vw;
  }
}

section .flex-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 0 60px 0;
}

@media only screen and (max-width: 768px) {
  section .flex-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.sec01 {
  background: #f0f6f8;
  padding: 60px 40px;
}

@media only screen and (max-width: 768px) {
  .sec01 {
    background-size: 100% auto;
    margin: 0 -10px;
    padding: 11.73333vw 2.66667vw 8vw;
  }
}

.sec01 > h2.ttl {
  margin-left: 9px;
}

@media only screen and (max-width: 768px) {
  .sec01 > h2.ttl {
    margin: 0 1.33333vw 4.66667vw;
  }
}

.sec01 .txt-wrap {
  margin: 0 0 35px 9px;
}

@media only screen and (max-width: 768px) {
  .sec01 .txt-wrap {
    margin: 0 1.33333vw 5.33333vw;
  }
}

.sec01 .txt-wrap .txt {
  font-size: 1rem;
  line-height: 1.75;
}

.sec01 .txt-wrap .bold {
  font-size: 1.25rem;
  line-height: 1.4;
  margin: 25px 0 0 0;
  display: block;
}

@media only screen and (max-width: 768px) {
  .sec01 .txt-wrap .bold {
    font-size: 4.26667vw;
    line-height: 1.8;
    margin: 4vw 0 0;
  }
}

.sec01 .img-wrap {
  text-align: center;
}

.sec01 .img-wrap img {
  max-width: 100%;
}

.sec02 {
  background: #fff;
  padding: 60px 40px 90px;
}

@media only screen and (max-width: 768px) {
  .sec02 {
    background-size: 100% auto;
    margin: 0 -10px;
    padding: 11.73333vw 2.66667vw 8vw;
  }
}

.sec02 > h2.ttl {
  margin-left: 9px;
}

@media only screen and (max-width: 768px) {
  .sec02 > h2.ttl {
    margin: 0 1.33333vw 4.66667vw;
  }
}

.sec02 .txt-wrap {
  margin: 0 0 30px 9px;
}

@media only screen and (max-width: 768px) {
  .sec02 .txt-wrap {
    margin: 0 1.33333vw 5.33333vw;
  }
}

.sec02 .txt-wrap .txt {
  font-size: 1rem;
  line-height: 1.75;
}

.sec02 .txt-wrap .bold {
  font-size: 1.25rem;
  line-height: 1.4;
  margin: 25px 0 0 0;
  display: block;
}

@media only screen and (max-width: 768px) {
  .sec02 .txt-wrap .bold {
    font-size: 4.26667vw;
    line-height: 1.8;
    margin: 4vw 0 0;
  }
}

.sec02 .txt-wrap .marker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #fffb99));
  background: -webkit-linear-gradient(transparent 60%, #fffb99 60%);
  background: -o-linear-gradient(transparent 60%, #fffb99 60%);
  background: linear-gradient(transparent 60%, #fffb99 60%);
  font-family: 'UD Shin Go DemiBold', sans-serif;
  font-weight: bold;
}

.sec02 .txt-wrap .evidence {
  font-size: 0.6875rem;
  line-height: 1.36364;
}

.sec02 .img-wrap {
  text-align: center;
}

.sec02 .img-wrap img {
  max-width: 100%;
}

.sec02 .img-wrap + .txt-wrap {
  margin-top: 30px;
}

.sec02 .txt-wrap + h3.ttl {
  margin-top: 9.6vw;
}

.sec02 h3.ttl {
  font-size: 1rem;
  color: #0056a8;
  line-height: 1.8125;
}

@media only screen and (max-width: 768px) {
  .sec02 h3.ttl {
    margin-bottom: 5.33333vw;
    font-size: 3.73333vw;
    line-height: 1.5;
  }
}

.sec02 h3.ttl .label {
  display: inline-block;
  text-align: center;
  color: #fff;
  background-color: #12d37f;
  width: 80px;
  height: 30px;
  line-height: 30px;
  margin-right: 5px;
  border-radius: 15px;
  position: relative;
  top: -2px;
}

@media only screen and (max-width: 768px) {
  .sec02 h3.ttl .label {
    display: block;
    margin: 5px 0;
    font-size: 4.26667vw;
    width: 20.8vw;
    height: 7.73333vw;
    line-height: 7.73333vw;
    top: 0;
  }
}

.sec02 h3.ttl .bold {
  font-size: 162.5%;
  line-height: 1.15385;
}

@media only screen and (max-width: 768px) {
  .sec02 h3.ttl .bold {
    line-height: 1.38462;
    font-size: 6.93333vw;
  }
}

.sec02 .flex-wrap {
  margin: 0 10px 0 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.sec02 .flex-wrap .item.txt-wrap {
  width: 430px;
}

@media only screen and (max-width: 768px) {
  .sec02 .flex-wrap .item.txt-wrap {
    width: 100%;
  }
}

.sec02 .flex-wrap .item.txt-wrap p + p {
  margin-top: 1.3em;
}

.sec02 .flex-wrap .item.img-wrap {
  width: 306px;
}

@media only screen and (max-width: 768px) {
  .sec02 .flex-wrap .item.img-wrap {
    width: 100%;
  }
}

.sec02 h3.case-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  margin: 0 auto 35px;
  gap: 0 20px;
}

@media only screen and (max-width: 768px) {
  .sec02 h3.case-ttl {
    gap: 0 1.33333vw;
    margin: 0 -1.33333vw 8vw;
  }
}

.sec02 h3.case-ttl .label {
  font-size: 0.8125rem;
  line-height: 1.15385;
  background-color: #0b58a6;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  text-align: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
}

@media only screen and (max-width: 768px) {
  .sec02 h3.case-ttl .label {
    width: 12vw;
    height: 12vw;
    font-size: 2.66667vw;
  }
}

.sec02 h3.case-ttl .txt {
  font-size: 1.125rem;
  color: #0056a8;
  line-height: 1.66667;
  text-align: center;
  margin-bottom: 0;
  font-family: 'UD Shin Go DemiBold', sans-serif;
  font-weight: bold;
}

@media only screen and (max-width: 768px) {
  .sec02 h3.case-ttl .txt {
    font-size: 3.73333vw;
    line-height: 1.57143;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
  }
}

.sec02 h3.case-ttl .txt .bold {
  font-weight: bold;
  font-size: 122.22222%;
  line-height: 1.36364;
}

@media only screen and (max-width: 768px) {
  .sec02 h3.case-ttl .txt .bold {
    line-height: 1.22222;
    font-size: 4.8vw;
  }
}

.sec02 .case-wrap {
  border-radius: 6px;
  background-color: #f0f6f8;
  width: 875px;
  padding: 40px 20px 20px;
  margin: 60px auto;
}

@media only screen and (max-width: 768px) {
  .sec02 .case-wrap {
    width: 100%;
    padding: 5.33333vw 2.66667vw 8vw;
    margin-bottom: 12vw;
  }
}

.sec02 .case-wrap .flex-wrap {
  gap: 0 15px;
}

@media only screen and (max-width: 768px) {
  .sec02 .case-wrap .flex-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 5.33333vw 0;
  }
}

.sec02 .case-wrap .flex-wrap .item {
  background: #fff;
  width: 410px;
  border-radius: 10px;
}

@media only screen and (max-width: 768px) {
  .sec02 .case-wrap .flex-wrap .item {
    width: 100%;
  }
  .sec02 .case-wrap .flex-wrap .item:first-child {
    padding-bottom: 8vw;
  }
}

.sec02 .case-wrap .flex-wrap .item .flex-ttl {
  border-radius: 10px 10px 0 0;
  background-color: #93c6d8;
  color: #fff;
  text-align: center;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  font-size: 1.25rem;
  font-family: 'UD Shin Go DemiBold', sans-serif;
  font-weight: bold;
}

@media only screen and (max-width: 768px) {
  .sec02 .case-wrap .flex-wrap .item .flex-ttl {
    font-size: 4.26667vw;
    height: 12.26667vw;
  }
}

.sec02 .case-wrap .flex-wrap .item .txt-wrap {
  margin: 30px 20px;
}

@media only screen and (max-width: 768px) {
  .sec02 .case-wrap .flex-wrap .item .txt-wrap {
    margin: 6.66667vw 3.33333vw;
  }
}

.sec02 .case-wrap .flex-wrap .item .txt-wrap p + p {
  margin-top: 1.3em;
}

.sec02 .case-wrap .flex-wrap .item .img-wrap {
  margin: 0 20px;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .sec02 .case-wrap .flex-wrap .item .img-wrap {
    margin: 0 2.66667vw;
  }
}

.sec02 .case-wrap .flex-wrap .item .case-table {
  margin: 0 20px;
}

@media only screen and (max-width: 768px) {
  .sec02 .case-wrap .flex-wrap .item .case-table {
    margin: 0 2.66667vw;
  }
}

.sec02 .case-wrap .flex-wrap .item .case-table .case-table-ttl {
  background-color: #cccccc;
  color: #fff;
  text-align: center;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  font-size: 1rem;
  border-radius: 6px 6px 0 0;
}

@media only screen and (max-width: 768px) {
  .sec02 .case-wrap .flex-wrap .item .case-table .case-table-ttl {
    height: 7.73333vw;
    font-size: 3.73333vw;
  }
}

.sec02 .case-wrap .flex-wrap .item .case-table .case-table-body {
  background-color: #f3f6fa;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 10px;
}

@media only screen and (max-width: 768px) {
  .sec02 .case-wrap .flex-wrap .item .case-table .case-table-body {
    padding: 2.66667vw 1.33333vw;
  }
}

.sec02 .case-wrap .flex-wrap .item .case-table .case-table-body .case-table-column {
  width: 25%;
}

.sec02 .case-wrap .flex-wrap .item .case-table .case-table-body .case-table-column li {
  font-size: 0.875rem;
  line-height: 1.64286;
  position: relative;
  padding-left: 8px;
}

@media only screen and (max-width: 768px) {
  .sec02 .case-wrap .flex-wrap .item .case-table .case-table-body .case-table-column li {
    padding-left: 1.6vw;
    font-size: 3.33333vw;
    line-height: 1.5;
    letter-spacing: -0.05em;
  }
}

.sec02 .case-wrap .flex-wrap .item .case-table .case-table-body .case-table-column li:before {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 2px;
  background-color: #cccccc;
  position: absolute;
  left: 0;
  top: 9px;
}

.sec02 .case-wrap .flex-wrap .item .case-table.color2 {
  margin-bottom: 60px;
}

@media only screen and (max-width: 768px) {
  .sec02 .case-wrap .flex-wrap .item .case-table.color2 {
    margin-bottom: 4vw;
  }
}

.sec02 .case-wrap .flex-wrap .item .case-table.color2 .case-table-ttl {
  background-color: #12d37f;
}

.sec02 .case-wrap .flex-wrap .item .case-table.color2 .case-table-body {
  background-color: #d6eee9;
}

.sec02 .case-wrap .flex-wrap .item .case-table.color2 .case-table-body .case-table-column li:before {
  background-color: #12d37f;
}

.sec02 .assist-wrap {
  border-radius: 6px;
  background-color: #f0f6f8;
  width: 875px;
  padding: 40px 20px 20px;
  margin: 60px auto;
}

@media only screen and (max-width: 768px) {
  .sec02 .assist-wrap {
    width: 100%;
    padding: 5.33333vw 2.66667vw 8vw;
    margin-bottom: 0;
  }
}

.sec02 .assist-wrap .assist-wrap-ttl {
  font-size: 1.375rem;
  line-height: 1;
  color: #0056a8;
  text-align: center;
  margin-bottom: 30px;
  font-family: 'UD Shin Go DemiBold', sans-serif;
  font-weight: bold;
}

@media only screen and (max-width: 768px) {
  .sec02 .assist-wrap .assist-wrap-ttl {
    font-size: 5.6vw;
    margin-bottom: 4.66667vw;
  }
}

.sec02 .assist-wrap .flex-wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
  margin: 0;
}

@media only screen and (max-width: 768px) {
  .sec02 .assist-wrap .flex-wrap {
    gap: 5.33333vw 0;
  }
}

.sec02 .assist-wrap .flex-wrap .item {
  border-radius: 10px;
  width: 265px;
  background: #fff;
  padding: 25px 20px 30px;
}

@media only screen and (max-width: 768px) {
  .sec02 .assist-wrap .flex-wrap .item {
    width: 100%;
    padding: 4vw 4vw 4.66667vw;
  }
}

.sec02 .assist-wrap .flex-wrap .item .assist-label {
  font-family: "Avenir Next", sans-serif;
  text-align: center;
  font-weight: 600;
  font-size: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #0f60ad;
  -ms-flex-line-pack: end;
  align-content: flex-end;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  line-height: 1;
  margin-bottom: 25px;
}

@media only screen and (max-width: 768px) {
  .sec02 .assist-wrap .flex-wrap .item .assist-label {
    margin-bottom: 5.33333vw;
  }
}

.sec02 .assist-wrap .flex-wrap .item .assist-label::before {
  content: "";
  background: url(/jp/~/media/medicom/onlineinfo/waitingtime/ico_check.png) no-repeat 0 0/auto 100%;
  width: 28px;
  height: 20px;
  margin-right: 5px;
  position: relative;
  bottom: 3px;
}

.sec02 .assist-wrap .flex-wrap .item .assist-label .num {
  margin-left: 2px;
  font-size: 2.25rem;
  position: relative;
  bottom: -4px;
}

@media only screen and (max-width: 768px) {
  .sec02 .assist-wrap .flex-wrap .item .assist-label .num {
    font-size: 9.6vw;
  }
}

.sec02 .assist-wrap .flex-wrap .item .assist-ttl {
  font-size: 1.125rem;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 25px;
  font-family: 'UD Shin Go DemiBold', sans-serif;
  font-weight: bold;
}

@media only screen and (max-width: 768px) {
  .sec02 .assist-wrap .flex-wrap .item .assist-ttl {
    font-size: 4.8vw;
    line-height: 1.5;
    margin-bottom: 5.33333vw;
  }
}

.sec02 .assist-wrap .flex-wrap .item .assist-ttl.min-line3 {
  min-height: 81px;
}

@media only screen and (max-width: 768px) {
  .sec02 .assist-wrap .flex-wrap .item .assist-ttl.min-line3 {
    min-height: 0;
  }
}

.sec02 .assist-wrap .flex-wrap .item .assist-body {
  font-size: 0.875rem;
  line-height: 1.57143;
}

@media only screen and (max-width: 768px) {
  .sec02 .assist-wrap .flex-wrap .item .assist-body {
    font-size: 3.73333vw;
    line-height: 1.78571;
  }
}

.sec03 {
  background: #f0f6f8;
  padding: 60px 40px;
}

@media only screen and (max-width: 768px) {
  .sec03 {
    background-size: 100% auto;
    margin: 0 -10px;
    padding: 11.73333vw 2.66667vw 12vw;
  }
}

.sec03 > h2.ttl {
  margin-left: 9px;
}

@media only screen and (max-width: 768px) {
  .sec03 > h2.ttl {
    margin: 0 1.33333vw 4.66667vw;
  }
}

.sec03 > h2.ttl sup {
  font-size: 1.125rem;
}

.sec03 .txt-wrap {
  margin: 0 0 35px 9px;
}

@media only screen and (max-width: 768px) {
  .sec03 .txt-wrap {
    margin: 0 1.33333vw 5.33333vw;
  }
}

.sec03 .txt-wrap .txt {
  font-size: 1rem;
  line-height: 1.75;
}

.sec03 .txt-wrap .bold {
  font-size: 1.25rem;
  line-height: 1.4;
  margin: 25px 0 0 0;
  display: block;
}

@media only screen and (max-width: 768px) {
  .sec03 .txt-wrap .bold {
    font-size: 4.26667vw;
    line-height: 1.8;
    margin: 4vw 0 0;
  }
}

.sec03 .img-wrap {
  text-align: center;
}

.sec03 .img-wrap img {
  max-width: 100%;
}

.sec03 .share-wrap {
  width: 892px;
  margin: 0 auto 20px;
}

@media only screen and (max-width: 768px) {
  .sec03 .share-wrap {
    width: 100%;
    margin: 0 auto 5.33333vw;
  }
}

.sec03 .share-wrap .flex-wrap {
  gap: 0 20px;
  margin: 0;
}

@media only screen and (max-width: 768px) {
  .sec03 .share-wrap .flex-wrap {
    gap: 5.33333vw;
  }
}

.sec03 .share-wrap .flex-wrap .item {
  border-radius: 6px;
  background: #fff;
  padding: 20px 20px 20px;
}

@media only screen and (max-width: 768px) {
  .sec03 .share-wrap .flex-wrap .item {
    width: 100%;
    padding: 5.33333vw 4vw;
  }
}

.sec03 .share-wrap .flex-wrap .item:nth-child(1) {
  width: 495px;
}

@media only screen and (max-width: 768px) {
  .sec03 .share-wrap .flex-wrap .item:nth-child(1) {
    width: 100%;
  }
}

.sec03 .share-wrap .flex-wrap .item:nth-child(2) {
  width: 380px;
}

@media only screen and (max-width: 768px) {
  .sec03 .share-wrap .flex-wrap .item:nth-child(2) {
    width: 100%;
  }
}

.sec03 .share-wrap .flex-wrap .item .item-ttl {
  font-size: 1.125rem;
  line-height: 1.38889;
  margin-bottom: 20px;
  font-family: 'UD Shin Go DemiBold', sans-serif;
  font-weight: bold;
}

.sec03 .share-wrap .flex-wrap .item .share-crown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
  margin-bottom: 20px;
}

@media only screen and (max-width: 768px) {
  .sec03 .share-wrap .flex-wrap .item .share-crown {
    margin-bottom: 4.66667vw;
  }
}

.sec03 .share-wrap .flex-wrap .item .share-crown .share-crown-item {
  height: 132px;
  width: 132px;
  position: relative;
  margin: 0 20px;
}

@media only screen and (max-width: 768px) {
  .sec03 .share-wrap .flex-wrap .item .share-crown .share-crown-item {
    width: 24.8vw;
    height: 24.8vw;
  }
}

.sec03 .share-wrap .flex-wrap .item .share-crown .share-crown-item .item-inner {
  height: 132px;
  width: 132px;
  border-radius: 50%;
  background-color: white;
  border-width: 1px;
  border-color: #75b6cd;
  border-style: solid;
  overflow: hidden;
}

@media only screen and (max-width: 768px) {
  .sec03 .share-wrap .flex-wrap .item .share-crown .share-crown-item .item-inner {
    width: 24.8vw;
    height: 24.8vw;
  }
}

.sec03 .share-wrap .flex-wrap .item .share-crown .share-crown-item:before {
  content: "";
  display: block;
  position: absolute;
  background: url(/jp/~/media/medicom/onlineinfo/waitingtime/ico_crown_s.png) no-repeat 0 0/auto 100%;
  width: 26px;
  height: 27px;
  left: 0px;
  top: 1px;
}

@media only screen and (max-width: 768px) {
  .sec03 .share-wrap .flex-wrap .item .share-crown .share-crown-item:before {
    top: 0;
    width: 5.86667vw;
    height: 6vw;
  }
}

.sec03 .share-wrap .flex-wrap .item .share-crown .share-crown-item .item-head {
  background-color: #75b6cd;
  color: #fff;
  height: 54px;
  text-align: center;
  font-size: 1rem;
  line-height: 1.1875;
  padding-top: 14px;
}

@media only screen and (max-width: 768px) {
  .sec03 .share-wrap .flex-wrap .item .share-crown .share-crown-item .item-head {
    padding-top: 2.66667vw;
    height: 10.66667vw;
    font-size: 2.93333vw;
    line-height: 1.18182;
  }
}

.sec03 .share-wrap .flex-wrap .item .share-crown .share-crown-item:nth-child(2) .item-head {
  letter-spacing: -0.1em;
}

.sec03 .share-wrap .flex-wrap .item .share-crown .share-crown-item .item-foot {
  text-align: center;
  font-size: 0.875rem;
  color: #555555;
  font-family: 'UD Shin Go Regular', sans-serif;
  line-height: 1;
  padding-top: 8px;
}

@media only screen and (max-width: 768px) {
  .sec03 .share-wrap .flex-wrap .item .share-crown .share-crown-item .item-foot {
    padding-top: 1.06667vw;
    font-size: 2.66667vw;
    letter-spacing: -0.05em;
  }
}

.sec03 .share-wrap .flex-wrap .item .share-crown .share-crown-item .item-foot .no1 {
  display: block;
  color: #0b58a6;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: -0.03em;
  font-size: 2rem;
  line-height: 1.0625;
  margin-top: 5px;
  font-family: 'UD Shin Go DemiBold', sans-serif;
  font-weight: bold;
}

@media only screen and (max-width: 768px) {
  .sec03 .share-wrap .flex-wrap .item .share-crown .share-crown-item .item-foot .no1 {
    margin-top: 0.93333vw;
    font-size: 6.4vw;
  }
}

.sec03 .share-wrap .flex-wrap .item .txt1 {
  color: #0b58a6;
  font-size: 1.5rem;
  line-height: 1.4;
  margin-bottom: 25px;
  position: relative;
  font-family: 'UD Shin Go DemiBold', sans-serif;
  font-weight: bold;
}

@media only screen and (max-width: 768px) {
  .sec03 .share-wrap .flex-wrap .item .txt1 {
    font-size: 4.26667vw;
    margin-bottom: 4.66667vw;
  }
}

.sec03 .share-wrap .flex-wrap .item .txt1 .bold {
  display: inline-block;
  font-size: 3.75rem;
  line-height: 1;
  margin-right: 4px;
  margin-top: 5px;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}

@media only screen and (max-width: 768px) {
  .sec03 .share-wrap .flex-wrap .item .txt1 .bold {
    font-size: 13.33333vw;
  }
}

@media only screen and (max-width: 768px) {
  .sec03 .share-wrap .flex-wrap .item .txt1 .txt2 {
    font-size: 6.4vw;
  }
}

.sec03 .share-wrap .flex-wrap .item .txt1 .no1 {
  font-size: 2.0625rem;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  border-radius: 50%;
  background-color: #75b6cd;
  width: 84px;
  height: 84px;
  position: absolute;
  right: 20px;
  top: -15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  text-align: center;
  color: #fff;
  letter-spacing: -0.03em;
}

@media only screen and (max-width: 768px) {
  .sec03 .share-wrap .flex-wrap .item .txt1 .no1 {
    font-size: 5.06667vw;
    width: 12.8vw;
    height: 12.8vw;
    right: 14vw;
    top: -4.66667vw;
  }
}

.sec03 .share-wrap .flex-wrap .item .txt1 .no1:before {
  content: "";
  display: block;
  position: absolute;
  background: url(/jp/~/media/medicom/onlineinfo/waitingtime/ico_crown_m.png) no-repeat 0 0/auto 100%;
  width: 33px;
  height: 33px;
  left: -9px;
  top: -12px;
}

@media only screen and (max-width: 768px) {
  .sec03 .share-wrap .flex-wrap .item .txt1 .no1:before {
    left: -1.46667vw;
    top: -1.86667vw;
    width: 5.06667vw;
    height: 5.06667vw;
  }
}

.sec03 .share-wrap .flex-wrap .item .evidence {
  font-size: 0.6875rem;
  line-height: 1.36364;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}

.sec03 .map-wrap {
  background: #fff url(/jp/~/media/medicom/onlineinfo/waitingtime/img_sec3_map.png) no-repeat 25px 49px/493px auto;
  border-radius: 6px;
  padding: 40px 30px;
  width: 892px;
  margin: 0 auto;
  position: relative;
}

@media only screen and (max-width: 768px) {
  .sec03 .map-wrap {
    width: 100%;
    padding: 73.2vw 2.66667vw 5.33333vw 2.66667vw;
    background: #fff url(/jp/~/media/medicom/onlineinfo/waitingtime/img_sec3_map_sp.png) no-repeat 6.26667vw 8.66667vw;
    background-size: 84.53333vw auto;
  }
}

.sec03 .map-wrap .map-wap-ttl {
  font-size: 1.125rem;
  line-height: 1.38889;
  position: absolute;
  top: 20px;
  left: 20px;
}

@media only screen and (max-width: 768px) {
  .sec03 .map-wrap .map-wap-ttl {
    font-size: 4.8vw;
    top: 4vw;
    left: 4vw;
  }
}

.sec03 .map-wrap .office-num {
  color: #0b58a6;
  font-size: 1.5rem;
  line-height: 1.4;
  position: absolute;
  top: 101px;
  left: 79px;
  font-family: 'UD Shin Go DemiBold', sans-serif;
  font-weight: bold;
}

@media only screen and (max-width: 768px) {
  .sec03 .map-wrap .office-num {
    font-size: 5.06667vw;
    top: 21.2vw;
    left: 13.86667vw;
  }
}

.sec03 .map-wrap .office-num .num {
  font-size: 3.75rem;
  line-height: 1;
  display: inline-block;
}

@media only screen and (max-width: 768px) {
  .sec03 .map-wrap .office-num .num {
    font-size: 10.66667vw;
  }
}

.sec03 .map-wrap .office-list {
  width: 347px;
  margin: 0 0 0 auto;
}

@media only screen and (max-width: 768px) {
  .sec03 .map-wrap .office-list {
    width: 100%;
    margin: 0 auto;
  }
}

.sec03 .map-wrap .office-list li {
  font-family: 'UD Shin Go Regular', sans-serif;
  border-radius: 6px;
  background-color: #75b6cd;
  padding: 20px;
  color: #fff;
  font-size: 1rem;
  line-height: 1.4;
}

@media only screen and (max-width: 768px) {
  .sec03 .map-wrap .office-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 2.66667vw;
    font-size: 3.2vw;
    line-height: 1.375;
    letter-spacing: -0.05em;
  }
}

.sec03 .map-wrap .office-list li .bold {
  display: block;
}

@media only screen and (max-width: 768px) {
  .sec03 .map-wrap .office-list li .bold {
    width: 27.46667vw;
    letter-spacing: 0em;
  }
}

.sec03 .map-wrap .office-list li + li {
  margin-top: 15px;
}

@media only screen and (max-width: 768px) {
  .sec03 .map-wrap .office-list li + li {
    margin-top: 2.66667vw;
  }
}

.inquiry-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  background: url(/jp/~/media/medicom/onlineinfo/reason_use/bg_inquiry.png) no-repeat;
  width: 100%;
  height: 301px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media only screen and (max-width: 768px) {
  .inquiry-wrap {
    background: url(/jp/~/media/medicom/onlineinfo/reason_use/bg_inquiry_sp.png) no-repeat;
    margin: 0 -10px;
    width: 100vw;
    height: 58.4vw;
  }
}

.inquiry-wrap .inquiry-ttl {
  width: 100%;
  font-size: 1.875rem;
  line-height: 1.4;
  text-align: center;
  color: #fff;
  margin-bottom: 21px;
  font-family: 'UD Shin Go DemiBold', sans-serif;
  font-weight: bold;
}

@media only screen and (max-width: 768px) {
  .inquiry-wrap .inquiry-ttl {
    font-size: 5.33333vw;
    line-height: 1.35;
  }
}

.inquiry-wrap .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  font-size: 1.25rem;
  line-height: 1.4;
  color: #fff;
  border-radius: 6px;
  background-image: -moz-linear-gradient(90deg, #328d17 0%, #4bb729 13%, #67c010 100%);
  background-image: -webkit-linear-gradient(90deg, #328d17 0%, #4bb729 13%, #67c010 100%);
  background-image: -ms-linear-gradient(90deg, #328d17 0%, #4bb729 13%, #67c010 100%);
  border: 1px solid #fff;
  width: 538px;
  height: 78px;
  position: relative;
}

@media only screen and (max-width: 768px) {
  .inquiry-wrap .btn {
    font-size: 4.8vw;
    width: 94.8vw;
    height: 16.66667vw;
  }
}

.inquiry-wrap .btn::after {
  position: absolute;
  content: '';
  width: 10px;
  height: 10px;
  border-top: solid 3px #fff;
  border-right: solid 3px #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  bottom: 0;
  right: 14px;
  top: 0;
  margin: auto;
}

@media only screen and (max-width: 768px) {
  .inquiry-wrap .btn::after {
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    width: 1.86667vw;
    height: 1.86667vw;
    right: 2.66667vw;
  }
}
