.v-feature__md-1 {
  background: #eaf1f9;
  padding-bottom: 25px;
}
.v-feature__md-1 .v-introduction {
  padding: 45px 0 20px;
}
.v-feature__md-1 .v-box > ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.v-feature__md-1 .v-box > ul > li {
  list-style: none;
  width: 461px;
  background: #fff;
  color: #004ea1;
  border: 2px solid #004ea1;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 30px;
}
.v-feature__md-1 .v-box > ul > li > a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 90px;
  padding-left: 7rem;
}
.v-feature__md-1 .v-box__text1 > p {
  position: relative;
}
.v-feature__md-1 .v-box__text1 > p::before {
  content: '';
  background: url("../../../../img/views/about/feature/pc/md1_icon1.png") no-repeat;
  width: 34px;
  height: 34px;
  position: absolute;
  left: -50px;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.v-feature__md-1 .v-box__text2 > p {
  position: relative;
}
.v-feature__md-1 .v-box__text2 > p::before {
  content: '';
  background: url("../../../../img/views/about/feature/pc/md1_icon2.png") no-repeat;
  width: 33px;
  height: 33px;
  position: absolute;
  left: -47px;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.v-feature__md-1 .v-box__text3 > p {
  position: relative;
}
.v-feature__md-1 .v-box__text3 > p::before {
  content: '';
  background: url("../../../../img/views/about/feature/pc/md1_icon3.png") no-repeat;
  width: 25px;
  height: 53px;
  position: absolute;
  left: -45px;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.v-feature__md-1 .v-box__text4 {
  position: relative;
}
.v-feature__md-1 .v-box__text4 .v-sm-text {
  font-size: 8px;
}
.v-feature__md-1 .v-box__text4 > p {
  position: relative;
}
.v-feature__md-1 .v-box__text4 > p > span {
  font-size: 12px;
}
.v-feature__md-1 .v-box__text4::before {
  content: '';
  background: url("../../../../img/views/about/feature/pc/md1_icon4.png") no-repeat;
  width: 23px;
  height: 34px;
  position: absolute;
  left: -45px;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
@media screen and (max-width: 768px) {
  .v-feature__md-1 .v-box > ul {
    display: block;
  }
  .v-feature__md-1 .v-box > ul > li {
    width: auto;
    height: auto;
    margin-bottom: 10px;
  }
  .v-feature__md-1 .v-box > ul > li > a {
    padding-left: 1rem;
  }
  .v-feature__md-1 .v-box__text1 {
    padding: 10px 10px;
    margin-left: 40px;
  }
  .v-feature__md-1 .v-box__text1 > p {
    margin: 0;
  }
  .v-feature__md-1 .v-box__text1 > p::before {
    background-size: contain;
    width: 26px;
    height: 26px;
    left: -32px;
    top: 0;
    bottom: 0;
    margin: auto 0;
  }
  .v-feature__md-1 .v-box__text2 {
    padding: 10px 10px;
    margin-left: 40px;
  }
  .v-feature__md-1 .v-box__text2 > p {
    margin: 0;
  }
  .v-feature__md-1 .v-box__text2 > p::before {
    background-size: contain;
    width: 26px;
    height: 26px;
    left: -32px;
    top: 0;
    bottom: 0;
    margin: auto 0;
  }
  .v-feature__md-1 .v-box__text3 {
    padding: 10px 10px;
    margin-left: 40px;
  }
  .v-feature__md-1 .v-box__text3 > p {
    margin: 0;
  }
  .v-feature__md-1 .v-box__text3 > p::before {
    background-size: contain;
    width: 15px;
    height: 32px;
    left: -28px;
    top: 0;
    bottom: 0;
    margin: auto 0;
  }
  .v-feature__md-1 .v-box__text4 {
    padding: 10px 10px;
    margin-left: 40px;
  }
  .v-feature__md-1 .v-box__text4 > p {
    margin: 0;
  }
  .v-feature__md-1 .v-box__text4::before {
    background-size: contain;
    width: 15px;
    height: 32px;
    left: -18px;
    top: 0;
    bottom: 0;
    margin: auto 0;
  }
}
.v-feature__md-2 {
  padding: 53px 0 0px;
}
.v-feature__md-2 .v-inner__blue {
  color: #004ea1;
  text-decoration: underline;
}
.v-feature__md-2 .v-inner__blue:hover {
  text-decoration: none;
}
.v-feature__md-2 .v-inner__mg-bottom {
  margin-bottom: 100px;
}
.v-feature__md-2 .v-inner__mg-bottom .c-remarks li > a {
  text-decoration: underline;
}
.v-feature__md-2 .v-inner__mg-bottom .c-remarks li > a:hover {
  text-decoration: underline;
}
.v-feature__md-2 .v-inner > ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.v-feature__md-2 .v-inner > ul > li {
  list-style: none;
  width: 450px;
}
.v-feature__md-2 .v-inner > ul > li:first-child {
  width: 450px;
}
.v-feature__md-2 .v-inner > ul > li:last-child {
  width: 466px;
}
.v-feature__md-2 .v-inner > ul > li > p {
  line-height: 25px;
  font-size: 16px;
}
.v-feature__md-2 .v-inner > ul > li > p > span {
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .v-feature__md-2 .v-inner > ul > li {
    width: auto;
  }
  .v-feature__md-2 .v-inner > ul > li:first-child {
    width: auto;
  }
  .v-feature__md-2 .v-inner > ul > li:last-child {
    width: auto;
  }
}
.v-feature__md-2 .v-inner > ul .v-sub {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.v-feature__md-2 .v-inner > ul .v-sub > li {
  background: none;
  color: #000;
  display: inline-block;
  padding: 10px 15px;
  font-size: 16px;
  cursor: pointer;
  width: 230px;
  text-align: center;
  background: #eaf1f9;
}
.v-feature__md-2 .v-inner > ul .v-sub > li.is-no-tab {
  cursor: auto;
}
.v-feature__md-2 .v-inner > ul .v-sub .v-active {
  background: #004ea1;
  text-align: center;
  color: #fff;
}
.v-feature__md-2 .v-inner > ul .v-content {
  display: none;
}
.v-feature__md-2 .v-inner > ul .v-active {
  display: inherit;
  border: 2px solid #004ea1;
}
.v-feature__md-2 .v-inner > ul .v-active > p {
  padding: 13px;
  line-height: 25px;
  margin-left: 15px;
}
.v-feature__md-2 .v-inner > ul .v-sub3 {
  margin: 0px;
  padding: 0px;
  list-style: none;
  display: flex;
  justify-content: space-between;
}
.v-feature__md-2 .v-inner > ul .v-sub3 li {
  background: none;
  color: #000;
  padding: 10px 0;
  font-size: 16px;
  cursor: pointer;
  width: 146px;
  text-align: center;
  background: #eaf1f9;
}
.v-feature__md-2 .v-inner > ul .v-sub3 li:hover, .v-feature__md-2 .v-inner > ul .v-sub3 li.v-current {
  background: #004ea1;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .v-feature__md-2 .v-inner > ul .v-sub3 li {
    width: 33%;
  }
}
.v-feature__md-2 .v-inner > ul .v-tab {
  display: none;
}
.v-feature__md-2 .v-inner > ul .v-current {
  display: block;
}
.v-feature__md-2 .v-inner > ul .v-current > p {
  padding: 13px;
  line-height: 25px;
  margin-left: 15px;
}
.v-feature__md-3 .v-box__blue {
  background: #fff;
  border: 2px solid #004ea1;
}
.v-feature__md-3 .v-box__blue .v-inner {
  background: #004ea1;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  padding: 20px 0 25px;
  position: relative;
}
.v-feature__md-3 .v-box__blue .v-body {
  padding: 20px;
}
.v-feature__md-3 .v-box__blue .v-body > ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 1rem;
}
.v-feature__md-3 .v-box__blue .v-body > ul li {
  list-style: none;
  width: 416px;
}
.v-feature__md-3 .v-box__blue .v-body > ul li:nth-child(2) {
  width: 467px;
}
.v-feature__md-3 .v-box__blue .v-body__text .v-sm-text {
  font-size: 10px;
  margin-top: 10px;
}
.v-feature__md-3 .v-box__blue .v-body__text > p {
  line-height: 25px;
  font-size: 14px;
}
.v-feature__md-3 .v-box__blue .v-body__main-img {
  width: 100%;
  margin: 0 auto;
  display: block;
  margin-top: 1rem;
}
.v-feature__md-3 .v-box__blue .v-body__bottom-text {
  margin-top: 20px;
  margin-bottom: 3rem;
}
.v-feature__md-4 .v-inner__content {
  padding: 100px 0 55px;
}
.v-feature__md-4 .v-inner__content > ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.v-feature__md-4 .v-inner__content > ul li {
  list-style: none;
  width: 445px;
}
.v-feature__md-4 .v-inner__content > ul li .v-text {
  line-height: 25px;
  font-size: 16px;
}
.v-feature__md-4 .v-inner__content > ul li .v-text > p:nth-child(2) {
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .v-feature__md-4 .v-inner__content > ul li {
    width: auto;
  }
}
