@charset "utf-8";

/* default PC */
/*一般健診・特殊健診*/
.anc-link .link-btn.anchor {
  border-radius: 10px;
  padding: 15px 10px;
}

.anc-link .link-btn.anchor::before {
  transform: rotate(135deg);
  top: 47%;
}

.anc-link .link-btn.anchor.pink {
  background-color: #db535e;
}

#contents .anc-link .link-btn.anchor.white {
  outline: 2px solid #3e3a39;
  outline-offset: -2px;
  color: #3e3a39;
}

#contents .anc-link .link-btn.anchor.white::before {
  border-top: 2px solid #3e3a39;
  border-right: 2px solid #3e3a39;
}

.blue-box {
  background-color: #e6f2f9;
  border-radius: 10px;
  padding: 50px 40px;
}

.inspection-fee {
  background-color: #5cabd3;
  padding: 35px 30px;
  border-radius: 10px;
}

#contents .inspection-fee p {
  text-align: center;
  color: #fff;
}

#contents .inspection-fee .ttl {
  font-size: 25px;
  font-weight: 500;
  color: #fff;
}

#contents .inspection-fee .money-txt {
  font-size: 20px;
}

#contents .inspection-fee .money-txt .num {
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  font-size: 40px;
  padding: 0 15px;
  letter-spacing: 0.02em;
}

/**/
.inspection-list {
  align-content: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  align-items: baseline;
}

.inspection-list .inspection-item {
  width: calc(100% / 2 - 15px);
  margin-right: 20px;
  margin-bottom: 20px;
  background-color: #fff;
  border: 2px solid #007bbb;
  border-radius: 10px;
  position: relative;
}

.inspection-list .inspection-item:nth-child(2n) {
  margin-right: 0;
}

#contents .inspection-list .inspection-item .inspection-ttl {
  text-align: center;
  font-size: 17px;
  font-weight: 500;
  margin-bottom: 0;
  padding: 15px 10px;
}

.inspection-list .inspection-detail {
  background-color: #eef2f5;
  padding: 10px 10px;
  border-radius: 5px;
  margin: 5px 10px 15px;
}

.inspection-list .inspection-detail {
  display: none;
}

.inspection-list .inspection-detail.open {
  display: block;
}

#contents .inspection-list .inspection-item .inspection-ttl:before {
  transform: rotate(90deg);
}

#contents .inspection-list .inspection-item:before {
  background-image: url(../image/contents/medical/inspection_ico_01.svg);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 40px;
  width: 25px;
  position: absolute;
  top: 12px;
  bottom: 0;
  left: 25px;
}

#contents .inspection-list .inspection-item:nth-child(2):before {
  background-image: url(../image/contents/medical/inspection_ico_02.svg);
  width: 14px;
  left: 30px;
}

#contents .inspection-list .inspection-item:nth-child(3):before {
  background-image: url(../image/contents/medical/inspection_ico_03.svg);
  width: 40px;
  height: 29px;
  top: 18px;
  left: 20px;
}

#contents .inspection-list .inspection-item:nth-child(4):before {
  background-image: url(../image/contents/medical/inspection_ico_04.svg);
  width: 36px;
  left: 20px;
}

#contents .inspection-list .inspection-item:nth-child(5):before {
  background-image: url(../image/contents/medical/inspection_ico_05.svg);
}

#contents .inspection-list .inspection-item .inspection-ttl:before,
#contents .inspection-list .inspection-item .inspection-ttl:after {
  position: absolute;
  right: 25px;
  width: 3px;
  top: 22px;
  height: 15px;
  border-radius: 5px;
  background-color: #2589d0;
  content: '';
}

#contents .inspection-list .inspection-item .inspection-ttl.active::after {
  transform: rotate(90deg);
}

.medical-item {
  padding: 30px 0 30px;
  border-bottom: 1px dotted #0d9bd5;
}

.medical-list .medical-item:first-child {
  border-top: 1px dotted #0d9bd5;
}

.medical-list .medical-item:last-child {
  margin-bottom: 10px;
}

#contents .medical-item p:last-child {
  margin-bottom: 0;
}

/**/
#contents .blue-box h3 .min-txt {
  font-size: 16px;
}

.pink-box {
  background-color: #fbeef0;
  border-radius: 10px;
  padding: 50px 40px;
}

#contents .pink-box h3 {
  border-left: 4px solid #db535e;
}

.pink-box .special .medical-item {
  border-color: #db535e;
}

#contents .pink-box .special .medical-item h4 {
  color: #db535e;
}

.procedure-area .table-procedure th {
  border: none;
  width: 50px;
  background-color: #007bbb;
  color: #fff;
  font-size: 20px;
  text-align: center;
}

.procedure-area .table-procedure th.second {
  background-color: #46b5ee;
}

.procedure-area .table-procedure th.third {
  background-color: #dff4ff;
  color: #007bbb;
}

.procedure-area .table-procedure tr {
  border: none;
}

.procedure-area .table-procedure:nth-child(3) th {
  background-color: #46b5ee;
}

