
/* page-latest-news */

/* css by archive @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ */

/* page_title */
.page_title {
    background: url(../../common/images/line-bg.jpg);
    padding: 60px 0;
    text-align: center;
    margin-top: 80px;
}

.page_title .ja {
    font-size: 28px;
    font-weight: bold;
}

.page_title .en {
    color: #008A7B;
    margin-top: 5px;
}

.breadcrumb li a:after {
    content: ">";
    margin-left: 5px
}

/* list */
.list {
    margin-top: 90px;
}

.list ul {
    display: flex;
    flex-wrap: wrap;
    gap: 35px;
}

.list li {
    width: 310px;
    background-color: #fff;
    padding-bottom: 60px;
}

.list a {
    font-size: 14px;
    color: #333;
}

.list .date {
    color: #919191;
}

.list .title {
    font-weight: bold;
}

.list .content {
    font-size: 12px;
}

.list .more {
    font-size: 12px;
    font-weight: bold;
    text-align: right;
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #444444;

}

.list .more::after {
    content: "\2192";
    width: 26px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    background: #444444;
    color: #FFFFFF;
    font-size: 12px;
    display: inline-block;
    margin-left: 10px;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}



/* pager */
.article-pager {
    margin: 150px 0 150px;
    width: 100%;
    text-align: center;
    font-size: 14px;
}

.article-pager a {
    text-align: center;
    padding: 6px 12px;
    display: inline-block;
    margin-top: 5px;
    font-weight: bold;
    color: #919191;
}

.article-pager a {
    padding: 6px 20px;
}

.article-pager span {
    text-align: center;
    color: #212121;
    padding: 6px 12px;
    display: inline-block;
    margin-top: 5px;
    background: #EEEEEE;
}

.article-pager span {
    padding: 6px 20px;
}

@media only screen and (max-width: 1100px) {

    .w1100 {
        width: inherit;
        margin: 0;
    }
        
}
@media only screen and (max-width: 1000px) {
    /* 全ページ共通 */
    body {
        min-width: 1000px;
    }

    .w1000 {
        width: inherit;
        margin: 0;
    }

}
@media only screen and (max-width: 800px) {
    .w800 {
        width: inherit;
        margin: 0;
    }
}
@media only screen and (max-width: 768px) {
    /* 全ページ共通 */
    body {
        font-size: 14px;
        min-width: 375px;
    }    

    /* list */

    .list ul {
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }
}
@media only screen and (max-width: 400px) {
    .w400 {
        width: inherit;
        margin: 0;
    }
}

/* change main-color */

.page_title .en {
    color: #00558A;
}

.breadcrumb {
    background: #DDE9F0;
}

.breadcrumb li {
    color: #00558A;
}

.breadcrumb li a {
    color: #00558A;
}

.columncate li {
    border: 1px solid #00558A;
}

.columncate li {
    background: #DDE9F0;
}

.columncate li a {
    color: #00558A;
}

.list .category {
    color: #00558A;
}


.columncate .title {
    background: #DDE9F0;
    color: #00558A;
    border: 1px solid #00558A;
}


input:checked ~ .toggle li a {
    border-bottom: 1px solid #00558A;
}

footer .foot_nav>li a:before {
    background: #00558A;
}

.foot_bottom {
    background: #00558A;
}

footer .foot_nav .hp {
    color: #00558A;
}




/* css by single-page @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ */

/* content */
.whole_content {
    display: flex;
    flex-wrap: wrap;
    margin-top: 75px;
    box-sizing: border-box;
    margin-bottom: 150px;
}

.leftcontent {
    width: 680px;
}

.rightcontent {
    width: 260px;
    margin-left: 60px;
}

/* article_content */
.article_content .text-box {
    display: flex;
}

.article_content .category {
    border: 0.5px solid #008A7B;
    color: #008A7B;
    padding: 5px 5px;
    text-align: center;
}

.article_content .writing_day {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    margin-left: 10px;
    color: #919191;
}

.article_content .title {
    font-size: 30px;
    color: #339966;
    border-bottom: 3px solid #339966;
    padding-top: 8px;
    padding-bottom: 8px;
}

.article_content .thumbnail {
    width: 100%;
    margin-top: 40px;
}

/* content_body */
.article_content .content_body {
    margin-top: 40px;
    line-height: 22px;
    letter-spacing: 0.05em;
}

.article_content .content_body a {
    text-decoration:underline;
}

.article_content .content_body strong {
    font-weight: bold;
}

.article_content .content_body h4 {
    font-size: 20px;
    /* height: 40px; */
    background-color: #F5F4F2;
    border-left: 5px solid #339966;
    display: flex;
    align-items: center;
    /* padding-left: 6px; */
    padding: 10px 6px;
    margin-bottom: 20px;
    margin-top: 60px; /* WORDPRESSでスペース入れられたらそれで代用 */
}

.article_content .content_body h5 {
    /* height: 35px; */
    background-color: #DDF0ED;
    color: #339966;
    display: flex;
    align-items: center;
    /* padding-left: 10px; */
    padding: 8px 10px;
    margin-bottom: 20px;
    margin-top: 60px;
}

