@charset "UTF-8";
label[for] {
  cursor: auto !important;
}

main {
  padding-bottom: 80px;
}

.conts__mv {
  background: url("../../local/images/mv-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 960px) {
  .conts__mv {
    background: url("../../local/images/mv-bg-sp.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
}
@media screen and (min-width: 959px) {
  .conts__mv__title {
    padding-top: 10px;
  }
}
.conts__mv__title small {
  font-size: 1.8rem;
}
.conts input,
.conts button,
.conts textarea,
.conts select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.contact {
  padding: 0;
}
.contact .contact--required {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 960px) {
  .contact .contact--required {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.contact .contact--required:after {
  content: "必須";
  display: inline-block;
  font-size: 1rem;
  line-height: 1;
  padding: 5px;
  background: #e13828;
  border-radius: 3px;
  color: #fff;
}
@media screen and (max-width: 960px) {
  .contact .contact--required:after {
    margin-left: 20px;
  }
}
.contact .contact--link--tab {
  font-size: 1.4rem;
}
.contact .contact--link--tab:after {
  content: url("../../local/images/link-tab.png");
  display: inline-block;
  margin-left: 5px;
}
.contact .conts__inner {
  max-width: 1040px;
  margin: 0 auto 0;
}
.contact__top {
  padding: 0;
}
@media screen and (max-width: 960px) {
  .contact__top {
    padding: 0;
  }
}
.contact__top span {
  display: inline-block;
  font-weight: bold;
  font-size: 1.8rem;
  margin-bottom: 2px;
}
@media screen and (max-width: 960px) {
  .contact__top span {
    margin-bottom: 4px;
  }
}
.contact__top a {
  margin-top: 9px;
}
@media screen and (max-width: 960px) {
  .contact__top a {
    margin-top: 7px;
    margin-bottom: 19px;
  }
}
.contact__main {
  margin-top: 30px;
  color: #595757;
}
@media screen and (max-width: 960px) {
  .contact__main {
    margin-top: 15px;
  }
}
.contact__main dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 0;
  border-top: 1px solid #d5d6d6;
}
.contact__main dl:last-child {
  border-bottom: 1px solid #d5d6d6;
}
@media screen and (max-width: 960px) {
  .contact__main dl {
    display: block;
  }
}
.contact__main dl dt {
  position: relative;
  width: 18%;
}
@media screen and (max-width: 960px) {
  .contact__main dl dt {
    width: 100%;
    margin-bottom: 10px;
  }
}
.contact__main dl dd {
  width: 78%;
}
@media screen and (max-width: 960px) {
  .contact__main dl dd {
    width: 100%;
  }
}
.contact__main dl dd textarea,
.contact__main dl dd input {
  border-radius: 5px;
  padding: 8px 10px;
  border: 1.5px solid #d5d6d6;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.contact__main dl dd .contact--count {
  text-align: right;
  margin-top: 10px;
}
.contact__main dl dd .contact--choice {
  position: relative;
  width: 23.7%;
}
@media screen and (max-width: 960px) {
  .contact__main dl dd .contact--choice {
    max-width: 270px;
    width: 72.8%;
  }
}
.contact__main dl dd .contact--choice select {
  position: relative;
  width: 100%;
  padding: 5px;
  border-radius: 5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1.5px solid #d5d6d6;
}
.contact__main dl dd .contact--choice select::-ms-expand {
  display: none;
}
.contact__main dl dd .contact--choice label {
  width: 10px;
  position: absolute;
  top: 18%;
  right: 15px;
  z-index: 10;
}
.contact__main dl dd .contact--choice label:after {
  content: url("../../local/images/choice.png");
  display: inline-block;
  pointer-events: none;
}
@media screen and (max-width: 960px) {
  .contact__main dl:last-child {
    padding-bottom: 0;
  }
}
.contact__bottom {
  margin-top: 42px;
}
.contact__bottom .contact--required {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 20px;
}
.contact__bottom .contact--required::after {
  margin-left: 10px;
}
.contact__bottom__privacy {
  border-top: solid 1px #d5d6d6;
  border-bottom: solid 1px #d5d6d6;
  padding-bottom: 38px;
}
@media screen and (max-width: 960px) {
  .contact__bottom__privacy {
    padding-bottom: 35px;
  }
}
.contact__bottom__privacy p {
  font-size: 1.8rem;
  font-weight: bold;
  margin-top: 52px;
  margin-bottom: 9px;
}
@media screen and (max-width: 960px) {
  .contact__bottom__privacy p {
    margin-top: 32px;
  }
}
.contact__bottom__privacy span {
  display: inline-block;
  text-indent: 0.7em;
}
.contact__bottom__privacy ul li {
  font-size: 1.4rem;
  padding-left: 1.25em;
  text-indent: 0em;
  color: #333333;
  margin-bottom: 8px;
  position: relative;
}
.contact__bottom__privacy ul li:before {
  position: absolute;
  content: "●";
  padding-right: 10px;
  font-size: 8px;
  top: 8px;
  left: 0;
}
.contact__bottom__check__info {
  text-align: center;
  margin-top: 48px;
  margin-bottom: 10px;
  font-size: 1.4rem;
}
@media screen and (max-width: 960px) {
  .contact__bottom__check__info {
    margin-top: 37px;
  }
}
.contact__bottom__check {
  margin-top: 22px;
  /* Base for label styling */
  /* checkbox aspect */
  /* checked mark aspect */
  /* checked mark aspect changes */
  /* hover style just for information */
}
@media screen and (max-width: 960px) {
  .contact__bottom__check {
    margin-top: 19px;
  }
}
.contact__bottom__check [type=checkbox]:not(:checked),
.contact__bottom__check [type=checkbox]:checked {
  position: absolute;
  left: -9999px;
}
.contact__bottom__check [type=checkbox]:not(:checked) + label,
.contact__bottom__check [type=checkbox]:checked + label {
  position: relative;
  padding-left: 32px;
  cursor: pointer;
  display: inline-block;
  font-size: 1.5rem;
}
.contact__bottom__check [type=checkbox]:not(:checked) + label:before,
.contact__bottom__check [type=checkbox]:checked + label:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 5px;
  width: 20px;
  height: 20px;
  border: 2px solid #cccccc;
  background: #ffffff;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
}
.contact__bottom__check [type=checkbox]:not(:checked) + label:after,
.contact__bottom__check [type=checkbox]:checked + label:after {
  content: "✔";
  position: absolute;
  top: 4px;
  left: 0px;
  font-size: 28px;
  line-height: 0.8;
  color: #09ad7e;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.contact__bottom__check [type=checkbox]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
          transform: scale(0);
}
.contact__bottom__check [type=checkbox]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.contact__bottom__check label:hover:before {
  border: 2px solid #4778d9 !important;
  background: #ffffff;
}
.contact__bottom__submit, .contact__bottom__back {
  position: relative;
  width: 290px;
  margin: 0 auto;
  font-size: 1.8rem;
  /* 送信ボタン 修正するボタン共通 */
  /* 送信ボタン - マウスオーバー時 */
  /* 送信ボタン - 押せないとき */
  /* 修正するボタン - マウスオーバー時 */
  /* 修正するボタン - 押せないとき */
}
@media screen and (max-width: 960px) {
  .contact__bottom__submit, .contact__bottom__back {
    width: 100%;
    margin: 32px auto 0;
  }
}
.contact__bottom__submit input[type=submit],
.contact__bottom__submit input[type=button], .contact__bottom__back input[type=submit],
.contact__bottom__back input[type=button] {
  position: relative;
  display: inline-block;
  width: 290px;
  max-width: 100%;
  padding: 0.6em 2.8em 0.55em;
  background-color: #bdab1e;
  border: 2px solid transparent;
  border-radius: 4px;
  color: #fff;
  font-weight: bold;
  text-decoration: none !important;
  line-height: 1.4285714286 !important;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  outline: none;
  -webkit-transition: background-color 0.18s ease-in-out, border 0.18s ease-in-out, color 0.18s ease-in-out;
  transition: background-color 0.18s ease-in-out, border 0.18s ease-in-out, color 0.18s ease-in-out;
}
@media screen and (max-width: 960px) {
  .contact__bottom__submit input[type=submit],
  .contact__bottom__submit input[type=button], .contact__bottom__back input[type=submit],
  .contact__bottom__back input[type=button] {
    display: block;
    width: 100%;
  }
}
.contact__bottom__submit input[type=button], .contact__bottom__back input[type=button] {
  background-color: #a6a6a6;
}
.contact__bottom__submit input[type=submit]:hover, .contact__bottom__back input[type=submit]:hover {
  background: #ffc500;
}
.contact__bottom__submit input[type=submit][disabled], .contact__bottom__back input[type=submit][disabled] {
  background-color: #ccc;
  cursor: default;
}
.contact__bottom__submit input[type=button]:hover, .contact__bottom__back input[type=button]:hover {
  background-color: #c1c1c1;
}
.contact__bottom__submit input[type=button][disabled], .contact__bottom__back input[type=button][disabled] {
  background-color: #ccc;
  cursor: default;
}
.contact__bottom__submit::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.2rem;
  display: block;
  width: 1.4rem;
  height: 1.4rem;
  margin-top: -0.7rem;
  background: #fff url(../../local/images/arrow-right.svg) no-repeat center center;
  background-size: contain;
  border-radius: 0.7rem;
  -webkit-transition: background-color 0.18s ease-in-out;
  transition: background-color 0.18s ease-in-out;
}
.contact__bottom.--confirm {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.contact__bottom.--confirm > div {
  margin: 0 20px;
}

.error-top {
  border-top: 3px solid #e85346;
  background-color: #fef8f8;
  padding: 20px;
}

.error-top_ttl {
  font-size: 20px !important;
  line-height: 1.2 !important;
  margin-bottom: 0.5em !important;
}/*# sourceMappingURL=local-styles.css.map */