@charset "UTF-8";
/*------------------------------------------------------------------------------
    config
------------------------------------------------------------------------------*/
/***  media ***/
/***  color ***/
/*** font ***/
@media screen and (max-width: 818px) {
  #page_s .page_h2 .inner {
    padding-top: 25px !important;
  }
}
.category {
  display: none !important;
}
.page_bg_w .inner {
  padding-top: 80px;
  padding-bottom: 288px;
}
@media screen and (max-width: 818px) {
  .page_bg_w .inner {
    padding-top: 40px;
    padding-bottom: 218px;
  }
}
#footer {
  margin-top: -88px !important;
}
@media screen and (max-width: 818px) {
  #footer {
    margin-top: -138px !important;
  }
}
.t_txt {
  text-align: center;
  line-height: 1.56;
}
.br_txt {
  width: 100%;
  max-width: 809px;
  margin: auto;
  border: 1px solid #BF0101;
  text-align: center;
  padding: 30px 20px;
  margin-top: 40px;
  margin-bottom: 40px;
}
@media screen and (max-width: 818px) {
  .br_txt {
    padding: 30px 20px;
    line-height: 1.56;
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.br_txt .st_ttl {
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 15px;
}
@media screen and (max-width: 818px) {
  .br_txt .st_ttl {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
.form_box {
  padding-top: 40px;
}
.form_box form {
  margin-block-end: 0 !important;
}
@media screen and (max-width: 818px) {
  .form_box {
    margin-top: 40px;
  }
}
.form_box .inner {
  padding-top: 55px;
  padding-bottom: 100px;
}
@media screen and (max-width: 818px) {
  .form_box .inner {
    padding-top: 35px;
    padding-bottom: 50px;
  }
}
.form_box ul li {
  text-align: left;
  font-size: 14px;
  line-height: 1.5;
  position: relative;
  letter-spacing: 0.02em;
}
.form_box ul li + li {
  margin-top: 20px;
}
@media screen and (max-width: 818px) {
  .form_box ul li {
    font-size: 12px;
  }
}
.form_box .check_list {
  text-align: center;
  color: #17181A;
  padding-left: 35px;
}
@media screen and (max-width: 818px) {
  .form_box .check_list .sub {
    font-size: 14px;
  }
}
.form_box .check_list .sub,
.form_box .check_list .form-acceptance {
  margin-top: 40px;
  display: flex;
  align-items: end;
  justify-content: center;
}
@media screen and (max-width: 818px) {
  .form_box .check_list .sub,
  .form_box .check_list .form-acceptance {
    margin-top: 30px;
  }
}
.form_box .check_list .sub a,
.form_box .check_list .form-acceptance a {
  color: #BF0101;
  text-decoration: underline;
}
.form_box .check_list .sub .check_list_txt,
.form_box .check_list .form-acceptance .check_list_txt,
.form_box .check_list .sub .check_list_txt p .check_list_txt a,
.form_box .check_list .form-acceptance .check_list_txt p .check_list_txt a {
  color: #17181A !important;
  line-height: 1.2;
  margin: 0;
}
.form_box .form-acceptance input[type=checkbox] {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 1;
  margin: 0;
  width: 20px;
  height: 20px;
  cursor: pointer;
  opacity: 0;
}
.form_box .form-acceptance input[type=checkbox] p {
  height: 9px;
}
.form_box .wpcf7-list-item {
  margin: 0;
}
.form_box .form-acceptance .wpcf7-list-item-label::before {
  content: "";
  position: absolute;
  left: -35px;
  top: -21px;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  width: 20px;
  height: 20px;
  cursor: pointer;
  transition: all 0.3s;
  background: #F4F3F3;
  border: 1px solid #DBDBDB;
}
@media screen and (max-width: 818px) {
  .form_box .form-acceptance .wpcf7-list-item-label::before {
    top: -18px;
  }
}
.form_box .wpcf7-list-item-label {
  position: relative;
}
.form_box .form-acceptance .wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  left: -32px;
  top: -18px;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  background: url(../img/common/check_icon.png) no-repeat center / contain;
  cursor: pointer;
  transition: all 0.3s;
  opacity: 0;
}
@media screen and (max-width: 818px) {
  .form_box .form-acceptance .wpcf7-list-item-label::after {
    top: -15px;
  }
}
.form_box input[type=checkbox]:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}
.form_box input[type=checkbox]:checked + .wpcf7-list-item-label::before {
  opacity: 1;
}
.form_box .hishu {
  font-weight: bold;
  width: fit-content;
  color: #BF0101;
  margin-left: 10px;
  display: block;
}
@media screen and (max-width: 818px) {
  .form_box .hishu {
    margin-left: 5px;
    line-height: 18px;
  }
}
.form_box .c_form input,
.form_box .c_form textarea {
  font-size: 16px !important;
}
@media screen and (max-width: 818px) {
  .form_box .c_form input,
  .form_box .c_form textarea {
    font-size: 14px !important;
  }
}
.form_box .c_form .wpcf7-spinner {
  display: none !important;
}
.form_box .c_form .send_box {
  margin: auto;
  margin-top: 40px;
  max-width: 310px;
  position: relative;
}
@media screen and (max-width: 818px) {
  .form_box .c_form .send_box {
    margin-top: 30px;
  }
}
.form_box .c_form .send_box input {
  display: block !important;
  margin: auto !important;
  width: 100% !important;
  max-width: 310px !important;
  line-height: 60px !important;
  background: #D5D5D5 !important;
  color: #ffffff !important;
  border-radius: 60px !important;
  font-size: 16px !important;
  font-weight: bold !important;
  text-align: center !important;
  padding: 0 !important;
  position: relative;
  border: none !important;
}
.form_box .c_form .send_box:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 10px;
  width: 20px;
  height: 20px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../img/common/send_btn.png);
  background-size: 100% 100%;
  transition: 0.3s ease-in-out;
  opacity: 0.1;
}
.form_box .c_form .sendok::after {
  opacity: 1;
}
.form_box .c_form .sendok input {
  background: #BF0101 !important;
  cursor: pointer !important;
}
.form_box .c_form ul {
  display: block;
}
.form_box .c_form ul .form_ttl {
  display: flex;
  font-size: 18px;
  font-weight: bold;
  color: #3B4043;
  line-height: 1.88;
  margin-bottom: 10px;
}
@media screen and (max-width: 818px) {
  .form_box .c_form ul .form_ttl {
    line-height: 1.6;
    font-size: 16px;
  }
}
.form_box .c_form ul .form_ttl .hishu {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  display: inline-block;
  margin-left: 45px;
}
@media screen and (max-width: 818px) {
  .form_box .c_form ul .form_ttl .hishu {
    margin-left: 20px;
    font-size: 10px;
  }
}
.form_box .c_form ul li + li {
  margin-top: 15px;
}
.form_box .c_form ul li .dl_center {
  align-items: center;
}
.form_box .c_form ul li .dl_center dt {
  padding-top: 0;
}
.form_box .c_form ul li dl {
  width: 100%;
  display: flex;
}
@media screen and (max-width: 818px) {
  .form_box .c_form ul li dl {
    display: block;
  }
}
.form_box .c_form ul li dl dt {
  font-size: 16px;
  font-weight: bold;
  text-align: left;
  width: 210px;
}
@media screen and (max-width: 818px) {
  .form_box .c_form ul li dl dt {
    width: 100%;
    font-size: 14px;
  }
}
.form_box .c_form ul li dl dt p {
  line-height: 1.4;
  align-items: center;
  display: flex;
}
.form_box .c_form ul li dl dd {
  width: calc(100% - 210px);
}
@media screen and (max-width: 818px) {
  .form_box .c_form ul li dl dd {
    margin-top: 5px;
    width: 100%;
  }
}
.form_box .c_form ul li dl dd p {
  font-size: 16px;
  font-weight: 500;
  width: 100%;
  text-align: left;
  line-height: 1.4;
  padding-bottom: 0;
  display: flex !important;
}
@media screen and (max-width: 818px) {
  .form_box .c_form ul li dl dd p {
    font-size: 14px;
    letter-spacing: 0;
  }
}
.form_box .c_form ul li dl dd input[type="button"],
.form_box .c_form ul li dl dd input[type="submit"],
.form_box .c_form ul li dl dd input[type="reset"] {
  -webkit-appearance: none;
}
.form_box .c_form ul li dl dd span {
  width: 100%;
  align-items: left;
  display: block !important;
  text-align: left;
}
.form_box .c_form ul li dl dd .sub_txt {
  margin-top: 15px;
}
@media screen and (max-width: 818px) {
  .form_box .c_form ul li dl dd .sub_txt {
    margin-top: 10px;
  }
}
.form_box .c_form ul li dl dd .wpcf7-radio {
  display: flex !important;
  flex-wrap: wrap;
  gap: 15px;
  column-gap: 0;
}
@media screen and (max-width: 818px) {
  .form_box .c_form ul li dl dd .wpcf7-radio {
    gap: 10px;
    column-gap: 0;
  }
}
.form_box .c_form ul li dl dd .wpcf7-radio .last {
  margin-right: 0 !important;
}
.form_box .c_form ul li dl dd .wpcf7-radio .last label {
  margin-right: 0 !important;
}
.form_box .c_form ul li dl dd .wpcf7-radio .wpcf7-list-item {
  width: fit-content;
  margin-right: 15px;
  margin-left: 0;
  align-items: center;
}
@media screen and (max-width: 818px) {
  .form_box .c_form ul li dl dd .wpcf7-radio .wpcf7-list-item {
    margin-right: 8px;
  }
}
@media screen and (max-width: 818px) {
  .form_box .c_form ul li dl dd .wpcf7-radio .wpcf7-list-item {
    width: 100%;
  }
}
.form_box .c_form ul li dl dd .wpcf7-radio .wpcf7-list-item label {
  display: flex !important;
  align-items: center;
  text-wrap: nowrap;
  margin-right: 15px;
  line-height: 32px;
}
@media screen and (max-width: 818px) {
  .form_box .c_form ul li dl dd .wpcf7-radio .wpcf7-list-item label {
    line-height: 1.8;
    margin-right: 10px;
  }
}
.form_box .c_form ul li dl dd .wpcf7-radio .wpcf7-list-item div:first-of-type {
  display: flex;
  align-items: flex-start;
  margin-bottom: 5px;
}
.form_box .c_form ul li dl dd .wpcf7-radio .wpcf7-list-item input[type="text"]:checked {
  box-sizing: border-box;
  outline: 7px solid #CCCCCC;
  outline-offset: -7px;
}
.form_box .c_form ul li dl dd .wpcf7-radio .wpcf7-list-item button,
.form_box .c_form ul li dl dd .wpcf7-radio .wpcf7-list-item legend {
  color: white;
  background-color: #CCCCCC;
  padding: 5px 5px;
  border-radius: 0;
  border: 0;
  font-size: 14px;
}
.form_box .c_form ul li dl dd .wpcf7-radio .wpcf7-list-item button:hover,
.form_box .c_form ul li dl dd .wpcf7-radio .wpcf7-list-item button:focus {
  color: #CCCCCC;
}
.form_box .c_form ul li dl dd .wpcf7-radio .wpcf7-list-item button:active {
  background-color: white;
  color: #CCCCCC;
  outline: 1px solid #CCCCCC;
}
.form_box .c_form ul li dl dd input[type="text"],
.form_box .c_form ul li dl dd input[type="tel"],
.form_box .c_form ul li dl dd input[type="email"] {
  width: 100%;
  border: none !important;
  background: #F4F3F3;
  padding: 5px 10px;
  color: #C9CACA;
  min-height: 40px;
}
@media screen and (max-width: 818px) {
  .form_box .c_form ul li dl dd input[type="text"],
  .form_box .c_form ul li dl dd input[type="tel"],
  .form_box .c_form ul li dl dd input[type="email"] {
    min-height: 40px;
    padding: 10px;
  }
}
.form_box .c_form ul li dl dd textarea {
  min-width: 100%;
  width: 100%;
  max-width: 100%;
  height: 212px;
  max-height: 212px;
  padding: 5px 10px;
  background: #F4F3F3;
  border: none !important;
}
@media screen and (max-width: 818px) {
  .form_box .c_form ul li dl dd textarea {
    padding: 10px;
  }
}
.form_box .c_form ul li dl dd #zip {
  max-width: 290px;
}
.form_box .c_form ul li dl dd #addr {
  margin-top: 15px;
}
.form_box .c_form ul li dl dd select {
  padding: 15px 15px;
  width: 100%;
  border: 1px solid #BFBFBF;
  letter-spacing: 0.32px;
  border-right: none;
}
@media screen and (max-width: 818px) {
  .form_box .c_form ul li dl dd select {
    padding: 10px;
    border-radius: 5px;
    letter-spacing: 0;
  }
}
.form_box .c_form ul li dl dd select {
  -webkit-appearance: none;
  appearance: none;
}
.form_box .c_form ul li dl dd select::-ms-expand {
  display: none;
}
.form_box .c_form ul li dl dd select {
  -webkit-appearance: none;
  appearance: none;
  background-image: url(../img/contact/select_icon.webp);
  background-repeat: no-repeat;
  background-size: 45px 45px;
  background-position: right 0 center;
  /* 画像の位置 */
}
.form_box .c_form ul li dl dd .wpcf7-not-valid-tip {
  color: #BF0101 !important;
  font-size: 12px !important;
  font-weight: bold !important;
  display: block !important;
  line-height: 160%;
  text-align: left;
}
.form_box .c_form ul li dl dd input:focus,
.form_box .c_form ul li dl dd textarea:focus {
  color: #17181A !important;
}
.form_box .c_form ul li dl dd select:focus {
  color: #17181A !important;
}
.form_box .c_form ul li dl dd input:valid,
.form_box .c_form ul li dl dd textarea:valid {
  color: #17181A !important;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.32px;
}
.form_box .c_form ul li dl dd select:valid {
  color: #17181A !important;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.32px;
}
.form_box .c_form ul li dl dd input[type="radio"] {
  appearance: none;
  border-radius: 50%;
  width: 14px;
  height: 14px;
  background: #F4F3F3;
  border: 1px solid #D9D9D9;
  transition: 0.3s all linear;
  margin-right: 7px;
  line-height: 1.2;
  padding: 8px;
  position: relative;
  font-size: 14px;
  margin-left: 0;
}
@media screen and (max-width: 818px) {
  .form_box .c_form ul li dl dd input[type="radio"] {
    margin-top: 0;
  }
}
.form_box .c_form ul li dl dd .wpcf7-file {
  width: 100%;
  display: inline-block;
  background-color: #ffffff;
  color: #9A9A9A !important;
  font-size: 16px;
  height: 100%;
  padding-left: 0;
  border: 1px solid #BF0101;
  line-height: 50px;
  font-weight: 500;
}
@media screen and (max-width: 818px) {
  .form_box .c_form ul li dl dd .wpcf7-file {
    font-size: 12px !important;
    line-height: 40px;
  }
}
.form_box .c_form ul li dl dd input[type=file]::file-selector-button {
  background-color: #EAECEF;
  width: 160px;
  padding: 5px 17px;
  margin-right: 10px;
  border: none;
  color: #3B4043 !important;
  height: calc(100% - 10px);
  cursor: pointer;
  margin-top: 5px;
  margin-left: 5px;
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 818px) {
  .form_box .c_form ul li dl dd input[type=file]::file-selector-button {
    font-size: 13px;
    width: 110px;
    padding: 3px 8px;
  }
}
.form_box .c_form ul li dl dd input[type=file]:valid {
  color: #9A9A9A !important;
}
.form_box .c_form ul li dl dd input[type="radio"]:checked {
  box-sizing: border-box;
  outline: 6px solid #BF0101;
  outline-offset: -15px;
}
@media screen and (max-width: 818px) {
  .form_box .c_form ul li dl dd input[type="radio"]:checked {
    outline: 6px solid #BF0101;
  }
}
.form_box .c_form ul li dl .radio01 {
  padding-bottom: 5px;
}
@media screen and (max-width: 818px) {
  .form_box .c_form ul li dl .radio01 {
    padding-top: 5px;
  }
}
.form_box .c_form ul li dl .radio01 .wpcf7-radio .wpcf7-list-item {
  margin-right: 0;
  width: 33.3333% !important;
}
@media screen and (max-width: 818px) {
  .form_box .c_form ul li dl .radio01 .wpcf7-radio .wpcf7-list-item {
    width: 100% !important;
  }
}
.form_box .c_form ul li dl .radio01 .wpcf7-radio .wpcf7-list-item .wpcf7-list-item-label {
  line-height: 1.2;
}
.form_box .c_form ul li dl .radio01 .wpcf7-radio .wpcf7-list-item label {
  margin-right: 0 !important;
}
.form_box .c_form ul li dl .radio02 {
  padding-bottom: 5px;
}
@media screen and (max-width: 818px) {
  .form_box .c_form ul li dl .radio02 {
    padding-top: 5px;
  }
}
.form_box .c_form ul li dl .radio02 .wpcf7-radio {
  max-width: 434px;
}
@media screen and (max-width: 818px) {
  .form_box .c_form ul li dl .radio02 .wpcf7-radio {
    max-width: 100%;
  }
}
.form_box .c_form ul li dl .radio02 .wpcf7-radio .wpcf7-list-item {
  margin-right: 0;
  width: 33.3333% !important;
}
.form_box .c_form ul li dl .radio02 .wpcf7-radio .wpcf7-list-item .wpcf7-list-item-label {
  line-height: 1.2;
}
.form_box .c_form ul li dl .radio02 .wpcf7-radio .wpcf7-list-item label {
  margin-right: 0 !important;
}
.form_box .form_check {
  font-size: 16px !important;
  font-weight: 500 !important;
}
@media screen and (max-width: 818px) {
  .form_box .form_check {
    font-size: 14px !important;
  }
}
.form_box .form_check a {
  color: #17181A !important;
}
.form_box .check_list_txt p {
  height: fit-content !important;
}
.grecaptcha-badge {
  z-index: 100;
}
