.genre-section-title{
    font-size: 30px;
}
.download-section-title{
    font-size: 20px;
    margin-bottom: 10px;
}
.download-big-section{
    max-width:1100px;
    width:85vw;
    margin:45px auto 100px;
}
a.download-link{
    border: 4px solid #735EA4;
    color: #735EA4;
    font-size: clamp(14px , 1.7vw , 18px);
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 280px;
    width: 100%;
    max-height: 70px;
    line-height: 100%;
    position: relative;
    border-radius: 5px;
    height: 6vw;
}
a.download-link::after{
    content:"";
    position: absolute;
    right: 5%;
    background: url(/sougi/wp-content/themes/kuratomo2022/contact/download/img/download-mark.svg);
    width:17px;
    height:17px;
}
.download-list{
    display: flex;
    flex-wrap: wrap;
    gap:7.2%;
}
.download-flex{
    display: flex;
    margin-top: 25px;
    gap:7.8%;
}
.download-list .download-flex{
    width:calc(50% - (7.8% / 2));
    max-width: 510px;
    margin-top: 70px;
}
.download-section-description{
    font-size: clamp(14px , 1.7vw , 18px);
    line-height:30px;
    margin-bottom: clamp(20px , 4vw , 40px);
}
.download-list .download-section{
    width:54.9%;
    max-width:280px;
}
.catalog-img{
    width:18vw;
    height: 24.63vw;
    border:1px solid #CACACA;
}
.download-list .catalog-img,
.download-flex .catalog-img {
    max-width:190px;
    max-height: 270px;
}
.download-guide{
    background-color:#6F1F88;
    padding: 60px 0 50px;
    max-width: 1100px;
    margin: 0 auto;
}
.download-guide-title{
    color: #fff;
    font-size: 30px;
    text-align: center;
}
a.icon-estimate{
    text-align: center;
    color: #fff;
    display:flex;
    padding: 38px 0;
    font-size: clamp(18px , 1.8vw , 25px);
    border-radius: 6px;
    letter-spacing: 1px;
    position: relative;
    box-shadow: 0 2px 6px rgb(0 0 0 / 45%);
    font-weight: 500;
    justify-content: center;
    align-items: center;
    width:330px;
    margin: 45px auto 0;
}
.icon-estimate::after {
    content: "";
    position: absolute;
    top: 45%;
    bottom: 0;
    right: 20px;
    width: 0;
    height: 0;
    border-left: 8px solid #fff;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
}
.icon-estimate::before {
    content: "";
    background: url(/sougi/wp-content/themes/kuratomo2022/common/img/icon-estimate.svg) no-repeat;
    background-size: contain;
    width: 37px;
    height: 28px;
    display: block;
}
.icon-estimate{
    background: #f8670c;
    border-bottom: 4px solid #a05100;
}
.genre-section-description{
    font-size: 18px;
    margin-top: 15px;
}
.download-section-small-title{
    font-size: 16px;
}
.sp-only{
    display:none;
}
.saijou-download-list{
    display: flex;
    gap:8.5%;
}
.saijou-download-list .download-flex{
    width:29%;
}
.page-contents{
    margin: 110px 0 100px;
}
@media (max-width:768px) {
    .sp-only{
        display: block;
    }
    .download-section-title{
        margin-top: 10px;
    }
    a.download-link{
        height: 15vw;
        margin: 0 auto;
    }
    .download-big-section{
        width:90.624vw;
    }
    .download-list{
        justify-content: center;
    }
    .download-flex ,
    .download-list .download-flex{
        width:100%;
        flex-direction: column;
        margin-bottom: 60px;
        margin-top: 20px;
    }
    .download-section-description{
        margin-bottom: 10px;
    }
    .catalog-img ,
    .download-list .catalog-img, 
    .download-flex .catalog-img {
        width:50%;
        height: auto;
        max-width:none;
        max-height:none;
        margin: 0 auto;
    }
    .genre-section-description{
        line-height: 30px;
    }
    .download-list .download-section{
        width:100%;
        max-width: none;
    }
    .download-guide {
        padding: 30px 0 25px;
    }
    .download-guide-title{
        font-size: clamp(18px , 6vw , 30px);
    }
    a.icon-estimate{
        width: 48.5%;
        padding: 4.5vw;
        font-size: 3.75vw;
        max-width: 330px;
        margin-top: 22px;
    }
    .saijou-download-list{
        flex-direction: column;
        gap:0;
        margin-bottom: 20px;
    }
    .saijou-download-list .download-flex{
        width:100%;
    }
    .icon-estimate::before {
        width: 4vw;
        height: 5vw;
        margin: 0 0.5em 0 0;
    }
    .icon-estimate::after {
        top: 0;
        right: 10px;
        margin: auto;
    }
    .page-contents {
        padding-top: 5px;
        margin: 17.1875vw 0 70px;
    }
}