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


#references{
.wrapper{
    .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;
                        }
                    }
      }
    }
    .content{
      .list{
          padding-top: calc(50/ 1363 * 100%);
          text-align: left;
        @media screen and (min-width: 769px) {
      display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: stretch;
        gap: calc(20 / 1363 * 100%);
        &:first-child{
         border-top: 1px solid #b4b4b4;
           margin-top: calc(100 / 1363 * 100%);
        padding-top: calc(100 / 1363 * 100%);
        }
        }
        dt{
          font-size: clamp(14px, 0.4vw + 12.2px, 16px);
            width:100%;
            font-weight: 700;
          @media screen and (min-width: 769px) {
            width:calc(25% - 20px);
          }
        }
        dd{
          width:100%;
          @media screen and (min-width: 769px) {
            width: 75%;
          }
          p{
            font-size: clamp(14px, 0.4vw + 12.2px, 16px);
            margin-bottom: calc(30 / 1363 * 100%);

            padding-left: 1.5rem;
            &::before{
              content: "-";
              margin-right: .5rem;
              margin-left: -1.5rem;
            }
          }
        }
      }
      .backlink{
        border-top: 1px solid #b4b4b4;
        padding-top: calc(100 / 1363 * 100%);
        padding-bottom: calc(100 / 1363 * 100%);
        text-align: center;

        a{
          font-size: clamp(14px, 0.4vw + 12.2px, 16px);
          line-height: 1.5;
          display:flex;
          justify-content: space-between;
          align-items: center;
          margin: 0 auto;
          width: 100%;
          max-width: 200px;
          &:after{
            content:url('../img/references/icon-arrow--color.svg');
            display: block;
          }
        }
      }
    }
}
}


