.pc-only {
  display: block;
}

.s .pc-only {
  display: none;
}

.sp-only {
  display: none;
}

.s .sp-only {
  display: block;
}

/* ========== title ========== */
.c-title-main span {
  font-size: clamp(32px, 8vw, 80px);
}

.c-title-sub {
  margin-top: 18px;
}

/* ========== 本文 ========== */

.c-block-title {
  border-bottom: none;
  font-size: 27px;
  font-weight: 700;
  line-height: 1.5;
  padding-bottom: 0;
}

.c-block:first-child {
  margin-top: 113px;
}

.c-block p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.55;
}

.c-block-right {
  text-align: right;
  margin-top: 31px;
}

.c-block-contact {
  background: #fff;
  padding: 26px 60px;
  margin-top: 50px;
  margin-bottom: 36px;
}

.c-block a {
  color: #0b839f;
  text-decoration: underline;
}

.c-block a:hover {
  text-decoration: none;
}

.c-block-list-title {
  background: url(../../images/snspolicy/icon-list.webp) center left no-repeat;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 32px;
  padding-left: 26.14px;
}

.font-strong {
  font-weight: 600;
}

.c-block-inner {
  border-top: #dbdbdb solid 1px;
  margin-top: 30px;
  padding-top: 33px;
}

.c-block-inner ul li {
  position: relative;
  padding-left: 15px;
  margin-bottom: 20px;
}

.c-block-inner ul li:before {
  content: "";
  display: block;
  width: 3px;
  height: 3px;
  border-radius: 999px;
  background: #252525;
  position: absolute;
  left: 7px;
  top: 10px;
}

.c-block-inner p {
  margin-bottom: 26px;
}

/* ========== sp画面 ========== */

.s .c-block-title {
  font-size: 20px;
  line-height: 1.2;
  padding-bottom: 0;
}

.s .c-content {
  margin-top: 64px;
}

.s .c-block {
  margin-top: 31px;
}

.s .c-block p {
  font-size: 14px;
}

.s .c-block-inner {
  margin-top: 15px;
  padding-top: 16.5px;
}

.s .c-block-list-title {
  font-size: 16px;
  margin-bottom: 16px;
}

.s .c-block-inner ul li {
  font-size: 14px;
}
