@charset "UTF-8";

/*----------LV下のタイトル箇所--------*/
a#one+section .heading.block_header_6 .h {
    font-size: 3rem;
    font-weight: 400;
    line-height: 1;
}

a#one+section .heading.block_header_6 p {
    margin-top: 10px;
    color: #f29439;
    font-weight: 600;
}

/*----------認定証のタイトル-----------*/
a#itsa+section .heading+.add_text {
    font-size: 2.5rem;
    font-weight: 600;
}

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