@charset "utf-8";



/* post-common
------------------------------------------------------------*/

p.no-post {
text-align: center;
}

/* End post-common */


/* news-archive
------------------------------------------------------------*/

.news-list {
border-top: solid 1px #e1e1e1;
max-width: 900px;
margin: 0 auto;
}

.news-list li {
border-bottom: solid 1px #e1e1e1;
}

.news-list a {
display: block;
}

@media only screen and (min-width: 768px) { /* 768px以上で適用、タブレット～PC用CSS */
.news-list a {
display: flex;
}
}

.news-list a:hover {
background: #f5faff;
color: #0080ff;
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 {
padding: 1em;
}
}
@media only screen and (min-width: 1025px) { /* 1025px以上で適用、PC用CSS */
.news-list p.date {
padding: 1em 2em 1em 3em;
width: 20%;
}
}

.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;
color: #0080ff;
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: #fff;
border: solid 1px #0080ff;
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 #0080ff;
background: #0080ff;
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 #0080ff;
border-left: solid 1px #0080ff;
left: calc(50% - 3px);
transform: rotate(-45deg);
}

#news li.pager-next a:before {
border-top: solid 1px #0080ff;
border-right: solid 1px #0080ff;
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-head {
border-bottom: solid 2px #00207f;
padding-bottom: 1em;
}

.news-head .ct-date {
font-size: 0.75rem;
}
@media only screen and (min-width: 768px) { /* 768px以上で適用、タブレット～PC用CSS */
.news-head .ct-date {
font-size: 0.875rem;
}
}

.news-head .ct-label {
background: #00207f;
color: #fff;
padding: 4px 1.5em;
}

.news-head .date {
color: #00207f;
padding: 4px 0 4px 1em;
}

.news-head h1 {
text-align: justify;
font-size: 1.25rem;
font-weight: 500;
color: #00207f;
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;
}

.news-cont h2 {
position: relative;
text-align: justify;
font-weight: 500;
font-size: 1.125rem;
margin: 2em 0 0 0;
padding: 6px 14px;
border-bottom: solid 1px #00207f;
}
@media only screen and (min-width: 768px) { /* 768px以上で適用、タブレット～PC用CSS */
.news-cont h2 {
font-size: 1.375rem;
padding: 6px 16px;
}
}

.news-cont h2:after {
content: "";
display: block;
width: 4px;
height: 100%;
position: absolute;
left: 0;
top: 0;
background: #00207f;
background: -webkit-linear-gradient(top, #0080ff, #00207f);
background: linear-gradient(to bottom,  #0080ff, #00207f);
}

.news-cont h3 {
position: relative;
text-align: justify;
font-weight: 500;
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.25rem;
}
}

.news-cont h3:after {
content: "";
display: block;
width: 0.8em;
height: 0.8em;
position: absolute;
left: 0;
top: 0.35em;
background: #0080ff;
background: -webkit-linear-gradient(left top, #0080ff, #00207f);
background: linear-gradient(to right bottom, #0080ff, #00207f);
border-radius: 2px;
}

.news-cont h4,
.news-cont h5,
.news-cont h6 {
margin: 2em 0 0 0;
}

.news-cont p {
padding-top: 1em;
}

.news-cont p a {
color: #0080ff;
text-decoration: underline;
text-underline-offset: 0.2em;
}

.news-cont img {
margin: 1em 0 0 0;
}

.news-cont p > img,
.news-cont figure > img {
margin: 0;
}

.news-cont figure {
margin: 1em 0 0 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;
}

/* End news-post */







