@charset "UTF-8";

/***　アイコン画像の比率 width / height　***/
.news figure{
    aspect-ratio: 520 / 350;
}

/***　詳細　***/
.news-wrap {
    width: 90%;
    max-width: 700px;
    overflow: hidden;
    margin: 50px auto;
    color: #434343;
}

.news-wrap__meta{display: flex;}

.news-wrap__time {
    padding-top: 5px;
    font-size: 1.4rem;
}

.news-wrap__tag {
    display: block;
    width: auto;
    min-width: 90px;
    background: #000;
    color: #fff;
    text-align: center;
    padding: 5px;
    margin-right: 15px;
}

.news-wrap__tag i:nth-last-child(1) {
    display: none;
}

.news-wrap__title {
    width: 100%;
    clear: both;
    font-weight: bold;
    font-size: 1.7rem;
    padding-top: 15px;
    line-height: 1.4;
}

.news-box {
    width: 100%;
    letter-spacing: 0.8pt;
    font-size: 1.5rem;
    line-height: 1.9;
    overflow: hidden;
    padding-top: 30px;
}

.news-box h2 {
    width: 100%;
    clear: both;
    font-weight: bold;
    font-size: 1.6rem;
    padding-bottom: 10px;
    line-height: 1.4;
}

.news-box p {
    clear: both;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 2em;
}

.news-box figure{
    margin-bottom: 2em;
}

.news-box figure figcaption{
    text-align: left;
    font-size: 1.3rem;
    line-height: 1.5;
    padding: 10px;
}

.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: #00a7eb!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__title {
        font-size: 2.5rem;
    letter-spacing: 0.1pt;
    }

.news-wrap h2 {
    padding-bottom: 10px;
        font-size: 2.2rem;
}
.news-box {
        font-size: 1.6rem;
        line-height: 2;
    }

.news-box p img {
    clear: both;
    width: auto;
}

}

