.feature main li .title {
  font-family: 'Noto Serif JP', serif;
  font-weight: 700;
}
.feature main li .title::before {
  content: "";
  width: 1.6em;
  height: 1.6em;
  margin-right: 0.3em;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  position: relative;
  top: 0.3em;
}
.feature main li.point1 {
  border-top-color: #eeb3cf;
}
.feature main li.point1 .title, .feature main li.point1 .bottom {
  color: #d64287;
}
.feature main li.point1 .title::before {
  background-image: url("../img/feature/li-num-1.svg");
}
.feature main li.point1 .bottom {
  border-top-color: #eeb3cf;
  background-color: #fbecf3;
}
.feature main li.point1 .bottom::after {
  background-image: url("../img/feature/arrow-1.svg");
}
.feature main li.point1 h3.title {
  border-bottom-color: #d64287;
}
.feature main li.point2 {
  border-top-color: #a3dedd;
}
.feature main li.point2 .title, .feature main li.point2 .bottom {
  color: #19ada9;
}
.feature main li.point2 .title::before {
  background-image: url("../img/feature/li-num-2.svg");
}
.feature main li.point2 .bottom {
  border-top-color: #a3dedd;
  background-color: #e8f7f6;
}
.feature main li.point2 .bottom::after {
  background-image: url("../img/feature/arrow-2.svg");
}
.feature main li.point2 h3.title {
  border-bottom-color: #19ada9;
}
.feature main li.point3 {
  border-top-color: #a5c3e1;
}
.feature main li.point3 .title, .feature main li.point3 .bottom {
  color: #1d6ab4;
}
.feature main li.point3 .title::before {
  background-image: url("../img/feature/li-num-3.svg");
}
.feature main li.point3 .bottom {
  border-top-color: #a5c3e1;
  background-color: #e8f0f7;
}
.feature main li.point3 .bottom::after {
  background-image: url("../img/feature/arrow-3.svg");
}
.feature main li.point3 h3.title {
  border-bottom-color: #1d6ab4;
}
.feature main li.point4 {
  border-top-color: #cbddaa;
}
.feature main li.point4 .title, .feature main li.point4 .bottom {
  color: #7da92a;
}
.feature main li.point4 .title::before {
  background-image: url("../img/feature/li-num-4.svg");
}
.feature main li.point4 .bottom {
  text-align: center;
  border-top-color: #cbddaa;
  background-color: #f2f6ea;
}
.feature main li.point4 .bottom::after {
  background-image: url("../img/feature/arrow-4.svg");
}
.feature main li.point4 h3.title {
  border-bottom-color: #7da92a;
}
.feature main li.point5 {
  border-top-color: #f6d4a0;
}
.feature main li.point5 .title, .feature main li.point5 .bottom {
  color: #e99413;
}
.feature main li.point5 .title::before {
  background-image: url("../img/feature/li-num-5.svg");
}
.feature main li.point5 .bottom {
  text-align: center;
  border-top-color: #f6d4a0;
  background-color: #fdf4e7;
}
.feature main li.point5 .bottom::after {
  background-image: url("../img/feature/arrow-5.svg");
}
.feature main li.point5 h3.title {
  border-bottom-color: #e99413;
}
.feature #index {
  background-color: #f5f8fc;
}
.feature #index li {
  margin-bottom: 2rem;
  background-color: #FFF;
  border-top-style: solid;
  border-top-width: 3px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
}
.feature #index li .title {
  font-size: 2rem;
  text-align: center;
  line-height: 1;
  padding-bottom: 0.7em;
  display: block;
}
.feature #index li .col2 {
  padding: 0 1.5rem;
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.feature #index li .imgBox {
  width: 31.2%;
  padding-top: 0.5rem;
}
.feature #index li .textBox {
  width: 65.6%;
}
.feature #index li .textBox p {
  font-size: 1.3rem;
}
.feature #index li .bottom {
  font-size: 1.4rem;
  padding: 0.5rem 0;
  text-align: center;
  border-top-style: solid;
  border-top-width: 3px;
}
.feature #index li .bottom::after {
  content: "";
  width: 1em;
  height: 1em;
  margin-left: 0.5em;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  position: relative;
  top: 0.1em;
}
.feature #point li {
  margin-bottom: 4rem;
  padding-top: 1rem;
}
.feature #point .title {
  font-size: 2.2rem;
  border-bottom-style: solid;
  border-bottom-width: 3px;
}
.feature #point .lead {
  font-size: 1.6rem;
}
.feature #point .lead .num {
  font-family: 'Roboto', sans-serif;
  color: #d13f41;
  font-size: 1.4em;
  margin-left: 0.1em;
}
.feature #point p {
  font-size: 1.4rem;
}
@media print, screen and (min-width: 768px) {
  .feature .commonInfoWrap {
    margin-bottom: 0;
  }
  .feature #index .secHeader.common h2 {
    font-size: 30px;
  }
  .feature #index .indexList {
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .feature #index li {
    width: 31.2%;
    margin: 0 1.5% 30px;
    padding-bottom: 5%;
    position: relative;
  }
  .feature #index li:nth-of-type(1) {
    margin-left: 0;
  }
  .feature #index li:nth-of-type(3) {
    margin-right: 0;
  }
  .feature #index li:nth-of-type(4), .feature #index li:nth-of-type(5) {
    margin-bottom: 0;
  }
  .feature #index li .title {
    white-space: nowrap;
    padding: 2.4em 0.5em 0.7em;
    position: relative;
  }
  .feature #index li .title::before {
    position: absolute;
    left: 50%;
    top: 0.5em;
    transform: translateX(-50%);
  }
  .feature #index li .col2 {
    padding: 0;
    display: block;
  }
  .feature #index li .col2 > div {
    width: 100%;
  }
  .feature #index li .textBox p {
    font-size: 16px;
    margin: 0;
    padding: 1em;
  }
  .feature #index li .bottom {
    font-size: 16px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
  }
  .feature #index li:last-of-type .title {
    text-indent: -0.3em;
    padding-left: 0;
    padding-right: 0;
    transform: scaleX(0.85);
  }
  .feature #point li .col2 {
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .feature #point .title {
    font-size: 24px;
    margin-bottom: 0.5em;
  }
  .feature #point .lead {
    font-size: 18px;
    margin-bottom: 0.75em;
  }
  .feature #point .imgBox {
    width: 40%;
    padding-top: 50px;
  }
  .feature #point .textBox {
    width: 56%;
  }
  .feature #point .textBox p {
    font-size: 15px;
  }
  .feature #point .bnrWrap {
    max-width: 420px;
    margin-left: 0;
  }
}
@media print, screen and (min-width: 1000px) {
  .feature .mainVisual {
    background-image: url("../img/feature/bg-header-pc.jpg");
    background-position: center top;
  }
  .feature #index li {
    margin-bottom: 60px;
    padding-bottom: 42px;
    border-top-width: 4px;
  }
  .feature #index li .title {
    font-size: 24px;
  }
  .feature #index li .textBox p {
    padding: 1em 1.5em;
  }
  .feature #index li .bottom {
    border-top-width: 4px;
  }
  .feature #point li {
    padding-top: 0;
  }
  .feature #point .title {
    font-size: 36px;
  }
  .feature #point .lead {
    font-size: 20px;
  }
  .feature #point .textBox {
    width: 52%;
  }
  .feature #point .textBox p {
    font-size: 17px;
  }
  .feature #point .imgBox {
    width: 42%;
    padding-top: 74px;
  }
}
