.announce__timepart{
    margin-top: 10px;
    & dt{
        font-weight: bold;
        font-size: 1.2em;
    }
}

.articleCost__table{
    width: 100%;
    border: 1px solid #00bceb;
    max-width: 400px;
}
.articleCost__row{
    height: 40px;
    border-bottom: 1px solid #00bceb;

}
.articleCost__data:first-child{
    padding: 10px;
    padding-right: 0;
    text-align-last: justify;
    width: 60%;
    background-color: #d9f5fc;
}
.articleCost__data:last-child{
    padding: 10px 20px 10px 10px;
    text-align: right;
    position: relative;
    &::before{
        position: absolute;
        content: "";
        top: 10px;
        left: -10px;
        width: 20px;
        height: 20px;
        background-color: #d9f5fc;
        transform: rotate(135deg);
    }

}