.download-archive {
    background: #fff;
}
.download-archive .inner{
    width: 1000px;
    max-width: 100%;
    margin: auto;
}
.download-archive h1{
    text-align: center;
    font-size: 40px;
    font-weight: 900;
}
.download-archive h1 .gradation{
    background:linear-gradient(to bottom right, #E61717,#FF8000);
	-webkit-background-clip:text;
	-webkit-text-fill-color: transparent;
}
.download-archive .download__main{
    background-color: #F8F8F8;
    padding: 20px 0 100px 0;
}
.download-archive .download__main .c-gray{
    color: #666666;
    text-align: center;
    margin-bottom: 50px;
}
.download-archive .download__main__container{
    display: flex;
    justify-content: center;
    gap: 20px 100px;
    flex-wrap: wrap;
}
.download-archive .download__main__container .img{
    flex-basis: 320px;
}
.download-archive .download__main__container .tx{
    flex-basis: 290px;
    text-align: center;
}
.download-archive .download__main__container h3{
    font-size: 24px;
    font-weight: bold;
}
.download-archive .download__main__container p{
    line-height: 1.2;
}
.download-archive .download__main__container .btn-gradation{
    display: block;
    border-radius: 5px;
    background: linear-gradient(to top left, #E61717,#FF8000);
    color: #FFF;
    border: solid 2px #FFF;
    line-height: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 272px;
    height: 60px;
    max-width: 100%;
    font-weight: bold;
    padding-right: 40px;
    box-sizing: border-box;
    position: relative;
}
.download-archive .download__main__container .btn-gradation:before{
    content: "";
    position: absolute;
    right: 32px;
    margin: auto;
    width: 42px;
    height: 6px;
    background-image: url(../img/download_ver3/arrow.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom right;
    transition: 0.2s ease;
}
.download-archive .download__main__container .btn-gradation:hover:before{
    right: 24px;
}
.download-archive .download__content{
    padding: 40px 0;
}
.download-archive .download__content h2{
    font-size: 32px;
    font-weight: 900;
    text-align: center;
    margin-bottom: 28px;
}
.download-archive .download__container{
    display: flex;
    justify-content: left;
    gap: 26px;
    flex-wrap: wrap;
}
.download-archive .download__container.download__pickup{
    justify-content: center;
}
.download-archive .download__card{
    flex-basis: 315px;
    border: solid 1px #ccc;
    border-radius: 5px;
    box-sizing: border-box;
    padding: 16px 12px 72px 12px;
    position: relative;
}
.download-archive .download__card h4{
    font-size: 20px;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
    margin: 12px 0;
}
.download-archive .download__card p{
    font-size: 16px;
    line-height: 1.2;
}
.download-archive .download__card .btn{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 24px;
    margin: auto;
    width: 200px;
    height: 40px;
    max-width: 100%;
    letter-spacing: 1;
    line-height: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    border: solid 1px #E61717;
    color: #E61717;
    transition: 0.2s ease;
}
.download-archive .download__card .btn:hover{
    color: #FFF;
    background-color: #E61717;
    opacity: 1;
}
.download-archive .download__tag{
    border-radius: 10px;
    background-color: #F8F8F8;
    padding: 20px 28px;
    margin-bottom: 48px;
}
.download-archive .download__tag__container{
    display: flex;
    justify-content: left;
    gap: 36px 30px;
    line-height: 1.4;
    margin-bottom: 36px;
}
.download-archive .download__tag__container:nth-last-child(1){
    margin-bottom: 0;
}
.download-archive .tag-name{
    font-weight: bold;
    flex-basis: 8rem;
}
.download-archive .tag-list{
    display: flex;
    justify-content: left;
    align-items: flex-start;
    gap: 20px 16px;
    flex-wrap: wrap;
}
.download-archive .filter-btn{
    background-color: transparent;
    color: #444444;
    font-size: 13px;
    border: none;
    display: inline-block;
    text-align: center;
    border-radius: 12px;
    transition: 0.2s ease;
    padding: 2px 8px;
}
.download-archive .filter-btn.is-active{
    background-color: #E61717;
    color: #FFF;
}