@charset "utf-8";

#health-check-form {
  margin-top: calc(-55px* 0.7);
}
#health-check-form h1.title-top {
  display: block;
}
#health-check-form.post-box h3 {
  margin-top: calc(20px* 0.7);
}
#health-check-form .qualification_area {
  background-color: #EEF7F1;
  border-radius: 6px;
  padding: 20px 20px 25px;
  margin-bottom: 30px;
}
#health-check-form .qualification_area .qualification_ttl {
  color: #428E61;
  font-size: 16px;
  font-weight: bold;
}
#health-check-form .qualification_area .asterisk li {
  font-size: 14px;
  line-height: 1.4;
  padding-left: 16px;
  margin-bottom: 8px;
  position: relative;
}
#health-check-form .qualification_area .asterisk li::before {
  content: "※";
  color: #222222;
  font-size: 14px;
  width: 14px;
  height: 14px;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}
#health-check-form .top-txt {
  margin-bottom: 30px;
}
#health-check-form .form_list {
  margin-bottom: 60px;
  text-align: left;
}
#health-check-form .form_list li {
  position: relative;
  margin-bottom: 40px;
}
#health-check-form .form_list li.half.first {
  margin-right: 5%;
}
#health-check-form .form_list li.half {
  width: 46%;
  display: inline-block;
}
#health-check-form .form_list li.radio_flex .wpcf7-form-control-wrap .wpcf7-form-control {
  display: flex;
}
#health-check-form .form_list li:last-child {
  margin: 0;
}

