@charset "utf-8";

/*-----------------------------------pagetitle↓↓↓↓↓*/
.pagetitle{
    background-image:url(./images/topics-pagetitle_bg.jpg);
}
/*-----------------------------------pagetitle↑↑↑↑↑*/
.mainContainer h4{
    color:#93C74C;
}



/*===============================================
●style.css 画面の横幅が769px以上
===============================================*/
@media print,screen and (min-width: 769px){

}


/*===============================================
●smart.css  画面の横幅が768pxまで
===============================================*/
@media screen and (max-width:768px){

}

