/*****************************************************************
全てに適用
*****************************************************************/
.btn.yellow {
    background: #DED120;
    color: #333;
    border: none;
    font-weight: 500;
}
.justify-between {
    justify-content: space-between;
}
.flex-wrap li {
    box-sizing: border-box;
}
.flex-wrap .btn {
    max-width: none;
}