/**
 * Information Single Page Styles
 * 新着情報詳細ページPC用CSS
 */

/* ========================================
   Information Section
   ======================================== */
.information {
  width: 1508px;
  margin: 0 auto;
  padding-top: 82px;
}

.information__article {
  position: relative;
  width: calc(100% - 40px);
  max-width: 1200px;
  margin: 110px auto 0 auto;
}

.information__separator {
  position: absolute;
  top: 131px;
  left: 238px;
  width: 1033.5px;
  height: 1px;
  background-color: var(--color-separator);
}

.information__title {
  position: relative;
  padding-bottom: 24px;
  font-size: 26px;
  font-weight: 400;
  line-height: 1.2;
}
.information__title::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: calc(100% - 20px);
  height: 1px;
  background: #b8a991;
  margin: 0 auto;
}
.information__content {
  margin-top: 40px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
}

.information__content p {
  margin-bottom: 0;
}

.information__content p + p {
  margin-top: 0;
}

.information__content h2 {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  margin-top: 1em;
  margin-bottom: 1em;
}

.information__back {
  display: flex;
  justify-content: flex-end;
  margin: 50px 0 100px 0;
}

.information__back-link {
  display: inline-block;
  text-align: right;
  height: 29px;
  font-size: 18px;
  line-height: 1.6;
  padding-right: 34px;
  transition: opacity 0.3s;
}

.information__back-arrow {
  width: 212px;
  height: 15px;
}
