/* input 要素 */
#name,
#email,
#subject,
#email_check,
#tel {
  max-width: 640px;
}
#body {
  max-width: 640px;
}
/* エラー表示 */
p.error,
span.error {
  color: red;
}
/* フォーム要素（Bootstrap4 のスタイルを上書き） */
.form-control {
  border-radius: 0px;
  background-color: #fdfdfd;
  font-size: 14px;
}
.form-control:focus {
  border-color: #aadbe8;
  outline: 0;
  -webkit-box-shadow: inset 0 0px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(102, 175, 233, 0.4);
  box-shadow: inset 0 0px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(102, 175, 233, 0.4);
  background-color: #fff;
}
/* Google Chrome, Safari, Opera 15+, Android, iOS */
::-webkit-input-placeholder {
  font-size: 13px;
}
/* Firefox 18- */
:-moz-placeholder {
  font-size: 13px;
}
/* Firefox 19+ */
::-moz-placeholder {
  font-size: 13px;
}
/* IE 10+ */
:-ms-input-placeholder {
  font-size: 13px;
}
::placeholder {
  font-size: 13px;
}
textarea.form-control {
  height: 200px;
}
/* 確認ページの表 */
.confirm_table {
  margin: 30px 0;
}
.confirm_table table caption {
  caption-side: top;
}
.confirm {
  float: left;
  margin-right: 20px;
  /* background-color: #e01e1f; */
}
.confirm .btn-send {
  color: white;
  background-color: #e01e1f;
}
.container {
  margin: 50px auto;
}

.container h2 {
  text-align: center;
}
.container h3 {
  text-align: center;
  margin: 25px auto;
}

.hr-tel {
  /* width: 488px !important;  */
  min-width: 600px;
  width: 600px;
  /* text-align: center; */
  margin: auto;
  border-top-color: lightgray;
}
@media only screen and (max-width: 768px) {
  .hr-tel {
    min-width: auto;
    width: 70%;
  }
}
.confrim-btn {
  font-size: 0.8em;
  background-color: #e01e1f;
  border-color: #e01e1f;
  color: white;
}
.contact-tel-no p {
  text-align: center;
  font-size: 0.9em;
}
.contact-confirm-info {
  font-size: 0.9em;
}
.btn {
  font-size: 0.8em;
}
.contact-confirm-btn {
  text-align: center;
  margin: 45px auto 20px;
}
.contact-send-btn {
  margin: 40px auto 30px;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.agree-label {
  display: inline;
}
@media only screen and (max-width: 1200px) {
  header {
    min-width: auto;
    width: 100%;
  }
  #page-header {
    min-width: auto;
    width: 100%;
  }
  footer {
    min-width: auto;
    width: 100%;
  }
}

html {
  height: 100%;
}
body {
  height: 100%;
  display: flex;
  flex-direction: column;
  background-image: none;
}
#contact {
  flex-grow: 1;
}

hr {
  min-width: 100%;
}

.cxm-sns {
  max-width: 1200px;
  width: 100%;
}

.footer-privacy {
  text-align: center!important;
  margin-left: 3rem!important;
  margin-right: 3rem!important;
  padding-top: 1.5rem!important;
  margin-bottom: 1rem!important;
  margin-top: 1rem!important;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.2;
}
@media only screen and (max-width: 768px) {
  .footer-privacy {
    margin-left: 0.5rem!important;
    margin-right: 0.5rem!important;
  }
}