@charset 'UTF-8';
.t-size-wrap .netis_title {
  margin-bottom: 0;
  padding-bottom: 0;
}

.t-size-wrap .netis_text {
  color: #454545;
  font-weight: 400;
  font-size: .9rem;
  line-height: 2.2em;
  text-align: center;
}

.t-size-wrap .netis_text.bold {
  color: #454545;
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 1.2em;
}

.t-size-wrap .netis_pic {
  max-width: 600px;
  margin: 0 auto 32px;
}

.t-size-wrap .netis_link {
  display: block;
}

.netis_btn::before {
  content: none !important;
}

.netis_btn.cta__btn {
  max-width: 500px;
  margin: 0 auto;
}

.service-ttl-inner + .ttl-logo {
  position: relative;
}

.ttl-logo {
  position: absolute;
  top: -20px;
  left: -50px;
  z-index: 1;
  max-width: 185px;
  max-height: 186px;
}

.service-bloc .ttl-logo {
  top: -100px;
  right: -20px;
  left: auto;
  z-index: 2;
  max-width: 135px;
  max-height: 135px;
}

.news-wrap {
  display: flex;
  gap: 60px;
}

.news-area.netis {
  display: grid;
  align-content: center;
  align-items: center;
  border: 1px solid #115ab4;
}

.news-area_title {
  color: #115ab4;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.5em;
  text-align: center;
}

.news-area_text {
  max-width: 540px;
  padding-top: 24px;
  line-height: 1.7;

  inline-size: fit-content;
  margin-inline: auto;
}

.news-area_btns {
  display: flex;
  flex-direction: column;
  gap: 28px;
  margin-top: 36px;
}

.news-area_btns .netis_btn {
  padding: .8em 0;
  font-size: 110%;
}

.news-area_pic {
  position: absolute;
  top: -30px;
  right: 0;
  width: 100%;
  max-width: 121px;
}

@media all and (max-width: 1000px) {
  .news-wrap {
    flex-direction: column;
    align-items: center;
  }
  .news-area {
    width: 75%;
  }
}

@media all and (max-width: 767px) {
  .ttl-logo {
    top: -1vw;
    right: -27vw;
    left: auto;
    max-width: 24vw;
    max-height: 24vw;
  }
  .netis_btn.cta__btn {
    font-size: 1rem;
  }
  .service-bloc .ttl-logo {
    top: -15vw;
    right: -1vw;
    max-width: 18vw;
    max-height: 18vw;
  }
  .news-area {
    width: 100%;
  }
  .news-area_title {
    font-size: 1.4rem;
  }
  .news-area_text {
    padding-top: 3vw;
    font-size: .8rem;
    line-height: 1.8em;
  }
  .news-area_btns {
    gap: 5vw;
    margin-top: 6vw;
  }
  .news-area_pic {
    top: -14vw;
    right: 0;
    max-width: 27vw;
  }
  .news-area.netis {
    padding: 21vw 15px;
  }
}
