@charset "utf-8";

/* default PC */
#nobori .bg-gray {
  padding: 65px 0 95px;
}

#nobori .main-area {
  align-items: center;
  display: grid;
  grid-template-columns: calc(75% - 30px) calc(25% - 30px);
  gap: 60px;
}

#nobori .main-area .txt-box h2 {
  font-size: 60px;
  margin-bottom: 30px;
  text-align: left;
}

#nobori .main-area .txt-box h2 .space {
  letter-spacing: -17px;
}

#nobori .main-area .txt-box .txt {
  font-size: 17px;
}

#nobori .main-area .txt-box .logo {
  margin: 0;
  margin-bottom: 35px;
  max-width: 340px;
}

#nobori .bg-box {
  background-color: #fff0f1;
  margin-bottom: 70px;
  padding: 60px 50px;
}

#nobori .inner h3 {
  border-left: 4px solid #db535e;
}

#nobori .bg-box .img-2box-txt {
  width: calc(65% - 50px);
  margin-left: 0;
}

#nobori .bg-box .img-2box {
  width: 35%;
  margin-left: 50px;
}

#nobori .inner .main-txt {
  font-size: 30px;
  margin-bottom: 40px;
}

#nobori .video-box {
  margin-bottom: 20px;
}

#nobori .video-box video {
  max-width: 100%;
}

#nobori .inner .btn-box {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}

#nobori .inner .btn-box .link-box:first-child .link-btn {
  margin: 0 0 0 auto;
}

#nobori .inner .logo {
  margin: 0 auto 30px;
  max-width: 430px;
  text-align: center;
}

#nobori .guidance-box {
  background-color: #fff0f1;
  margin: 0 auto 70px;
  max-width: 900px;
  padding: 30px 30px 17px;
  text-align: center;
  border: 2px solid #da656f;
}

#nobori .step-box {
  background-color: #fff;
}

#nobori .step-box h4 {
  color: #db535e;
}

#nobori .step-box .ttl {
  background-color: #db535e;
  color: #fff;
  font-size: 24px;
  line-height: 1.6em;
  padding: 20px 10px;
  text-align: center;
}

#nobori .step-box .ttl .sub-txt {
  display: block;
  font-size: 16px;
}

#nobori .step-box .inner-box {
  padding: 35px 60px;
}

#nobori .app-box {
  margin-bottom: 60px;
}

#nobori .app-box .app-img {
  max-width: 220px;
}

#nobori .app-box:last-of-type {
  margin-bottom: 40px;
}

#nobori .app-box:last-of-type .app-img {
  max-width: 100%;
}

#workers .mark-txt {
  display: block;
}

#info #contents .hour-box {
  color: #db535e;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.03em;
  margin: 0 auto;
  max-width: 200px;
  position: relative;
  text-align: center;
  width: 100%;
}

#info #contents .hour-box::before,
#info #contents .hour-box::after {
  background-color: #dc4848;
  content: "";
  display: block;
  height: 1px;
  width: 20px;
  position: absolute;
  bottom: 17px;
}

#info #contents .hour-box::before {
  margin-right: 5px;
  transform: rotate(55deg);
  left: 0;
}

#info #contents .hour-box::after {
  margin-left: 5px;
  transform: rotate(-55deg);
  right: 0;
}

#info #contents .hour-box .number {
  font-size: 28px;
  letter-spacing: 0.05em;
}

#result #contents .main-page .contact-box {
  padding-top: 34px;
}

#follow .follow-link-box {
  align-items: center;
}

#follow .follow-link-box p {
  margin-bottom: 0;
}

#follow .follow-link-box .logo {
  margin-left: 30px;
  max-width: 130px;
}

/* 各検査の内容と基準値 ここから */
#result #contents #blood .table-02 td p {
  margin-left: 5.9em;
  text-indent: -5.9em;
}

#result #contents #blood .table-02 td p.bg-01 {
  margin-left: 9.9em;
  text-indent: -9.9em;
}

#result #contents #blood .table-02 td p.bg-02 {
  margin-left: 9.9em;
  text-indent: -9.9em;
}

#contents .anchor-link-box .txt-3box {
  margin-right: 20px;
  margin-bottom: 20px;
  width: calc(100% / 3 - 15px);
}

#contents .anchor-link-box .txt-3box .link-btn.anchor::before {
  content: "";
  width: 7px;
  height: 7px;
  border: 0;
  border-top: solid 2px #ffffff;
  border-right: solid 2px #ffffff;
  position: absolute;
  top: 45%;
  right: 30px;
  margin-top: -4px;
  transform: rotate(135deg);
}

#contents .anchor-link-box .txt-3box.end {
  margin-right: 0;
}

#contents .anchor-link-box .txt-3box .link-btn.red {
  background-color: #db535e;
}

#contents .anchor-link-box .txt-3box .link-btn.green {
  background-color: #8fc21e;
}

#contents .anchor-link-box .txt-3box .link-btn.yellow {
  background-color: #f48921;
}

#contents .anchor-link-box .txt-3box .link-btn.orange {
  background-color: #ec6433;
}

#contents .anchor-link-box .txt-3box .link-btn.purple {
  background-color: #8956bf;
}

#contents .anchor-link-box .txt-3box .link-btn.dustypurple {
  background-color: #ca7ba5;
}

#result #contents #blood h3 {
  border-left: 4px solid #db535e;
}

#result #contents #blood h4 {
  color: #db535e;
}

#result #contents #blood .table-02 {
  border: 1px solid #db535e;
  border-left: none;
  border-collapse: separate;
  vertical-align: middle;
}

#result #contents #blood .table-02 th {
  background-color: #f8e8e8;
  border-left: 1px solid #db535e;
  border-top: 1px dotted #db535e;
}

#result #contents #blood .table-02 tr {
  border-top: 1px dotted #db535e;
}

#result #contents #blood .table-02 td {
  border-left: 1px solid #db535e;
  border-top: 1px dotted #db535e;
}

#result #contents #blood .table-02 tr:first-child th,
#result #contents #blood .table-02 tr:first-child td {
  border-top: none;
}

#result #contents #blood h3 {
  border-left: 4px solid #db535e;
}

#result #contents #urine-stool h3 {
  border-left: 4px solid #8fc21e;
}

#result #contents #urine-stool h4 {
  color: #8fc21e;
}

#result #contents #urine-stool .table-02 {
  border: 1px solid #8fc21e;
  border-left: none;
  border-collapse: separate;
  vertical-align: middle;
}

#result #contents #urine-stool .table-02 th {
  background-color: #f2f7e6;
  border-left: 1px solid #8fc21e;
  border-top: 1px dotted #8fc21e;
}

#result #contents #urine-stool .table-02 tr {
  border-top: 1px dotted #8fc21e;
}

#result #contents #urine-stool .table-02 td {
  border-left: 1px solid #8fc21e;
  border-top: 1px dotted #8fc21e;
}

#result #contents #urine-stool .green-table.table-02 th {
  background-color: #a3c656;
  color: #fff;
  border-top: 1px dotted #fff;
}

#result #contents #urine-stool .green-table.table-02 th {
  border-top: 1px dotted #fff;
}

#result #contents #urine-stool .green-table.table-02 th {
  background-color: #a3c656;
  color: #fff;
}

#result #contents #urine-stool .table-02 tr:first-child th,
#result #contents #urine-stool .table-02 tr:first-child td {
  border-top: none;
}

#result #contents #img h3 {
  border-left: 4px solid #f48921;
}

#result #contents #img h4 {
  color: #f48921;
}

#result #contents #img .table-02 {
  border: 1px solid #f48921;
  border-left: none;
  border-collapse: separate;
  vertical-align: middle;
}

#result #contents #img .table-02 th {
  background-color: #fdf3e7;
  border-left: 1px solid #f48921;
  border-top: 1px dotted #f48921;
}

#result #contents #img .table-02 tr {
  border-top: 1px dotted #f48921;
}

#result #contents #img .table-02 td {
  border-left: 1px solid #f48921;
  border-top: 1px dotted #f48921;
}

