/* 秋の色　#006934 */

.bg-color {
    background-color: #006934 !important;
}

.hidden {
    overflow: hidden;
}

.size__list-contents {
    max-width: calc(1000px + 15px * 2);
    margin-left: auto;
    margin-right: auto;
    padding: 15px;

}

.size__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 60px 40px;

}

.size__item {
    width: 220px;

}

.size__img, .news-size__img {
    transition: opacity .3s;

}

.size__img:hover {
    opacity: .7;
    cursor: pointer;
}

.news-size__img:hover {
    opacity: .7;
    cursor: pointer;
}

.size__img img {}

.size__text-contents {
    text-align: center;

}

.size__vol {}

.size__date {}

.size__link {
    font-size: 20px;
    color: #333;
    display: flex;
    gap: 5px;
    justify-content: center;


}

.size__link-img {
    width: 20px;

}

.size__link-text {
    color: blue;
    text-decoration: underline;


}

.size__code {
    text-align: center;
    margin-top: 20px;

}

.size__code-img {
    width: 120px;
    margin-left: auto;
    margin-right: auto;

}

.size__code-img img {}

.size__code-text {}

.modal__contents {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(0, 0, 0, 0.61);
    width: 100%;
    height: 100vh;
    z-index: 1000;
    margin: 0 auto;
    text-align: center;
    display: none;
}

.modal__img {
    margin-top: 100px;

}

svg {
    width: 300px;
}

.thanks__logo {
    width: 300px;
}

/* index.htmlのバックナンバー */

.news-size {
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 30px;
}

.news-size__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 70px 60px;


}

.news-size__item {}

.news-size__img {}

.news-size__img img {}

.news-size__text-contents {
    text-align: center;

}

.news-size__head {
    display: flex;
    align-items: center;
    gap: 5px;
    justify-content: center;
    margin-top: 10px;

}

.news-size__main {
    font-size: 18px;
    font-weight: bold;

}

.news-size__date {}

.news-size__title {}

.news-size__title-title {
    display: block;
    line-height: 1;
}

.news-size__title__name {
    display: block;

}

.news-size__title-link {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    background: #d9d9d9;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    padding: 0 5px;
    margin-top: 8px;

}

.news-size__title-link img {
    width: 18px;

}

.news-size__title-link-text {
    font-size: 18px;
    padding-top: 2px;

}

.news-size__qr {
    text-align: center;

}

.news-size__qr-text {
    font-size: 12px;

}

.news-size__qr-img {
    width: 120px;
    margin-left: auto;
    margin-right: auto;

}

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

    .size__item {
        width: 100%;

    }

    .size__code {
        display: none;
    }

    .size__link-text {
        font-size: 18px;

    }

    .news-size__list {
        display: block;
    }

    .news-size__item+.news-size__item {
        margin-top: 50px;

    }

    .news-size__qr {
        display: none;
    }

    .news-text {
        margin-top: 15px;
    }

    .news-size__text-contents {
        margin-top: 10px;
    }
}

.news-title {
    font-size: 21px;
}