@charset "UTF-8";


.m-kv-content:after {
  background: url(../../../images/page/contact/img_contact_mv.jpg)no-repeat;
  background-size: cover;
  background-position: right center;
}

.m-formInfo {
  display: none;
}

.p-content {
    width: 100%;
    position: relative;
}

.p-count {
    position: absolute;
    padding: 15px;
    width: 150px;
    height: 100px;
    background: #000000;
    text-align: center;
    color: #fff;
    line-height: 1;
    top: 0;
    right: 0;
}

.p-count p {
    font-size: 16px;
    font-size: 1.6rem;
}

.p-count span {
    padding-top: 5px;
    display: block;
    font-size: 50px;
    font-size: 5rem;
}

.p-flow li {
    display: inline-block;
    margin-right: 45px;
    width: 40px;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    line-height: 1;
}

.p-flow {
    text-align: center;
}

.p-flow li:last-child {
    margin: 0;
}

.p-flow li span {
    position: relative;
    display: block;
    margin-top: 15px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font-size: 20px;
    font-size: 2rem;
    border: solid 1px #a79364;
    background: #fff;
    box-sizing: border-box;
    color: #a79364;
    line-height: 1;
    padding: 9px 0;
    letter-spacing: 0;
}

.p-flow li span:before {
    position: absolute;
    content: "";
    background: #a79364;
    width: 50px;
    height: 1px;
    right: -50px;
    top: 18px;
}

.p-flow li:last-child span:before {
  display: none;
}

li.p-current span {
  background: #a79364;
  color: #fff;
}

input, button, textarea, select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select::-ms-expand {
  display: none;
}

.p-table {
  width: 100%;
  margin: 50px auto;
}

.p-table th {
  text-align: left;
  background: #f3f3f3;
  padding: 20px 25px;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  vertical-align: middle;
  line-height: 1;
}

.p-table td {
  padding-bottom: 50px;
  text-align: left;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  vertical-align: middle;
}

.required {
    display: inline-block;
    margin-left: 10px;
    width: 35px;
    height: 20px;
    background: #d21919;
    color: #fff;
    font-size: 11px;
    font-size: 1.1rem;
    text-align: center;
    letter-spacing: 0.08em;
    line-height: 1;
    vertical-align: middle;
    padding: 4px 0;
}


.p-name {
    padding-top: 23px;
    text-align: left;
}

.p-name-block {
    display: inline-block;
    width: 300px;
    margin-right: 20px;
    vertical-align: top;
}

.p-name-block span {
    display: block;
    padding-bottom: 8px;
}

input.m-jp {
    border: solid 1px #cfcfcf;
    border-radius: 4px;
    height: 50px;
    font-size: 16px;
    font-size: 1.6rem;
    letter-spacing: 0.1em;
    padding: 0 20px;
    box-sizing: border-box;
}

input.m-jp::placeholder {
  color: #bfbebe;
}

input.p-half {
  width: 100%;
}

.p-select {
    display: inline-block;
    position: relative;
    margin-right: 5px;
}

.p-select:before {
    position: absolute;
    content: "▼";
    font-size: 10px;
    right: 7px;
    top: 19px;
    pointer-events: none;
}

select.m-jp {
    width: 100%;
    border: solid 1px #cfcfcf;
    border-radius: 4px;
    height: 50px;
    font-size: 16px;
    font-size: 1.6rem;
    letter-spacing: 0.1em;
    padding: 0 20px;
    box-sizing: border-box;
}

.p-select-long {
    width: 200px;
}

.p-age {
    display: inline-block;
    margin-right: 25px;
    padding-top: 25px;
}

.p-age span {
    vertical-align: bottom;
}

.radio {
  padding-top: 23px;
}

.radio-input{
  display: none;
}
.radio-input + label{
  padding-left: 30px;
  position:relative;
  margin-right: 20px;
}
.radio-input + label::before{
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #999;
  border-radius: 50%;
}

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

span.mwform-radio-field-text:before {
    content: "";
    display: block;
    position: absolute;
    top: 4px;
    left: 0;
    width: 15px;
    height: 15px;
    border: 1px solid #999;
    border-radius: 50%;
}

span.mwform-radio-field-text {
    padding-left: 30px;
    position: relative;
    margin-right: 20px;
}

.radio-input:checked + span.mwform-radio-field-text::after{
  content: "";
  display: block;
  position: absolute;
  top: 7px;
  left: 3px;
  width: 11px;
  height: 11px;
  background: #000;
  border-radius: 50%;
}

.p-address {
    padding-top: 25px;
}

.p-zip-block {
    width: 200px;
    margin-right: 25px;
    display: inline-block;
    vertical-align: top;
}


.p-address-block {
    display: inline-block;
    width: 425px;
    margin-right: 25px;
}

input.p-zip {
    width: 200px;
}

