@charset "UTF-8";
.v-specs__title-top {
  padding: 45px 0 0px;
}
.v-specs__inner {
  padding: 50px 0 0;
}
.v-specs__inner .v-grey {
  background: #d7d7d7;
  font-weight: bold;
  line-height: 20px;
}
.v-specs__inner .v-light {
  background: #f4f4f4;
}
.v-specs__inner__table {
  margin-bottom: 35px;
}
.v-specs__inner__table .v-table tr th {
  vertical-align: middle;
  line-height: 20px;
}
.v-specs__inner__table .v-table tr th > span {
  font-size: 10px;
}
.v-specs__inner__table .v-table tr td {
  vertical-align: middle;
  line-height: 20px;
}
.v-specs__inner__table .v-table tr td > span {
  font-size: 10px;
}
.v-specs__inner__table .v-table tr td > sub {
  font-size: .6em;
  vertical-align: baseline;
}
.v-specs__inner__table .v-table .v-bold {
  font-weight: bold;
  line-height: 22px;
}
.v-specs__inner__table .v-text {
  margin-top: 16px;
  margin-bottom: 3rem;
}
.v-specs__inner__banner {
  margin-bottom: 5rem;
}
.v-specs__inner__banner > ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.v-specs__inner__banner > ul li {
  list-style: none;
  width: 457px;
}
.v-specs__inner__banner > ul li > p {
  font-size: 12px;
  margin-top: 15px;
}
.v-specs__inner02 {
  background: #eaf1f9;
  padding: 50px 0 1px;
}
.v-specs__inner02 .v-text {
  margin-top: 3rem;
}
.v-specs__inner02 .v-text p {
  width: 919px;
  font-size: 16px;
  line-height: 25px;
  position: relative;
  margin-left: 22px;
}
.v-specs__inner02 .v-text p::before {
  content: "・";
  position: absolute;
  left: -22px;
}
@media screen and (max-width: 768px) {
  .v-specs__inner02 .v-text p {
    font-size: 14px;
    width: auto;
  }
}
.v-specs__inner02 .v-text p.check-icon::before {
  content: "\02713" !important;
  position: absolute;
  left: -22px;
}
.v-specs__inner02 .v-text__sm-text:last-child {
  position: initial;
  font-size: 12px;
  margin: 0;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.v-specs__inner03 {
  padding: 30px 0 86px;
}
.v-specs__inner03 > ul {
  display: flex;
  flex-wrap: wrap;
  margin-left: 3rem;
}
.v-specs__inner03 > ul li {
  list-style: none;
}
.v-specs__inner03 > ul .v-button {
  width: 520px;
  background: #fff;
  border: 2px solid #004ea1;
  color: #004ea1;
  font-weight: bold;
  margin-top: 13rem;
  line-height: 23px;
  position: relative;
}
.v-specs__inner03 > ul .v-button .v-label {
  background: #004ea1;
  text-align: center;
  color: #fff;
  border-radius: 10px;
  font-size: 10px;
  font-weight: normal;
  padding: 3px 9px;
  margin-left: 5px;
}
.v-specs__inner03 > ul .v-button .v-mb {
  font-size: 10px;
  margin-left: -7px;
}
.v-specs__inner03 > ul .v-button .v-large {
  font-size: 21px;
}
.v-specs__inner03 > ul .v-button::before {
  content: '';
  background: url(../../../../img/views/service/shop/pc/pdf_icon.png) no-repeat center center/contain;
  position: absolute;
  width: 20px;
  height: 24px;
  right: 105px;
  top: 41px;
}
.v-specs__inner03 > ul .v-button:hover {
  color: #fff;
  background-color: #004ea1;
}
.v-specs__inner03 > ul .v-button .catalog-date {
  font-size: 14px;
  display: block;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .v-specs__inner03 > ul {
    margin-left: 0;
    display: block;
  }
  .v-specs__inner03 > ul .v-button {
    font-size: 16px;
    width: 100%;
    margin-top: 15px;
    padding: 10px 40px 10px 10px;
  }
  .v-specs__inner03 > ul .v-button .v-large {
    font-size: 16px;
  }
  .v-specs__inner03 > ul .v-button::before {
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto 0;
  }
  .v-specs__inner03 > ul .v-button .catalog-date {
    font-size: 12px;
  }
}
