body {
  -webkit-font-smoothing: antialiased;
  -webkit-overflow-scrolling: touch;
  background: #fff;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif !important;
  font-weight: 500 !important;
  color: #222 !important;
  font-size: 15px;
}

.bg-fv {
  background-size: cover;
  background-position: bottom left;
  background-repeat: no-repeat;
  height: 350px;
  z-index: 0;
  background-image: url(../../assets/img/t-fv.png);
}

@supports (background-image: url(../../assets/img/t-fv.webp)) {
  .bg-fv {
    background-image: url(../../assets/img/t-fv.webp);
  }
}

@media screen and (min-width: 768px) {
  .bg-fv {
    background-size: cover;
    background-position: bottom left;
    background-repeat: no-repeat;
    height: 600px;
    z-index: 0;
    background-image: url(../../assets/img/t-fv.png);
  }

  @supports (background-image: url(../../assets/img/t-fv.webp)) {
    .bg-fv {
      background-image: url(../../assets/img/t-fv.webp);
    }
  }
}

@media screen and (min-width: 992px) {
  .bg-fv {
    background-size: cover;
    background-position: bottom center;
    background-repeat: no-repeat;
    height: 600px;
    z-index: 0;
    background-image: url(../../assets/img/t-fv.png);
  }

  @supports (background-image: url(../../assets/img/t-fv.webp)) {
    .bg-fv {
      background-image: url(../../assets/img/t-fv.webp);
    }
  }
}

.bg-sub {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  height: 224px;
  z-index: 0;
  background-image: url("../../assets/img/bg-sub.png");
}

@supports (background-image: url(../../assets/img/bg-sub.webp)) {
  .bg-sub {
    background-image: url(../../assets/img/bg-sub.webp);
  }
}

table {
  width: 100% !important;
}

th {
  background-color: #f5f5f5 !important;
}

th,
td {
  padding: 8px 12px !important;
  border: 1px solid darkgray !important;
}

.header-nav {
  width: 100%;
  top: 15px;
  left: 0;
  right: 0;
  z-index: 1000;
}

.header-nav .sp-logo {
  display: inline-block !important;
}

.header-nav.change-color {
  top: 0px;
  background-color: rgb(206, 206, 206);
}

.header-nav.change-color .text-shadow {
  text-shadow: inherit;
}

.navbar-collapse.show {
  background-color: #fff;
  padding: 10px 20px 30px;
  position: relative;
  text-align: center;
}

.btn-hamburger {
  z-index: 1100;
  background-color: #E0644E;
}

.btn-hamburger:focus {
  box-shadow: inherit;
}

.btn-hamburger .btn-hamburger-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255,1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.header-nav.bg-white-on {
  background-color: #fff !important;
}

.title-border-gray::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  height: 1px;
  border-bottom: 1px dashed #222;
}

.title-house-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 43px;
  height: 43px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../../assets/img/icon-house.svg);
}

.title-maker {
  background: linear-gradient(transparent 60%, #F2D44D 60%);
}

.articles-title {
  width: 45%;
}

@media screen and (min-width: 768px) {
  .articles-title {
    width: revert-layer;
  }
}

.title-point {
  margin: 0 auto;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  width: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.title-introduction {
  background-image: url(../../assets/img/title-introduction_sp.svg);
  height: 300px;
}

.title-points {
  background-image: url(../../assets/img/title-points_sp.svg);
  height: 250px;
}

.title-3selections {
  background-image: url(../../assets/img/title-3selections_sp.svg);
  height: 310px;
}

.title-recommend {
  background-image: url(../../assets/img/title-recommend_sp.svg);
  min-height: 200px;
}

.title-faq {
  background-image: url(../../assets/img/title-faq.svg);
  min-height: 100px;
}

.title-list {
  background-image: url(../../assets/img/title-list.svg);
  min-height: 75px;
}

.title-news {
  background-image: url(../../assets/img/title-news.svg);
  min-height: 50px;
}

.title-contents {
  background-image: url(../../assets/img/title-contents.svg);
  min-height: 60px;
}

.pagination {
  gap: 0 8px !important;
}

.page-item .page-link {
  font-size: 18px !important;
  box-sizing: border-box !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  width: 2em !important;
  height: 2em !important;
  border: 1px solid #82C76B !important;
}

.page-item .page-link:not(:hover) {
  text-decoration: none !important;
  color: #82C76B !important;
}

.page-item .page-link:hover {
  background: none !important;
  color: #000 !important;
  border-color: #000 !important;
}

.page-item .page-link span {
  color: #82C76B !important;
}

.page-item.active {
  pointer-events: none !important;
}

.page-item.active .page-link:not(:hover) {
  background-color: #82C76B !important;
  color: #fff !important;
}

.page-item:first-of-type .page-link,
.page-item:last-of-type .page-link {
  border: none !important;
}

.table-spacing {
  border-spacing: 3px !important;
  border-collapse: separate !important;
}

.table-th {
  display: table-cell;
  align-content: center;
}

@media screen and (min-width: 992px) {
  .container {
    max-width: 1100px;
  }

  body {
    font-size: 16px;
  }
}

#footer {
  background-color: #222;
  color: #fff;
  font-size: 14px;
  padding: 40px 0;
}