td {
    /* font-size: 1.5rem; */
    /* border-bottom: dashed 2px #ddd; */
    border-bottom: 1px dashed #c9c2bc;
    margin: 2rem;
}

.nichiji {
    background-color: #ddd;
    border-top: #432 solid 2px;
}
/********************/
/* ボタンのスタイル */
/********************/
.bl_sizeBtn_wrap {
    display: inline-flex;
    align-items: flex-end;
    font-weight: 500; /* フォント太さ */
    }
    .bl_sizeBtn_wrap > span {
    font-size: 14px;
    letter-spacing: 0.05em; /* 文字同士の間隔 1em：文字の大きさ */
    }
    .bl_sizeBtn_wrap > * + * {
    margin-left: 5px;
    }
    .bl_sizeBtn {
    background-color: #ddd;
    border-radius: 4px;
    color: #666;
    padding: 5px;
    transition: opacity 0.4s;
    }
    .bl_sizeBtn:first-of-type {
    font-size: 14px;
    line-height: initial;
    padding: .2rem .8rem;
    }
    .bl_sizeBtn:nth-of-type(2) {
    font-size: 14px;
    line-height: initial;
    padding: .3rem .8rem;
    }
    .bl_sizeBtn:nth-of-type(3) {
    font-size: 14px;
    line-height: initial;
    padding: .4rem .8rem;
    }
    /* 選択したボタンのスタイル */
    .bl_sizeBtn.is_active {
    background-color: #3f5f71;
    color: #fff;
    }
/****************************/
/* ボタンのスタイルここまで */
/****************************/