#health-check-form .form_list li.radio_flex .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item.first {
  margin-right: 50px;
}
#health-check-form .form_list li.payment .wpcf7-list-item.last .wpcf7-list-item-label {
  align-items: flex-start;
}
#health-check-form .form_list li.payment .wpcf7-list-item.last .wpcf7-list-item-label::after {
  top: 10px;
}
#health-check-form .form_list .p-item {
  font-size: 16px;
  font-weight: bold;
  display: inline-block;
}
#health-check-form .form_list li > .com_txt {
  margin-bottom: 10px;
}
#health-check-form .form_list li > .com_txt li.emphasis {
  color: #EB2F2F;
}
#health-check-form .form_list .p-required {
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.6;
  background-color: #EB2F2F;
  border-radius: 2px;
  padding: 0 5px;
  margin: 0 0 10px 10px;
  display: inline-block;
  position: relative;
  top: -1px;
}
#health-check-form input[type="radio"] {
  opacity: 0;
  visibility: hidden;
  position: absolute;
}
#health-check-form .wpcf7-list-item {
  margin-left: 0;
  display: block;
}
#health-check-form span.wpcf7-list-item-label {
  font-size: 16px;
  line-height: 1.4;
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  cursor: pointer;
  margin-bottom: 10px;
}
#health-check-form span.wpcf7-list-item-label::before {
  content: "";
  width: 20px;
  height: 20px;
  border: 1px solid #CCCCCC;
  border-radius: 50%;
  margin-right: 7px;
  display: block;
}
#health-check-form .wpcf7-list-item span.wpcf7-list-item-label::after, #health-check-form .radio .wpcf7-list-item span.wpcf7-list-item-label::after {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #428E61;
  position: absolute;
  left: 4px;
  top: 50%;
  transform: translateY(-50%);
  display: none;
}
#health-check-form .people .wpcf7-list-item.first span.wpcf7-list-item-label::after {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #428E61;
  position: absolute;
  left: 4px;
  top: 50%;
  transform: translateY(-50%);
  display: none;
}
#health-check-form .people .wpcf7-list-item span.wpcf7-list-item-label::after, #health-check-form .people .wpcf7-list-item.last span.wpcf7-list-item-label::after {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #428E61;
  position: absolute;
  left: 4px;
  top: 11px;
  display: none;
}
#health-check-form input[type="radio"]:checked + span.wpcf7-list-item-label::before, #health-check-form .radio input[type="checkbox"]:checked + span.wpcf7-list-item-label::before {
  border: 1px solid #428E61;
  background-color: #EEF7F1;
}
#health-check-form .people input[type="radio"]:checked + span.wpcf7-list-item-label::after, #health-check-form input[type="radio"]:checked + span.wpcf7-list-item-label::after, #health-check-form .radio input[type="checkbox"]:checked + span.wpcf7-list-item-label::after {
  display: block;
}
#health-check-form span.wpcf7-list-item-label > span {
  font-size: 14px;
  line-height: 1.4;
  padding-left: 44px;
  position: relative;
}
#health-check-form span.wpcf7-list-item-label > span::before {
  content: "※";
  font-size: 14px;
  line-height: 1.4;
  position: absolute;
  top: 0;
  left: 28px;
}
input[type="text"], input[type="email"], input[type="password"], input[type="tel"], input[type="number"], select, textarea {
  border-radius: 2px;
  padding: 11px 20px;
}
input[type="text"]::placeholder, input[type="email"]::placeholder, input[type="password"]::placeholder, input[type="tel"]::placeholder, input[type="number"]::placeholder, select::placeholder, textarea::placeholder {
  color: #ccc;
  font-size: 16px;
  line-height: 1.6;
}
input[type="text"]:focus, input[type="email"]:focus, input[type="password"]:focus, input[type="tel"]:focus, input[type="number"]:focus, select:focus, textarea:focus, input[type="text"]:focus-visible, input[type="email"]:focus-visible, input[type="password"]:focus-visible, input[type="tel"]:focus-visible, input[type="number"]:focus-visible, select:focus-visible, textarea:focus-visible {
  border: 1px solid #428E61;
  background-color: #EEF7F1;
}
#health-check-form .form_list li .date_of_birth {
  display: flex;
}
#health-check-form .form_list li .date_of_birth .year, #health-check-form .form_list li .date_of_birth .month, #health-check-form .form_list li .date_of_birth .day {
  display: flex;
  align-items: center;
  width: 30%;
}
#health-check-form .form_list li .date_of_birth .year, #health-check-form .form_list li .date_of_birth .month {
  margin-right: 4%;
}
#health-check-form .form_list li .date_of_birth .wpcf7-form-control-wrap {
  margin-right: 5%;
  position: relative;
}
#health-check-form .form_list li .date_of_birth .wpcf7-form-control-wrap::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 5px 0 5px;
  border-color: #428E61 transparent transparent transparent;
  position: absolute;
  top: 20px;
  right: 12px;
  pointer-events: none;
}
#health-check-form .form_list li .date_of_birth .wpcf7-form-control-wrap .wpcf7-form-control {
  appearance: none;
      -webkit-appearance: none;
      -moz-appearance: none;
      -o-appearance: none;
}
input[type="text"], input[type="email"], input[type="password"], input[type="tel"], input[type="number"], select, textarea {
  width: 100%;
}
#health-check-form .form_list li .asterisk {
  margin-bottom: 18px;
}
#health-check-form .form_list li .asterisk li {
  font-size: 14px;
  line-height: 1.4;
  padding-left: 16px;
  margin-bottom: 8px;
  position: relative;
}
#health-check-form .form_list li .asterisk li::before {
  content: "※";
  color: #222222;
  font-size: 14px;
  width: 14px;
  height: 14px;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}