#result #contents #img .table-02 tr:first-child th,
#result #contents #img .table-02 tr:first-child td {
  border-top: none;
}

#contents .main-page #img .result-group h5 {
  color: #f48921;
}

#result #contents #digestive h3 {
  border-left: 4px solid #ec6433;
}

#result #contents #digestive h4 {
  color: #ec6433;
}

#result #contents #digestive .table-02 {
  border: 1px solid #ec6433;
  border-left: none;
  border-collapse: separate;
  vertical-align: middle;
}

#result #contents #digestive .table-02 th {
  background-color: #fff0eb;
  border-left: 1px solid #ec6433;
  border-top: 1px dotted #ec6433;
}

#result #contents #digestive .table-02 tr {
  border-top: 1px dotted #ec6433;
}

#result #contents #digestive .table-02 td {
  border-left: 1px solid #ec6433;
  border-top: 1px dotted #ec6433;
}

#result #contents #digestive .table-02 tr:first-child th,
#result #contents #digestive .table-02 tr:first-child td {
  border-top: none;
}

#contents .main-page #cancer .result-group h5 {
  color: #8956bf;
}

#result #contents #cancer h3 {
  border-left: 4px solid #8956bf;
}

#result #contents #cancer h4 {
  color: #8956bf;
}

#result #contents #cancer .table-02 {
  border: 1px solid #8956bf;
  border-left: none;
  border-collapse: separate;
  vertical-align: middle;
}

#result #contents #cancer .table-02 th {
  background-color: #f4eef9;
  border-left: 1px solid #8956bf;
  border-top: 1px dotted #8956bf;
}

#result #contents #cancer .table-02 tr {
  border-top: 1px dotted #8956bf;
}

#result #contents #cancer .table-02 td {
  border-left: 1px solid #8956bf;
  border-top: 1px dotted #8956bf;
}

#result #contents #cancer .table-02 tr:first-child th,
#result #contents #cancer .table-02 tr:first-child td {
  border-top: none;
}

#contents .main-page #blood .bg-white h5 {
  text-align: center;
}

#result #contents #cancer .pink h4 {
  color: #eb6da5;
}

#result #contents #cancer .pink .table-02 {
  border: 1px solid #eb6da5;
  border-left: none;
  border-collapse: separate;
  vertical-align: middle;
}

#result #contents #cancer .pink .table-02 th {
  background-color: #fcedf5;
  border-left: 1px solid #eb6da5;
  border-top: 1px dotted #eb6da5;
}

#result #contents #cancer .pink .table-02 tr {
  border-top: 1px dotted #eb6da5;
}

#result #contents #cancer .pink .table-02 td {
  border-left: 1px solid #eb6da5;
  border-top: 1px dotted #eb6da5;
}

#contents .main-page #cancer .result-group.pink h5 {
  color: #eb6da5;
  text-align: center;
}

#contents .main-page #cancer .result-group h5.title {
  letter-spacing: 0.03em;
  font-size: 1.4em;
  font-weight: 600;
}

#contents .main-page #other .result-group h5 {
  color: #ca7ba5;
}

#result #contents #other h3 {
  border-left: 4px solid #ca7ba5;
}

#result #contents #other h4 {
  color: #ca7ba5;
}

#result #contents #other .table-02 {
  border: 1px solid #ca7ba5;
  border-left: none;
  border-collapse: separate;
  vertical-align: middle;
}

#result #contents #other .table-02 th {
  background-color: #f9eff4;
  border-left: 1px solid #ca7ba5;
  border-top: 1px dotted #ca7ba5;
}

#result #contents #other .table-02 tr {
  border-top: 1px dotted #ca7ba5;
}

#result #contents #other .table-02 td {
  border-left: 1px solid #ca7ba5;
  border-top: 1px dotted #ca7ba5;
}

#result #contents #other .table-02 tr:first-child th,
#result #contents #other .table-02 tr:first-child td {
  border-top: none;
}

#result #contents #other .ico-group .txt-4box {
  margin: 0 15px 0 0;
  width: 20.7%;
  align-items: center;
}

#result #contents #other .ico-group .txt-4box.end {
  margin-right: 0;
}

#result #contents #other .ico-group img {
  width: 70px;
}

#result #contents #other .ico-group .txt {
  color: #333;
}

#result #contents #other .ico-group .ico-txt {
  color: #333;
  font-weight: 500;
  line-height: 1.6em;
  margin-left: 15px;
  width: calc(100% - 85px);
}

#result #contents #other .ico-group .bubble {
  background-color: #f1dbe6;
  color: #463b2d;
  display: flex;
  height: auto;
  letter-spacing: 0.03em;
  line-height: 1.7em;
  padding: 12px 10px;
  margin-right: 50px;
  position: relative;
  width: auto;
}

#result #contents .ico-group .bubble::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 40px 10.3px 40px 0;
  border-color: transparent #f1dbe6 transparent transparent;
  position: absolute;
  right: -10px;
  top: 0;
  bottom: 0;
  margin: auto;
  transform: rotate(180deg);
}

#contents .main-page .result-area .result-group:first-child {
  border-top: 2px solid #ededed;
}

#contents .main-page .result-area .result-group {
  border-bottom: 2px solid #ededed;
}

#contents .main-page .result-item {
  display: block;
  padding: 27px 15px;
  position: relative;
  width: 100%;
}

#contents .main-page .result-item h4 {
  font-weight: 700;
  letter-spacing: 0.06em;
  font-size: 24px;
}

#result #contents .main-page .table-02 th {
  width: 220px;
}

#contents .main-page .result-group .img-2box-txt {
  width: calc(75% - 50px);
  margin-left: 0;
}

#contents .main-page .result-group .img-2box {
  width: 25%;
  margin-left: 50px;
}

#contents .main-page .result-group .img-2box.flex {
  display: block;
}

#contents .main-page .result-group .img-2box.flex .txt-2box {
  width: 100%;
  margin-right: 0;
}

.bg-gray {
  padding: 25px 20px;
  background-color: #f3f3f3;
}

#contents .main-page .result-group h5 {
  font-size: 1.12em;
  margin: 0 0 5px;
  color: #007bbb;
  letter-spacing: 0.010em;
  font-weight: 500;
}

#result #contents .main-page .bg-orange {
  padding: 35px;
  background-color: #fdede3;
}

#result #contents .main-page .bg-orange .bg-white {
  margin-bottom: 30px;
}

#contents .main-page #blood .result-group h5 {
  color: #db535e;
}

#contents .main-page .result-group ul li {
  margin-bottom: 5px;
}

#contents .main-page .result-group ul li:last-child {
  margin-bottom: 0;
}

#contents .main-page #blood .bg-white {
  padding: 20px;
}

#contents .main-page #blood .bg-white h5 {
  text-align: center;
}

#contents .main-page #blood .result-group h5.title {
  text-align: center;
  letter-spacing: 0.03em;
  font-size: 1.4em;
  font-weight: 600;
}

#contents .main-page .result-group .bg-gray p {
  margin-bottom: 0;
}

#contents .main-page .result-group .sub-txt {
  font-weight: 500;
  padding-right: 15px;
}

#result #contents #blood .table-02 td p.bg-02 .sub-txt {
  padding-right: 45px;
}

/* 各検査の内容と基準値 ここまで */
/* 二次検査の受診者様へ ここから */
#info .main-page .important-txt {
  padding-right: 3px;
}

#info .main-txt-box {
  background-color: #e8f3f8;
  margin: 0 auto 50px;
  max-width: 900px;
  padding: 25px 20px;
  text-align: center;
}

#info .main-txt-box.bg-blue {
  background-color: #e8f3f8;
}

#info .main-txt-box.bg-white {
  background-color: #fff;
}

#info .main-page .bg-white {
  padding: 80px 0 90px;
}

#info .main-page .bg-blue.sml {
  padding: 25px;
}

#info .main-page .bg-blue {
  background-color: #e4f0f5;
  padding: 80px 0 90px;
}

#info #contents h5 {
  font-size: 18px;
  color: #007bbb;
  margin: 0 0 10px;
}

