@import url('./common.css');

/* home.css固有のスタイル */


/* homeページのメインコンテンツ */

#newsletter{
.wrapper{
  .contact{
    .inner{
      .title{
        margin-top: calc(220 / 1363 * 100%);
                            &:after {
                        content: "";
                        display: block;
                        width: 80px;
                        height: 2px;
                        background-color: var(--gold);
                        margin: calc(70 / 1363 * 100%) auto;
                        @media screen and (min-width: 769px) {
                        height: 4px;
                        }
                    }
      }
      .text{
                    font-size: clamp(16px, 0.4vw + 14.48px, 20px);
            font-weight: 400;
            line-height: 2;
            margin: 0 auto;
            margin-bottom: calc(20 / 1363 * 100%);
            &.notes{
              padding-bottom: calc(40 / 1363 * 100%);
              color: var(--red);
            }
      }
    }
  }
}
}


