@charset "UTF-8";
.section {
  margin-bottom: 100px; }
  .section:first-of-type {
    margin-top: 0; }
  @media screen and (max-width: 750px) {
    .section {
      margin-bottom: 13.3333333333vw; } }

.information-box {
  position: relative;
  width: 640px;
  padding: 35px 0;
  background-color: #F6F6F6;
  margin: 60px auto 0;
  text-align: center; }
  @media screen and (max-width: 750px) {
    .information-box {
      width: 100%;
      padding: 5.3333333333vw 0;
      margin-top: 6.6666666667vw; } }
  .information-box .information-box-head {
    color: #FFF;
    background-color: #2C893A;
    font-size: 1.8rem;
    width: 240px;
    height: 40px;
    line-height: 40px;
    border-radius: 20px;
    margin: 0 auto 0.5em; }
    @media screen and (max-width: 750px) {
      .information-box .information-box-head {
        font-size: 30px;
        font-size: 4vw;
        width: 53.3333333333vw;
        height: 9.0666666667vw;
        line-height: 9.0666666667vw;
        border-radius: 4.5333333333vw; } }
  .information-box .phone-number {
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center; }
    .information-box .phone-number span {
      font-family: 'Barlow Semi Condensed', "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo","Osaka","ＭＳ Ｐゴシック", "MS P Gothic",Verdana,Arial, Helvetica, sans-serif;
      color: #333;
      font-weight: bold;
      font-size: 5.6rem;
      line-height: 1em;
      letter-spacing: 0.05em; }
      .information-box .phone-number span a {
        font-family: 'Barlow Semi Condensed', "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo","Osaka","ＭＳ Ｐゴシック", "MS P Gothic",Verdana,Arial, Helvetica, sans-serif;
        color: #333;
        font-weight: bold;
        font-size: 5.6rem;
        line-height: 1em;
        letter-spacing: 0.05em; }
        @media screen and (max-width: 750px) {
          .information-box .phone-number span a {
            font-size: 88px;
            font-size: 11.7333333333vw; } }
    .information-box .phone-number:before {
      content: '';
      display: block;
      left: -16px;
      bottom: 0;
      width: 35px;
      height: 46px;
      background-image: url("/matsudo/assets/images/inquiry/phone.svg");
      background-size: cover;
      margin-right: 10px; }
      @media screen and (max-width: 750px) {
        .information-box .phone-number:before {
          width: 7.6vw;
          height: 10vw;
          margin-right: 1.3333333333vw; } }

.sec-tel {
  margin-bottom: 20px; }

.privacy-box {
  margin: 40px 0 0;
  border: 1px solid #CCCCCC;
  padding: 25px 20px; }
  @media screen and (max-width: 750px) {
    .privacy-box {
      margin: 8vw 0 12vw;
      padding: 4.8vw 2.9333333333vw; } }

.privacy-box--inner {
  height: 600px;
  padding: 15px 35px 15px 20px;
  overflow: auto; }
  @media screen and (max-width: 750px) {
    .privacy-box--inner {
      height: 106.6666666667vw;
      padding: 0.5333333333vw 4vw 0.5333333333vw 2.4vw; } }

.privacy-box--inner::-webkit-scrollbar {
  width: 10px; }
  @media screen and (max-width: 750px) {
    .privacy-box--inner::-webkit-scrollbar {
      width: 2.1333333333vw; } }

.privacy-box--inner::-webkit-scrollbar-track {
  border-radius: 10px;
  background: #CCCCCC; }
  @media screen and (max-width: 750px) {
    .privacy-box--inner::-webkit-scrollbar-track {
      border-radius: 2.1333333333vw; } }

.privacy-box--inner::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #2C893A; }
  @media screen and (max-width: 750px) {
    .privacy-box--inner::-webkit-scrollbar-thumb {
      border-radius: 2.1333333333vw; } }

.privacy-box--header {
  margin-bottom: 30px; }
  @media screen and (max-width: 750px) {
    .privacy-box--header {
      margin-bottom: 4vw; } }

.privacy-box--list > dt {
  font-weight: bold;
  margin-bottom: 5px; }
  @media screen and (max-width: 750px) {
    .privacy-box--list > dt {
      font-size: 3.7333333333vw;
      margin-bottom: 0.6666666667vw; } }
.privacy-box--list > dd {
  padding-left: 1.5em;
  margin-bottom: 30px; }
  @media screen and (max-width: 750px) {
    .privacy-box--list > dd {
      padding-left: 1.4em;
      margin-bottom: 6.6666666667vw; } }
  .privacy-box--list > dd table {
    width: 100%;
    margin: 15px 0; }
    @media screen and (max-width: 750px) {
      .privacy-box--list > dd table {
        font-size: 3.7333333333vw;
        margin: 4vw 0; } }
    .privacy-box--list > dd table th, .privacy-box--list > dd table td {
      border: 1px solid #CCCCCC;
      padding: 20px; }
      @media screen and (max-width: 750px) {
        .privacy-box--list > dd table th, .privacy-box--list > dd table td {
          padding: 2.6666666667vw; } }
    .privacy-box--list > dd table th {
      text-align: center;
      background-color: #F6F6F6; }
  .privacy-box--list > dd .privacy-type {
    display: -webkit-flex;
    /* Safari */
    display: flex; }

.privacy-box--footer {
  text-align: right; }

.agree-btn {
  display: -webkit-flex;
  /* Safari */
  display: flex;
  -webkit-justify-content: space-between;
  /* Safari */
  justify-content: space-between;
  width: 600px;
  margin: auto; }
  @media screen and (max-width: 750px) {
    .agree-btn {
      display: block;
      width: auto; } }
  .agree-btn .tpl-btn {
    width: 280px;
    height: 50px; }
    @media screen and (max-width: 750px) {
      .agree-btn .tpl-btn {
        margin-top: 5.3333333333vw;
        width: 66.6666666667vw;
        height: 13.3333333333vw; } }
    .agree-btn .tpl-btn div::before, .agree-btn .tpl-btn div::after {
      display: none; }

/*# sourceMappingURL=inquiry.css.map */
