/**
 * 宿泊約款ページ専用スタイル
 * page-accommodation-terms.php
 */

/* ページタイトル（英語部分） */
.low_header .ttl i {
  font-size: 50px;
}

@media screen and (max-width: 767px) {
  .low_header .ttl {
    overflow-wrap: break-word;
    word-break: break-word;
    max-width: 100%;
  }
  .low_header .ttl i {
    letter-spacing: .05em;
    font-size: 4.1rem;
  }
}

/* イントロエリア */
.pp_body.accommodation-terms .low_inner > h3 {
  margin-bottom: 32px;
  font-size: 36px;
  font-weight: 500;
  color: #1F7EAC;
}

@media screen and (max-width: 767px) {
  .pp_body.accommodation-terms .low_inner > h3 {
    font-size: 2rem;
  }
}

.pp_body.accommodation-terms .low_inner > h3 + p {
  margin-bottom: 2.5em;
}

.pp_body.accommodation-terms .low_inner > h4 {
  margin-bottom: 0.5em;
  font-size: 28px;
  font-weight: 300;
  color: #1F7EAC;
  border-left: 4px solid #1F7EAC;
  line-height: 1.4;
  padding-left: 8px;
}

@media screen and (max-width: 767px) {
  .pp_body.accommodation-terms .low_inner > h4 {
    font-size: 1.6rem;
  }
}

.pp_body.accommodation-terms .low_inner > h4 + p {
  margin-bottom: 2em;
}

/* 約款リスト（dl） */
.pp_body.accommodation-terms dl {
  margin-top: 3rem;
  padding-top: 2rem;
}

.pp_body.accommodation-terms dt {
  margin-top: 2.5em;
  margin-bottom: 16px;
}

.pp_body.accommodation-terms dt:first-child {
  margin-top: 0;
}

.pp_body.accommodation-terms dd {
  margin-bottom: 40px;
}

.pp_body.accommodation-terms dd ul {
  margin-top: 0.8em;
}

.pp_body.accommodation-terms dd ul li {
  margin-top: 0.4em;
}

/* 附則エリア */
.pp_body.accommodation-terms .low_inner > p:last-of-type {
  padding-top: 16px;
  font-size: 1.5rem;
}

.pp_body.accommodation-terms .low_inner > p:nth-last-of-type(2) {
  font-weight: 500;
  
}
