@media screen and (min-width: 1000px) {

#top_wrap .top_right .inner {
    padding: 40px 60px 20px 60px;
}
#top_wrap .top_left.pc_mode {
        width: 414px;
}
#top_wrap .top_left.pc_mode.news_left_img {
    background-position: right 50px !important;
}
#top_wrap .top_right {
    width: auto;
    float: none;
    margin-top: 50px;
    margin-left: 414px;
}
#top_wrap .top_right .inner .widget {
    right: 100px;
}
#top_wrap .top_left.pc_mode .left_menu ul li ul.sub_menu_list li a {
    width: 200px;
    text-decoration: none;
    opacity: 0;
    display: block;
    padding: 1.3vh 10px;
}
#top_wrap .top_right #right_header_links .list_row {
    width: auto;
    padding: 0px 0px;
}
#top_wrap .top_right h1 {
    padding: 12px 60px;
}
#top_wrap .top_right .inner .widget {
    right: 60px;
}

.headline-block .img_wrap {
    background-repeat: no-repeat;
    background-size: cover;
    width: 150px;
    height: 150px; 
    position: relative;
    overflow: hidden;
}

.headline-block p {
    padding: 0px;
    padding-left: 170px;
}
.headline-block .date {
    padding: 0px;
}
.img_wrap p{
    padding: 10px 0;
}

#top_wrap .top_right #sections .inner .content .right ul li a .text h4 {
    font-size: 17px;
}

#top_wrap .top_right #right_header_links .list_row ul li {
    background-position: left 8px;
padding: 8px 0% 8px 0%;
    padding-left: 3%;
}
#top_wrap .top_right #right_header_links {
    width: auto;
    padding: 20px 20px 20px 60px;
}

@media screen and (max-width: 1200px){ /*1000~1200*/
#top_wrap .top_left.pc_mode .left_menu ul li a {
    /*padding: 12px 20px; */
    display: block;
    /*padding-left: 40px;*/
    font-size:14px;
}
#top_wrap .top_left.pc_mode .left_menu ul li ul.sub_menu_list li a {
    width: 200px;
    text-decoration: none;
    opacity: 0;
    display: block;
    padding: 8px 10px;
}
#top_wrap .top_right .inner .widget {
    position: absolute;
    right: 60px;
    margin-top: 62px;
}
.headline-block .img_wrap {
    background-repeat: no-repeat;
    background-size: cover;
    width: 150px;
    height: 130px; 
    position: relative;
    overflow: hidden;
}
}
@media screen and (max-width: 1300px){ /*1000~1300*/
#top_wrap .top_right .inner {
    width : auto;
    padding: 20px 60px 20px 60px;
}
#top_wrap .top_right #right_header_links {
    padding: 20px 20px 20px 60px;
}
.headline-block .img_wrap {
    background-repeat: no-repeat;
    background-size: cover;
    width: 150px;
    height: 120px; 
    position: relative;
    overflow: hidden;
}
}
@media screen and (min-width: 1450px) {/*1450~*/
   .bx-wrapper .bx-viewport ul.bxslider li p.text_01 {
    top: 25%;
    left: 8%;
    font-size: 2vw;
    line-height: 1.2;
    color: #fff;
    z-index: 10;
}
.bx-wrapper .bx-viewport ul.bxslider li p.text_02 {
    top: 45%;
    left: 8%;
    font-size: 1vw;
    line-height: 1.6;
    color: #fff;
    z-index: 10;
}
.headline-block .img_wrap {
    background-repeat: no-repeat;
    background-size: cover;
    width: 150px;
    height: 100px; 
    position: relative;
    overflow: hidden;
}


#top_wrap .top_right .inner .temp01 .main_img {
    width: 50%;
    margin: 1vw 0;
    text-align: center;
    float: right;
}
#top_wrap .top_right .inner .temp01 .left {
    width: 45%;
    float: left;
    margin: 1vw auto;
    display: flex;
    align-items: center;
}
#top_wrap .top_right .inner .temp01 .right {
    width: 46%;
    margin: 0 auto;
    overflow: hidden;
    float: left;
    margin-bottom: 3vw;
}
}

}

/*スマホ調整*/
/*
スマホ用CSS
______________________________________________*/

@media screen and (max-width: 1000px) {
#headline-button li {
    margin-right: 5px;
    margin-bottom: 1vw;
}
.headline-block .img_wrap p span {
    font-size: 2vw;
    line-height: 1;
}

}