@charset "UTF-8";
.container{
    margin-bottom: 0;
}
.pc_display {
    display: block;
}
.sp_display {
    display: none;
}
#award .time_jumper{
    margin-bottom: 18px;
    overflow: hidden;
}
#award .time_jumper a{
    display: inline-block;
    float: right;
    line-height: 30px;
    padding: 0px 10px;
    color:#379e49;
    height: 30px;
    background: #fff;
    border: solid 2px #379e49;
    font-weight: 600;
    cursor: pointer;
    text-decoration:none;
}

#award .cover{
    margin-bottom: 75px;
}
#award .cover .cover_img{
    margin-bottom: 15px;
}
#award .cover .cover_img img{}
#award .cover .des{
    font-size: 12px;
    line-height: 2;
}

#award .sec1{
    margin-bottom: 65px;
}
#award .sec1 h1{
    text-align: center;
    margin-bottom: 60px;
}
#award .sec1 h1 .sa1{
    font-size: 66px;
    display: block;
    letter-spacing: 2px;
    margin-bottom: 42px;
    line-height: 1.5;
}
#award .sec1 h1 .sa2{
    display: block;
    font-size: 60px;
    letter-spacing: 3px;
    line-height: 1.5;
}
#award .sec1 p{
    font-size: 18px;
    font-weight: 500;
    line-height: 1.8;
}

#award .sec2{
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: flex-start;
    column-gap: 42px;
    row-gap: 52px;
    margin-bottom: 65px;
}
#award .sec2 .sin_block{
    width: calc( (100% - 42px - 42px) / 3 );
    display: flex;
    flex-flow: column nowrap;
    height: 100%;
}

#award .sec2 .sin_block .block_pic{
    margin-bottom: 18px;
}
#award .sec2 .sin_block .block_pic img{}
#award .sec2 .sin_block .block_cata{
    font-size: 30px;
    font-weight: 600;
    letter-spacing: 2px;
    line-height: 1;
    margin-bottom: 15px;
}
#award .sec2 .sin_block .block_title{
    line-height: 1.5;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 12px;
    letter-spacing: 1px;
}
#award .sec2 .sin_block .block_dis{
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 1.8;
    margin-bottom: 18px;
}

#award .block_btn{
  margin-bottom: 0;

}
#award .block_btn a{
  height: 50px;
  width: 200px;
  background: #00a040;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  font-size: 22px;
  border-radius: 8px;
  text-decoration: none;
}
#award .block_btn a span:last-child{
  margin-left: 10px;
  height: 18px;
}
#award .block_btn a span:last-child img{
  height: 100%;
  width: auto;
}




@media screen and (max-width: 767px) {
    .pc_display {
        display: none;
    }
    .sp_display {
        display: block;
    }

    #award .time_jumper{
        margin-bottom: 3vw;
    }
    #award .time_jumper a{
        font-size: 14px;
    }

    #award .cover{
        width: 100% !important;
        padding: 0 !important;
        margin-bottom: 10vw;
    }
    #award .cover .cover_img{
        margin-bottom: 3vw;
    }
    #award .cover .cover_img img{}
    #award .cover .des{
        font-size: 14px;
        line-height: 1.5;
    }

    #award .sec1{
        margin-bottom: 9vw;
    }
    #award .sec1 h1{
        margin-bottom: 10vw;
    }
    #award .sec1 h1 .sa1{
        font-size: 5.3vw;
        margin-bottom: 0;
        letter-spacing: 0.3vw;
        line-height: 1.8;
    }
    #award .sec1 h1 .sa2{
        font-size: 9.3vw;
        margin-bottom: 0;
        letter-spacing: 0.3vw;
        line-height: 1.5;
    }
    #award .sec1 p{
        font-size: 16px;
        line-height: 2;
        letter-spacing: 0.3vw;
    }

    #award .sec2{
        flex-flow: column nowrap;
        justify-content: flex-start;
        align-items: flex-start;
        column-gap: 0;
        row-gap: 8vw;
        margin-bottom: 10vw;
    }
    #award .sec2 .sin_block{
        width: 100%;
    }
    #award .sec2 .sin_block .block_pic{
        margin-bottom: 5vw;
    }
    #award .sec2 .sin_block .block_pic img{}
    #award .sec2 .sin_block .block_cata{
        margin-bottom: 5vw;
        font-size: 26px;
        letter-spacing: 0.4vw;
    }
    #award .sec2 .sin_block .block_title{
        margin-bottom: 3vw;
        font-size: 16px;
        letter-spacing: 0.3vw;
    }
    #award .sec2 .sin_block .block_dis{
        margin-bottom: 3vw;
        font-size: 14px;
        line-height: 1.6;
        letter-spacing: 0.1vw;
    }


    #award .block_btn{
        margin-bottom: 0;
    }
    #award .block_btn a{
        height: 40px;
        font-size: 18px;
    }
    #award .block_btn a span:last-child{
        margin-left: 5px;
        height: 16px;
    }
    #award .block_btn a span:last-child img{
        height: 100%;
        width: auto;
    }
    
}