#health-check-form .gray_box {
  background-color: #F7F7F7;
  border-radius: 6px;
  padding: 10px 20px 15px;
  margin-bottom: 18px;
}
#health-check-form .gray_box .gray_box_ttl {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 4px;
}
#health-check-form .gray_box .gray_box_txt {
  font-size: 14px;
  line-height: 1.5;
}
#health-check-form textarea {
  height: 110px;
}
#health-check-form .form_list li .mail_recipient_wrap li {
  margin-bottom: 30px;
}
#health-check-form .form_list li .how_many_people {
  display: flex;
  align-items: center;
}
#health-check-form .form_list li .how_many_people .before_txt {
  margin-right: 12px;
}
#health-check-form .form_list li .how_many_people .after_txt {
  margin-left: 12px;
}
#health-check-form .btn_wrap {
  width: 232px;
  margin: 0 auto 105px;
}
#health-check-form .btn_wrap input {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  line-height: 56px;
  text-align: center;
  width: 100%;
  height: 56px;
  padding: 0;
}
#health-check-form .lead_txt {
  font-size: 16px;
  margin-bottom: 50px;
}
#health-check-form .back_btn {
  width: 232px;
  margin: 0 auto 105px;
}
#health-check-form .back_btn a {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  line-height: 56px;
  background-color: #ccc;
  width: 100%;
  height: 56px;
  text-align: center;
  border-radius: 5px;
  display: inline-block;
  text-decoration: none;
}
#health-check-form .p-txt {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 20px;
}
#health-check-form .people_band {
  font-size: 16px;
  font-weight: bold;
  background-color: #F7F7F7;
  border-radius: 6px;
  padding: 10px 20px;
  margin-bottom: 20px;
}
#health-check-form .more_people_box {
  margin-bottom: 40px;
}
#health-check-form input[type="checkbox"] {
  display: none;
}
#health-check-form .checkbox span.wpcf7-list-item-label::before {
  content: "";
  width: 20px;
  height: 20px;
  border: 1px solid #CCCCCC;
  border-radius: 2px;
  margin-right: 7px;
  display: block;
}
#health-check-form .checkbox .wpcf7-list-item span.wpcf7-list-item-label::after {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 2px;
  background-color: #428E61;
  position: absolute;
  left: 4px;
  top: 50%;
  transform: translateY(-50%);
  display: none;
}
/*#health-check-form .checkbox .wpcf7-list-item.first span.wpcf7-list-item-label::after {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 2px;
  background-color: #428E61;
  position: absolute;
  left: 4px;
  top: 50%;
  transform: translateY(-50%);
  display: none;
}*/
#health-check-form .checkbox .wpcf7-list-item span.wpcf7-list-item-label::after, #health-check-form .checkbox .wpcf7-list-item.last span.wpcf7-list-item-label::after {
  content: '';
  position: absolute;
  top: .5em;
  left: .3em;
  width: 10px;
  height: 5px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
  display: none;
}
#health-check-form .checkbox input[type="checkbox"]:checked + span.wpcf7-list-item-label::before {
  border: 1px solid #428E61;
  background-color: #428E61;
}
#health-check-form .checkbox .wpcf7-list-item input[type="checkbox"]:checked + span.wpcf7-list-item-label::after, #health-check-form .checkbox input[type="checkbox"]:checked + span.wpcf7-list-item-label::after {
  display: block;
}
#health-check-form .add_btn {
  color: #fff;
  background-color: #428E61;
  padding: 4px;
  border-radius: 5px;
  width: 200px;
  text-align: center;
  cursor: pointer;
  position: relative;
}
#health-check-form .add_btn::before {
  content: "";
  display: inline-block;
  background-color: #fff;
  width: 10px;
  height: 2px;
  border-radius: 2px;
  position: relative;
  top: -4px;
  left: -3px;
}
#health-check-form .add_btn::after {
  content: "";
  display: inline-block;
  background-color: #fff;
  width: 2px;
  height: 10px;
  border-radius: 2px;
  position: relative;
  top: 0;
  left: -106px;
}
#health-check-form .target_3, #health-check-form .target_4, #health-check-form .target_5, #health-check-form .target_6, #health-check-form .target_7, #health-check-form .target_8, #health-check-form .target_9, #health-check-form .target_10, #health-check-form .target_11, #health-check-form .target_12, #health-check-form .target_13, #health-check-form .target_14, #health-check-form .target_15, #health-check-form .target_16, #health-check-form .target_17, #health-check-form .target_18, #health-check-form .target_19, #health-check-form .target_20 {
  display: none;
}
#health-check-form .target_3.active, #health-check-form .target_4.active, #health-check-form .target_5.active, #health-check-form .target_6.active, #health-check-form .target_7.active, #health-check-form .target_8.active, #health-check-form .target_9.active, #health-check-form .target_10.active, #health-check-form .target_11.active, #health-check-form .target_12.active, #health-check-form .target_13.active, #health-check-form .target_14.active, #health-check-form .target_15.active, #health-check-form .target_16.active, #health-check-form .target_17.active, #health-check-form .target_18.active, #health-check-form .target_19.active, #health-check-form .target_20.active {
  display: block;
}


