@media screen and (min-width:1620px) {

    /* ダウンロードタイトル */
    .download__title__wrap {
        width: 800px;
        margin: 100px auto 100px auto;
        position: relative;
    }

    .download__title__title {
        font-size: 55px;
        font-weight: 700;
        letter-spacing: 1px;
        color: #66b500;
        font-family: "Gothic MB101 DemiBold", 'Noto Sans JP', sans-serif;

    }

    .download__title__caption {
        font-size: 16px;
        line-height: 1.8;
        font-weight: 700;
    }

    .download__aisome {
        position: absolute;
        right: -100%;
        top: -150%;
    }

    .download__aisome img {
        user-select: none;
        -webkit-user-drag: none;
    }

    /* ダウンロードリスト */
    .download__list {
        width: 1200px;
        margin: 000px auto 100px auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }

    .download {
        width: 750px;
        height: 180px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        border-radius: 15px;
        margin: 20px;
        background-color: #f7f8f8;

    }

    .download:hover {
        background-color: #e8e8e9;
    }

    .download__img img {
        width: 180px;
        padding: 30px;
    }

    .download__title {
        font-size: 20px;
        line-height: 1.8;
        font-weight: 700;
        font-family: "Gothic MB101 DemiBold", 'Noto Sans JP', sans-serif;

    }

    .download__caption {
        font-size: 16px;
        line-height: 1.8;
    }

    .download__text {
        width: 570px;
        padding: 20px 20px 20px 0;
    }

    .tag {
        display: flex;

    }

    .tag h3 {
        background-color: #e60012;
        padding: 5px 10px;
        margin: 0 3px;
        font-size: 12px;
        color: white;
    }

    .tag__grade1 {
        background-color: #da4e88 !important;
    }

    .tag__grade2 {
        background-color: #7e7e7e !important;
    }

    .tag__grade3 {
        background-color: #51aa1e !important;
    }

    .tag__grade0 {
        background-color: #e60012 !important;
    }

    .tag__grade5 {
        background-color: #6b00e6 !important;
    }

    .tag__grade6 {
        background-color: #0077ff !important;
    }

    /* 個別ダウロードページ */
    .download__contents {
        width: 1200px;
        margin: 0 auto;
    }

    .download__contents__top__img {
        width: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
    }


    .download__contents__top__img img {
        width: 100%;
        max-width: 500px;
    }

    .download__contents__top {
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 100px 0 50px 0;
    }

    .download__contents__info {
        width: 45%;
        margin: 50px;
    }

    .download__contents__title {
        font-size: 40px;
        font-weight: 900;
        color: #66b500;
        line-height: 1.8;
    }

    .download__contents__caption {
        font-size: 16px;
        line-height: 1.8;
        font-weight: 700;
        margin: 30px 0;
    }

    .download__contents__img {
        width: 100%;
    }

    .download__contents__img img {
        width: 100%;
    }

    .download_btn {
        margin: 50px 0;
    }

    /* セレクトボックスデザイン */

    .selectbox-002 {
        position: relative;
        font-weight: 700;

    }

    .selectbox-002::before,
    .selectbox-002::after {
        position: absolute;
        content: '';
        pointer-events: none;
    }

    .selectbox-002::before {
        right: 0;
        display: inline-block;
        width: 2.8em;
        height: 2.8em;
        border-radius: 0 3px 3px 0;
        background-color: #66b500;
        content: '';
    }

    .selectbox-002::after {
        position: absolute;
        top: 50%;
        right: 1.4em;
        transform: translate(50%, -50%) rotate(45deg);
        width: 6px;
        height: 6px;
        border-bottom: 3px solid #fff;
        border-right: 3px solid #fff;
        content: '';

    }

    .selectbox-002 select {
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        min-width: 230px;
        height: 2.8em;
        padding: .4em 3.6em .4em .8em;
        border: 3px solid #66b500;
        border-radius: 3px;
        color: #333;
        font-size: 16px;
        cursor: pointer;
        font-weight: 500;
        background-color: #fff;

    }

    .selectbox-002 select:focus {
        outline: 1px solid #66b500;

    }

    .download__contents__explain {
        margin: 30px 0;
    }

    .download__contents__explain__title {
        font-size: 30px;
        font-weight: 900;
        color: #66b500;
        line-height: 1.8;
        margin: 30px 0 10px 0;
        font-family: "Gothic MB101 DemiBold", 'Noto Sans JP', sans-serif;
    }

    .download__contents__explain__subtitle {
        font-size: 20px;
        font-weight: 900;
        color: #333;
        line-height: 1.8;
        margin: 30px 0 0 0;
        font-family: "Gothic MB101 DemiBold", 'Noto Sans JP', sans-serif;
    }

    .download__contents__explain__caption {
        font-size: 16px;
        font-weight: 700;
        color: #333;
        line-height: 1.8;
    }

    .download__contents__bottom {
        margin: 150px 0 150px 0;
    }
}

