@charset "utf-8";
/* ============================
main
==============================*/
.section--sitepolicy{
    border-bottom: 4px dotted #21562B;
}

.sitepolicy-wrapper{
    margin-top: 10px;
    position: relative;
    border-bottom: 2px solid #21562B;
}

.sitepolicy-wrapper::before{
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background-color: #21562B;
    position: absolute;
    left: 0;
    right: 0;
    top: 9px;
    transform: translateY(-50%);
}

.section--sitepolicy::after{
    content: "";
    display: block;
    width: 40px;
    height: 30px;
    background-image: url(../img/bus_illast.webp);
    background-size: cover;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 50;
    bottom: -5px;
    right: 20px;
}

.sitepolicy_topic{
    text-align: center;
}

.policy_measure{
    margin: 20px 0 30px;
    padding: 20px;
    border-radius: 20px;
    background: #FFF;
}

.policy_txt{
    font-size: 1.2rem;
    font-weight: 500;
}

.policy_content{
    margin-top: 20px;
}

.policy_title{
    display: flex;
    align-items: center;
    gap: 5px;
}

.policy_number{
    width: 22px;
    height: auto;
}

.number_txt1{
    font-size: 1.4rem;
    font-weight: 700;
}

.number_txt2{
    font-size: 1.2rem;
    font-weight: 500;
    margin-left: 30px;
}

.number_txt2_item{
    margin-left: 45px;
}

.txt2_item{
    list-style-type: disc;
    font-size: 1.2rem;
    font-weight: 500;
}

@media screen and (min-width: 769px){
    .section {
        padding: 80px 70px;
    }

    .sitepolicy-wrapper{
        margin-bottom: 100px;
    }

    .sitepolicy-wrapper::before{
        top: 20px;
    }

    .sitepolicy-wrapper::after{
        width: 150px;
        height: 113px;
        bottom: -130px;
    }
    
    .section--sitepolicy::after{
        width: 133px;
        height: 100px;
        bottom: -10px;
        right: 50px;
    }

    .policy_measure{
        margin: 50px 0;
        padding: 70px;
    }

    .policy_txt{
        font-size: 2rem;
        font-weight: 500;
    }

    .policy_number{
        width: 30px;
    }

    .number_txt1{
        font-size: 2rem;
        font-weight: 700;
    }

    .number_txt2{
        font-size: 1.8rem;
        font-weight: 500;
        margin-left: 40px;
    }

    .txt2_item{
        font-size: 1.8rem;
        font-weight: 500;
    }

    .number_txt2_item{
        margin-left: 60px;
    }

    .policy_content{
        margin-top: 30px;
    }
}
/* pc 769px */