.g-speech-bubble {
  width: 100%;
}

.g-speech-bubble__wrapper img {
  width: 80px;
  height: 90px;
}

@media print, screen and (max-width: 767px) {
  .g-speech-bubble__wrapper img {
    width: 60px;
    height: auto;
  }
}

.site-main__kv {
  display: block;
  width: 500px;
  margin: 0 auto 20px auto;
}

@media print, screen and (max-width: 767px) {
  .site-main__kv {
    width: 315px;
  }
}

.site-main__article {
  position: relative;
}

.site-main__article::before {
  content: '';
  display: block;
  width: 16px;
  height: 72px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  background: linear-gradient(#0DE4A6, #75F3CF);
  position: absolute;
  left: 30px;
}

@media print, screen and (max-width: 767px) {
  .site-main__article::before {
    left: 15px;
  }
}

.onepoint {
  display: flex;
  align-items: stretch;
  border-radius: 6px;
  padding: 10px 20px;
  background-color: #70bbeb;
}

.onepoint__title {
  display: flex;
  margin-right: 20px;
  border-right: 1px solid #fff;
}

@media print, screen and (max-width: 767px) {
  .onepoint {
    flex-direction: column;
  }

  .onepoint__title {
    margin-right: 0;
    border-right: none;
  }
}

.onepoint__block {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  height: auto;
}

.onepoint__block:first-of-type {
  flex-shrink: 0;
  width: 111px;
  padding: 0 4px;
}

.site-main__annotation {
  background-color: #DDF2FF;
}

@media print, screen and (max-width: 767px) {
  .site-main__annotation {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.g-marked-header--look-back {
  font-weight: 600;
}

.g-mark--look-back {
  background-color: #3A414D;
}

.site-main__content .g-marked-header .g-mark {
  top: -25px;
}

.site-main__content .g-layout-block__content-marked {
  padding-top: 50px;
}

@media print, screen and (max-width: 767px) {
  .site-main__content .g-layout-block__content-marked {
    padding-top: 40px;
  }
}

.site-main__interest-form {
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 20px;
  padding: 30px 15px;
  background-color: #F0F3F8;
}

@media print, screen and (max-width: 767px) {
  .site-main__interest-form {
    align-items: flex-start;
  }
}

.g-radio-btn__item {
  margin-right: 60px;
}

@media print, screen and (max-width: 767px) {
  .g-radio-btn__item {
    margin-bottom: 30px;
  }

  .g-radio-btn__item:last-of-type {
    margin-bottom: 0;
  }
}

.g-radio-btn__item:last-of-type {
  margin-right: 0;
}

.modal {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 846px;
  height: 384px;
}

@media print, screen and (max-width: 767px) {
  .modal {
    text-align: center;
    width: 345px;
    height: 384px;
  }
}

.g-layout-block__content p {
  line-height: 1.8em;
}