@media screen and (min-width:1024px) and (max-width:1620px) {

    /* ダウンロードタイトル */
    .download__title__wrap {
        width: 50%;
        margin: 100px auto 100px auto;
        position: relative;
    }

    .download__title__title {
        font-size: 45px;
        font-weight: 700;
        letter-spacing: 1px;
        color: #66b500;
        font-family: "Gothic MB101 DemiBold", 'Noto Sans JP', sans-serif;

    }

    .download__title__caption {
        font-size: 16px;
        line-height: 1.8;
        font-weight: 700;
    }

    .download__aisome {
        position: absolute;
        right: -100%;
        top: -150%;
    }

    .download__aisome img {
        user-select: none;
        -webkit-user-drag: none;
    }

    /* ダウンロードリスト */
    .download__list {
        width: 1000px;
        margin: 000px auto 100px auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }

    .download {
        width: 750px;
        height: 180px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        border-radius: 15px;
        margin: 20px;
        background-color: #f7f8f8;

    }

    .download:hover {
        background-color: #e8e8e9;
    }

    .download__img img {
        width: 180px;
        padding: 30px;
    }

    .download__title {
        font-size: 20px;
        line-height: 1.8;
        font-weight: 700;
        font-family: "Gothic MB101 DemiBold", 'Noto Sans JP', sans-serif;

    }

    .download__caption {
        font-size: 16px;
        line-height: 1.8;
    }

    .download__text {
        width: 570px;
        padding: 20px 20px 20px 0;
    }

    .tag {
        display: flex;

    }

    .tag h3 {
        background-color: #e60012;
        padding: 5px 10px;
        margin: 0 3px;
        font-size: 12px;
        color: white;
    }

    .tag__grade1 {
        background-color: #da4e88 !important;
    }

    .tag__grade2 {
        background-color: #7e7e7e !important;
    }

    .tag__grade3 {
        background-color: #51aa1e !important;
    }

    .tag__grade0 {
        background-color: #e60012 !important;
    }

    .tag__grade5 {
        background-color: #6b00e6 !important;
    }

    .tag__grade6 {
        background-color: #0077ff !important;
    }

    /* 個別ダウロードページ */
    .download__contents {
        width: 1000px;
        margin: 0 auto;
    }

    .download__contents__top__img {
        width: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
    }


    .download__contents__top__img img {
        width: 100%;
        max-width: 500px;
    }

    .download__contents__top {
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 100px 0 50px 0;
    }

    .download__contents__info {
        width: 45%;
        margin: 50px;
    }

    .download__contents__title {
        font-size: 30px;
        font-weight: 900;
        color: #66b500;
        line-height: 1.8;
    }

    .download__contents__caption {
        font-size: 16px;
        line-height: 1.8;
        font-weight: 700;
        margin: 30px 0;
    }

    .download__contents__img {
        width: 100%;
    }

    .download__contents__img img {
        width: 100%;
    }

    .download_btn {
        margin: 50px 0;
    }

    /* セレクトボックスデザイン */
    .selectbox-002 {
        position: relative;
        font-weight: 700;

    }

    .selectbox-002::before,
    .selectbox-002::after {
        position: absolute;
        content: '';
        pointer-events: none;
    }

    .selectbox-002::before {
        right: 0;
        display: inline-block;
        width: 2.8em;
        height: 2.8em;
        border-radius: 0 3px 3px 0;
        background-color: #66b500;
        content: '';
    }

    .selectbox-002::after {
        position: absolute;
        top: 50%;
        right: 1.4em;
        transform: translate(50%, -50%) rotate(45deg);
        width: 6px;
        height: 6px;
        border-bottom: 3px solid #fff;
        border-right: 3px solid #fff;
        content: '';

    }

    .selectbox-002 select {
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        min-width: 230px;
        height: 2.8em;
        padding: .4em 3.6em .4em .8em;
        border: 3px solid #66b500;
        border-radius: 3px;
        color: #333;
        font-size: 16px;
        cursor: pointer;
        font-weight: 500;
        background-color: #fff;
    }

    .selectbox-002 select:focus {
        outline: 1px solid #66b500;

    }

    .download__contents__explain {
        width: 90%;
        margin: 30px auto;
    }

    .download__contents__explain__title {
        font-size: 30px;
        font-weight: 900;
        color: #66b500;
        line-height: 1.8;
        margin: 30px 0 10px 0;
        font-family: "Gothic MB101 DemiBold", 'Noto Sans JP', sans-serif;

    }

    .download__contents__explain__subtitle {
        font-size: 20px;
        font-weight: 900;
        color: #333;
        line-height: 1.8;
        margin: 30px 0 0 0;
        font-family: "Gothic MB101 DemiBold", 'Noto Sans JP', sans-serif;


    }

    .download__contents__explain__caption {
        font-size: 16px;
        font-weight: 700;
        color: #333;
        line-height: 1.8;
    }

    .download__contents__bottom {
        margin: 150px 0 150px 0;
    }
}

