@charset "UTF-8";

/*-----------------------------ご紹介上パーツ---------------------------------*/
#width-save + section .content_wrapper h2 {
    font-size: 4.5rem;
    line-height: 1.5;
}

#width-save + section .add_content-wrap > ul > li .textarea > h3 {
    text-align: center;
}

@media screen and (max-width: 695px) {
#width-save + section .content_wrapper h2 {
    font-size: clamp(19px, 5vw, 30px);
}
#width-save + section .add_content-wrap > ul > li .textarea > strong {
    font-size: 5rem;
}

#width-save + section .add_content-wrap > p {
    text-align: center;
}
}

@media screen and (max-width: 400px) {
#width-save + section .add_content-wrap > ul > li .textarea > strong {
    font-size: 3.5rem;
}
}