#info #contents h5.look-orange {
  color: #fff;
  background-color: #f48921;
  padding: 15px 20px;
  margin: 0 0 20px;
}

#info .main-page .bg-gray {
  padding: 80px 0 90px;
}

#info .main-page .bg-orange {
  background-color: #fff4e9;
  padding: 80px 0 90px;
}

#info .main-page .sub-ttl {
  font-size: 1.05em;
  font-weight: 500;
  letter-spacing: 0.03em;
}

#info .main-page .img-box {
  border: 1px solid #d4d4d4;
}

#contents .main-page .num-ttl .number {
  border-radius: 25px;
  margin-right: 10px;
  font-size: 1.4em;
  font-weight: 900;
}

#contents .main-page .num-ttl .txt {
  font-size: 118%;
  letter-spacing: 0.03em;
}

#contents .main-page .num-ttl.bg .txt {
  letter-spacing: 0.05em;
  font-size: 130%;
}

#contents .main-page .num-ttl.sml {
  margin-left: 2.2em;
  text-indent: -2.2em;
}

#contents .main-page .num-ttl.sml .txt {
  font-size: 100%;
}

#info .flow-area .flow-item {
  position: relative;
}

#info #contents .main-page .bg-orange .flow-area .num-ttl .number {
  color: #f48921;
}

#info #contents .main-page .bg-orange h3 {
  border-left: 4px solid #f48921;
}

#info #contents .main-page .bg-orange h4 {
  color: #f48921;
  font-weight: 700;
}

#info .flow-area .flow-item:before {
  content: "";
  position: absolute;
  top: calc(100% + 10px);
  right: 49%;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #1e8ac3;
  width: 0;
}

#info .bg-orange .flow-area .flow-item:before {
  border-top: 20px solid #f48921;
}

#info .flow-area .flow-item:last-child:before {
  display: none;
}

#info .main-page .flow-item,
#info .main-page .facility-box,
#info .main-page .device-box {
  padding: 45px;
}

#info .main-page .flow-item .flex.end {
  align-items: flex-end;
}

#info .main-page .flow-item.sml {
  padding: 0;
  border: 2px solid #f48921;
}

#info .main-page .flow-item.sml .check-box {
  padding: 0 20px 10px;
}

/* 電話レイアウト ここから*/
.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;
}

#contents .tel-content {
  display: block;
  padding: 0;
  margin-top: 0;
}

#contents .tel-content::before {
  display: none;
}

#info #contents .tel-content h5,
#workers #contents .tel-content h5 {
  background-color: #007bbb;
  color: #fff;
  padding: 10px;
  text-align: center;
  margin-bottom: 0;
}

#info #contents .tel-content .bg-white,
#workers #contents .tel-content .bg-white {
  padding: 20px;
}

#contents .tel-content .num {
  text-align: center;
  position: relative;
}

#contents .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;
}

#contents .tel-content .num .tel {
  max-width: 100%;
  padding: 0;
  margin: 20px 0;
}

#contents .tel-content .time {
  color: #333;
  font-weight: 500;
  font-size: 16px;
  line-height: 2;
}

#contents .tel-content .sub-txt {
  text-align: center;
  font-size: 15px;
  color: #333;
}

#contents .tel-content .time .ttl {
  background-color: #e6f2f9;
  padding: 2px 15px;
  border-radius: 30px;
  margin-right: 12px;
  color: #007bbb;
}

#workers #contents .tel-content .flex.sub-txt-box {
  display: block;
}

#contents .tel-content .flex.time,
#contents .tel-content .flex.address {
  margin-left: 30px;
}

#contents .tel-content .flex.time .ttl {
  width: 100px;
}

#contents .tel-content .address {
  color: #333;
  font-weight: 500;
  font-size: 16px;
  line-height: 2;
}

#contents .tel-content .flex.address .ttl {
  text-align: left;
  width: 100px;
}

#contents .tel-content .address .ttl {
  background-color: #e6f2f9;
  padding: 2px 15px;
  border-radius: 30px;
  margin-right: 12px;
  color: #007bbb;
}

#contents .tel-content .address .ttl p {
  font-size: 16px;
  font-weight: 500;
}

#contents .tel-content .flex.txt {
  margin-bottom: 30px;
}

#contents .tel-content .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 .tel-content .flex.txt .txt-2box.end p {
  background-color: #cb6576;
}

#contents .tel-content .flex.txt .txt-2box {
  width: calc(100% / 2 - 10px);
  margin-right: 0;
}

#contents .tel-content .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 .tel-content .flex.txt .txt-2box.end p::before {
  border-left: 18px solid #cb6576;
}

#checkup .procedure-area td .blue-box {
  width: 100%;
  max-width: 800px;
}

/* 電話レイアウト ここまで */
#info .main-page .flow-item .bg-photo {
  background: none;
  padding: 0;
}

#info .main-page .flow-item .bg-photo .contact-box.center {
  border-radius: 0;
  padding: 23px;
}

#info .main-page .flow-item .bubble {
  border-radius: 5px;
  padding: 10px 0;
  margin-bottom: 10px;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  text-align: center;
  background-color: #bd9526;
}

#info .main-page .flow-item .bubble:last-child {
  background-color: #cd6170;
}

#result #contents .main-page h2 {
  color: #333;
}

#result #contents .main-page .bg-photo h2,
#workers #contents .main-page .bg-photo h2 {
  color: #fff;
}

#contents .main-page .flex.start .contact-box {
  justify-content: flex-start;
}

#info #contents .main-page .contact-box .link-btn.bg {
  margin: 10px auto;
}

#contents .main-page .contact-box .link-btn.bg {
  max-width: 450px;
  border-radius: 5px;
  padding: 20px 10px 20px;
  margin: 27px auto;
}

#result #contents .main-page .bg-photo h2,
#info #contents .main-page .bg-photo h2 {
  font-size: 30px;
}

#info #contents .main-page h2,
#workers #contents .main-page h2,
#re-examination #contents .main-page h2,
#info #contents .main-page .txt,
#workers #contents .main-page .txt {
  color: #333;
}

#workers #contents .main-page h2.main-ttl {
  margin-top: 100px;
  color: #007bbb;
}

#workers #contents .main-page .bg-gray h2.main-ttl {
  margin-top: 40px;
}

#info #contents .main-page .bg-photo h2 {
  color: #fff;
}

#info #contents .check-box .txt-5box {
  background-color: #FFF;
  border-radius: 5px;
  padding: 8px 7px 8px 30px;
  position: relative;
}

#info #contents .check-box .txt-5box:before {
  background-color: #f48921;
  content: "";
  height: 20px;
  left: 0;
  position: absolute;
  top: 0.75em;
  width: 20px;
}

#info #contents .check-box .txt-5box:after {
  border-bottom: 3px solid #FFF;
  border-right: 3px solid #FFF;
  content: "";
  height: 10px;
  left: 6px;
  position: absolute;
  top: 0.88em;
  transform: rotate(50deg);
  width: 5px;
}

/* 施設レイアウト ここから */
#contents .facility-area {
  gap: 20px 0;
}

#contents .facility-area .txt-3box {
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
}

#contents .facility-area .txt-3box .link-btn {
  max-width: 270px;
  margin: auto auto 0;
  padding: 7px;
}

#contents .facility-area .txt-3box:nth-child(1) .link-btn {
  background-color: #007bbb;
}

#contents .facility-area .txt-3box:nth-child(3) .link-btn {
  background-color: #8f72c3;
}

#contents .facility-area .txt-3box:nth-child(4) .link-btn {
  background-color: #479a76;
}

#contents .facility-area .ttl {
  font-size: 19px;
  font-weight: 500;
  line-height: 1.6em;
}

/* 施設レイアウト ここまで */
#info #contents .device-txt .sub-ttl {
  border-radius: 5px;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  line-height: 1.8em;
  padding: 3px 35px;
  position: relative;
  top: -5px;
  text-align: center;
}

#info #contents .device-box .sub-ttl.black {
  background-color: #595757;
}

#info #contents .device-box .sub-ttl.red {
  background-color: #db535e;
}

