:root {
  --green: #009843;
  --black: #333;
  --pink: #FF006E;
  --red: #DD0000;
  --main-gradient: radial-gradient(
    circle at top left,
    #fbe7f4 0%,
    #e6eaf8 40%,
    #c8f1e7 70%,
    #bccffb 100%
  );
}

/*-----------------お知らせ-----------------*/
/*一覧ページナビゲーションここから*/
.nav-links {
    text-align: center;
}

a.page-numbers {
    text-decoration: none;
    margin: 0 5px;
    display: inline-block;
    padding: 2px 8px;
    background: #f1f1f1;
    color: #000;
}

.page-numbers.current,
a.page-numbers:hover {
    margin: 0 5px;
    display: inline-block;
    padding: 2px 8px;
    background: #666;
    color: #fff;
}

.navigation.pagination {
    margin-top: 40px;
}

.navigation.pagination h2.screen-reader-text {
    display: none;
}

/*一覧ページナビゲーションここまで*/
/*柔軟コンテンツCSSここから*/
.jc_subtitle {
    font-weight: bold;
}

.news_title2 {
    padding: .4em .75em;
    background-color: #e5e5e5;
    font-size: 1.3em;
    line-height: 1.4;
    margin-bottom: 30px;
}

.news_title3 {
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    font-size: 1.2em;
    line-height: 1.4;
    margin-bottom: 30px;
}

.news_title4 {
    border-left: 5px solid #666;
    padding-left: 10px;
    font-size: 1.1em;
    line-height: 1.4;
    margin-bottom: 30px;
}

.news_yohaku {
    height: 80px;
}

.news_yohaku_s {
    height: 40px;
}

.news_kugirisen_hasen {
    margin-top: 80px;
    height: 80px;
    border-top: 1px dashed #aaa;
}

.news_float_pic {
    line-height: 0;
    margin: 0 0 30px 20px;
    float: right;
}

.news_float_pic img {
    max-width: 250px;
}

.news_link_list li {
    line-height: 1.4;
    text-indent: -1.5em;
    margin-left: 1.5em;
}

.news_link_list li:before {
    content: "\f138";
    font-family: FontAwesome;
    margin-right: 10px;
    color: #aaa;
}

.news_link_list li:nth-child(n+2),
.news_file_list li:nth-child(n+2) {
    margin-top: 15px;
}

.news_link_list li a[target$='_blank']:after {
    content: "\f08e";
    font-family: FontAwesome;
    margin-left: 30px;
    color: #888;
    text-decoration: none;
    display: inline-block;
}

.news_border_box {
    padding: 20px;
    border: 1px solid #999;
    margin-bottom: 30px;
}

.news_border_box_title {
    font-size: 1.2em;
    margin-bottom: 15px;
    color: #555;
    font-weight: bold;
}

.news_border_box_title i {
    margin-right: 10px;
}

.news_file_list a[href$='.pdf']:before,
.news_file_list a[href$='.pdf#view=FitH']:before {
    content: "\f1c1";
    font-family: FontAwesome;
    margin-right: 5px;
    color: var(--red);
    text-decoration: none;
    display: inline-block;
}

.news_file_list a[href$='.doc']:before,
.news_file_list a[href$='.rtf']:before,
.news_file_list a[href$='.docx']:before {
    content: "\f1c2";
    font-family: FontAwesome;
    margin-right: 5px;
    color: var(--black);
    text-decoration: none;
    display: inline-block;
}

.news_file_list a[href$='.xls']:before,
.news_file_list a[href$='.xlsx']:before {
    content: "\f1c3";
    font-family: FontAwesome;
    margin-right: 5px;
    color: var(--green);
    text-decoration: none;
    display: inline-block;
}

.hukusuu_gazou_wrap {
    margin-left: -30px;
    line-height: 0;
}

.hukusuu_gazou_wrap>* {
    padding-left: 30px;
    margin-bottom: 30px;
    transition: .3s;
}

.hukusuu_gazou_wrap_size_2>* {
    width: 50%;
}

.hukusuu_gazou_wrap_size_3>* {
    width: 33.333%;
}

.hukusuu_gazou_wrap_size_4>* {
    width: 25%;
}

.hukusuu_gazou_wrap_size_6>* {
    width: 16.6666%;
}

.hukusuu_gazou_a {
    display: block;
    background-size: cover;
    background-position: center;
    transition: .3s;
    position: relative;
}

