.pr_magazine_topics {
    margin-bottom: 60px;
}
.pr_magazine_topics_header {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 1em;
}
.pr_magazine_topics_date {
    margin-right: 1em;
}
.pr_magazine_topics_local_name {
    background-color: #10be84;
    color: #FFF;
    font-size: 90%;
    line-height: 1.8em;
    padding-left: .5em;
    padding-right: .5em
}
.pr_magazine_topics_contents {
    display: flex;
}
.pr_magazine_topics_photo {
    width: 300px;
    margin-right: 20px;
}
.pr_magazine_topics_description {
    flex: 1;
}
.pr_magazine_topics_photo img {
    width: 100%;
    height: auto;
}
@media print, screen and (max-width: 767px){
    .pr_magazine_topics_header {
        justify-content: flex-start;
    }
    .pr_magazine_topics_contents {
        flex-direction: column;
    }
    .pr_magazine_topics_photo {
        width: 100%;
        margin-bottom: 20px;
    }
    .pr_magazine_topics_description p {
        text-align: justify;
        
    }
}
@media screen and (min-width:480px) { 
    /*　画面サイズが480pxからはここを読み込む　*/

}
@media screen and (min-width:768px) and ( max-width:1024px) {
    /*　画面サイズが768pxから1024pxまではここを読み込む　*/

}
@media screen and (min-width:1024px) {
    /*　画面サイズが1024pxからはここを読み込む　*/
 
}