/* トップページ */

/* mv */
.t-mv{
    width: 100%;
}

/* 組織罰とは */
.t-punishment-explanation{
    margin: -8px auto;
    padding: 5%;
    width: 100%;
    background-image: linear-gradient(#e2f8ff 0%, #ffffff);
}

.t-punishment-title{
    text-align: center;
    font-size: 58px;
    font-weight: 700;
    color: #004A7B;
}

.t-punishment-text{
    text-align: center;
    font-size: 24px;
    font-weight: 500;
    color: #004A7B;
    width: 65%;
    margin: 0 auto;
    margin-top: 4%;
    line-height: 3;
}

.t-punishment-bt{
    background-color: #43AFF8;
    color: white;
    font-size: 20px;
    border-radius: 8px;
    width: 20%;
    display: block;
    margin: 30px auto 0;
    padding: 8px;
    margin-top: 4%;
    text-align: center;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.45);
    font-weight: 700;
}

.t-each-block-pc{
    width: 80%;
    padding-left: 4%;
}

.t-three-block{
    width: 100%;
    display: flex;
    gap: 2%;
}

.t-three-block a{
    width: 100%;
}

.t-block-img{
    width: 100%;
}

.t-sidebar{
    width: 40%;
}

.t-each-block-sp{
    display: none;
}

/* sp */
@media (max-width: 769px) {
    .container{
        padding: 0px;
        width: 100%;
    }
    .t-punishment-title{
        font-size: 26px;
    }
    .t-punishment-text{
        font-size: 16px;
        margin-top: 10%;
        width: 100%;
    }
    .t-punishment-bt{
        font-size: 16px;
        width: 55%;
        margin-top: 10%;
    }
    .t-each-block-sp{
        display: block;
    }
    .t-three-block{
        overflow-x: auto;
        padding: 16px;
    }
    .t-each-block-pc{
        display: none;
    }
    .t-sidebar{
        display: none;
    }
    .t-punishment-explanation{
        margin: 0 auto;
    }
}

