.headBox {
    margin-bottom: 10%;

}

p.title {
    font-family: YakuHanMPs, "Hiragino Mincho ProN", "Noto Serif JP", "Yu Mincho", YuMincho, serif;
    margin-bottom: 10px;
}

p.midashi2 {
    font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
        font-size: 18px;
        color: #a20000;
        margin-top: 3rem;
        margin-bottom: 0;
        font-weight: 600;
}

span.titleb {
    font-size: 20px;
}

.numberBox {
    width: 100%;
    margin: 10px auto;
}

.syousai {
    font-size: 16px;
    letter-spacing: 2px;
}

.syousai2 {
    font-size: 16px;
    letter-spacing: 2px;
    line-height: 1.4;
    margin-bottom: 23px;
}

.bonusBox {
    width: 100%;
    margin: 0 0 0px 0;
    /* margin-top: 1.5rem; */
}

.tWrap {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.tBox {
    width: 32%;
    border: 1px solid #bfbfbf;
    padding: 1%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    box-sizing: border-box;
    margin-bottom: 21px;
    background-color: white;
}

.tBox .tTitle {
    font-size: 14px;
    color: #3d3d3d;
    line-height: 1em;
    margin-bottom: 10px;
    /* align-self: flex-start; */
    margin-bottom: 10px;
    /* font-family: "游ゴシック",YuGothic,"Helvetica","ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Arial, sans-serif */
}

/********* 画像未表示 *****************/

.tBox2 {
    width: 100%;
    /* border: 1px solid #bfbfbf; */
    padding: 1%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    box-sizing: border-box;
    margin-bottom: 21px;
    /* background-color: white; */
}

.tBox2 .tTitle {
    font-size: 18px;
    /* color: #3d3d3d; */
    color: white;
    line-height: 1em;
    margin-bottom: 10px;
    /* align-self: flex-start; */
    margin-bottom: 10px;
    /* font-family: "游ゴシック",YuGothic,"Helvetica","ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Arial, sans-serif */
}

/********* ここまで *****************/

.tBox .tImgB {
    width: 100%;
    height: auto;
    text-align: center;
    margin: 28px 0;
}

.tBox .tImgB img {
    max-width: 100%;
}

.streamBox ul {
    width: 90%;
    margin: 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}

.streamBox li {
    width: 33%;
    margin-bottom: 10px;
    line-height: 2em;
}

.streamBox li a {
    color: white;
    text-decoration: none;
}



@media screen and (max-width:956px) {

    .headBox {
        margin-bottom: 5rem;
    }

    p.title {
        font-size: 2.2rem;
        margin-bottom: 1rem;
    }

    span.titleb {
        font-size: 1.7rem;
    }

    p.midashi {
        font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
        font-size: 1.7rem;
        color: #a20000;
        margin-top: 1rem;
        margin-bottom: 1rem;
        font-weight: 600;
    }

    p.midashi2 {
        font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
        font-size: 1.7rem;
        color: #a20000;
        margin-top: 1rem;
        margin-bottom: 0;
        font-weight: 600;
    }

    .syousai {
        font-size: 1.3rem;
    }

    .syousai2 {
        font-size: 1.35rem;
        margin-bottom: 23px;
    }

    .conte li {
        font-size: 1.5rem;
        line-height: 1.6;
    }

    .numberBox {
        width: 100%;
        margin: 1rem auto 3rem;
        font-size: 1.4rem;
    }

    .bonusBox {
        margin-bottom: 20px;
    }

    .tWrap {
        flex-direction: column;
    }

    .tBox {
        width: 100%;
        /* height: 185px; */
        margin-bottom: 20px;
        justify-content: flex-start;
        align-items: center;
    }

    .tBox .tTitle {
        margin: 4% 2% 2% 2%;
        line-height: 1.5em;
        text-indent: -1em;
        padding-left: 1em;
        align-self: flex-start;
        width: 95%;
    }

    /******** 画像未表示　**********/

    .tBox2 {
        width: 100%;
        /* height: 185px; */
        margin-bottom: 20px;
        justify-content: flex-start;
        align-items: center;
    }

    .tBox2 .tTitle {
        margin-top: 0;
        line-height: 1.5em;
        text-indent: -1em;
        padding-left: 1em;
        align-self: flex-start;
        width: 95%;
        background-color: black;
        font-size: 1.5rem;
    }

    /******** ここまで　**********/

    .tBox .tImgB {
        width: 95%;
        margin: 10px 0;
    }

    .dummy {
        width: 23%;
    }

    .streamBox ul {
        width: 96%;
        margin: 0 0 0 1em;

    }

    .streamBox li {
        width: 48%;
        line-height: 1.47em;
        text-indent: -1em;
        padding-left: 1em;
    }



}