.procedure-area .table-procedure:nth-child(4) th {
  background-color: #dff4ff;
  color: #007bbb;
}

.procedure-area .table-procedure td {
  border-left: 0;
}

.procedure-area .table-procedure {
  border: 0;
  width: 100%;
}

.procedure-area .table-procedure tr:first-child td:nth-child(2) {
  border-top: 1px dotted #0d9bd5;
}

#contents .procedure-area .table-procedure td h3 {
  position: relative;
  padding-left: 55px;
  border: none;
}

#contents .procedure-area .table-procedure td h3 .num {
  position: absolute;
  left: 0;
  padding: 7px 14px 7px 14px;
  border-radius: 25px;
  border: 1px solid #007bbb;
  color: #007bbb;
  top: 2px;
}

.procedure-area .table-procedure td .please-note {
  padding: 20px;
  background-color: #fff0f1;
  border-radius: 5px;
  margin-bottom: 20px;
  border: 2px solid #da656f;
  width: 100%;
  max-width: 400px;
}

#contents .please-note h5 {
  margin: 0 0 10px;
}

.procedure-area .table-procedure tr:last-child td:last-child {
  border-bottom: 1px dotted #0d9bd5;
}

#contents .procedure-area .table-procedure td .please-note h4.look-red {
  color: #db535e;
}

.procedure-area .table-procedure .follow-up {
  align-items: center;
}

#contents .blue-box .ttl .ttl-cat {
  border-radius: 5px;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  margin-right: 60px;
  text-align: center;
  width: 200px;
  background-color: #da656f;
}

#contents .blue-box .ttl .ttl-cat.gray {
  background-color: #727171;
}

.procedure-area .table-procedure td .blue-box {
  padding: 30px 20px;
}

#medical #contents .ttl .ttl-cat {
  line-height: 1.4em;
  padding: 4px 0;
}

.tel-content {
  display: flex;
  margin-top: 30px;
  position: relative;
  padding-left: 70px;
}

.tel-content:before {
  background-image: url(../image/contents/tel_ico_blue.svg);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 73px;
  width: 62px;
  position: absolute;
  top: 4px;
  bottom: 0;
  margin: auto;
  left: 0;
}

#contents .tel-content p {
  font-size: 20px;
  color: #007bbb;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 0;
}

#contents .tel-content .num .tel {
  color: #007bbb;
  display: block;
  font-family: 'Lato', sans-serif;
  font-size: 48px;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 0.8;
  max-width: 440px;
  padding-left: 20px;
  position: relative;
}

#contents .tel-content .num .min-txt {
  font-size: 14px;
  font-weight: 400;
  color: #333;
  padding-left: 20px;
}

.time-content {
  padding: 15px 30px;
  background-color: #fff0f1;
  border-radius: 5px;
}

.mail-area {
  padding-left: 70px;
  position: relative;
}

#contents .mail-area .mail {
  font-size: 30px;
  color: #007bbb;
  font-weight: bold;
  margin-bottom: 0;
  line-height: 1;
}

#contents .mail-area .txt {
  margin-bottom: 0;
  font-size: 15px;
  color: #333;
  font-weight: 500;
}

.mail-area:before {
  background-image: url(../image/contents/medical/procedure_ico_01.svg);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 43px;
  width: 59px;
  position: absolute;
  top: 13px;
  bottom: 0;
  margin: auto;
  left: 0;
}

.procedure-area .link-btn.bus-checkup {
  border-radius: 10px;
  max-width: 500px;
}

.web-interview .txt-2box {
  width: 26%;
}

.web-interview .txt-2box.end {
  width: 71%;
}

.web-interview .txt-2box img {
  width: 100%;
  max-width: 280px;
}

.web-interview {
  width: 100%;
  margin-top: 30px;
  align-items: center;
}

.web-interview .link-btn.pink {
  background-color: #da656f;
  border-radius: 10px;
  max-width: 450px;
}

#contents .table-procedure .follow-up .tel-content {
  display: block;
  padding: 0;
  margin-top: 0;
}

#contents .table-procedure .follow-up .tel-content::before {
  display: none;
}

#contents .table-procedure .follow-up .tel-content h5 {
  background-color: #007bbb;
  color: #fff;
  padding: 10px;
  text-align: center;
}

#contents .table-procedure .follow-up .tel-content .num {
  text-align: center;
  position: relative;
  width: 100%;
  max-width: 325px;
  margin: auto;
}

#contents .table-procedure .follow-up .tel-content .num:before {
  background-image: url(../image/contents/medical/procedure_ico_04.svg);
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  display: block;
  height: 50px;
  width: 50px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 400px;
  margin: auto 10px auto auto;
}

#contents .table-procedure .follow-up .tel-content .num .tel {
  max-width: 100%;
  padding: 0;
  margin: 20px 0;
}

#contents .table-procedure .follow-up .tel-content .time {
  color: #333;
  font-weight: 500;
  font-size: 16px;
  line-height: 2;
}

