@charset "utf-8";

/*====================
  固定ページ用
====================*/
.l-contentsPage {
  display: flex;
  color: #000;
  background: #fff;
}

.l-contentsPage_inner {
  max-width: 80rem;
  margin: 0 auto;
}

@media screen and (max-width: 1199px) {
  .l-contentsPage_inner {
    max-width: 80%;
  }
}

.l-contentsPage_article {
  font-weight: 400;
  font-size: 1.5rem;
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}

.l-contentsPage_article h1,
.l-contentsPage_article h2,
.l-contentsPage_article h3 {
  font-weight: 400;
  text-transform: uppercase;
}

.l-contentsPage_article h1 {
  font-size: 2.6rem;
  line-height: 1.6;
  margin: 8rem 0 0;
}

.l-contentsPage_article h2,
.l-contentsPage_article h3 {
  position: relative;
  font-size: 1.8rem;
  line-height: 1.2;
  margin: 1.5rem 0 1.5rem;
}

@media only screen and (max-width: 767px) {
  .l-contentsPage_article h2,
  .l-contentsPage_article h3 {
    font-size: 1.5rem;
  }
}

.l-contentsPage_article ol,
.l-contentsPage_article p,
.l-contentsPage_article td,
.l-contentsPage_article th,
.l-contentsPage_article ul {
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 1.6;
  margin: 1.5rem 0 4.5rem;
}

@media only screen and (max-width: 767px) {
  .l-contentsPage_article ol,
  .l-contentsPage_article p,
  .l-contentsPage_article td,
  .l-contentsPage_article th,
  .l-contentsPage_article ul {
    font-size: 1.5rem;
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-word;
    hyphens: auto;
  }
}

.l-contentsPage_article ol ol,
.l-contentsPage_article ol ul,
.l-contentsPage_article ul ol,
.l-contentsPage_article ul ul {
  margin-top: 1rem;
  margin-bottom: 2rem;
}

.l-contentsPage_article ol,
.l-contentsPage_article ul {
  list-style: disc;
  margin-left: 4.5rem;
}

@media only screen and (max-width: 767px) {
  .l-contentsPage_article ol,
  .l-contentsPage_article ul {
    margin-left: 2.5rem;
  }
}

.l-contentsPage_article ol li,
.l-contentsPage_article ul li {
  list-style: disc;
}

.l-contentsPage_article a {
  text-decoration: underline;
  cursor: pointer;
}

.l-contentsPage_article em {
  font-style: italic;
}

.l-contentsPage_article p > em {
  font-weight: 700;
}

.l-contentsPage_article img[width] {
  width: auto;
}

.l-contentsPage_article img[height] {
  height: auto;
}

@media screen and (max-width: 1199px) {
}

@media screen and (max-width: 767px) {
}