.hukusuu_gazou_wrap_juuou_yoko .hukusuu_gazou_a {
    padding-top: 71.42%;
}

.hukusuu_gazou_wrap_juuou_tate .hukusuu_gazou_a {
    padding-top: 140%;
}

.hukusuu_gazou_wrap_juuou_seihoukei .hukusuu_gazou_a {
    padding-top: 100%;
}

.hukusuu_gazou_a:hover {
    opacity: .7;
}

.hukusuu_gazou_a:nth-child(5n-4) {
    margin-left: 0;
}

.hukusuu_gazou_a:nth-child(n+6) {
    margin-top: 20px;
}

.hukusuu_gazou_a img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.news_back_btn a,
.news_prev_btn a,
.news_next_btn a {
    text-decoration: none;
    background: #222;
    position: relative;
    color: #fff;
    padding: 10px;
    display: block;
    width: 100%;
}

.news_prev_btn a,
.news_next_btn a {
    background: none;
    color: #333;
}

.news_next_btn a::after {
    position: absolute;
    top: 50%;
    left: 15px;
    display: block;
    content: '';
    width: 12px;
    height: 12px;
    margin-top: -6px;
    border-bottom: 3px solid #333;
    border-left: 3px solid #333;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.news_prev_btn a::after {
    position: absolute;
    top: 50%;
    right: 15px;
    display: block;
    content: '';
    width: 12px;
    height: 12px;
    margin-top: -6px;
    border-top: 3px solid #333;
    border-right: 3px solid #333;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.news_back_btn a:hover,
.news_prev_btn a:hover,
.news_next_btn a:hover {
    opacity: .7;
}

.news_navigation {
    padding-top: 60px;
    margin-top: 80px;
    border-top: 1px solid #aaa;
    text-align: center;
}

.news_prev_btn,
.news_next_btn {
    width: 20%;
}

.news_back_btn {
    width: 40%
}

.hukusuu_gazou_wrap {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.news_navigation {
    display: flex;
    justify-content: space-between;
    margin-top: 80px;
}

.juunan_contents_body {
    border-bottom: 1px solid #ddd;
    padding-bottom: 40px;
}

.movie_box {
    position: relative;
    width: 100%;
    border: 1px solid #ddd;
}

.movie_box:before {
    content: "";
    display: block;
    padding-top: 56.25%;
}

.movie_box iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media screen and (max-width:1200px) {
    .hukusuu_gazou_wrap {
        margin-left: -20px;
    }

    .hukusuu_gazou_wrap>* {
        padding-left: 20px;
        margin-bottom: 20px;
    }
}

@media screen and (max-width:959px) {
    .news_content {
        width: 100%;
    }

    .news_sidebar {
        width: 100%;
        margin-top: 50px;
    }

    .hukusuu_gazou_wrap_size_2>* {
        width: 50%;
    }

    .hukusuu_gazou_wrap_size_3>* {
        width: 33.333%;
    }

    .hukusuu_gazou_wrap_size_4>* {
        width: 25%;
    }

    .hukusuu_gazou_wrap_size_6>* {
        width: 20%;
    }
}

@media screen and (max-width:767px) {
    .hukusuu_gazou_wrap {
        margin-left: -15px;
    }

    .hukusuu_gazou_wrap>* {
        padding-left: 15px;
        margin-bottom: 15px;
    }

    .news_float_pic {
        margin: 0 0 20px;
        float: none;
        text-align: center;
    }

    .news_back_btn a,
    .news_prev_btn a,
    .news_next_btn a {
        padding: 6px;
        font-size: .9em;
    }

    .news_back_btn a {
        padding: 6px 12px;
    }

    .news_prev_btn,
    .news_next_btn {
        width: 34%;
    }

    .news_back_btn {
        width: 32%;
    }

    .news_prev_btn a::after,
    .news_next_btn a::after {
        display: none;
    }

    .news_navigation {
        margin-top: 50px;
    }

    .hukusuu_gazou_wrap_size_2>* {
        width: 50%;
    }

    .hukusuu_gazou_wrap_size_3>* {
        width: 50%;
    }

    .hukusuu_gazou_wrap_size_4>* {
        width: 33.3333%;
    }

    .hukusuu_gazou_wrap_size_6>* {
        width: 25%;
    }
}

/*柔軟コンテンツCSSここまで*/
.news_h1_title{
    font-size: 3.2rem;
    border-bottom: 1px solid var(--pink);
    font-weight: bold;
    padding-bottom: 10px;
}