#contents .table-procedure .follow-up .tel-content .time .ttl {
  background-color: #e6f2f9;
  padding: 2px 15px;
  border-radius: 30px;
  margin-right: 12px;
  color: #007bbb;
}

#contents .table-procedure .follow-up .flex.txt p {
  background-color: #bd9522;
  padding: 10px;
  text-align: center;
  border-radius: 25px;
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  position: relative;
}

#contents .table-procedure .follow-up .flex.txt .txt-2box.end p {
  background-color: #cb6576;
}

#contents .table-procedure .follow-up .flex.txt .txt-2box {
  width: calc(100% / 2 - 10px);
  margin: 0;
}

.procedure-area .table-procedure .link-btn.follow {
  max-width: 80%;
  border-radius: 5px;
  padding: 20px;
  font-size: 21px;
  margin: 50px auto 40px;
}

#contents .table-procedure .follow-up .flex.txt p:before {
  content: "";
  position: absolute;
  left: calc(45%);
  box-sizing: border-box;
  width: 15px;
  height: 15px;
  border: 15px solid transparent;
  border-left: 18px solid #bd9522;
  transform: rotate(90deg);
  top: calc(100% - 5px);
}

#contents .table-procedure .follow-up .flex.txt .txt-2box.end p::before {
  border-left: 18px solid #cb6576;
}

.procedure-area .table-procedure td .blue-box {
  width: 100%;
  max-width: 800px;
}

/*--------------特定健診--------------*/
.flex.type {
  margin-bottom: 20px;
  justify-content: center;
}

.flex.type .txt-3box {
  padding: 20px;
  max-width: 190px;
  height: 190px;
  text-align: center;
  position: relative;
  border: 3px solid #f39800;
  border-radius: 100%;
  margin-right: 70px;
}

#contents .flex.type .txt-3box .type-txt {
  position: absolute;
  top: 50%;
  left: 50%;
  line-height: 1.5em;
  transform: translate(-50%, -50%);
  width: 100%;
  font-size: 25px;
  font-weight: 500;
  color: #f39800;
}

.flex.type .txt-3box:last-child {
  margin-right: 0;
}

#contents h2.main-txt {
  font-size: 300%;
  line-height: 1.9;
}

#contents h2.main-txt .highlight {
  font-size: 165%;
  line-height: 1.2;
  color: #f39800;
  padding-right: 10px;
}

.prices-area .txt-2box {
  padding: 40px 30px;
  border-radius: 10px;
}

#contents .prices-area .txt-2box h3.ico-box {
  border: none;
  padding: 0;
}

#contents .prices-area .txt-2box .white-ttl {
  background-color: #fff;
  padding: 7px;
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  color: #333;
  margin-bottom: 5px;
}

#contents .prices-area p {
  color: #fff;
  text-align: center;
}

#contents .prices-area .txt-2box .white-ttl img {
  width: 100%;
  max-width: 350px;
}

#contents .prices-area .txt-2box.gray .white-ttl {
  padding: 11px;
}

.prices-area .txt-2box.red {
  background-color: #bb272d;
}

.prices-area .txt-2box .gray-box {
  background-color: #007bbb;
  padding: 40px 30px;
}

.prices-area .txt-2box.gray {
  padding: 0;
  border-radius: 0;
}

.prices-area .txt-2box .gray-box:first-child {
  border-radius: 10px 10px 0 0;
}

.prices-area .txt-2box .gray-box:last-child {
  border-radius: 0 0 10px 10px;
}

#contents .prices-area .have {
  text-align: center;
  font-size: 18px;
  font-weight: 500;
}

#contents .prices-area .txt-2box.red .subject {
  margin-top: 30px;
  margin-bottom: 60px;
  font-size: 30px;
}

#contents .prices-area .txt-2box .subject {
  font-size: 23px;
}

#contents .prices-area .txt-2box .prices {
  font-size: 100px;
  line-height: 0.9;
  margin-bottom: 0;
  font-weight: 600;
}

#contents .prices-area .txt-2box.gray .prices {
  font-size: 100px;
}

.prices-area .txt-2box .gray-box:nth-child(2),
.prices-area .txt-2box .gray-box:last-child {
  padding: 20px 30px 20px;
}

.prices-area .txt-2box .gray-box:first-child {
  padding: 40px 30px 30px;
}

.bg-orange {
  background-color: #f9a64a;
  padding: 80px 0;
}

#contents .bg-orange h2 {
  color: #fff;
}

#contents h2 .min-txt {
  font-size: 16px;
}

#specific #contents .inspection-list .inspection-item:nth-child(2):before,
#contents .inspection-list .inspection-item:nth-child(6):before {
  background-image: url(../image/contents/medical/inspection_ico_06.svg);
  width: 29px;
  height: 37px;
  left: 25px;
}

#specific #contents .inspection-list .inspection-item:nth-child(3):before {
  background-image: url(../image/contents/medical/inspection_ico_07.svg);
  top: 16px;
}

#specific #contents .inspection-list .inspection-item:nth-child(4):before {
  background-image: url(../image/contents/medical/inspection_ico_02.svg);
  width: 14px;
  left: 30px;
}

