@charset "UTF-8";
.contents {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #f7f7f7), color-stop(50%, white));
  background-image: linear-gradient(90deg, #f7f7f7 50%, white 50%);
  padding: 0;
}

@media (max-width: 1023px) {
  .contents {
    background-image: none;
  }
}

.contents__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  max-width: 1200px;
  padding: 0 15px;
  width: 100%;
}

@media (max-width: 1023px) {
  .contents__block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0;
  }
}

.left-block {
  padding: 64px 60px 98px 0;
}

@media (max-width: 1023px) {
  .left-block {
    background: #f7f7f7;
    padding: 40px 20px 0;
    width: 100%;
  }
}

.left-block__h2title {
  background: #06c755;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
  color: #ffffff;
  display: inline;
  font-family: 'UD新ゴ B';
  font-size: 2.9rem;
  letter-spacing: .06em;
  line-height: 2.2;
  padding: 12px 20px;
}

@media (max-width: 1023px) {
  .left-block__h2title {
    font-size: 2rem;
    padding: 8px 10px;
  }
}

.left-block__h2title span:not(:first-of-type) {
  margin-top: 13px;
}

.left-block__check-list {
  letter-spacing: .06em;
  margin-top: 52px;
}

@media (max-width: 1023px) {
  .left-block__check-list {
    margin-top: 24px;
  }
}

.left-block__check-item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: 'UD新ゴ DB';
  font-size: 1.8rem;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media (max-width: 1023px) {
  .left-block__check-item {
    font-size: 1.4rem;
  }
}

.left-block__check-item:not(:first-of-type) {
  margin-top: 8px;
}

.left-block__check-item:before {
  background: url(/sites/default/files/media/jp/contact/new/line/img/check.svg) center center no-repeat;
  background-size: contain;
  content: '';
  height: 23px;
  margin-right: 10px;
  width: 23px;
}

@media (max-width: 1023px) {
  .left-block__check-item:before {
    background: url(/sites/default/files/media/jp/contact/new/line/img/check.svg) center center no-repeat;
    background-size: contain;
    content: '';
    height: 18px;
    margin-right: 6px;
    width: 18px;
  }
}

.left-block__txt {
  letter-spacing: .06em;
  margin-top: 16px;
}

.left-block__txt span {
  color: #06c755;
  font-family: 'UD新ゴ B';
  font-size: 1.8rem;
}

@media (max-width: 1023px) {
  .left-block__txt span {
    font-size: 1.4rem;
  }
}

.left-block__img {
  margin-top: 56px;
  text-align: left;
}

@media (max-width: 1023px) {
  .left-block__img {
    margin-top: 45px;
    text-align: center;
  }
}

.left-block__img img {
  width: min(485px, 100%);
}

.left-block__border {
  border-top: 2px dotted #707070;
  margin: 56px auto 64px;
}

@media (max-width: 1023px) {
  .left-block__border {
    display: none;
  }
}

@media (max-width: 1023px) {
  .left-block__other {
    background: #f7f7f7;
    padding: 40px 20px 50px;
  }
}

.left-block__other--txt {
  font-size: 1.6rem;
  text-align: left;
}

@media (max-width: 1023px) {
  .left-block__other--txt {
    font-size: 1.4rem;
  }
}

.left-block__other--link {
  color: #003e9a;
  font-family: 'UD新ゴ DB';
}

.left-block__contact {
  margin-top: 40px;
}

.left-block__link-list {
  margin-top: 12px;
}

.left-block__link-item {
  position: relative;
}

.left-block__link-item a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 12px;
          column-gap: 12px;
  display: -ms-inline-grid;
  display: inline-grid;
  -webkit-font-feature-settings: 'palt';
          font-feature-settings: 'palt';
  -ms-grid-columns: 1fr auto;
      grid-template-columns: 1fr auto;
  line-height: 1.938;
}

@media (max-width: 1023px) {
  .left-block__link-item a {
    font-size: 1.4rem;
  }
}

.left-block__link-item a:before {
  background: url(/sites/default/files/media/jp/contact/new/line/img/icon_arrow.svg) center center no-repeat;
  background-size: contain;
  content: '';
  display: inline-block;
  height: 7px;
  width: 5px;
}

@media (max-width: 1023px) {
  .left-block__link-item a:before {
    background: url(/sites/default/files/media/jp/contact/new/line/img/icon_arrow.svg) center center no-repeat;
    background-size: contain;
    content: '';
    display: inline-block;
    height: 5px;
    margin-right: 4px;
    width: 2px;
  }
}

.icon_link:after {
  background: url(/sites/default/files/media/jp/contact/new/line/img/icon_link.svg) center center no-repeat;
  background-size: contain;
  content: '';
  display: inline-block;
  height: 10px;
  margin-left: 2px;
  width: 13px;
}

.right-block {
  padding-bottom: 50px;
  padding-left: 60px;
  padding-top: 64px;
  width: 50%;
}

@media (max-width: 1023px) {
  .right-block {
    padding: 40px 19px 50px;
    width: 100%;
    width: 100%;
  }
}
/*# sourceMappingURL=style.css.map */