@charset "UTF-8";
/* ==========================================================================
   Overwrite CSS
   ========================================================================== */

/* --------------------------------------------------
   Common Overwrite
   -------------------------------------------------- */
.menu__notice-list {
    border: 1px solid #ccc;
    padding: 1rem 1rem 1rem 2rem;
    margin: 2rem 0;
}
.menu__notice-list li {
    position: relative;
    line-height: 1.5;
    margin-bottom: .5rem;
    font-size: 14.5px;
}
.menu__notice-list li:last-child{
   margin-bottom: 0;
}
.menu__notice-list li::before {
    content: '・';
    position: absolute;
    left: -1rem;
}


/* --------------------------------------------------
   PC Viewport (min-width: 768px)
   -------------------------------------------------- */
@media screen and (min-width: 768px) {

}

/* --------------------------------------------------
   SP Viewport (max-width: 767px)
   -------------------------------------------------- */
@media screen and (max-width: 767px) {

}