#info #contents .device-box .bg-white {
  padding: 25px;
}

#info #contents .device-box .ttl {
  font-weight: 500;
  line-height: 1.5em;
  font-size: 20px;
  margin-bottom: 10px;
}

#info #contents .device-box .ttl.black {
  color: #595757;
}

#info #contents .device-box .ttl.red {
  color: #db535e;
}

#info #contents .device-box .img-box {
  border: none;
  position: relative;
  background-color: #f7f7f7;
}

#info #contents .device-box .img-box.end {
  background-color: #fff0f1;
}

#info #contents .device-box .txt-2box .img-box::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 0 20px 20px;
  border-color: transparent transparent transparent #f48921;
  position: absolute;
  right: -28px;
  top: 0;
  bottom: 0;
  margin: auto;
}

#info #contents .device-box .txt-2box.end .img-box::after {
  display: none;
}

/* 二次検査の受診者様へ ここまで */
/* 再検査・精密検査 申し込みフォーム ここから */
.please-note {
  padding: 30px;
  background-color: #fff0f1;
  border-radius: 5px;
  margin-bottom: 50px;
  border: 2px solid #da656f;
}

#re-examination #contents h2 {
  margin-top: 120px;
}

#re-examination #contents table select {
  width: 100%;
  max-width: 15%;
  margin: 0 10px;
}

#re-examination #contents table input#date-selection-01,
#re-examination #contents table input#date-selection-02,
#re-examination #contents table input#date-selection-03 {
  margin-left: 10px;
}

#re-examination #contents table .radio input,
#re-examination #contents table .checkbox input {
  margin-left: 0;
}

#re-examination #contents form .table-01 th.no-need {
  padding: 15px 20px 15px 60px;
}

#re-examination #contents form .img-sample-box img {
  border: 1px solid #ccc;
  display: inline-block;
  margin: 5px 0;
}

#re-examination #contents form .img-sample-box img:first-child {
  margin-right: 5px;
}

#re-examination #contents form span.wpcf7-form-control.wpcf7-checkbox {
  margin-bottom: 0;
}

/* 再検査・精密検査 申し込みフォーム ここまで */
/* 労災二次健診 ここから */
#workers #contents h5 {
  color: #007bbb;
  margin: 20px 0 0;
}

#workers #contents .flow-item {
  position: relative;
}

#workers #contents .flow-item::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 23px 0 23px 23px;
  border-color: transparent transparent transparent #1e8ac3;
  position: absolute;
  right: -30px;
  top: 0;
  bottom: 0;
  margin: auto;
}

#workers #contents .flow-item.end::after {
  display: none;
}

#workers #contents .flow-item:first-child ul {
  margin-top: 5px;
}

#workers .daiku-area .txt-2box {
  padding: 25px;
}

#workers .anchor-link-box {
  background-color: #fff;
  border: 3px solid #647717;
  border-radius: 10px;
  padding: 40px 40px 25px;
}

#workers .link-btn.anchor {
  background-color: transparent;
  border-radius: 0;
  color: #333;
  font-size: 17px;
  max-width: 100%;
  padding: 0;
  padding-left: 23px;
  text-align: left;
}

#workers .link-btn.anchor::before {
  color: #b2043e;
  right: unset;
  left: 8px;
}

#workers .flex.anchor-link-box {
  justify-content: center;
}

#workers .flex.anchor-link-box .txt-3box {
  margin-bottom: 20px;
}

#workers #contents li {
  margin-bottom: 5px;
}

#contents .qa-a ul>li+li {
  margin-top: 0;
}

#workers #contents ul.no-mt {
  padding-left: 20px;
}

#workers #contents ul.no-mt li::marker {
  display: none;
}

#workers .qa-list {
  margin-bottom: 30px;
  border: 1px solid #0d9bd5;
  border-left: 1px solid #0d9bd5;
  border-top: 1px dotted #0d9bd5;
}

#workers #contents h4.qa-ttl {
  position: relative;
  background-color: #e8f3f8;
  color: #007bbb;
  margin: 15px 0 0;
  font-size: 18px;
  padding: 20px 55px;
  transition: 0.8s;
  border-radius: 0;
  border-right: 1px solid #0d9bd5;
  border-left: 1px solid #0d9bd5;
  border-top: 1px solid #0d9bd5;
}

#workers #contents h4.qa-ttl:before {
  position: absolute;
  content: "Q";
  left: 0;
  padding: 0px 20px;
  color: #007bbb;
  font-size: 1.5em;
  top: 17px;
  font-weight: bold;
}

#workers #contents h4.qa-ttl.active::after {
  background-image: url(../image/base/arrow_white.svg);
  transform: rotate(-90deg);
}

#workers .qa-item {
  padding: 25px 20px 25px 55px;
  background-color: #fffefb;
  border-top: 0;
  border-radius: 0 0 10px 10px;
}

#workers #contents p.qa-q {
  font-size: 125%;
  font-weight: 600;
  color: #f3ffe8;
  position: relative;
  padding-left: 55px;
  margin-bottom: 30px;
}

#workers #contents p.qa-q::before {
  position: absolute;
  content: "Q";
  left: 0;
  background-color: #f3ffe8;
  padding: 0px 10px;
  color: #fff;
}

#workers #contents .qa-a {
  position: relative;
}

#workers #contents .qa-a p {
  margin-bottom: 0;
}

#workers #contents .qa-a::before {
  position: absolute;
  content: "A";
  left: -45px;
  padding: 3px 11px;
  font-weight: 600;
  color: #db5867;
  top: -5px;
  font-size: 1.8em;
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "メイリオ", " Meiryo", "ＭＳ Ｐ明朝", "MS PMincho", Osaka, serif;
}

/* 労災二次健診 ここまで */
/* 特定保健指導 ここから*/
#guidance #contents .main-page h2 {
  color: #333;
  margin: 80px 0;
  text-align: center;
}

#guidance #contents .main-page h2 .sub-catch {
  font-size: 120%;
  display: block;
  margin-bottom: 40px;
}

#guidance #contents .main-page h2 .main-ttl {
  color: #db535e;
  font-size: 230%;
}

#guidance .bg-blue {
  background-color: #e4f0f5;
  padding: 30px;
  margin-bottom: 40px;
  text-align: center;
  font-size: 130%;
}

#guidance #contents .bg-blue p:last-child {
  margin-bottom: 0;
}

#guidance #contents h3 {
  background-color: #fff0f1;
  border-left-color: #db535e;
  color: #db535e;
}

#guidance .support-area {
  background-color: #db535e;
  color: #fff;
  display: grid;
  padding: 20px;
  gap: 20px;
  grid-template-columns: 200px 1fr;
}

#guidance #contents .support-area h4.suport-ttl {
  color: #fff;
  margin: 0;
  font-size: 25px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

#guidance #contents .detail-text {
  font-size: 120%;
  margin-bottom: 0;
}

#guidance .support-border {
  border: 1px solid #db535e;
  color: #db535e;
  font-size: 120%;
  margin-bottom: 20px;
  display: grid;
  padding: 20px;
  gap: 20px;
  grid-template-columns: 200px 1fr;
}

#guidance #contents .support-border h4 {
  color: #db535e;
  margin: 0;
  font-size: 25px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

#guidance #contents .support-border p {
  margin-bottom: 0;
}

#guidance .support-num .support-item {
  display: grid;
  justify-content: flex-start;
  gap: 30px;
  grid-template-columns: 100px 1fr;
  margin-bottom: 30px;
}

#guidance #contents .support-num .support-item .num {
  color: #db535e;
  font-size: 120%;
  font-weight: bold;
  position: relative;
  position: relative;
}

#guidance #contents .support-num .support-item .num:before {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #db535e;
  top: calc(100% - 17px);
}

#guidance #contents .support-num .support-item:last-child .num:before {
  display: none;
}

.features-bg {
  background-color: #fff0f1;
  padding: 70px 0 130px;
  margin-bottom: -30px;
}

#guidance #contents .features-bg h3 {
  text-align: center;
  border: 0;
  font-size: 220%;
  margin: 0 0 70px;
}

