@charset "utf-8";

#mainContents > section{
    margin-bottom: 40px;
}
#mainContents h4{
    font-weight: bold;
    font-size: 16px;
    color: #2B2689;
    margin-bottom: 8px;
}
#mainContents ol.pointList{
    margin-bottom: 16px;
}
#mainContents p{
    margin-bottom: 16px;
}


/*-- 以下PC --*/
@media (min-width:1061px){


}

/*-- 以下スマートフォン --*/
@media (max-width:1060px){

}





