@charset "UTF-8";

/*-----あなたは何が必要ですか？_文字サイズ調整-----*/
#top_you_need + div .heading+.add_text {
    font-size: 2.2rem;
    font-weight: 700;
}
@media screen and (max-width: 800px) {
#top_you_need + div .heading+.add_text {
    font-size: 1.8rem;
}
}