

/* メイン（写真乗せるところ） */

.katudou-box {
    border: 3px solid #99ccff;
    border-radius: 1rem;
    margin: 20px 0;
    padding: 20px;
    width: 20%;
    line-height: 1.5;
    text-align: center;
    justify-content: center;
}

.katudou-box-title {
    font-weight: bold;
}