.hd_txt{
    text-align: center;
    line-height: 2;
}
h2 {
    margin-bottom: 40px;
}
/*----------------------------------------------------*/
/*                        MV                          */
/*----------------------------------------------------*/
.mv_wrap{
	background-image: url('../img/service/isana/outline/isana-outline_mv_img.jpg');
    background-color: #cbdbee;
}

/*----------------------------------------------------*/
/*                        about                       */
/*----------------------------------------------------*/
.about{background-color: #ebebeb;}
.about img{
    display: block;
    margin: 53px auto 0;
}
.about_hd_txt {
    width: 100%;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.8;
    letter-spacing: 0.075em;
    text-align: center;
}
/*----------------------------------------------------*/
/*                    about_image                     */
/*----------------------------------------------------*/
section.about_image.body {
    background-color: #fafafa;
}
.about_image p{
text-align: center;
    line-height: 1.8;}
.about_image img{
    display: block;
    margin: 63px auto 30px;
}
h3{
font-weight: bold;
    font-size: 20px;
    margin-bottom: 10px;
line-height: 1.5;
}
.about_image_file {
    background: #fff;
    padding: 50px;
}
.about_image_file p{text-align: left;}

/*------table------*/
.tab_table table {
    width: 100%;
}
th, td {
    padding: 13px 22px;
    text-align: left;
    border: solid 1px #fff;
    line-height: 1.6;
}
th {
    font-weight: bold;
    width: 25%;
}
tr.tit {
    background: #CDCDCD;
    font-weight: bold;
}
tr {
    background-color: #E9E9E9;
}
tr:nth-child(2n) {
    background-color: #fafafa;
}


@media (max-width: 768px){
.about_image_file {
   padding: 50px 20px;
}
.tab_table table {
    table-layout: fixed;
}
    th,td{
        display: block;
        width: 100%;
        font-size: 17px;
    }
    th{
            font-weight: bold;
    font-size: 15px;
    }
.tit th {
    text-align: center;
}
td {
    padding-left: 13%;
}

}


/*----------------------------------------------------*/
/*                        proposal                       */
/*----------------------------------------------------*/
.proposal h2{
    margin-bottom: 30px;
}
.proposal li{
    border-bottom: solid 1px #dcdcdc;
    padding: 30px 0 30px 55px;
    position: relative;
}
.proposal li::before{
    position: absolute;
    left: 0;
    content: url('../img/worklifebalance/worklifebalance_slogan_icn.png');
}

.proposal p{
    font-size: 24px;
}
.proposal .small{
    font-size: 15px;
    margin-top: 7px;
}

/*----------------------------------------------------*/
/*               feature_introduction                 */
/*----------------------------------------------------*/
.feature_introduction {background-color: #fafafa;}
.feature_introduction li a{
    background-color: #fff;
    width: 320px;
    height: 100%;
    padding: 50px 16px;
}
.feature_introduction img{
    display: block;
    margin: auto;
}
.feature_introduction h3{
    text-align: center;
    font-size: 18px;
    margin: 23px 0;
}
.feature_introduction p{
    line-height: 2;
    font-size: 15px;
}
.feature_introduction ul{margin-bottom: 40px;}
.feature_introduction .btn_red{
    padding: 13px 0px;
    width: 227px;
    display: block;
    margin: auto;
}
/*----------------------------------------------------*/
/*                      method                        */
/*----------------------------------------------------*/
.method{background-color: #fff;}
.method_blocks{border: solid 1px #dcdcdc;}
.method .hd_txt{width: 32em;}
.method_blocks p{
font-size: 18px;
    padding: 25px 14px;
    line-height: 1.67;
}


@media (max-width: 768px){

    /*------------------------feature_introduction ---------------------------*/
    .feature_introduction li a{
        width: 100%;
        margin-bottom: 25px;
    }
    .about h2{width: 100%;}
    .about_image img{
        width: 100%;
        padding: 0;
    }
     /* --------------------------items--------------------------------- */

    .items img{
        width: 100%;
        margin-top: 35px;
    }
    /* --------------------------method--------------------------------- */
    .method .hd_txt {width: 95%;}
    .method .flex {justify-content: center;}
    .method li{
        width: 95%;
        margin-bottom: 16px;
    }
    .method .btn_black{
        width: 80%;
        font-size: 17px;
        font-size: 14px;
        padding: 9px 0px;
    }
    .method_img{width: 100%;}

    .about img{width: 100%;}
    .proposal p{
        font-size: 20px;
    }
    .proposal .small{
        margin-top: 20px;
    }
}