/* ==================================================================
【Rule】宿泊約款、利用規約、プライバシーポリシーの共通
================================================================== */
/* 全体ボックス */
.rule-container {
  max-width: 1000px;
  margin: 60px auto;
  padding: 60px 50px;
}


/* タイトル */
.rule-title {
  font-size: 26px;
  margin-bottom: 40px;
  letter-spacing: 2px;
}

/* セクション */
.rule-section {
  margin-bottom: 60px;
}

/* 条タイトル */
.rule-section h2 {
  font-size: 16px;
  margin-bottom: 20px;
  font-weight: normal;
}

/* 本文 */
.rule-section ol {
  padding-left: 20px;
}

.rule-section li {
  font-size: 12px;
  line-height: 1.6;
  margin-bottom: 10px;
}


.rule-section mi {
  font-size: 12px;
  line-height: 1.0;
  margin-bottom: 10px;
}


/* a,b,c の部分 */
.rule-section ul {
  margin-top: 10px;
  padding-left: 2px;
  padding-left: 1em;
  text-indent: -1em;
}

.rule-section ul li {
  list-style: none;
}


.rule-section pl {
  list-style: none;
  padding-left: 0; /* 左の余白も消す */
}

@media screen and (max-width: 768px) {
  .rule-container {
    padding: 30px 30px;
  }
}






















/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */


















