@charset "UTF-8";
/* ======================================================================
 #form
====================================================================== */
#form {
  width: 840px;
  margin: 0 auto;
}

@media screen and (max-width: 1180px) {
  #form {
  width: 100%;
  }
}
/* ======================================================================
 p_contact_box
====================================================================== */
.p_contact_box{
  position: relative;
  margin: 0 auto;
  width: 100%;
  max-width: 1120px;
  z-index: 2;
  background: #fff;
  padding: 80px 0;
}


@media screen and (max-width: 1180px) {
  .p_contact_box {
    padding:80px 24px;
  }
}
@media screen and (max-width: 767px) {
  .p_contact_box {
    padding:40px 24px;
  }
}

/* ======================================================================
 p_entry_txt_1
====================================================================== */
.p_entry_txt_1{
  font-size: 2.4rem;
  text-align: center;
  padding-top: 160px;
  letter-spacing: 0.12em;
}
/* ======================================================================
 p_contact_txt_sub
====================================================================== */
.p_contact_txt_sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  margin-bottom: 40px;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .p_contact_txt_sub {
    font-size: 1.4rem;
    margin-bottom: 20px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
/* ======================================================================
 p_contact_txt_em
====================================================================== */
.p_contact_txt_em {
  font-size: 1.3rem;
  color: #FB697D;
  position: relative;
}
.p_contact_txt_em .mark{
  font-size: 2.0rem;
  line-height: 1;
  position: absolute;
  top: 2px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .p_contact_txt_em {
  }
}
/* ======================================================================
 p_contact_ttl
====================================================================== */
.p_contact_ttl_1 {
  font-size: 1.6rem;
  font-weight: bold;
  position: relative;
  letter-spacing: 0.1em;
  padding-left: 48px;
}
.p_contact_ttl_1:before {
  font-size: 1.2rem;
  line-height: 1;
  color: #fff;
  padding: 4px 0;
  content: "任意";
  background: #C5C5C5;
  border-radius: 2px;
  margin-right: 8px;
  width: 38px;
  text-align: center;
  display: block;
  position: absolute;
  top: 2px;
  left: 0;
}
.p_contact_ttl_1.required:before {
  color: #fff;
  content: "必須";
  background: #FB697D;
}

/* ======================================================================
 p_contact_formList
====================================================================== */
.p_contact_formList {
  margin-bottom: 20px;
}
.p_contact_formList .p_contact_formList_item:last-child {
  margin-bottom: 0;
}
.p_contact_formList_item .c_txt_3{
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p_contact_formList .p_contact_formList_item {
    margin-bottom: 4px;
  }
}

/* ======================================================================
 p_contact_cardA
====================================================================== */
.p_contact_cardA {
  position: relative;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.p_contact_cardA.l_start {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.p_contact_cardA .p_contact_ttl_1 {
  width: 26%;
}
.p_contact_cardA.full .p_contact_ttl_1 {
  width: 100%;
  margin-bottom: 16px;
}
.p_contact_cardA .p_contact_formItem {
  position: relative;
  font-size: 1.6rem;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.p_contact_cardA.full .p_contact_formItem {
padding-left: 40px;
}


.p_contact_cardA .p_contact_formBg {
  position: relative;
  width: 100%;
  height: 48px;
  background: #F6F3EE;
  border-radius: 2px;
}
.p_contact_formBg_wrap{
  display: flex;
  align-items: flex-end;
}
.p_contact_formBg_2{
  width: 480px;
  height: 48px;
  background: #F6F3EE;
  border-radius: 2px;
  display: flex;
  margin-right: 8px;
}

.p_contact_cardA .p_contact_textarea {
  width: 100%;
  background: #F6F3EE;
  border-radius: 2px;
}

.p_contact_cardA .p_contact_formItem .input,
.p_contact_cardA .p_contact_formBg_2 .input,
.p_contact_cardA .p_contact_formItem .select {
  font-size: 16px;
  width: 100%;
  height: 48px;
  padding-left: 12px;
  border-radius: 2px;
  background: #F6F3EE;
  letter-spacing: 0.12em;
}
.p_contact_cardA .p_contact_formItem .textarea {
  background: #F6F3EE;
  font-size: 16px;
  height: 270px;
  width: 100%;
  padding-right: 0;
  padding: 4px 12px;
  letter-spacing: 0.12em;
    border-radius: 2px;
}
.p_contact_cardA .p_contact_formItem .textarea_2 {
  background: #fff;
  border: 2px solid #C5BFB3;
  font-size: 16px;
  height: 140px;
  width: 100%;
  padding-right: 0;
  padding: 4px 12px;
  letter-spacing: 0.12em;
  border-radius: 2px;
}
.p_contact_cardA ::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #848484;
  letter-spacing: 0.1em;
  font-weight: 500;
}
.p_contact_cardA :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #848484;
  letter-spacing: 0.1em;
  font-weight: 500;
}
.p_contact_cardA ::-moz-placeholder {
  /* Others */
  color: #848484;
  letter-spacing: 0.1em;
  font-weight: 500;
}
.p_contact_cardA ::-ms-input-placeholder {
  /* Others */
  color: #848484;
  letter-spacing: 0.1em;
  font-weight: 500;
}
.p_contact_cardA ::placeholder {
  /* Others */
  color: #848484;
  letter-spacing: 0.1em;
  font-weight: 500;
}
.p_contact_cardA.check .p_contact_formItem {
  color: #000;
  font-weight: bold;
}
.p_contact_cardA .p_contact_cardA_txt {
  width: 100%;
  padding-left: 26%;
  font-size: 1.2rem;
  font-weight: 700;
}
.p_contact_cardA .p_contact_box_1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.p_contact_cardA .p_contact_box_1 .p_contact_box_1_txt {
  margin-left: 10px;
}


.p_contact_cardA .post{
  display: flex;
}
.p_contact_cardA .post_mark{
  font-size: 2.4rem;
  margin-right: 16px;
  align-self: center;
}
.p_contact_cardA .post_cont{
    display: flex;
}
.p_contact_cardA .post .p_contact_formBg{
  width: 230px;
  margin-right: 8px;
}
.p_contact_cardA .post_txt{
  font-size: 1.3rem;
  align-self: end;
}
@media screen and (max-width: 980px) {
  .p_contact_cardA {
    padding: 14px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .p_contact_cardA .p_contact_ttl_1 {
    width: 100%;
    font-size: 1.4rem;
  }
  .p_contact_cardA .p_contact_ttl_1:after {
    position: static;
    -webkit-transform: none;
    transform: none;
    font-size: 1.0rem;
    margin-left: 8px;
  }
  .p_contact_cardA .p_contact_formItem {
    width: 100%;
    margin-top: 10px;
  }
  .p_contact_cardA.check .p_contact_formItem {
    font-weight: normal;
  }
  .p_contact_cardA .p_contact_cardA_txt {
    padding-left: 0;
    margin-top: 5px;
  }
}

@media screen and (max-width: 767px) {
  .p_contact_cardA .p_contact_selectBg_wrap {
    width: 100%;
  }
  .p_contact_cardA .post .p_contact_formBg{
    width: 100%;
  }
  .p_contact_cardA .post_mark{
    font-size: 2.4rem;
    margin-right: 16px;
    align-self: center;
    margin-top: -16px;
  }
  .p_contact_cardA .post_cont{
    flex-direction : column;
    width: 100%;
  }
  .p_contact_cardA .post_txt{
    align-self: start;
  }
  .p_contact_cardA.full .p_contact_formItem{
    padding-left: 0;
  }
  .p_contact_formBg_2{
    width: 100%;

  }
  .p_contact_formBg_wrap{
    flex-direction : column;
    align-items: flex-start;
  }
}



/* =====================
  p_contact_confirmBg
===================== */
.p_contact_confirmBg {
  width: 100%;
  padding: 16px;
  background: #fff;
  border-radius: 2px;
  display: flex;
  align-items: center;
}

/* =====================
  p_contact_list_area
===================== */
.p_contact_list_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.p_contact_list_area .p_contact_checkList_item {
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .p_contact_list_area .p_contact_checkList_item {
    width: calc(50% - 10px);
  }
}


/* =====================
  contactWay-item
===================== */
.contactWay-item{
  display: flex;
  flex-wrap : wrap;
}
.contactWay-item .item{
  margin-right: 32px;
}

/* =====================
  checkbox
===================== */
.checkbox{
  margin-right: 4px;
  position: relative;
  height: 40px;
}
.checkbox .prich {
  position: relative;
  display: block;
  cursor: pointer;
  height: 40px;
}
.checkbox .checkbox01-input, .checkbox .radio-input {
  display: none;
}

.checkbox .checkbox01-parts,
.checkbox .radio-input + .prich {
  line-height: 1.7;
  position: relative;
  display: inline-block;
  padding-left: 32px;
  padding-top: 0;
  height: 40px;
  position: relative;
  line-height: 1.4;
}
.checkbox .checkbox01-parts::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  background: #fff;
  border:2px solid #C5BFB3 ;
  border-radius: 2px;
}
.checkbox .checkbox01-input:checked + .checkbox01-parts::after {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 8px;
  width: 8px;
  height: 14px;
  -webkit-transform: rotate(40deg);
  transform: rotate(40deg);
  border-bottom: 2px solid #B4A580;
  border-right: 2px solid #B4A580;
}
.checkbox .checkbox01-input:checked + .checkbox01-parts::before {
  background: #fff;
}

/* =====================
  checkbox_list
===================== */
.checkbox_list .checkbox .checkbox01-parts .sub{
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .checkbox_list .checkbox .checkbox01-parts .sub{
    font-size: 1.2rem;
  }
}



/* =====================
  p_contact_list_radio
===================== */
.p_contact_list_radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p_contact_list_radio .p_contact_list_radio_item {
  margin-right: 30px;
}

/* =====================
  radio
===================== */
.radio-input {
  display: none;
}

.radio-input + label {
  position: relative;
  padding-left: 32px;
}

.radio-input + label::before {
  position: absolute;
  top: 2px;
  left: 0;
  display: block;
  width: 20px;
  height: 20px;
  content: "";
  border: 1px solid #D3D3D3;
  border-radius: 50%;
  background: #fff;
}

.radio-input:checked + label {
  color: #B4A580;
}

.radio-input:checked + label::after {
  position: absolute;
  top: 8px;
  left: 6px;
  display: block;
  width: 8px;
  height: 8px;
  content: "";
  border-radius: 50%;
  background: #B4A580;
}

@media screen and (max-width: 767px) {
  .radio-input + label {
    position: relative;
    margin-right: 0;
    padding-left: 32px;
  }
}
/* =====================
  agree-box
===================== */
.agree-box {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
}
.agree-box_txt{
  flex: 1;
}
@media screen and (max-width: 767px) {
  .agree-box {
        font-size: 1.4rem;
        width: 90%;
        margin: 0 auto;
  }
}
/* =====================
  p_entry_txt
===================== */

.p_entry_txt_1 {
  font-family:  'Jost',"游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 4rem;
  text-align: center;
  margin-bottom: 30px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p_entry_txt_1 {
    font-size: 2.8rem;
    margin-bottom: 20px;
  }
}

/* =======================================

   validationEngine

 ======================================= */
.formError {
  z-index: 2;
}

.formError .formErrorContent {
  z-index: 3;
}

.formError .formErrorArrow {
  z-index: 4;
}

.ui-dialog .formError {
  z-index: 2;
}

.ui-dialog .formError .formErrorContent {
  z-index: 3;
}

.ui-dialog .formError .formErrorArrow {
  z-index: 4;
}

.inputContainer {
  position: relative;
  float: left;
}

.formError {
  position: absolute;
  top: 300px;
  left: 300px;
  display: block;
  cursor: pointer;
  text-align: left;
}

.formError.inline {
  position: relative;
  top: 0;
  left: 0;
  display: inline-block;
}

.ajaxSubmit {
  display: none;
  padding: 20px;
  border: 1px solid #999;
  background: #55ea55;
}

.formError .formErrorContent {
  font-size: 1.3rem;
  position: relative;
  width: 100%;
  padding: 4px 10px;
  color: #fff;
  background: #FB697D;
}

.formError.inline .formErrorContent {
  border: none;
  border-radius: 2px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.greenPopup .formErrorContent {
  background: #33be40;
}

.blackPopup .formErrorContent {
  color: #fff;
  background: #393939;
}

.formError .formErrorArrow {
  position: relative;
  width: 15px;
  margin: -2px 0 0 13px;
}

body[dir=rtl] .formError .formErrorArrow, body.rtl .formError .formErrorArrow {
  margin: -2px 13px 0 0;
}

.formError .formErrorArrowBottom {
  top: 2px;
  margin: 0 0 0 12px;
  -webkit-box-shadow: none;
  box-shadow: none;
  -o-box-shadow: none;
  display: none;
}

.formError .formErrorArrow div {
  font-size: 0;
  font-size: 0;
  line-height: 0;
  display: block;
  height: 1px;
  margin: 0 auto;
  background: #B4A580;
}

.formError .formErrorArrowBottom div {
  -webkit-box-shadow: none;
  box-shadow: none;
  -o-box-shadow: none;
}

.greenPopup .formErrorArrow div {
  background: #33be40;
}

.blackPopup .formErrorArrow div {
  color: #fff;
  background: #393939;
}

.formError .formErrorArrow .line10 {
  width: 13px;
  border: none;
}

.formError .formErrorArrow .line9 {
  width: 11px;
  border: none;
}

.formError .formErrorArrow .line8 {
  width: 11px;
}

.formError .formErrorArrow .line7 {
  width: 9px;
}

.formError .formErrorArrow .line6 {
  width: 7px;
}

.formError .formErrorArrow .line5 {
  width: 5px;
}

.formError .formErrorArrow .line4 {
  width: 3px;
}

.formError .formErrorArrow .line3 {
  width: 1px;
  border-right: 2px solid #ddd;
  border-bottom: 0 solid #ddd;
  border-left: 2px solid #ddd;
}

.formError .formErrorArrow .line2 {
  width: 3px;
  border: none;
  background: #ddd;
}

.formError .formErrorArrow .line1 {
  width: 1px;
  border: none;
  background: #ddd;
}

.formError .formErrorContent {
  font-size: 1.2rem;
  font-weight: bold;
  position: relative;
  width: 100%;
  padding: 4px 0;
  color: #FB697D;
  background: transparent;
}


.validateTxt .inline {
  padding-top: 18px;
}
/* ========c_btn_back========== */
.c_btn_back{
  height: 80px;
  border-radius: 60px;
  background: #C5BFB3;
  border: 2px solid #C5BFB3;
  padding: 12px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  letter-spacing: 1.6px;
  transition: all .2s ease-in-out;
  width: 100%;
  max-width: 160px;
  margin-right: 24px;
  overflow: hidden;
  cursor: pointer;
}
.c_btn_back_txt{
  color: #fff;
  font-size: 1.8rem;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 1px;
}

.hover .c_btn_back:hover {
  transform: translate(0px , -2px);
  background: #563926;
  border: 2px solid #563926;
}
.hover .c_btn_back:hover:before {
  left: 60%;
}

@media screen and (max-width: 767px) {
  .c_btn_back{
    height: 72px;
    max-width: 100px;
    margin-right: 8px;
  }
  .c_btn_back_txt{
    font-size: 1.3rem;
  }
}
/* ========c_btn_input========== */
.c_btn_wrap{
  display: flex;
  justify-content: center;
  align-items: center;
}
.c_btn_input {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-family:  'Jost','Noto Sans JP',"游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  width: 380px;
  background: #B4A580;
  border: 2px solid #B4A580;
  border-radius: 60px;
}
.c_btn_input .c_btn_input_txt {
  color: #fff;
  width: 100%;
  font-size: 1.8rem;
  letter-spacing: 0.12em;
  font-weight: 700;
  position: relative;
  z-index: 2;
}
.c_btn_input .input {
 height: 80px;
 width: 100%;
 letter-spacing: 2px;
}
.c_btn_input:after{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50% , -50%);
  content: "";
  width: 0;
  height: 0;
  border-radius: 60px;
  background: #FFF;
  border: 2px solid #B4A580;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.hover .c_btn_input:hover {
  color: #B4A580;
  transform: translate(0px , -2px);
  -webkit-box-shadow: 5px 5px 11px rgba(0, 0, 0, 0.2);
  box-shadow: 5px 5px 11px rgba(0, 0, 0, 0.2);
}
.hover .c_btn_input:hover:after {
  width: 100%;
  height:100%;
  z-index: 1;
}
.hover .c_btn_input:hover .c_btn_input_txt {
  color: #B4A580;
}

@media screen and (max-width: 767px) {
  .c_btn_input {
    height: 72px;
    max-width: 100%;
  }
  .c_btn_input .c_btn_input_txt{
    font-size: 1.6rem;
  }
  .c_btn_input .input {
    height: 72px;
  }
}



input:-webkit-autofill {
  box-shadow: 0 0 0 1000px #F6F3EE inset;
  color: #B4A580 !important;
  background: #F6F3EE !important;
  border-radius: 2px !important;
}
input:-webkit-autofill:focus {
  caret-color: #B4A580 !important;
  background: #F6F3EE !important;
}



/* ========p_contact_checkItem=====確認ページ===== */
.p_contact_checkItem{
  flex: 1;
  padding: 12px 16px;
  padding-left: 12px;
  font-size: 1.6rem;
  width: 100%;

  border-radius: 2px;
  background: #F6F3EE;
  letter-spacing: 0.12em;
}
.p_contact_checkItem_2{
  flex: 1;
  padding: 12px 16px;
  padding-left: 12px;
  font-size: 1.6rem;
  width: 100%;
  border-radius: 2px;
  background: #fff;
  letter-spacing: 0.12em;
}
.p_contact_checkItem_3{
  flex: 1;
  font-size: 1.6rem;
  width: 100%;
  background: #fff;
  letter-spacing: 0.12em;
}
.p_contact_checkItem_txt{
  font-size: 1.6rem;
  margin-bottom: 4px;
}
.p_contact_checkItem_4{
  flex: 1;
  font-size: 1.6rem;
  width: 100%;
  background: #fff;
  border: 2px solid #C5BFB3;
  letter-spacing: 0.12em;
  padding: 12px 16px;
  padding-left: 12px;
}
.p_contact_checkItem_5{
  display: inline-block;
  font-size: 1.6rem;
  background: #fff;
  letter-spacing: 0.12em;
  padding: 12px;
  border-radius: 2px;
  background: #F6F3EE;
  margin-right: 8px;
}
@media screen and (max-width: 767px) {
  .p_contact_checkItem , .p_contact_checkItem_2{
    width: 100%;
    margin-top: 10px;
  }
}

/* ========p_contact_cardA========== */
.p_contact_cardA .p_contact_selectBg_wrap {
  height: 48px;
  width: 50%;
}
.p_contact_cardA .p_contact_selectBg {
  background: url(../../assets/img/p_contact/select.svg) 50% no-repeat;
  background-position: center right;
  background-size: contain;
  background: #fff;
}
.p_contact_cardA .p_contact_selectBg .select{
  width: 100%;
  cursor: pointer;
  background: #fff;
}

.p_contact_card_check .p_contact_selectBg{
padding: 8px;
}

/* ========p_contact_card_check========== */
.p_contact_card_check{
  background: #F6F3EE;
  padding: 16px 24px;
  display: flex;
  justify-content: space-between;
}
.p_contact_card_check_item{
  width: calc(33.3333333% - 16px);
}
.p_contact_card_check_txt{
  position: relative;
  font-size: 1.8rem;
  font-weight: 800;
  margin-bottom: 4px;
}
.p_contact_card_check_txt.required:before{
  content:"*" ;
  color: #ff0000;
}



@media screen and (max-width: 767px) {
  .p_contact_card_check{
    padding: 16px;
    flex-direction : column;
  }
  .p_contact_card_check_item{
    width: 100%;
    margin-bottom: 16px;
  }
  .p_contact_card_check_item:last-child{
    margin-bottom: 0;
  }
  .p_contact_card_check_txt{
    font-size: 1.2rem;
  }
}



.p_contact_formList_item .formError{
      white-space: nowrap;
      left: 50% !important;
}