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

information.css

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


/*---------------------------------
page_ttl
--------------------------------*/
/* スマホ用 750px以下に適用されるCSS */

#page_ttl .innr {
  background-color: #fff;
  background-image:
    url(../images/page_ttl_shadow_sp.webp),
    url(../images/information_page_ttl_sp.webp);
  background-position: 0 top, 0 top;
  background-repeat: no-repeat, no-repeat;
  background-size: contain, contain;
}

.information.article #page_ttl h2 {
  font-size: 7.6vw;
  font-weight: 500;
  color: var(--main-color);
  position: absolute;
  bottom: 20px;
  left: 25px;
}

.information.article #page_ttl h2 span {
  font-size: 2.82vw;
  letter-spacing: .1em;
  display: block;
  color: var(--sub-color);
}

/* PC用 751px以上に適用されるCSS */
@media (min-width: 751px) {

  #page_ttl .innr {
    background-color: #fff;
    background-image:
      url(../images/page_ttl_shadow.webp),
      url(../images/information_page_ttl.webp);
    background-position: right 0, right 0;
    background-repeat: no-repeat, no-repeat;
    background-size: contain, contain;
  }

  .information.article #page_ttl h2 {
    font-size: 2.875rem;
    position: inherit;
    bottom: inherit;
    left: inherit;
  }

  .information.article #page_ttl h2 span {
    font-size: 1rem;
  }

}


/*---------------------------------
information
--------------------------------*/
/* スマホ用 750px以下に適用されるCSS */

#information .innr {
  padding: 0 2.666vw;
}

#information .article {
  border-bottom: 1px dashed #ccc;
  padding-bottom: 6.153vw;
  margin-bottom: 6.153vw;
}

#information .article .date {
  color: #999;
  font-size: 3.333vw;
}

#information .article .title {
  color: var(--main-color);
  font-weight: 700;
  font-size: 4.102vw;
}

#information .article .txt {
  font-size: 3.846vw;
}

#information .btn.totop {
  margin-top: 10vw;
}

#information .sugu-pager {
  display: table;
  margin: 10vw auto 0;
  font-size: 4.102vw;
}

#information .sugu-pager li {
  display: table-cell;
}

#information .sugu-pager li a {
  background-color: #fff;
  padding: .5em 1.5em;
  border-top: 1px solid var(--main-color);
  border-right: 1px solid var(--main-color);
  border-bottom: 1px solid var(--main-color);
}

#information .sugu-pager li:first-child a {
  border-left: 1px solid var(--main-color);
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}

#information .sugu-pager li:last-child a {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

/* PC用 751px以上に適用されるCSS */
@media (min-width: 751px) {


  #information .fb {
    padding-bottom: 40px;
  }

  #information .number {
    font-size: 1rem;
  }

  #information .number .en {
    font-size: 1.125rem;
  }

  #information .article {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }

  #information .article .date {
    font-size: .8125rem;
  }

  #information .article .title {
    font-size: 1.125rem;
  }

  #information .article .txt {
    font-size: 1rem;
  }

  #information .btn.totop {
    margin-top: 60px;
  }

  #information .sugu-pager {
    margin: 60px auto 0;
    font-size: 1rem;
  }


}


/*---------------------------------
detail
--------------------------------*/
/* スマホ用 750px以下に適用されるCSS */
.information.article #pankuzu ul {
  overflow-x: scroll;
  white-space: nowrap;
}

#information.detail .date {
  color: #999;
  font-size: 3.846vw;
  padding-bottom: 3.846vw;
}

#information.detail h1 {
  color: var(--main-color);
  font-size: 6.153vw;
  padding-bottom: 7.6vw;
  text-wrap: auto;
}

#information.detail .pure-img {
  margin: 0 auto;
  margin-bottom: 5.128vw;
  border: 10px solid #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.06);
}

.information.article .sugu-page-link {
  display: table;
  margin: 15vw auto 0;
  font-size: 4.102vw;
}

.information.article .sugu-page-link div {
  display: table-cell;
}

.information.article .sugu-page-link div a {
  background-color: #fff;
  padding: .5em 1.5em;
  border-top: 1px solid var(--main-color);
  border-bottom: 1px solid var(--main-color);
  border-right: 1px solid var(--main-color);
  border-left: 1px solid var(--main-color);
}

.information.article .sugu-page-link div:first-child a {
  border-right: none;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}

.information.article .sugu-page-link div:last-child a {
  border-left: none;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}


/* PC用 751px以上に適用されるCSS */
@media (min-width: 751px) {
  .information.article #pankuzu ul {
    overflow-x: inherit;
  }

  #information.detail .date {
    font-size: 1rem;
    padding-bottom: 20px;
  }

  #information.detail h1 {
    font-size: 30px;
    padding-bottom: 60px;
  }

  #information.detail .pure-img {
    margin-bottom: 40px;
  }

  .information.article .sugu-page-link {
    margin: 100px auto 0;
    font-size: 1rem;
  }
}