.pageTtl {
  background: none;
}

.agree {
  background: #FBFBFB url(../img/bg.webp) no-repeat top left/contain;
}

.agree_all .agree_inner {
  padding: 0 15% 60px;
}
@media screen and (max-width: 750px) {
  .agree_all .agree_inner {
    padding: 0 0 32px;
  }
}

.agree_all {
  padding-top: 0;
  padding-bottom: 120px;
}
@media screen and (max-width: 750px) {
  .agree_all {
    padding-top: 0;
    padding-bottom: 80px;
  }
}

.agree .agree_title {
  margin-bottom: 24px;
  padding-bottom: 8px;
  font-weight: bold;
  font-size: 20px;
  position: relative;
  border-bottom: 2px solid #969696;
}
.agree .agree_title::before {
  content: "";
  position: absolute;
  bottom: -2px;
  width: 20%;
  height: 2px;
  background: #C60309;
}
.agree .agree_text {
  line-height: 1.8em;
  font-size: 16px;
}
.agree .agree_text.text_center {
  text-align: center;
}
.agree ol {
  padding-left: 1.5em;
  list-style-type: decimal;
  list-style-position: outside;
}
@media screen and (max-width: 750px) {
  .agree ol {
    padding-left: 1em;
  }
}
.agree ol ::marker {
  color: #C60309;
  font-weight: bold;
  font-family: "Jost", sans-serif;
}
.agree ol li {
  font-size: 16px;
  margin-bottom: 8px;
}
/* 第二階層の ol の番号を ( 1 ) 形式＆本文色に */
.agree ol ol > li::marker {
  content: "( " counter(list-item) " ) ";
  color: currentColor;
  font-weight: normal;
  font-family: inherit;
}
 
/* ul（箇条書き）を丸点表示にする */
.agree ul {
  list-style: disc;
  list-style-position: outside;
  padding-left: 1.5em;
  margin-bottom: 24px;
}
@media screen and (max-width: 750px) {
  .agree ul {
    padding-left: 1em;
  }
}
.agree ul li {
  font-size: 16px;
  margin-bottom: 8px;
}

/* margin-bottom utilities (agree page only) */
.agree .mb-16 { margin-bottom: 16px !important; }
.agree .mb-24 { margin-bottom: 24px !important; }