/*ヘッダメニュー*/
#eneso header .contents-menu a{
    text-align: center;
}


/*研究・開発の取り組み*/
.innovation-image{
    position:relative;
    width: 100%;
    max-width: 750px;
    margin: 0 auto;
    padding-bottom: 20px;
}

.innovation-image img{
    position: relative;
    z-index: 2;
}

.innovation-image::after{
    display: inline-block;
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0px 475px 200px 475px;
    border-color: transparent transparent #ddd transparent;
    left: -14%;
    bottom: 10px;
    z-index: 1;
}

.innovation{
    display:flex;
    justify-content: space-around;
}


.innovation-item{
    width: 30%;
    padding: 16px;
    box-sizing: border-box;
    border-radius: 10px;
}

.innovation-item-yellow{
    background-color:#fff8c8;
}

.innovation-item-green{
    background-color:#dbfbe0;
}

.innovation-item-blue{
    background-color:#e6f6ff;
}

.innovation-text-large{
    font-size: 1.3em;
    font-weight: bold;
}

.innovation-text-large-top{
    font-size: 1.5em;
    font-weight: bold;
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: center;
    color: #fff;
    background: #636567;
    border-radius: 10px;
    max-width: 980px;
    margin: 0 auto;
}

.eneso_button{
    background-color: #fff;
    border: 2px solid #3a5199;
    border-radius: 44px;
    padding: 16px 16px 16px 80px;
    font-size: 1.5em;
    text-decoration: none;
    color: #3a5199;
    width: 100%;
    max-width: 400px;
    display: block;
    margin: 0 auto;
    position: relative;
    font-weight: bold;
     box-shadow: 8px 8px 0px 0px rgba(162, 177, 192, 0.4);
     text-indent: 1em;
}

.eneso_button::after{
    display: inline-block;
    position: absolute;
    content: "";
    background: url(../../senryaku/kenkyu/img/book.png) no-repeat;
    width: 2em;
    height: 2em;
    left: 1em;
    top: 10px;
    background-size: contain;
}


.buttom_wide{
    max-width: 500px;
}

@media screen and (max-width: 640px) {

    .innovation-image::after{
        display: inline-block;
        position: absolute;
        content: "";
        width: 300px;
        height: 80px;
        background: #d3d3d3;
          border-style: none;
        clip-path: polygon(0 100%, 50% 0, 100% 100%);
        left: calc((100% - 300px) / 2);
    }

    .innovation-text-large-top{
        font-size: 1.3em;
        border-radius: 15px;
    }

    .innovation{
        flex-direction: column;
    }


    .innovation-item{
        width: 100%;
        margin-bottom: 16px;
    }

    .innovation-text-large-top{
        font-size: 1.3em;
    }

    .innovation-text-large{
        font-size: 1.2em;
        font-weight: bold;
    }

    .eneso_button{
        padding: 8px 32px 8px 60px;
        font-size: 1em;
        text-indent: 0em;
        max-width: 90%;
    }

    .eneso_button::after{
        width: 1.5em;
        height: 1.5em;
    }

}

/* 知的財産への取り組み */

.chizai_philosophy_title{
    font-size: 1.5em;
    color: #4f86c6;
    font-weight: bold;
    background-color: #fff;
    padding: 8px;
    text-align: center;
    border-bottom: none;
    list-style: none;
}

.chizai_philosophy{
    background: #efefef;
    padding: 24px;
}

.chizai_philosophy_lg{
    font-size: 1.3em;
    color: #4f86c6;
    font-weight: bold;
}

@media screen and (max-width: 640px) {
    .chizai_philosophy_title{
    font-size: 1.2em;
    padding: 8px;
    }

.chizai_philosophy{
    padding: 16px;
}

.chizai_philosophy_lg{
    font-size: 1.1em;
}
}