@media screen and (min-width: 768px) {
  .isPc {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .isPc {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .isSp {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .isSp {
    display: block;
  }
}
.t-8 {
  font-size: 8px;
}
.t-9 {
  font-size: 9px;
}
.t-10 {
  font-size: 10px;
}
.t-11 {
  font-size: 11px;
}
.t-12 {
  font-size: 12px;
}
.t-13 {
  font-size: 13px;
}
.t-14 {
  font-size: 14px !important;
}
.t-15 {
  font-size: 15px;
}
.t-16 {
  font-size: 16px;
}
.t-17 {
  font-size: 17px;
}
.t-18 {
  font-size: 18px;
}
.t-19 {
  font-size: 19px;
}
.t-20 {
  font-size: 20px;
}
.t-21 {
  font-size: 21px;
}
.t-22 {
  font-size: 22px;
}
.t-23 {
  font-size: 23px;
}
.t-24 {
  font-size: 24px;
}
.t-25 {
  font-size: 25px;
}
.t-26 {
  font-size: 26px;
}
.t-27 {
  font-size: 27px;
}
.t-28 {
  font-size: 28px;
}
.t-29 {
  font-size: 29px;
}
.t-30 {
  font-size: 30px;
}
.color-red {
  color: #fa6153;
}
.color-green {
  color: #32b988;
}
.color_orange {
  color: #ff952b;
}
.ls30 {
  letter-spacing: 0.03em;
}
.ls50 {
  letter-spacing: 0.05em;
}
.mb5 {
  margin-bottom: 5px;
}
.pl-02 {
  padding-left: 2px;
}
.pl-03 {
  padding-left: 3px;
}
.pl-05 {
  padding-left: 5px;
}
.pl-10 {
  padding-left: 10px;
}
.line-through {
  text-decoration: line-through;
}
.t-center {
  text-align: center;
}
.t-left {
  text-align: left;
}
.t-right {
  text-align: right;
}
.l-height1 {
  line-height: 1;
}
.feature_heading {
  padding: 0.5em 0;
  background: #edf5f2;
  text-align: center;
}
.feature_heading .label {
  display: inline;
  font-size: 12px;
  font-weight: bold;
  color: #31b987;
}
.feature_heading .label:after {
  content: ':';
  padding: 0 0.25em;
}
.feature_heading .text {
  display: inline;
  color: #fa6153;
  font-size: 14px;
  font-weight: normal;
}
.feature_heading .text span {
  font-size: 20px;
  font-weight: bold;
}
.feature_index_container {
  padding: 20px 20px 10px;
  display: -ms-grid;
  display: grid;
  gap: 1px;
  background-color: #f5f5f5;
}
.feature_index dt {
  margin-top: 15px;
}
.feature_index dt a {
  font-size: 15px;
  border-bottom: 1px solid #000;
}
.feature_index dd {
  display: -ms-inline-grid;
  display: inline-grid;
  padding-left: 0.5em;
}
.feature_index dd a {
  margin-top: 1em;
  font-size: 14px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1em;
  border-bottom: 1px solid #ccc;
}
.feature_index dd a:after {
  content: '';
  margin-top: -3px;
  width: 8px;
  height: 8px;
  border-right: 1px solid #32b988;
  border-top: 1px solid #32b988;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
.sec-container#index {
  padding: 10px;
}
.feature_index_wrapper {
  background: #fff;
}
.feature_index_img {
  width: 175px;
  aspect-ratio: 175/82;
  margin: 0 auto;
}
.feature_index_container_ttl img {
  width: 24px;
  margin-right: 7px;
  aspect-ratio: 1/1;
}
.feature_index_list_item {
  width: 100%;
}
.feature_index_list_item:not(:last-child) {
  border-bottom: 1px dotted #ccc;
}
.feature_index_list_item a {
  display: block;
  padding: 14px 0px;
  letter-spacing: 0.001em;
}
@media screen and (max-width: 767px) {
  .feature_index_list_item a:hover {
    opacity: 1;
  }
}
.feature_index_list_item a .main {
  font-size: 14px;
  font-weight: 500;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.feature_index_list_item a .sub {
  display: block;
  margin-top: 0.5em;
  font-size: 11px;
  font-weight: 400;
}
.feature_index_list_item_inner {
  text-align: center;
}
.feature_title_container {
  position: relative;
  padding: 20px 10px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr auto 1fr;
  grid-template-columns: 1fr auto 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}
.feature_title_container:before,
.feature_title_container:after {
  content: "";
  width: 100%;
  height: 1px;
  display: block;
  background: #32b988;
}
.feature_title {
  width: 100%;
  display: -ms-grid;
  display: grid;
  background: #fff;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  color: #31b987;
}
.feature_item-heading {
  width: 100%;
  display: -ms-grid;
  display: grid;
  place-content: center;
  height: 40px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  background: #31b987;
  text-align: center;
}
@media (min-width: 768px) {
  .feature_item-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (min-width: 768px) {
  .feature_item-container.j-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.feature_item-wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  padding: 15px 10px 30px;
}
.feature_item-box {
  width: 100%;
}
@media (min-width: 768px) {
  .feature_item-box {
    width: 365px;
  }
}
.feature_item-box a {
  height: 100%;
  background-color: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.16);
          box-shadow: 0 0 10px rgba(0,0,0,0.16);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 8px;
}
.feature_item-inner {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 24px;
  min-height: 139px;
}
.feature_item-img {
  width: 139px;
  aspect-ratio: 1/1;
}
.feature_item-img img {
  width: 100%;
}
.feature_item-textbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 5px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.feature_item-name {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.36;
  word-break: auto-phrase;
  letter-spacing: 0px;
}
.feature_item-name .feature_item-red {
  color: #fa6153;
  font-size: 14px;
}
.feature_item-special {
  width: auto;
  min-width: 60px;
  display: inline-block;
  margin: 5px 0 0;
  padding: 1px 8px;
  text-align: center;
  font-size: 12px;
  font-weight: normal;
  color: #fff;
  letter-spacing: 0.05em;
  background-color: #ff952b;
  border-radius: 4px;
}
.feature_item-special.type_2 {
  color: #ff952b;
  font-weight: bold;
  background: #fff;
  border: 1px solid #ff952b;
}
.feature_item-special.type_3 {
  font-size: 11px;
  color: #fa6153;
  font-weight: bold;
  background: #fff;
  border: 1px solid #fa6153;
}
.feature_item-special.type_green {
  color: #31b987;
  font-weight: bold;
  background: #fff;
  border: 1px solid #31b987;
}
.feature_item-btn {
  width: 100%;
  margin: 7px auto 0;
  height: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.03em;
  border-radius: 24px;
  background-color: #fa6153;
  color: #fff;
  font-weight: normal;
}
.feature_item-recommend {
  font-size: 10px;
  background-color: #fa6153;
  border-radius: 2px;
  padding: 1px 5px;
  margin-right: 10px;
  color: #fff;
  font-weight: 500;
}
.feature_item-text {
  font-size: 12px;
  font-weight: bold;
  color: #32b988;
  background-color: #edf5f2;
  border-radius: 6px;
  padding: 4px 5px;
  width: 100%;
}
.feature_item-text img {
  margin-right: 5px;
  vertical-align: bottom;
}
.feature_item-misc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.feature_item-price__default,
.feature_item-price__normal,
.feature_item-price__discount {
  margin-top: 7px;
  line-height: 1;
}
.feature_item-price__default p,
.feature_item-price__normal p,
.feature_item-price__discount p {
  display: inline-block;
}
.feature_bg-container {
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(0, transparent), color-stop(0, #edf5f2), to(#edf5f2));
  background-image: linear-gradient(to bottom, transparent, transparent 0, #edf5f2 0, #edf5f2);
}
.fp_buttton_container {
  width: 100%;
  margin: 0 0 60px 0;
  padding: 0 15px;
  display: -ms-grid;
  display: grid;
  place-content: center;
  gap: 1em;
}
.fp_buttton {
  width: 297px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 12px;
  font-weight: normal;
  border-radius: 20px;
  text-decoration: none;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
  color: #333;
  background: #fff;
  border: 1px solid #ddd;
}
.fp_buttton.type_green {
  color: #fff;
  background: #31b987;
  border: 1px solid #31b987;
}
.fp_buttton.type_white {
  color: #333;
  background: #fff;
  border: 1px solid #ddd;
}
.pageindexbtn {
  width: 48px;
  aspect-ratio: 1/1;
  border-radius: 24px;
  -webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.161);
          box-shadow: 0px 0px 10px rgba(0,0,0,0.161);
  position: fixed;
  right: calc(((100% - 768px) / 2) + 15px);
  bottom: 60px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
@media screen and (max-width: 767px) {
  .pageindexbtn {
    right: 15px;
  }
}
.pageindexbtn.is_visible {
  opacity: 1;
  visibility: visible;
}
.pageindexbtn img {
  width: 100%;
}
.feature_title_img {
  padding: 0 10px;
  text-align: center;
}
.feature_title_img img {
  aspect-ratio: 71/46;
}
.feature_magazine_list {
  width: 100%;
  margin: 20px 0;
  padding: 0 10px;
  display: -ms-grid;
  display: grid;
  gap: 20px;
}
@media screen and (min-width: 768px) {
  .feature_magazine_list:has(> li:nth-child(2)) {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    gap: 10px 20px;
  }
}
.feature_magazine_list_item {
  width: 100%;
}
.feature_magazine_list_item a {
  width: 100%;
  min-height: 160px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 160px auto;
  grid-template-columns: 160px auto;
  gap: 14px;
  background-color: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.16);
          box-shadow: 0 0 10px rgba(0,0,0,0.16);
  overflow: hidden;
}
.feature_magazine_list_item_img {
  width: 100%;
}
.feature_magazine_list_item_img img {
  aspect-ratio: 1/1;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 100%;
  vertical-align: top;
  border: 0;
}
.feature_magazine_list_item_misc {
  margin-top: 14px;
  padding-right: 14px;
}
.feature_magazine_list_item_tag span {
  padding: 2px 0.75em;
  font-size: 12px;
  background-color: #f5f5f5;
  border-radius: 11px;
}
.feature_attantion_list {
  margin: 20px 0;
  padding: 0 10px;
}
.feature_magazine_list_item_title {
  margin-top: 0.75em;
  font-size: 13px;
  line-height: 1.5;
}
.feature_attantion {
  margin-bottom: 40px;
}
.feature_attantion_list_item {
  text-indent: -1em;
  padding-left: 1em;
  line-height: 1.42;
}
