@charset "UTF-8";
/*------------------------------------------- お問い合わせ*/
.mv__page--contact {
  background-image: url(../img/contact/mv_sp.jpg);
}

.contact__body > p {
  margin: -5px 0 40px;
}

.contact__link__button {
  margin-bottom: 30px;
}
.contact__link__button .button {
  max-width: 350px;
  height: 80px;
}
.contact__link__button .button__txt {
  text-align: center;
}
.contact__link__button .button__txt__main,
.contact__link__button .button__txt__sub {
  color: #fff;
  display: block;
  font-weight: bold;
}
.contact__link__button .button__txt__main {
  font-size: 1.8rem;
}

.form__area--name > ul {
  margin: -20px 0 0;
}
.form__area--name > ul > li {
  width: 100%;
  padding: 20px 0 0;
}

@media screen and (min-width: 768px) {
  .mv__page--contact {
    background-image: url(../img/contact/mv_pc.jpg);
  }
  .contact__body .table th {
    text-align: right;
  }
  .contact__link__button .button:hover {
    background-color: #b92526;
  }
  .form__area--name > ul {
    margin: 0 -10px;
  }
  .form__area--name > ul > li {
    width: 50%;
    padding: 0 10px;
  }
}
@media screen and (min-width: 992px) {
  .contact__body > p {
    margin: -6px 0 55px;
  }
  .contact__link__button {
    margin-bottom: 40px;
  }
  .contact__link__button .button {
    max-width: 450px;
    height: 100px;
  }
  .contact__link__button .button__txt__main {
    font-size: 2rem;
  }
}
/*------------------------------------------- フォーム*/
.must,
.any {
  font-size: 1.2rem;
  line-height: 1;
  color: #fff;
  background-color: #d63435;
  margin-left: 10px;
  padding: 5px 6px;
  font-weight: normal;
  letter-spacing: 0.06em;
}

.any {
  background-color: #292b2d;
}

.input,
.textarea {
  border: 1px solid #c2c2c2;
  width: 100%;
  padding: 11px 15px 7px 15px;
  transition: border-color 0.3s;
  letter-spacing: 0.06em;
  font-size: 1.6rem;
}
.input:focus,
.textarea:focus {
  border-color: #d63435;
}

.textarea {
  height: 53vw;
}

.wpcf7-form-control-wrap {
  display: block;
}
.wpcf7-form-control-wrap.postal {
  margin-bottom: 5px;
}

.wpcf7-checkbox {
  display: flex;
  flex-wrap: wrap;
  margin: -15px -5px 0;
}
.wpcf7-checkbox > .wpcf7-list-item {
  width: 100%;
  padding: 15px 5px 0;
  margin: 0;
}
.wpcf7-checkbox > .wpcf7-list-item label {
  display: block;
  width: 100%;
}
.wpcf7-checkbox > .wpcf7-list-item label input {
  display: none;
}
.wpcf7-checkbox > .wpcf7-list-item label input:checked + .wpcf7-list-item-label::before {
  border-color: #d63435;
  border-width: 2px;
}
.wpcf7-checkbox > .wpcf7-list-item label input:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}
.wpcf7-checkbox .wpcf7-list-item-label {
  display: flex;
  align-items: center;
  position: relative;
  font-size: 1.6rem;
  line-height: 1.4;
}
.wpcf7-checkbox .wpcf7-list-item-label::before {
  content: "";
  display: inline-block;
  background-color: #fff;
  width: 25px;
  height: 25px;
  margin-right: 15px;
  transition: background-color 0.3s, border-color 0.3s;
  border: 2px solid transparent;
  border: 1px solid #c2c2c2;
}
.wpcf7-checkbox .wpcf7-list-item-label::after {
  display: block;
  content: "";
  position: absolute;
  top: 6px;
  left: 6px;
  width: 14px;
  height: 9px;
  border-left: 2px solid #d63435;
  border-bottom: 2px solid #d63435;
  transform: rotate(-45deg);
  opacity: 0;
  transition: opacity 0.3s;
}

.privacy__area > p {
  margin: 0 0 5px;
}
.privacy__area > p:last-child {
  margin-bottom: 0;
}
.privacy__area span {
  display: block;
  margin: 0;
}
.privacy__area label {
  display: block;
}
.privacy__area label > input {
  display: none;
}
.privacy__area label > input:checked + span::before {
  border-color: #d63435;
  border-width: 2px;
}
.privacy__area label > input:checked + span::after {
  opacity: 1;
}
.privacy__area label > span {
  font-size: 1.4rem;
  line-height: 1.4;
  display: flex;
  align-items: center;
  position: relative;
  border: 1px solid #c2c2c2;
  padding: 12px 10px;
}
.privacy__area label > span::before {
  content: "";
  display: inline-block;
  background-color: #fff;
  width: 25px;
  height: 25px;
  margin-right: 15px;
  transition: border-color 0.3s, background-color 0.3s;
  border: 1px solid #c2c2c2;
}
.privacy__area label > span::after {
  display: block;
  content: "";
  position: absolute;
  top: 17px;
  left: 16px;
  width: 14px;
  height: 9px;
  border-left: 2px solid #d63435;
  border-bottom: 2px solid #d63435;
  transform: rotate(-45deg);
  opacity: 0;
  transition: opacity 0.3s;
}

