@charset "UTF-8";
    .header-bar--meti{
display: flex;
justify-content: space-between;
align-items: center;
width:100%;
height: 50px;
padding: 0 15px;
}
.header-bar--meti__logo{
width: 120px;
}
.header-bar--meti__ttl{
font-size: 26px;
font-size: 2.6rem;
line-height: 2.8rem;
letter-spacing: 0.2rem;
text-align: center;
margin: 0 0 0 0;
font-family: "utopia-std", Georgia, "Hiragino Mincho Pro", "Hiragino Mincho",serif;
font-weight: 400;
}
.header-bar--meti__ttl > a,.header-bar--meti__ttl > a:hover{
color: #3a3a3a;
}
.header-nav{
width: 120px;
height: 18px;
display: block;
position: relative;
}
@media only screen and (max-width: 425px){
.header-bar--meti__logo{
width: 80px;
}
.header-bar--meti__ttl{
font-size: 18px;
font-size: 1.8rem;
line-height: 1.8rem;
}
.header-nav{
width: 80px;
}
}
.header-nav span{
display: block;
width: 28px;
height: 2px;
border-radius: 3px;
background: #333;
transition: all 0.3s;
transform: rotate(0deg);
position: absolute;
}
.header-nav span.top{
top: 0;
}
.header-nav.active span.top{
transform: translateY(9px) rotate(-45deg);
}
.header-nav span.middle{
top: calc(50% - 1px);
}
.header-nav.active span.middle{
opacity: 0;
}
.header-nav span.bottom{
bottom: 0;
}
.header-nav.active span.bottom{
transform: translateY(-6px) rotate(45deg);
}
.header-nav-area{
background: #ccc;
}
.header-nav-area{
display: none;
}
.header-nav-area ul li{
padding: 15px;
border-bottom: solid 1px #999;
}   .content{
border-top:solid #fff 80px;
}
.content > article{
background: #fff;
}
@media (min-width:768px) {
.content{
border-top: none;
margin: 120px auto 0;
max-width: 750px;
}
}
.box-shadow{
background: #fff;
box-shadow: 0px 0px 10px 0px rgba(4, 0, 0, 0.2);
}
.article-top{
position: relative;
}
.article-top > img{
width: 100%;
}
.article-top__caption{
position:absolute;
background: rgba(0, 0, 0, 0.5);
bottom:0;
width:100%;
color: #fff;
font-size: 1.4rem; padding: 1rem;
line-height: 150%;
text-align: left;
}
.article-body{
padding: 20px 15px 40px;
background: #fff;
}
@media (min-width:768px) {
.article-body{
padding: 20px 30px 40px;
}
.article-link,.article-link:hover{
color: #3a3a3a;
}
.article-link .top-article-ttl{
transition: all .3s;
}
.article-link:hover .top-article-ttl{
color: #0097d0;
}
.article-link .top-article--img{
transition: all .3s;
}
.article-link:hover .top-article--img{
opacity: 0.8;
}
}
.article-data{
display: flex;
width: 100%;
font-family: "franklin-gothic-urw", -apple-system,Segoe UI,Helvetica Neue,Hiragino Kaku Gothic ProN,"メイリオ",meiryo,sans-serif;
}
.article-day{
font-size: 1.4rem;
}
.article-day::after{
content: "｜";
}
.article-category{
color: #999;
font-size: 1.4rem;
}
.article-ttl{
font-size: 3.8rem;
line-height: 3.8rem;
font-weight: 500;
margin: 20px 0 0 0;
}
.sns-area{
display: flex;
width: 100%;
justify-content: space-between;
max-width: 76px;
padding: 60px 0 0 0;
}
.article-wrap{
border-top: 1px #ccc solid;
padding-top: 20px;
margin-top: 40px;
}
.article-caption{
margin: 20px 0 0 0;
font-size: 2.1rem;
line-height: 3rem;
font-weight: 400;
}
.article-img__caption{
margin: 10px 0 0 0;
font-size: 1.4rem;
line-height: 1.8rem;
}
.article-participants{
background: #eee;
padding: 15px;
margin: 60px 0 0 0;
}
@media (min-width:768px) {
.article-participants{
display: flex;
}
.article-participants--txt{
margin: 0 0 0 15px;
}
}
.article-participants__link{
color: #3399ff;
font-size: 1.6rem;
line-height:2.6rem;
text-decoration: underline;
font-weight: 500;
margin: 8px 0 0 0;
display:block;
}
.article-participants__txt{
margin: 8px 0 0 0;
font-size: 1.6rem;
line-height:2.4rem;
color: #333;
}
.article-participants__txt span{
font-weight: 500;
margin: 0 4px 0 0;
}
.lists--ttl{
font-size: 2rem;
line-height: 2.8rem;
color: #fff;
font-family: "utopia-std",Georgia, "Hiragino Mincho Pro", "Hiragino Mincho",serif;
font-weight: 600;
text-align: center;
padding: 60px 0 20px 0;
}
.lists-article{
background: #fff;
display: flex;
width: 100%;
border-bottom: solid 1px #0097d0;
}
.top-lists-area a:first-child .lists-article{
border-top: solid 1px #0097d0;
}
@media (min-width:768px) {
.lists-article{
border-top: none;
border-bottom:none;
box-shadow: 0px 0px 10px 0px rgba(4, 0, 0, 0.2);
}
}
.lists-article.is-hidden{
display: none;
}
.lists-area p.lists-article--ttl{
font-size: 1.6rem;
}
@media (min-width:768px) {
.lists-area{
display: flex;
flex-wrap: wrap;
}
.lists-article{
width: 100%;;
height: 130px;
background: #fff;
}
.article-link.article-link--lists-article{
display:block;
width: calc(50% - 10px);
margin: 5px 5px ;
}
}
.lists-article--img{
position:relative;
width: 130px;
height: 130px;
padding: 15px;
min-width: 130px;
}
.lists-article--img > img{
display: block;
width: 100%;
height: 100px;
object-fit: cover;
}
.lists-article--txt{
padding: 15px 15px 15px 0;
min-width: 0;
}
.lists-article--day{
font-size: 1.4rem;
line-height:1.6rem;
}
.lists-article--category{
color: #999;
font-size: 1.4rem;
line-height:1.6rem;
}
.lists-article--ttl{
font-weight: 500;
margin:6px 0 0 0;
}
.lists-article--caption{
margin:6px 0 0 0;
font-size: 1.4rem;
}
.lists-more{
display: none;
border: solid 1px #fff;
padding: 15px;
font-weight: 200;
font-size: 2rem;
letter-spacing: 0.04rem;
text-align: center;
color: #fff;
width: calc(100% - 20px);
margin: 30px auto 0;
border-radius: 6px;
transition: all .3s;
cursor: pointer;
}
.lists-more:hover{
background: rgba(255,255,255, 0.3);
color: #fff;
}
.lists-more__txt{
color: #fff;
font-family: "utopia-std",Georgia, "Hiragino Mincho Pro", "Hiragino Mincho",serif;
font-weight: 600;
font-size: 1.6rem;
line-height: 1.8rem;
text-align: center;
padding: 60px 15px 30px;
}
.lists-more__txt a{
color: #fff;
text-decoration: underline;
}
.lists-more__txt a:hover{
text-decoration: underline;
opacity: 0.9;
}
.top-ttl{
color: #fff;
font-size: 2.4rem;
line-height: 3.4rem;
margin: 100px 15px 100px;
font-weight: 400;
text-align: center;
font-family: "utopia-std",Georgia, "Hiragino Mincho Pro", "Hiragino Mincho",serif;
}
.top-article--img{
width: calc(100% + 1px);
}
.top-article--img > img{
width: 100%;
object-fit: contain;
}
.top-article-ttl{
font-size: 3.8rem;
line-height: 3.8rem;
font-weight: 500;
margin: 20px 0 0 0;
}
.top-article-caption{
margin: 20px 0 0 0;
font-size: 2.1rem;
line-height: 3rem;
font-weight: 400;
}
.top-lists--ttl{
font-size: 2rem;
line-height: 2.8rem;
color: #fff;
font-family: "utopia-std",Georgia, "Hiragino Mincho Pro", "Hiragino Mincho",serif;
text-align: center;
padding: 60px 0 20px 0;
}
.top-lists-article{
background: #fff;
display: flex;
width: 100%;
border-bottom: solid 1px #0097d0;
}
.top-lists-area a:first-child .top-lists-article{
border-top: solid 1px #0097d0;
}
.lists-article--day::after{
content: "｜";
}
@media (min-width:768px) {
.top-lists-article{
margin: 20px 0;
}
}
.top-lists-article--img{
position:relative;
width: 130px;
height: 130px;
padding: 15px;
min-width: 130px;
}
.top-lists-article--img > img{
display: block;
width: 100%;
height: 100px;
object-fit: cover;
}
.top-lists-article--txt{
padding: 15px 15px 15px 0;
min-width: 0;
}
@media (min-width:768px) {
.top-lists-article,.top-lists-article:first-child{
border-bottom: none;
box-shadow: 0px 0px 10px 0px rgba(4, 0, 0, 0.2);
border-top:none;
}
.top-lists-area a:first-child .top-lists-article{
border-top:none;
}
}
@media (min-width:768px) {
.top-lists-article--img{
padding: 0 15px 0 0;
width:200px;
height: 200px;
min-width: 200px;
min-height: 200px;
}
.top-lists-article--img > img{
height: auto;
height: 200px;
}
.top-lists-article--txt{
padding: 15px 15px 15px 0;
width: auto;
}
}
.top-lists-article--day{
font-size: 1.2rem;
line-height:1.4rem;
}
.top-lists-article--category{
color: #999;
font-size: 1.2rem;
line-height:1.6rem;
}
.top-lists-article--ttl{
font-weight: 700;
margin:6px 0 0 0;
}
.top-lists-article--caption{
margin:6px 0 0 0;
font-size: 1.6rem;
}
@media (min-width:768px) {
.article-link .lists-article--ttl{
transition: all .3s;
}
.article-link:hover .lists-article--ttl{
color: #0097d0;
}
.article-link .top-lists-article--img{
transition: all .3s;
}
.article-link:hover .top-lists-article--img{
opacity: 0.8;
}
}
.wp-block-separator{
margin-top:45px;
border-color: #C2C3C8;
}