.p-features {
  margin: 0 auto;
  max-width: 1050px;
  width: 96%;
}
@media (min-width: 1050px) {
  .p-features {
    width: 1050px;
  }
}
.p-features__title {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 10px;
  text-align: center;
}
@media (min-width: 768px) {
  .p-features__title {
    font-size: 21px;
  }
}
.p-features__search-form {
  margin-bottom: 20px;
}
.p-features__search-form label {
  font-size: 13px;
  margin-right: 3%;
}
@media (min-width: 768px) {
  .p-features__search-form label {
    margin-right: 15px;
  }
}
.p-features__search-form select {
  appearance: none;
  background-color: #fff;
  background-image: url(https://cdn.ana-mileagemall.net/assets/amm/icon/selectArrow-eea06ec30f6896c753c2c65baf8c9f463890d24eb11d135d5f8ff6a3861aa04c.png);
  background-position: 96% center;
  background-repeat: no-repeat;
  background-size: 8px auto;
  border: 1px solid #bfbfbf;
  border-radius: 3px;
  color: #999;
  font-size: 12px;
  padding: 6px 14px;
  width: 77%;
}
.p-features__search-form select::-ms-expand {
  display: none;
}
@media (min-width: 768px) {
  .p-features__search-form select {
    background-size: 10px auto;
    width: 420px;
  }
}
.p-features__search-result {
  align-items: stretch;
  display: flex;
  flex-wrap: wrap;
}
.p-features__search-result li {
  border-bottom: 1px solid #888;
  box-sizing: border-box;
  display: flex;
  width: 100%;
}
.p-features__search-result li a {
  display: block;
  height: 100%;
  opacity: 1;
  transition: opacity 0.3s ease;
  width: 100%;
}
.p-features__search-result li a:hover {
  opacity: 0.6;
}
@media (min-width: 768px) {
  .p-features__search-result li {
    padding: 40px 0;
    width: 33.3%;
  }
  .p-features__search-result li:nth-child(-n+3) {
    padding-top: 0;
  }
  .p-features__search-result li a {
    border-right: 1px solid #888;
  }
  .p-features__search-result li:nth-child(3n) a {
    border-right: 0;
  }
}

.p-feature-card {
  box-sizing: border-box;
  color: #222;
  display: flex;
  flex-direction: row;
  font-size: 12px;
  height: 100%;
  padding: 10px 0;
  position: relative;
  width: 100%;
}
@media (min-width: 768px) {
  .p-feature-card {
    display: block;
    padding: 0 18px;
  }
}
@media (min-width: 1050px) {
  .p-feature-card {
    font-size: 14px;
  }
}
.p-feature-card__thumb {
  box-sizing: border-box;
  height: 100%;
  margin-right: 3.5%;
  max-width: 40%;
  position: relative;
  width: 40%;
}
@media (min-width: 768px) {
  .p-feature-card__thumb {
    height: auto;
    margin: 0 0 1em;
    max-width: 100%;
    width: 100%;
  }
}
.p-feature-card__thumb img {
  border: 1px solid #d6d6d6;
  box-sizing: border-box;
  display: block;
  height: auto;
  max-width: 100%;
}
.p-feature-card__thumb.new::after {
  background-image: url(https://cdn.ana-mileagemall.net/assets/amm/icon/new-1be2538fccd5198d09ccff584de0787099fb09cafc97ad5e837b191f6d8847fd.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  content: "";
  height: 26px;
  left: 0;
  position: absolute;
  top: 0;
  width: 26px;
  z-index: 1;
}
@media (min-width: 768px) {
  .p-feature-card__thumb.new::after {
    height: 50px;
    width: 50px;
  }
}
.p-feature-card__content {
  box-sizing: border-box;
  max-width: 60%;
  width: 60%;
}
@media (min-width: 768px) {
  .p-feature-card__content {
    margin-bottom: 4em;
    max-width: 100%;
    width: 100%;
  }
}
.p-feature-card__title {
  box-sizing: border-box;
  font-size: 14px;
  line-height: 1.5em;
  text-decoration: underline;
}
@media (min-width: 768px) {
  .p-feature-card__title {
    font-size: 16px;
    line-height: 1.2em;
    min-height: 38.4px;
    text-decoration: none;
  }
}
@media (min-width: 1050px) {
  .p-feature-card__title {
    font-size: 18px;
    min-height: 43.2px;
  }
}
.p-feature-card__period {
  box-sizing: border-box;
  font-weight: bold;
  margin: 10px 0 0;
}
@media (min-width: 768px) {
  .p-feature-card__period {
    margin-top: 1em;
  }
}
.p-feature-card__text {
  box-sizing: border-box;
  line-height: 1.4;
  margin: 1em 0 0;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.p-feature-card__btn {
  display: none;
}
@media (min-width: 768px) {
  .p-feature-card__btn {
    background-color: #ea7322;
    border-radius: 5px;
    bottom: 0;
    color: #fff;
    display: block;
    font-weight: bold;
    left: calc(50% - 75px);
    padding: 0.75em 0;
    position: absolute;
    text-align: center;
    width: 150px;
  }
}
