@charset "UTF-8";

body {
    background: #fff;
    background-image: none;
}

#info .sectionSet h2 {
    margin: 2.5rem auto 0.7rem;
}

#info .sectionSet p {
    margin: 1rem;
}

#info .sectionSet h3 {
    margin: 1.5rem auto 0.7rem;
}

/* その他・免責・注意事項（黒丸リスト） */
.checkList {
    margin: 0.1rem 1rem 0.1rem 3rem;
}

.checkList li{
    list-style-position: outside;
    list-style-type: disc;
    padding-bottom: 0.5rem;
}

.checkList li:last-child {
    padding-bottom: 0;
}