@charset "utf-8";



/* post-common
------------------------------------------------------------*/

p.no-post {
text-align: center;
}

/* End post-common */


/* news-archive
------------------------------------------------------------*/

.news-list {
border-top: solid 1px #fff;
max-width: 800px;
margin: 0 auto;
}

.news-list li {
border-bottom: solid 1px #fff;
}

.news-list a {
display: block;
}

@media only screen and (min-width: 768px) { /* 768px以上で適用、タブレット～PC用CSS */
.news-list a {
display: flex;
}
}

@media only screen and (min-width: 1025px) { /* 1025px以上で適用、PC用CSS */
.news-list a:hover {
background: #f4f4f4;
opacity: 1;
}
}

.news-list p.date {
padding: 1em 0.5em 0;
}
@media only screen and (min-width: 768px) { /* 768px以上で適用、タブレット～PC用CSS */
.news-list p.date {
box-sizing: content-box;
min-width: 6em;
padding: 1em;
}
}
@media only screen and (min-width: 1025px) { /* 1025px以上で適用、PC用CSS */
.news-list p.date {
padding: 1em 3em;
}
}

.news-list p.title {
padding: 0.5em 0.5em 1em;
}
@media only screen and (min-width: 768px) { /* 768px以上で適用、タブレット～PC用CSS */
.news-list p.title {
padding: 1em 2em;
}
}
@media only screen and (min-width: 1025px) { /* 1025px以上で適用、PC用CSS */
.news-list p.title {
flex: 1;
}
}

/* End news-archive */


/* pager
------------------------------------------------------------*/

#news .pager {
display: flex;
justify-content: center;
margin-top: 4em;
}
@media only screen and (min-width: 768px) { /* 768px以上で適用、タブレット～PC用CSS */
#news .pager {
margin-top: 6em;
}
}

#news .pager li {
font-size: 0.875rem;
min-width: 42px;
}
@media only screen and (min-width: 768px) { /* 768px以上で適用、タブレット～PC用CSS */
#news .pager li {
font-size: 1rem;
}
}

#news .pager li.pager-list {
margin: 0 20px;
}

#news .pager a {
min-width: 42px;
min-height: 42px;
background: #f9f9f9;
border: solid 1px #e1e1e1;
border-radius: 2px;
position: relative;
display: flex;
justify-content: center;
align-items: center;
}

#news .pager li.pager-list a {
padding-left: 2em;
padding-right: 2em;
}
@media only screen and (max-width: 374px) { /* 374px以下で適用、for mini */
#news .pager li.pager-list a {
padding: 8px 1em;
}
}

#news .pager a:hover {
border: solid 1px #a80012;
background: #a80012;
color: #fff;
opacity: 1;
}

#news li.pager-prev a:before,
#news li.pager-next a:before {
content: "";
display: block;
width: 12px;
height: 12px;
position: absolute;
top: calc(50% - 6px);
}
@media only screen and (min-width: 1025px) { /* 1025px以上で適用、PC用CSS */
#news li.pager-prev a:before,
#news li.pager-next a:before {
transition: 0.6s;
}
}

#news li.pager-prev a:before {
border-top: solid 1px #333;
border-left: solid 1px #333;
left: calc(50% - 3px);
transform: rotate(-45deg);
}

#news li.pager-next a:before {
border-top: solid 1px #333;
border-right: solid 1px #333;
right: calc(50% - 3px);
transform: rotate(45deg);
}

#news li.pager-prev a:hover:before {
border-top: solid 1px #fff;
border-left: solid 1px #fff;
}

#news li.pager-next a:hover:before {
border-top: solid 1px #fff;
border-right: solid 1px #fff;
}

/* End pager */


/* news-post
------------------------------------------------------------*/

.news-post {
max-width: 900px;
margin: 0 auto;
}

.news-post:after { /* 画像float対策 */
content: "";
display: block;
clear: both;
}