#specific #contents .inspection-list .inspection-item:nth-child(5):before {
  background-image: url(../image/contents/medical/inspection_ico_08.svg);
  width: 35px;
  height: 26px;
  top: 18px;
  left: 20px;
}

#specific #contents .inspection-list .inspection-item:nth-child(6):before {
  background-image: url(../image/contents/medical/inspection_ico_09.svg);
  width: 27px;
  height: 34px;
  top: 13px;
  left: 24px;
}

.link-btn.big-link {
  padding: 20px 10px;
  border-radius: 10px;
  max-width: 500px;
}

.link-btn.pc-ico {
  position: relative;
}

.link-btn.pc-ico:after {
  background-image: url(../image/contents/medical/procedure_ico_02_white.svg);
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 20px;
  margin: auto;
  width: 80px;
  height: 40px;
}

#contents .procedure-area .table-procedure td p.look-red {
  font-size: 20px;
  font-weight: 600;
}

/*法人の方へ*/
#company .companies-content .txt-2box {
  background-color: #e6f2f9;
  padding: 30px;
  margin-bottom: 35px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
}

#company .companies-content .txt-2box .link-btn {
  margin: auto;
}

#company .companies-content .txt-2box p {
  flex-grow: 1;
  display: flex;
  margin-top: auto;
}

.explanation-box {
  border-radius: 10px;
  padding: 40px 30px 25px;
  background-color: #f3f3f3;
}

#contents .explanation-box p {
  font-weight: 500;
}

/*託児サービスのご案内*/
.link-btn.bg {
  max-width: 450px;
  border-radius: 5px;
  padding: 15px;
  margin: 27px auto;
}

#child #contents .application-type .ttl .tel-content p.num {
  display: flex;
  flex-direction: column;
}

#contents .guidance-area h2 {
  font-size: 180%;
}

#contents .guidance-area h2 .highlight {
  font-size: 230%;
  line-height: 2;
  color: #eb6ea5;
}

#child #contents .main-page .contact-box .link-btn.bg {
  margin-bottom: 0;
}

#contents .main-page .contact-box .ttl-cat.pink {
  background-color: #da656f;
}

.img-area {
  width: 100%;
  max-width: 850px;
  margin: auto;
}

#child #contents .flow-area h3 {
  border: 0;
  text-align: center;
  background-color: #eb6ea5;
  border-radius: 5px;
  color: #fff;
  padding: 15px 10px;
  margin-bottom: 40px;
}

#child #contents .flow-area .flow-content h4 {
  color: #eb6ea5;
  font-size: 25px;
  position: relative;
  padding-left: 50px;
}

#child #contents .flow-area .flow-content h4:before {
  position: absolute;
  content: "";
  background-image: url(../image/contents/medical/child/flow_num_01.svg);
  width: 40px;
  height: 41px;
  left: 0;
  top: -5px;
}

#child #contents .flow-area .flow-content.second h4::before {
  background-image: url(../image/contents/medical/child/flow_num_02.svg);
}

#child .schedule-list {
  background-color: #fdedf0;
  border: 2px solid #eb6ea5;
  padding: 30px 40px;
}

#child .schedule-list .schedule-item {
  padding-left: 0;
}

#child .schedule-list .schedule-item li.date-time {
  padding: 15px 0 15px 30px;
  border-bottom: 1px dotted #eb6ea5;
  font-size: 17px;
  font-weight: 500;
  list-style: none;
  position: relative;
}

#child .schedule-list .schedule-item li.date-time:first-child {
  border-top: 1px dotted #eb6ea5;
}

#child .schedule-list .schedule-item li.date-time:before {
  content: "";
  width: 10px;
  height: 10px;
  display: block;
  background-color: #eb6ea5;
  border-radius: 50%;
  position: absolute;
  left: 10px;
  top: 25px;
}

.please-note {
  padding: 30px;
  background-color: #fff0f1;
  border-radius: 10px;
  margin-bottom: 50px;
  border: 2px solid #da656f;
}

.flow-content.second .img-2box-txt {
  margin-left: 0;
}

.flow-content.second .img-2box img {
  width: 100%;
  max-width: 270px;
}

.flow-content.second .img-2box-txt .please-note {
  margin-top: 20px;
}

#medical #contents .main-page .link-area .link-item .link-bnr .flex {
  gap: 50px;
}

#contents .ttl .ttl-cat {
  border-radius: 5px;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  margin-right: 20px;
  text-align: center;
  width: 150px;
}

#contents .ttl .ttl-cat.blue {
  background-color: #007bbb;
}

#contents .ttl .ttl-cat.pink {
  background-color: #eb6ea5;
}

#child #contents .application-type .ttl {
  display: flex;
  align-items: center;
  width: 100%;
}

#child #contents .application-type .ttl .tel-content {
  margin-top: 0;
  padding-left: 40px;
}

#child #contents .application-type .ttl .tel-content p {
  font-size: 14px;
}

#child #contents .application-type .ttl .tel-content .num .tel {
  font-size: 30px;
  padding-left: 10px;
}