#health-check-form-index .health-check_list_wrap > li {
  margin-bottom: 60px;
}
#health-check-form-index .health-check_list_wrap > li:last-of-type {
  margin-bottom: 0;
}
#health-check-form-index ul.health-check_list > li {
  margin-bottom: 60px;
}
#health-check-form-index ul.health-check_list > li:last-of-type {
  margin-bottom: 0;
}
#health-check-form-index ul.health-check_list li > dl {
  margin: 0 16px 15px;
}
#health-check-form-index ul.health-check_list li > dl.last {
  margin: 0 16px 30px;
}
#health-check-form-index ul.health-check_list li > dl dt {
  font-weight: bold;
}
#health-check-form-index ul.health-check_list li > dl dd, #health-check-form-index ul li > dl dd p {
  line-height: 1.6;
}
#health-check-form-index ul.health-check_list li > dl dd .asterisk li {
  font-size: 14px;
  line-height: 1.4;
  padding-left: 14px;
  position: relative;
}
#health-check-form-index ul.health-check_list li > dl dd .asterisk li:before {
  content: "※";
  font-size: 14px;
  line-height: 1.4;
  position: absolute;
  top: 0;
  left: 0;
}
#health-check-form-index ul.health-check_list li > dl dd .asterisk li.emphasis {
  color: #EB2F2F;
}
#health-check-form-index ul.health-check_list li > dl dd .points li {
  font-size: 14px;
  line-height: 1.4;
  padding-left: 10px;
  margin-bottom: 4px;
  position: relative;
}
#health-check-form-index ul.health-check_list li > dl dd .points li::before {
  content: "";
  width: 3px;
  height: 3px;
  background-color: #222222;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  top: 8px;
  left: 0;
}
#health-check-form-index ul.health-check_list li > dl dd .points li:last-of-type {
  margin-bottom: 0;
}
#health-check-form-index ul.health-check_list li > dl dd .asterisk.qualification {
  margin-left: 12px;
}
#health-check-form-index .apply_btn {
  width: 320px;
  margin: 0 auto;
}
#health-check-form-index .apply_btn a {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  background-color: #428E61;
  border-radius: 5px;
  width: 100%;
  padding: 14px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
}
#health-check-form-index .apply_btn a span {
  font-size: 14px;
}
#health-check-form-index .gray_box {
  background-color: #F7F7F7;
  border-radius: 6px;
  padding: 20px;
  margin: 0 16px 30px;
}
#health-check-form-index .gray_box dl {
  margin-bottom: 15px;
}
#health-check-form-index .gray_box dl.last {
  margin-bottom: 0;
}
#health-check-form-index .gray_box dl dt {
  font-weight: bold;
}
#health-check-form-index .gray_box dl dd .points li {
  font-size: 14px;
  line-height: 1.4;
  padding-left: 10px;
  margin-bottom: 4px;
  position: relative;
}
#health-check-form-index .gray_box dl dd .points li::before {
  content: "";
  width: 3px;
  height: 3px;
  background-color: #222222;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  top: 8px;
  left: 0;
}
#health-check-form-index .gray_box dl dd .points li:last-of-type {
  margin-bottom: 0;
}
#health-check-form-index .gray_box dl dd a {
  text-decoration: underline;
}



