@charset "UTF-8";

/*---------------コンテンツ幅----------------*/
.width_fixed>.content_wrapper {
    max-width: 1000px !important;
}

/*------------資格講座の画像調整----------------*/
a#qualification+div .inner_item_img img {
    width: auto !important;
    max-width: 100%;
    height: auto !important;
    object-fit: contain;
}

/*-------------無料講座案内パンフレット-----------*/
a#sp_bl+section .inner_item_img img {
    display: none;
}

@media screen and (max-width: 900px) {
   a#pc_bl+section .inner_item_img img {
    display: none;
   }

   a#sp_bl+section .inner_item_img img {
    display: block;
   }
}