#child #contents .application-type .ttl .tel-content .num .min-txt {
  font-size: 13px;
  padding-left: 0;
}

#child #contents .application-type .ttl .tel-content::before {
  height: 35px;
  width: 35px;
  top: 0;
}

#contents h5.form-ttl {
  font-size: 25px;
  text-align: center;
  margin-top: 0;
}

#child .gray-box {
  background-color: #f3f3f3;
  padding: 30px 40px;
  border-radius: 10px;
  margin-top: 30px;
}

#contents .guidance-area p.txt-center {
  font-weight: 500;
  font-size: 20px;
}

.flow-content.second .please-note.form {
  width: 100%;
  max-width: 740px;
  margin: auto auto 50px;
}

#contents .main-page .bg-photo .contact-box .link-btn.pc {
  margin-bottom: 0;
}

/*-----共通------*/
br.br-1200,
br.br-1040 {
  display: none;
}

#contents .ttl .ttl-cat.gray {
  background-color: #727171;
}

#contents .main-page .contact-box .ttl-cat {
  width: 200px;
  margin-bottom: 5px;
}

#contents .main-page .contact-box .ttl {
  display: grid;
  margin-bottom: 10px;
}

#contents .main-page .contact-box .mail {
  position: relative;
  text-align: left;
  padding-left: 50px;
}

#contents .main-page .contact-box .mail:before {
  background-image: url(../image/contents/medical/procedure_ico_01.svg);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 30px;
  width: 40px;
  position: absolute;
  top: 7px;
  bottom: 0;
  margin: auto;
  left: 0;
}

@media screen and (max-width: 1300px) {

  /*法人の方へ*/
  #company .anc-link .txt-4box {
    width: calc(100% / 2 - 20px);
    margin-right: 0;
    margin-bottom: 20px;
  }

  #company .anc-link .txt-4box .link-btn.anchor {
    max-width: 100%;
  }
}

@media screen and (max-width: 1200px) {
  #medical #contents .main-page .link-area .link-item .link-bnr .flex {
    display: block;
  }

  #medical #contents .main-page .link-area .link-item .link-bnr .flex .txt-box:first-child {
    margin-bottom: 15px;
  }

  br.br-1200 {
    display: block;
  }
}

@media screen and (max-width: 1040px) {
  br.br-1040 {
    display: block;
  }
}

/* view-1140 notePC,Tablet */
@media screen and (max-width: 1140px) {
  br.br-none-1140 {
    display: none;
  }

  /* 託児サービス */
  #child #contents .guidance-area p.txt-center {
    font-size: 18px;
  }

  #contents .guidance-area h2 .highlight {
    font-size: 60px;
  }

  /* 特定健診 */
  #contents .procedure-area .table-procedure td p.look-red {
    font-size: 16px;
  }

  #specific #contents h2.main-txt {
    font-size: 37px;
    line-height: 1.8;
  }

  #contents .prices-area .txt-2box.red .subject {
    font-size: 25px;
  }

  #contents .flex.type .txt-3box .type-txt {
    font-size: 18px;
  }

  .flex.type .txt-3box {
    max-width: 140px;
    height: 140px;
    margin-right: 25px;
  }

  /* 法人の方へ */
  .explanation-box {
    padding: 40px 25px 25px;
  }

  /*一般健診・特殊健診*/
  #contents .table-procedure .follow-up .tel-content .time .ttl,
  #contents .table-procedure .follow-up .tel-content .time {
    font-size: 15px;
  }

  #contents .table-procedure .follow-up .tel-content .num:before {
    height: 42px;
    width: 42px;
    right: unset;
    left: 0;
  }

  #contents .tel-content .num .tel {
    font-size: 40px;
  }

  #contents .table-procedure .follow-up .tel-content .num .tel {
    margin: 12px 0 20px;
  }

  #contents .tel-content p {
    font-size: 18px;
  }

  #contents .table-procedure .follow-up .tel-content .num {
    max-width: 357px;
    margin: 0 auto;
    padding-left: 20px;
  }

  #contents .table-procedure .follow-up .tel-content h5 {
    font-size: 16px;
    margin: 20px 0 15px;
    padding: 8px;
  }

  #contents .table-procedure .follow-up .flex.txt p:before {
    height: 10px;
    width: 10px;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-left: 15px solid #bd9522;
  }

  #contents .table-procedure .follow-up .flex.txt .txt-2box.end p::before {
    border-left: 15px solid #cb6576;
  }

  #contents .table-procedure .follow-up .flex.txt p {
    font-size: 15px;
    padding: 8px;
  }

  .procedure-area .table-procedure .follow-up .txt-2box {
    width: 42%;
  }

  .procedure-area .table-procedure .follow-up .txt-2box.end {
    width: 55%;
  }
}

/* view-1040 notePC,Tablet */
@media screen and (max-width: 1040px) {

  /*一般健診・特殊健診*/
  .procedure-area .table-procedure .follow-up .txt-2box {
    width: 35%;
  }

  .procedure-area .table-procedure .follow-up .txt-2box.end {
    width: 62%;
  }
}

