@charset "utf-8";

/* 固定ページ用CSS */

/* =====================================================
* ARTICLE (文字ベース)
* ======================================================
  - ご利用ガイド
  - スマセラルーレットとは
  - プライバシーポリシー
  - ご利用規約
*/

.article > *:first-child {
  margin-top: 0;
}

/* all pages */

.article a {
  color: #890327;
  text-decoration: underline;
  transition: all 0.2s ease;
}

.article a:visited {
  color: #890327;
  text-decoration: underline;
}

.article a:hover {
  color: #890327;
  opacity: 0.7;
  text-decoration: underline;
}

.article a:active {
  color: #890327;
  text-decoration: underline;
}

.article__h2 {
  font-size: 2.0rem;
  font-weight: bold;
  line-height: 2.0rem;
  margin: 5.0rem 0;
}

.article__h3 {
  font-size: 1.75rem;
  font-weight: bold;
  line-height: 1.75rem;
  margin: 3.0rem 0;
}

.article__h4 {
  font-size: 16px;
  font-weight: bold;
  line-height: 18px;
  margin: 1.0em 0;
}

.article__txt {
  font-size: 16px;
  line-height: 1.75em;
  margin-bottom: 1.0em;
}

.article__txt-num {
  font-size: 16px;
  line-height: 1.75em;
  margin-bottom: 1.0em;
  margin-left: 0.75em;
}

.article__txt:last-child,
.article__txt-num:last-child {
  margin-bottom: 0;
}

@media print, screen and (max-width: 767px) {
  .article__txt {
    font-size: 13px;
  }
  .article__txt-num {
    font-size: 13px;
  }
}

.article__lst {
  list-style: disc;
  margin: 1.25em 0 1.25em 2.0em;
}

.article__lst > li {
  margin: 0.75em 0;
  line-height: 1.75em;
}

.article__lst > li > p {
  line-height: 1.75em;
}

.article__lst-num {
  margin: 1.25em 0 1.25em 2.0em;
}

.article__lst-num > li {
  margin: 0.75em 0;
  line-height: 1.75em;
}

.article__lst-num > li > p {
  line-height: 1.75em;
}

.article__lst-num-cnt {
  list-style-type: none;
  margin-left: 0.75em;
}

.article__lst-num-cnt > li {
  counter-increment: cnt;
  margin: 0.75em 0;
  line-height: 1.75em;
}

.article__lst-num-cnt > li:before {
  content: "(" counter(cnt) ")";
  margin-right: 0.5em;
}

.article__tbl {
  margin: 1.25em 0;
  max-width: 100%;
}

.article__tbl-head {
  border: 1px solid #ccc;
  font-weight: bold;
  padding: 0.50em 0.75em;
}

.article__tbl-data {
  border: 1px solid #ccc;
  padding: 0.50em 0.75em;
}

.article__def {
  margin: 1.25em 0;
}

.article__def-head {
  line-height: 2.0em;
}

.article__def-head--txt-bold {
  font-weight: bold;
}

.article__def-head:nth-child(n+2) {
  margin: 1.25em 0 0 0;
}

.article__def-data {
  line-height: 2.0em;
  margin: 0.50em 0 0 1.25em;
}

/* navigation */

.article__nav {
  margin: 0 0 60px;
  z-index: 9;
  position: relative;
}

.article__nav ul {
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #ddd;
}

.article__nav li {
  width: 25%;
}

.article__nav li a {
  position: relative;
  flex-direction: row;
  align-items: center;
  height: 70px;
  font-size: 14px;
  display: flex;
  justify-content: center;
  font-weight: bold;
  color: #9a9aa9;
  text-align: center;
  height: 70px;
}

.article__nav li .mod-icon {
  display: none;
}

.article__nav li.active a:before {
  content: '';
  display: block;
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  height: 5px;
  background-color: #76778f;
}

.alink {
  padding-top: 114px;
  margin-top: -114px;
  display: block;
}

@media print, screen and (max-width: 767px) {
  .article__nav {
    background-color: #fafafa;
    margin: 0 -20px 60px;
  }

  .article__nav li {
    width: 50%;
  }

  .article__nav li {
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
  }

  .article__nav li:nth-child(odd) {
    border-left: none;
  }

  .article__nav li a {
    font-size: 12px;
    height: 50px;
  }

  .alink {
    padding-top: 91px;
    margin-top: -91px;
    display: block;
  }
}

/* Q&A */

.article__qa {
  width: 100%;
}

.article__qa-head {
  display: table;
  font-size: 16px;
}

.article__qa-data {
  display: table;
  font-size: 16px;
  margin-top: 1.25em;
  margin-bottom: 2em;
}

.article__qa-data:last-child {
  margin-bottom: 0;
}

.article__qa-q {
  display: table-cell;
  font-size: 26px;
  color: #890327;
  font-weight: bold;
  width: 50px;
  text-align: center;
  line-height: 26px;
}

.article__qa-a {
  display: table-cell;
  font-size: 26px;
  color: #9c9c9c;
  font-weight: bold;
  width: 50px;
  text-align: center;
  line-height: 26px;
  vertical-align: top;
}

.article__qa-txt {
  display: table-cell;
  line-height: 26px;
  margin-left: 10px;
  word-break: break-all;
}

@media print, screen and (max-width: 767px) {
  .article__qa-head {
    font-size: 13px;
  }
  .article__qa-data {
    font-size: 13px;
  }
  .article__qa-q,
  .article__qa-a {
    font-size: 20px;
    line-height: 20px;
    width: 35px;
    text-align: left;
  }
  .article__qa-txt {
    line-height: 20px;
  }
}

.article__img img {
  width: auto;
  max-width: 100%;
}

.clr_f00 { color:#f00; }

@media print, screen and (max-width: 767px){
  .article {
    font-size: 13px;
  }
}


/* =====================================================
* LIST [ list type contents ]
* ======================================================
  - 特定商取引法に基づく表示
  - 会社概要
  - お問い合わせ
*/

.list-article {
  max-width: 100%;
}

.list-article__def {
    padding: 1.50em 0.75em !important;
}

.list-article__def-head {
  line-height: 2.4em !important;
  padding: 0 !important;
}

.list-article__def-head label {
  margin: 0;
}

.list-article__def-data {
  line-height: 2.4em !important;
  word-wrap: break-word;
}

@media print, screen and (max-width: 767px){
  .list-article__def {
    padding: 0.75em 0.25em !important;
  }
}
