@charset "UTF-8";
/* freepage 共通css */
#tblLayout {
  width: 100%;
  list-style: none;
  padding: 0;
  margin: 0 auto;
}

.feature {
  max-width: 900px;
  text-align: center;
  line-height: 1.3;
  font-size: 15px;
  padding: 0;
  margin: 0 auto;
  position: relative;
  /* 編集ここから */
}

.feature * {
  font-style: normal;
  list-style: none;
  word-break: normal;
  padding: 0;
}

.feature img {
  width: 100%;
  height: auto;
  margin: auto;
}

.feature .only-desktop {
  display: block !important;
}

.feature .only-mobile {
  display: none !important;
}

.feature .only-narrow {
  display: none !important;
}

@media screen and (max-width: 960px) {
  .feature {
    font-size: 12px;
  }
  .feature .only-desktop {
    display: none !important;
  }
  .feature .only-mobile {
    display: block !important;
  }
  .feature .only-narrow {
    display: block !important;
  }
}

.feature__mv {
  margin-bottom: calc(40 / 900 * 100%);
}

@media screen and (max-width: 960px) {
  .feature__inner {
    width: 95%;
    margin: 0 auto;
  }
}

.feature__read {
  font-size: 18px;
  margin-bottom: calc(40 / 900 * 100%);
}

@media screen and (max-width: 960px) {
  .feature__read {
    font-size: 14px;
  }
}

.feature__nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: calc(80 / 900 * 100%);
}

.feature__nav > li {
  width: 49%;
}

.feature__contents {
  margin-bottom: calc(80 / 900 * 100%);
}

.feature__wrap {
  box-sizing: border-box;
  border: 2px solid #e2e2e2;
  padding: calc(20 / 900 * 100%);
  margin-bottom: calc(40 / 900 * 100%);
}

.feature__ttl {
  position: relative;
  padding: 0.2em 0;
  color: #fff;
  background-color: #305b79;
  font-size: 40px;
  font-weight: 700;
  margin-bottom: calc(40 / 900 * 100%);
}

@media screen and (max-width: 960px) {
  .feature__ttl {
    font-size: 24px;
  }
}

.feature__ttl::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 15px 10px 0 10px;
  border-color: #305b79 transparent transparent;
  translate: -50% 100%;
  z-index: 1;
}

.feature__ttl-sub {
  font-size: 30px;
  color: #305b79;
  font-weight: bold;
  margin-bottom: calc(20 / 900 * 100%);
}

@media screen and (max-width: 960px) {
  .feature__ttl-sub {
    font-size: 20px;
  }
}

.feature__img {
  margin-bottom: calc(20 / 900 * 100%);
}

.feature__item-brand {
  width: calc(100 / 900 * 100%);
  margin-bottom: calc(20 / 900 * 100%);
}

.feature__item-name {
  margin-bottom: calc(20 / 900 * 100%);
  font-size: 36px;
  font-weight: bold;
  text-align: left;
}

@media screen and (max-width: 960px) {
  .feature__item-name {
    font-size: 20px;
  }
}

.feature__type {
  font-size: 24px;
  font-weight: bold;
  color: #305b79;
  border: solid 1px #305b79;
  box-sizing: border-box;
  padding: 0.2em 0;
  margin-bottom: calc(20 / 900 * 100%);
}

@media screen and (max-width: 960px) {
  .feature__type {
    font-size: 16px;
  }
}

.feature__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: start;
      -ms-flex-align: start;
          align-items: start;
}

.feature__list > li {
  width: calc(272 / 860 * 100%);
  margin: 0 calc(20 / 900 * 100%) calc(20 / 900 * 100%) 0;
}

.feature__list > li:nth-child(3n) {
  margin-right: 0;
}

.feature__list__ttl {
  position: relative;
  padding: 0.2em 0;
  color: #305b79;
  background-color: #dbe5ec;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: calc(40 / 900 * 100%);
}

@media screen and (max-width: 960px) {
  .feature__list__ttl {
    font-size: 16px;
  }
}

.feature__list__ttl::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 15px 10px 0 10px;
  border-color: #dbe5ec transparent transparent;
  translate: -50% 100%;
  z-index: 1;
}

.feature__list__size {
  text-align: center;
  color: #fff;
  font-size: 24px;
  background-color: #305B79;
  border-radius: 30px;
  padding: 0.3em 0;
  margin-bottom: calc(20 / 900 * 100%);
}

@media screen and (max-width: 960px) {
  .feature__list__size {
    font-size: 16px;
  }
}

.feature__list__size-sub {
  font-size: 24px;
  font-weight: bold;
  color: #305b79;
  border: solid 1px #305b79;
  box-sizing: border-box;
  padding: 0.2em 0;
  margin-bottom: calc(20 / 900 * 100%);
}

@media screen and (max-width: 960px) {
  .feature__list__size-sub {
    font-size: 16px;
  }
}

.feature__price {
  font-size: 25px;
  font-weight: bold;
  text-align: right;
}

@media screen and (max-width: 960px) {
  .feature__price {
    font-size: 18px;
  }
}

.feature__price__main {
  font-size: 1.5em;
}

.feature__price__tax__decimal {
  font-size: 0.8em;
}

.feature__ttl-feature {
  position: relative;
  padding: 0.5em 0;
  color: #305b79;
  font-size: 32px;
  font-weight: 700;
  border: solid 2px #305b79;
  box-sizing: border-box;
  margin-bottom: calc(40 / 900 * 100%);
}

@media screen and (max-width: 960px) {
  .feature__ttl-feature {
    font-size: 18px;
  }
}

.feature__ttl-feature::before {
  content: "";
  position: absolute;
  bottom: -25px;
  left: 50%;
  margin-left: -15px;
  border: 13px solid transparent;
  border-top: 13px solid #FFF;
  z-index: 2;
}

.feature__ttl-feature::after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  margin-left: -17px;
  border: 15px solid transparent;
  border-top: 15px solid #305b79;
  z-index: 1;
}

.feature__bnr-feature {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: calc(40 / 900 * 100%);
}

.feature__bnr-feature > li {
  -webkit-flex-basis: calc((100% - 20px) / 2);
      -ms-flex-preferred-size: calc((100% - 20px) / 2);
          flex-basis: calc((100% - 20px) / 2);
  margin-bottom: 20px;
}