.p-address-block span,
.p-zip-block span {
    display: block;
    padding-bottom: 5px;
}

input.p-address-input {
    width: 100%;
}

.p-address .prefectures .p-select {
	display: block;
}

input.p-input {
    width: 620px;
}

.p-mail {
    padding-top: 25px;
}

.p-mail span {
    display: block;
    padding-bottom: 5px;
}

.p-tel {
    padding-top: 25px;
}

textarea.p-textarea {
    width: 100%;
    border: solid 1px #cfcfcf;
    border-radius: 4px;
    height: 200px;
    font-size: 16px;
    font-size: 1.6rem;
    letter-spacing: 0.1em;
    padding: 20px;
    box-sizing: border-box;
    resize: none;
    margin: 25px 0 0;
}

.p-lead {
    padding-top: 20px;
    font-size: 14px;
    font-size: 1.4rem;
    letter-spacing: 0.1em;
}

.p-policy {
    margin: 25px 0 0;
    border: solid 1px #cfcfcf;
    border-radius: 4px;
    padding: 25px;
    overflow-y: scroll;
    height: 160px;
}

input.p-submit-input {
  position: relative;
    border: none;
    border-radius: 0;
    color: #fff;
    font-size: 16px;
    font-size: 1.6rem;
    letter-spacing: 0.1em;
    height: 60px;
    width: 100%;
    padding: 0;
    cursor: pointer;
}

.p-submit {
  position: relative;
  width: 350px;
}

.p-submit::after {
  position: absolute;
  content: "";
  background: url(../../../images/common/ico_footer_arrow.png)no-repeat;
  right: 10px;
  top: 26px;
  width: 20px;
  height: 6px;
  pointer-events: none;
}

.p-button-send {
  position: relative;
    margin: 0;
    float: right;
}

.p-button-send::after {
  position: absolute;
  content: "";
  background: url(../../../images/common/ico_footer_arrow.png)no-repeat;
  right: 10px;
  top: 26px;
  width: 20px;
  height: 6px;
  pointer-events: none;
}

input.p-send {
    position: relative;
    border: none;
    border-radius: 0;
    color: #fff;
    font-size: 16px;
    font-size: 1.6rem;
    letter-spacing: 0.1em;
    height: 60px;
    width: 100%;
    padding: 0;
    cursor: pointer;
}

.p-button-back {
  float: left;
  position: relative;
  width: 230px;
  height: 60px;
  border: solid 1px #a79364;
  overflow: hidden;
  text-align: center;
}

.p-button-back::after {
  position: absolute;
  content: "";
  background: url(../../../images/page/contact/ico_arrow_yl.png)no-repeat;
  right: 10px;
  top: 26px;
  width: 20px;
  height: 6px;
  pointer-events: none;
}

input.p-back {
  position: relative;
  border: none;
  border-radius: 0;
  color: #a79364;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  height: 60px;
  width: 100%;
  padding: 0;
  cursor: pointer;
}

.p-button-2col {
  width: 520px;
  margin: 0 auto;
}

#contact .p-button-2col {
  display: none;
}

#confirm .p-button-2col {
  display: block;
}

#confirm .p-name-block span,
#confirm .p-select:before,
#confirm .p-address-block span,
#confirm .p-zip-block span,
#confirm .p-confirm-none,
#confirm .p-submit {
  display: none;
}

#confirm .p-table td {
  padding-top: 25px;
}


#confirm .p-name {
    padding: 0;
}

#confirm .p-name-block {
    width: auto;
}

#confirm .p-age {
    padding: 0;
}

#confirm .p-select-long {
    width: auto;
}

#confirm .radio {
    padding: 0;
}

#confirm .p-address {
    padding: 0;
}

#confirm .p-zip-block {
    display: block;
    width: 100%;
}

#confirm .p-address-block {
    width: auto;
}

#confirm .p-mail {
    padding: 0;
}

#confirm .p-mail:nth-child(2) {
    padding-top: 10px;
}

#confirm .p-tel {
    padding: 0;
}

