.v-h3 {
  margin-top: 24px;
}
.v-h3 > span {
  font-size: 14px;
}

.v-desc {
  text-align: left;
}

.v-introduction {
  background: #eaf1f9;
  padding: 50px 0 57px;
  width: 100%;
}
.v-introduction__desc {
  text-align: left;
}
.v-introduction .v-telbox {
  background: white;
  color: black;
  border: 2px solid #d2d2d2;
  width: 525px;
  padding: 20px 0;
}
.v-introduction .v-telbox__number {
  font-size: 24px;
  display: inline-block;
  position: relative;
  margin-right: 16px;
  font-weight: bold;
  vertical-align: middle;
}
.v-introduction .v-telbox__number::before {
  content: "";
  position: absolute;
  top: 0;
  left: -27px;
  background: url("../../../../img/views/service/repair/pc/phone_img.png") no-repeat center;
  background-size: cover;
  width: 20px;
  height: 27px;
}
.v-introduction .v-telbox__title {
  font-size: 16px;
  margin-bottom: 15px;
}
.v-introduction .v-telbox__details {
  text-align: left;
  display: inline-block;
  font-size: 11px;
  line-height: 1.7;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .v-introduction .v-telbox {
    width: auto;
  }
  .v-introduction .v-telbox__title {
    margin-bottom: 10px;
  }
  .v-introduction .v-telbox__number {
    margin-right: 0;
  }
}

.v-section2 {
  padding: 60px 0;
}
.v-section2__topic {
  display: flex;
  justify-content: space-between;
}
.v-section2__topic__topicbox {
  border: 1px solid #84b1e2;
  width: 290px;
  height: 245px;
  text-align: center;
  padding: 25px 0 0 25px;
}
.v-section2__topic__topicbox > p {
  line-height: 1.6;
  text-align: left;
}
.v-section2__topic__topicbox > .v-h4 {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 10px;
}
.v-section2__topic__topicbox > img {
  width: auto;
}
.v-section2__topic__topicbox > img.is-second {
  margin-top: -12px;
}
.v-section2__topic__topicbox > img.is-top {
  margin-top: -25px;
}
@media screen and (max-width: 768px) {
  .v-section2__topic {
    display: block;
  }
  .v-section2__topic__topicbox {
    width: auto;
    height: auto;
    padding: 15px;
  }
  .v-section2__topic__topicbox + .v-section2__topic__topicbox {
    margin-top: 10px;
  }
  .v-section2__topic__topicbox > img {
    width: auto;
  }
  .v-section2__topic__topicbox > img.is-second {
    margin-top: 0;
  }
  .v-section2__topic__topicbox > img.is-top {
    margin-top: 0;
  }
}

.v-list {
  margin-left: 15px;
}
.v-list li {
  line-height: 1.6;
  text-indent: -15px;
  font-size: 16px;
}

.v-section3 {
  background: #eaf1f9;
  padding: 50px 0 57px;
  width: 100%;
}
.v-section3__sub-links {
  margin-top: 45px;
}
.v-section3__sub-links > li {
  margin-bottom: 10px;
}
.v-section3__sub-links a {
  color: #004ea1;
  font-size: 16px;
}
.v-section3__sub-links a:hover {
  text-decoration: underline;
}
.v-section3 .v-desc {
  font-size: 16px;
  line-height: 1.6;
}
.v-section3 .v-desc:nth-last-of-type(1) {
  margin-bottom: 30px;
}
.v-section3 .v-desc > span {
  font-weight: bold;
}
.v-section3 .v-visual2 {
  width: auto;
  display: block;
  margin: 28px auto 0;
}
.v-section3__topic {
  display: flex;
  justify-content: space-around;
}
.v-section3__topic__topicbox {
  border: 1px solid #84b1e2;
  background: white;
  width: 400px;
  height: 228px;
  text-align: center;
  padding: 25px;
}
.v-section3__topic__topicbox > p {
  line-height: 1.6;
  text-align: left;
}
.v-section3__topic__topicbox > .v-h4 {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 10px;
}
.v-section3__topic__topicbox > img {
  width: auto;
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .v-section3__topic {
    display: block;
  }
  .v-section3__topic__topicbox {
    width: auto;
    height: auto;
    padding: 15px;
  }
  .v-section3__topic__topicbox + .v-section3__topic__topicbox {
    margin-top: 10px;
  }
}
.v-section3__box {
  background: #fff;
  padding: 28px;
  margin-top: 25px;
}
.v-section3__box .v-section3__details {
  margin-top: 25px;
}
.v-section3__box .v-section3__details__title {
  font-size: 16px;
  display: inline-block;
  vertical-align: top;
}
.v-section3__box .v-section3__details .c-line {
  border: 1px dashed black;
  width: 4%;
  display: inline-block;
  margin: 4px 5px;
}
.v-section3__box .v-section3__details__content {
  font-size: 16px;
  display: inline-block;
  margin-top: -4px;
  vertical-align: top;
  line-height: 1.6;
}
.v-section3__box > .v-h3 {
  font-size: 18px;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .v-section3__box {
    padding: 15px;
  }
}

.v-contact {
  text-align: center;
  padding: 50px 0;
}
.v-contact > img {
  width: auto;
}
.v-contact__wc {
  width: 780px;
  height: 180px;
  margin: 0 auto;
  border: 3px solid #004ea1;
  padding: 55px 0 40px;
}
.v-contact__wc > h2 {
  color: #004ea1;
  font-weight: bold;
  text-align: center;
  font-size: 20px;
  margin-bottom: 15px;
}
.v-contact__wc--icon {
  position: relative;
}
.v-contact__wc--icon::before {
  content: '';
  background: url("../../../../img/views/service/repair/pc/phone_img.png") no-repeat;
  width: 27px;
  height: 37px;
  position: absolute;
  left: -35px;
  top: -4px;
}
.v-contact__wc > p {
  font-size: 35px;
  display: inline-block;
  position: relative;
  margin-right: 16px;
  font-weight: bold;
}
.v-contact__wc > p:last-child {
  text-align: left;
  display: inline-block;
  font-size: 12px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .v-contact__wc {
    width: 100%;
    height: auto;
    padding: 2.5rem 0 2.5rem;
  }
  .v-contact__wc > h2 {
    font-size: 1em;
    margin-bottom: auto;
  }
  .v-contact__wc--icon::before {
    content: '';
    background: url("../../../../img/views/service/repair/pc/phone_img.png") no-repeat;
    width: 13%;
    height: 70%;
    position: absolute;
    left: -1.5rem;
    top: 0rem;
    background-size: contain;
    margin-top: 3px;
  }
  .v-contact__wc > p {
    font-size: 1.4em;
  }
  .v-contact__wc > p:last-child {
    text-align: center;
  }
}
