@charset "utf-8";
/*--------------------------------------------------------

	subject_style

	01. forPC Layout

	02. forSP Layout

--------------------------------------------------------*/




/********************************************************************************

	01. forPC Layout

********************************************************************************/

.title_wrap {
    background: #b0ddf0;
}
.title_suject:after {
    background: #0095e5;
}
.box .box_inner {
    background: #b0ddf0;
}





/********************************************************************************

	02. forSP Layout
    *横幅が667px以下の場合


********************************************************************************/

@media screen and (min-width: 0px) and (max-width: 668px) {








}
