._components_box[data-v-c30a7da0] {
  position: relative;
  width: 524px;
  height: 95px;
  font-size: 16px;
  color: #333333;
  margin: 0 auto;
}
@media screen and (max-width: 700px) {
._components_box[data-v-c30a7da0] {
    font-size: 12px;
    width: 294px;
    height: 65px;
    margin: 0;
    left: 54%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
}
._input_text[data-v-c30a7da0] {
  position: absolute;
  left: -2px;
  bottom: 23px;
}
@media screen and (max-width: 700px) {
._input_text[data-v-c30a7da0] {
    left: -4px;
}
}
._input_conf_text[data-v-c30a7da0] {
  position: absolute;
  right: 47%;
  bottom: 23px;
}
._comp_text[data-v-c30a7da0] {
  text-align: center;
  position: absolute;
  right: 0px;
  bottom: 0px;
}
@media screen and (max-width: 700px) {
._comp_text[data-v-c30a7da0] {
    bottom: 6px;
}
}
._stepper_container[data-v-c30a7da0] {
  display: flex;
  align-items: center;
}
._tama_common[data-v-c30a7da0] {
  width: 30px;
  height: 30px;
  border: 1px solid #707070;
  border-radius: 50px;
}
@media screen and (max-width: 700px) {
._tama_common[data-v-c30a7da0] {
    width: 18px;
    height: 18px;
}
}
._border_common[data-v-c30a7da0] {
  border-bottom: 1px solid #707070;
  width: 200px;
}
@media screen and (max-width: 700px) {
._border_common[data-v-c30a7da0] {
    width: 105px;
}
}
._active_tame_a[data-v-c30a7da0] {
  background: #021F46;
  border: 1px solid #021F46;
}
._active_tama_b[data-v-c30a7da0] {
  border: 1px solid #ffffff;
  background: linear-gradient(#89EDFC, #408CE5);
}._input_box[data-v-5ba40c26] {
  display: grid;
  grid-template-columns: 250px auto;
  align-items: center;
}
@media screen and (max-width: 700px) {
._input_box[data-v-5ba40c26] {
    grid-template-columns: auto;
    gap: 15px;
}
}
@media screen and (max-width: 700px) {
._flex_area[data-v-5ba40c26] {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
}
}
._label_container[data-v-5ba40c26] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 190px;
}
@media screen and (max-width: 700px) {
._label_container[data-v-5ba40c26] {
    width: 130px;
}
}
._zipcode_text[data-v-5ba40c26] {
  width: 160px;
  display: flex;
  justify-content: flex-end;
  font-size: 12px;
  color: #333333;
}
._required_box[data-v-5ba40c26] {
  height: 24px;
  width: 45px;
  background: #E0243B;
  color: #ffffff;
  border-radius: 3px;
  font-size: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 700px) {
._required_box[data-v-5ba40c26] {
    height: 16px;
    width: 30px;
    font-size: 10px;
}
}
._anyflag_box[data-v-5ba40c26] {
  height: 24px;
  width: 45px;
}
._label[data-v-5ba40c26] {
  font-size: 16px;
  color: #333333;
}
@media screen and (max-width: 700px) {
._label[data-v-5ba40c26] {
    font-size: 12px;
}
}
._q_input[data-v-5ba40c26] {
  width: 530px;
  background: #F1F1F1;
  border: 1px solid #F1F1F1;
  padding: 0 20px;
}
@media screen and (max-width: 980px) {
._q_input[data-v-5ba40c26] {
    width: 100%;
}
}
._q_input_textarea[data-v-5ba40c26] {
  width: 100%;
  background: #F1F1F1;
  border: 1px solid #F1F1F1;
  padding: 0 20px;
  margin-top: 15px;
}
._half_size[data-v-5ba40c26] {
  width: 265px;
  background: #F1F1F1;
  border: 1px solid #F1F1F1;
  padding: 0 20px;
}
._line_red[data-v-5ba40c26] {
  border: 1px solid #E0243B;
}
._line_black[data-v-5ba40c26] {
  border: 1px solid #333333;
}
._disable[data-v-5ba40c26] {
  background: #ffffff;
  border: 1px solid #333333;
}._send_mail_modal[data-v-1d453c70] {
  background-color: rgba(0, 0, 0, 0.5);
  height: 100vh;
  position: fixed;
  top: 0;
  z-index: 100;
  width: 100vw;
}
._send_mail_modal_item_container[data-v-1d453c70] {
  position: absolute;
  width: fit-content;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
@media screen and (max-width: 700px) {
._send_mail_modal_item_container[data-v-1d453c70] {
    width: 100%;
}
}
._send_mail_modal_text[data-v-1d453c70] {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  width: fit-content;
  text-align: center;
  line-height: 3rem;
}
@media screen and (max-width: 700px) {
._send_mail_modal_text[data-v-1d453c70] {
    font-size: 16px;
    margin: 0 auto;
}
}
._spinner[data-v-1d453c70] {
  width: fit-content;
  margin: 25px auto 0 auto;
}
._btn_position[data-v-1d453c70] {
  margin-top: 25px;
}
._close_btn[data-v-1d453c70] {
  color: #ffffff;
  background: #707070;
  font-size: 16px;
  font-weight: 600;
  width: 100%;
  height: 60px;
}
@media screen and (max-width: 700px) {
._close_btn[data-v-1d453c70] {
    width: 200px;
}
}a[data-v-710fb4ee] {
  text-decoration: none;
}
._general_box[data-v-710fb4ee] {
  position: relative;
  padding-bottom: 200px;
}
@media screen and (max-width: 700px) {
._general_box[data-v-710fb4ee] {
    padding-bottom: 100px;
}
}
._pankuzu_container[data-v-710fb4ee] {
  max-width: 1240px;
  width: 100%;
  margin: 0 auto 70px auto;
  padding: 0 20px 0 20px;
}
@media screen and (max-width: 700px) {
._pankuzu_container[data-v-710fb4ee] {
    margin: 0 auto 30px auto;
}
}
@media screen and (max-width: 1239px) {
._title_box_container[data-v-710fb4ee] {
    padding: 0 20px;
}
}
._title_box[data-v-710fb4ee] {
  width: 1200px;
  height: 165px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #707070;
  margin: 0 auto 100px auto;
}
@media screen and (max-width: 1239px) {
._title_box[data-v-710fb4ee] {
    width: 100%;
}
}
@media screen and (max-width: 700px) {
._title_box[data-v-710fb4ee] {
    height: 48px;
    margin-bottom: 30px;
}
}
._title_box_comp[data-v-710fb4ee] {
  background: #021F46;
  width: 1200px;
  height: 165px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #707070;
  margin: 0 auto 100px auto;
}
@media screen and (max-width: 1239px) {
._title_box_comp[data-v-710fb4ee] {
    width: 100%;
}
}
@media screen and (max-width: 700px) {
._title_box_comp[data-v-710fb4ee] {
    height: 48px;
    margin-bottom: 30px;
}
}
._title_container[data-v-710fb4ee] {
  display: grid;
  grid-template-columns: auto auto;
  align-items: center;
  gap: 16px;
  width: fit-content;
}
@media screen and (max-width: 700px) {
._title_container[data-v-710fb4ee] {
    gap: 5px;
}
}
._title_text[data-v-710fb4ee] {
  font-size: 45px;
  font-weight: 600;
  color: #333333;
}
@media screen and (max-width: 700px) {
._title_text[data-v-710fb4ee] {
    font-size: 20px;
}
}
._title_text_comp[data-v-710fb4ee] {
  font-size: 45px;
  font-weight: 600;
  color: #ffffff;
}
@media screen and (max-width: 700px) {
._title_text_comp[data-v-710fb4ee] {
    font-size: 20px;
}
}
._mail_icon[data-v-710fb4ee] {
  font-size: 90px;
  color: #333333;
}
@media screen and (max-width: 700px) {
._mail_icon[data-v-710fb4ee] {
    font-size: 32px;
}
}
._mail_icon_comp[data-v-710fb4ee] {
  font-size: 90px;
  color: #ffffff;
}
@media screen and (max-width: 700px) {
._mail_icon_comp[data-v-710fb4ee] {
    font-size: 32px;
}
}
@media screen and (max-width: 959px) {
._error_msg_box[data-v-710fb4ee] {
    padding: 0 50px;
}
}
._error_msg_container[data-v-710fb4ee] {
  color: #E0243B;
  font-size: 16px;
  width: 860px;
  border: 1px solid #E0243B;
  padding: 20px;
  text-align: center;
  margin: 100px auto 0 auto;
}
@media screen and (max-width: 959px) {
._error_msg_container[data-v-710fb4ee] {
    font-size: 14px;
    width: 100%;
}
}
@media screen and (max-width: 980px) {
._input_box[data-v-710fb4ee] {
    padding: 0 40px;
}
}
._input_container[data-v-710fb4ee] {
  width: fit-content;
  margin: 73px auto 55px auto;
}
@media screen and (max-width: 980px) {
._input_container[data-v-710fb4ee] {
    width: 100%;
}
}
@media screen and (max-width: 700px) {
._input_container[data-v-710fb4ee] {
    margin: 48px auto 50px auto;
}
}
._input_container_common[data-v-710fb4ee] {
  border-top: 1px solid #D6D6D6;
  padding: 30px 50px;
}
@media screen and (max-width: 700px) {
._input_container_common[data-v-710fb4ee] {
    border-top: 1px solid #ffffff;
    padding: 0 0 25px 0;
}
}
._input_company_container[data-v-710fb4ee] {
  display: grid;
  grid-template-columns: 250px auto;
  align-items: center;
}
@media screen and (max-width: 700px) {
._input_company_container[data-v-710fb4ee] {
    grid-template-columns: auto;
    gap: 15px;
}
}
._input_address_sp_container[data-v-710fb4ee] {
  display: grid;
  grid-template-columns: auto;
  gap: 10px;
}
._companyname_title_container[data-v-710fb4ee] {
  width: 250px;
  font-size: 16px;
  color: #333333;
}
@media screen and (max-width: 700px) {
._companyname_title_container[data-v-710fb4ee] {
    width: 100%;
    font-size: 12px;
}
}
._address_items_container[data-v-710fb4ee] {
  display: grid;
  grid-template-columns: 250px auto;
}
._address_container_left[data-v-710fb4ee] {
  padding: 20px 0 0 0;
  font-size: 16px;
  color: #333333;
}
@media screen and (max-width: 700px) {
._address_container_left[data-v-710fb4ee] {
    font-size: 12px;
    padding: 0;
    display: flex;
    align-items: center;
}
}
._address_container_right[data-v-710fb4ee] {
  display: grid;
  gap: 15px;
}
._zipcode_container[data-v-710fb4ee] {
  display: flex;
  align-items: center;
}
._zipcode_text_container[data-v-710fb4ee] {
  width: fit-content;
  font-size: 16px;
  color: #333333;
  margin-left: auto;
}
@media screen and (max-width: 980px) {
._zipcode_text_container[data-v-710fb4ee] {
    margin-left: 0px;
    margin-bottom: 15px;
}
}
@media screen and (max-width: 700px) {
._zipcode_text_container[data-v-710fb4ee] {
    font-size: 12px;
    margin-left: auto;
    margin-bottom: 0;
}
}
._indent[data-v-710fb4ee] {
  text-indent: 1em;
}
._table_under_bar[data-v-710fb4ee] {
  border-bottom: 1px solid #D6D6D6;
  margin: 20px 0 55px 0;
}
._privacy_policy_box[data-v-710fb4ee] {
  width: 480px;
  text-align: center;
  margin: 0 auto;
}
@media screen and (max-width: 700px) {
._privacy_policy_box[data-v-710fb4ee] {
    width: 100%;
}
}
._privacy_policy_box_conf[data-v-710fb4ee] {
  width: 530px;
  margin: 0 auto;
}
@media screen and (max-width: 700px) {
._privacy_policy_box_conf[data-v-710fb4ee] {
    width: 100%;
}
}
._privacy_policy_text[data-v-710fb4ee] {
  font-size: 16px;
  color: #333333;
  width: fit-content;
  margin: 0 auto 33px auto;
}
@media screen and (max-width: 700px) {
._privacy_policy_text[data-v-710fb4ee] {
    font-size: 12px;
}
}
._privacy_policy_text_error[data-v-710fb4ee] {
  background: #E0243B;
  margin-bottom: 33px;
  font-size: 16px;
  color: #ffffff;
}
@media screen and (max-width: 700px) {
._privacy_policy_text_error[data-v-710fb4ee] {
    font-size: 12px;
}
}
._send_conf_btn[data-v-710fb4ee] {
  background: #fff;
  color: #E94C59;
  border: 1px solid #E94C59;
  font-weight: 600;
  width: 480px;
  height: 80px;
  font-size: 24px;
}
@media screen and (max-width: 700px) {
._send_conf_btn[data-v-710fb4ee] {
    width: 290px;
    height: 50px;
    font-size: 16px;
}
}
._send_complet_btn_double_container[data-v-710fb4ee] {
  display: grid;
  grid-template-columns: auto auto;
  gap: 30px;
}
@media screen and (max-width: 700px) {
._send_complet_btn_double_container[data-v-710fb4ee] {
    gap: 14px;
    justify-content: center;
}
}
._send_complet_btn_common[data-v-710fb4ee] {
  color: #ffffff;
  font-weight: 600;
  height: 80px;
  width: 250px;
  font-size: 24px;
}
@media screen and (max-width: 700px) {
._send_complet_btn_common[data-v-710fb4ee] {
    width: 140px;
    height: 50px;
    font-size: 14px;
}
}
._btn_gray[data-v-710fb4ee] {
  background: #707070;
}
._btn_navy[data-v-710fb4ee] {
  letter-spacing: 0.15em;
  line-height: 1.2;
  background: #021F46;
}
._comp_box[data-v-710fb4ee] {
  padding-top: 105px;
}
@media screen and (max-width: 700px) {
._comp_box[data-v-710fb4ee] {
    padding: 48px 20px 0 20px;
}
}
._comp_text[data-v-710fb4ee] {
  text-align: center;
  font-size: 16px;
  color: #333333;
  line-height: 2rem;
  margin-bottom: 53px;
}
@media screen and (max-width: 700px) {
._comp_text[data-v-710fb4ee] {
    font-size: 14px;
    line-height: 1.8rem;
    margin-bottom: 35px;
}
}
._tel_box[data-v-710fb4ee] {
  background: #ffffff;
  width: fit-content;
  font-size: 30px;
  font-weight: 600;
  color: #333333;
  padding: 35px 138px;
  margin: 0 auto 100px auto;
}
@media screen and (max-width: 700px) {
._tel_box[data-v-710fb4ee] {
    padding: 5px;
    font-size: 20px;
    margin: 0 auto 50px auto;
}
}
._btn_position[data-v-710fb4ee] {
  display: flex;
  justify-content: center;
}