@charset "UTF-8";
/*----------------------------------------------------------------
お問い合わせ ・ thanks
------------------------------------------------------------------*/
#contact {
  padding: 80px 0 120px;
}

#form .form_caption {
  max-width: 900px;
  width: 90%;
  margin: 80px auto 0;
  line-height: 2;
}
#form .form_caption a {
  display: inline;
}
#form .form_caption a:hover {
  color: #d83434;
}

.cart {
  width: 100%;
  max-width: 960px;
  margin: 30px auto;
  background-color: #fff;
  font-size: 14px;
  color: #333;
  /**/
  /**/
  /*取り消しボタン*/
  /* チェックボックス / ラジオボックス */
  /* チェックボックス表示用調整 */
  /* ラジオボックス表示用調整 */
}
.cart table {
  width: 100%;
  max-width: 960px;
  border-collapse: collapse;
}
.cart .inqObjs {
  margin-bottom: 0;
}
.cart .inqObjs th {
  background-color: #aaa;
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding: 12px;
  font-size: 16px;
}
.cart .inqObjs td.cell-02 {
  width: 200px;
}
.cart .inqObjs td.cell-02 img {
  width: auto;
  height: 100%;
  object-fit: cover;
}
.cart .inqObjs td.cell-06 span {
  display: block;
}
.cart th {
  display: none;
}
.cart td {
  width: 66%;
  padding: 12px 0 12px 20px;
  border-bottom: 1px solid #dfdfdf;
  font-weight: bold;
}
.cart td.senddata_koumoku {
  width: 34%;
  padding: 12px 10px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
}
.cart table.inqHead > tbody > tr > td {
  padding: 20px 0;
}
.cart input[type=text],
.cart input[type=tel],
.cart input[type=email],
.cart select,
.cart textarea {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  padding: 8px 10px;
  border: 1px solid #dfdfdf;
  font-family: inherit;
  font-size: 14px;
  background-color: #fff;
}
.cart select {
  max-width: 250px;
}
.cart textarea {
  resize: vertical;
  min-height: 120px;
  max-width: 100%;
}
.cart .setsuzoku_bar {
  display: inline-block;
  margin: 0 10px;
}
.cart .supp-expl {
  margin-left: 10px;
  color: #aaa;
  font-size: 1.4rem;
}
.cart .anq_required {
  display: inline-block;
  margin-left: 5px;
  color: #fff;
  background-color: #cb2600;
  width: 50px;
  text-align: center;
  font-size: 12px;
  padding: 5px 0 4px;
  border-radius: 2px;
  line-height: 1;
}
.cart .form_required {
  display: inline;
  margin-bottom: 5px;
}
.cart .ushiro_moji,
.cart .mae_moji {
  display: inline-block;
  font-size: 13px;
  color: #666;
  margin-top: 5px;
}
@media screen and (max-width: 768px) {
  .cart {
    width: 90%;
    margin: 30px auto;
  }
  .cart .inqHead td {
    margin: 10px 0;
    padding: 0;
  }
  .cart .inqObjs th.cell-01 {
    width: 100%;
    display: block;
    padding: 0;
  }
  .cart .inqObjs td.cell-02 {
    width: 100%;
    display: block;
    text-align: center;
  }
  .cart .inqObjs td.cell-02 img {
    margin: 0 auto;
  }
  .cart td.senddata_koumoku {
    width: 100%;
    display: block;
    padding: 12px 0;
  }
  .cart td {
    box-sizing: border-box;
    width: 100%;
    display: block;
    padding: 12px 0;
  }
  .cart th {
    font-size: 14px;
  }
  .cart input,
  .cart select,
  .cart textarea {
    width: 100%;
  }
}
.cart .toiawase_item_del_button {
  width: 100%;
  padding: 5px 10px;
  background-color: #eee;
  cursor: pointer;
}
.cart .toiawase_item_del_button:hover {
  opacity: 1;
  background-color: #d83434;
  transition: 0.3s;
}
.cart input[type=radio],
.cart input[type=checkbox] {
  -webkit-appearance: none;
  background-color: #fff;
  width: 20px;
  height: 20px;
  margin: 0 5px 0 0;
  border-radius: 20px;
  display: inline-block;
  vertical-align: middle;
  border: solid 1px #ddd;
  box-sizing: border-box;
}
.cart input[type=checkbox] {
  position: relative;
  border-radius: 0;
  cursor: pointer;
}
.cart input[type=checkbox]::after {
  content: "";
  position: absolute;
  top: calc(50% - 8px);
  left: calc(50% - 4px);
  width: 5px;
  height: 10px;
  border-right: 3px solid #cccccc;
  border-bottom: 3px solid #cccccc;
  transform: rotate(45deg);
}
.cart input[type=checkbox]:checked {
  background-color: #d83434;
  border-color: #d83434;
}
.cart input[type=checkbox]:checked::after {
  content: "";
  position: absolute;
  top: calc(50% - 8px);
  left: calc(50% - 4px);
  width: 5px;
  height: 10px;
  border-right: 3px solid #FFF;
  border-bottom: 3px solid #FFF;
  transform: rotate(45deg);
}
.cart input[type=radio] {
  display: inline-block !important;
  position: relative;
}
.cart input[type=radio]::after {
  content: "";
  position: absolute;
  top: calc(50% - 3px);
  left: calc(50% - 3px);
  width: 6px;
  height: 6px;
  background-color: #ccc;
  border-radius: 50px;
}
.cart input[type=radio]:checked {
  background-color: #d83434;
  border-color: #d83434;
}
.cart input[type=radio]:checked::after {
  content: "";
  position: absolute;
  top: calc(50% - 3px);
  left: calc(50% - 3px);
  width: 6px;
  height: 6px;
  background-color: #fff;
}
.cart input[type=radio]:checked,
.cart input[type=checkbox]:checked {
  background-color: #1c3a51;
  border: none;
}
.cart #SPForm input.form_input_back {
  margin-bottom: 15px;
  color: #FFF;
}
.cart #SPForm input.form_input_back:hover {
  transition: 0.3s;
  opacity: 0.7;
}
.cart #SPForm input[type=submit] {
  padding: 20px 0;
  background-color: #003b84;
  border: none;
  border-radius: 5px;
  color: #FFF;
  font-size: 16px;
  padding: 17px 0 15px;
  width: 100%;
  text-align: center;
  cursor: pointer;
  transition: 0.3s;
}
.cart #SPForm input[type=submit]:hover {
  transition: 0.3s;
  opacity: 0.7;
}
.cart form .r_kind_add {
  display: none;
}
@media screen and (min-width: 901px) and (max-width: 1280px) {
  .cart table {
    font-size: unset;
  }
}

