@charset "utf-8";
/* CSS Document */


body{
    word-break:break-word ;
}
/* ==========================
======　各ページタイトル　======
============================= */

.page_visual {
    background: url(../img/page_visual.png)no-repeat center center;
    padding: 63px 0;
    background-size: cover;
    margin: 87px auto 0;
    width: 100%;
    max-width: 1366px;
}

.page_visual .content_title {
        text-align: center;
        margin: 0;
}

.page_visual .content_title .big_title {
    font-size: 24px;
    color: #FFF;
    font-weight: normal;
}
.page_visual .content_title .small_title {
        font-size: 85%;
        color: #FFF;
}




/* ==========================
==========　メイン　===========
============================= */


.content_title {
        text-align: center;
        margin: 50px 0 30px;
}

.content_title .big_title {
    font-size: 30px;
    color: #00469b;
    font-weight: bold;
}
.content_title .small_title {
        font-size: 85%;
        color: #666666;
}



.comment p {
        display:flex;
        justify-content: center;
    font-size: 130%;
    margin: 50px 0;
    line-height: 1.8;
}

.content_box.business {
    margin-bottom: 50px;
    margin-top: 65px;
}

.content_box.business ul {
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    align-content: space-between;
    flex-wrap: wrap;
    width: 1160px;
    height: 600px;
    margin: 25px auto;
}

.content_box.business ul li {
        width: 570px;
    height: 290px;
        overflow: hidden;
}



/* 固有のスマホ対応記述
========================== */

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

    /*body,
        header nav {
        width: 1200px;
    }-*/
       
}
/* 700pxより小さい場合 */
@media screen and ( max-width: 767px ){
	
.ft_box .ft_R ul {
    float: left;
    /* margin-left: 40px; */
    color: #FFF;
    width: 90%;
}
.ft_box {
    overflow: hidden;
    padding: 30px 0;
    width: 90%;
}
.page_visual {
    background: url(../img/page_visual.png)no-repeat center center;
    padding: 63px 0;
    background-size: cover;
    margin: 45px auto 0;
	}.content_box.business ul {
        overflow: hidden;
        display: flex;
        width: 100%;
        height: auto;
        margin: 25px auto;
    }
    .content_box.business ul li {
        width: 570px;
        height: auto;
        overflow: hidden;
        margin: 5px auto;
    }
}


/* 400pxより小さい場合 */
@media screen and ( max-width: 400px ){

        .content_title .big_title {
                font-size: 160%;
        }
        .content_title {
                margin: 20px 0;
        }

       
}


/* 360pxより小さい場合 */
@media screen and ( max-width: 360px ){
       
       
}



@media print {


}