/*--------------------------------------*/
/*         トップページ お知らせ一覧        */
/*--------------------------------------*/
.top-news-list {
    display: block;
    width: 100%;
    text-align: center;
    
    overflow: hidden;
}

.top-news-list ul.lcp_catlist {
    display: block;
    width: 100%;
    text-align: left;
}
.top-news-list ul.lcp_catlist li {
    position: relative;
    display: block;
    width: 100%;
    padding-bottom: 5px;
    margin-bottom: 40px;
    text-align: left;
    line-height: 1.7;
    color: rgba(0,0,0,0.6);
    border-bottom: 1px rgba(0,0,0,0.2) solid;
    font-size: 16px;
}
.top-news-list ul.lcp_catlist li a {
    position: absolute;
    display: block;
    width: 100%;
    text-align: left;
    left: 9em;
    top: 0;
    color: #111;
}

/*--- ページネーションを非表示に ---*/
/*#top-news-block ul.lcp_paginator {
    display: none;
}*/



/*- - - - - - - - - - - - - - - - - - - */
@media screen and (max-width: 1280px) {
/*- - - - - - - - - - - - - - - - - - - */
}
/*- - - - - - - - - - - - - - - - - - - */
@media screen and (max-width: 480px) {
/*- - - - - - - - - - - - - - - - - - - */
.top-news-list {
    padding-left: 15px;
    padding-right: 15px;
}
.top-news-list ul.lcp_catlist li {
    margin-left: 0;
    padding-right: 0;
    padding-top: 5px;
    /*margin-bottom: 3.0em;*/
    margin-bottom: 4.0em;
    border: none;
    font-size: 14px;
}
.top-news-list ul.lcp_catlist li a {
    position: absolute;
    display: block;
    text-align: left;
    left: 0;
    top: 2em;
    width: 100%;
    padding-bottom: 5px;
    border-bottom: 1px rgba(0,0,0,0.2) solid;
    
    /*white-space: nowrap;*/
}
}





/*--------------------------------------*/
/*      投稿ページ（お知らせ／ブログ）       */
/*--------------------------------------*/
.content-inner {
    /*
    display: block;
    width: 100%;
    */
    /*display: table;*/
    /*margin: 180px 0 150px 0;*/
    padding: 180px 0 150px 0;
    text-align: center;
}


/*---      ---*/
/*--- NEWS ---*/
/*---      ---*/

/*--- 日付 ---*/
.content-inner.news .single-date {
    text-align: left;
    color: rgba(0,0,0,0.6);
    margin-bottom: 5px;
    font-size: 15px;
}

/*--- タイトル ---*/
.content-inner.news .entry-title.entry--item.h2 {
    width: 100%;
    max-width: 100%;
    text-align: left;
    word-wrap: break-word;
    margin-bottom: 40px;
    line-height: 1.6;
    font-size: 20px;
    
    padding-bottom: 15px;
    border-bottom: 1px rgba(0,0,0,0.4) solid;
}








/*--- 本文 ---*/
.content-inner .entry-content.entry--item p {
    /*text-align: left;*/
}

/*--- 写真 ---*/
/* ブロックエディター */
figure.wp-block-image.size-large {
    padding: 0;
    /*margin: 30px 0;*/
}
figure.wp-block-image.size-large img {
    max-width: 100%;
}
/* Classic Editor */
.content-inner .entry-content.entry--item img {
    padding: 0;
    /*margin: 30px 0;*/
    max-width: 100%;
    height: auto;
}

/*--- リンクボタン ---*/
.list-all-link {
    display: block;
    text-align: center;
    padding: 100px 0 80px 0;
}
.list-all-link a {
    display: inline-block;
    width: 350px;
    max-width: 100%;
    background: #527382;
    color: #fff;
    padding: 5px 0;
}
.list-all-link a:hover {
    opacity: 0.8;
}

/* サムネイル非表示 */
/*
.entry-thumbnail.has-thumb img {
    display: none;
}
*/




/* 画像の左寄せ・中央寄せ・右寄せを有効化 */
.content-inner figure.alignright{
	display: block;
	margin: 0 0 0 auto !important;
}
.content-inner figure.alignleft{
	display: block;
	margin: 0 auto 0 0 !important;
}
/*.content-inner p img.aligncenter{
	display: block;
	margin: 0 auto !important;
    text-align: center !important;
}*/
.content-inner figure.aligncenter{
	display: block;
	margin: 0 auto !important;
    text-align: center !important;
}


/* 2026.2.15 投稿ページ　スマホ表示で写真がはみ出す対処 */
.content-inner figure {
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 100% !imprtant;
    max-width: 100% !important;
}
.content-inner figure img {
    max-width: 100% !important;
}



/* 投稿ページの頭にサムネイルを表示させない */
.content-inner .entry-thumbnail {
    display: none;
}



/* - - - - - - - - - - - - - - - - - - - */
@media screen and (max-width: 940px) 
              and (orientation: landscape) {
/* - - - - - - - - - - - - - - - - - - - */
/* 2026.2.15 投稿ページ　スマホ表示で写真がはみ出す対処 */
.content-inner figure {
    width: 100% !important;
    margin: 0 auto !important;
}
}
/*- - - - - - - - - - - - - - - - - - */
@media screen and (max-width: 830px) {
/*- - - - - - - - - - - - - - - - - - */
.content-inner {
    /*margin: 120px 0 100px 0;*/
    padding: 120px 0 100px 0;
}
.content-inner .single-date {
    font-size: 13px;
}
.content-inner .entry-title.entry--item.h2 {
    font-size: 16px;
}
}
/*- - - - - - - - - - - - - - - - - - */
@media screen and (max-width: 480px) {
/*- - - - - - - - - - - - - - - - - - */
.content-inner {
    padding-left: 15px;
    padding-right: 15px;
}
figure.wp-block-image.size-large {
    padding: 0;
    margin: 20px 0;
}
figure.wp-block-image.size-large img {
    height: auto;
    width: 100%;
}
.list-all-link {
    padding: 80px 15px 80px 15px;
}
.list-all-link a {
    width: 100%;
    max-width: 100%;
}
    
.content-inner.news .entry-title.entry--item.h2 {
    font-size: 16px;
}

/* 2026.2.15 投稿ページ　スマホ表示で写真がはみ出す対処 */
.content-inner figure {
    width: 100% !important;
    margin: 0 auto !important;
}
.content-inner figure img {
    width: 100% !important;
    margin: 0 auto !important;
}
}


