@charset "UTF-8";

/*------------------------------------------------
▼▼コンテンツ▼▼お知らせ
------------------------------------------------*/

#content_Wrap {
    width: 100%;
    padding: 0px 0 0px;
    margin-top: 67px;
}

.contents__inner {
    overflow: hidden;
}


h3.ttl {
    font-size: 35px;
    color: #f67313;
    letter-spacing: 2px;
    font-family: 'Big Shoulders Text', cursive;
    text-align: center;
    margin-bottom: 60px;
    font-weight: bold;
}


.news {
    width: 100%;
    padding: 100px 0 100px;
}
.news ul {
    width: 900px;
    max-width: 90%;
    margin: 0 auto;
    border-top: 1px dashed #5f799c;
}
.news ul li {
    border-bottom: 1px dashed #5f799c;
}
.news ul li a ,
.news ul li {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
}
.news ul li .date {
    font-size: 14px;
    padding: 15px 40px;
}
.news ul li .text {
    font-size: 14px;
    padding: 20px 20px 20px 0;
    line-height: 1.6;
    text-align: left;
    width: 76%;
}
.news ul li .text .big_text {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 0px;
    color: #333;
    display: block;
    width: 650px;
    max-width: 100%;
}
.news ul li a .text .big_text {
    white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
    color: #f67313;
}
.news ul li .text .mini_text {}
.news ul li a:hover {
    background: #fff8f2;
}


.news .page {
    width: 700px;
    max-width: 90%;
    margin: 50px auto 0;
    display: flex;
    justify-content: center;
    border: none;
    flex-wrap: wrap;
    align-items: center;
}
.news .page li {
    width: auto;
    border-bottom: none;
}
.news .page li a {
    margin: 0 7px;
    color: #f67313;
    text-decoration: none;
    border: 1px solid #f67313;
    padding: 5px 8px;
    border-radius: 5px;
}
.news .page li.over {color: #f67313;}
.news .page li:first-child a ,
.news .page li:last-child a {
    border: none;
}
.news .page li a.here ,
.news .page li a:hover {
    color: #fff;
    background: #f67313;
}
.news .page li a.none {
    opacity: 0.3;
    pointer-events: none;
}


.datail_ttl {
    margin-top: 70px;
}
.news_detail {
    width: 1000px;
    max-width: 90%;
    margin: 50px auto 100px;
    padding: 50px 0;
    border-top: 1px dotted #f67313;
    border-bottom: 1px dotted #f67313;
}
.news_detail .date {
    font-size: 13px;
    margin-bottom: 10px;
}

.news_detail .big_text {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 30px;
    line-height: 1.5;
    color: #f67313;
}
.news_detail .mini_text {
    font-size: 16px;
    line-height: 1.7;
}
.news_detail .image_box {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin: 40px auto 0;
    flex-wrap: wrap;
}
.news_detail .image_box li {
    width: 48%;
    margin-bottom: 30px;
}
.news_detail .image_box img {
    max-width: 100%;
}

.btn_link {
    width: 1000px;
    max-width: 90%;
    margin: 0 auto 100px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.btn_link li {
    width: 300px;
    max-width: 100%;
    margin: 0 15px;
    text-align: center;
    color: #fff;
}
.btn_link li a {
    padding: 20px 0;
    border-radius: 10px;
    color: #fff;
    display: block;
    background: #f67313;
    border: 2px solid #f67313;
    position: relative;
}
.btn_link li a:hover {
    background: #fff;
    color: #f67313;
}
.btn_link li:nth-child(1) a i {
    position: absolute;
    left: 20px;
}
.btn_link li:nth-child(2) a i {
    position: absolute;
    right: 20px;
}

/*------------------------------------------------
▼▼コンテンツ▼▼sp
------------------------------------------------*/
@media only screen and (max-width: 767px) {
    

    
    #content_Wrap {
        width: 100%;
        padding: 60px 0 0px;
        margin-top: 0px;
    }
    
    .news ul li ,
    .news ul li a {
        flex-wrap: wrap;
    }
    .news ul li .date {
        width: 100%;
        padding: 15px 0 0 10px;
        text-align: left;
        font-size: 12px;
    }
    .news ul li .text {
        width: 100%;
        padding: 7px 0 15px 7px;
        text-align: left;
    }
    .news .page {
        margin: 50px auto 20px;
    }
    .news .page li a {
        margin: 0 4px;
    }
    .news ul li a .text .big_text {
        text-decoration: underline;
    }
    
    
    .news {
        padding: 30px 0;
    }
    h3.ttl {
        margin-bottom: 30px;
        font-size: 25px;
    }
    h3.ttl.datail_ttl {
        margin-top: 30px;
        margin-bottom: 20px;
        font-size: 25px;
    }
    .news_detail {
        margin: 30px auto 50px;
        padding: 50px 0 30px;
    }
    .news_detail .date {
        text-align: left;
    }
    .news_detail .big_text {
        text-align: left;
    }
    .news_detail .mini_text {
        text-align: left;
    }
    .news_detail .image_box li {
        width: 100%;
    }
    .btn_link {
        margin: 0 auto 50px;
    }
    .btn_link li {
        margin-bottom: 20px;
    }
    
    
}


