.p-barrier-sec {
    width: 100%;
    margin: 0 auto;
}
h2.p-title-h2.p-bn-type {
    padding-left: 28px;
}
h2.p-title-h2.p-bn-type:before {
    content: '';
}
h2.p-title-h2 {
    padding-left: 0;
}
h2.p-title-h2:before {
    content: none;
}
.p-barrier-subtitle {
    background: #059C40;
    padding: 8px 24px;
    margin-left: 16px;
    font-size: 20px;
    border-radius: 24px;
    display: inline-block;
    vertical-align: bottom;
    color: #fff;
}
.p-barrier-icon {
    position: relative;
    padding-left: 60px;
}
.p-barrier-icon::before {
    position: absolute;
    content: '';
    background: url(../images/csr/barrier-icon.png) no-repeat;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    width: 54px;
    height: 42px;
}
.p-barrier-box {
    display: flex;
    flex-wrap: wrap;
    margin-left: -24px;
}
.p-barrier-box__item {
    width: 31%;
    text-align: center;
    margin: 0 12px;
}
.p-barrier-box__item::after {
    content: "";
    display: block;
    width: 32%;
    height: 0;
}
.text-middle + .text-middle {
    margin-top: 16px;
}


/****************************************************

csr-top用

****************************************************/

.p-wide-img {
    min-width: 1140px;
}
.p-csrtop-list-container {
    padding: 40px;
    margin-top: 80px;
    margin-bottom: 64px;
    text-align: center;
}
.p-csrtop-list {
    display: flex;
    flex-wrap: wrap;
}
.p-csrtop-list-item {
    width: calc(100% / 3);
    margin-bottom: 40px;
}
.p-csrtop-list-item-thum img {
    width: 200px;
    height: 200px;
    margin-bottom: 8px;
    border-radius: 50%;
}
.p-summit-eco-sec {
    display: flex;
    align-items: center;
    background: url(../images/csr/top/top-summit-logo.png) no-repeat;
    background-size: 100px 117px;
    min-height: 117px;
}
.p-summit-eco-text {
    padding-left: 120px;
    font-size: 16px;
}

.u-flx-center {
    justify-content: center;
    align-items: center;
}

.c-btn.p-csrtop-btn {
    margin-left: 0;
    margin-right: 0;
}

.p-csr-top-grid .p-title-h3 {
    margin-top: 80px;
}

.p-list02-item.p-project-theme__list .p-list02-item__title {
    text-align: center;
    color: #059C40;
    font-weight: 700;
    line-height: 1.4;
}



