@charset "UTF-8";

/*-----------見出しデザイン------------*/
.heading.block_header_3 {
    background: #FF0000;
}

a#pay+section .heading.block_header_3 {
    background: #060063;
}

/*-----------Service1の装飾----------*/
.heading.block_header_3 .h {
    color: #fff;
    font-weight: bold;
}

a#under+section .inner_item_txt p {
    border-bottom: 5px solid yellow;
    line-height: 1.5;
    letter-spacing: 0;
}

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