@charset "UTF-8";
/*! =========================================================
 設定ファイルの読み込み
========================================================= */
/*! =========================================================
 category
========================================================= */
.c-headingLv3-emColor::before{font-weight:400;content:"—— ";letter-spacing:-2px}
.c-card-horizontalHead .c-card_title{font-size:24px}
.c-card-horizontalHead .c-card_img{background-color:#f2f2f2}
.c-card-horizontalHead .c-card_img>img{-o-object-fit:contain;object-fit:contain}
@media only screen and (min-width:968px){
/*! Large only */

}
@media only screen and (max-width:967px){
/*! Medium and Small */

}
@media only screen and (min-width:600px){
/*! over Medium */

}
@media only screen and (min-width:600px) and (max-width:967px){
/*! Medium only */

}
@media only screen and (max-width:599px){
/*! Small only */

}