@charset "UTF-8";
#tblLayout {
  max-width: 1200px;
  width: 100%;
  margin: 40px auto;
  list-style: none;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  #tblLayout {
    margin: 0 auto;
  }
}

.only-sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .only-sp {
    display: block;
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .only-tab {
    display: block;
  }
}

.feature {
  color: #555555;
}

.feature__mv {
  max-width: 1200px;
  width: 100%;
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .feature__mv {
    margin-bottom: 20px;
  }
}

.feature__mv > img {
  width: 100%;
}

.feature__note {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .feature__note {
    font-size: 16px;
    padding: 0 10px;
    margin-bottom: 30px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .feature__note {
    padding: 0 10px;
  }
}

.feature__note > dl > dt {
  position: relative;
  padding-left: 15px;
  margin-bottom: 10px;
}

.feature__note > dl > dt::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 30px;
  background-color: #D01F14;
  left: 0;
  bottom: 0;
  position: absolute;
}

@media screen and (max-width: 768px) {
  .feature__note > dl > dt::before {
    width: 8px;
    height: 24px;
  }
}

.feature__note__txt {
  margin-bottom: 20px;
}

.feature__note__period > dd {
  font-size: 24px;
  color: #D01F14;
}

@media screen and (max-width: 768px) {
  .feature__note__period > dd {
    font-size: 18px;
  }
}

.feature__category-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 15px 10px;
  margin-bottom: 120px;
}

@media screen and (max-width: 768px) {
  .feature__category-btn {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 15px 10px;
    margin-bottom: 60px;
    padding: 0 10px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .feature__category-btn {
    padding: 0 10px;
  }
}

.feature__category-btn__item {
  width: calc((100% - 10px * 2)/ 3);
  font-size: clamp(14px, 1.5vw, 18px);
  font-weight: bold;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 10px;
  border: 2px solid #D01F14;
  background-color: #fff;
  box-shadow: 0 5px 0 #D01F14;
  position: relative;
}

@media screen and (max-width: 768px) {
  .feature__category-btn__item {
    width: calc((100% - 10px * 1)/ 2);
  }
}

.feature__category-btn__item > a {
  display: block;
  width: 100%;
  text-align: center;
  color: #D01F14;
  line-height: 1.2;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  min-height: 60px;
}

.feature__category-btn__item::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 5px 0 5px;
  border-color: #D01F14 transparent transparent transparent;
  right: 15px;
  position: absolute;
}

@media screen and (max-width: 480px) {
  .feature__category-btn__item::after {
    border-width: 8px 6px 0 6px;
    right: 10px;
  }
}

.feature__category {
  margin-bottom: 100px;
}

@media screen and (max-width: 768px) {
  .feature__category {
    padding: 0 10px;
    margin-bottom: 50px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .feature__category {
    padding: 0 10px;
  }
}

.feature__category__wrap {
  margin-bottom: 120px;
}

.feature__category__wrap:last-of-type {
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .feature__category__wrap {
    margin-bottom: 60px;
  }
}

.feature__category__ttl {
  font-size: 36px;
  font-weight: bold;
  padding-bottom: 10px;
  border-bottom: 2px solid #D01F14;
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .feature__category__ttl {
    font-size: 20px;
    margin-bottom: 20px;
  }
}

.feature__category__sub-ttl {
  font-size: 20px;
  font-weight: bold;
  color: #ea1c24;
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  .feature__category__sub-ttl {
    font-size: 16px;
    margin-bottom: 5px;
  }
}

.feature__category__sub-ttl::before {
  content: '■';
  color: #fcb1a9;
}

.feature__category__summary {
  font-size: 16px;
}

@media screen and (max-width: 768px) {
  .feature__category__summary {
    font-size: 14px;
    margin-bottom: 20px;
  }
}

.feature__category__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 32px;
}

@media screen and (max-width: 768px) {
  .feature__category__list {
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
}

.feature__category__item-inner .name {
  font-size: 12px !important;
  margin-bottom: 4px;
  line-height: 1.5 !important;
}

.feature__category__item-inner .price {
  font-weight: bold;
  font-size: 14px;
  line-height: 1.4;
}

.feature__category__item-inner .price > p {
  font-weight: bold;
}

.feature__category__item-inner .price > a {
  display: none;
}

.feature__category__item-inner .price .special {
  line-height: 1.4;
}

.feature__category__item-inner .thumb {
  margin-bottom: 12px;
}

.feature__category__item-inner .thumb > img {
  width: 100%;
}

.feature__category__item-inner .icon {
  margin-top: 4px;
}

.feature__category__item-inner .icon > span > img {
  height: 20px;
  width: auto;
}