/*     モーダル
-------------------------*/
/*モーダルを開くボタン*/
#health-check-form .modal-open {
  color: #fff;
  font-weight: bold;
  display: inline-block;
  width: 22px;
  height: 22px;
  background-color: #CCC;
  border-radius: 50%;
  margin-right: 10px;
  cursor: pointer;
  position: relative;
}
#health-check-form .modal-open span {
  position: relative;
  top: -1px;
  left: 7px;
}
/*モーダル本体の指定 + モーダル外側の背景の指定*/
#health-check-form .modal-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(0,0,0,50%);
  padding: 40px 20px;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
  box-sizing: border-box;
}
/*モーダル本体の擬似要素の指定*/
#health-check-form .modal-container::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
/*モーダル本体に「active」クラス付与した時のスタイル*/
#health-check-form .modal-container.active {
  opacity: 1;
  visibility: visible;
}
/*モーダル枠の指定*/
#health-check-form .modal-body {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  max-width: 500px;
  width: 90%;
}
/*モーダル内のコンテンツの指定*/
#health-check-form .modal-content {
  background: #fff;
  text-align: left;
  padding: 40px 20px;
  border-radius: 5px;
}
#health-check-form .modal-content h3 {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.4;
  padding: 3px 10px;
  border-left: 5px solid #51ba8e;
  border-bottom: 1px solid #ccc;
  margin: 0 0 30px;
}
#health-check-form .modal-content .modal_img {
  margin-bottom: 50px;
  text-align: center;
}
/*モーダルを閉じるボタンの指定*/
#health-check-form .modal-close {
  color: #fff;
  font-size: 16px;
  line-height: 56px;
  width: 100%;
  height: 56px;
  background-color: #ccc;
  border-radius: 5px;
  text-align: center;
  cursor: pointer;
}


@media (min-width: 768px){
  #health-check-form-index .gray_box {
    padding: 30px 40px;
  }
  .sp_only {
    display: none;
  }
}

