.p-barrier-box__item {
    width: 100%;
    text-align: center;
}
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;
    margin-top: 16px;
    font-size: 15px;
    border-radius: 24px;
    display: block;
    text-align: center;
    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;
}
.text-middle + .text-middle {
    margin-top: 16px;
}
/****************************************************

csr-top用

****************************************************/
.p-csrtop-list-container {
    padding: 16px 8px;
    margin-bottom: 64px;
    text-align: center;
}
.p-csr-top-grid {
    display: flex;
    flex-direction: column-reverse;
}
.p-csr-top-grid .col-6 {
    width: 100%;
}
.p-csrtop-list {
    display: flex;
    flex-wrap: wrap;
}
.p-csrtop-list-item {
    width: calc(100% / 2);
    margin-bottom: 40px;
}
.p-csrtop-list-item-thum img {
    width: 100px;
    height: 100px;
    margin-bottom: 8px;
    border-radius: 50%;
}
.p-csrtop-c-link {
    font-size: 12px;
}
.p-summit-eco-sec {
    display: flex;
    align-items: center;
    background: url(../images/csr/top/top-summit-logo.png) no-repeat;
    background-size: 50px 54px;
    min-height: 54px;
}
.p-summit-eco-text {
    padding-left: 60px;
    font-size: 14px;
}

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

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

.p-list02-item.p-project-theme__list .p-list02-item__title br {
    display: none;
}

@media screen and (max-width: 320px) {
    .p-csrtop-list-item-thum img {
        width: 80px;
        height: 80px;
    }
  }
