

.contents #touchontime4 .box{
    border: 1px solid rgb(8,49,144);
}

.contents #touchontime4 .box li {
    list-style: none;
}
.contents #touchontime4 .box li:before
{
    content: "〇";
}

.contents .alpaca_img img {
    max-width:300px;
}

/* 680以下 */
@media only screen and (min-width:0px) and (max-width: 680px) {
    .contents ul {
        padding-left: 1rem;
    }
}