.sp {
    display: none;
}
.body_wrapper {
    background: #fff;
}
.top_contents {
    margin: 30px 9%;
}
.top_block {
    margin: 40px 0;
}
.top_block a {
    display: block;
}
.top_block p {
    font-size: 1.2rem;
}
.body_wrapper img{
    width: 100%;
}
.top_contents h2 {
    background: #ffe200;
    padding: 10px 0;
    margin-bottom: 30px;
} 
.main_img,.manga_theme,.yosen_theme,.yoko_link,.web_link,.manga_yosensokuho {
    margin-bottom: 30px;
}
.main_img {
    text-align: center;
    width: 100%;
    margin: 0 auto;
}
.main_img img {
    width: 100%;
/*    margin: 30px 0;*/
}
/*予選テーマ*/
.top_contents .yosen_theme {
    width: 40%;
}
/*募集要項*/
.yoko_link {
    display: flex;
    justify-content: space-between;
}
.yoko_link a {
    width: 24%;
}
.yoko_link a img {
    display: block;
    width: 100%;
}
/*予選応募特典*/
/*.coming_soon {
    margin: 80px 0;
}*/
.koshien_tokuten {
    display: flex;
    justify-content: space-between;
}
.koshien_tokuten div {
    width: 32%;
}

/*まんが甲子園関係電子書籍*/
.koshien_link {
    display: flex;
    justify-content: space-between;
}
.koshien_link a {
    width: 49%;
}
/*まんが甲子園とはなど*/
.info_link  div{
    width: 49%;
    display: inline-block;
}
.manga_info .title {
     margin: 30px auto 0; width: 25%;
}
/*終了タイトル*/
.text_title {
    font-weight: bold;
    font-size: 1.7rem;
    margin: 40px 0;
}
hr {
    margin: 30px 0;
}
/*イベントスケジュール*/
.manga-koshien-schedule {
    margin: 20px 0;
    display: flex;
    justify-content: space-between;
}
.manga-koshien-schedule div {
    width: 49%;
}
.koshien_link_a {
    margin: 30px 0;
    font-size: 1.5rem;
}
.koshien_link_a a {
    display: inline;
}
/*まんが甲子園オンラインロゴ*/
.onlin_logo {
    max-width: 300px;
}
a.koshien_info {
    background: #ffc000;
    padding: 10px;
    color: #000;
    text-decoration: none;
    margin: 10px auto; 
    display: inline-block;
    box-shadow: 1px 5px 11px -3px rgba(0, 0, 0, .5);
}
@media screen and (max-width: 767px) { 
    .sp {
        display: block;
    }
    .pc {
        display: none;
    }
    .cms .body_wrapper {
        padding-top: 90px;
    }
    .main_img {
        width: 100%;
        margin: 0;
    }
/*    .main_img img {
        margin-top: 0;
    }*/
   .manga_info .title {
        width: 40vw;
        margin: 0 auto;
    }

    .top_contents {
        margin: 30px 10px;
    }
    hr {
        margin: 20px 0;
    }
    .top_block p {
        font-size: 3vw;
    }
    .koshien_link {
        display: block;
    }
    .koshien_link a {
        width: 100%;
        margin-bottom: 10px;
    }
    .koshien_tokuten {
        display: block;
    }
    .koshien_tokuten div {
        width: 100%;
        margin:0 auto 30px auto;
    }
    .text_title {
        font-size: 4.5vw;
    }
    .manga-koshien-schedule {
        display: block;
    }
    .manga-koshien-schedule div {
        display: block;
        width: 100%;
        margin-top: 30px;
    }
    .koshien_link_a {
        font-size: 5vw;
    }
    .onlin_logo {
    max-width: 150px;
}
/*    .yoko_link {
        display: block;
    }
    .yoko_link a {
        width: 100%;
        margin-bottom: 30px;
    }*/
}
