archive.scss 3.58 KB
@import "../common/css/mixin_style";

#pageTitle{
  padding: 8em 0 5em 0;
  text-align: center;
  @media only screen and (max-width: 767px){
    padding-left: 3%;
    padding-right: 3%;
  }
  .flex{
    align-items: center;
    >div{
      width: 50%;
      @media only screen and (max-width: 767px){
        width: 100%;
      }
      p{
        text-align: left;
        font-size: 1.3rem;
        transform: scale( 1 , 1.2 );
        line-height: 200%;
        margin-bottom: 30px;
      }
    }
  }
  h1{
    margin-bottom: 0.8em;
  }
  p{
    color: #636466;
    font-size: 1.5rem;
    transform: scale( 1 , 1.2 );
    letter-spacing: 1px;
  }
}
#promotion{
  @media only screen and (max-width: 1060px){
    padding-left: 3%;
    padding-right: 3%;
  }
  h2{
    text-align: center;
    margin-bottom: 2em;
    img{
      max-width: 100%;
    }
  }
  p{
    @include transformFont();
    font-size: 1.3rem;
    text-align: center;
  }
  .more{
    text-align: center;
    margin-top: 2em;
  }
}
#consortium{
  margin-top: 6em;
  margin-bottom: 6em;
  @media only screen and (max-width: 1060px){
    padding-left: 3%;
    padding-right: 3%;
  }
  h2{
    text-align: center;
    margin-bottom: 2em;
    img{
      max-width: 100%;
    }
  }
  .list{
    border: 4px #d3d3d3 solid;
    padding: 20px 2em;
    margin-bottom: 20px;
    h3{
      border-bottom: 2px #d3d3d3 solid;
      padding: 0px 0 20px 24px;
      margin-bottom: 30px;
      line-height: 100%;
      position: relative;
      @media only screen and (max-width: 767px){
        margin-bottom: 15px;
      }
      span{
        display: inline-block;
        color: #636466;
        font-size: 1.3rem;
        @include transformFont();
        line-height: 100%;
      }
      &:before{
        content: "";
        display: inline-block;
        width: 16px;
        height: 16px;
        background-color: #62bcc3;
        border-radius: 8px;
        position: absolute;
        left:0;
        top:2px;
      }
    }
    ul{
      flex-wrap: wrap;
      li{
        @include transformFont();
        color: #636466;
        display: block;
        width: 25%;
        font-size: 1.3rem;
        margin-bottom: 15px;
        @media only screen and (max-width: 767px){
          font-size:1.0rem;
          width: 100%;
          margin-bottom: 5px;
        }
      }
    }
  }
}
#gray{
  margin-top: 6em;
  .container{
    background-color: #f4f4f4;
    padding: 3em;
    .flex{
      >div:nth-child(1){
        width: 30%;
        @media only screen and (max-width: 767px){
          width: 100%;
          margin-bottom: 20px;
        }
        h3{
          color: #636466;
          font-size: 1.4rem;
          transform: scale( 1 , 1.2 );
          line-height: 180%;
        }
      }
      >div:nth-child(2){
        width: 70%;
        @media only screen and (max-width: 767px){
          width: 100%;
        }
        p{
          font-size: 1.3rem;
        }
        .more{
          margin-top: 1.5em;
          a{
            padding: 4px 2.5em 8px 2em;
            line-height: 160%;
            &:after{
              background-image: url(/img/about/icon_blank.png);
              background-size: 13px auto;
            }
            span{
              font-size:1.1rem;
            }
          }
        }
      }
    }
  }
}
#event{
  @media only screen and (max-width: 1060px){
    padding-left: 3%;
    padding-right: 3%;
  }
  h2{
    text-align: center;
    margin-bottom: 2em;
    img{
      max-width: 100%;
    }
  }
  p{
    @include transformFont();
    font-size: 1.3rem;
    text-align: center;
  }
  .more{
    text-align: center;
    margin-top: 2em;
  }
}