@charset "UTF-8";

#help {
  padding: 30px 0 0;
  text-align: center;
}

#help h1 {
  font-size: 24px;
  font-size: 2.4rem;
  font-family: -apple-system, BlinkMacSystemFont, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  font-weight: bold;
  margin-bottom: 20px;
}

#help h1 _:-ms-fullscreen, :root #help h1 {
  font-family: -apple-system, BlinkMacSystemFont, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
}

#help table {
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto;
  text-align: left;
}

#help table th,
#help table td {
  border: 1px solid #aaa;
  padding: 10px;
}

#help table th:first-child,
#help table td:first-child {
  width: 3.0em;
}

#contents {
  width: 760px;
}

.inquiry-block {
  width: 550px;
  margin: 50px auto 0;
}

.inquiry-block .tel {
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 1;
  font-family: -apple-system, BlinkMacSystemFont, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  font-weight: bold;
  padding: 0;
  margin: 0;
  background-position: left center;
}

.inquiry-block .tel _:-ms-fullscreen, :root .inquiry-block .tel {
  font-family: -apple-system, BlinkMacSystemFont, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
}

#close {
  text-align: center;
  padding: 20px;
}

#copyright {
  border-top: #D00000 solid 2px;
  margin-top: 40px;
}

@media only screen and (min-width: 768px) {
  body {
    min-width: 760px;
  }
}

@media only screen and (max-width: 767px) {
  #head-main {
    padding-top: 8px;
  }
  #help {
    padding: 0;
  }
  #help h1 {
    font-size: 2.0rem;
    margin-bottom: 15px;
  }
  #contents {
    width: auto;
  }
  .inquiry-block {
    width: auto;
  }
  .inquiry-block .tel {
    font-size: 2.4rem;
  }
}