#guidance .features-list {
  display: grid;
  gap: 40px;
  grid-template-columns: 1fr 1fr;
}

#guidance .features-list .features-item {
  background-color: #fff;
  padding: 30px;
  box-sizing: border-box;
  border-radius: 10px;
}

#guidance .inquiry-area {
  background-color: #fff;
  padding: 30px;
  box-sizing: border-box;
  border-radius: 10px;
}

#guidance #contents .features-bg h4 {
  text-align: center;
  color: #db535e;
}

#guidance .inquiry-area .tel-area {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  color: #db535e;
}

#guidance #contents .tel-area .tel-dial {
  font-size: 440%;
  color: #db535e;
  font-weight: bold;
  position: relative;
  bottom: 5px;
}

#guidance #contents .inquiry-area p {
  margin-bottom: 0;
}

#guidance #contents .inquiry-area .tel-text {
  font-size: 140%;
  font-weight: bold;
}

#guidance #contents .inquiry-area p:last-child {
  text-align: center;
  margin-top: 20px;
  font-size: 140%;
}

#guidance #contents .features-bg .inquiry-area h4 {
  font-size: 240%;
  margin: 20px 0 40px;
}

#guidance .support-deco {
  padding-right: 160px;
  background-image: url(../image/contents/follow/guidance/img_support.png);
  background-repeat: no-repeat;
  background-position: right bottom;
}

#guidance #contents .support-deco p {
  margin-bottom: 0;
}

#guidance .table-02 th {
  font-size: 14px;
}

/* 特定保健指導 ここまで*/
@media screen and (max-width: 1250px) {
  #nobori .main-area .txt-box p {
    font-size: 15px;
  }

  #nobori .main-area .txt-box h2 {
    font-size: 52px;
  }

  #info #contents .device-box .ttl {
    font-size: 17px;
  }

  #contents .tel-content .flex.time,
  #contents .tel-content .flex.address {
    margin-left: 20px;
  }

  #contents .tel-content .flex.time .ttl,
  #contents .tel-content .flex.address .ttl {
    margin-right: 7px;
    width: 85px;
    padding: 2px 5px;
  }

  #workers #contents .tel-content .num .tel {
    font-size: 43px;
    margin: 20px 0 20px 30px;
  }

  #workers #contents .tel-content .num:before {
    right: 325px;
  }

  #re-examination #contents table select {
    max-width: 22%;
  }
}

/* view-1140 notePC,Tablet */
@media screen and (max-width: 1140px) {
  #contents .main-page #blood .bg-white {
    padding: 20px;
    margin-right: 0;
    width: 100%;
  }

  #nobori #contents p.txt-120 {
    font-size: 105%;
  }

  #nobori .main-area .txt-box .logo {
    max-width: 300px;
  }

  #nobori .main-area .txt-box h2 {
    font-size: 47px;
  }

  #result #contents .main-page .bg-orange {
    padding: 20px;
  }

  #contents .main-page #blood .bg-white.end {
    margin-right: 0;
  }

  #result #contents .main-page .bg-photo h2,
  #info #contents .main-page .bg-photo h2 {
    font-size: 27px;
    line-height: 1.5em;
  }

  #info #contents .tel-content .bg-white,
  #workers #contents .tel-content .bg-white {
    padding: 10px;
  }

  #contents .tel-content .num .tel {
    margin: 20px 0 20px 50px;
    font-size: 43px;
  }

  #contents .tel-content .time,
  #contents .tel-content .address {
    font-size: 14px;
  }

  #contents .tel-content .flex.txt p {
    font-size: 14px;
  }

  #info .main-page .flow-item .txt-5box {
    margin-right: 30px;
    width: calc(100% / 3 - 20px);
  }

  #info .main-page .flow-item .txt-5box.end {
    margin-right: 30px;
  }

  #info .main-page .flow-item .txt-5box:nth-child(3n) {
    margin-right: 0;
  }

  #info .main-page .flow-item.sml .check-box {
    padding: 0 20px 20px;
  }

  #contents .facility-area .ttl {
    font-size: 17px;
  }

  #info .main-page .flow-item,
  #info .main-page .facility-box,
  #info .main-page .device-box {
    padding: 35px;
  }

  #info #contents .device-box .txt-2box .img-box::after {
    border-width: 20px 0 20px 17px;
    right: -23px;
  }

  #workers #contents .flow-item::after {
    border-width: 18px 0 18px 13px;
    right: -20px;
  }

  #contents .main-page .contact-box .box-ttl {
    font-size: 22px;
  }

  #guidance #contents .support-deco h5 {
    margin: 20px 0 5px;
  }

  #guidance .support-deco {
    background-size: 35%;
  }
}

