@charset "UTF-8";

/***　一覧　***/
.ItemList {
    width: 90%;
    max-width: 930px;
    margin: 0 auto;
    padding-top: 20px;
}


 .NewsList {
     display: flex;
     flex-direction: column;
     gap: 30px;
     margin: 20px auto 0;
 }

 .NewsList__no-post{
    width: 100%;
    text-align: center;
    font-size: 1.6rem;
 }

 .NewsList__item a:hover {
     opacity: .7;
 }

 .NewsList__ttl {
     text-align: left;
     font-size: 2rem;
     margin-top: 10px;
 }

 .NewsList__time {
     display: block;
     text-align: left;
     color: #929292;
     letter-spacing: .07em;
 }

 .NewsTop__link {
     width: 100%;
     max-width: 300px;
     margin: 0 auto;
     margin-top: 30px;
 }

 /* 600px〜959px：タブレット
------------------------------ */
 @media screen and (min-width:600px) {

     .NewsList {
         display: flex;
         flex-direction: row;
         flex-wrap: wrap;
         gap: 30px 0;
         margin-top: 30px;
         justify-content: space-between;
     }

    .NewsList::after {
             display: block;
             width: 31%;
             content: "";
         }

    .NewsList__item{
        width: 31%;
    }

     .NewsTop__link {
         margin-top: 50px;
     }
 }



/***　詳細　***/
.news_Wrap {
    width: 90%;
    max-width: 700px;
    overflow: hidden;
    margin: 50px auto;
    color: #434343;
}

.tag_Wrap{
    display: flex;
}

.news_Wrap time {
    padding-top: 5px;
    font-size: 1.4rem;
}

.news_Wrap span.tag {
    display: block;
    width: auto;
    min-width: 90px;
    background: #000;
    color: #fff;
    text-align: center;
    padding: 5px;
    margin-right: 15px;
}

.news_Wrap span.tag i:nth-last-child(1) {
    display: none;
}

.news_Wrap h1 {
    width: 100%;
    clear: both;
    font-weight: bold;
    font-size: 1.7rem;
    padding-top: 15px;
    line-height: 1.4;
}

.news_Wrap .news_Box {
    width: 100%;
    letter-spacing: 0.8pt;
    font-size: 1.5rem;
    line-height: 1.9;
    overflow: hidden;
    padding-top: 30px;
}

.news_Wrap .news_Box h2 {
    width: 100%;
    clear: both;
    font-weight: bold;
    font-size: 1.6rem;
    padding-bottom: 10px;
    line-height: 1.4;
}

.news_Wrap .news_Box p {
    clear: both;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 2em;
}

.news_Wrap .news_Box figure{
    margin-bottom: 2em;
}

.news_Wrap .news_Box figure figcaption{
    text-align: left;
    font-size: 1.3rem;
    line-height: 1.5;
    padding: 10px;
}

.news_Wrap .news_Box img {
    clear: both;
    width: auto;
    max-width: 100%;
}

.blog-txtWrap p img:nth-last-child(1) {
    margin-bottom:0;
}


.news_Box table{
    border: 1px solid #bcbcbc;
}
.news_Box table th{
    border: 1px solid #bcbcbc;
    padding: 5px;
}
.news_Box table td{
    border: 1px solid #bcbcbc;
    padding: 5px 5px 0 5px;
}

.news_Box sup{
font-size: 75.5%;
vertical-align: top;
position: relative;
top: -0.1em;
}
.news_Box sub{
font-size: 75.5%;
vertical-align: bottom;
position: relative;
top: 0.1em;
}

.news_Box ul, .news_Box ol{
    width: 100%;
    padding-left: 2em;

-o-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}

.news_Box ol{
    list-style-type: decimal;
}

.wp-block-embed-youtube .wp-block-embed__wrapper {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 56.25%;
}

.wp-block-embed-youtube .wp-block-embed__wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

/*ダウンロードボタン*/
.wp-block-file {
    margin-bottom: 2em;
}
.wp-block-file a {
    display: inline-block;
    color: #0000ff;
    text-decoration: underline;
    padding: 5px 0;
    margin-right: 25px;
}

.wp-block-file .wp-block-file__button {
    display: inline-block!important;
    background: #000!important;
    color: #fff!important;
    text-decoration: none!important;
    padding: 5px 20px!important;
    border-radius: 20px!important;
    margin: 0!important;
    font-size: 1.3rem!important;
    opacity: 1!important;
}
.wp-block-file .wp-block-file__button:hover {
    opacity: 0.7!important;
}

/* 600px〜959px：タブレット
------------------------------ */
@media screen and (min-width:600px) {
.news_Wrap {
        margin: 60px auto;
    }

.news_Wrap h1 {
        font-size: 2.5rem;
    letter-spacing: 0.1pt;
    }

.news_Wrap h2 {
    padding-bottom: 10px;
        font-size: 2.2rem;
}
.news_Wrap .news_Box {
        font-size: 1.6rem;
        line-height: 2;
    }

.news_Wrap .news_Box p img {
    clear: both;
    width: auto;
}

}

