.service_index .index_serif {
  font-size: 12px;
  text-align: center;
  padding-bottom: 10px;
}
.service_index .index_code {
  display: none;
}
.service_index .index_diagnose_area {
  position: relative;
  text-align: center;
  margin-bottom: 8px;
}
.service_index .index_diagnose_area .lbl_diagnose {
  position: relative;
  width: 90%;
  border: 1px dotted #0d4a9a;
  text-align: center;
  padding: 10px;
  border-radius: 5px;
  box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
}
.service_index .index_diagnose_area .img_diagnose {
  width: 100%;
}
.service_index .index_diagnose_area .index_code:checked + label.lbl_diagnose {
  border: 1px solid #0d4a9a;
  box-shadow: inset 0 0px 10px 3px #20afeb;
}
.service_index .index_diagnose_area .d_selected {
  position: absolute;
  display: none;
  bottom: 8%;
  left: 8%;
  text-align: center;
  font-weight: bold;
  opacity: 0.8;
  color: #0d4a9a;
  font-size: 6vw;
}
@media (min-width: 500px) {
  .service_index .index_diagnose_area .d_selected {
    font-size: 30px;
  }
}
.service_index .index_diagnose_area .index_code:checked + label.lbl_diagnose + div.d_selected {
  display: inline-block;
}
.service_index table.service_index_table {
  width: 92.5%;
  margin: 0 auto;
  height: 100%;
  table-layout: fixed;
}
.service_index table.service_index_table td {
  position: relative;
  padding: 5px;
  vertical-align: top;
  width: 50%;
}
.service_index .lbl_banner {
  width: 100%;
  border: 1px dotted #0d4a9a;
  text-align: center;
  padding: 15px 10px;
  border-radius: 5px;
  margin: 0;
  box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
}
.service_index .lbl_banner img {
  height: 7vw;
  max-height: 35px;
  max-width: 100%;
  object-fit: contain;
  margin-bottom: 5px;
}
.service_index .lbl_banner .banner {
  background-color: #f12e50;
  color: #fff;
  width: 100%;
  font-weight: bold;
  font-size: 2.5vw;
  padding: 3px;
  white-space: nowrap;
}
.service_index .lbl_banner .attention {
  padding: 5px;
  color: #f12e50;
  font-size: 3.5vw;
  margin: 0;
  white-space: nowrap;
}
.service_index .lbl_banner .account {
  font-size: 2.5vw;
  font-weight: normal;
  padding: 0;
  margin: 0;
  width: 100%;
  white-space: nowrap;
}
@media (min-width: 500px) {
  .service_index .lbl_banner .banner {
    font-size: 12px;
  }
  .service_index .lbl_banner .attention {
    font-size: 18px;
  }
  .service_index .lbl_banner .account {
    font-size: 12px;
  }
}
.service_index .index_code:checked + label.lbl_banner {
  border: 1px solid #0d4a9a;
  box-shadow: inset 0 0px 10px 3px #20afeb;
}
.service_index .index_code:disabled + label.lbl_banner {
  opacity: 0.4;
}
.service_index .selected {
  position: absolute;
  display: none;
  width: 100%;
  top: 31%;
  left: 0;
  text-align: center;
  font-weight: bold;
  opacity: 0.7;
  color: #0d4a9a;
  font-size: 11vw;
}
.service_index .index_code:checked + label.lbl_banner + div.selected {
  display: inline-block;
}
.service_index .pending {
  position: absolute;
  width: 100%;
  top: 24%;
  left: 0;
  text-align: center;
  font-weight: bold;
  opacity: 0.7;
  color: #c51111;
  font-size: 11vw;
}
.service_index .caution {
  font-size: 2.5vw;
  font-weight: normal;
  text-indent: -1em;
  padding: 0;
  margin: 0;
  margin-left: 1em;
}
.service_index .caution:before {
  content: '※';
  display: inline-block;
  width: 1em;
  text-indent: 0;
}
.service_index .action {
  text-align: center;
}
@media (min-width: 500px) {
  .service_index .selected {
    font-size: 54px;
  }
  .service_index .pending {
    font-size: 54px;
  }
  .service_index .caution {
    font-size: 12px;
  }
}
