@charset "UTF-8";
.r-green-bg {
        background-color:#e7f0d6;
      }
      .no-title {
        font-weight:700;
        font-size:2rem;
        color:#00a53c;
      }

      .no1-title-img {
        position: absolute;
        right:7rem;
        top:4rem;
      }
      .no2-title-img {
        position: absolute;
        right:-3rem;
        top:-2rem;
      }
      .no3-title-img {
        position: absolute;
        right:0rem;
        top:2rem;
      }

      .no1-title-img img {
        width:10vw;
      }

      /*
      180
      */

      .no2-title-img img {
        width:17vw;
      }

      /*
      300
      */

      .no3-title-img img {
        width:16vw;
      }
      /*
      280
      */

      @media screen and (max-width:768px)  {

        .no2-title-img {
          right:0;
        }
        .no2-title-img img {
        width:250px;
      }
      }

      @media screen and (max-width:599px)  {
      .no-title {
        font-size:1.5rem;
      }

      .no-title-sub {
        font-size:0.8rem;
        padding-top:1rem;
      }
      .no1-title-img {
        right:1rem;
        top:1rem;
      }
      .no2-title-img {
        right:1rem;
        top:1rem;
      }
      .no3-title-img {
        right:1rem;
        top:3rem;
      }

      .no1-title-img img {
        width:25vw;
      }
      .no2-title-img img {
        width:25vw;
      }
      .no3-title-img img {
        width:35vw;
      }
    }