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

  CONTACT／お問い合わせ  

=============================================================== */
/*
  お問い合わせ／メインページ
================================================ */
@media (min-width: 992px) {
  .container_center p {
    margin: 0;
    padding: 0;
  }
	.container_center .caution {
		font-size: .7em;
	}
}
.contactArea {
  width: 100%;
  margin: 2rem auto;
  padding: 2em 1em;
  background: #f6e8e2;
}
@media (min-width: 768px) {
  .contactArea {
    max-width: 1000px;
    padding: 3em 5em;
  }
}
#contact section:last-of-type .contactArea {
  margin-bottom: 5rem;
}
.contactTel {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
  font-size: 1.4rem;
  font-weight: 800;
  color: #382209;
}
@media (min-width: 992px) {
  .contactTel {
    font-size: 2.388rem;
  }
}
.contactTel::before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 47px;
  margin-right: .25em;
  background-image: url("../img/contact_tel.svg");
  background-size: contain;
  vertical-align: middle;
}
@media (min-width: 992px) {
  .contactTel::before {
    width: 40px;
    height: 47px;
  }
}
.hissuTxt {
  margin-top: 5rem;
  border-bottom: 1px solid #595757;
}
.hissuTxt .caution {
  font-size: .65em;
}
form {
  display: grid;
  justify-content: center;
  align-items: center;
  margin-top: 3em;
}
@media (min-width: 768px) {
  form {
    font-size: .8em;
  }
}
form a {
  text-decoration: underline;
}
input, select, textarea {
  margin-bottom: 1rem;
  border: none;
  background: #fff;
}
input, textarea {
  width: 100%;
}
input, select {
  height: 60px;
}
input#zipcode1, input#zipcode2 {
  width: 6rem;
}
input#tel1, input#tel2, input#tel3 {
  width: 6rem;
}
select {
  width: 15em;
}
label {
  font-weight: 700;
}
label small {
  font-weight: 400;
}
@keyframes ripple {
  0% {
    box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0);
  }
  50% {
    box-shadow: 0px 0px 0px 15px rgba(0, 0, 0, 0.1);
  }
  100% {
    box-shadow: 0px 0px 0px 15px rgba(0, 0, 0, 0);
  }
}
.md-radio {
  margin: 1rem 0;
}
.md-radio.md-radio-inline {
  display: inline-block;
  line-height: 2;
}
.md-radio input[type=radio] {
  display: none;
}
.md-radio input[type=radio]:checked + label:before {
  border-color: #382209;
  animation: ripple 0.2s linear forwards;
}
.md-radio input[type=radio]:checked + label:after {
  transform: scale(1);
}
.md-radio label {
  display: block;
  min-height: 2em;
  position: relative;
  padding: 0 2em;
  margin-bottom: 0;
  cursor: pointer;
  vertical-align: bottom;
}
@media (min-width: 768px) {
  .md-radio label {
    display: inline-block;
  }
}
.md-radio label:before, .md-radio label:after {
  position: absolute;
  top: 0;
  content: "";
  border-radius: 50%;
  transition: all 0.3s ease;
  transition-property: transform, border-color;
}
.md-radio label:before {
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  border: 2px solid rgba(89, 87, 87, 0.54);
}
@media (min-width: 768px) {
  .md-radio label:before {
    width: 22px;
    height: 22px;
  }
}
@media (min-width: 1200px) {
  .md-radio label:before {
    width: 26px;
    height: 26px;
  }
}
.md-radio label:after {
  top: 8px;
  left: 4px;
  width: 16px;
  height: 16px;
  transform: scale(0);
  background: #c70014;
}
@media (min-width: 768px) {
  .md-radio label:after {
    top: 8px;
    left: 5px;
    width: 12px;
    height: 12px;
  }
}
@media (min-width: 1200px) {
  .md-radio label:after {
    top: 9px;
    left: 5px;
    width: 16px;
    height: 16px;
  }
}
.hissu {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
  color: #E02500;
}
/* 送信ボタン */
.sbmt {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  text-align: center;
  text-decoration: none;
  width: 288px;
  margin: auto;
  padding: 1rem 4rem 1rem 3rem;
  font-weight: 800;
  background: #382209;
  color: #fff;
  border-radius: 100vh;
  position: relative;
  transition: 0.5s;
}
.sbmt:hover {
  background: #d0000e;
  color: #fff;
}
.sbmtBack {
  position: relative;
  margin-left: auto;
  margin-right: 0;
  background: #403a91;
}
.sbmtBack:hover {
  background: #c70014;
}
.sbmtGo {
  margin-left: 0;
  margin-right: auto;
}
/* 戻るボタン */
.btnReturn a {
  margin-top: 2rem;
}
.err {
  color: #FF0019;
  text-decoration: underline;
}
/*
  個人情報保護方針
================================================ */
.scrollBox {
  height: 200px;
  padding: 2rem;
  overflow-y: scroll; /* 縦方向にスクロール可能にする */
  background: #fff;
  font-size: .85rem;
}
@media (max-width: 991px) {
  .scrollBox p {
    font-size: 0.95em;
  }
}
@media (max-width: 991px) {
  .privacyPolicyTxt {
    font-size: 0.95em;
  }
}
.privacyPolicyTxt ol {
  padding-left: 1rem;
}
.privacyPolicyTxt dl dt {
  margin-bottom: 1em;
}
.privacyPolicyTxt ul {
  margin-left: 0;
  padding: 1em 1.5em;
}
.privacyPolicyTxt a {
  text-decoration: underline;
  transition: all 0.5s ease 0s;
}
.privacyPolicyTxt a:hover {
  background: #FFF8B8;
}
/*
  確認ページ
================================================ */
.ckTxt {
  max-width: 1000px;
  margin: 0 auto;
}
/*
  エラーページ
================================================ */
.ERROR_MESSAGE_BOX {
  max-width: 1000px;
  margin: 0 auto;
}
.ERROR_MESSAGE_BOX a {
  display: block;
  margin-top: .5em;
  color: #403a91 !important;
  text-decoration: underline !important;
}
.INPUT_ERROR {
  margin-left: 0 !important;
  font-size: .85em;
}
.errArea {
  width: 100%;
  margin: 0 auto 5rem;
  padding: 2.5rem 1rem 1rem;
  border: solid #e499a1;
  text-align: center;
}
@media (min-width: 768px) {
  .errArea {
    max-width: 1000px;
    padding: 2.5rem 1rem 1rem;
  }
}
.errArea em {
  display: inline-block;
  margin-bottom: 1rem;
  font-weight: 700;
  color: #c70014;
}
@media (min-width: 768px) {
  .errArea em {
    font-size: 1.875rem;
  }
}
.textarea .INPUT_ERROR {
  margin-top: -1rem;
}