@charset "UTF-8";
/*
サイトトップページ
Version: 1.1.0
Update: 2024-08-30
*/
@media screen and (max-width: 767px) {
  .content {
    font-size: 1.2rem;
  }
}

.content section {
  padding: 60px 0 60px;
  background-color: transparent !important;
}

@media screen and (max-width: 767px) {
  .content section .heading .en {
    font-size: 3.2rem;
  }
}

/* トップコメント */
.topcomment {
  padding-bottom: 30px;
}

/* ポリシー事項 */
.policies dt {
  margin-bottom: 20px;
  padding: 2px 0;
  padding-left: 20px;
  color: #0068b6;
  font-family: "Noto Sans Bold", -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  font-size: 2.8rem;
  line-height: 1;
  border-left: 5px solid #0068b6;
}

@media screen and (max-width: 767px) {
  .policies dt {
    margin-bottom: 15px;
    padding-left: 10px;
    font-size: 2rem;
    border-left-width: 4px;
  }
}

.policies dd {
  padding-bottom: 40px;
  line-height: 2;
}

@media screen and (max-width: 767px) {
  .policies dd {
    padding-bottom: 30px;
  }
}

.policies dd .itemList > li {
  padding-left: 1em;
  text-indent: -1em;
}

.policies dd .itemList.number > li {
  padding-left: 3em;
  text-indent: -3em;
}

.policies dd .itemList.number > li .title {
  display: inline-block;
  width: 24em;
  padding-left: 3em;
}

@media screen and (max-width: 767px) {
  .policies dd .itemList.number > li .title {
    display: block;
    width: 100%;
    padding-left: 0;
  }
}

.pageLink {
  padding-top: 40px;
  text-align: center;
}
