@charset "UTF-8";

/*現在、被災地支援募金はありません*/
#noCharityContents {
    display: none;
    margin-top: 6%;
}
#noCharityContents .caution_wrap {
    -webkit-box-pack:center;
    -webkit-justify-content:center;
    -ms-flex-pack:center;
    justify-content:center;
}
#noCharityContents p {
    text-align: center;
}

#charity .img_top {
    width: 63%;
    margin: 0 auto 8%;
    max-width: 320px;
}
#charity .note_list {
    padding-top: 2%;
}
@media screen and (min-width: 641px) {
    #charity .img_top {
        margin: 0 auto 35px;
    }
}

/* お申し込みのご注意事項セクションの初期状態を非表示設定に変更 */
#attention {
    display: none;
}
