<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";






/* アコーディオンメニューの3つめにmargin-bottom */
/*----------------------------------------------*/
.main_contents:nth-child(5) {
	margin-bottom: 100px;
}


/* MEDIAQUERY for PC（ウィンドウ幅が961px以上の場合に適用するCSS）
-------------------------------------------------------------------- */
@media screen and (min-width: 961px) {

}




/* MEDIAQUERY for TABLET（ウィンドウ幅が0～960pxの場合に適用するCSS）
-------------------------------------------------------------------- */
@media screen and (max-width: 960px) {

}




/* MEDIAQUERY for SMARTPHONE（ウィンドウ幅が0～480pxの場合に適用するCSS）
-------------------------------------------------------------------- */
@media screen and (max-width: 480px){

}
</pre></body></html>