
.p-ep100__contens{
    color: #333;
    font-size: 1.4rem;
    line-height: 1.57;
    letter-spacing: .06rem;
}
.p-ep100__sec{
    width: 100%;
    box-sizing: border-box;
    padding: 85px 0 100px;
}
.p-ep100__sec--bg_gray{
    background: #F5F5F5;
}
.p-ep100__sec-inner{
    max-width: 1080px;
    box-sizing: border-box;
    padding: 0 40px;
    margin: 0 auto;
}
.p-ep100__main-subttl{
    text-align: center;
    font-size: 1.6rem;
    line-height: 1.375;
    letter-spacing: .1rem;
    margin-bottom: 8px;
}
.p-ep100__main-mainttl{
    text-align: center;
    font-size: 3.2rem;
    line-height: 1.125;
    letter-spacing: .1rem;
    margin-bottom: 60px;
}
.p-ep100__cont_half{
    display: flex;
    justify-content: space-between;
    margin-bottom: 24px;
}
.p-ep100__cont_half--reverse{
    flex-direction: row-reverse;
}
.p-ep100__cont_half:last-child{
    margin-bottom: 0;
}
.p-ep100__blk_half{
    width: calc((100% - 40px) /2);
}

.p-ep100__sec_img{
    display: block;
    width:  100%;
    box-sizing: border-box;
    margin-bottom: ;
}

.p-ep100__sec_img_border{
    /* border: 1px solid #707070; */
    border: 1px solid #E6E6E6;
}

.p-ep100__box{
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #CCCCCC;
    padding: 24px 32px;
    margin-top: 45px;
}

