@charset "UTF-8";

/*----------Blog,News横並びレイアウトへ----------*/
@media screen and (min-width: 901px) {
#t_palalax1 + div {
    float: left;
    width: 50%;
}
#t_palalax1 + div.block_news_1 ul {
    min-width: 100%;
    box-sizing: border-box;
}
#t_palalax1 + div.block_news_1.add_design13 .content_wrapper ul {
    gap: 1rem;
}
#t_palalax1 + div.block_news_1.add_design13 .content_wrapper ul>li {
    width: 100%;
}
#top_news + div {
    width: 50%;
    clear: initial;
}
#top_news + div.block_news_1 ul {
    min-width: 100%;
    box-sizing: border-box;
}
}