@charset "UTF-8";

/*---------------見出しのカラー---------------*/
a#pay2+section .heading.block_header_3 {
    background: #e24c1c;
    border-radius: 20px;
}

a#pay2+section .heading.block_header_3 .h {
    color: #fff;
    font-weight: bold;
    font-size: 28px;
}

a#set+section .heading.block_header_3 {
    background: #060063;
    padding: 30px;
}

a#set+section .heading.block_header_3 .h {
    color: #fff;
    font-size: 28px;
}

/*-------------無料講座案内パンフレット-----------*/
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;
   }
}