@charset "utf-8";
/*=========================================
#news
=========================================*/
#news {
    width: 100%;
    height: 100%;
    padding: 150px 100px 120px;
    margin-bottom: 0;
    margin-top: 0;
    background: none;
    position: relative;
    z-index: 10;
}
#news::before {
    display: none;
}
#news .news_inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0;
    display: block;
}
#news .news_inner .news_list .item:first-child .date {
    margin-top: 0;
}
#news .news_inner .ttl_h2,
#news .news_inner .business_details_img {
    margin-bottom: 100px;
}
#news .news_inner .ttl_h3,
#news .news_inner .text_box,
#news .news_inner .link,
#news .news_inner .inner_box,
#news .news_inner .attention {
    margin-bottom: 50px;
}
#news .news_inner .ttl_h3 {
    font-family: "ShipporiMincho-Bold";
    font-size: 2.5rem;
    width: 100%;
    padding-bottom: 10px;
    border-bottom: solid 1px #1a2a51;
    color: #1a2a51;
}#news .news_inner .ttl_h3:nth-child(n+2) {
    margin-top: 100px;
}
#news .news_inner .ttl_h3 span {
}
#news .news_inner .ttl_h4 {
    font-family: "ShipporiMincho-Bold";
    font-size: 1.8rem;
    color: #be0f60;
    margin-bottom: 10px;
}
#news .news_inner .ttl_h4::before {
    content: "◆";
    display: inline;
}
#news .news_inner .text_box p:nth-child(n+2) {
    margin-top: 1em;
}
#news .news_inner .attention {
    font-family: "ShipporiMincho-Bold";
    font-size: 1.6rem;
}
#news .news_inner .attention p {
    text-indent: -1em;
    margin-left: 1em;
}
#news .news_inner .attention p::before {
    content: "※";
    display: inline;
}
@media (max-width: 767px) {
    #news {
        padding: 50px 15px 100px;
        margin-bottom: 0;
        margin-top: 0;
    }
    #news .news_inner {
        gap: 50px;
        padding: 0 15px;
    }
    #news .news_inner .ttl_h2,
    #news .news_inner .business_details_img {
        margin-bottom: 50px;
    }
    #news .news_inner .ttl_h3,
    #news .news_inner .text_box,
    #news .news_inner .link,
    #news .news_inner .inner_box {
        margin-bottom: 25px;
    }
    #news .news_inner .ttl_h3 {
        font-size: 2rem;
        padding-bottom: 5px;
    }
    #news .news_inner .ttl_h3:nth-child(n+2) {
        margin-top: 50px;
    }
    #news .news_inner .attention {
        font-size: 1.2rem;
    }
}
/*=========================================
#page_nav
=========================================*/
.page_nav {
    display: flex;
    margin-top: 50px;
    gap: 10px;
    justify-content: center;
}

.page_nav li {
    font-family: "ShipporiMincho-Bold";
    display: flex;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
    width: 40px;
    height: 40px;
}

.page_nav li.page {
    background-color: #1a2a51;
    color: #fff;
}

.page_nav .prev {
    margin-right: 20px;
}
.page_nav .prev a::before {
    content: "＜";
    display: block;
}
.page_nav .next {
    margin-left: 20px;
}
.page_nav .next a::before {
    content: "＞";
    display: block;
}
.page_nav li a {
    width: 40px;
    height: 40px;
    border: solid 1px #1a2a51;
    transition: all 1s;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
}
.page_nav li a:hover {
    background-color: #1a2a51;
    color: #fff;
    opacity: 1;
}

/*=========================================
#footer
=========================================*/
#footer {
    margin-top: 0;
}