@charset "UTF-8";
/* Scss Document */
/*=============================================================
 個人情報保護方針
=============================================================*/
.privacy-sec01-block {
  text-align: left;
}
@media screen and (max-width: 768.9px) {
  .privacy-sec01-block .container {
    padding-top: 30px;
    padding-bottom: 40px;
  }
}
@media screen and (min-width: 768.9px) {
  .privacy-sec01-block .container {
    padding-top: 75px;
    padding-bottom: 60px;
  }
}
.privacy-sec01-block dl dt {
  color: #A72033;
  font-weight: 700;
  border-top: 1px solid #ccc;
  margin-top: 1em;
  padding-top: 1em;
  margin-bottom: 0.5em;
}
@media screen and (min-width: 768.9px) {
  .privacy-sec01-block dl dt {
    font-size: 21px;
  }
}
.privacy-sec01-block dl dd ol li {
  margin-left: 3em;
  text-indent: -3em;
  margin-top: 1em;
}

/*=============================================================
 お問い合わせ
=============================================================*/
@media screen and (max-width: 768.9px) {
  .contact-sec01-block .container {
    padding-top: 30px;
    padding-bottom: 40px;
  }
}
@media screen and (min-width: 768.9px) {
  .contact-sec01-block .container {
    padding-top: 75px;
    padding-bottom: 60px;
  }
}
.contact-sec01-block span.required {
  display: inline-block;
  background-color: #A72033;
  color: #fff;
  font-size: 80%;
  border-radius: 95px;
  padding: 0.1em 1em;
}
@media screen and (min-width: 768.9px) {
  .contact-sec01-block span small {
    display: block;
    text-align: right;
  }
}
.contact-sec01-block table {
  width: 100%;
  text-align: left;
  border-top: 1px solid #ccc;
}
@media screen and (max-width: 768.9px) {
  .contact-sec01-block table {
    margin-top: 20px;
  }
}
@media screen and (min-width: 768.9px) {
  .contact-sec01-block table {
    margin-top: 50px;
  }
}
@media screen and (min-width: 768.9px) {
  .contact-sec01-block table tr:first-of-type th, .contact-sec01-block table tr:first-of-type td {
    padding-top: 60px;
  }
}
@media screen and (max-width: 768.9px) {
  .contact-sec01-block table tr:first-of-type th {
    padding-top: 30px;
  }
}
@media screen and (min-width: 768.9px) {
  .contact-sec01-block table tr:first-of-type th {
    padding-top: 80px;
  }
}
.contact-sec01-block table tr:first-of-type th span.required {
  top: 80px;
}
@media screen and (max-width: 768.9px) {
  .contact-sec01-block table tr:nth-last-of-type(3) th, .contact-sec01-block table tr:nth-last-of-type(3) td {
    padding-bottom: 30px;
  }
}
@media screen and (min-width: 768.9px) {
  .contact-sec01-block table tr:nth-last-of-type(3) th, .contact-sec01-block table tr:nth-last-of-type(3) td {
    padding-bottom: 60px;
  }
}
.contact-sec01-block table tr:nth-last-of-type(2) th, .contact-sec01-block table tr:nth-last-of-type(2) td {
  border-top: 1px solid #ccc;
}
@media screen and (min-width: 768.9px) {
  .contact-sec01-block table tr:nth-last-of-type(2) th, .contact-sec01-block table tr:nth-last-of-type(2) td {
    padding-top: 60px;
  }
}
@media screen and (max-width: 768.9px) {
  .contact-sec01-block table tr:nth-last-of-type(2) th {
    padding-top: 30px;
  }
}
@media screen and (min-width: 768.9px) {
  .contact-sec01-block table tr:nth-last-of-type(2) th {
    padding-top: 80px;
  }
}
.contact-sec01-block table tr:nth-last-of-type(2) th span.required {
  top: 80px;
}
.contact-sec01-block table tr th {
  position: relative;
  color: #A72033;
  box-sizing: border-box;
}
@media screen and (max-width: 768.9px) {
  .contact-sec01-block table tr th {
    display: block;
    padding: 20px 0 10px 0;
  }
}
@media screen and (min-width: 768.9px) {
  .contact-sec01-block table tr th {
    width: 25%;
    padding: 40px 100px 20px 20px;
    vertical-align: top;
    text-align: right;
  }
}
.contact-sec01-block table tr th span.required {
  display: inline-block;
  position: absolute;
  right: 0;
}
@media screen and (min-width: 768.9px) {
  .contact-sec01-block table tr th span.required {
    top: 40px;
  }
}
@media screen and (max-width: 768.9px) {
  .contact-sec01-block table tr td {
    display: block;
    padding: 0 0 10px 0;
  }
}
@media screen and (min-width: 768.9px) {
  .contact-sec01-block table tr td {
    padding: 20px;
  }
}
.contact-sec01-block .input_area .radio {
  display: flex;
  align-items: center;
  line-height: 1;
}
@media screen and (min-width: 768.9px) {
  .contact-sec01-block .input_area .radio {
    padding-top: 40px;
  }
}
.contact-sec01-block .input_area .radio input:nth-child(2) {
  margin-left: 20px;
}
.contact-sec01-block .check {
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact-sec01-block .check a {
  color: #A72033;
  text-decoration: underline;
}
@media screen and (max-width: 768.9px) {
  .contact-sec01-block .check {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 768.9px) {
  .contact-sec01-block .check {
    margin-top: 80px;
    margin-bottom: 27px;
  }
}
.contact-sec01-block .check .required {
  margin-left: 20px;
}
@media screen and (max-width: 768.9px) {
  .contact-sec01-block .formBtn {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 768.9px) {
  .contact-sec01-block .formBtn {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 768.9px) {
  .contact-sec01-block .formBtn br {
    display: none;
  }
}
@media screen and (min-width: 768.9px) {
  .contact-sec01-block .formBtn input {
    margin: 0 10px;
  }
}
@media screen and (min-width: 768.9px) {
  .contact-sec01-block .confirm_area .formBtn {
    margin-top: 60px;
  }
}
.contact-sec01-block .confirm_button:disabled {
  opacity: 0.5;
}/*# sourceMappingURL=style_page2.css.map */