@charset "UTF-8";

.txt_Bg01 {
    position: relative;
    padding-left: 51px;
}
@media screen and (max-width: 767px) {
    .txt_Bg01 {
        padding-left: 25px;
    }
}
.txt_Bg01::before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 33px;
    height: 33px;
    background: url('/torikumi/sdgs/images/anzen_02/icon_01.png') no-repeat left center;
    background-size: 100%;
}
@media screen and (max-width: 767px) {
    .txt_Bg01::before {
        top: 25%;
        width: 18px;
        height: 18px;
    }
}
.txt01 {
    padding: 12px 0;
}
.txt_Bg02 {
    position: relative;
    padding-left: 81px;
    letter-spacing: 5.12px;
    color: #222;
}
@media screen and (max-width: 767px) {
    .txt_Bg02 {
        margin-bottom: 24px;
        padding-left: 56px;
    }
}
.txt_Bg02::before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 70px;
    height: 40px;
    background: url('/torikumi/sdgs/images/anzen_02/icon_02.png') no-repeat left center;
    background-size: 100%;
}
@media screen and (max-width: 767px) {
    .txt_Bg02::before {
        width: 49px;
        height: 28px;
    }
}
.subText01 {
    padding-left: 21px;
    font-weight: 400;
    letter-spacing: 1px;
}