.p-ep100__sec_ttl{
    font-size: 2.8rem;
    line-height: 1.28;
    letter-spacing: .1rem;
    text-align: center;
}
.p-ep100__sec_ttl_sub{
    font-size: 2.0rem;
    line-height: 1.3;
    letter-spacing: .1rem;
    text-align: center;
    margin-top: 32px;
    margin-bottom: 60px;
}
.p-ep100__sec_lead{
    margin-top: 50px;
    margin-bottom: 35px;
}
.p-ep100__visual{
    width: 100%;
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url('/solution/energy-productivity/assets/img/img_sec003_bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}
.p-ep100__visual::after{
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.1);
    position: absolute;
    z-index: 2;
}
.p-ep100__visual_ttl{
    color: #fff;
    font-size: 2.8rem;
    line-height: 1.28;
    letter-spacing: .1rem;
    max-width: 1000px;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 0 40px;
    position: absolute;
    z-index: 3;
}
.p-ep100__blk-ttl{
    font-size: 2.4rem;
    line-height: 1.16;
    letter-spacing: .1rem;
    margin-bottom:32px;
}
.p-ep100__blk-text{
    font-size: 1.4rem;
    line-height: 1.57;
    letter-spacing: .06rem;
    margin-bottom: 32px;
}
.p-ep100__blk-text:last-child{
    margin-bottom: 0;
}
.p-ep100__blk-note{
    display: block;
    font-size: 1.1rem;
    line-height: 1.45;
    letter-spacing: .06rem;
    margin-top: 8px;
}
.p-ep100__blk-img_box{
    margin-bottom: 50px;
}
.p-ep100__blk-img_box:last-child{
    margin-bottom: 0;
}
.p-ep100__blk-img{
    margin-bottom: 10px;
}

.p-ep100__cont_col3{
    display: flex;
    justify-content: space-between;
    margin-bottom: 100px;
}
.p-ep100__cont_col3:last-child{
    margin-bottom: 0;
}
.p-ep100__blk_col3{
    width: calc((100% - 100px) / 3);
}

.p-ep100__blk_link{
    color: #333;
    text-decoration: none;
    transition: .3s;
}
.p-ep100__blk_link:hover{
    opacity: .7;
}
.p-ep100__blk_col3_company{
    font-size: 1.8rem;
    line-height: 1.33;
    letter-spacing: .1rem;
    margin-bottom: 16px;
}
.p-ep100__blk_col3_ttl{
    font-size: 2.4rem;
    line-height: 1.16;
    letter-spacing: .1rem;
    margin-bottom: 24px;
}
.p-ep100__blk_col3_ttl--product{
    font-size: 1.8rem;
    line-height: 1.33;
    letter-spacing: .1rem;
    margin-bottom: 20px;
    color: #005EB8;
}
.p-ep100__blk_col3_text{
    margin-bottom: 24px;
}
.p-ep100__blk_col3_text:last-child{
    margin-bottom: 0;
}
.p-ep100__blk_col3_detail{
    color: #005EB8;
    display: flex;
    align-items: center;
}
.p-ep100__blk_col3_detail::after{
    content: "";
    width: 10px;
    height: 10px;
    margin-left: 4px;
    background-image: url('/assets/img/arrow_button_blue_right.svg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.p-ep100__blk_col3_img{
    margin-bottom: 24px;
}
.p-ep100__blk_col3_img-border{
    border: 1px solid #E6E6E6;
}

.p-ep100__contact{
    width: 100%;
    box-sizing: border-box;
    padding: 75px 0;
    background: #CCDFF0;
}
.p-ep100__contact_ttl{
    text-align: center;
    font-size: 1.8rem;
    line-height: 1.33;
    letter-spacing: .1rem;
    margin-bottom: 36px;
}
.p-aside__contact_btn{
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 320px;
    height: 56px;
    margin: 0 auto;
    text-decoration: none;
    font-size: 1.4rem;
    letter-spacing: .06rem;
    background: #fff;
    border: 1px solid #005EB8;
    color: #005EB8;
    transition: .3s;
}
.p-aside__contact_btn:hover{
    opacity: .7;
}
.p-aside__contact_btn::after{
    content: "";
    width: 12px;
    height: 12px;
    margin-left: 4px;
    background-image: url('/assets/img/link_ico_open-in-new.svg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.p-aside__contact_btn_icon{
    width: 80px;
    margin-right: 8px;
}

.p-ep100__bnrarea{
    padding: 48px 0;
}
.p-ep100__banner{
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: row-reverse;
}
.p-ep100__banner_blk{
    width: 50%;
}
.p-ep100__banner_text_area{
    box-sizing: border-box;
    padding: 40px 30px 40px 40px;
    border: 1px solid #CCC;
    border-right: none;
}
.p-ep100__banner_img_box{
    background-image: url('/solution/energy-productivity/assets/img/img_banner.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.p-ep100__banner_img{
    display: none;
}
.p-ep100__banner_ttl{
    font-size: 1.8rem;
    line-height: 1.33;
    letter-spacing: .1rem;
    margin-bottom: 16px;
}
.p-ep100__banner_text{
    font-size: 1.2rem;
    line-height: 1.45;
    letter-spacing: .06rem;
    margin-bottom: 16px;
}
.p-ep100__blk_banner_detail{
    display: flex;
    align-items: center;
    color: #005EB8;
}
.p-ep100__blk_banner_detail::after{
    content: "";
    width: 12px;
    height: 12px;
    margin-left: 4px;
    background-image: url('/assets/img/link_ico_open-in-new.svg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.p-ep100__banner_text:last-child{
    margin-bottom: 0;
}
.u-display_pc{
    display: block!important;
}
.u-display_sp{
    display: none!important;
}


@media only screen and (max-width: 767px) {
    .p-ep100__sec{
        padding: 35px 0 75px;
    }
    .p-ep100__sec-inner{
        padding: 0 20px;
    }
    .p-ep100__main-subttl {
        text-align: center;
        font-size: 1.3rem;
        margin-bottom: 16px;
    }
    .p-ep100__main-mainttl {
        font-size: 2.2rem;
        margin-bottom: 30px;
    }
    .p-ep100__cont_half{
        display: block;
    }
    .p-ep100__blk_half{
        width:  100%;
        margin-bottom: 35px;
    }
    .p-ep100__blk_half:last-child{
        margin-bottom: 0;
    }
    .p-ep100__box {
        padding: 12px 16px;
        margin-top: 30px;
    }
    .p-ep100__sec_ttl {
        font-size: 1.8rem;
        line-height: 1.33;
        letter-spacing: .1rem;
    }
    .p-ep100__sec_ttl_sub{
        font-size: 1.4rem;
        line-height: 1.57;
        letter-spacing: .06rem;
        text-align: left;
        margin-top: 24px;
        margin-bottom: 16px;
    }
    .p-ep100__sec_lead {
        margin-top: 35px;
        margin-bottom: 35px;
    }

    .p-ep100__visual_ttl{
        font-size: 1.8rem;
        line-height: 1.33;
        width:  100%;
        padding: 0 20px;
        text-align: center;
    }
    .p-ep100__visual {
        height: 242px;
        background-image: url('/solution/energy-productivity/assets/img/img_sec003_bg_sp.jpg');
    }
    .p-ep100__blk-ttl_sp{
        font-size: 1.8rem;
        line-height: 1.33;
        margin-bottom:  24px;
        text-align: center;
    }
    .p-ep100__blk-img_box {
        margin-bottom: 30px;
    }
    .p-ep100__blk-img_box:last-child{
        margin-bottom: 0;
    }
    .p-ep100__blk-text {
        margin-bottom: 24px;
    }
    .p-ep100__blk-text:last-child {
        margin-bottom: 0;
    }

    .p-ep100__cont_col3{
        display: block;
        margin-bottom: 75px;
    }
    .p-ep100__blk_col3{
        width: 100%;
        margin-bottom: 32px;
    }
    .p-ep100__blk_col3:last-child{
        margin-bottom: 0;
    }
    .p-ep100__blk_col3_company {
        font-size: 1.6rem;
        line-height: 1.375;
        letter-spacing: .1rem;
        margin-bottom: 16px;
    }
    .p-ep100__blk_col3_ttl {
        font-size: 1.8rem;
        line-height: 1.33;
        letter-spacing: .1rem;
        margin-bottom: 16px;
    }
    .p-ep100__blk_col3_img {
        margin-bottom: 16px;
    }
    .p-ep100__blk_col3_ttl--product {
        margin-bottom: 16px;
    }
    .p-ep100__blk_col3_text {
        margin-bottom: 16px;
    }
    .p-ep100__banner{
        display: block;
    }
    .p-ep100__banner_blk {
        width: 100%;
    }
    .p-ep100__banner_img_box{
        background: none;
    }
    .p-ep100__banner_img{
        display: block;
        width:  100%;
    }
    .p-ep100__banner_text_area{
        padding:  15px 20px;
        border-top: none;
        border-right: 1px solid #CCC;
    }
    .p-ep100__banner_ttl{
        /* font-size: 1.4rem;
        line-height: 1.57;
        letter-spacing: .06rem; */
    }
    .p-ep100__banner_text{
        font-size: 1.4rem;
        line-height: 1.57;
        letter-spacing: .06rem;
    }

    .p-ep100__contact {
        padding: 60px 0;
    }
    .p-ep100__contact_ttl {
        font-size: 1.6rem;
        line-height: 1.375;
        letter-spacing: .1rem;
        margin-bottom: 24px;
    }
    .p-aside__contact_btn {
        max-width:300px;
    }

    .u-display_pc{
        display: none!important;
    }
    .u-display_sp{
        display: block!important;
    }
}
