@charset "utf-8";

/* ++++++++++++++++++++++++++++++++++++++++++++++++ */
@media screen and (max-width: 768px), print {
/* ++++++++++++++++++++++++++++++++++++++++++++++++ */

/*================*/
.press .press-accordion{
    padding-bottom: 15.38vw;
}

/*================*/
.press .accordion__contents-inner{
    padding-bottom: 10.26vw;
}
.press .press__list{
    display: grid;
    row-gap: 5.13vw;
}
.press .press__date{
    font-weight: 700;
    font-size: 3.59vw;
    line-height: 1.71;
    letter-spacing: 0.04em;
}
.press .press__item{
    font-weight: 400;
    font-size: 3.59vw;
    line-height: 1.71;
    letter-spacing: 0.04em;
}
.press .press__link{
    position: relative;
}
.press .press__link--pdf{
    padding-right: 6.15vw;
}
.press .press__link--pdf::after{
    content: "";
    position: absolute;
    bottom: 0.6vw;
    right: 1vw;
    width: 3.85vw;
    height: 3.85vw;
    background: url("../../images/icon_pdf.svg") no-repeat center;
    background-size: contain;
}
.press.detail .pdf-btn{
    margin-top: 20px;
}
.press.detail .pdf-btn__link{
    position: relative;
    padding-right: 6.15vw;
    font-size: 3.59vw;
    line-height: 1.71;
    letter-spacing: 0.04em;
    transition: text-decoration 0.3s ease;
}
.press.detail .pdf-btn__link::after{
    content: "";
    position: absolute;
    bottom: 0.6vw;
    right: 1vw;
    width: 3.85vw;
    height: 3.85vw;
    background: url("../../images/icon_pdf.svg") no-repeat center;
    background-size: contain;
}
/* ++++++++++++++++++++++++++++++++++++++++++++++++ */
} /* end of media query */
/* ++++++++++++++++++++++++++++++++++++++++++++++++ */

