.v-case__blue {
  background: #eaf1f9;
  padding: 60px 0;
}
.v-case__blue .v-sec01 > ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.v-case__blue .v-sec01 > ul li {
  list-style: none;
  width: 623px;
}
.v-case__blue .v-sec01 > ul li:last-child {
  width: 291px;
}
.v-case__blue .v-sec01 > ul li > p {
  font-size: 16px;
  line-height: 25px;
}
.v-case__blue .v-sec02 {
  margin-top: 40px;
}
.v-case__blue .v-sec02 > ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 2rem;
  padding: 0rem 3rem;
}
.v-case__blue .v-sec02 > ul li {
  list-style: none;
  width: 271px;
  background: #fff;
}
.v-case__blue .v-sec02__box {
  text-align: center;
  position: relative;
  padding: 20px 0;
  padding-top: 30px;
}
.v-case__blue .v-sec02__box__first {
  margin-top: 25px;
}
.v-case__blue .v-sec02__box > img {
  width: auto;
  margin-bottom: 20px;
}
.v-case__blue .v-sec02__box > p {
  font-size: 19px;
  line-height: 25px;
  font-weight: bold;
}
.v-case__blue .v-sec02__box .v-num {
  background: #004ea1;
  color: #fff;
  font-size: 18px;
  position: absolute;
  width: 44px;
  height: 44px;
  padding: 14px 0;
  font-weight: bold;
  top: -9px;
  left: -9px;
}
.v-case__blue .v-sec02__text {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  margin-top: 26px;
}
@media screen and (max-width: 768px) {
  .v-case__blue {
    padding: 30px 0;
  }
  .v-case__blue .v-sec01 > ul > li:last-child {
    width: 100%;
  }
  .v-case__blue .v-sec02 > ul {
    display: block;
    padding: 0;
  }
  .v-case__blue .v-sec02 > ul li {
    margin: 0 auto;
  }
  .v-case__blue .v-sec02 > ul li + li {
    margin-top: 15px;
  }
}
.v-case__inner .v-sec1 {
  padding: 61px 0 30px;
}
.v-case__inner .v-sec1 > p {
  font-size: 16px;
  line-height: 25px;
}
@media screen and (max-width: 768px) {
  .v-case__inner .v-sec1 {
    padding: 30px 0 15px;
  }
}
.v-case__inner .v-box {
  background: #eaf1f9;
  border: 1px solid #004ea1;
  padding: 30px 55px;
}
@media screen and (max-width: 768px) {
  .v-case__inner .v-box {
    padding: 15px 0 30px;
  }
}
.v-case__inner .v-box > ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.v-case__inner .v-box .v-table__table {
  width: 100%;
  border-collapse: collapse;
}
.v-case__inner .v-box .v-table__table tbody td {
  border-bottom: 1px solid #bbd0e9;
  padding: 15px 0;
  font-size: 16px;
}
.v-case__inner .v-box .v-table__table tbody td p {
  font-size: 16px;
  line-height: 22px;
}
.v-case__inner .v-box .v-table__table tbody td .v-left {
  margin-left: 10px;
}
@media screen and (max-width: 768px) {
  .v-case__inner .v-box .v-table__table tbody td {
    padding: 10px;
  }
}
.v-case__inner .v-box .v-table__table__blue {
  background: #004ea1;
  color: #fff;
  text-align: center;
  width: 40px;
  height: 40px;
}
.v-case__inner .v-box .v-table__table__blue > p {
  font-size: 16px;
  font-weight: bold;
  position: relative;
  top: 10px;
}
@media screen and (max-width: 768px) {
  .v-case__inner .v-box .v-table__table__blue {
    padding: 0;
    margin: 0;
  }
}
.v-case__inner .v-img {
  padding: 0 0 88px;
}
.v-case__inner .v-img__bold {
  font-size: 18px;
  font-weight: bold;
  color: #000;
  text-align: center;
  padding: 30px 0 30px;
  line-height: 1.75;
}