.selectbox {
  position: relative;
}
.selectbox select {
  height: 50px;
  border: 1px solid #d8dde5;
  font-size: 1.6rem;
  padding: 10px 35px 10px 15px;
  width: 100%;
}
.selectbox .selectbox_icon {
  width: 22px;
  height: 22px;
  background-color: #d63435;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  pointer-events: none;
}
.selectbox .selectbox_icon .icon--arrow2 {
  color: #d63435;
  margin-top: 1px;
  font-size: 1rem;
  position: absolute;
  top: 50%;
  left: 8px;
  transform: translateY(-50%) rotate(90deg) scale(0.9, 0.9);
}
.selectbox .wpcf7-form-control-wrap {
  display: block;
}
.selectbox.type--1 {
  max-width: 300px;
}
.selectbox.type--1 select {
  height: auto;
  padding: 2px 35px 2px 20px;
}
.selectbox.type--1 .selectbox_icon {
  width: 26px;
  height: 26px;
  background-color: transparent;
  border-left: 1px solid #c2c2c2;
  right: 5px;
}
.selectbox.type--1 .selectbox_icon .icon_arrow {
  color: #d63435;
  font-size: 1.2rem;
}

.form__action {
  position: relative;
  overflow: hidden;
  margin-top: 40px;
}
.form__action .button {
  transition: background-color 0.3s;
  max-width: 335px;
}
.form__action .wpcf7-submit {
  width: 100%;
  height: 100%;
  display: block;
  text-align: center;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.form__action .ajax-loader {
  display: none;
}
.form__action .wpcf7-spinner {
  display: none;
}

.wpcf7 input[type=file] {
  width: 100%;
}

.wpcf7-not-valid-tip {
  font-size: 1.4rem;
  color: #d63435;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 767px) {
  .form__table tr + tr th {
    border-top: none;
  }
}
@media screen and (min-width: 768px) {
  .input.input--s {
    max-width: 300px;
  }
  .textarea {
    height: 180px;
  }
  .form__table th {
    width: 210px;
    vertical-align: top;
    padding-top: 15px;
  }
  .form__table th label {
    display: block;
  }
  .wpcf7-form-control-wrap.item {
    padding-top: 5px;
  }
  .wpcf7-checkbox {
    margin: -15px 0 0 -15px;
  }
  .wpcf7-checkbox > .wpcf7-list-item {
    width: auto;
    padding: 15px 0 0 15px;
  }
  .wpcf7-checkbox > .wpcf7-list-item label {
    padding: 0;
  }
  .wpcf7-checkbox .wpcf7-list-item-label::before {
    border-width: 1px;
    margin-right: 10px;
  }
  .wpcf7-checkbox .wpcf7-list-item-label::after {
    top: 6px;
  }
  .privacy__area > p {
    margin-bottom: 10px;
  }
  .privacy__area label > span::before {
    border: 1px solid #c2c2c2;
    background-color: #fff;
    margin-right: 10px;
  }
  .privacy__area label > span::after {
    top: 18px;
  }
  .form__action .button {
    max-width: 300px;
  }
}
@media screen and (min-width: 992px) {
  .input,
.textarea {
    padding: 4px 15px 4px 15px;
  }
  .wpcf7-form-control-wrap.item {
    padding: 4px 0;
  }
  .wpcf7-checkbox {
    margin: -15px 0 0 -30px;
  }
  .wpcf7-checkbox > .wpcf7-list-item {
    padding: 15px 0 0 30px;
  }
  .wpcf7-checkbox .wpcf7-list-item-label::before {
    width: 30px;
    height: 30px;
  }
  .wpcf7-checkbox .wpcf7-list-item-label::after {
    top: 8px;
    width: 17px;
    height: 10px;
  }
  .privacy__area {
    padding-bottom: 10px;
  }
  .privacy__area > p {
    margin: 0 0 17px;
  }
  .privacy__area label > span {
    font-size: 1.6rem;
  }
  .privacy__area label > span::before {
    width: 30px;
    height: 30px;
  }
  .privacy__area label > span::after {
    top: 19px;
    width: 17px;
    height: 10px;
  }
  .form__action {
    margin-top: 60px;
  }
}
/*------------------------------------------- サンクス*/
.content--thanks > .content__area > p {
  margin-bottom: 40px;
}

@media screen and (min-width: 768px) {
  .content--thanks > .content__area > p {
    text-align: center;
  }
}
@media screen and (min-width: 992px) {
  .content--thanks > .content__area > p {
    margin-bottom: 55px;
  }
}


.contact__inner {
	margin-top: 1.6em;
}