@charset "UTF-8";
/* CSS Document */
/*---------------------------------

  お問い合わせ

---------------------------------*/
.telBlock {
  margin: 5rem 0;
}
.telBlock dl {
  background: #f6f6f6;
  font-family: var(--mincho);
  margin: auto;
  max-width: 75rem;
  padding: 4rem;
  text-align: center;
}
.telBlock dl dt {
  font-size: 1.8rem;
  margin-bottom: 1rem;
}
.telBlock dl dd {
  font-size: 2rem;
}
.telBlock dl dd strong {
  font-size: 2em;
}
/* メールフォーム */
section .wrap .ttl {
  text-align: center;
}
#contact-form {}
#contact-form dl {
  margin: 5rem 0;
}
#contact-form dl > div {
  display: flex;
  align-items: center;
  padding: 2rem 0;
}
#contact-form dl div dt {
  font-family: var(--mincho);
  flex: 0 0 30rem;
}
#contact-form dl div dt span {
  color: #B10205;
  font-size: 1rem;
  vertical-align: top;
}
#contact-form dl div dd {
  flex: 1 1 auto;
}
#contact-form .privacy {
  background: #f6f6f6;
  padding: 5rem;
  margin: 2rem auto;
  max-width: 75rem;
  width: 100%;
}
#contact-form .privacy .txt {
  margin-bottom: 2rem;
}
#contact-form .privacy .txt .ttl {
  font-family: var(--mincho);
  font-size: 2rem;
  margin: 0 0 3rem;
  text-align: center;
}
#contact-form .privacy .txt ol {
  margin-left: 2rem;
}
#contact-form .privacy .txt ol li {
  margin: 2rem 0;
}
#contact-form .privacy .txt ol li strong {
  display: block;
}
#contact-form .privacy .txt .contactBox {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: var(--mincho);
  margin-top: 2rem;
}
#contact-form .privacy .txt .contactBox p {
  padding: 0 2rem;
}
#contact-form .privacy .agree {
  background: #fff;
  text-align: center;
}
#contact-form .privacy .agree label {
  cursor: pointer;
  display: block;
  padding: 1.5rem;
}
/* send/err */
.wrap.center {
  text-align: center;
}
.wrap.center .btn {
  margin-top: 5rem;
}
@media screen and (max-width: 1024px) {}
@media screen and (max-width: 896px) {
  #contact-form dl div dt {
    flex: 0 0 20rem;
  }
}
@media screen and (max-width: 480px) {
  #contact-form dl div {
    display: block;
  }
  #contact-form dl div dt {
    margin-bottom: 1rem;
  }
  #contact-form .privacy {
    padding: 2rem;
  }
  #contact-form .privacy .txt .contactBox {
    display: block;
  }
}
/*---------------------------------
  スタイル
---------------------------------*/
.text {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: #f6f6f6;
  background-image: none;
  border: 1px solid #f6f6f6;
  border-radius: 0;
  color: inherit;
  font-family: inherit;
  font-size: 1em;
  padding: 1.5rem 2rem;
  width: 100%;
}
.text:focus {
  border: 1px solid rgba(0, 0, 0, 0.32);
  box-shadow: none;
  outline: none;
}
.text::placeholder {
  color: #aaa;
}
/* テキストエリア */
.textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: #f6f6f6;
  background-image: none;
  border: 1px solid #f6f6f6;
  border-radius: 0;
  color: inherit;
  font-family: inherit;
  font-size: 1em;
  height: 20rem;
  min-height: 20rem;
  resize: vertical;
  padding: 1.5rem 2rem;
  width: 100%;
}
.textarea:focus {
  border: 1px solid rgba(0, 0, 0, 0.32);
  box-shadow: none;
  outline: none;
}
/*　チェックボックス　*/
.check {
  display: none;
}
.check + span {
  cursor: pointer;
  display: inline-block;
  margin: 0 0.2em 0;
  padding: 0 0 0 2em;
  position: relative;
}
.check + span::before {
  -webkit-transform: translateY(-50%);
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.16);
  border-radius: 2px;
  content: "";
  display: block;
  height: 1em;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1em;
}
.check + span::after {
  -webkit-transform: translateY(-50%) rotate(-45deg);
  border-bottom: 3px solid rgba(0, 0, 0, 0.32);
  border-left: 3px solid rgba(0, 0, 0, 0.32);
  content: "";
  display: block;
  height: 0.6em;
  left: 0;
  margin-top: -0.2em;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  transition: all 0.3s ease 0s;
  width: 1em;
}
.check:checked + span::after {
  opacity: 1;
}
/*　ボタン　*/
.button_wrap {
  display: flex;
  justify-content: center;
  margin-top: 5rem;
}
.button {
  -webkit-appearance: none;
  background-color: rgba(0, 0, 0, 0.32);
  background-image: none;
  border: none;
  border-radius: 0;
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 1em;
  margin: 0 4rem;
  padding: 1.5rem 2rem;
  text-decoration: none;
  transition: all .3s;
  width: 100%;
}
.button:hover, .button:focus {
  outline: none;
}
.button::-moz-foucus-inner {
  border: none;
  padding: 0;
}
.submit {
  background: #fff;
  border: solid 1px;
  color: #333;
  display: block;
  font-family: var(--mincho);
  font-weight: 500;
  max-width: 30rem;
  position: relative;
}
.submit::after {
  background: url("../images/arrow_btn.svg");
  background-position: center;
  background-repeat: repeat;
  background-size: cover;
  content: "";
  position: absolute;
  right: -2rem;
  top: 50%;
  transform: translateY(-50%);
  width: 5rem;
  height: .5rem;
}
.submit:hover::after {
  right: -3rem;
}
.submit:disabled {
  background: #eee;
  color: #bbb;
}
.submit:disabled::after {
  content: none;
}
.back {
  max-width: 20rem;
}
/* ERROR */
p.is-error {
  color: #B10205;
  font-family: var(--mincho);
  font-size: 1.2rem;
  margin-top: 1rem;
}
p.is-error span {
  background: #FBEAEA;
  display: block;
  padding: .2rem 1rem;
  margin: .5rem 0;
}
@media screen and (max-width: 480px) {
  .button {
    margin: 0 2rem;
  }
  .back {
    max-width: 12rem;
  }
}
/*---------------------------------

  バランス調整

---------------------------------*/
#contact-form dl div dd {}
#contact-form dl div dd .name {
  display: flex;
  justify-content: space-between;
}
#contact-form dl div dd .name p {
  flex-basis: 48%;
}
#contact-form dl div dd.address p.postno {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
#contact-form dl div dd.address p.postno .text {
  margin-left: 1.5rem;
  max-width: 30rem;
}
@media screen and (max-width: 480px) {
  #contact-form dl div dd.address p.postno {
    margin-bottom: 1rem;
  }
}