.entry_form .p-no {
	width: 100px;
}
.entry_form .required {
	margin-left: 0;
	margin-right: 10px;
	
}
.entry_form .form_elements td {
	padding-top: 23px;
}
.entry_form .form_elements td > div {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.entry_form .form_elements td > div:not(:last-of-type) {
	margin-bottom: 20px;
}
.entry_form div.side_line_required > div:first-of-type {
	width: 45px;
	margin: 0 10px;
}
.entry_form div.side_line_required > div:nth-of-type(2) {
	margin: 0 10px 5px 0;
}
.entry_form div.side_line > div:first-of-type {
	margin: 0 10px 0 65px;
}
.entry_form div.vertical_line_required > div:first-of-type {
	width: 45px;
	margin: 0 10px 10px;
}
.entry_form div.vertical_line_required > div:nth-of-type(2) {
	width: calc(100% - 70px);
	margin-bottom: 10px;
}
.entry_form div.vertical_line > div:first-of-type {
	width: 100%;
	margin-bottom: 10px;
}
.entry_form .background .p-lead {
	padding-top: 0;
}
.entry_form .background textarea.p-textarea {
	margin-top: 0;
	height: 100px;
}
.entry_form .background td > div:last-of-type div:last-of-type {
	width: 100%;
}
.entry_form .file_line > div:first-of-type {
	width: 120px;
}
.entry_form .file_line > div:last-of-type {
	width: calc(100% - 120px);
	display: flex;
	align-items: center;
}
.entry_form .file_line > div:last-of-type span {
	border: 1px solid #dcdcdc;
	width: 20px;
	height: 20px;
	display: flex;
	align-items: center;
	border-radius: 5px;
}
.entry_form .checkbox-input {
  display: none;
}
.entry_form .checkbox-input + span {
  padding-left: 20px;
  position:relative;
  margin-right: 20px;
	line-height: 1;
}
.entry_form .checkbox-input + span::before{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #999;
  border-radius: 4px;
}
.entry_form .checkbox-input:checked + span::after{
  content: "";
  display: block;
  position: absolute;
  top: -5px;
  left: 5px;
  width: 7px;
  height: 14px;
  transform: rotate(40deg);
  border-bottom: 3px solid #a79364;
  border-right: 3px solid #a79364;
}
.entry_form .agree_line .checkbox label {
	display: flex;
	align-items: center;
	justify-content: center;
}
.entry_form .agree_line .checkbox .error {
	text-align: center;
	padding-top: 5px;
}
#confirm .entry_form div.side_line_required > div:nth-of-type(2) {
	margin: 0 10px 0 0;
}

@media screen and (max-width: 980px) {

   .m-kv-content:after {
    background-position: center left -170px;
  }

  .p-count {
    display: none;
  }

  input.p-submit-input {
    height: 50px;
  }

  .p-submit::after {
    top: 22px;
  }

  .p-table {
    margin: 50px auto 0;
  }

  .p-table td {
    padding-bottom: 30px;
  }

  .p-lead {
    font-size: 1.3rem;
  }


}

@media screen and (max-width: 767px){

  .m-kv-content:after {
    background: url(../../../images/page/contact/img_contact_mv_sp.jpg)no-repeat;
    background-size: cover;
    background-position: right center;
  }

  .p-name-block {
    width: 100%;
    margin: 0 0 10px;
  }

  .p-name {
      padding-top: 10px;
  }

  .p-table th {
      font-size: 1.4rem;
      padding: 15px 10px;
  }

  input.m-jp {
      font-size: 1.4rem;
      height: 40px;
  }

  .p-age {
      display: block;
      padding-top: 10px;
  }

  select.m-jp {
      height: 40px;
      font-size: 1.4rem;
  }

  .p-select:before {
      right: 4px;
      top: 14px;
  }

  .p-address-block {
      display: block;
      width: 100%;
      margin: 0;
      padding-top: 10px;
  }

  .p-address {
      padding: 0;
  }

  .p-zip-block {
      display: block;
      padding-bottom: 10px;
  }

  .p-mail {
      padding-top: 10px;
  }

  .p-table td {
      padding-bottom: 20px;
  }

  .p-tel {
      padding-top: 10px;
  }

  textarea.p-textarea {
      height: 150px;
      padding: 10px;
      margin-top: 10px;
  }

  input.p-input {
    width: 100%;
  }

  input.p-submit-input {
    height: 50px;
    width: 100%;
  }

  .p-submit {
    width: 100%;
  }

  .p-lead {
    font-size: 1.3rem;
    padding-top: 10px;
  }

  .radio {
    padding: 10px 0;
  }


}

@media screen and (max-width: 480px){
	
	.entry_form .form_elements td {
		padding-bottom: 30px;
	}
	.entry_form div.side_line_required > div:first-of-type {
		margin: 0 10px 5px;
	}
	.entry_form .form_elements td .side_line div:nth-of-type(1),
	.entry_form .form_elements td .side_line_required:nth-of-type(2) {
		margin-right: 10px;
		width: calc(100% - 70px);
	}
	.entry_form div.side_line > div:first-of-type {
		margin: 0 0 5px;
	}
	.entry_form .file_line > div:first-of-type {
		width: 100%;
		margin-bottom: 5px;
	}
	#confirm .entry_form div.side_line_required > div:nth-of-type(2) {
		width: 100%;
	}
	#confirm .p-button-2col {
		width: 100%;
	}
	#confirm .p-button-back {
		float: none;
		margin: 0 auto 20px;
		height: 50px;
	}
	#confirm .p-button-send {
		float: none;
		margin: 0 auto;
		height: 50px;
	}
	
}