.article_content .content_body h6 {
    color: #339966;
    /* padding-left: 10px; */
    margin-bottom: 20px;
    margin-top: 40px;
}

.article_content .content_body img {
    max-width: 100%;
}

.article_content .content_body .alignleft {
    /* display: block; */
    float: left;
}

.article_content .content_body .aligncenter {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.article_content .content_body .alignright {
    /* display: block;
    margin-left: auto; */
    float: right;
}

.article_content .content_body ul {
    list-style:disc;
    list-style-position: inside;
}

.article_content .content_body ol {
    list-style:decimal;
    list-style-position: inside;
}

.article_content .content_body iframe {
    max-width: 100%;
}

/* rightcontent */

.rightcontent h3 {
    height: 60px;
    text-align: center;
    background: #444;
    color: #fff;
    margin-bottom: 30px;

    display: flex;
    align-items: center;
    justify-content: center;
}

/* latest_article */

.latest_article li {
    border-bottom: 1px solid #444444;
    padding: 40px 0;
}

.latest_article a {
    color: #333;
}

.latest_article .date {
    font-size: 10px;
    font-weight: bold;
    line-height: 12px;
    letter-spacing: 0.1em;
    color: #919191;       
}

.latest_article .text-box {
    margin: 0 8px;
}

.latest_article .title {
    font-size: 12px;
    font-weight: bold;
    color: #333;       
}

.latest_article .more {
    font-size: 12px;
    font-weight: bold;
    text-align: right;
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #444444;

}

.latest_article .more::after {

    content: "\2192";
    width: 25px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    background: #444444;
    color: #FFFFFF;
    font-size: 12px;
    display: inline-block;
    margin-left: 10px;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

/* popular_article */

.popular_article h3 {
    margin-top: 60px;
}

.popular_article a {
    color: #333;
    font-size: 12px;
}

.popular_article .rank {
    display: flex;
}

.popular_article .title {
    font-weight: bold;
    margin-top: 4px;
}

.popular_article .text-box {
    margin: 0 8px;
}

.popular_article li {
    border-bottom: 1px solid #444444;
    padding: 40px 0;
}

.popular_article .rank1,
.popular_article .rank2,
.popular_article .rank3 {
    margin-left:2px;
}

.popular_article .more {
    font-size: 12px;
    font-weight: bold;
    text-align: right;
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #444444;

}

.popular_article .more::after {

    content: "\2192";
    width: 25px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    background: #444444;
    color: #FFFFFF;
    font-size: 12px;
    display: inline-block;
    margin-left: 10px;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

/* category_article */

.category_article h3 {
    margin-top: 60px;
}

.category_article li {
    margin: 15px 0 15px 10px;
}

.category_article a {
    font-size: 14px;
    font-weight: bold;
    color: #333;
    position: relative;
    display: flex;
}

.category_article li a:before {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    background: #333;
    margin-right: 6px;
}

/* .nbutton */

.article_content .nbutton {
    margin: 60px 0;
    background-color: #fff;
    margin-left: auto;
    margin-right: auto;
}

/* other_article */

.other_article h3 {
    height: 60px;
    text-align: center;
    background: #444;
    color: #fff;
    margin-bottom: 30px;

    display: flex;
    align-items: center;
    justify-content: center;
}

.other_article li {
    padding: 40px 0;
}

.other_article a {
    color: #333;
}

.other_article .text-box {
    margin: 0 8px;
}

.other_article .title {
    font-weight: bold;
    color: #333;       
}

.other_article .more {
    font-size: 12px;
    font-weight: bold;
    text-align: right;
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #444444;

}

.other_article .more::after {
    content: "\2192";
    width: 25px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    background: #444444;
    color: #FFFFFF;
    font-size: 14px;
    display: inline-block;
    margin-left: 10px;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

@media only screen and (max-width: 768px) {
    
    /* 標準サイズのボタン */
    .nbutton {
        width: 240px;
        padding:12px 0;
    }

    /* leftcontent */
    .leftcontent {
        width: 100%;
    }

    /* article_content */
    .article_content .content_body h4 {
        font-size: 16px;
    }

    /* rightcontent */
    .rightcontent {
        width: 100%;
        margin-left: 0;
    }

    /* article_content */
    /* other_article */
    /* latest_article */
    /* popular_article */
    /* category_article */
    .article_content,
    .other_article ul,
    .latest_article ul,
    .popular_article ul,
    .category_article ul {
        margin-left: 20px;
        margin-right: 20px;    
    }

}

/* change main-color */

.article_content .title {
    color: #326699;
    border-bottom: 3px solid #326699;
}

.article_content .content_body h4 {
    border-left: 5px solid #326699;
}

.article_content .content_body h5 {
    background-color: #DDE9F0;
    color: #326699;
}

.article_content .content_body h6 {
    color: #326699;
}

.nbutton {
    border: 2px solid #00558A;
    color: #00558A;
}