/*--PC------------------------------------------------------------*/

@charset "UTF-8";

@media screen and (min-width: 768px) {


    /*-TITLEここから-*/
    #top_box {
        display: flex;
        justify-content: center;
        padding-top: 170px;
        padding-bottom: 4%;
        background-color: #f1f7fb;
        height: 290px;
    }

    #title_icon {
        max-width: 60px;
    }

    #title_text {
        color: #3c3c3c;
        margin-left: 1%;
    }

    /*- TITLE ここまで-*/

    /*-contents-*/

    #main_content {
        display: flex;
        flex-direction: column;
        justify-content: center;
        background-color: #f1f7fb;
    }

    .main_content_kyu {
        width: 650px
    }

    /*-news1-*/

    .content_box {
        display: flex;
        flex-direction: column;
        width: 70%;
        margin-right: auto;
        margin-left: auto;
        margin-bottom: 30px;
    }

    .day_box {}

    .day_box p {
        color: #6d6d6d;
        font-size: 1.3rem;
        font-weight: 400;
    }

    .title_box {}

    .title_box p {
        color: #182f7b;
        font-size: 1.7rem;
        font-weight: 600;
        margin-top: 5px;
        margin-bottom: 5px;
    }

    .line {
        background-color: #90c3e0;
        height: 2px;
    }

    .text_box {}

    .text_box p {
        color: #000;
        font-size: 1.4rem;
        font-weight: 400;
        margin-top: 1%;
        margin-bottom: 1%;
    }

    /*-news1ここまで-*/



    /*-contentsここまで-*/


    /*--もどるボタン--*/

    #shinryou_btn {
        display: flex;
        justify-content: flex-end;
        margin-bottom: 40px;
        background-color: #f1f7fb;
        padding-top: 30px;
        padding-bottom: 50px;
    }

    #shinryou_btn_text p {
        color: #142e7a;
        text-align: right;
        font-size: 1.5rem;
        font-weight: 500;
        margin-right: 5px;
        text-align: center;
    }

    #shinryou_btn_img img {
        margin-right: 30px;
        max-width: 20px;
        vertical-align: middle;
    }

    /*--もどるボタンここまで--*/
