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


#pressrelease{
.wrapper{
  .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, 18px);
      font-weight: 400;
      line-height: 2;
    margin: 0 auto;
    margin-bottom:calc(80 / 1363 * 100%);
    &.center{
      @media screen and (min-width: 769px) {
      text-align: center;
      }
    }
    br{
      display: none;
      @media screen and (min-width: 769px) {
        display: block;
      }
    }a{
      text-decoration: underline;
    }
    }
    .about{
      margin-bottom: calc(150 / 1363 * 100%);
      .pdf{
        border-top: 1px solid #c49b4b;
        border-bottom: 1px solid #c49b4b;
        text-align: center;
        .pdf-link{
          font-size: clamp(18px, 0.2vw + 17.24px, 20px);
          line-height: 1.5;
          color: #c32414;
          border-bottom: 1px solid #c32414;
          &:hover{
            opacity: 0.8;
            transition: opacity 0.6s ease;
            text-decoration: none;
            border-bottom: none;
          }
        }
      }
      .notes{
        text-align: left;
        .list{
          padding-left: 1.5rem;
          line-height: 1.8;
          li{
            text-indent: -1.5rem;
            font-size: clamp(16px, 0.2vw + 15.24px, 18px);
            &::before{
              content: "・";
            }
          }
        }
        .text{
          line-height: 1.5;
          margin-bottom: calc(5 / 1363 * 100%);
        }
      }
    }
      
        
      }
    }