/* view-959 Mobile,Tablet */
@media screen and (max-width: 959px) {
  #nobori .step-box .inner-box {
    padding: 35px 30px;
  }

  #nobori .bg-box .img-2box-txt {
    width: calc(65% - 30px);
    margin-left: 0;
  }

  #nobori .bg-box .img-2box {
    width: 35%;
    margin-left: 30px;
  }

  #nobori .bg-box {
    padding: 55px 30px;
  }

  #nobori .main-area {
    grid-template-columns: 100%;
    gap: 30px;
  }

  #nobori .main-area .img-box {
    max-width: 250px;
  }

  #info #contents .hour-box {
    margin-top: 20px;
  }

  #follow .follow-link-box .logo {
    margin-left: 20px;
    max-width: 110px;
  }

  #contents .br-959 {
    display: block;
  }

  #contents .main-page .result-group .bg-gray.txt-3box {
    margin-bottom: 20px;
  }

  #contents .main-page .result-group .bg-gray.txt-3box.end {
    margin-bottom: 0;
  }

  #contents .main-page .result-group .bg-gray .txt-2box {
    margin-bottom: 15px;
  }

  #contents .main-page .result-group .bg-gray .txt-2box.end {
    margin-bottom: 0;
  }

  #contents .main-page .result-group .img-2box-txt {
    width: 100%;
  }

  #contents .main-page .result-group .img-2box {
    width: 100%;
    margin-left: 0;
  }

  #contents .main-page .result-group img {
    max-width: 40%;
  }

  #contents .main-page .result-group img.bg {
    max-width: 100%;
  }

  #contents .main-page #basic .result-group .bg-gray {
    margin-bottom: 20px;
  }

  #result #contents .main-page .table-02 th {
    width: 200px;
  }

  #contents .main-page #cancer .result-group.pink .img-2box-txt {
    margin-bottom: 20px;
  }

  #contents .main-page #cancer .result-group.pink .img-2box-txt .txt-2box {
    margin-right: 3%;
    width: 48.5%;
  }

  #contents .main-page #cancer .result-group.pink .img-2box-txt .txt-2box.end {
    margin-right: 0;
  }

  #contents .main-page #cancer .result-group.pink .img-2box-txt .txt-2box img {
    max-width: 37%;
  }

  #contents .main-page #cancer .result-group.pink .img-2box-txt .txt-2box.end img {
    max-width: 60%;
  }

  #contents .main-page .result-group .img-2box.flex {
    display: flex;
  }

  #contents .main-page .result-group .img-2box.flex .txt-2box {
    margin-right: 3%;
    margin-top: 0;
    width: 48.5%;
  }

  #contents .main-page .result-group .img-2box.flex .txt-2box.end {
    margin-right: 0;
  }

  #contents .main-page .result-group .img-2box.flex .txt-2box img {
    max-width: 100%;
  }

  #contents .main-page .result-item .flex.img-box .txt-2box {
    margin-right: 3%;
    width: 48.5%;
  }

  #contents .main-page .result-item .flex.img-box .txt-2box.end {
    margin-right: 0;
  }

  #result #contents #other .ico-group .txt-4box {
    width: calc(100% / 3 - 20px);
  }

  #result #contents #other .ico-group .bubble {
    width: 100%;
    margin-right: 0;
    justify-content: center;
    margin-bottom: 15px;
  }

  #result #contents #other .ico-group .bubble br {
    display: none;
  }

  #result #contents #other .ico-group .bubble:after {
    display: none;
  }

  #contents .main-page .flex.start .contact-box {
    max-width: 100%;
    margin-right: 0;
  }

  #info .main-page .flow-item,
  #info .main-page .facility-box,
  #info .main-page .device-box {
    padding: 30px;
  }

  #info .main-page .device-box .txt-2box {
    margin-right: 3%;
    width: 48.5%;
  }

  #info .main-page .device-box .txt-2box.end {
    margin-right: 0;
  }

  #info #contents .device-box .bg-white {
    padding: 20px;
    margin-bottom: 20px;
  }

  #info #contents .device-box .txt-2box .img-box:last-child {
    height: 17%;
    margin-bottom: 0;
  }

  #info #contents .device-box .ttl {
    margin-bottom: 7px;
    font-size: 17px;
  }

  #info #contents .device-box .txt-2box .img-box::after {
    right: -16px;
    content: "";
    border-width: 15px 0 15px 10px;
  }

  #info .main-page .flow-item .inner {
    width: 100%;
  }

  #info .main-page .flow-item .txt-4box {
    width: calc(100% / 4 - 10px);
  }

  #info .main-page .flow-item .txt-4box {
    margin-right: 10px;
  }

  #info .main-page .flow-item .txt-4box.end {
    margin-right: 0;
  }

  .txt-4box:nth-child(4n) {
    margin-right: 0;
  }

  #info .main-page .img-box {
    margin-bottom: 3px;
  }

  #info .main-page .sub-ttl {
    font-size: 0.9em;
    letter-spacing: 0em;
  }

  #contents .facility-area .txt-3box {

  }

  #contents .facility-area .txt-3box.end {
    margin-bottom: 0;
  }

  #result #contents #blood .table-02 td p {
    margin-left: 0;
    text-indent: 0;
  }

  #result #contents #blood .table-02 td p.bg-01 {
    margin-left: 0;
    text-indent: 0;
  }

  #result #contents #blood .table-02 td p.bg-02 {
    margin-left: 0;
    text-indent: 0;
  }

  #contents .tel-content .flex.txt {
    margin-bottom: 15px;
  }

  #contents .tel-content .num:before {
    right: 320px;
  }

  #contents .main-page .txt-2box.contact-box .txt {
    margin-bottom: 0;
  }

  #contents .main-page .txt-2box.contact-box:first-child .txt {
    text-align: left;
  }

  #contents .main-page .txt-2box.end.contact-box .txt {
    margin-bottom: 20px;
  }

  #workers #contents .tel-content .flex.time .ttl,
  #workers #contents .tel-content .flex.address .ttl {
    display: block;
    font-size: 14px;
    line-height: 1.75em;
    max-width: 150px;
    width: 115px;
    margin: 0 auto 5px;
    padding: 2px 15px;
  }

  #workers #contents .tel-content .flex.time,
  #workers #contents .tel-content .flex.address {
    margin-left: 0;
    display: block;
  }

  #workers #contents .tel-content .flex.time {
    margin-bottom: 0;
    margin-right: 15px;
  }

  #workers #contents .tel-content .flex.sub-txt-box {
    display: flex;
  }

  #contents .tel-content .sub-txt br.br-1230 {
    display: none;
  }

  #contents .tel-content .flex.time,
  #contents .tel-content .flex.address {
    margin-left: 0;
  }

  #workers #contents h4.qa-ttl {
    padding: 20px 20px 20px 55px;
  }

  #workers #contents .flow-item::after {
    display: none;
  }

  #contents .please-note p {
    text-align: left;
  }

  #contents .main-page .contact-box.list-box .flex .txt-2box {
    margin-right: 3%;
    width: 48.5%;
  }

  #contents .main-page .contact-box.list-box .flex .txt-2box.end {
    margin-right: 0;
  }

  #re-examination #contents .main-page .contact-box .box-ttl {
    margin-bottom: 5px;
  }

  #guidance .support-border {
    grid-template-columns: 170px 1fr;
  }

  #guidance .attention-txt {
    display: none;
  }

  #guidance #contents .main-page h2 {
    margin: 50px 0 35px;
  }

  #guidance #contents .main-page h2 .sub-catch {
    font-size: 110%;
    display: block;
    margin-bottom: 23px;
  }

  #guidance #contents .main-page h2 .main-ttl {
    font-size: 180%;
  }

  #guidance #contents .features-bg h3 {
    font-size: 180%;
  }

  #guidance #contents .features-bg h3 {
    margin: 0 0 45px;
  }

  #guidance #contents .features-bg .inquiry-area h4 {
    font-size: 180%;
    margin: 15px 0 20px;
  }

  #guidance #contents .tel-area .tel-dial {
    font-size: 340%;
    bottom: 5px;
  }

  #guidance #contents .inquiry-area .tel-text {
    font-size: 120%;
  }

  #guidance #contents .inquiry-area .tel-text br {
    display: none;
  }

  #guidance #contents .inquiry-area img {
    max-width: 6%;
  }

  #guidance .features-list {
    gap: 20px;
  }

  #guidance .support-deco {
    padding-right: 120px;
  }

  #guidance .features-list .features-item:first-child img {
    margin-top: 20px;
    max-width: 30%;
  }

  #guidance .features-list .features-item:nth-child(3) img {
    margin-top: 35px;
    max-width: 50%;
  }

  #guidance .features-list .features-item:last-child img {
    margin-top: 0;
    max-width: 20%;
  }

  #guidance .features-list .features-item {
    padding: 20px;
  }

  #guidance #contents .features-list h4 {
    font-size: 17px;
    margin-bottom: 10px;
  }

  #guidance #contents .inquiry-area p:last-child {
    margin-top: 15px;
    font-size: 120%;
  }
}

@media screen and (max-width: 834px) {
  #contents .main-page #blood .bg-white {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }

  #contents .anchor-link-box .txt-3box {
    margin-right: 15px;
    margin-bottom: 15px;
    width: calc(100% / 2 - 8px);
  }

  #contents .anchor-link-box .txt-3box.end {
    margin-right: 15px;
  }

  #contents .anchor-link-box .txt-3box:nth-child(2n) {
    margin-right: 0;
  }

  #info .main-page .flow-item .txt-5box {
    margin-right: 20px;
    width: calc(100% / 2 - 20px);
  }

  #info .main-page .flow-item .txt-5box.end {
    margin-right: 20px;
  }

  #info .main-page .flow-item .txt-5box:nth-child(3n) {
    margin-right: 20px;
  }

  #info .main-page .flow-item .txt-5box:nth-child(2n) {
    margin-right: 0;
  }

  #guidance .bg-blue p {
    text-align: left;
  }

  #guidance .support-area {
    grid-template-columns: 170px 1fr;
  }

  #guidance #contents .detail-text {
    font-size: 110%;
  }
}

@media screen and (max-width: 768px) {
  #contents .facility-area .txt-3box {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }

  #contents .facility-area .txt-3box.end {
    margin-bottom: 0;
  }

  #info #contents .device-txt .sub-ttl {
    font-size: 16px;
    padding: 3px 15px;
  }

  #info #contents h5.look-orange {
    background-color: #f48921;
    padding: 8px 8px 8px 20px;
    margin: 0 0 10px;
    font-size: 16px;
  }

  #info .main-page .flow-item.sml .check-box {
    padding: 0 20px 10px;
  }

  #info .flow-area .flow-item:before {
    right: 48%;
  }

  #workers #contents h2 {
    font-size: 25px;
  }

  #contents form .table-01 tr,
  #contents form .table-01 th,
  #contents form .table-01 td {
    display: block;
    max-width: 100%;
    width: 100%;
  }

  #contents .table-01 tr {
    border-bottom: 0;
  }

  #contents .table-01 tr:first-child th:first-child,
  form .table-01 tr:first-child {
    border-top: 0;
  }

  #re-examination #contents table input {
    margin-left: 0;
  }

  #re-examination #contents table input#date-selection-01,
  #re-examination #contents table input#date-selection-02,
  #re-examination #contents table input#date-selection-03 {
    margin-left: 10px;
  }

  #contents form .table-01 td .date-selection-01 #date-selection-01,
  #contents form .table-01 td .date-selection-02 #date-selection-02,
  #contents form .table-01 td .date-selection-03 #date-selection-03 {
    width: 100%;
    max-width: 80%;
  }

  #re-examination #contents table .birth select {
    margin: 0 10px;
  }

  #re-examination #contents table .birth .birth-year {
    margin: 0 5px 0 0;
  }

  #guidance .support-deco {
    padding-right: 0;
  }

  #guidance .features-list {
    gap: 13px;
  }

  #guidance .inquiry-area .tel-area {
    display: block;
  }

  #guidance #contents .inquiry-area img {
    max-width: 4%;
    margin-bottom: 3px;
  }

  #guidance #contents .tel-area .tel-dial {
    font-size: 320%;
    bottom: -15px;
  }
}

