@charset "EUC-JP";

/* CSS Document */

@media screen and (min-width: 769px) {
  .banner_frex {
    display: flex;
  }

  .banner_mar {
    margin: 0 20px 0 0;
  }

  .inner.border-blue {
    border: #203d95 solid 4px;
  }

  .banner {
    margin: 1em 0 2em;
  }

  .image.small {
    max-width: 441px;
    height: auto;
    margin: 2em auto;
  }

  .content-text {
    margin: 30px 0;
  }

  .content-text p {
    line-height: 36px;
  }

  .content p.content__flex__item__note {
    max-width: 440px;
    margin: 30px auto 25px;
    text-align: left;
  }
}

@media screen and (max-width: 768px) {
  .banner_mar_sp {
    margin: 0 0 20px;
  }

  .inner.border-blue {
    border: #203d95 solid 2px;
  }

  .banner {
    margin: 1em 0;
  }

  .image.small {
    max-width: 315px;
    height: auto;
    margin: 30px auto;
  }

  .content-text {
    margin: 25px 0;
  }

  .content-text p {
    line-height: 32px;
  }

  .content p.content__flex__item__note {
    margin: 30px 0 0;
    text-align: left;
  }
}