/* view-959 Mobile,Tablet */
@media screen and (max-width: 959px) {
  #company .anc-link .txt-3box.end {
    margin-right: 0;
  }

  #company .anc-link .txt-3box .link-btn {
    max-width: 100%;
  }

  /* 託児サービス */
  #child .flow-content.second .img-2box {
    position: absolute;
    top: -60px;
    right: 20px;
    max-width: 150px;
  }

  #child .flow-content.second .flex {
    position: relative;
  }

  #child .schedule-list {
    padding: 30px 30px 35px;
  }

  #child .schedule-list .schedule-item li.date-time {
    font-size: 15px;
  }

  #child .schedule-list .flex {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }

  #child .flow-area .txt-center.no-mb img {
    position: relative;
    top: 1px;
    width: 420px;
  }

  #contents .guidance-area h2 .highlight {
    font-size: 50px;
  }

  #child .img-area {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }

  /* 特定健診 */
  #contents .prices-area .txt-2box.red .subject {
    font-size: 23px;
    line-height: 1.7em;
    margin: 30px 0;
  }

  #contents .prices-area .txt-2box .prices,
  #contents .prices-area .txt-2box.gray .prices {
    font-size: 60px;
  }

  .prices-area .txt-2box .gray-box:nth-child(2),
  .prices-area .txt-2box .gray-box:last-child {
    padding: 20px;
  }

  #contents .prices-area .txt-2box .subject {
    font-size: 20px;
  }

  #contents .prices-area .txt-2box .white-ttl {
    font-size: 20px;
    max-height: 57px;
    padding: 9px;
  }

  .prices-area .txt-2box .gray-box:first-child {
    padding: 30px 20px;
  }

  #contents .prices-area .txt-2box .white-ttl img {
    max-width: 275px;
  }

  .prices-area .txt-2box {
    padding: 30px 20px;
  }

  #specific #contents h2.main-txt {
    margin-bottom: 50px;
  }

  #contents .prices-area .flex {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }

  /* 法人の方へ */
  .explanation-box p br {
    display: none;
  }

  .explanation-box p {
    text-align: left;
  }

  /*一般健診・特殊健診*/
  .anc-link .txt-3box {
    width: calc(100% / 3 - 10px);
    margin-right: 0;
  }

  .inspection-list .inspection-item {
    width: 100%;
    margin-right: 0;
  }

  .blue-box,
  .pink-box {
    padding: 40px 30px;
  }

  .inspection-fee {
    padding: 25px 20px;
  }

  .procedure-area .table-procedure .link-btn.follow {
    font-size: 17px;
    margin: 30px auto 25px;
    max-width: 100%;
    padding: 17px;
  }

  #contents .procedure-area .table-procedure td h3 {
    padding-left: 47px;
  }

  #contents .procedure-area .table-procedure td h3 .num {
    padding: 4px 12px 4px 12px;
  }

  #contents .mail-area .mail {
    font-size: 25px;
  }

  .procedure-area .table-procedure th {
    font-size: 18px;
    line-height: 1.4em;
    padding: 13px;
    width: 45px;
  }

  .procedure-area .table-procedure th,
  .procedure-area .table-procedure td {
    padding: 13px;
  }

  .procedure-area .table-procedure td h3+p br {
    display: none;
  }

  .procedure-area .table-procedure .follow-up .txt-2box {
    width: 35%;
  }

  .procedure-area .table-procedure .follow-up .txt-2box.end {
    width: 62%;
  }
}

@media screen and (max-width: 834px) {

  /*共通*/
  .br-none-834 {
    display: none;
  }

  /*一般健診・特殊健診*/
  #contents .blue-box .txt-center,
  #contents .pink-box .txt-center {
    text-align: left;
  }

  #contents .inspection-fee p.asterisk.min {
    text-align: left;
  }

  .web-interview .txt-2box {
    width: 100%;
  }

  .web-interview .txt-2box img {
    margin-bottom: 20px;
    max-width: 200px;
  }
}