@media screen and (max-width: 1080px){
  #health-check-form .influenza-vaccine .vaccine-table {
    overflow-x: scroll;
  }
}
#health-check-form ul.vaccine-ttl {
  font-size: 16px;
  font-weight: bold;
  height: 32px;
  display: flex;
  align-items: center;
  position: relative;
  margin-bottom: 4px;
  min-width: 791px;
}
#health-check-form ul.vaccine-ttl::after {
  content: "";
  width: 100%;
  height: 1px;
  display: inline-block;
  background-color: #ccc;
  position: absolute;
  bottom: -5px;
  left: 0;
}
#health-check-form ul.vaccine-ttl li {
  margin-bottom: 0;
}
#health-check-form ul.vaccine-ttl .vaccine-name {
  width: 56%;
  text-align: center;
  position: relative;
}
#health-check-form ul.vaccine-ttl .vaccine-name::after {
  content: "";
  width: 1px;
  height: 35px;
  display: inline-block;
  background-color: #ccc;
  position: absolute;
  top: 0;
  right: 0;
}
#health-check-form ul.vaccine-ttl .vaccine-price {
  width: 16%;
  text-align: center;
  position: relative;
}
#health-check-form ul.vaccine-ttl .vaccine-price::after {
  content: "";
  width: 1px;
  height: 35px;
  display: inline-block;
  background-color: #ccc;
  position: absolute;
  top: 0;
  right: 0;
}
#health-check-form ul.vaccine-ttl .vaccine-price span {
  font-size: 14px;
}
#health-check-form ul.vaccine-ttl .vaccine-remarks {
  width: 28%;
  text-align: center;
}
#health-check-form .influenza-vaccine ul.vaccine-form {
  min-width: 791px;
}
#health-check-form .influenza-vaccine ul.vaccine-form > li {
  height: 44px;
  position: relative;
  margin-bottom: 0;
  display: flex;
  align-items: center;
}
#health-check-form .influenza-vaccine ul.vaccine-form > li:last-child {
  height: auto;
}
#health-check-form .influenza-vaccine ul.vaccine-form li.line3 {
  height: 88px;
}
#health-check-form .influenza-vaccine ul.vaccine-form li.line2 {
  height: 64px;
}
#health-check-form .influenza-vaccine ul.vaccine-form li::after {
  content: "";
  width: 100%;
  height: 1px;
  display: inline-block;
  background-color: #ccc;
  position: absolute;
  bottom: 0;
  left: 0;
}
#health-check-form .influenza-vaccine ul.vaccine-form li .wpcf7-form-control-wrap {
  display: inline-block;
  width: 56%;
}
#health-check-form .influenza-vaccine ul.vaccine-form li.right-border .wpcf7-form-control-wrap {
  position: relative;
}
#health-check-form .influenza-vaccine ul.vaccine-form li.right-border .wpcf7-form-control-wrap::after {
  content: "";
  width: 1px;
  height: 44px;
  display: inline-block;
  background-color: #ccc;
  position: absolute;
  top: -11px;
  right: 0;
}
#health-check-form .influenza-vaccine ul.vaccine-form li .wpcf7-form-control-wrap span.wpcf7-list-item-label {
  align-items: normal;
  margin: 0;
}
#health-check-form .influenza-vaccine ul.vaccine-form li.vaccine-padding .wpcf7-list-item-label > span {
  padding-left: 22px;
}
#health-check-form .influenza-vaccine ul.vaccine-form li .price {
  font-size: 16px;
  line-height: 1.4;
  width: 16%;
  display: inline-block;
  text-align: center;
  position: relative;
}
#health-check-form .influenza-vaccine ul.vaccine-form li .price::before {
  content: "";
  width: 1px;
  height: 44px;
  display: inline-block;
  background-color: #ccc;
  position: absolute;
  top: -10px;
  left: -1px;
}
#health-check-form .influenza-vaccine ul.vaccine-form li .price::after {
  content: "";
  width: 1px;
  height: 44px;
  display: inline-block;
  background-color: #ccc;
  position: absolute;
  top: -10px;
  right: 0;
}
#health-check-form .influenza-vaccine ul.vaccine-form li.line3 .price::before, #health-check-form .influenza-vaccine ul.vaccine-form li.line3 .price::after {
  height: 90px;
  top: -35px;
}
#health-check-form .influenza-vaccine ul.vaccine-form li.line2 .price::before, #health-check-form .influenza-vaccine ul.vaccine-form li.line2 .price::after {
  height: 64px;
  top: -20px;
}
#health-check-form .influenza-vaccine ul.vaccine-form li:last-child .price::before, #health-check-form .influenza-vaccine ul.vaccine-form li:last-child .price::after {
  top: -32px;
}
#health-check-form .influenza-vaccine ul.vaccine-form li .remarks {
  font-size: 16px;
  line-height: 1.4;
  width: 28%;
  display: inline-block;
  text-align: center;
  position: relative;
}
#health-check-form .influenza-vaccine ul.vaccine-form li:first-child .remarks::before, #health-check-form .influenza-vaccine ul.vaccine-form li:last-child .remarks::before {
  content: "";
  width: 1px;
  height: 44px;
  display: inline-block;
  background-color: #ccc;
  position: absolute;
  top: -11px;
  left: -1px;
}
#health-check-form span.wpcf7-list-item-label > span {
  color: #EB2F2F;
  font-size: 16px;
  padding: 0;
}
#health-check-form span.wpcf7-list-item-label > span::before {
  content: none;
}
#health-check-form-index .health-check_list_wrap h3 span {
  color: #EB2F2F;
}
#health-check-form .influenza-vaccine ul.vaccine-ttl .vaccine-name {
  width: 70%;
}
#health-check-form .influenza-vaccine ul.vaccine-ttl .vaccine-price {
  width: 30%;
}
#health-check-form .influenza-vaccine ul.vaccine-ttl .vaccine-price::after {
  content: none;
}
#health-check-form .influenza-vaccine.form_list li .vaccine-form > li {
  display: flex;
  flex-wrap: wrap;
}
#health-check-form .influenza-vaccine.form_list li .vaccine-form > li .vaccine-txt {
  display: block;
  width: 100%;
  padding-left: 28px;
}
#health-check-form .font-red {
  color: #EB2F2F;
}
#health-check-form .influenza-vaccine.form_list li .vaccine-form > li .vaccine-txt .number_wrap li::after {
  content: none;
}
#health-check-form .influenza-vaccine ul.vaccine-form li .wpcf7-form-control-wrap {
  width: 70%;
}
#health-check-form .influenza-vaccine ul.vaccine-form li .price {
  width: 30%;
}
#health-check-form .influenza-vaccine ul.vaccine-form > li:last-child .wpcf7-form-control-wrap {
  height: 44px;
  padding: 11px 0;
}
#health-check-form .influenza-vaccine ul.vaccine-form > li .price::after {
  content: none;
}
#health-check-form .influenza-vaccine ul.vaccine-form > li .number_wrap {
  padding-bottom: 10px;
}
#health-check-form .influenza-vaccine ul.vaccine-form > li .number_wrap li {
  margin: 0;
}
#health-check-form .influenza-vaccine ul.vaccine-form > li .number_wrap li span {
  width: 35%;
  display: inline-block;
}
#health-check-form .influenza-vaccine .preferred-day-table .preferred-day-ttl {
  font-size: 16px;
  font-weight: bold;
  height: 32px;
  display: flex;
  align-items: center;
  position: relative;
  margin-bottom: 4px;
}
@media (min-width: 1080px){
  #health-check-form .influenza-vaccine .preferred-day-table .preferred-day-ttl {
    min-width: 791px;
  }
}
#health-check-form .influenza-vaccine .preferred-day-table .preferred-day-ttl::after {
  content: "";
  width: 100%;
  height: 1px;
  display: inline-block;
  background-color: #ccc;
  position: absolute;
  bottom: -5px;
  left: 0;
}
#health-check-form .influenza-vaccine .preferred-day-table .preferred-day-ttl > li.preferred-day {
  width: 50%;
  text-align: center;
  position: relative;
  margin: 0;
}
#health-check-form .influenza-vaccine .preferred-day-table .preferred-day-ttl > li.preferred-time-00, #health-check-form .influenza-vaccine .preferred-day-table .preferred-day-ttl > li.preferred-time-30 {
  width: 25%;
  text-align: center;
  position: relative;
  margin: 0;
}
#health-check-form .influenza-vaccine .preferred-day-table .preferred-day-ttl > li::after {
  content: "";
  width: 1px;
  height: 35px;
  display: inline-block;
  background-color: #ccc;
  position: absolute;
  top: 0;
  right: 0;
}
#health-check-form .influenza-vaccine .preferred-day-table .preferred-day-ttl > li.preferred-time-30::after {
  content: none;
}
@media (min-width: 1080px){
  #health-check-form .influenza-vaccine .preferred-day-table .preferred-day-form {
    min-width: 791px;
  }
}
#health-check-form .influenza-vaccine .preferred-day-table .preferred-day-form li {
  margin: 0;
}
#health-check-form .influenza-vaccine .preferred-day-table .preferred-day-form li > ul {
  height: 44px;
  position: relative;
  margin-bottom: 0;
  display: flex;
  align-items: center;
}
#health-check-form .influenza-vaccine .preferred-day-table .preferred-day-form li > ul::after {
  content: "";
  width: 100%;
  height: 1px;
  display: inline-block;
  background-color: #ccc;
  position: absolute;
  bottom: 0;
  left: 0;
}
#health-check-form .influenza-vaccine .preferred-day-table .preferred-day-form li > ul li {
  margin: 0;
  position: relative;
}
#health-check-form .influenza-vaccine .preferred-day-table .preferred-day-form li > ul li:first-child {
  width: 50%;
  font-size: 16px;
  line-height: 1.4;
  text-align: center;
}
#health-check-form .influenza-vaccine .preferred-day-table .preferred-day-form li > ul li:nth-child(2)::before, #health-check-form .influenza-vaccine .preferred-day-table .preferred-day-form li > ul li:nth-child(3)::before {
  content: "";
  width: 1px;
  height: 44px;
  display: inline-block;
  background-color: #ccc;
  position: absolute;
  top: -12px;
  left: -1px;
}
#health-check-form .influenza-vaccine .preferred-day-table .preferred-day-form li > ul li:nth-child(2), #health-check-form .influenza-vaccine .preferred-day-table .preferred-day-form li > ul li:nth-child(3) {
  width: 25%;
}
#health-check-form .influenza-vaccine .preferred-day-table .preferred-day-form li > ul li:nth-child(2) .wpcf7-list-item-label, #health-check-form .influenza-vaccine .preferred-day-table .preferred-day-form li > ul li:nth-child(3) .wpcf7-list-item-label {
  font-size: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
}
#health-check-form .influenza-vaccine .preferred-day-table .preferred-day-form li > ul li .checkbox span.wpcf7-list-item-label::before {
  margin: 0;
}
#health-check-form .influenza-vaccine .preferred-day-table .preferred-day-form li > ul li .checkbox span.wpcf7-list-item-label::after {
  left: 50%;
  margin-left: -5px;
  top: 6px;
}
@media screen and (max-width: 1080px) {
  #health-check-form .influenza-vaccine .preferred-day-table {
      overflow-x: scroll;
  }
}
#health-check-form .com_wrap {
  background-color: #F7F7F7;
  border-radius: 6px;
  padding: 30px 20px;
  margin: 0 16px 30px;
}
#health-check-form .com_wrap .asterisk {
  margin-bottom: 18px;
}
#health-check-form .com_wrap .asterisk li {
  font-size: 14px;
  line-height: 1.5;
  padding-left: 16px;
  margin-bottom: 8px;
  position: relative;
}
#health-check-form .com_wrap .asterisk li::before {
  content: "※";
  color: #222222;
  font-size: 14px;
  width: 14px;
  height: 14px;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}
