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


/* ==========================
======　各ページタイトル　======
============================= */

.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: #40a5f5;
    font-weight: bold;
}
.content_title .small_title {
        font-size: 85%;
        color: #666666;
}


.content_box.president {
        background: #ccdaeb;
    padding: 50px 0px;
    width: 1160px;
    margin: auto;
}

.content_box.president .content_inner {
        width: 740px;
        margin: 0 auto;
        padding: 30px;
        overflow: hidden;
    background: #fff;
}


.content_box.under_link .content_inner {
        width: 1160px;
        margin: 0px auto 20px;
        display: flex;
        justify-content: flex-end;
}

.content_box.under_link .content_inner div {
        width: 200px;
        text-align: center;
        background: #023f88;
}

.content_box.under_link .content_inner div p {
        display: inline-block;
        background: url(../../common/img/ft_bg_icon01.png)no-repeat center left;
        padding: 10px 0 10px 20px;
        color: #fff;
}


.president_image {
        overflow: hidden;
}

.president_image p {
        float: left;
    width: 502px;
    height: 212px;
}

.president_image p.image_tit {
    width: 238px;
    background: #023f88;
    color: #fff;
    font-size: 28px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 323px;
}

.president_comment {
        padding: 30px;
        background: url(../img/president_bg.png)no-repeat center top;
        line-height: 2;
    text-align: justify;
    font-size: 16px;
}

.president_comment .name {
        text-align: right;
    font-size: 18px;
    line-height: 1.5;
}

.words_detail {
    width: 100%;
    max-width: 1160px;
    margin: 0 auto 90px;
    border-top: 2px solid #9fd2fa;
        border-bottom: 2px solid #9fd2fa;
}

.words_detail dl {
        overflow: hidden;
        padding: 20px 0;
}

.words_detail dl:nth-child(even) {
        background: #f1f8fe;
}

.words_detail dl dt,
.words_detail dl dd {
        float: left;
}

.words_detail dl dt {
        float: left;
        width: 100px;
        height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.words_detail dl dd {
    float: left;
    width: 1010px;
    border-left: 1px solid #9fd3fa;
    height: 70px;
    display: flex;
    align-items: center;
    padding: 0 20px;
        font-size: 16px;
}

.words_detail dl dt p.number {
    background: #40a5f5;
    color: #fff;
    padding: 10px 16px;
    border-radius: 50px;
    font-weight: bold;
    font-size: 120%;
}



/* 環境への取り組み
=========================================*/

.content_box.welfare .contents_box {
    background: #ecf1f7;
    border-top: 2px solid #00469b;
    padding: 50px;
    margin: 0 auto 50px;
    width: 1060px;
    overflow: hidden;
    font-size: 16px;
}

.ei_L {
        float: left;
    width: 760px;
}

.ei_L ul {
        margin: 15px 0;
        padding: 10px 0;
        border-top: 1px solid #ccc;
}

.ei_L ul li {
        margin-top: 10px;
        text-indent: -2em;
    padding-left: 2em;
}

.ei_L .sign {
        text-align: right;
}

.ei_R {
        float: right;
}

/* 福利厚生への取り組み
========================== */
.container{
    margin-top: 24px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-content: space-between;
}
.container li img{
    width: auto;
    height: 300px;
    margin-bottom: 20px;
}


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

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

    body,
        header nav {
        width: 1200px;
    }
        
}*/

/* 700pxより小さい場合 */
@media screen and ( max-width: 767px ){
    ,main{
        width: 100%:;
    }
    ..content_box.welfare .contents_box {
        width: 100%;
        padding: 40px 5%;
    }

    .content_box.president {
        width: 100%;
    }
   
    .content_box.president .content_inner {
        width: 90%;
        margin: 0 auto;
        padding: 0%;
    }
   
    .president_image p {
        float: left;
        width: 100%;
        height: auto;
    }
    .content_box.under_link .content_inner {
        width: 90%;
        margin: 0px auto 20px;
        display: flex;
        justify-content: flex-end;
    }
   
.words_detail {
    width: 100%;
    max-width: 100%;
    margin: 0 auto 90px;
}

.words_detail dl dt {
    float: left;
    width: 65px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.president_image {
    overflow: hidden;
	width: 100%;
}
	.president_image img {
    width: 100%;
}

president_image p {
    width: 80%;
    float: left;
}
.president_image p.image_tit {
    /*width: 20%;
    font-size: 18px;
    height: 100%;*/
    display: none;
}
.president_comment {
    width: 90%;
    background-size: cover;
    padding: 5%;
}
.words_detail dl dd {
    width: 80%;
}
.ei_L {
    width: 100%;
}
ei_R {
    float: inherit;
    width: 20px;
}
.content_box.welfare .contents_box {
    width:90%;
    padding: 5%;
}
.words_detail dl {
    /* overflow: hidden; */
    padding: 132px 0;
    display: flex;
}

}


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

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

        
}
.smalltitle{
    font-size: 116%;
}

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

@media print {}