@charset "utf-8";

/* ++++++++++++++++++++++++++++++++++++++++++++++++ */
@media screen and (min-width: 769px) and (max-width: 960px) {
/* ++++++++++++++++++++++++++++++++++++++++++++++++ */

/*================*/
.press .press-accordion{
    padding-bottom: 80px;
}

/*================*/
.press .accordion__contents-inner{
    padding-bottom: 40px;
}
.press .press__list{
    display: grid;
    row-gap: 20px;
}
.press .press__line{
    display: flex;
    column-gap: 30px;
}
.press .press__date{
    font-weight: 700;
    font-size: 14px;
    line-height: 1.71;
    letter-spacing: 0.04em;
}
.press .press__item{
    padding-right: 24px;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.71;
    letter-spacing: 0.04em;
}
.press .press__link{
    position: relative;
    transition: opacity 0.3s ease;
}
.press .press__link:hover{
    opacity: 0.7;
}
.press .press__link--pdf::after{
    content: "";
    position: absolute;
    bottom: 0.2em;
    right: -24px;
    width: 15px;
    height: 15px;
    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: 24px;
    font-size: 14px;
    line-height: 2;
    letter-spacing: 0.04em;
    transition: text-decoration 0.3s ease;
}
.press.detail .pdf-btn__link::after{
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 15px;
    height: 15px;
    background: url("../../images/icon_pdf.svg") no-repeat center;
    background-size: contain;
}
.press.detail .pdf-btn__link:hover{
    text-decoration: underline;
}
/* ++++++++++++++++++++++++++++++++++++++++++++++++ */
} /* end of media query */
/* ++++++++++++++++++++++++++++++++++++++++++++++++ */

