.Certification_container{
    display: flex;
    justify-content: center;
    align-items: center;
}
.yuryo2026Logo_container{
    width: 95%;
    max-width: 445px;
    margin: 0 auto 15px;
}
.indicators_table_container{
    margin: 10px auto 15px;
    width: 100%;
    max-width: 600px;
}
.indicators_table{
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 10px;
}
.indicators_table th, .indicators_table td{
    border: 1.5px solid #fff;
    padding: 8px 2%;
    line-height: 130%;
}
.indicators_table th:first-of-type, .indicators_table td:first-of-type{
    width: 40%;
}
.indicators_table thead th{
    background-color: #D90B18;
    color: white;
}
.indicators_table thead th span{
    color: white;
    display: block;
    font-size: 85%;
}
.indicators_table tbody td{
    background-color: #f0f0f0;
}
.notes{
    font-size: 90%;
    line-height: 1.7em;
    padding-left: 1em;
    text-indent: -1em;
}
.initiatives_title{
    padding-left: 0.8em;
    text-indent: -0.8em;
    margin-bottom: 8px;
}
.initiatives_subtitle span{
    border: 1px solid #D90B18;
    border-radius: 100vw;
    margin-right: 8px;
    padding: 2px 10px;
    font-size: 85%;
    line-height: 100%;
    top: -1.5px;
    position: relative;
}
.initiatives_content{
    display: flex;
    gap: 1px;
    margin: 10px 0 50px;
}
.initiatives_content > div{
    width: 50%;
    background-color: #f0f0f0;
}
.initiatives_description{
    width: 100%;
    background-color: #D90B18;
    color: white;
    font-weight: bold;
    text-align: center;
    line-height: 130%;
    padding: 9px 10px;
}
.initiatives_content ul{
    list-style: disc;
    margin: 13px 10px 13px;
    padding-inline-start: 1em;
}
.initiatives_content ul li{
    margin-bottom: 1px;
}
.initiatives_content ul li::marker{
    font-size: 1em;
    content: "・";
}
.promotion-process{
    max-width: 750px;
    margin: 0 auto;
}
@media screen and (max-width: 768px) {
.Certification_container{
    flex-wrap: wrap;
    margin-bottom: 22px;
}
.Certification_container p{
    width: 100%;
}
.yuryo2026Logo_container{
    width: 100%;
    max-width: 350px;
}
}
@media screen and (max-width: 630px) {
.initiatives_content{
    flex-wrap: wrap;
    gap: 15px;
}
.initiatives_content > div{
    width: 100%;
}
}
@media screen and (max-width: 360px) {
    }