@charset "UTF-8";
/* stylesheet */
/*------------------------------------------------------

    BASE

------------------------------------------------------*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  color: #333;
  width: 100%;
  font-size: 1rem;
  line-height: 1.6;
  word-wrap: break-word;
  font-family: "Noto Sans JP", sans-serif;
}

.jp {
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.jp2 {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}

h1 {
  font-size: 2em;
}

h2 {
  font-size: 1.5em;
}

h3 {
  font-size: 1.17em;
}

h4 {
  font-size: 1.12em;
}

h5 {
  font-size: 0.83em;
}

h6 {
  font-size: 0.75em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
  line-height: 1.4;
}

em {
  font-style: normal;
}

.text-left {
  text-align: left !important;
}

.text-center {
  text-align: center !important;
}

.text-right {
  text-align: right !important;
}

img {
  width: 100%;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

ul,
ol {
  margin: 0;
  padding: 0;
}
ul li,
ol li {
  list-style: none;
}

.mb-0 {
  margin-bottom: 0 !important;
}

a {
  display: block;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

.container {
  width: 94%;
  max-width: 1022px;
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
}

/*------------------------------------------------------

    TABLE（料金表）

------------------------------------------------------*/
.price-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
}

.price-table th,
.price-table td {
  border: 1px solid #ccc;
  padding: 10px;
  text-align: left;
}

.price-table th {
  background-color: #f0f0f0;
}

@media (max-width: 800px) {
  .price-table {
    font-size: 12px;
  }
}

/*------------------------------------------------------

    LOW（特商法 / 規約 / プライバシー共通レイアウト）

------------------------------------------------------*/
#low p#copyright {
  text-align: center;
  font-size: 11px;
  margin-bottom: 50px;
}

#low .close {
  height: 16px;
  margin: 0 auto 30px;
  text-align: center;
  width: 154px;
}

#low .close button,
#low .close input {
  font-size: 12px;
  padding: 2px 10px;
}

#low .term {
  margin: 0;
  padding: 10%;
  text-align: center;
}

#low .term__item {
  text-align: left;
}

#low .term__item h4 {
  text-align: center;
  font-size: 32px;
  margin-bottom: 70px;
}

#low .term__item p {
  text-align: center;
  margin-bottom: 20px;
}

#low .term__item dl dt {
  border-bottom: 1px solid #888;
  padding-bottom: 4px;
  font-weight: bold;
}

#low .term__item dl dd {
  margin-bottom: 20px;
  padding-top: 4px;
}

#low .term__item dl dd ul {
  padding-left: 20px;
}

#low .term__item dl dd ul li {
  font-size: inherit;
  list-style: disc;
}

#low .term__item dl dd ul li::before {
  content: "";
}

#low .term__item dl dd strong {
  display: block;
  margin-top: 20px;
}

#low .term__item dl dd em {
  display: block;
  margin-top: 20px;
}

#low .term__item dl dd small {
  font-size: 12px;
}

/* 規約／プライバシーで使う .privacy / .terms 用 */
#low .term__item.privacy h5,
#low .term__item.terms h5 {
  font-size: 16px;
  font-weight: bold;
  border-bottom: 1px solid #888;
  margin-bottom: 4px;
  padding-bottom: 4px;
}

#low .term__item.privacy p,
#low .term__item.terms p {
  text-align: left;
}

#low .term__item.privacy ol,
#low .term__item.terms ol {
  margin-bottom: 20px;
  padding-left: 20px;
}

#low .term__item.privacy ol li,
#low .term__item.terms ol li {
  list-style: decimal;
}

/*------------------------------------------------------

    RESPONSIVE

------------------------------------------------------*/
@media (max-width: 1022px) {
  .container {
    width: 100%;
  }
}

@media (max-width: 599px) {
  /* LOW */
  #low p#copyright {
    font-size: 10px;
  }
  #low .term__item h4 {
    font-size: 5vw;
    margin-bottom: 40px;
  }
  #low .term__item p,
  #low .term__item dl {
    font-size: 3vw;
  }
  #low .term__item.privacy h5,
  #low .term__item.privacy p,
  #low .term__item.privacy ol,
  #low .term__item.terms h5,
  #low .term__item.terms p,
  #low .term__item.terms ol {
    font-size: 3vw;
  }
}
