/* 767px以下に適用されるCSS（SP用） */

@media screen and (max-width: 767px) {


/*-TITLE-*/
#top_box {
    display: flex;
    justify-content: center;
    padding-top: 40px;
    padding-bottom: 4%;
    background-color: #f1f7fb;
    height: 120px;}

#title_icon{
        max-width: 40px;}

#title_text {
        color: #3c3c3c;
        margin-left: 2%;
    font-size: 1.3rem;
    letter-spacing: 0.3rem;
    }



/*-TITLEここまで-*/


    /*-contents-*/

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




   /*-news1-*/

.content_box {
    display: flex;
    flex-direction: column;
    width: 86%;
    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.5rem;
    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: 2%;
    margin-bottom: 1%;
    line-height:2.5rem;
    }

   /*-news1ここまで-*/



    /*-contentsここまで-*/


    /*--戻る ここから--*/

    .shinryou_return_btn {
        color: #142e7a;
        text-align: right;
        font-size: 1.3vw;
        margin-right: 10px
    }
    #shinryou_btn img{
        width: 1.5%;
        height: 1.5%;
        text-align: right;
        
    }
    #shinryou_btn {
        margin: 1%;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        display: none;
    }

    /*--戻る ここまで--*/

