*,*::before,*::after{
	box-sizing: border-box;
}
.csr_list {
    display: flex;
    flex-wrap: wrap;
    gap: 4%;
    max-width: 1000px;
    margin: 0 auto;
}

.csr_list article {
    width: 48%;
    margin-bottom: 4%;
}

.csr_list article a {
    text-decoration: none;
}
.csr_list article .image {
    margin-bottom: 16px;
}

.csr_list article .button {
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: #000000;
    display: block;
    text-decoration: none;
    background: url(../../../images/arrow_blue.svg) center right/18px no-repeat;
}




.content_body {
    font-weight: 500;
    font-size: 16px;
    line-height: 175%;
    color: #313133;
}

.content_body section {
    margin-bottom: 48px;
}

.content_body .certificate {
    padding: 32px;
    border: 9px solid #E8ECF3;
    display: flex;
    gap: 73px;
}

.content_body .certificate .image {
    text-align: center;
    font-weight: 500;
    font-size: 16px;
    line-height: 175%;
    color: #313133;
}

.content_body .certificate .image img {
    margin-bottom: 10px;
	display: block;
	width: 100%;
}

.content_body .certificate .text {
    font-weight: 500;
    font-size: 16px;
    line-height: 175%;
    color: #313133;
	padding: 0;
}



.sdgs .sdgs_img{
    max-width: 700px;
    margin: 20px auto;
}
.sdgs p{
    margin-bottom: 16px;
}
.sdgs .sdgs_img img{
    width: 100%;
    display: block;
}
.sdgs .pdf_button{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
    padding-top: 24px;
}
.sdgs .pdf_button a{
    padding: 24px 20px;
    background: #4073EB;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: #fff;
    text-decoration: none;
    display: inline-block;
    width: 50%;
    text-align: center
    ;
}
.sdgs .pdf_button a::after{
    content: "";
    background: url(/images/icon_pdf.svg);
    width: 18px;
    height: 24px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
}



.policy_list{
    margin: 30px 0;
}
.policy_list li{
    margin-bottom: 16px;
}
.abouts-subpage .right{
    text-align: right;
}
.abouts-subpage .center{
    text-align: center;
}
.abouts-subpage .content_body h4{
	font-weight: 700;
    font-size: 28px;
    line-height: 150%;
    letter-spacing: 0.05em;
    color: #313133;
    padding-bottom: 20px;
    position: relative;
    margin: 0 0 60px;
}
.abouts-subpage .content_body h4::before {
    content: "";
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: #e8ecf3;
    z-index: 1;
}
.abouts-subpage .content_body h4::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 80px;
    height: 3px;
    background: #4073eb;
    z-index: 2;
}
.abouts-subpage ol li:not(:first-child){
    margin-top: 30px;
}
.abouts-subpage ol li p {
    margin-top: 30px;
}
.abouts-subpage ol li p span{
    font-weight: 700;
}
/* SP */
@media screen and (max-width: 900px) {
    .csr_list article .button {
        font-size: 14px;
        padding-right: 20px;
    }




    .content_body {
        font-size: 14px;
    }

    .content_body section {
    }

    .content_body .certificate {
        padding: 20px;
        flex-direction: column;
        gap: 30px;
    }

    .content_body .certificate .image {
        font-size: 14px;
    }

    .content_body .certificate .text {
        font-size: 14px;
    }

    .sdgs .pdf_button{
        flex-flow: column;
        gap: 20px;
        padding-top: 0;
    }
    .sdgs .pdf_button a{
        width: 100%;
    }
	.abouts-subpage .content_body h4{
		font-size: 24px;
        padding-bottom: 16px;
        margin-bottom: 50px;
	}
}