#health-check-form .com_btn_mail {
  text-align: center;
  margin-bottom: 10px;
}
#health-check-form .com_btn_mail .btn-main {
  padding: 20px 5px 20px 30px;
}
#health-check-form .preferred-day {
  display: flex;
}
#health-check-form .preferred-day .day {
  width: 50%;
  margin-right: 5%;
}
#health-check-form .preferred-day .time {
  width: 45%;
}
#health-check-form .form_list li .preferred-day .wpcf7-form-control-wrap {
  display: inline-block;
  position: relative;
}
#health-check-form .form_list li .preferred-day .wpcf7-form-control-wrap::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 5px 0 5px;
  border-color: #428E61 transparent transparent transparent;
  position: absolute;
  top: 20px;
  right: 12px;
  pointer-events: none;
}



.scroll_hint {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 10px;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.4;
    width: 200px;
    border-radius: 10px;
    text-align: center;
    display: none;
    animation: scroll-hint-animation 2s infinite ease;
  }

  @keyframes scroll-hint-animation {
    0% {
      transform: translate(-50%, -50%);
    }
    50% {
      transform: translate(-40%, -50%);
    }
    100% {
      transform: translate(-50%, -50%);
    }
  }

  .scroll_hint--show {
    display: block;
  }
}

/*-----PC
-------------------------*/
@media screen and (min-width: 1040px) {
  .scroll_hint, .scroll_hint--show {
    display: none;
  }
}