/* ==========================================================================
   toppage
   ========================================================================== */
/* p-tab
-------------------------------------------------------------------------- */
.p-tab
{
    margin-top: 130px;
}
@media screen and (max-width: 1479px) and (min-width: 1280px)
{
    .p-tab
    {
        margin-top: 6.8023255814vw;
    }
}
@media screen and (max-width: 1279px) and (min-width: 1024px)
{
    .p-tab
    {
        margin-top: 7.027027027vw;
    }
}
@media screen and (max-width: 1023px) and (min-width: 768px)
{
    .p-tab
    {
        margin-top: 12.6953125vw;
    }
}
@media screen and (max-width: 767px)
{
    .p-tab
    {
        margin-top: 16.9270833333vw;
    }
}
.p-tab__btnList
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    border-bottom: 1px solid #1729ac;

    -webkit-box-pack: center;

        -ms-flex-pack: center;

            justify-content: center;
}
@media screen and (max-width: 1023px)
{
    .p-tab__btnList
    {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
}
.p-tab__btn
{
    font-size: 20px;
    font-weight: 400;

    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    width: calc(25% - 40px);
    margin: 0 2.5px;
    padding: 15px 0;

    cursor: pointer;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s;

    color: #1729ac;
    border-top: 1px solid #1729ac;
    border-right: 1px solid #1729ac;
    border-left: 1px solid #1729ac;
    border-radius: 0 10px 0 0;
    background: #fff;

    -webkit-box-pack: center;

        -ms-flex-pack: center;

            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.p-tab__btn.en
{
    font-family: 'Josefin Sans', sans-serif;

    padding-bottom: 10px;
}
@media screen and (max-width: 767px)
{
    .p-tab__btn.en
    {
        padding-bottom: 5px;
    }
}
.p-tab__btn.active
{
    color: #fff;
    background: #1729ac;
}
@media screen and (max-width: 1023px)
{
    .p-tab__btn
    {
        width: calc(25% - 10px);
    }
}
@media screen and (max-width: 767px)
{
    .p-tab__btn
    {
        width: 50%;
        margin: 0;

        border-radius: 0;
    }
    .p-tab__btn:nth-child(2n+2)
    {
        border-left: 0;
    }
}
@media screen and (min-width: 1480px)
{
    .p-tab__btn
    {
        font-size: 20px;
        font-size: 2rem;
    }
}
@media screen and (max-width: 1479px) and (min-width: 1280px)
{
    .p-tab__btn
    {
        font-size: 1.1627906977vw;
    }
}
@media screen and (max-width: 1279px) and (min-width: 1024px)
{
    .p-tab__btn
    {
        font-size: 1.3513513514vw;
    }
}
@media screen and (max-width: 1023px) and (min-width: 768px)
{
    .p-tab__btn
    {
        font-size: 2.4390243902vw;
    }
}
@media screen and (max-width: 767px)
{
    .p-tab__btn
    {
        padding: 10px 0;
    }
}
.p-tab__contentWrap
{
    width: 100%;
    padding-bottom: 60px;

    -webkit-transition: all .3s ease 0s;

    transition: all .3s ease 0s;

    background: #fff;
}
@media screen and (max-width: 1479px) and (min-width: 1280px)
{
    .p-tab__contentWrap
    {
        padding-bottom: 3.1395348837vw;
    }
}
@media screen and (max-width: 1279px) and (min-width: 1024px)
{
    .p-tab__contentWrap
    {
        padding-bottom: 3.2432432432vw;
    }
}
@media screen and (max-width: 1023px) and (min-width: 768px)
{
    .p-tab__contentWrap
    {
        padding-bottom: 6.4453125vw;
    }
}
@media screen and (max-width: 767px)
{
    .p-tab__contentWrap
    {
        padding-bottom: 8.59375vw;
    }
}
@media screen and (min-width: 1024px)
{
    .p-tab__contentWrap
    {
        padding-right: 60px;
        padding-left: 60px;
    }
}
@media screen and (min-width: 1024px) and (max-width: 1479px) and (min-width: 1280px)
{
    .p-tab__contentWrap
    {
        padding-right: 3.1395348837vw;
    }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) and (min-width: 1024px)
{
    .p-tab__contentWrap
    {
        padding-right: 3.2432432432vw;
    }
}
@media screen and (min-width: 1024px) and (max-width: 1023px) and (min-width: 768px)
{
    .p-tab__contentWrap
    {
        padding-right: 6.4453125vw;
    }
}
@media screen and (min-width: 1024px) and (max-width: 767px)
{
    .p-tab__contentWrap
    {
        padding-right: 8.59375vw;
    }
}
@media screen and (min-width: 1024px) and (max-width: 1479px) and (min-width: 1280px)
{
    .p-tab__contentWrap
    {
        padding-left: 3.1395348837vw;
    }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) and (min-width: 1024px)
{
    .p-tab__contentWrap
    {
        padding-left: 3.2432432432vw;
    }
}
@media screen and (min-width: 1024px) and (max-width: 1023px) and (min-width: 768px)
{
    .p-tab__contentWrap
    {
        padding-left: 6.4453125vw;
    }
}
@media screen and (min-width: 1024px) and (max-width: 767px)
{
    .p-tab__contentWrap
    {
        padding-left: 8.59375vw;
    }
}
@media screen and (max-width: 1023px)
{
    .p-tab__contentWrap
    {
        padding-right: 20px;
        padding-left: 20px;
    }
}
/* p-topics
   ----------------------------------------------------------------- */
.btn_box
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    width: 100%;
    margin-top: 30px;

    -webkit-box-pack: end;

        -ms-flex-pack: end;

            justify-content: flex-end;
}

.p-topics
{
    background: #f5f6fd;
}
.p-topics__list
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -ms-flex-wrap: wrap;

        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.p-topics__item
{
    width: calc(50% - 10px);
    padding-top: 50px;
    padding-bottom: 50px;

    border-bottom: 1px #3e3e88 solid;
}
@media screen and (max-width: 767px)
{
    .p-topics__item
    {
        width: 100%;
    }
}
@media screen and (max-width: 1479px) and (min-width: 1280px)
{
    .p-topics__item
    {
        padding-top: 2.6162790698vw;
    }
}
@media screen and (max-width: 1279px) and (min-width: 1024px)
{
    .p-topics__item
    {
        padding-top: 2.7027027027vw;
    }
}
@media screen and (max-width: 1023px) and (min-width: 768px)
{
    .p-topics__item
    {
        padding-top: 5.37109375vw;
    }
}
@media screen and (max-width: 767px)
{
    .p-topics__item
    {
        padding-top: 7.1614583333vw;
    }
}
@media screen and (max-width: 1479px) and (min-width: 1280px)
{
    .p-topics__item
    {
        padding-bottom: 2.6162790698vw;
    }
}
@media screen and (max-width: 1279px) and (min-width: 1024px)
{
    .p-topics__item
    {
        padding-bottom: 2.7027027027vw;
    }
}
@media screen and (max-width: 1023px) and (min-width: 768px)
{
    .p-topics__item
    {
        padding-bottom: 5.37109375vw;
    }
}
@media screen and (max-width: 767px)
{
    .p-topics__item
    {
        padding-bottom: 7.1614583333vw;
    }
}
.p-topics__itemWrap
{
    display: block;

    padding-right: 15px;
    padding-left: 15px;
}
@media screen and (max-width: 1479px) and (min-width: 1280px)
{
    .p-topics__itemWrap
    {
        padding-left: .7848837209vw;
    }
}
@media screen and (max-width: 1279px) and (min-width: 1024px)
{
    .p-topics__itemWrap
    {
        padding-left: .8108108108vw;
    }
}
@media screen and (max-width: 1023px) and (min-width: 768px)
{
    .p-topics__itemWrap
    {
        padding-left: 1.611328125vw;
    }
}
@media screen and (max-width: 767px)
{
    .p-topics__itemWrap
    {
        padding-left: 2.1484375vw;
    }
}
@media screen and (max-width: 1479px) and (min-width: 1280px)
{
    .p-topics__itemWrap
    {
        padding-right: .7848837209vw;
    }
}
@media screen and (max-width: 1279px) and (min-width: 1024px)
{
    .p-topics__itemWrap
    {
        padding-right: .8108108108vw;
    }
}
@media screen and (max-width: 1023px) and (min-width: 768px)
{
    .p-topics__itemWrap
    {
        padding-right: 1.611328125vw;
    }
}
@media screen and (max-width: 767px)
{
    .p-topics__itemWrap
    {
        padding-right: 2.1484375vw;
    }
}
.p-topics__article
{
    text-decoration: none;
}
.p-topics__article[href]:hover
{
    opacity: 1;
}
.p-topics__article[href]:hover .p-topics__title
{
    text-decoration: underline;

    color: #515fc1;
}
@media screen and (min-width: 1024px)
{
    .p-topics__article
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}
@media screen and (min-width: 1024px)
{
    .p-topics__head
    {
        width: 40%;
    }
}
@media screen and (max-width: 1023px)
{
    .p-topics__head
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}
.p-topics__head .label
{
    position: relative;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;
    overflow: hidden;

    width: 150px;
    height: 24px;
    padding: 0 5px 2px;

    color: #fff;

    -webkit-box-align: center;

        -ms-flex-align: center;

            align-items: center;
}
@media screen and (max-width: 1023px)
{
    .p-topics__head .label
    {
        width: 130px;
        margin-left: 10px;
    }
}
.p-topics__head .label span
{
    position: relative;
    z-index: 10;
}
.p-topics__head .label:after
{
    position: absolute;
    z-index: 0;
    top: 0;
    right: 5%;

    display: block;

    width: 26px;
}
.p-topics__head .label.new
{
    background: #6b81b9;
}
.p-topics__head .label.new:after
{
    content: url(../image/topics/01.svg);
}
.p-topics__head .label.release
{
    background: #4783cc;
}
.p-topics__head .label.release:after
{
    content: url(../image/topics/02.svg);
}
.p-topics__head .label.media
{
    background: #5ca5b2;
}
.p-topics__head .label.media:after
{
    content: url(../image/topics/03.svg);
}
.p-topics__title
{
    font-weight: 300;
}
@media screen and (min-width: 1024px)
{
    .p-topics__title
    {
        width: 60%;
    }
}
@media screen and (max-width: 1023px)
{
    .p-topics__title
    {
        margin-top: 15px;
    }
}
.p-topics__date
{
    font-family: 'Josefin Sans', sans-serif;
    font-size: 20px;
    font-weight: 600;

    color: #515fc1;
}
@media screen and (min-width: 1480px)
{
    .p-topics__date
    {
        font-size: 20px;
        font-size: 2rem;
    }
}
@media screen and (max-width: 1479px) and (min-width: 1280px)
{
    .p-topics__date
    {
        font-size: 1.1627906977vw;
    }
}
@media screen and (max-width: 1279px) and (min-width: 1024px)
{
    .p-topics__date
    {
        font-size: 1.3513513514vw;
    }
}
@media screen and (max-width: 1023px) and (min-width: 768px)
{
    .p-topics__date
    {
        font-size: 2.4390243902vw;
    }
}
.p-topics__new
{
    font-family: 'Josefin Sans', sans-serif;
    font-size: 20px;
    font-weight: 600;

    margin-left: 10px;
}
@media screen and (min-width: 1480px)
{
    .p-topics__new
    {
        font-size: 20px;
        font-size: 2rem;
    }
}
@media screen and (max-width: 1479px) and (min-width: 1280px)
{
    .p-topics__new
    {
        font-size: 1.1627906977vw;
    }
}
@media screen and (max-width: 1279px) and (min-width: 1024px)
{
    .p-topics__new
    {
        font-size: 1.3513513514vw;
    }
}
@media screen and (max-width: 1023px) and (min-width: 768px)
{
    .p-topics__new
    {
        font-size: 2.4390243902vw;
    }
}
.p-topics__meta
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-align: center;

        -ms-flex-align: center;

            align-items: center;
}
.p-topics__btnArea
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    margin-top: 30px;

    -webkit-box-pack: end;

        -ms-flex-pack: end;

            justify-content: flex-end;
}
.p-topics__btnArea .morebtn
{
    font-family: 'Josefin Sans', sans-serif;
    font-size: 17px;
    font-weight: 500;
    line-height: 1;

    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 7px;

    white-space: nowrap;

    color: #515fc1;

    -webkit-box-align: center;

        -ms-flex-align: center;

            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.p-topics__btnArea .morebtn span
{
    margin-left: 10px;

    color: #515fc1;
}