@media screen and (max-width: 767px) {

  /* 託児サービス */
  #contents form .table-01 th,
  #contents form .table-01 td {
    display: block;
    width: 100%;
  }

  #child #contents .application-type .ttl .tel-content {
    display: flex;
  }

  #child #contents .application-type .ttl {
    display: block;
    margin-bottom: 30px;
  }

  #child #contents .ttl .ttl-cat {
    display: block;
    margin-bottom: 10px;
  }

  #child #contents .guidance-area p.txt-center {
    font-size: 15px;
    text-align: left;
  }

  #child #contents .guidance-area p.txt-center br {
    display: none;
  }

  #contents .guidance-area h2 .highlight {
    font-size: 43px;
  }

  /* 特定健診 */
  #contents .prices-area .txt-2box.red .subject br:nth-child(1),
  #contents .prices-area .txt-2box.red .subject br:nth-child(3) {
    display: none;
  }

  #contents .prices-area .flex {
    grid-template-columns: 100%;
    gap: 30px;
  }

  /* 法人の方へ */
  #company .anc-link .txt-4box {
    width: calc(100% / 2 - 5px);
  }

  /* 一般健診・特殊健診 */
  #contents .anc-link {
    justify-content: center;
  }

  .anc-link .txt-3box {
    margin-right: 0;
    width: 100%;
  }

  .anc-link .link-btn.anchor {
    max-width: 100%;
  }

  .anc-link .txt-3box:nth-child(2) {
    margin-right: 0;
  }

  #contents .mail-area .mail {
    font-size: 22px;
  }

  .procedure-area .table-procedure .follow-up .txt-2box {
    width: 100%;
  }

  .procedure-area .table-procedure .follow-up .txt-2box.end {
    margin-top: 35px;
    width: 100%;
  }

  #contents .blue-box .ttl {
    display: grid;
  }

  #contents .blue-box .ttl .ttl-cat {
    display: block;
    margin-bottom: 10px;
  }

  #contents .tel-content .num .tel {
    padding-left: 0;
  }

  #contents .tel-content p {
    font-size: 16px;
  }

  #contents .tel-content .num .min-txt {
    padding-left: 0;
  }

  #contents .blue-box .tel-content p br {
    display: none;
  }

  .tel-content {
    display: block;
  }
}

@media screen and (max-width: 640px) {
  #company .anc-link .txt-3box {
    margin-right: 0;
    width: 100%;
  }

  /* 託児サービス */
  #child #contents .application-type .link-bnr .ttl {
    display: block;
  }

  #child #contents .ttl .ttl-cat {
    display: block;
  }

  #child .flow-content.second .img-2box {
    top: -10px;
    right: 10px;
    max-width: 110px;
  }

  #child .schedule-list .flex {
    grid-template-columns: 100%;
  }

  #contents .guidance-area h2 .highlight {
    font-size: 38px;
  }

  /* 法人の方へ */
  #contents .explanation-box {
    margin-bottom: 45px;
  }

  #company #contents .anc-link {
    margin-bottom: 40px;
  }

  #company .anc-link .txt-4box {
    margin-bottom: 15px;
    width: 100%;
  }
}