@media screen and (min-width:600px) and (max-width:1024px) {

    /* ダウンロードタイトル */
    .download__title__wrap {
        width: 60%;
        margin: 50px auto;
        position: relative;
    }

    .download__title__title {
        font-size: 35px;
        font-weight: 700;
        letter-spacing: 1px;
        color: #66b500;
        font-family: "Gothic MB101 DemiBold", 'Noto Sans JP', sans-serif;
    }

    .download__title__caption {
        font-size: 16px;
        line-height: 1.8;
        font-weight: 700;
    }

    .download__aisome {
        position: absolute;
        right: -100%;
        top: -150%;
    }

    .download__aisome img {
        user-select: none;
        -webkit-user-drag: none;
    }

    /* ダウンロードリスト */
    .download__list {
        width: 600px;
        margin: 000px auto 100px auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }

    .download {
        width: 550px;
        height: 180px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        border-radius: 15px;
        margin: 20px;
        background-color: #f7f8f8;

    }

    .download:hover {
        background-color: #e8e8e9;
    }

    .download__img img {
        width: 150px;
        padding: 15px;
    }

    .download__title {
        font-size: 16px;
        font-weight: 700;
        font-family: "Gothic MB101 DemiBold", 'Noto Sans JP', sans-serif;
    }

    .download__caption {
        font-size: 14px;
    }

    .download__text {
        padding: 20px 20px 20px 0;
    }

    .tag {
        display: flex;

    }

    .tag h3 {
        background-color: #e60012;
        padding: 3px 8px;
        margin: 0 3px;
        font-size: 10px;
        color: white;
    }

    .tag__grade1 {
        background-color: #da4e88 !important;
    }

    .tag__grade2 {
        background-color: #7e7e7e !important;
    }

    .tag__grade3 {
        background-color: #51aa1e !important;
    }

    .tag__grade0 {
        background-color: #e60012 !important;
    }

    .tag__grade5 {
        background-color: #6b00e6 !important;
    }

    .tag__grade6 {
        background-color: #0077ff !important;
    }

    /* 個別ダウロードページ */
    .download__contents {
        width: 600px;
        margin: 0 auto;
    }

    .download__contents__top__img {
        width: 70%;
        display: flex;
        justify-content: center;
        align-items: center;
    }


    .download__contents__top__img img {
        width: 100%;
        max-width: 500px;
    }

    .download__contents__top {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        margin: 30px 0;
    }

    .download__contents__info {
        width: 90%;
        margin: 30px 0 0 0;
    }

    .download__contents__title {
        font-size: 30px;
        font-weight: 900;
        color: #66b500;
    }

    .download__contents__caption {
        font-size: 16px;
        font-weight: 700;
        margin: 10px 0 30px 0;
    }

    .download__contents__img {
        width: 100%;
    }

    .download__contents__img img {
        width: 100%;
    }

    .download_btn {
        margin: 50px 0;
    }

    /* セレクトボックスデザイン */
    .selectbox-002 {
        position: relative;
        font-weight: 700;

    }

    .selectbox-002::before,
    .selectbox-002::after {
        position: absolute;
        content: '';
        pointer-events: none;
    }

    .selectbox-002::before {
        right: 0;
        display: inline-block;
        width: 2.8em;
        height: 2.8em;
        border-radius: 0 3px 3px 0;
        background-color: #66b500;
        content: '';
    }

    .selectbox-002::after {
        position: absolute;
        top: 50%;
        right: 1.4em;
        transform: translate(50%, -50%) rotate(45deg);
        width: 6px;
        height: 6px;
        border-bottom: 3px solid #fff;
        border-right: 3px solid #fff;
        content: '';

    }

    .selectbox-002 select {
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        min-width: 230px;
        height: 2.8em;
        padding: .4em 3.6em .4em .8em;
        border: 3px solid #66b500;
        border-radius: 3px;
        color: #333;
        font-size: 16px;
        cursor: pointer;
        font-weight: 500;
        background-color: #fff;

    }

    .selectbox-002 select:focus {
        outline: 0px solid #66b500;

    }

    .download__contents__explain {
        margin: 30px auto;
        width: 90%;
    }

    .download__contents__explain__title {
        font-size: 24px;
        font-weight: 900;
        color: #66b500;
        line-height: 1.8;
        margin: 30px 0 10px 0;
        font-family: "Gothic MB101 DemiBold", 'Noto Sans JP', sans-serif;
    }

    .download__contents__explain__subtitle {
        font-size: 18px;
        font-weight: 900;
        color: #333;
        line-height: 1.8;
        margin: 30px 0 0 0;
        font-family: "Gothic MB101 DemiBold", 'Noto Sans JP', sans-serif;
    }

    .download__contents__explain__caption {
        font-size: 14px;
        font-weight: 700;
        color: #333;
        line-height: 1.8;
    }

    .download__contents__bottom {
        margin: 50px 0 100px 0;
    }
}

