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

  CONTACT／お問い合わせ  

=============================================================== */
/*
  お問い合わせ／メインページ
================================================ */
@media (min-width: 992px) {
  .container_center p {
    margin: 0;
    padding: 0;
  }
}
.contactArea {
  width: 100%;
  margin: 2rem auto;
  padding: 2em 1em;
  background: #f2f2f2;
}
@media (min-width: 768px) {
  .contactArea {
    max-width: 1000px;
    padding: 3em 5em;
  }
}
.infoArea {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  text-align: center;
}
@media (min-width: 768px) {
  .infoArea {
    max-width: 1000px;
  }
}
#contact section:last-of-type .contactArea {
  margin-bottom: 5rem;
}
.infoArea h3 {
  display: inline-block;
  margin-bottom: 1rem;
  font-weight: 700;
  color: #2567AF;
}
@media (min-width: 768px) {
  .infoArea h3 {
    font-size: 1rem;
  }
}
.contactArea h3::before {
  background-color: #f2f2f2 !important;
}
#contact h3 {
  margin-bottom: 3rem;
}
.contactTel {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
  font-size: 1.4rem;
  font-weight: 800;
  color: #0075B9;
}
@media (min-width: 992px) {
  .contactTel {
    font-size: 2.388rem;
  }
}
.contactTel::before {
  content: "";
  display: inline-block;
  width: 34px;
  height: 34px;
  margin-right: .25em;
  background-image: url("../img/contact_tel.svg");
  background-size: contain;
  vertical-align: middle;
}
@media (min-width: 992px) {
  .contactTel::before {
    width: 56px;
    height: 56px;
  }
}
.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: #595757;
  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: #25489C;
}
@media (min-width: 768px) {
  .md-radio label:after {
    top: 7px;
    left: 4px;
    width: 14px;
    height: 14px;
  }
}
@media (min-width: 1200px) {
  .md-radio label:after {
    top: 5px;
    left: 4px;
    width: 18px;
    height: 18px;
  }
}
.hissu {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
  color: #E02500;
}
.agreeTxt {
  margin-top: 2rem;
}
.agreeBox {
  display: inline-block;
  position: relative;
  width: 100%;
  margin: 1rem 0;
  padding: 1rem 0;
  vertical-align: middle;
  text-align: center;
}
.agreeBox input[type="checkbox"] {
  width: 2em;
  height: 2em;
  position: absolute;
  left: calc(50% - 8.5em);
  top: 50%;
  -webkit-transformX: translateY(-50%);
  transform: translateY(-50%);
}
.agreeBox input[type="checkbox"] + label {
  cursor: pointer;
}
.agreeBox label {
  display: inline;
  height: 100%;
  font-size: .85em;
  font-weight: 400;
}
/* プライバシーポリシーリンク */
.privacy_link {
	margin-top: 2rem;
	margin-bottom: 2rem;
}
/* 送信ボタン */
.submit-btn {
  /* buttonタグのリセットCSS */
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  appearance: none;
  color: #fff;
  padding: 8px 24px;
}
.submit-btn[disabled] {
  background-color: #ccc;
  cursor: not-allowed; /* クリック不可のカーソルを表示 */
}
.sbmt {
  position: relative;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  text-align: center;
  text-decoration: none;
  width: 288px;
  margin: auto;
  border-radius: 10px;
	color: #fff;
  background: #036eb7;
  box-shadow: 10px 10px 23px #d3d3d3, -10px -10px 23px #ffffff;
  transition: 0.5s;
}
.sbmt::before {
  content: "";
  width: 7px;
  height: 7px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}
.sbmt:hover {
	cursor: pointer;
}
.sbmt:active {
  box-shadow: inset 9px 9px 18px #0361a2, inset -9px -9px 18px #037bce;
}
.sbmtBack {
  position: relative;
	color: #333333;
  background: #F0F0F0;
}
@media (max-width: 991px) {
.sbmtBack {
    margin-bottom: 1em;
  }
}
@media (min-width: 992px) {
.sbmtBack {
    margin-left: auto;
  margin-right: 0;
  }
}
.sbmtBack:active {
  box-shadow: inset 9px 9px 18px #d3d3d3, inset -9px -9px 18px #ffffff;
}
@media (min-width: 992px) {
.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;
}