.news-head {
position: relative;
border-bottom: solid 3px #a80012;
padding-bottom: 1em;
}

.news-meta {
font-size: 0.75rem;
color: #999;
}
@media only screen and (min-width: 768px) { /* 768px以上で適用、タブレット～PC用CSS */
.news-meta {
font-size: 0.875rem;
}
}

.news-head .date {
padding: 0;
}

.news-head .ct-label {
position: relative;
padding: 0 0 0 2.2em;
}

.news-head .ct-label:before {
content: "";
display: block;
position: absolute;
width: 1px;
height: 100%;
top: 0;
left: 1em;
background: #999;
}


.news-head h1 {
text-align: justify;
font-size: 1.25rem;
font-weight: 600;
padding-top: 1em;
}
@media only screen and (min-width: 768px) { /* 768px以上で適用、タブレット～PC用CSS */
.news-head h1 {
font-size: 1.5rem;
}
}

.news-cont {
padding: 1em 0 2em;
border-bottom: solid 1px #a80012;
}

.news-cont h1,
.news-cont h2,
.news-cont h3,
.news-cont h4,
.news-cont h5,
.news-cont h6 { /* 画像float対策 */
clear: both;
}

.news-cont .wp-block-image:after { /* 画像float対策 */
content: "";
display: block;
clear: both;
}

.news-cont h2 {
position: relative;
text-align: justify;
font-weight: 600;
font-size: 1.125rem;
margin: 2em 0 0 0;
padding: 6px 14px;
background: #eeeeee;
}
@media only screen and (min-width: 768px) { /* 768px以上で適用、タブレット～PC用CSS */
.news-cont h2 {
font-size: 1.25rem;
padding: 6px 16px;
}
}

.news-cont h2:after {
content: "";
display: block;
width: 4px;
height: 100%;
position: absolute;
left: 0;
top: 0;
background: #a80012;
}

.news-cont h3 {
position: relative;
text-align: justify;
font-weight: 600;
font-size: 1rem;
margin: 2em 0 0 0;
padding-left: 1.3em;
}
@media only screen and (min-width: 768px) { /* 768px以上で適用、タブレット～PC用CSS */
.news-cont h3 {
font-size: 1.125rem;
}
}

.news-cont h3:after {
content: "";
display: block;
width: 0.8em;
height: 0.8em;
position: absolute;
left: 0;
top: 0.35em;
background: #a80012;
border-radius: 4px;
}

.news-cont h1,
.news-cont h4,
.news-cont h5,
.news-cont h6 {
margin: 2em 0 0 0;
}

.news-cont p {
padding-top: 1em;
}

.news-cont p a,
.news-cont li a {
color: #a80012;
text-decoration: underline;
text-underline-offset: 0.3em;
}

.news-cont img {
margin: 2em 0;
}

.news-cont p img,
.news-cont li img,
.news-cont figure img {
margin: 0;
}

.news-cont figure {
margin: 2em 0;
}

.news-cont ul {
padding-top: 0.5em;
}

.news-cont ul li {
position: relative;
padding: 0.5em 0 0 1.5em;
}

.news-cont ul li:before {
position: absolute;
content: "";
display: block;
width: 0.5em;
height: 0.5em;
background: #121212;
border-radius: 0.5em;
left: 0.5em;
top: 1em;
}

.news-cont ol {
padding: 0.5em 0 0 1.5em;
}

.news-cont ol li {
padding: 0.5em 0 0 0;
}

.news-post .wp-block-button__link {
font-size: 0.875rem;
display: inline-block;
padding: 6px 1em 4px;
margin: 1em 0 0 0;
background: #a80012;
color: #fff;
border-radius: 4px;
}
@media only screen and (min-width: 768px) { /* 768px以上で適用、タブレット～PC用CSS */
.news-post .wp-block-button__link {
font-size: 1rem;
}
}

/* End news-post */







