.podcast_block {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 60vh;
}


.podcast {
    position: relative;
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10rem;
    padding-bottom: 5rem;
}

.podcast ul li {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.podcast ul li img {
    width: 80%;
    max-width: 300px;
}

.podcast_badges {
    width: 40%;
}

.podcast_badges ul li img {
    width: 100%;
}

.program_about {
    font-size: 1.6rem;
}

.about_program {
    width: 58%;
}

/*===============================================
●style.css 画面の横幅が520pxまで　スマホ
===============================================*/

@media screen and (max-width: 520px) {
    .about_program {
        width: 96%;
    }
    .podcast{
        padding-top:5rem;
    }
    .podcast_badges {
        width:100%;
    }
    .podcast ul li{
        width:90%;
    }
    .program_about{
        font-size:1.3rem;
    }
}