@charset "utf-8";
/* CSS Document */

@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");

.soaddicted_kakakukaitei {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  font-family: "Noto Sans JP", sans-serif;
  color: #22292b;
  padding-bottom: 160px;
}

.soaddicted_kakakukaitei * {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

.soaddicted_kakakukaitei span {
  font-size: inherit;
}

.soaddicted_kakakukaitei img,
.soaddicted_kakakukaitei video {
  max-width: 100%;
  height: auto;
}

.soaddicted_kakakukaitei a {
  transition: all 0.3s;
  text-decoration: none !important;
}

.soaddicted_kakakukaitei a:hover {
  opacity: 0.7;
  text-decoration: none;
}

.fz12 {
  font-size: 12px !important;
}

.fz14 {
  font-size: 14px !important;
}

.fz15 {
  font-size: 15px !important;
}

.fz16 {
  font-size: 16px !important;
}

.fz18 {
  font-size: 18px !important;
}

.fz20 {
  font-size: 20px !important;
}

.fz22 {
  font-size: 22px !important;
}

.fz24 {
  font-size: 24px !important;
}

.fz28 {
  font-size: 28px !important;
}

.mb5 {
  margin-bottom: 5px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb25 {
  margin-bottom: 25px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb80 {
  margin-bottom: 80px;
}

.inner {
  max-width: 1030px;
  margin: 0 auto;
  padding: 0 15px;
}

.bold {
  font-weight: bold;
}

.t-center {
  text-align: center;
}

.sp-only {
  display: none;
}

.bg-blue {
  background-color: #dcf2ff;
}

.bg-gray {
  background-color: #f5f5f5;
  border-radius: 5px;
}

.bg-white {
  background-color: #fff;
}

.bg-yellow {
  background-color: #ffc700;
}

.bg-red {
  background-color: #f57b6b;
  color: #fff;
}

.red {
  color: #ff0000;
  font-weight: bold;
  font-size: 1.2em !important;
}

.title1 {
  font-size: 22px;
  font-weight: bold;
  text-align: center;
}

.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90%;
  max-width: 440px;
  height: 80px;
  line-height: 1.2;
  background-color: #22292b;
  color: #fff !important;
  border-radius: 4px;
  font-weight: bold;
  position: relative;
  font-size: 16px;
  text-decoration: none;
  cursor: pointer;
  transition: opacity 0.3s;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  &.more {
    pointer-events: none;
    &::after {
      content: "ログイン後表示";
      width: 100%;
      height: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 34px;
      font-weight: bold;
      position: absolute;
      left: 0;
      top: 0;
      z-index: 2;
      backdrop-filter: blur(10px);
    }
  }
}

.btn::before {
  content: "\f061";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
}

.btn:hover {
  text-decoration: none;
  opacity: 0.7;
}

.content {
  padding: 30px 50px;
}

.dl-white {
  padding: 20px 30px;
  border-radius: 5px;
  background-color: #fff;
  dt {
    font-weight: bold;
    margin-bottom: 8px;
  }
  dd {
    font-size: 15px;
  }
}

.news {
  display: grid;
  grid-template-columns: 400px 1fr;
  gap: 40px;
  padding: 30px 50px;
  .img {
    position: relative;
    .label {
      position: absolute;
      left: -40px;
      top: -20px;
      z-index: 2;
    }
  }
}

.news-titile {
  color: #282f72;
  background-color: #fde75a;
  font-weight: bold;
  font-size: 20px;
  padding: 10px 20px;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .soaddicted_kakakukaitei {
    font-size: 15px;
    padding-bottom: 100px;
  }

  .soaddicted_kakakukaitei span {
    font-size: inherit;
  }

  .sp-only {
    display: block;
  }

  .pc-only {
    display: none;
  }

  .fz28 {
    font-size: 22px !important;
  }

  .fz22,
  .title1,
  .title2 {
    font-size: 18px !important;
  }

  .btn {
    &.more {
      &::after {
        font-size: 24px;
      }
    }
  }
  .content {
    padding: 20px 15px;
  }

  .dl-white {
    padding: 20px 15px;
  }

  .news {
    padding: 20px 15px;
    grid-template-columns: 1fr;
    gap: 20px;
    .img {
      .label {
        width: 100px;
        left: -12px;
        top: -17px;
      }
    }
  }
}
