@charset "UTF-8";
.main-sub {
  display: block;
  padding: 0 20px;
}
.main-sub .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 70px 0;
}
.main-sub__tit {
  width: 100%;
  font-size: 1.25rem;
  font-weight: bold;
  letter-spacing: 3px;
}
.main-sub__tit span {
  display: block;
  margin-right: 20px;
  color: #005bac;
  font-size: 32px;
}
.main-sub__breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 10px 0 0 auto;
  font-size: 0.94rem;
}
.main-sub__breadcrumb li {
  color: #005bac;
  letter-spacing: 1px;
}
.main-sub__breadcrumb li:not(:first-child) {
  margin-left: 6px;
}
.main-sub__breadcrumb li:not(:first-child)::before {
  content: "→";
  display: inline-block;
  margin-right: 8px;
  color: #999;
}
.main-sub__breadcrumb li a {
  color: #999;
  text-decoration: underline;
}
@media only screen and (min-width: 769px) {
  .main-sub .wrap {
    padding: 100px 0 120px;
  }
  .main-sub__tit span {
    display: inline-block;
    font-size: 40px;
  }
}
@media only screen and (min-width: 960px) {
  .main-sub__tit {
    width: auto;
  }
  .main-sub__breadcrumb {
    margin: 30px 0 0;
  }
  .main-sub__breadcrumb a:hover {
    text-decoration: none;
  }
}

.txt-detail.wrap {
  padding-top: 0;
  margin: 0 20px;
}
@media only screen and (min-width: 1120px) {
  .txt-detail.wrap {
    margin: 0 auto;
  }
}

.service-list li:not(:first-child) {
  margin-top: 50px;
}
.service-list li.va .service-list__img img {
  width: 64%;
}
.service-list li.xrea .service-list__img img {
  width: 50%;
}
.service-list__img {
  padding: 60px 20px;
  text-align: center;
  border: #e5e5e5 1px solid;
}
.service-list__img img {
  width: 76%;
}
.service-list__txt {
  margin-top: 20px;
}
.service-list__txt p {
  margin: 10px 0 24px;
  font-size: 1.08rem;
}
.service-list__tit {
  color: #005bac;
  font-size: 1.56rem;
  font-weight: bold;
  letter-spacing: 1px;
}
@media only screen and (min-width: 769px) {
  .service-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .service-list li:not(:first-child) {
    margin-top: 80px;
  }
  .service-list__img {
    width: 39%;
    padding: 0;
    position: relative;
    border: #e5e5e5 1px solid;
  }
  .service-list__img img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .service-list__txt {
    width: 57%;
    margin-top: 0;
  }
}