@media screen and (max-width:600px) {

    /* ダウンロードタイトル */
    .download__title__wrap {
        width: 80%;
        margin: 50px auto;
        position: relative;
    }

    .download__title__title {
        font-size: 25px;
        font-weight: 700;
        letter-spacing: 1px;
        color: #66b500;
        font-family: "Gothic MB101 DemiBold", 'Noto Sans JP', sans-serif;

    }

    .download__title__caption {
        font-size: 14px;
        line-height: 1.8;
        font-weight: 700;
    }

    .download__aisome {
        position: absolute;
        right: -100%;
        top: -150%;
    }

    .download__aisome img {
        user-select: none;
        -webkit-user-drag: none;
    }

    /* ダウンロードリスト */
    .download__list {
        width: 90%;
        margin: 000px auto 100px auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }

    .download {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-direction: column;
        border-radius: 15px;
        margin: 20px;
        background-color: #f7f8f8;

    }

    .download__img img {
        width: 300px;
        min-width: 300px;
        padding: 15px;

    }

    .download__title {
        font-size: 16px;
        font-weight: 700;
        font-family: "Gothic MB101 DemiBold", 'Noto Sans JP', sans-serif;
    }

    .download__caption {
        font-size: 14px;
    }

    .download__text {
        padding: 20px;
    }

    .tag {
        display: flex;

    }

    .tag h3 {
        background-color: #e60012;
        padding: 3px 8px;
        margin: 0 3px;
        font-size: 10px;
        color: white;
    }

    .tag__grade1 {
        background-color: #da4e88 !important;
    }

    .tag__grade2 {
        background-color: #7e7e7e !important;
    }

    .tag__grade3 {
        background-color: #51aa1e !important;
    }

    .tag__grade0 {
        background-color: #e60012 !important;
    }

    .tag__grade5 {
        background-color: #6b00e6 !important;
    }

    .tag__grade6 {
        background-color: #0077ff !important;
    }

    /* 個別ダウロードページ */
    .download__contents {
        width: 90%;
        margin: 0 auto;
    }

    .download__contents__top__img {
        width: 90%;
        display: flex;
        justify-content: center;
        align-items: center;
    }


    .download__contents__top__img img {
        width: 100%;
        max-width: 500px;
    }

    .download__contents__top {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        margin: 30px 0;
    }

    .download__contents__info {
        width: 100%;
        margin: 30px 0 0 0;
    }

    .download__contents__title {
        font-size: 20px;
        font-weight: 900;
        color: #66b500;
    }

    .download__contents__caption {
        font-size: 14px;
        font-weight: 700;
        margin: 10px 0;
    }

    .download__contents__img {
        width: 100%;
    }

    .download__contents__img img {
        width: 100%;
    }

    .download_btn {
        margin: 50px 0;
    }

    /* セレクトボックスデザイン */
    .selectbox-002 {
        position: relative;
        font-weight: 700;

    }

    .selectbox-002::before,
    .selectbox-002::after {
        position: absolute;
        content: '';
        pointer-events: none;
    }

    .selectbox-002::before {
        right: 0;
        display: inline-block;
        width: 2.8em;
        height: 2.8em;
        border-radius: 0 3px 3px 0;
        background-color: #66b500;
        content: '';
    }

    .selectbox-002::after {
        position: absolute;
        top: 50%;
        right: 1.4em;
        transform: translate(50%, -50%) rotate(45deg);
        width: 6px;
        height: 6px;
        border-bottom: 3px solid #fff;
        border-right: 3px solid #fff;
        content: '';

    }

    .selectbox-002 select {
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        min-width: 230px;
        max-width: 90%;
        height: 2.8em;
        padding: .4em 3.6em .4em .8em;
        border: 3px solid #66b500;
        border-radius: 3px;
        color: #333;
        font-size: 16px;
        cursor: pointer;
        font-weight: 500;
        background-color: #fff;

    }

    .selectbox-002 select:focus {
        outline: 0px solid #66b500;

    }

    .download__contents__explain {
        margin: 30px auto;
        width: 100%;
    }

    .download__contents__explain__title {
        font-size: 18px;
        font-weight: 900;
        color: #66b500;
        line-height: 1.8;
        margin: 10px 0;
        font-family: "Gothic MB101 DemiBold", 'Noto Sans JP', sans-serif;
    }

    .download__contents__explain__subtitle {
        font-size: 16px;
        font-weight: 900;
        color: #333;
        line-height: 1.8;
        margin: 10px 0 0 0;
        font-family: "Gothic MB101 DemiBold", 'Noto Sans JP', sans-serif;
    }

    .download__contents__explain__caption {
        font-size: 12px;
        font-weight: 700;
        color: #333;
        line-height: 1.8;
    }

    .download__contents__bottom {
        margin: 50px 0 100px 0;
    }
}