.sustainability-content {
    padding-top: .5rem;
}
.sustainability-content-block {
    margin-bottom: 2rem;
}

.sustainability-content-block h4 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.sustainability-content-block p {
    line-height: 1.75;
}

.sustainability-system {

}

.sustainability-system ul {
    display: flex;
    flex-wrap: wrap;
    margin: -.75rem;
}

.sustainability-system ul li {
    flex: 0 1 33.333333%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: .75rem;

    -ms-flex-negative: 1;
    -ms-flex-preferred-size: calc(33.333333% - 1.5rem);
}

.sustainability-system ul li a {
    display: block;
    width: 100%;
    height: 100%;
}

.system-item {
    border: 1px solid #ccc;
    height: 100%;
    padding: 4rem 2rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.system-item h5 {
    font-size: 1.25rem;
    margin-bottom: 1.25rem;
    font-weight: 700;
    line-height: 1.45;
}

.system-item h5 .icon-plus {
    width: 1.25rem;
    height: 1.25rem;
    line-height: 1.25rem;

    display: inline-block;
    margin-left: .25rem;
    color: #fff;
    background: #46bebe;
    text-align: center;
    font-weight: 300;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.system-item p {
    line-height: 1.75;
}


.no-mobile .system-item:hover {
    background: #46bebe;
    border-color: #46bebe;
    color: #fff;
}

.no-mobile .system-item:hover h5 .icon-plus {
    color: #46bebe;
    background: #fff;
}

.sustainability-content hr {
    margin: 3rem auto;
    opacity: 0;
}

.sustainability-process {

}

.sustainability-process ul {
    display: flex;
    flex-wrap: wrap;
    margin: -.75rem;
}

.sustainability-process ul li {
    flex: 0 1 33.333333%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: .75rem;

    -ms-flex-negative: 1;
    -ms-flex-preferred-size: calc(33.333333% - 1.5rem);
}

.process-item {
    background: #fbfbfb;
    border: 1px solid #ccc;
    height: 100%;
    padding: 3rem 1.5rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


.process-item h5 {
    font-size: 1rem;
    margin-bottom: 1.25rem;
    font-weight: 700;
    line-height: 1.45;
}

.process-item p {
    line-height: 1.625;
    margin-bottom: 3rem;
}

.process-item img {
    display: block;
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
}


.process-item dl {
    display: flex;
    margin-bottom: 1rem;
    line-height: 1.45;
    font-size: 1rem;
}


.process-item dl:last-child {
    margin-bottom: 0;
}
.process-item dl dt {
    width: 5.5rem;
    font-weight: 700;
}


html[data-language="eng"] .process-item dl dt {
    width: 6.25rem;
}

.process-item dl dd {
    flex: 1;
}

.process-item .report-download {
    margin-bottom: 4rem;
}
.process-item .report-download a {
    display: block;
    line-height: 1.625;
    font-weight: 700;
    margin-bottom: 1rem;
}

.no-mobile .process-item .report-download a:hover{
    font-weight:700; color:#46bebe;
    cursor: pointer;
}

.process-item .ask {
    font-weight: 700;
    line-height: 1.625;
}

.value-detail-content {
    margin-bottom: 5rem;
    overflow: hidden;
}

.value-detail-content:last-child {
    margin-bottom: 0;
}

.value-detail-content-description {
    line-height: 1.75;
    margin-bottom: 4rem;
    color: #000;
}

.share-value-content {
    display: flex;
    margin: 0 -.75rem;
}

.share-value-content .share-value-content-block {
    flex: 1 1 50%;
    padding: 0 .75rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -ms-flex-negative: 1;
    -ms-flex-preferred-size: calc(50% - 1.5rem);

}

.share-value-content-block {
    display: flex;
    flex-direction: column;
}

.share-value-content-block .share-value-header {
    height: 5.3125rem;
    padding: 1rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

    background-color: #46bebe;
    position: relative;
}


.share-value-content-block .share-value-header-inner {
    position: absolute;
    top: 50%;
    left: 1rem;
    right: 1rem;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    color: #fff;
}

.share-value-content-block .share-value-header-inner h4 {
    font-size: 1.125rem;
    font-weight: 700;
}

.share-value-content-block .share-value-header-inner h4+p {
    line-height: 1.5;
    margin-top: .3rem;
}

.share-value-content-block .share-value-body {
    flex: 1;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.designed-by-cheil-content {
    display: flex;
    margin: 0 -.75rem;
    height: 100%;
}


_:-ms-fullscreen, :root .share-value-content-block .share-value-body {
    flex: none;
}


_:-ms-fullscreen, :root .designed-by-cheil-content {
    height: auto;
}

.designed-by-cheil-content .designed-by-cheil-content-item {
    flex: 1 1 33.333333%;
    padding: 0 .75rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -ms-flex-negative: 1;
    -ms-flex-preferred-size: calc(33.333333% - 1.5rem);
    position: relative;

}

.designed-by-cheil-content-item:before {
    background: url(../img/svg/icon-arrow-down-sm-blue.svg) 50% 50% no-repeat;
    -webkit-background-size: 1rem auto;
    background-size: 1rem auto;
    width: 1.2rem;
    height: 1rem;
    position: absolute;
    left: 50%;
    top: 1.5rem;
    content: '';
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.designed-by-cheil-content-item dl {
    height: calc(100% - 3rem);
    margin-top: 3rem;
    background-color: #fafafa;
    border: 1px solid #ddd;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 2rem 1rem;
    text-align: center;
}

.designed-by-cheil-content-item dl dt {
    font-weight: 700;
    font-size: 1.125rem;
    color: #46bebe;
    margin-bottom: 1rem;
}

.designed-by-cheil-content-item dl dd {
    line-height: 1.625;
}

.sharing-value-framework-content {
    height: 100%;
    background-color: #fafafa;
    border-top: 0;
    border: 1px solid #ddd;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}

.sharing-value-framework-content ul {
    height: 100%;
    display: flex;
    flex-wrap: wrap;
}

.sharing-value-framework-content ul li {
    flex: 0 1 50%;
}


.sharing-value-framework-content:after {
    content:'';
    background: url(../img/sustainability/SharingValue.svg) 50% 50% no-repeat;
    -webkit-background-size: 12.5rem 12.5rem;
    background-size: 12.5rem 12.5rem;
    width: 12.5rem;
    height: 12.5rem;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

html[data-language="eng"] .sharing-value-framework-content:after {
    background-image: url(../img/sustainability/SharingValue_en.svg);
}

.sharing-value-framework-content-item {
    height: 100%;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 1.65;
    padding: 1.5rem;
}

.sharing-value-framework-content ul li:nth-child(1) .sharing-value-framework-content-item,
.sharing-value-framework-content ul li:nth-child(3) .sharing-value-framework-content-item {
    border-right: 1px solid #ddd;
}

.sharing-value-framework-content ul li:nth-child(1) .sharing-value-framework-content-item,
.sharing-value-framework-content ul li:nth-child(2) .sharing-value-framework-content-item {
    border-bottom: 1px solid #ddd;
}

.sharing-value-framework-content ul li:nth-child(2) .sharing-value-framework-content-item,
.sharing-value-framework-content ul li:nth-child(4) .sharing-value-framework-content-item {
    text-align: right;
}

.share-value-posts ul {
    display: flex;
    margin: 0 -.75rem;
}

.share-value-posts ul li {
    flex: 1 1 25%;
    padding: 0 .75rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -ms-flex-negative: 1;
    -ms-flex-preferred-size: calc(25% - 1.5rem);
    position: relative;
}



.share-value-post-item {

}
.share-value-post-item .post-tb {
    margin-bottom: 2rem;
}
.share-value-post-item .post-tb img {
    display: block;
    width: 100%;
}

.share-value-post-item .post-title {
    margin: 1rem 0;
    line-height: 1.254;
    font-size: 1rem;
    font-weight: 700;
}

.share-value-post-item .post-excerpt {
    line-height: 1.65;
    color: #666666;
}



.value-list-content {
    background: #f9f9f9;
    border: 1px solid #ddd;
}

.value-list-content ul {
    display: flex;
    flex-wrap: wrap;
}

.value-list-content ul li {
    flex: 0 1 33.33333%;
}


.value-list-content ul li:nth-child(n+4) .value-list-content-item {
    padding-top: 0;
}

.value-list-content-item {
    padding: 4rem 1.5rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


.value-list-content-item h5 {
    font-weight: 700;
    margin-bottom: 1.2rem;
}

.value-list-content-item p {
    line-height: 1.75;
}

.environmental-value-polity {

}

.environmental-value-polity h4 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 1.25rem;
}

.environmental-value-polity p {
    line-height: 1.75;
    margin-bottom: 2.5rem;
}

.value-policy-list-content {

}

.value-policy-list-content ol {
    display: flex;
    margin: 0 -.75rem;
}
.value-policy-list-content ol li {
    flex: 0 1 25%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 .75rem;

    -ms-flex-negative: 1;
    -ms-flex-preferred-size: calc(25% - 1.5rem);
}

.value-policy-content-item {
    border: 1px solid #ddd;
    padding: 3rem 1.5rem;
    height: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.value-policy-content-item .step {
    display: block;
    margin-bottom: 1.2rem;
    font-weight: 700;
}

.value-policy-content-item h5 {
    margin-bottom: 1.5rem;
    line-height: 1.5;
    font-weight: 700;
}
.value-policy-content-item p {
    line-height: 1.75;
    margin: 0;
}

.value-policy-content-item p small.notice {
    font-size: 0.875rem;
    line-height: 1.4;
    display: block;
    position: relative;
    padding-left: .6em;
}

.value-policy-content-item p small.notice:before {
    content:'*';
    position: absolute;
    top: 0;
    left: 0;
}

.compliance-content {
    display: flex;
    margin: 0 -3rem;
}

.compliance-content-block {
    flex: 0 1 50%;
    padding: 0 3rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -ms-flex-negative: 1;
    -ms-flex-preferred-size: calc(50% - 6rem);
    position: relative;
}


.compliance-content-block:first-child {
    border-right: 1px solid #ddd;
}


.compliance-content-block h4 {
    font-weight: 700;
    margin-bottom: 2rem;
}
.compliance-content-block .diagram {
    padding: 2rem;
}
.compliance-content-block .diagram img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    width: 100%;
}