.region_area {
    width: 85%;
}
.pr_area1 {
    width: 15%;
}
.cat_img {
    cursor: pointer;
}
.summary_image {
    width: 30vw;
    height: 20vw;
    object-fit: contain;    
}
.table_pr_area {
    width: 100%;
}
.table_pr_area th, td {
    display: inline-block;
    width: 100%;
}
.boxes_reagion {
    display: flex;
    flex-wrap: wrap;
}
.box_reagion {
    width: 50%;
}
.box_reagion span {
    margin-right: 2.5em;
    margin-bottom: 1.8em;
    display: inline-block;
}
.box_reagion span a {
    font-size: 1.4em;
    cursor: pointer;
}
.label_reagion {
    font-size: 1.6em;
    color:aquamarine;
}
/* レスポンシブ対応 */
@media screen and (max-width: 800px) {
    .region_area {
        display: block;
        width: 100%;
    }
    .pr_area1 {
        display: block;
        width: 100%;
    }
    .table_pr_area1 th, td {
        width: 20%;
    }
    .boxes_reagion {
        display: block;
        width: 100%;
    }
    .box_reagion {
        width: 100%;
    }
    
    
/*    
    .table_reagion th, td {
        display: inline-block;
        width: 100%;
        float: left;
    }
*/        
}