@media screen and (max-width: 768px) {
  .form {
    margin-top: 7.8125vw;
  }
}
.form_box form {
  width: 100%;
  max-width: 560px;
  margin: 10px auto 30px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

/* ttl */
.form_box h2 {
  text-align: center;
  font-size: 42px;
  font-weight: 500;
  margin-top: 25px;
  color: #0e9352;
}

.form_box h2.sec_ttl {
  text-align: left;
  font-size: 24px;
  font-weight: 500;
  position: relative;
  width: 100%;
  border-bottom: 4px solid #cccccc;
  margin-bottom: 24px;
  margin-top: 0;
}

.form_subttl {
  text-align: center;
  font-size: 24px;
}

/* txt */
.note {
  text-indent: -1em;
  margin-left: 1em;
}

.note._red {
  color: #f23a3a;
}

@media screen and (max-width: 768px) {
  .form_box form {
    max-width: 100%;
    margin: 4vw auto 2vw;
  }

  .form_box h2 {
    margin-top: 4vw;
    font-size: 4.427vw;
  }

  .form_subttl {
    font-size: 3.125vw;
  }
}

/* Layout */
.form_box_flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.form_box_left {
  display: flex;
  width: 190px;
  margin: 0 14px 0 0;
  background-color: #d4d4d4;
}

.form_box_left label {
  padding: 1.3em 10px;
  margin: 0;
  font-weight: 500;
  width: 100%;
}

.form_box_left label.align_top {
  padding-top: 0;
}

.form_box_right {
  width: 350px;
  margin: 0 0 15px;
}
@media screen and (min-width: 769px) {/* PCのみ */
  .form_box_right.email-wrap {
    min-height: 65px;
    /* display: flex; */
    align-items: center;
  }
}
.form_box_right.mb-0 {
  margin-bottom: 0;
}
.form_box_email._invisible,
.form_box_tel._invisible {
  display: none;
  margin-bottom: 0;
}
.email-wrap .email_note {
  font-size: 12px;
  padding: 1rem 0.5rem 0;
  margin-bottom: 0;
}
/* flex */
.form_box .flex_c {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.form_box_right.col2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.form_box_right.col2 input:not([type="submit"]).col2_item {
  width: 48%;
}

@media screen and (max-width: 768px) {
  .form_box_left {
    font-size: 3.2vw;
    background-color: transparent;
    width: 100%;
    padding: 0;
  }

  .form_box_left label,
  .form_box_left label.align_top {
    padding: .2em 0;
    font-size: 16px;
  }

  .form_box_right {
    width: 100%;
    margin: 0 auto 3vw;
  }
}

/* input */
.form_box .form_input {
  padding: 1.3em;
  margin: 0;
  width: 100%;
  height: 58px;
  border: 2px solid #CCCCCC;
  box-shadow: none;
  border-radius: 0;
}
@media screen and (max-width: 768px) {
  .form_box .form_input {
    font-size: 16px;
  }
}

.form_box .input_half {
  width: 160px;
  height: 58px;
}

.form_box .check_wrap {
  padding: 1.3em 0 .6em;
  display: flex;
  flex-direction: row;
}

/* textarea */
.form_box textarea {
  margin: 0;
  padding: 1.3em;
  width: 100%;
  height: 180px;
  border: 2px solid #CCCCCC;
  box-shadow: none;
  border-radius: 0;
  font-size: 16px;
}

@media screen and (max-width: 768px) {
  .form_box .check_wrap {
    padding: .6em 0;
    flex-direction: row-reverse;
  }

  .form_box .input_half {
    width: 40vw;
  }
}

/* button */
.form_box .btn-wrap {
  /* display: table; */
  /* margin: auto auto 60px; */
  max-width: none;
  width: auto;
  text-align: center;
}
.form_box .btn-wrap input[type="submit"] {
  height: auto;
}

.form_box .acc_btn_wrap button {
  float: right;
}

.form_box .acc_btn_wrap:after {
  content: "";
  display: block;
  clear: both;
}

.form_box .btn_add {
  text-align: right;
  width: 100%;
}

.form_box .automatic_input {
  cursor: pointer;
  width: auto;
  margin: auto;
  padding: .6em 1.4em;
  border-radius: 0;
  background: #000000;
  border: 0;
  color: #ffffff;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .form_box .btn-wrap {
    font-size: 4.166vw;
    width: 100%;
  }

  .form_box .btn-wrap._sp100 {
    width: 100%;
  }

  .form_box .acc_btn_wrap button {
    float: none;
    margin: 6vw auto;
    display: block;
  }

  .form_box .automatic_input {
    padding: .8em;
    margin-left: 3vw;
  }

  .form_box .btn_add {
    text-align: center;
    background: #ffffff;
    border-radius: 8px;
    border: solid 2px #b5b5b5;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    padding: 2.6vw;
    text-decoration: none;
  }
}

/* select */
.form_box .select,
.form_box .select_half {
  padding: 0 1.3em;
  margin: 0;
  width: 100%;
  height: 58px;
  font-size: inherit;
}
@media screen and (max-width: 768px) {
  .form_box .select,
  .form_box .select_half {
    font-size: 16px;
  }
}
.form_box .select_half {
  width: 160px;
}

.form_box .form_select_wrap {
  position: relative;
  margin: 0;
  padding: 0;
}

.form_box select {
  cursor: pointer;
  width: 250px;
  max-width: 100%;
  border-radius: 0;
  box-shadow: none;
  border: 0;
  background-color: #fff;
  vertical-align: baseline;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.form_box select.border {
  border: solid 2px #ccc;
}

.form_box select::-ms-expand {
  display: none;
}

.form_box .form_select_wrap::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 14px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 5px 0 5px;
  border-color: #000 transparent transparent transparent;
  transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
  .form_box select {
    width: 100%;
  }
  .form_box .select_half {
    width: 40vw;
  }
}

/* label */
.form_box .required,
.form_box .optional {
  position: relative;
}


.form_box .required:after,
.form_box .optional:after {
  display: inline-block;
  padding: 6px 8px;
  margin: 0;
  background: #fff;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  position: absolute;
  right: 5px;
}
.form_box .required:after {
  content: "必須";
  /* border: 1px solid #ff0000; */
  background-color: #ff0000;
  color: #FFFFFF;
}

.form_box .optional:after {
  content: "任意";
  border: 1px solid #999;
  color: #999;
}

@media screen and (max-width: 768px) {
  .form_box .required:after,
  .form_box .optional:after {
    position: relative;
    padding: 3px 8px;
    margin: 0 3vw 0 1em;
    font-size: 3.2vw;
  }
}

/* 住所 */
.address_wrap_row {
  display: flex;
  align-items: center;
}

.address_wrap_row>.icon_postal_code {
  margin-right: 10px;
}

.address_wrap .note {
  margin-top: 0.5em;
  font-size: 12px;
}

@media screen and (max-width: 768px) {
  .address_wrap .note {
    font-size: 2.6vw;
  }
}

/* 連絡方法ラジオボタン */
.form_box form .check_mail,
.form_box form .check_phone {
  display: none;
}

.form_box .check_wrap label {
  position: relative;
  cursor: pointer;
  width: 160px;
  background-color: transparent;
  color: #000;
  text-align: left;
  padding-left: 32px;
}

.form_box .check_mail,
.form_box .check_phone {
  position: relative;
}

.check_wrap label:before {
  content: "";
  position: absolute;
  width: 23px;
  height: 23px;
  border-radius: 50%;
  border: 2px solid #000;
  background-color: #ffffff;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.form_box .check_mail:checked+label:after,
.form_box .check_phone:checked+label:after {
  content: "";
  position: absolute;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background-color: #000;
  top: 50%;
  left: 6px;
  transform: translateY(-50%);
  border: none;
}

@media screen and (max-width: 768px) {
  .form_box .check_wrap label {
    width: 43%;
    padding-left: 6.916vw;
    font-size: 16px;
  }

  .form_box .check_wrap label:before {
    width: 5vw;
    height: 5vw;
    border: 1px solid #000;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }

  .form_box .check_mail:checked+label:after,
  .form_box .check_phone:checked+label:after {
    width: 2.377vw;
    height: 2.377vw;
    top: 50%;
    left: 1.296vw;
    transform: translateY(-50%);
    border: none;
  }
}

/* Privacy Checkbox */
.check_privacy_wrap {
  padding-bottom: 5px;
  margin-top: 30px;
  text-align: center;
}

.check_privacy_label {
  display: block;
}

.check_privacy_input {
  display: none;
}

.check_privacy_parts {
  cursor: default !important;
  padding-left: 30px;
  position: relative;
}

.check_privacy_parts::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  border: 0;
  border-radius: 25px;
  background-color: #999;
}

.check_privacy_parts::after {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 7px;
  width: 10px;
  height: 16px;
  transform:rotate(45deg);
  border-bottom: 4px solid #fff;
  border-right: 4px solid #fff;
}

.check_privacy_input:checked+.check_privacy_parts::before {
  background-color: #0e9352;
}

@media screen and (max-width: 768px) {
  .check_privacy_label.mt {
    margin-top: 7vw;
  }
  .check_privacy_parts {
    padding-left: 6.47vw;
    position: relative;
  }

  .check_privacy_parts::before {
    width: 5.187vw;
    height: 5.187vw;
  }

  .check_privacy_parts::after {
    left: 1.9vw;
    width: 1.512vw;
    height: 3.457vw;
    border-bottom: 3px solid #fff;
    border-right: 3px solid #fff;
  }
}


/* @media screen and (min-width: 768.2px) {
  .js-acc-content {
    display: block !important;
  }
} */
.js-acc-content {
  display: none;
}
@media screen and (min-width: 769px) {
    .js-acc-content.pc_default {
      margin-top: 30px;
      display: block;
    }
}
.e_list {
  list-style: none;
  padding-left: 0;
}

.e_list ul li {
  text-indent: -1em;
  margin-left: 1em;
}

/* 汎用 */
.mx_auto {
  margin-right: auto;
  margin-left: auto;
}

.txt_c_pc {
  text-align: center;
}

@media screen and (max-width: 768px) {
  .txt_c_pc {
    text-align: left;
  }
}

/* Error */
.box_caution {
  padding: 1.3em .8em;
  border: 1px solid;
  color: #ff0000;
  font-size: 15px;
  text-align: center;
}
.form_box .is_error,
.common_editForm_inputText.is_error {
  background-color: #ffebeb;
  border: 1px solid #f23a3a;
}

.form_error_message {
  margin-top: .2em;
  margin-bottom: 0;
  color: #f23a3a;
  font-size: 12px;
}

.form_error_message.mb {
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .box_caution {
    font-size: 3.2vw;
    text-align: left;
  }
  .form_error_message {
    font-size: 3vw;
  }
}
/**/
.front-form.contact .btn-wrap .btnSubmit {
  height: auto;
}

.form_contact_method {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .form_contact_method {
    flex-direction: column-reverse;
  }
}

.front-form .form_input_block {
  position: relative;
  display: inline-block;
}
.front-form .form_input_block.__w48 {
  width: 48%;
}
.front-form .form_input_block.__w100 {
  width: 100%;
}
.front-form .form_input_block.__w48 input.col2_item {
  width: 100%;
}
.front-form .form_input_block ._placeholder {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 11px;
  font-style: normal;
}
.front-form .form_input_block ._placeholder._visible {
  display: inline-block;
}
.front-form .form_input_block ._valid_mark {
  display: none;
  position: absolute;
  top: calc(50% - 0.5em);
  right: 0;
  font-size: 16px;
  font-style: normal;
  width: 1.5em;
  height: 1.0em;
}
.front-form .form_input_block ._valid_mark._visible {
  display: inline-block;
}
.front-form .form_input_block ._valid_mark::before {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  background-repeat: no-repeat;
}
.front-form .form_input_block ._valid_mark._check::before {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path d="M438.6 105.4C451.1 117.9 451.1 138.1 438.6 150.6L182.6 406.6C170.1 419.1 149.9 419.1 137.4 406.6L9.372 278.6C-3.124 266.1-3.124 245.9 9.372 233.4C21.87 220.9 42.13 220.9 54.63 233.4L159.1 338.7L393.4 105.4C405.9 92.88 426.1 92.88 438.6 105.4H438.6z" fill="%230e9352"/></svg>');
}
.front-form .form_input_block ._valid_mark._error::before {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 128 512"><path d="M64 352c17.69 0 32-14.32 32-31.1V64.01c0-17.67-14.31-32.01-32-32.01S32 46.34 32 64.01v255.1C32 337.7 46.31 352 64 352zM64 400c-22.09 0-40 17.91-40 40s17.91 39.1 40 39.1s40-17.9 40-39.1S86.09 400 64 400z" fill="%23FF0000"/></svg>');
}
.front-form .form_input_block p.is_error {
  position: absolute;
  top: 100%;
  white-space: nowrap;
  line-height: 1.2;
}
.front-form .form_scroll_box {
  display: none;
  position: relative;
}
.front-form .form_scroll_box._visible {
  display: block;
}
.front-form .form_scroll_box ._scroll_ind {
  margin-top: 15px;
  width: 100%;
  text-align: center;
}
.front-form .form_scroll_box ._scroll_ind span {
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 17.3px 10px 0 10px;
  border-color: #CCCCCC transparent transparent transparent;
}
.front-form .form_scroll_box ._scroll_ind span._enable {
  border-color: #0e9352 transparent transparent transparent;
  animation: blinking 1s ease-in-out infinite alternate;
  cursor: pointer;
}
@keyframes blinking {
  0% {opacity: 0;}
  100% {opacity: 1;}
}

.front-form .form_box_submit .link.btn-wrap._disabled {
  opacity: 0.5;
}
.__with_carinfo .head_contact label:first-child {
  margin-bottom: 0.5em;
}
.__with_carinfo .head_contact label+.note {
  text-indent: initial;
  font-size: 0.5em;
  margin-left: 1rem;
  margin-bottom: 0.5em;
}
.__with_carinfo .address_wrap_row {
  margin-bottom: 1rem;
}

.product_info {
  display: flex;
  align-items: center;
  padding: 10px;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  margin-top: 0;
}
.product_info_mail {
  width: 560px;
  margin: 30px auto 0;
}
.product_info_mail_txt {
  font-size: 20px;
  margin-bottom: 10px;
}
.product_info .img_box {
  width: 175px;
  margin-right: 5%;
  height: 120px;
}
@media screen and (max-width: 768px) {
  .product_info .img_box {
    width: 130px;
    margin-right: 2%;
    height: 90px;
  }
}
.product_info p, p.product_info_lead {
  margin-bottom: 0;
  word-break: break-all;
}
.product_info .contact_number span {
  font-size: 17px;
  font-weight: bold;
  margin-left: 3%;
}

@media screen and (max-width: 768px) {
  .product_info .txt_box {
    font-size: 2.6vw;
  }
}
