@charset "UTF-8";


/* 
------------------------------------*/
.newsLayout .h2Wrap {
    background-image: url("../img/news/h2.jpg");
}
.newsLayout .h2Wrap h2{
    color: #fff;
    font-weight: 500;
    padding: 40px 0px;
    font-size: 180%;
}
.newsLayout .cassette:not(:first-of-type) {
    background-color: transparent;
}
.newsLayout #side_menu .nendo_newsLi {
    border: 1px solid #2a5f47;
    background-color: #fff;
    margin: 0 0 30px;
}
.newsLayout #side_menu .nendo_newsLi ul{
    padding: 20px;
}
.newsLayout #side_menu .nendo_newsLi li:not(:last-child) {
    margin-bottom: 10px;
}
.newsLayout #side_menu .nendo_newsLi li {
    padding: 0 0 0 20px;
    position: relative;
    line-height: 1.2;
}
.newsLayout #side_menu .nendo_newsLi li::before{
    position: absolute;
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    content: "\f054";
    top: 0;
    left: 0;
}
.newsLayout #side_menu .nendo_newsLi .nendo_ttl {
    background-color: #2a5f47;
    padding: 5px 20px;
    color: #fff;
    font-weight: 500;
}


/* 【スマートフォン用のスタイル記述】 */
            @media screen and (min-width: 760px) {
                .newsLayout .h2Wrap h2{
                    padding: 100px 0px;
                    font-size: 260%;
                }
            }

            /* 【タブレット用のスタイル記述】 */
            @media screen and (min-width: 960px) {
            }



/* 
------------------------------------*/
.newsAllLayout .newsLi time{
    font-family: 'Lexend Mega', sans-serif;
    margin: 0 0 2px;
    display: block;
}
.newsAllLayout .newsLi li:not(:last-child) {
    margin-bottom: 10px;
}
.newsAllLayout .newsLi {
    border: 1px solid #2a5f47;
    background-color: #fff;
    padding: 40px 20px;
}
.newsAllLayout h3 {
    background-color: #2a5f47;
    font-size: 160%;
    margin: 0;
}
.newsAllLayout h3 span {
    padding: 10px;
    font-weight: 500;
    color: #fff;
    display: inline-block;
}
.newsAllLayout .newsLi a, .newsAllLayout .newsLi .ttl {
    display: inline-block;
}


/* 【スマートフォン用のスタイル記述】 */
            @media screen and (min-width: 760px) {
                .newsAllLayout .newsLi time{
                    display: inline-block;
                    margin: 5px 10px 0 0;
                }
                .newsAllLayout .newsLi li:not(:last-child) {
                    margin-bottom: 15px;
                }
                .newsAllLayout .newsLi {
                    padding: 40px;
                }
                .newsAllLayout .newsLi .news_flex {
                    display: flex;
                }
            }

            /* 【タブレット用のスタイル記述】 */
            @media screen and (min-width: 960px) {
            }



/* 
------------------------------------*/
.newsSingleLayout .newsBox01 time {
    display: block;
    text-align: right;
    margin: 0 0 20px;
}
.newsSingleLayout .newsBox01 {
    margin-bottom: 40px;
}
.newsSingleLayout #main .btn01 {
    text-align: center;
    margin: 20px auto 0;
}
.newsSingleLayout #main .btn01 {
    border-radius: 50px;
}
.newsSingleLayout .sentence h1{
    font-size: 150%;
    font-weight: bold;
    margin: 0 0 20px;
    position: relative;
    display: inline-block;
    overflow: hidden;
}
.newsSingleLayout .sentence h1::before{
    position: absolute;
    content: "";
    background-color:#9ad7bc;
    top: 23px;
    left: 10px;
    width: 100%;
    height: 30px;
    z-index: -999;
}
.newsSingleLayout .sentence h2{
    font-weight: 500;
    font-size: 140%;
    border-bottom: 5px solid #2a5f47;
    margin: 0 0 20px;
    background-image: none;
    color: #333;
    text-align: left;
}
.newsSingleLayout .sentence h3{
    background-color: #9ad7bc;
    padding: 5px;
    color: #fff;
    display: block;
    position: static;
    font-weight: 500;
    font-size: 130%;
    border-bottom: none;
    margin: 0 0 20px;
}
.newsSingleLayout .sentence h3::after{
    content: none;
}
.newsSingleLayout .sentence h4{
    font-size: 130%;
    font-weight: 500;
    border-bottom: 2px dotted #2a5f47;
    border-left: none;
    margin: 0 0 20px;
    padding: 0 0 5px;
}
.newsSingleLayout .sentence h5{
    color: #2a5f47;
    border: 1px solid #2a5f47;
    padding: 5px 10px;
    margin: 0 0 20px;
    font-size: 120%;
    display: inline-block;
}
.newsSingleLayout .sentence h6{
    color: #9ad7bc;
    font-size: 110%;
    margin: 0 0 10px;
}
.newsSingleLayout .sentence ul {
    margin-left: 20px;
}
.newsSingleLayout .sentence ul li {
    list-style-type: disc;
}
.newsSingleLayout .sentence p:not(:last-of-type) {
    margin-bottom: 20px;
}
.newsSingleLayout .sentence .link_external span, .newsSingleLayout .sentence .link_pdf span{
    text-decoration: underline;
    color: #2a5f47;
}
.newsSingleLayout .sentence .link_box01 {
    margin: 20px 0 0;
}
.newsSingleLayout .sentence .alignleft {
    margin-right: 20px;
}

/* 【スマートフォン用のスタイル記述】 */
            @media screen and (min-width: 760px) {
            }

            /* 【タブレット用のスタイル記述】 */
            @media screen and (min-width: 960px) {
            }