/* イベントごとの箱 */


.outer-box {
    /* border: 3px solid #99ccff; */
    border-radius: 1rem;
    margin: 20px 0;
    padding: 20px;
    width: 100%;
    line-height: 1.5;
}

.outer-box-title {
    font-weight: bold;
}

.botan {
    width: 20%;
    background-color: #99ccff;
    padding: 10px;
    font-weight: bold;
    text-align: center;
}

