/*-----------------------------------------------------------
共通
------------------------------------------------------------*/
.section-one img {
   width: auto;
}

    /*-----------------------------------------------------------
    追加margin
    ------------------------------------------------------------*/
.mb32 {
    margin-bottom: 32px;
}

.mt4 {
    margin-top: 4px;
}

.mt14 {
    margin-top: 14px;
}

@media screen and (max-width: 768px) {
    .prl10-sp {
        padding: 0 10px;
        width: auto;
    }
}

@media screen and (max-width: 768px) {
    .m_auto {
        margin: auto;
    }
}

/*-----------------------------------------------------------
レイアウト
------------------------------------------------------------*/
/*float--------------*/
.f_left {
    float: left;
}

.f_right {
    float: right;
}

@media screen and (max-width: 768px) {
    .f_right {
        float: none;
    }
}

blockquote {
    text-align: left;
    padding: 1px 10px 1px 15px;
    font-size: 90%;
    border-left: 2px solid #ccc;
    margin: 5px 15px;
}

/*flex-----------------*/
.flex__sp {
    display: block;
}

@media screen and (max-width: 768px) {
    .flex__sp {
        display: flex;
        justify-content: space-between;
    }
}

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.flex__space-between {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media screen and (max-width: 768px) {
    .flex__space-between {
        display: inline-block;
    }
}

/*l-group -------------------*/
.l-group {
    width: auto;
    text-align: center;
}

.l-group2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

/*l-row ---------------------*/
.l-row {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 20px 22px 0;
    width: calc(33.3333333% - 20px);
    height: 272px;
}

.l-row-h {
    height: 222px;
}

.l-row:nth-child(3n) {
    margin-right: 0;
}

@media (orientation: landscape) and (max-width: 768px) {
    .l-row {
        width: calc(50% - 10px / 2);
        height: 280px;
        margin: 0 10px 22px 0;
    }
}
@media (orientation: portrait) and (max-width: 768px) {
    .l-row {
        width: calc(50% - 10px / 2);
        height: 270px;
        margin: 0 10px 22px 0;
    }
}

@media (orientation: portrait) and (max-width: 568px) {
    .l-row {
        width: calc(50% - 10px / 2);
        height: 220px;
        margin: 0 10px 22px 0;
    }
}

@media (orientation: landscape) and (max-width: 768px) {
    .l-row-h {
        width: calc(50% - 10px / 2);
        height: 250px;
        margin: 0 10px 22px 0;
    }
}

@media (orientation: portrait) and (max-width: 768px) {
    .l-row-h {
        width: calc(50% - 10px / 2);
        height: 220px;
        margin: 0 10px 22px 0;
    }
}

@media screen and (max-width: 768px) {
    .l-row:nth-child(2n) {
        margin-right: 0;
    }

    .l-row:nth-child(3n) {
        margin-right: 10px;
    }

    .l-row:nth-child(6) {
        margin-right: 0;
    }
}

.l-row2 {
    border-bottom: 1px solid #eeeeee;
    padding: 10px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.l-row3 {
    height: 100px;
    border-bottom: 1px solid #adadad;
}

@media screen and (max-width: 768px) {
    .l-row3 {
        border-bottom: 1px dashed #adadad;
    }
}


.l-row3 a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 90px;
}

@media screen and (max-width: 768px) {
    .l-row3 a {
        width: auto;
        height: 100%;
        padding-left: 10px;
        padding-right: 10px;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

@media screen and (max-width: 768px) {
    .l-row3 a .mr10{
        margin-right:0 !important;
    }
}

.l-row3:last-child, .l-row4:last-child {
    border-bottom: none;
}

@media screen and (max-width: 768px) {
    .l-row3:nth-child(5) {
        border-bottom: none;
    }
}

.l-row4 {
    width: 100%;
    height: auto;
    border-bottom: 1px dashed #adadad;
}

@media screen and (max-width: 768px) {
    .l-row4 {
        padding: 0 7px;
    }
}

.l-row5 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 14px 0;
}

@media screen and (max-width: 768px) {
    .l-row5 {
        padding: 10px 10px;
    }
}

/*l-trim__img---------------------*/
.l-trim__oblong {
    width: 246px;
    height: 137px;
    overflow: hidden;
    position: relative;
}
@media screen and (max-width: 1200px) {
    .l-trim__oblong {
        margin: auto;
        width: 170px;
        height: auto;
    }
}
@media screen and (min-width: 480px) and (max-width: 780px) {
    .l-trim__oblong {
        width: 255px;
        height: 142px;
        overflow: hidden;
        position: relative;
        margin: 0 auto;
    }
}

@media screen and (max-width: 479px) {
    .l-trim__oblong {
        width: 170px;
        max-width: 100%;
        height: 95px;
        overflow: hidden;
        position: relative;
        margin: 0 auto;
    }
}

@media screen and (max-width: 320px) {
    .l-trim__oblong {
        width: 150px;
        height: 83.5px;
        overflow: hidden;
        position: relative;
        margin: 0 auto;
    }
}


.l-trim__oblong-img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}

@media screen and (max-width: 768px) {
    .l-trim__oblong-img {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        max-width: 100%;
        max-height: 100%;
        width: auto;
        height: auto;
    }
}

@media screen and (max-width: 768px) {
    .l-trim__square, .l-trim__square2, .l-trim__square3 {
        overflow: hidden;
        position: relative;
        flex-shrink: 0;
    }

    .l-trim__square {
        width: 75px;
        height: 75px;
        margin-top: auto;
        margin-bottom: auto;
    }

    .l-trim__square2 {
        width: 90px;
        height: 90px;
    }

    .l-trim__square3 {
        width: 85px;
        height: 85px;
    }

}

@media screen and (max-width: 768px) {
    .wpp-thumbnail {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        max-width: 100%;
        max-height: 100%;
        width: auto;
        height: auto;
    }
}

/*-----------------------------------------------------------
l-modal
------------------------------------------------------------*/
.l-modal__wrap {
    margin-left: 768px;
}

.l-modal {
    display: none;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}

.l-modal__back {
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    z-index: 100;
    display: none;
}

.l-modal__content {
    position: relative;
}

.l-modal__close {
    width: 0;
    height: 0;
}

.l-modal__close:after {
    content: "×";
    color: #333333;
    font-size: 24px;
    line-height: 24px;
    background-color: #b0b4b7;
    position: absolute;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    top: -20%;
    right: 6.5%;
}


/*-----------------------------------------------------------
パンくずリスト breadcrumb
------------------------------------------------------------*/
.breadcrumb {
    padding: 4px 0;
    border-bottom: #e0e0e0 2px solid;
}

.breadcrumb > div > a {
    color: #929292;
    font-size: 14px;
}

.oyakudachi-pan {
    color: #929292;
    font-size: 14px !important;
}

.oyakudachi-pan a {
    color: #929292;
    font-size: 14px !important;
}

.breadcrumb ul li {
    display: inline;
}

.breadcrumb ul li:not(:last-child):after {
    content: ">";
    color: #929292;
    font-size: 16px;
    padding: 0 0 0 5px;
}

.oyakudachi-pan a:not(:last-child):after {
    content: ">";
    color: #929292;
    font-size: 16px;
    padding: 0 0 0 5px;
}

.breadcrumb ul li:last-child:after {
    display: none;
}

.breadcrumb ul li a {
    display: inline;
    color: #929292;
    font-size: 14px;
}

.breadcrumb ul li:last-child a:last-child {
    color: #666666;
    font-weight: bold;
}

.breadcrumb ul li:last-child span {
    color: #666666;
}

/*@media screen and (max-width: 768px) {*/
/*    .breadcrumb ul li:last-child span {*/
/*        font-weight: bold;*/
/*    }*/
/*}*/




.oyakudachi-pan a {
    margin-right: 4px;
}

/*-----------------------------------------------------------
広告 advertisement
------------------------------------------------------------*/
.advertisement {
    margin-top: 22px;
    text-align: center;
}

@media screen and (max-width: 768px) {
    .advertisement {
        height: 85px;
        text-align: center;
        margin: 0;
        background-color: #eeeeee;
    }
}

.advertisement a {
    height: 100%;
    width: auto;
}

@media screen and (max-width: 768px) {
    .advertisement a img {
        height: 100%;
        width: auto;
        margin: auto;
    }
}

.advertisement2 {
    margin-bottom: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media screen and (max-width: 768px) {
    .advertisement2 {
        display: grid;
        margin-bottom: 24px;
    }

    .advertisement2 a:nth-child(2){
        display: none;
    }
}


.advertisement3 {
    text-align: center;
    height: 188px;
    margin-bottom: 27px;
}

@media screen and (max-width: 768px) {
    .advertisement3 {
        height: auto;
    }
}

.advertisement3 img {
    width: 82%;
    margin: auto;
}

@media screen and (max-width: 768px) {
    .advertisement3 img {
        width: 220px;
        height: 185px;
    }
}

.ad_img {
    margin: 0 20px 0;
    width: 300px;
    height: auto;
}

@media screen and (max-width: 960px) {
    .ad_img {
        margin: 0 20px 0;
        width: 220px;
        height: 185px;
    }
}

@media screen and (max-width: 768px) {
    .ad_img {
        display: grid;
        margin-bottom: 24px;
    }

    .ad_img:nth-child(2) {
        display: none;
    }
}

/*-----------------------------------------------------------
記事本文　news-article
------------------------------------------------------------*/
.news-article {
    padding: 20px 0 65px;
    position: relative;
}

.top {
    padding: 20px 0 65px;
    position: relative;
}


.article-list.flex__space-between {
    padding: 20px 0 420px;
    position: relative;
}

.search-list.flex__space-between {
    padding: 20px 0 600px;
    position: relative;
}



@media screen and (max-width: 768px) {
    .news-article, .top {
        padding: 20px 0 40px;
        width: 100%;
        position: static;
    }
    .article-list.flex__space-between {
        padding: 20px 0 65px;
        position: relative;
    }
    .search-list.flex__space-between {
        padding: 20px 0 65px;
        position: relative;
    }
}

.news-article__side-left, .article-list__side-left, .top__side-left {
    width: 100% !important;
    padding: 0 10px;
}

.news-article__sidebar {
    width: 350px;
}

.news-article__eyecatch {
    margin-bottom: 50px;
}

.section-one-content {
    font-size: 1.1rem;
}

.section-one-content div > p {
    font-size: inherit;
}

@media screen and (max-width: 1200px) {
    .news-article__side-left, .top__side-left {
        width: 600px;
        padding: 0 10px;
    }

    .news-article__sidebar {
        width: 250px;
    }
}

@media screen and (max-width: 960px) {
    .news-article__side-left, .article-list__side-left, .top__side-left {
        width: 550px;
        padding: 0 10px;
    }

    .news-article__sidebar {
        width: 200px;
    }
}

@media screen and (max-width: 768px) {
    .news-article__side-left {
        width: 100%;
        padding: 0;
    }

    .article-list__side-left {
        width: 100%;
        padding: 0 10px;
    }

    .news-article__sidebar {
        height: 100% !important;
        width: 100% !important;
    }
}


/*トップ　ロゴ・記事本数用*/

.headerLogo.clearfix {
    display: flex;
    justify-content: space-between;
}

@media screen and (max-width: 768px) {
    .headerLogo.clearfix {
        flex-direction: column;
        align-items: center;
    }
}

.logoBox {
    width: 254px;
}

.headRight {
    width: 430px;
    text-align: right;
}

@media screen and (max-width: 768px) {
    .headRight {
        width: auto;
        margin: 17px 0 17px 0;
    }
}

.update {
    font-size: 12px!important;
    font-weight: bold;
    color: #e43949!important;
}

@media screen and (max-width: 768px) {
    .update {
        text-align: center;
    }
}

.nowNumBox {
    color: #240f82;
    font-family: helvetica, arial, 'hiragino kaku gothic pro', meiryo, 'ms pgothic', sans-serif;
    font-weight: bold;
    font-size: 12px;
    margin-top: -6px;
}

.nowNumBox span {
    font-size: 2.5em!important;
    font-weight: bold;
    color: #4d213e!important;
    padding: 0 8px;
    font-family: helvetica, arial, 'hiragino kaku gothic pro', meiryo, 'ms pgothic', sans-serif;
}

/*-------------
magazine_inboundlink
--------------*/
.magazine_inboundlink {
    border-bottom: 1px dashed #2e62b9;
    line-height: 1.3;
}

/*-------------
magazine_outboundlink
--------------*/
.magazine_outboundlink {
    color: #666666 !important;
    border-bottom: 1px dashed #666666;
    line-height: 1.3;
}

/*section h-------------------------------------------*/
.section-one h1 {
    margin-bottom: 8px;
    font-size: 32px;
    line-height: 1.4;
    color: #333333;
    font-weight: bold;
}

@media screen and (max-width: 768px) {
    .section-one h1 {
        font-size: 23px;
        margin-bottom: 10px;
    }
}

.news-article__side-left h2, .news-article__side-left h3,
.news-article__side-left h4 {
    color: #333333;
    font-weight: 500;
    line-height: 1.4;
    margin: 60px 0 26px;
    border-bottom: 3px solid #dadada;
}

@media screen and (max-width: 768px) {
    .news-article__side-left h2, .news-article__side-left h3,
    .news-article__side-left h4 {
        color: #4d4d4d;
        font-weight: bold;
    }
}

.news-article__side-left h2 {
    background-color: #f7f7f7;
    border-left: 5px solid #2e62b9;
    font-size: 22px;
    padding: 14px 12px;
}

@media screen and (max-width: 768px) {
    .news-article__side-left h2 {
        font-size: 1.3em;
        line-height: 1.6 !important;
        margin: 40px 0 14px;
        border-bottom: 5px solid #dadada;
    }
}

.news-article__side-left h3 {
    background-color: #f7f7f7;
    font-size: 21px;
    padding: 5px 13px;
}

.news-article__side-left h4 {
    font-size: 21px;
    padding: 5px 13px;
}

/*section one span----------------------*/
.section-one__wrap-span {
    height: 25px;
    width: auto;
}

.section-one__span {
    border-radius: 3px;
    display: inline-block;
    color: #929292;
    font-size: 12px;
    padding: 2px 5px;
    margin: 0 12px 0 0;
    border: 1px solid #929292;
    -webkit-border-radius: 3px;
    white-space: nowrap;
}

@media screen and (max-width: 320px){
    .section-one__span{
        font-size: 10px;
    }
}

/*section two--------------------------*/
.section-two {
    margin-bottom: 10px;
    font-size: 16px;
}

@media screen and (max-width: 768px) {
    .section-two {
        margin-top: 30px;
    }
}

.news-article__side-left p {
    color: #1a1a1a;
    line-height: 1.8;
    font-size: 1.1rem;
    margin: 13px 0;
}

@media screen and (max-width: 768px) {
    .section-two p {
        margin: 0 0 24px;
    }
}

.section-two ul, .section-two ol {
    margin: 0 0 32px 20px;
    color: #1a1a1a;
    line-height: 2.0;
    list-style: none;
}

.section-two ol {
    counter-reset: item;
}

@media screen and (max-width: 768px) {
    .section-two ul, .section-two ol {
        margin: 0 0 32px 10px !important;
        line-height: 2.0;
    }
}

.section-two ol li:before {
    counter-increment: item;
    content: counter(item) '.';
    display: inline-block;
    color: #1a1a1a;
}

.section-two ul li:before {
    content: "";
    width: 7px;
    height: 7px;
    display: inline-block;
    background-color: #1a1a1a;
    border-radius: 50%;
    margin: 0 0.2em 0.1em;
}

@media screen and (max-width: 768px) {
    .section-two .contentbox li {
        text-indent: -1.4em;
        font-size: 0.9em;
        line-height: 1.4;
        padding: 0.2em 1em 0.8em;
    }
}

.section-one strong {
    font-weight: bold;
}

.section-two a {
    cursor: pointer;
    color: #2e62b9;
}

@media screen and (max-width: 768px) {
    .section-two a {
        display: inline;
    }
}

.content-image {
    max-width: 100%;
    height: auto;
    margin-bottom: 32px;
}

.blocknotebox {
    font-size: 1.1em;
    color: #1a1a1a;
    line-height: 1.8;
    background: #eee;
    padding: 10px 20px;
    margin-bottom: 26px;
}

@media screen and (max-width: 768px) {
    .blocknotebox {
        margin: 0 0 24px;
        padding: 10px;
    }
}

/*section three--------------------*/
.section-three p, .section-three a p {
    font-size: 16px;
    color: #666666;
    line-height: 1.8;
}

/*postdate-------------------------*/
.postdate {
    color: #929292;
    margin-bottom: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (max-width: 768px) {
    .postdate {
        color: #929292;
        font-size: 1.2rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: baseline;
        -ms-flex-align: baseline;
        align-items: baseline;
    }
}

.postdate img {
    width: auto !important;
    height: 100%;
}

@media screen and (max-width: 768px) {
    .postdate img {
        width: auto;
        height: fit-content;
    }
}

.postdate .date {
    font-size: 16px;
    display: table-cell;
    height: 33px;
    line-height: 33px;
    margin-left: 5px;
}

@media screen and (max-width: 768px) {
    .postdate .date {
        display: table-cell;
        height: auto;
        line-height: normal;
    }
}

/*social----------------------*/
.social {
    margin-bottom: 0;
    height: 30px;
    padding: 0;
}

.social.flex > ul > li:nth-child(1) {
    padding: 4px;
}

@media screen and (max-width: 768px) {
    .social {
        display: none;
    }
}

.social__button, .social__button-mail {
    float: left;
}

.social__button a {
    margin-right: 5px;
}

.social2 {
    text-align: right;
    display: flex;
    justify-content: flex-end;
}

.social2 a {
    margin-left: 6px;
}

.social2 a img {
    width: 50px;
}

.social3 {
    width: 90% !important;
    margin: 0 auto 50px;
}

.social3 ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-evenly;
    width: 270px;
    margin: 0 auto 30px;
}

/*.social3 ul li {*/
/*    margin-right: 14px;*/
/*}*/

/* .social3 ul li:first-child {
    margin-left: 14px;
} */

.social3__p {
    font-size: 18px;
    margin-bottom: 15px;
    text-align: center;
}

.social3__imgbox {
    text-align: center;
}

.social3__img {
    width: 100%;
}

.social3__img2 {
    width: 85%;
}

.social3__img2 {
    margin: 0 auto;
}

.social__btn img {
    width: 100%;
}

p.u-border {
    border-bottom: 2px solid #333333;
    width: 60%;
    margin: 0 auto 15px;
}

/*postimg-------------------*/
.postimg {
    width: auto;
    height: auto;
    clear: both;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    background-color: #ccc;
}

@media screen and (max-width: 768px) {
    .postimg {
        width: 100vw;
        height: 56.25vw;
        display: table-cell;
    }
}

.section-one .section-one-content img {
    display: block;
    margin: 0 auto;
    max-width: 100% !important;
    height: auto !important;
}
@media screen and (max-width: 768px) {
  .section-one .section-one-content img {
    max-width: 100%;
    height: auto;
  }
}
.postimg img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

@media screen and (max-width: 768px) {
    .postimg img {
        max-width: 100%;
        max-height: 56.25vw;
        margin: 0 auto;
        vertical-align: middle;
    }
}

.postimgtext {
    padding: 0 10px;
    font-size: 16px;
    color: #999999;
}

/*contentbox-----------------*/
.contentbox {
    font-size: initial;
    line-height: 1.8;
    padding: 14px 20px;
    border: 1px solid #ccc;
    margin: 50px 0;
}

@media screen and (max-width: 768px) {
    .contentbox {
        padding: 10px;
        margin: 40px 0;
        font-size: 1.1em;
    }
}

.contentbox ul {
    list-style: none !important;
    margin: 0;
}

.contentbox ul li:before {
    content: "";
    width: 10px;
    height: 10px;
    display: inline-block;
    background-color: #1a1a1a;
    border-radius: 50%;
    margin-right: 10px;
}

/*midashi-----------------------*/
.midashi {
    margin: 60px 0 26px;
    font-size: 1.1em;
    color: #2e62b9;
    display: inline-block;
}

@media screen and (max-width: 768px) {
    .midashi {
        font-size: 1.1em;
        margin: 40px 0 6px;
        font-weight: bold;
    }
}

/*paging------------------------*/
.paging {
    margin: 42px 0 50px;
}

.paging ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media screen and (max-width: 768px) {
    .c-paging ul {
        margin-left: 0 !important;
    }
}

.paging ul li, .paging span {
    text-align: center;
    line-height: 45px;
    margin: 3px;
    color: #000000 !important;
}

@media screen and (max-width: 768px) {
    .paging span {
        font-size: 16px;
    }
}

@media screen and (max-width: 768px) {
    .paging ul li {
        margin-left: 3%;
    }

    .paging ul li:first-child {
        margin-left: 0;
    }
}

.paging ul li .current {
    border: 2px solid #cccccc;
    background-color: #2e62b9;
    border-radius: 50%;
    color: #ffffff !important;
    width: 50px;
    height: 50px;
}

@media screen and (max-width: 768px) {
    .paging ul li .current {
        border: 0;
        background-color: #ffffff;
        border-radius: 0;
        color: #b5b5b5 !important;
        width: auto;
        height: auto;
    }
}

.paging ul li:before {
    content: none;
}

.paging ul li a {
    border: 2px solid #cccccc;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    font-size: 22px;
}

@media screen and (max-width: 768px) {
    .paging ul li a {
        font-size: 16px;
        display: grid;
        background-color: #ffffff;
        border-radius: 0;
        border-top: 0;
        border-left: 0;
        border-right: 0;
        border-bottom: 1px solid #cccccc;
        width: auto;
        height: 70%;
    }
}

.paging ul li a:hover {
    background-color: #2e62b9;
    color: #ffffff !important;
    opacity: 1.0;
    -webkit-filter: none;
    filter: none;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

@media screen and (max-width: 768px) {
    .paging__arrow {
        border: 2px solid  #c9c9c9!important;
        border-radius: 50% !important;
        width: 45px !important;
        height: 45px !important;
    }

    .paging__arrow img {
        width: 24%;
        margin: auto;
    }
}

/*profile---------------------*/
@media screen and (max-width: 768px) {
    .profile, .profile2 {
        width: 100%
    }
}

.profile2 {
    border-top: 3px solid #653b14;
    border-bottom: 1px dashed #929292;
}

@media screen and (max-width: 768px) {
    .c-profile2 {
        margin-bottom: 24px;
    }
}

.profile__title {
    background-color: #eeeeee;
    padding: 16px;
    margin-bottom: 20px;
}

.profile__content, .profile2__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.profile2__content {
    margin: 18px 0 42px;
}

.profile__content img, .profile2__content img, .profile__title img {
    width: 85px;
    height: 85px;
    margin: 0 20px;
    flex-shrink: 0;
}

.profile__content img {
    display: -ms-grid;
    display: grid;
}

@media screen and (max-width: 768px) {
    .profile__content img {
        display: none;
    }
}

.profile__text p, .profile2__text p {
    margin: 0 10px;
    font-size: 16px !important;
}

.profile__link-wrap {
    position: relative;
    background-color: #eeeeee;
    padding: 8.5px 25px;
    border-radius: 5px;
    width: -moz-fit-content;
    width: fit-content;
    display: block;
    margin: 0 0 0 auto;
}

@media all and (-ms-high-contrast: none) {
    .profile__link-wrap {
        width: 280px !important;
    }
}

@media screen and (max-width: 768px) {
    .profile__link-wrap {
        margin: 32px 0 0 auto;
    }
}

.profile__link {
    text-align: right;
    color: #666666 !important;
}

.profile__link:after {
    content: "";
    background: url("../images/icon/ic_right_sp2.png") no-repeat center;
    background-size: 8px;
    width: 28px;
    height: 28px;
    position: absolute;
}

.profile__name {
    line-height: 85px !important;
}

/*-----------------------------------------------------------
c-feature
------------------------------------------------------------*/
.c-feature2 {
    margin-bottom: 46px;
}

.c-feature3 {
    margin-bottom: 50px;
}

/*.c-feature4 {*/
/*    margin-bottom: 130px;*/
/*}*/
@media screen and (max-width: 768px) {
    .c-feature4 {
        margin-bottom: 30px;
    }
}

.c-feature__title, .c-feature2__title, .c-feature3__title {
    background-color: #eeeeee;
    padding: 5px 14px;
    font-weight: bold;
    font-size: 18px !important;
}

.c-feature__title {
    margin-bottom: 18px;
}

.c-feature4__title {
    font-size: 24px !important;
    font-weight: bold;
    color: #666666 !important;
    margin-bottom: 0;
}

@media screen and (max-width: 768px) {
    .c-feature4__title {
        font-size: 18px;
        margin: 0 10px 5px;
    }
}

.c-feature__num {
    background-color: #eeeeee;
    padding: 4px 8px;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 16px !important;
}

@media all and (-ms-high-contrast: none) {
    .c-feature__num {
        width: 65px;
    }
}

.c-feature__img {
    width: 100%;
    height: auto;
    margin-bottom: 14px;
}

.c-feature2__img {
    -o-object-fit: contain;
    object-fit: contain;
    width: 165px !important;
    max-width: unset !important;
    height: 96px !important;
    margin-right: 20px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

@media screen and (max-width: 768px) {
    .c-feature2__img {
        -o-object-fit: cover;
        object-fit: cover;
        width: 98px;
        height: 98px;
        margin-right: 20px;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }
}

@media screen and (max-width: 768px) {
    .c-feature__subtitle, .c-feature2__subtitle {
        font-weight: bold;
        margin-top: 5px;
    }
}


.c-feature2__subtitle {
    margin: auto 0;
}

@media all and (-ms-high-contrast: none) {
    .c-feature2__subtitle {
        margin: 10px 0;
    }
}


@media screen and (max-width: 768px) {
    .c-feature2__subtitle {
        line-height: 1.6 !important;
        margin: auto 0;
    }
}

.c-feature3__content ul li {
    width: 100%;
    border-bottom: 2px solid #eeeeee;
}

.c-feature3__a {
    padding: 10px 0;
}

.c-feature3__p {
    margin: auto 0;
}

@media screen and (max-width: 768px) {
    .c-feature3__content ul li {
        height: auto;
    }

    .c-feature3__p {
        line-height: 1.6 !important;
        color: #666666 !important;
    }
}

.c-feature4__content {
    border-top: 2px solid #929292;
    border-bottom: 2px solid #929292;
}

.c-feature4__content ul li:first-child {
    width: 100%;
    height: auto;
    border-top: none;
    position: relative;
}

.c-feature4__content ul li {
    width: 100%;
    height: auto;
    border-top: 1px dashed #1a1a1a;
    position: relative;
}

@media screen and (max-width: 768px) {
    .c-feature4__content ul li {
        height: auto;
    }
}


.c-feature4__imgbox {
    overflow: hidden;
    width: 140px;
    height: 80px;
    background-color: #eeeeee;
    text-align: center;
}

@media screen and (max-width: 768px) {
    .c-feature4__imgbox {
        overflow: hidden;
        width: 95px;
        height: 95px;
    }
}


.c-feature4__img {
    height: 100%;
    width: auto;
    margin: 0 auto;
    flex-shrink: 0;
}

@media screen and (max-width: 768px) {
    .c-feature4__img {
        height: 100%;
        transform: none;
        vertical-align: text-top;
    }
}

.c-feature4__text {
    width: 80%;
    margin-left: 16px;
}

.c-feature4__adtext {
    width: 80%;
    height: fit-content;
    margin: auto 0 auto 16px;
}

@media screen and (max-width: 768px) {
    .c-feature4__text {
        width: 70%;
        margin-left: 16px;
    }
}

.c-feature4__subtitle {
    font-weight: bold;
}

@media screen and (max-width: 768px) {
    .c-feature4__subtitle {
        line-height: 1.45 !important;
    }
}

.c-feature4__adtitle {
    font-weight: bold;
}

.c-feature4__adtag {
    width: 50px;
    height: auto;
}

.c-feature4__date-top {
    color: #929292 !important;
    font-size: 14px !important;
}

.c-feature4__date {
    font-size: 14px !important;
}

@media screen and (max-width: 768px) {
    .c-feature4__date-top {
        display: none;
    }
}

.c-feature4__link {
    cursor: pointer;
    color: #929292 !important;
    font-size: 14px !important;
    text-align: right;
    margin: 10px 40px;
    position: absolute;
    bottom: 0;
    right: 0;
}


/*-------------
article
--------------*/
.article__content {
    border-top: 1px dashed #929292;
}

.article__content ul li {
    width: 100%;
    height: 220px;
    border-bottom: 1px dashed #929292;
    padding: 8px 0;
}

@media screen and (max-width: 768px) {
    .article__content ul li {
        height: auto;
        padding: 0;
    }
}

.article__text {
    height: 180px;
    margin-left: 16px;
    width: 68%;
}

@media screen and (max-width: 768px) {
    .article__text {
        height: auto;
        margin-left: 16px;
    }
}

.article__subtitle {
    font-size: 20px !important;
    color: #2e62b9 !important;
    line-height: 1.45 !important;
}

@media screen and (max-width: 768px) {
    .article__subtitle {
        font-size: 18px !important;
        color: #653b14 !important;
        letter-spacing: -0.05em;
    }
}

.article__imgbox {
    width: 230px;
    height: 135px;
    overflow: hidden;
    background-color: #eeeeee;
    text-align: center;
}

@media screen and (max-width: 768px) {
    .article__imgbox {
        width: 98px;
        height: 98px;
    }
}

.article__img {
    height: 100%;
    width: auto;
    margin: 0 auto;
    vertical-align: text-bottom;
}

@media screen and (max-width: 768px) {
    .article__img {
        height: 100%;
        transform: none;
        vertical-align: text-top;
    }
}

.article__date {
    color: #929292 !important;
    font-size: 14px !important;
}

.article__description, .article__link {
    font-size: 16px !important;
}

.article__link {
    cursor: pointer;
    color: #2e62b9 !important;
    text-align: right;
    margin: 20px 0 0;
}

/*-------------
sidebar
--------------*/
@media screen and (max-width: 768px) {
    .sidebar {
        width: 100%;
    }
}

.sidebar__section {
    margin-bottom: 24px;
}

.twitter__script {
    height: 750px;
}

.sidebar__content {
    border-top: 2px solid #adadad;
    border-bottom: 2px solid #adadad;
}

.sidebar__section h2 {
    font-size: 18px;
    color: #666666;
    margin-bottom: 8px;
    font-weight: bold;
}

.sidebar__text, .sidebar__text2,
.sidebar__subtitle {
    color: #666666;
    font-size: 16px;
}

.sidebar__text {
    margin: auto 0;
    height: 72px;
}

.sidebar__text2 {
    height: 70px;
}

.sidebar__a {
    height: 100%;
    display: block;
}

.sidebar__img {
    width: 80px;
    height: 80px;
    flex-shrink: 0;
}

.sidebar__img.only-pc .wpp-thumbnail {
    object-fit: cover;
}

.sidebar__banner p {
    font-size: 18px;
    padding: 5px 0;
    width: 100%;
    color: #ffffff;
    background-color: #2e62b9;
    margin-bottom: 25px;
}

.sidebar__banner a{
    margin: 0 20px;
}

.sidebar__banner img {
    width: 100%;
    margin-bottom: 25px;
}

.access-rank {
    counter-reset: wpp-ranking;
}

.sidebar__num {
    background-color: #eeeeee;
    width: 24px;
    height: 24px;
    line-height: 24px;
    border-radius: 2px;
    text-align: center;
    flex-shrink: 0
}

.sidebar__num::before {
    content: counter(wpp-ranking, decimal);
    counter-increment: wpp-ranking;
    color: #666666;
    font-size: 16px;
}

.sidebar__subtitle {
    margin: 16px 0;
}

@media screen and (max-width: 768px) {
    .sidebar__section h2 {
        padding: 5px;
        font-size: 20px;
    }

    .sidebar__text2 {
        margin: 0 10px 0 10px
    }

    .sidebar__subtitle {
        width: 100%;
    }
}

.sidebar__banner, .twitter__link {
    text-align: center;
}

.twitter__link {
    margin-top: 25px;
}

.twitter__link img {
    width: 100%;
}

.twitter__header {
    margin-bottom: 6px;
    padding: 5px 0;
    border-bottom: 2px solid #aaaaaa;
}

.twitter__p {
    font-size: 18px;
    font-weight: bold;
    color: #666666;
}

/*-------------
share
--------------*/
.share {
    text-align: center;
    line-height: 1.5;
}

@media (orientation: portrait) and (max-width: 768px) {
    .share {
        background: #fff;
        padding: 40px 0 21px;
        position: absolute;
        left: 50%;
        bottom: -10px;
        transform: translate(-50%, -50%);
        width: 100%;
        z-index: 1000;
    }
}

@media (orientation: landscape) and (max-width: 768px) {
    .share {
        background: #fff;
        padding: 40px 0;
        position: absolute;
        left: 50%;
        top: 60%;
        transform: translate(-50%, -50%);
        width: 100%;
        z-index: 1000;
    }
}

.share ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.share ul li {
    margin-right: 14px;
}

@media (orientation: landscape) and (max-width: 768px) {
    .share ul li {
        margin-right: 14px;
        width: 60px;
        height: 60px;
    }
}

.share ul li:first-child {
    margin-left: 21px;
}

.share ul li:last-child {
    margin-right: 21px;
}

.share__p {
    color: #666666;
    font-size: 18px;
    margin-bottom: 15px;
}

.share__img {
    width: 60px;
    height: 60px;
}

/*-----------------------------------------------------------
各ボタン
------------------------------------------------------------*/
/*btn-top--------------------*/
.btn-top {
    position: fixed;
    bottom: 10%;
    right: 5%;
    z-index: 100;
    height: 158px;
}

.btn-top.sp {
    display: none;
}

.btn-top a {
    border: 5px solid #2e62b9;
    border-radius: 10px;
    background-color: #ffffff;
    width: 80px;
}

.btn-top a:hover {
    opacity: 0.8;
}

.btn-top a p {
    color: #2e62b9;
    padding: 10px 0;
    margin: 0 auto;
    font-size: 18px;
    font-weight: bold;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    -webkit-text-orientation: upright;
    text-orientation: upright;
}

.btn-top a p:after {
    content: '▲';
    margin-top: 5px;
}

@media all and (-ms-high-contrast: none) {
    .btn-top {
        position: fixed;
        bottom: 10%;
        right: 5%;
        z-index: 100;
        height: 165px;
    }

    .btn-top a {
        border: 5px solid #2e62b9;
        border-radius: 10px;
        background-color: #ffffff;
    }

    .btn-top a p {
        padding: 10px 26px 0;
        font-size: 18px;
        font-weight: bold;
        -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
        -webkit-text-orientation: upright;
        text-orientation: upright;
    }

    *::-ms-backdrop, .btn-top a p:after {
        content: url("../images/icon/top_icon_tr.png");
        display: inline-block;
    }
}


/*btn-next--------------------*/
.btn-next a {
    border: 3px solid #2e62b9;
    font-size: 18px;
    border-radius: 10px;
    line-height: 46px;
    width: 226px;
}

@media screen and (max-width: 768px) {
    .btn-next a {
        width: 70%;
        margin: 30px auto;
        display: grid;
        text-align: center;
    }
}

/*btn-search--------------------*/
.btn-search, .btn-search2 {
    position: relative;
}

.btn-search a {
    background-color: #ff0000;
    border: 2px solid #ff0000;
    border-radius: 10px;
    color: #ffffff !important;
    font-size: 1.2em !important;
    line-height: 45px;
    width: 495px;
}

/* IE11 */
@media all and (-ms-high-contrast: none) {
    .btn-search a {
        background: #ff0000;
        border-radius: 5px;
        display: grid;
        text-align: center;
    }
}

@media screen and (max-width: 768px) {
    .btn-search a, .c-btn-next a {
        display: grid;
        text-align: center;
    }

    .btn-next a {
        width: 70%;
        margin: 30px auto;
    }

    .btn-search a {
        width: 90%;
        margin: 0 auto;
        padding: 11px 0px;
        height: auto;
        line-height: 1.4;
    }
}

@media screen and (max-width: 768px) {
    .btn-search__span {
        width: 90%;
        margin: auto;
    }
}

.btn-search a:hover {
    background-color: #ffffff;
    border: 2px solid #ff0000;
    color: #ff0000 !important;
    opacity: 1.0;
    -webkit-filter: none;
    filter: none;
    -webkit-transition: all 0.01s;
    -o-transition: all 0.01s;
    transition: all 0.01s;
}

.btn-search a:after {
    content: url("../images/icon/btn_arrow.png");
    position: absolute;
    right: 160px !important;
}

@media screen and (min-width: 560px) {
    .btn-search a:after {
        right: 40px;
    }
}

@media screen and (max-width: 768px) {
    .btn-search a:after {
        right: 25px !important;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
    }
}

.btn-search a:hover:after {
    content: url("../images/icon/btn_arrow2.png");
    opacity: 1.0;
    -webkit-filter: none;
    filter: none;
    -webkit-transition: all 0.01s;
    -o-transition: all 0.01s;
    transition: all 0.01s;
}

/*btn-share--------------*/
.btn-share {
    margin: 0 auto;
    position: fixed;
    bottom: 6%;
    right: 2%;
    z-index: 10;
}

.btn-share.sp {
    display: none;
}

@media screen and (max-width: 768px) {
    .btn-share {
        right: 10px;
    }
}


body.scroll_off {
    overflow: hidden;
}

/*new--------------------*/
.icon__new, .icon__new2 {
    color: #ffffff;
    background-color: #ff1111;
    font-size: 11px;
    padding: 1px 8px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    border-radius: 5px;
    margin-left: 10px;
}

.icon__new2 {
    height: 15px;
    width: 28px !important;
    font-weight: bold;
}

/*-----------------------------------------------------------
文字の省略　text-re
------------------------------------------------------------*/
/*2列で省略*/
.text-re {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/*3列で省略*/
.text-re2 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.st2 {
    margin-right: 10px;
}

@media screen and (max-width: 768px) and (min-width: 568px){
    .text-re2 {
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        width: 100%;
        height: 90px;
        padding: 0 10px;
    }
}

/*4列で省略*/
.text-re4 {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/*PC2列、SP3列で省略*/
.text-re_pc2sp3 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

@media screen and (max-width: 768px) {
    .text-re_pc2sp3 {
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
}

.text-re6 {
    max-width: 300px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

@media screen and (max-width: 768px) {
    .text-re6 {
        max-width: none;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        white-space: inherit;
    }
}

/*-----------------------------------------------------------
サイドバーの固定
------------------------------------------------------------*/
.sb__fixed {
    position: fixed;
    width: 350px;
    bottom: 0;
}

@media screen and (max-width: 1200px) {
    .sb__fixed {
        width: 250px;
    }
}

@media screen and (max-width: 960px) {
    .sb__fixed {
        width: 200px;
    }
}

.change__position {
    position: absolute;
}

@media screen and (max-width: 768px) {
    .sb__fixed {
        position: static;
        width: 100%;
    }

    .change__position {
        position: static;
    }

    .f_container {
        margin: 0;
        height: auto !important;
    }

    .news-article__sidebar {
        height: 100% !important;
    }
}


/* PC banner */
.pc-area-banner {
    text-align: center;
}

.pc-area-banner-strong {
    font-size: 20px;
    line-height: 1.5em;
}

.pc-area-banner-span {
    color: #ff2819;
}

.pc-area-banner-ul {
    margin-top: 10px;
}

.pc-area-banner-ul li {
    margin-bottom: 10px;
}


/* SP banner */
.sp-area-banner {
    text-align: center;
    margin-bottom: 70px;
}

.sp-area-banner-span {
    color: #ff2819;
}

.sp-area-banner-strong {
    font-size: 14px;
}

.sp-area-banner-ul {
    margin-top: 10px;
}

.sp-area-banner-ul li {
    margin-bottom: 10px;
}

/* pf-date 改行無効*/
.pf-date {
    white-space: nowrap;
}

.section-one-content a {
    color :blue;
}