@media screen and (max-width: 767px) {
  #nobori .step-box .ttl {
    font-size: 20px;
  }

  #nobori .step-box .ttl .sub-txt {
    font-size: 15px;
  }

  #nobori .guidance-box {
    text-align: left;
  }

  #nobori .bg-box .img-2box,
  #nobori .bg-box .img-2box-txt {
    margin: 0;
    width: 100%;
  }

  #nobori .main-area .txt-box h2 {
    font-size: 39px;
  }

  #nobori .main-area .txt-box p br {
    display: none;
  }

  #nobori .main-area .txt-box p.txt {
    font-size: 16px;
  }

  #nobori .main-area .txt-box p.txt br {
    display: block;
  }

  br.br-767 {
    display: block;
  }

  #guidance .attention-txt {
    display: block;
  }
}

@media screen and (max-width: 650px) {
  #nobori .inner .main-txt {
    font-size: 26px;
  }

  #nobori .app-box .app-img {
    max-width: 200px;
  }

  #nobori .step-box .ttl {
    text-align: left;
  }

  #nobori .inner .btn-box {
    display: block;
  }

  #nobori .inner .btn-box .link-box {
    margin-bottom: 20px;
  }

  #nobori .inner .btn-box .link-box .link-btn {
    max-width: 100%;
  }

  #contents .main-page .result-group .bg-gray.txt-3box {
    margin-right: 0;
    margin-bottom: 15px;
    width: 100%;
  }

  #contents .main-page .result-group .bg-gray.txt-3box.end {
    margin-bottom: 0;
  }

  #result #contents #other .ico-group .txt-4box {
    width: calc(100% / 2 - 10px);
  }

  #result #contents #other .ico-group .txt-4box:nth-child(2),
  #result #contents #other .ico-group .txt-4box:nth-child(3) {
    margin-bottom: 10px;
  }

  #result #contents #other .ico-group .bubble {
    width: 100%;
  }

  #result #contents #other .ico-group .txt-4box:nth-child(3) {
    margin-right: 0;
  }

  #info .main-page .device-box .txt-2box {
    margin-right: 0;
    margin-bottom: 50px;
    width: 100%;
  }

  #info .main-page .device-box .txt-2box.end {
    margin-bottom: 0;
  }

  #info #contents .device-box .txt-2box .img-box::after {
    display: none;
  }

  #info #contents .device-box .txt-2box .img-box:last-child {
    height: auto;
  }

  #info #contents .device-box .txt-2box .img-box:last-child .ttl.black {
    margin-bottom: 0;
  }

  #info #contents .device-box .bg-white {
    margin-bottom: 15px;
  }

  #workers #contents h2 {
    font-size: 22px;
  }

  #guidance .features-list {
    display: block;
  }

  #guidance .features-list .features-item {
    margin-bottom: 15px;
  }

  #guidance .support-deco {
    background-size: 25%;
  }

  #guidance .features-list .features-item:first-child img {
    margin-top: 0;
    max-width: 20%;
  }

  #guidance .features-list .features-item:nth-child(3) img {
    margin-top: 0;
    max-width: 35%;
  }

  #guidance .features-list .features-item:last-child img {
    margin-top: 0;
    max-width: 15%;
  }

  #guidance .features-list .features-item {
    padding: 23px 20px;
  }

  #guidance #contents .inquiry-area p:last-child {
    margin-top: 25px;
    line-height: 1.65em;
    font-size: 105%;
  }
}

