.flex {
    display: flex;
    justify-content: space-between;
}
.flex small {
    flex: 7;
}

.l-box, .r-box {
    width: 48%;
}

.r-box .flex {
    align-items: center;
}

.r-box .flex small {
    margin-right: 3%;
}

.li-icon {
    display: flex;
    justify-content: flex-end;
    margin: 0px;
}
.li-icon li {
    margin-right: 15px;
}
.icon {
    width: 50px;
    height: 50px;
}
.indent {
    text-indent: 1rem;
}
.t_left {
    text-align: left !important;
}

.mg-off {
margin: 0px;
}

.sdgs-btn {
    /* width: 1000px; */
    margin: 0px auto;
    margin-top: 30px;
}
.sdgs-btn ul {
    display: flex;
    justify-content: center;
}

.hgt {
    width: 200px;
    height: 40px;
    text-align: center;
}
.hgt_en {
    width: 200px;
    height: 60px;
    text-align: center;
}
.sdgs-btn ul li + li {
    border-left: 2px solid gray;
}
.sdgs-btn ul li:hover a {
    border-bottom: 2px solid #CF0F2E;
}
.st {
    font-size: 18px;
    font-weight: bold;
    color: #000;
    display: inline-block;
    padding-top: 4px;
    text-decoration: none;
    text-align: center;
}
.st_en {
    font-size: 18px;
    font-weight: bold;
    color: #000;
    display: inline-block;
    padding-top:0px;
    text-decoration: none;
    text-align: center;
}
.st1_en {
    font-size: 18px;
    font-weight: bold;
    color: #000;
    display: inline-block;
    padding-top: 15px;
    text-decoration: none;
    text-align: center;
}
.sdgs-txt {
    width: 800px;
    margin: 0px auto;
    margin-top: 30px;
    margin-bottom: 15px;
    font-size: 16px;
}
.sdgs-txt-icon {
    width: 700px;
    display: flex;
    justify-content: space-evenly;
    margin: 0 auto;
    text-align: center;
    font-size: 16px;
}
.sdgs-txt-icon div img {
    width: 70px;
}

@media screen and (max-width:640px) {
    .sdgs-btn ul li a {
        font-size: 13px;
        padding-top: 8.5px;
    }
    .sdgs-btn-en ul li:nth-of-type(1) a,.sdgs-btn-en ul li:nth-of-type(2) a, .sdgs-btn ul li:nth-of-type(4) a {
        padding-top: 0px;
    }
    .sdgs-txt {
        width: auto;
        margin: 15px;
        margin-bottom: 8px;
        font-size: 12px;
    }
    .sdgs-txt-icon {
        width: auto;
        display: flex;
        margin: 0 auto;
        text-align: center;
        font-size: 12px;
    }
    .sdgs-txt-icon div img {
        width: 70px;
    }

    .hgt_en {
        height: 35px;
    }
}

.flex-box {
    display: flex;
    justify-content: space-between;
}
.flex-box figure img {
    width: 330px;
}

.md-cate {
    border: none;
    font-size: 18px;
    font-weight: bold;
    color: #CF0F2E;
}
.md-cate span {
    font-size: small;
    color: #000;
}
.img-aj {
    width: 100px;
    height: auto;
}

@media screen and (max-width:640px) {
    .pc {
        display: none;
    }
    .flex {
        display: block;
    }
    .li-icon {
        justify-content: flex-end;
    }
    .l-box, .r-box {
        width: 100%;
    }
    .is-sp {
        display: none;
    }
    .r-box .flex {
        display: flex;
    }
    .flex-box {
        display: block;
    }
    .flex-box figure img {
        max-width: 100%;
    }
}
@media screen and (min-width:640px) {
    .sp {
        display: none;
    }
}