/* view-559 Mobile */
@media screen and (max-width: 559px) {
  #contents .table-procedure .follow-up .tel-content h5 {
    font-size: 14px;
  }

  #contents .main-page .contact-box .mail:before {
    height: 22px;
    width: 30px;
  }

  #contents .main-page .contact-box .mail {
    padding-left: 40px;
  }

  /*共通*/
  .br-none-559 {
    display: none;
  }

  /* 託児サービス */
  .flow-content.second .please-note.form {
    margin-bottom: 35px;
    padding: 30px 15px;
  }

  #child .flow-content.second .please-note.form br {
    display: none;
  }

  #child #contents .ttl .ttl-cat {
    padding: 4px;
    width: 100%;
  }

  #child #contents .application-type .ttl .tel-content::before {
    height: 28px;
    width: 28px;
    top: 14px;
  }

  #child #contents .application-type .ttl .tel-content .num .tel {
    padding-left: 0;
  }

  #child #contents .application-type .ttl .tel-content p br {
    display: none;
  }

  #child #contents .application-type .ttl .tel-content p br.br-559 {
    display: block;
  }

  #child #contents .application-type .ttl .tel-content {
    display: block;
    padding-left: 35px;
  }

  #child .flow-content.second .img-2box {
    max-width: 95px;
    top: 5px;
  }

  .flow-content.second .img-2box-txt .please-note {
    padding: 30px 15px;
  }

  #child .schedule-list .schedule-item li.date-time {
    padding: 13px 0 13px 30px;
  }

  #child #contents .flow-area .flow-content h4 {
    font-size: 21px;
  }

  #child #contents .guidance-area {
    margin-bottom: 40px;
  }

  #child .schedule-list {
    padding: 30px 15px 35px;
  }

  #child .img-area {
    gap: 15px;
  }

  #contents .guidance-area h2 {
    font-size: 22px;
  }

  #contents .guidance-area h2 .highlight {
    display: block;
    font-size: 28px;
    line-height: 1.5em;
    margin-top: 10px;
  }

  /* 特定健診 */
  #contents .procedure-area .table-procedure td p.look-red {
    font-size: 15px;
  }

  .procedure-area .table-procedure td .blue-box {
    padding: 30px 15px;
  }

  #specific #contents .bg-orange h2 {
    line-height: 1em;
  }

  #specific #contents .bg-orange h2 .min-txt {
    display: block;
    font-size: 15px;
    margin-top: 12px;
  }

  .inspection-list .inspection-item:last-child {
    margin-bottom: 0;
  }

  .bg-orange {
    padding: 55px 0 60px;
  }

  .bg-gray {
    padding: 55px 0;
  }

  #contents .prices-area .txt-2box .white-ttl {
    font-size: 18px;
    padding: 10px;
  }

  #contents .prices-area .txt-2box .subject {
    font-size: 18px;
    margin-bottom: 8px;
  }

  #contents .prices-area .have {
    font-size: 16px;
  }

  .prices-area .txt-2box .gray-box:nth-child(2),
  .prices-area .txt-2box .gray-box:last-child {
    padding: 20px 15px 25px;
  }

  #contents .prices-area .txt-2box .gray-box:nth-child(2) {
    margin-bottom: 10px;
  }

  #contents .prices-area .txt-2box .gray-box:first-child {
    margin-bottom: 10px;
    padding: 25px 15px;
  }

  .prices-area .txt-2box {
    padding: 25px 15px;
  }

  #contents .prices-area .txt-2box.red .subject {
    font-size: 17px;
    margin: 25px 0;
  }

  .flex.type .txt-3box {
    max-width: 100px;
    height: 100px;
    margin-right: 10px;
    padding: 10px;
  }

  #contents .flex.type .txt-3box .type-txt {
    font-size: 14px;
  }

  #contents h2.main-txt .highlight {
    padding-right: 3px;
  }

  #specific #contents h2.main-txt {
    font-size: 22px;
    margin-bottom: 35px;
  }

  /* 法人の方へ */
  #company .companies-content .txt-2box {
    margin-bottom: 20px;
    padding: 30px 15px;
  }

  #company .companies-content .txt-2box:last-of-type {
    margin-bottom: 0;
  }

  #contents .explanation-box {
    padding: 40px 15px 25px;
  }

  /*一般健診・特殊健診*/
  #contents .anc-link {
    margin-bottom: 20px;
  }

  .main-page+.inner {
    margin-bottom: 35px;
  }

  .bg-gray {
    padding: 55px 0;
  }

  .anc-link .link-btn.anchor {
    padding: 10px;
  }

  .anc-link .txt-3box {
    margin-right: 0;
  }

  #contents .blue-box .ttl .ttl-cat {
    font-size: 15px;
    width: 185px;
  }

  .please-note br.br-559 {
    display: block;
  }

  .procedure-area .table-procedure .link-btn.follow {
    margin: 15px 0 10px;
  }

  #contents .table-procedure .follow-up .tel-content .time .ttl {
    display: block;
    font-size: 14px;
    line-height: 1.6em;
    margin: 0 auto 5px;
    max-width: 150px;
  }

  #contents .table-procedure .follow-up .tel-content .time {
    font-size: 14px;
  }

  #contents .table-procedure .follow-up .tel-content .num:before {
    height: 28px;
    width: 28px;
    right: unset;
    left: 0;
  }

  #contents .table-procedure .follow-up .tel-content .num {
    max-width: 235px;
    padding-left: 30px;
  }

  #contents .table-procedure .follow-up .flex.txt p {
    font-size: 14px;
  }

  #contents .table-procedure .follow-up .flex.txt .txt-2box {
    width: calc(100% - 110px);
  }

  #contents .table-procedure .follow-up .flex.txt .txt-2box.end {
    max-width: 100px;
  }

  #contents .procedure-area .table-procedure td h3 {
    padding-left: 40px;
  }

  #contents .procedure-area .table-procedure td h3 .txt-85 {
    display: block;
    margin-top: 3px;
  }

  #contents .procedure-area .table-procedure td h3 .num {
    font-size: 18px;
    padding: 3px 10px 3px 10px;
  }

  #contents .tel-content p {
    margin-bottom: 5px;
  }

  #contents .blue-box .tel-content p br.br-559 {
    display: block;
  }

  .tel-content {
    margin-top: 20px;
    padding-left: 35px;
  }

  .tel-content:before {
    height: 26px;
    width: 25px;
    bottom: unset;
    top: 18px;
  }

  #contents .tel-content .num .tel {
    font-size: 28px;
    margin-bottom: 7px;
  }

  #contents .mail-area .txt {
    display: inline-block;
    margin-bottom: 8px;
  }

  .mail-area {
    padding-left: 35px;
  }

  #contents .mail-area .mail {
    font-size: 16px;
  }

  .blue-box {
    padding: 30px 15px;
  }

  .mail-area:before {
    height: 19px;
    width: 25px;
    top: 3px;
  }

  .procedure-area .table-procedure th {
    font-size: 16px;
    width: 37px;
  }

  .procedure-area .table-procedure th,
  .procedure-area .table-procedure td {
    padding: 20px 10px;
  }

  .blue-box,
  .pink-box {
    padding: 30px 15px 20px;
  }

  .anc-link .txt-3box {
    width: 100%;
  }

  #contents .inspection-fee .ttl {
    font-size: 20px;
  }

  #contents .inspection-fee .money-txt {
    font-size: 18px;
  }

  #contents .inspection-fee .money-txt .num {
    font-size: 30px;
    padding: 0 10px;
  }

  .inspection-fee {
    padding: 20px 15px;
  }

  .web-interview .txt-2box.end {
    width: 100%;
  }
}

br.br-430 {
  display: none;
}

@media screen and (max-width: 430px) {
  br.br-430 {
    display: block;
  }
}

@media screen and (max-width: 375px) {
  #contents .main-page .contact-box .mail {
    font-size: 18px;
  }
}