/* view-559 Mobile */
@media screen and (max-width: 559px) {
  #contents .main-page .contact-box .box-ttl {
    font-size: 20px;
  }

  #workers .daiku-area .txt-2box {
    padding: 20px 15px;
  }

  #nobori .step-box .ttl .sub-txt {
    line-height: 1.6em;
    margin-top: 10px;
  }

  #nobori .app-box .app-img {
    max-width: 170px;
  }

  #nobori .step-box .inner-box {
    padding: 25px 15px;
  }

  #nobori .bg-gray {
    padding: 55px 0 70px;
  }

  #nobori .guidance-box {
    margin-bottom: 60px;
    padding: 30px 15px 17px;
  }

  #nobori .inner .logo {
    max-width: 270px;
    width: 100%;
  }

  #nobori .inner .main-txt {
    font-size: 22px;
    margin-bottom: 30px;
  }

  #nobori .bg-box {
    margin-bottom: 40px;
    padding: 45px 15px;
  }

  #nobori .bg-box .mb-50 {
    margin-bottom: 40px;
  }

  #nobori .main-area .img-box {
    max-width: 170px;
  }

  #nobori .main-area {
    gap: 15px;
  }

  #nobori .main-area .txt-box .logo {
    max-width: 240px;
  }

  #nobori .main-area .txt-box p.txt {
    font-size: 15px;
  }

  #workers #contents .tanita {
    display: block;
    margin: 0 auto;
    text-align: center;
    width: 60%;
  }

  #info #contents .hour-box::before,
  #info #contents .hour-box::after {
    bottom: 14px;
  }

  #info #contents .hour-box .number {
    font-size: 26px;
  }

  #info #contents .hour-box {
    font-size: 18px;
    max-width: 180px;
  }

  #contents .main-page .txt-2box.contact-box:first-child .txt {
    text-align: center;
  }

  #info .main-page .bg-blue.sml {
    text-align: left;
  }

  #contents .main-page #cancer .result-group.pink .img-2box-txt {
    margin-bottom: 20px;
    padding: 20px 15px;
  }

  #guidance .inquiry-area {
    padding: 23px;
  }

  #result #contents .main-page .bg-orange {
    padding: 20px 15px;
  }

  #contents .main-page #blood .bg-white {
    padding: 15px;
  }

  #result #contents .main-page .bg-orange .bg-white {
    margin-bottom: 20px;
  }

  #contents .main-page #blood .result-group h5.title {
    font-size: 1.2em;
  }

  #result #contents .main-page .bg-photo h2,
  #info #contents .main-page .bg-photo h2 {
    font-size: 20px;
  }

  #contents .anchor-link-box .txt-3box,
  #contents .anchor-link-box .txt-3box.end {
    margin-right: 10px;
    margin-bottom: 10px;
    width: calc(100% / 2 - 5px);
  }

  #contents .anchor-link-box .txt-3box:nth-child(2n) {
    margin-right: 0;
  }

  #contents .anchor-link-box .txt-3box .link-btn {
    font-size: 14px;
  }

  #contents .anchor-link-box .txt-3box .link-btn.anchor::before {
    content: "";
    width: 5px;
    height: 5px;
    border: 0;
    border-top: solid 2px #ffffff;
    border-right: solid 2px #ffffff;
    position: absolute;
    top: 47%;
    right: 17px;
    margin-top: -4px;
    transform: rotate(135deg);
  }

  #contents .main-page .result-item .flex.img-box.bg .txt-2box {
    margin-right: 0;
    margin-bottom: 20px;
    width: 100%;
  }

  #contents .main-page .result-item .flex.img-box.bg .txt-2box.end {
    margin-right: 0;
  }

  #result #contents .main-page .table-02 th {
    width: 120px;
  }

  #result #contents .main-page .table-02 th {
    width: 110px;
  }

  #contents .main-page .result-group img {
    max-width: 100%;
  }

  #contents .main-page .result-group img.sp-sml {
    max-width: 70%;
  }

  #contents .main-page #cancer .result-group.pink .img-2box-txt .txt-2box {
    margin-right: 0;
    margin-bottom: 20px;
    width: 100%;
  }

  #contents .main-page #cancer .result-group.pink .img-2box-txt .txt-2box.end {
    margin-bottom: 0;
  }

  #contents .main-page .result-item {
    padding: 15px 5px;
  }

  #result #contents h4 {
    margin-bottom: 5px;
  }

  #info #contents h2 {
    font-size: 23px;
  }

  #info .main-page .important-txt {
    padding-right: 0;
  }

  #info .main-page .flow-item,
  #info .main-page .facility-box,
  #info .main-page .device-box {
    padding: 20px;
  }

  #contents .main-page .num-ttl .txt {
    font-size: 105%;
    letter-spacing: 0.02em;
  }

  #info .main-page .flow-item .txt-5box {
    margin-right: 0;
    margin-bottom: 0;
    width: 100%;
  }

  #info .main-page .flow-item .txt-5box.end {
    margin-right: 0;
  }

  #info .main-page .flow-item .txt-5box:nth-child(3n) {
    margin-right: 0;
  }

  #info .main-page .flow-item .txt-4box {
    width: calc(100% / 4 - 5px);
    margin-right: 5px;
  }

  #info .main-page .flow-item .txt-4box.end {
    margin-right: 0;
  }

  #info .main-page .sub-ttl {
    font-size: 0.8em;
    line-height: 1.25em;
    font-weight: 400;
  }

  #info .main-page .img-box {
    margin-bottom: 5px;
  }

  #contents .main-page .num-ttl .number {
    font-size: 1.2em;
    margin-right: 5px;
  }

  #contents .main-page .num-ttl.bg .txt {
    letter-spacing: 0.03em;
    font-size: 113%;
  }

  #info .main-page .bg-blue,
  #info .main-page .bg-orange {
    padding: 60px 0 70px;
  }

  #contents .tel-content .flex.txt .txt-2box {
    width: calc(100% - 110px);
  }

  #contents .tel-content .flex.txt .txt-2box.end {
    max-width: 100px;
  }

  #contents .tel-content .flex.txt p:before {
    height: 10px;
    width: 10px;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-left: 15px solid #bd9522;
  }

  #contents .tel-content .time .ttl {
    display: block;
    font-size: 14px;
    line-height: 1.6em;
    max-width: 150px;
    margin: 0 auto 5px;
    padding: 2px 15px;
  }

  #info #contents .tel-content h5,
  #workers #contents .tel-content h5 {
    font-size: 16px;
    padding: 8px;
  }

  #contents .tel-content .num:before {
    right: 273px;
    height: 30px;
    width: 30px;
    left: 0;
  }

  #contents .tel-content .num .tel {
    margin: 7px 0 20px;
    font-size: 33px;
  }

  #contents .tel-content p {
    font-size: 15px;
  }

  #info .flow-area .flow-item:before {
    right: 45%;
  }

  #contents .main-page .result-group .img-2box.flex .txt-2box {
    margin-right: 0;
    margin-top: 0;
    width: 100%;
  }

  #contents .main-page .result-group .img-2box.flex .txt-2box.end {
    margin-right: 0;
  }

  #workers #contents .tel-content .num .tel {
    margin: 20px 0 20px 30px;
    font-size: 30px;
  }

  #workers #contents .tel-content .num:before {
    right: 225px;
  }

  #contents .tel-content .sub-txt {
    font-size: 13px;
  }

  #workers #contents .daiku-area .inner {
    width: 100%;
  }

  #workers #contents .tel-content .flex.sub-txt-box {
    display: block;
  }

  #workers #contents .tel-content .flex.time {
    margin-bottom: 10px;
    margin-right: 0;
  }

  #contents .tel-content .sub-txt br.br-1230 {
    display: block;
  }

  .please-note {
    padding: 20px 15px;
  }

  #contents .main-page .contact-box.list-box .inner {
    width: 100%;
  }

  #contents form .table-01 td .date-selection-01 #date-selection-01,
  #contents form .table-01 td .date-selection-02 #date-selection-02,
  #contents form .table-01 td .date-selection-03 #date-selection-03 {
    max-width: 70%;
  }

  #re-examination #contents .img-sample-box .no-mb {
    margin-right: 3%;
    width: 32.5%;
  }

  #re-examination #contents .img-sample-box .no-mb.end {
    margin-right: 0;
  }

  #workers .qa-list {
    margin-bottom: 20px;
  }

  #workers #contents h4.qa-ttl {
    padding: 20px 20px 20px 45px;
  }

  #workers #contents h4.qa-ttl:before {
    padding: 0px 13px;
  }

  #workers #contents .qa-a::before {
    padding: 3px 11px;
  }

  #workers .qa-item {
    padding: 25px 10px 25px 45px;
  }

  #workers #contents a.pdf {
    font-size: 14px;
  }

  #workers a.pdf::before {
    top: 10px;
    left: 10px;
  }

  #re-examination #contents table select {
    max-width: 70px;
  }

  #contents form .table-01 th {
    padding: 10px;
  }

  #contents form .table-01 td {
    padding: 10px;
  }

  #guidance .support-border,
  #guidance .support-area {
    display: block;
  }

  #guidance #contents .support-border h4,
  #guidance #contents .support-area h4.suport-ttl {
    margin: 0 0 7px;
  }

  #guidance #contents .support-num .support-item .num {
    font-size: 115%;
  }

  #guidance .support-num .support-item {
    gap: 10px;
  }

  #guidance #contents .detail-text {
    font-size: 100%;
    line-height: 1.65em;
  }

  #guidance #contents .main-page h2 {
    margin: 40px 0 30px;
  }

  #guidance #contents .main-page h2 .sub-catch {
    font-size: 100%;
    margin-bottom: 12px;
  }

  #guidance #contents .main-page h2 .main-ttl {
    font-size: 145%;
  }

  #guidance .bg-blue {
    padding: 20px;
  }

  #guidance #contents .features-bg h3 {
    font-size: 165%;
  }

  .features-bg {
    padding: 55px 0 130px;
  }

  #guidance #contents .features-bg h3 {
    margin: 0 0 30px;
  }

  #guidance #contents .features-list h4 {
    font-size: 20px;
  }

  #guidance #contents .inquiry-area img {
    max-width: 4.5%;
    margin-bottom: 5px;
  }

  #guidance #contents .inquiry-area p:last-child {
    font-size: 100%;
  }

  #guidance #contents .inquiry-area .tel-text {
    font-size: 115%;
  }

  #guidance #contents .tel-area .tel-dial {
    font-size: 270%;
    bottom: -8px;
  }

  #guidance #contents .features-bg .inquiry-area h4 {
    font-size: 165%;
  }

  #guidance #contents .inquiry-area img {
    max-width: 5%;
    margin-bottom: 6px;
  }

  #guidance #contents .support-num .support-item .num:before {
    top: calc(100% - 37px);
  }

  #contents .main-page .result-item h4 {
    font-size: 20px;
  }
}

@media screen and (max-width: 430px) {
  #result #contents #other .ico-group .txt-4box {
    width: 100%;
    margin-right: 0;
  }

  #info #contents h2 {
    font-size: 20px;
  }

  #contents .main-page .contact-box {
    padding: 25px 10px 30px;
  }

  #contents .main-page .contact-box li {
    font-size: 14px;
  }

  #guidance .support-deco {
    padding-right: 110px;
    background-size: 35%;
  }

  #guidance #contents .features-bg h3 {
    font-size: 145%;
  }

  #guidance .table-02 th {
    width: 60px;
  }
}

@media screen and (max-width: 393px) {
  .please-note {
    padding: 20px 10px;
  }

  #guidance .support-num .support-item {
    gap: 10px;
    grid-template-columns: 85px 1fr;
  }

  #guidance #contents .support-num .support-item .num {
    font-size: 100%;
  }

  #guidance #contents .support-num .support-item .num:before {
    top: calc(100% - 67px);
  }
}