/*cart*/
/*エラー
----------------------------------------------- */
.error_koumoku {
  color: #000;
}

.error {
  text-align: center;
  color: #f66;
}
.error b {
  padding: 2px 10px;
  border: 1px solid #f66;
  font-size: 2rem;
}

/*-------------------------------------------------------- 完了ページ*/
#thanks_page {
  width: 90%;
  max-width: 1000px;
  margin: 60px auto;
  text-align: center;
}
#thanks_page h3 {
  font-size: 2.4rem;
  font-weight: bold;
}
#thanks_page p {
  margin-bottom: 20px;
  font-size: 1.6rem;
  line-height: 1.8;
}
#thanks_page .name {
  margin: 50px 0;
  font-size: 1.8rem;
  font-weight: bold;
}
#thanks_page .thanks-btn {
  display: block;
  max-width: 300px;
  margin: 20px auto;
  background-color: #003b84;
  border: none;
  border-radius: 5px;
  color: #FFF;
  font-size: 16px;
  padding: 17px 20px 15px;
  width: 100%;
  text-align: center;
  cursor: pointer;
  transition: 0.3s;
}
#thanks_page .thanks-btn:hover {
  transition: 0.3s;
  opacity: 0.7;
}
#thanks_page .thanks-btn__en {
  margin-left: 6px;
  font: 400 12px/1 "Cardo", serif;
}

/* 資料請求ヘッダー部分 */
/* メンテナンス */
.preparation_con_area {
  padding: 150px 0;
  text-align: center;
}
.preparation_con_area .btnbtn {
  position: relative;
  display: block;
  max-width: 250px;
  margin: 20px auto;
  background-color: #003b84;
  color: #fff;
  font-size: 14px;
  padding: 15px 35px;
  border-radius: 5px;
}
.preparation_con_area .btnbtn::before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 18px;
  width: 6px;
  height: 6px;
  margin: auto;
  content: "";
  vertical-align: middle;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.preparation_con_area .btnbtn:hover {
  opacity: 0.8;
}

.cmn_ttl_text_area__eyebrow {
  font-size: 2rem;
}

.preparation_con {
  width: 90%;
  max-width: 900px;
  margin: 50px auto;
  padding: 70px 20px;
  background: #fff;
  font-weight: 100;
  font-size: 1.1rem;
  text-align: center;
  line-height: 2;
  letter-spacing: 2px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

@media (max-width: 768px) {
  .preparation_con {
    margin: 50px auto 20px;
    padding: 70px 30px;
    font-size: 1.4rem;
    line-height: 1.8;
    letter-spacing: 1px;
  }
}/*# sourceMappingURL=eidai_form.css.map */