@media screen and (min-width: 960px) {
	/* 960px以上に適用されるCSS（PC用） */
    .hulu-flex{
        display: flex;
        padding:20px 0;
        justify-content: center;
        align-items: center;
    }
    .hulu-block{
        display: block;
        padding: 20px 10px 0 0;
    }
    .hulu-flex img{
        width: 50%;
        height: auto;
    }
    .Ba_point_ dt {
        margin-right: 30px;
    }

}