@charset "utf-8";


@media screen and ( min-width: 768px ) {
    .pc-flex {
        display: flex;
    }
    .w65 {
        width: 65%;
    }
}

.list li {
    list-style: disc;
    margin: 0px 20px 10px 20px;
}

.center {
    text-align: center;
}

.box {
    box-shadow: 5px 10px 10px 0px gray;
    border: 5px solid #d2d3d5;
    padding: 8px;
    margin: 20px auto;
    width: fit-content;
}