.event_fiveday_contact {
  --point: #FF003C;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.fiveday_contact {
  position: relative;
  width: 100%;
  color: #fff;
  display: flex;
  z-index: 1;
}
.fiveday_contact header {
  letter-spacing: 0;
  display: flex;
  flex-direction: column;
}
.fiveday_contact header h2 {
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -1px;
  color: inherit;
}
.fiveday_contact header h2 > b {
  color: var(--point);
}
.fiveday_contact header ._fiveday_text {
  font-weight: 400;
  line-height: 170%;
}
.fiveday_contact ._fiveday_bubble {
  position: relative;
  width: fit-content;
  font-weight: 700;
  line-height: 170%;
  color: #fff;
  background-color: var(--point);
  text-align: center;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  order: -1;
}
.fiveday_contact ._fiveday_bubble::after {
  position: absolute;
  background-repeat: no-repeat;
  background-size: 100% auto !important;
  display: block;
  content: '';
}
.fiveday_contact ._cautions_list {
  font-size: 12px;
  line-height: 170%;
  color: #fff;
  opacity: .5;
}
.fiveday_contact ._fiveday_benefit,
.fiveday_contact ._fiveday_benefit li {
  position: relative;
  list-style: none;
}
.fiveday_contact ._fiveday_benefit li {
  font-size: 12px;
  font-weight: 600;
  line-height: 170%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.fiveday_contact ._fiveday_benefit li::before {
  display: flex;
  flex: 0 0 auto;
  background-size: 100% auto !important;
  background-repeat: no-repeat;
  background-position: center;
  content: '';
}
/* leadform */
.fiveday_contact .contact-box {
  width: 100%;
}
.fiveday_contact .form-box {
  width: 100%;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.fiveday_contact .leadforms_box {
  width: 100%;
}
.fiveday_contact .leadforms_box .wpforms-container {
  margin: 0 auto !important;
}
.fiveday_contact .leadforms_box .wpforms-submit-container {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  border-top: 0 !important;
}
.fiveday_contact .wpforms-field .wpforms-field-label {
  font-size: 18px;
}
.fiveday_contact .check_small input:checked + label::after,
.fiveday_contact .check_round input:checked + label::after {
  background-color: var(--point);
}
.fiveday_contact .check_round input:checked + label::after {
  border-color: var(--point);
}
/* .fiveday_contact [id*="leadAgreePravicy"] ~ label > span {
  color: var(--point);
} */
.fiveday_contact div.wpforms-container-full .wpforms-form button[type=submit] {
  height: 56px;
  border-radius: 8px;
  font-weight: 600;
  letter-spacing: 0;
}
.fiveday_contact div.wpforms-container-full .wpforms-form button[type=submit]:not(:disabled),
.fiveday_contact div.wpforms-container-full .wpforms-form button[type=submit]:not(:disabled):hover {
  background: var(--point) !important;
}
.fiveday_contact ._cautions_box,
.fiveday_contact ._cautions_text {
  color: var(--point);
  letter-spacing: 0;
  line-height: 170%;
}
.fiveday_contact ._cautions_box {
  position: relative;
  width: fit-content;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  background-color: #FFF2F5;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.fiveday_contact ._cautions_box::after {
  position: absolute;
  bottom: -8px;
  left: 50%;
  width: 13px;
  height: 8px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='8' viewBox='0 0 13 8' fill='none'%3E%3Cpath d='M5.7 6.93333C6.1 7.46667 6.9 7.46667 7.3 6.93333L12.5 0H0.5L5.7 6.93333Z' fill='%23FFF2F5'/%3E%3C/svg%3E");
  display: block;
  transform: translateX(-50%);
  content: '';
}
.fiveday_contact ._cautions_text {
  font-size: 12px;
  line-height: 170%;
}
.fiveday_contact input[type="text"],
.fiveday_contact input[type="number"],
.fiveday_contact input[type="email"] {
  border-radius: 0 !important;
}
.fiveday_contact .div.wpforms-container-full .wpforms-form label.wpforms-error, 
.fiveday_contact div.wpforms-container-full .wpforms-form em.wpforms-error {
  margin-top: 0 !important;
}

/* desktop */
@media (min-width: 961px) {
  body {background-color: #121212;}
  .hidden_pc {display: none;}
  .hidden_mo {display: block;}

  .event_fiveday_contact {padding: 100px var(--menu_padding); background: url('/wp-content/themes/fastfive/assets/images/contact/bg_fiveday.jpg') center top repeat-y; background-size: 1920px auto;}
  .fiveday_contact {max-width: 1240px; align-items: flex-start;}
  .fiveday_contact header {width: 49.52%; padding-right: 30px; flex: 0 0 auto;}
  .fiveday_contact header h2 {margin-top: 18px; font-size: 40px;}
  .fiveday_contact header ._fiveday_text {margin-top: 26px; font-size: 20px;}
  .fiveday_contact ._fiveday_bubble {height: 36px; padding: 0 8px; font-size: 18px;}
  .fiveday_contact ._fiveday_bubble::after {bottom: -12px; left: 8px; width: 17px; height: 15px; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='15' viewBox='0 0 17 15' fill='none'%3E%3Cpath d='M8.5 15L16.7272 0.906593H0.272758L8.5 15Z' fill='%23FF003C'/%3E%3C/svg%3E");}
  .fiveday_contact ._cautions_list {margin-top: 40px;}
  .fiveday_contact ._fiveday_benefit {margin-top: 80px; display: flex; flex-wrap: wrap; gap: 16px;}
  .fiveday_contact ._fiveday_benefit li {width: min(12.59vw, 136px); height: min(12.59vw, 136px); border: 1px solid #A8A8A8; background: rgba(0, 0, 0, .5); gap: 6px;}
  .fiveday_contact ._fiveday_benefit li::before {width: 38px; height: 38px;}
  .fiveday_contact ._fiveday_benefit li._fiveday_01::before {background-image: url('/wp-content/themes/fastfive/assets/images/contact/icon_fiveday_01.svg');}
  .fiveday_contact ._fiveday_benefit li._fiveday_02::before {background-image: url('/wp-content/themes/fastfive/assets/images/contact/icon_fiveday_02.svg');}
  .fiveday_contact ._fiveday_benefit li._fiveday_03::before {background-image: url('/wp-content/themes/fastfive/assets/images/contact/icon_fiveday_03.svg');}

  .fiveday_contact .check_small input:checked + label::after,
  .fiveday_contact .check_round input:checked + label::after {
    top: 2px;
  }
  .fiveday_contact .check_small input + label,
  .fiveday_contact .check_round input + label,
  .fiveday_contact .check_small input:checked + label,
  .fiveday_contact .check_round input:checked + label {
    font-size: 14px !important;
  }

  .fiveday_contact .contact-box {max-width: 626px;}
  .fiveday_contact .form-box {padding-bottom: 56px;}
  .fiveday_contact ._cautions_box {height: 31px; margin-top: 18px; padding: 0 10px; border-radius: 20px;}
  .fiveday_contact ._cautions_text {margin-top: 9px;}
}

/* mobile */
@media (max-width: 960px) {
  body {background-color: #070707;}
  .hidden_pc {display: block;}
  .hidden_mo {display: none;}

  .event_fiveday_contact::before {position: absolute; top: 0; left: 0; width: 50%; height: 100%; background: linear-gradient(180deg, #1F1F1F 0%, #383838 100%); display: block; content: '';}
  .fiveday_contact {max-width: 375px; padding: 44px var(--menu_padding); background: url('/wp-content/themes/fastfive/assets/images/contact/bg_fiveday_mo.jpg') center top repeat-y; background-size: 375px 100%; flex-direction: column;}
  .fiveday_contact header {text-align: center; align-items: center;}
  .fiveday_contact header h2 {margin-top: 19px; font-size: 28px; order: 1;}
  .fiveday_contact header ._fiveday_text {margin-top: 10px; font-size: 18px; order: 2;}
  .fiveday_contact ._fiveday_bubble {height: 27px; padding: 0 5px; font-size: 16px;}
  .fiveday_contact ._fiveday_bubble::after {bottom: -9px; left: 50%; width: 14px; height: 11px; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='11' viewBox='0 0 14 11' fill='none'%3E%3Cpath d='M7 11L13.0622 0.5H0.937822L7 11Z' fill='%23FF003C'/%3E%3C/svg%3E"); transform: translateX(-50%);}
  .fiveday_contact ._cautions_list {margin-top: 26px; order: 3;}
  .fiveday_contact ._fiveday_benefit {width: 100%; margin-top: 40px; padding: 35px 6px 31px; border: 1px solid #A8A8A8; background: rgba(0, 0, 0, .5); display: grid; grid-template-columns: repeat(3, 1fr); order: 4;}
  .fiveday_contact ._fiveday_benefit li {padding: 0 9px; gap: 10px;}
  .fiveday_contact ._fiveday_benefit li::before {width: 40px; height: 40px;}
  .fiveday_contact ._fiveday_benefit li + li::after {position: absolute; top: 0; left: -1px; width: 1px; height: calc(100% - 4px); background-color: rgba(168, 168, 168, .3); opacity: .8; display: block; content: '';}
  .fiveday_contact ._fiveday_benefit li._fiveday_01::before {background-image: url('/wp-content/themes/fastfive/assets/images/contact/icon_fiveday_01_mo.svg');}
  .fiveday_contact ._fiveday_benefit li._fiveday_02::before {background-image: url('/wp-content/themes/fastfive/assets/images/contact/icon_fiveday_02_mo.svg');}
  .fiveday_contact ._fiveday_benefit li._fiveday_03::before {background-image: url('/wp-content/themes/fastfive/assets/images/contact/icon_fiveday_03_mo.svg');}

  .fiveday_contact .wpforms-container .wpforms-field-container {padding: 30px 30px 56px !important;}
  .fiveday_contact .has_error:not(.check_round), form .wpforms-error:not(input) { top: 16px;}
  .fiveday_contact .form-box {padding-bottom: 37px;}
  .fiveday_contact div.wpforms-container-full .wpforms-form .wpforms-field-label {font-size: 16px !important;}
  .fiveday_contact div.wpforms-container-full .wpforms-form button[type=submit] {font-size: 16px !important; line-height: 1 !important;}
  .fiveday_contact ._cautions_box {min-width: 202px; margin-top: 20px; padding: 6px 10px; border-radius: 30px;}
  .fiveday_contact ._cautions_text {margin-top: 13px; text-align: center;}

  .fiveday_contact .check_small label { font-size: 14px !important;}
}