@charset "utf-8";


/* ------------------------------
  集団健診スケジュール
------------------------------ */
#schedule #schedule_confirm #confirm_web .button_wrap {
  display: block;
}

#schedule #schedule_confirm #confirm_web .button_wrap .button {
  padding-left: 60px;
  padding-right: 60px;
  height: 50px;
  font-size: 1.142rem;
}

#schedule #schedule_confirm #confirm_web .button_wrap .button::before {
  content: '';
  display: block;
  position: absolute;
  left: 15px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 43px;
  height: 30px;
  overflow: hidden;
  background: url(../img/confirm_web_icon.png) no-repeat center center;
  background-size: contain;
}

#schedule .article_header .button_kenpo .button::after {
  transform: rotate(90deg);
}

#schedule #schedule_confirm #confirm_tel #confirm_tel_number {
  position: relative;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 5px 55px;
  height: 60px;
  line-height: 1.371;
  font-weight: bold;
  background: white;
  border-radius: 7px;
}

#schedule #schedule_confirm #confirm_tel #confirm_tel_number strong {
  font-size: 1.25rem;
  display: block;
}

#schedule #schedule_confirm #confirm_tel #confirm_tel_number::before {
  content: '';
  display: block;
  position: absolute;
  left: 20px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 30px;
  height: 30px;
  overflow: hidden;
  background: url(../img/confirm_tel_icon.png) no-repeat center center;
  background-size: contain;
}

@media (max-width: 640px) {
  #schedule .article_header .button_kenpo {
    margin: 20px 15px;
  }

  #schedule .article_header .button_kenpo .button_wrap {
    display: block;
  }

  #schedule #schedule_confirm #confirm_web .button_wrap {
    max-width: 380px;
    margin: 0 auto;
  }

  #schedule #schedule_confirm #confirm_web {
    margin-bottom: 10px;
  }

  #schedule #schedule_confirm #confirm_tel #confirm_tel_number {
    max-width: 380px;
    margin: 0 auto;
  }
}

@media (min-width: 641px) {
  #schedule .article_header {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  #schedule .article_header::before {
    content: '';
    display: block;
    width: 271px;
    height: 1px;
    overflow: hidden;
    margin-right: auto;
  }

  #schedule .article_header .button_kenpo {
    margin-left: auto;
  }

  #schedule .article_header .button_kenpo .button {
    width: 265px;
    height: 80px;
    padding: 20px 50px 20px 20px;
    text-align: left;
    line-height: 1.2;
  }

  #schedule #schedule_confirm {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
  }

  #schedule #schedule_confirm > section {
    box-sizing: border-box;
    width: 590px;
  }

  #schedule #schedule_confirm > section:nth-child(1):nth-last-child(1) {
    margin: 0 auto;
    width: 590px;
  }

  #schedule #schedule_confirm #confirm_web .button_wrap .button {
    height: 90px;
    padding: 10px 110px;
    font-weight: bold;
    font-size: 1.25rem;
  }

  #schedule #schedule_confirm #confirm_web .button_wrap .button::before {
    left: 20px;
    width: 87px;
    height: 61px;
  }

  #schedule #schedule_confirm #confirm_tel #confirm_tel_number {
    padding: 10px 100px;
    height: 90px;
    line-height: 1.444;
    font-size: 1.125rem;
    border-radius: 14px;
  }
  
  #schedule #schedule_confirm #confirm_tel #confirm_tel_number strong {
    font-size: 1.5rem;
  }
  
  #schedule #schedule_confirm #confirm_tel #confirm_tel_number::before {
    left: 30px;
    width: 59px;
    height: 59px;
  }
}
