@charset "utf-8";
/*--------------------------------------------------------

	subject_style

	01. forPC Layout

	02. forSP Layout

--------------------------------------------------------*/




/********************************************************************************

	01. forPC Layout

********************************************************************************/

.title_wrap {
    background: #c0e2cd;
}
.title_suject:after {
    background: #0a8e3d;
}
.box .box_inner {
    background: #c0e2cd;
}

.box .box_inner a {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0;
    width: 100%;
    background: none;
}
.substance {
    position: relative;
    display: flex;
    align-items: center;
    height: 200px;
    width: 288px;
    background: #fff;
}
.substance img {
    margin: 0 auto;
    border: 1px solid #efefef !important;
}

/*追加CSS*/
.letter_spacing_txt {
/*letter-spacing: -.07em;*/
}



/********************************************************************************

	02. forSP Layout
    *横幅が667px以下の場合


********************************************************************************/

@media screen and (min-width: 0px) and (max-width: 668px) {


.box .box_inner a {
    justify-content: center;
}





}
