/*------------- 共通 -------------*/
.p-news-box .container {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

.p-news-box .p-title01 {
    padding: 55px 0 50px 0;
    text-align: center;
}

.p-news-box .p-title01 p {
    font-family: 'Playfair Display Bold';
    font-size: 60px;
    font-size: 6rem;
    line-height: 1;
    letter-spacing: 0.08em;
}

.p-news-box .p-title01 h2,
.p-news-box .p-title01 span {
    display: block;
    margin-top: 15px;
    font-family: 'Noto Sans Japanese';
    font-weight: 500;
    color: #111;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1;
    letter-spacing: 0;
}

.PageNavi {
    margin-top: 80px;
    padding-top: 45px;
    border-top: 2px solid #cbcbcb;
    border-bottom: none;
}

.l-footer {
    position: relative;
    z-index: 2;
}

@media screen and (max-width: 767px){
    .p-news-box {
        padding-top: 28px;
    }
    
    .p-news-box .container {
        width: 100%;
        margin: 0 auto;
        padding: 0 15px;
    }
    
    .p-news-box .p-title01 {
        padding: 0 0 40px 0;
    }

    .p-news-box .p-title01 p {
        font-size: 38px;
        font-size: 3.8rem;
        letter-spacing: 0;
    }

    .p-news-box .p-title01 h2,
    .p-news-box .p-title01 span {
        margin-top: 13px;
        font-size: 13px;
        font-size: 1.3rem;
        letter-spacing: 0;
    }
    
    .PageNavi {
        margin-top: 30px;
        padding-top: 30px;
        border-top: 1px solid #cbcbcb;
    }
}


/*------------- 一覧 -------------*/
.p-news-box.archive .container .box {
    width: 360px;
    margin-top: 60px;
    margin-left: 60px;
    background: #101010;
    line-height: 1;
    letter-spacing: 0;
}

.p-news-box.archive .container .box:nth-of-type(3n+1) {
    margin-left: 0;
}

.p-news-box.archive .container .box:nth-of-type(-n+3) {
    margin-top: 0;
}

.p-news-box.archive .container .box .img {
    width: 100%;
    height: 240px;
    background: #ddd;
    overflow: hidden;
    position: relative;
}

.p-news-box.archive .container .box .img .new {
    padding: 10px 35px;
    background: #00ba79;
    color: #fff;
    font-size: 20px;
    font-size: 2rem;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
}

.p-news-box.archive .container .box .text {
    width: 100%;
    height: 115px;
    padding: 17px 30px 20px 30px;
    font-family: 'Noto Sans Japanese';
    color: #fff;
    position: relative;
}

.p-news-box.archive .container .box .text a,
.p-news-box.archive .container .box .text a:hover,
.p-news-box.archive .container .box .text a:focus,
.p-news-box.archive .container .box .text a:active {
    color: #fff;
    text-decoration: none;
}

.p-news-box.archive .container .box .text h3 {
    display: none;
}

.p-news-box.archive .container .box .text .meta .cat,
.p-news-box.archive .container .box .text .more {
    font-family: 'Playfair Display Bold';
}

.p-news-box.archive .container .box .text .meta .cat {
    margin-right: 15px;
}

.p-news-box.archive .container .box .text .meta .cat a {
    display: block;
    padding: 5px 10px;
    background: #004ea2;
    font-weight: 500;
    color: #fff;
    font-size: 17px;
    font-size: 1.7rem;
}

.p-news-box.archive .container .box .text .meta .cat a.news {
    background: #fff;
    color: #101010;
}

.p-news-box.archive .container .box .text .meta .cat a.campaign {
    background: #d6000f;
}

.p-news-box.archive .container .box .text .meta .cat a.event {
    background: #de742b;
}

.p-news-box.archive .container .box .text .meta .cat a.media {
    background: #00758a;
}

.p-news-box.archive .container .box .text .meta .day {
    padding: 5px 0;
    font-weight: 700;
    color: #bfbfbf;
    font-size: 17px;
    font-size: 1.7rem;
}

.p-news-box.archive .container .box .text .content {
    margin-top: 10px;
}

.p-news-box.archive .container .box .text .content p {
    font-weight: 500;
    color: #fff;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5;
}

.p-news-box.archive .container .box .text .more {
    width: 35px;
    height: 35px;
    position: absolute;
    right: -9px;
    bottom: -14px;
}

.p-news-box.archive .container .box .text .more a {
    display: block;
    width: 100%;
    height: 100%;
    background: url(../../images/news/icn_arrow_more.png) no-repeat center center, #828282;
}

.p-news-box.archive .container .box .text .more span {
    display: none;
}

.p-news-box.archive .cat-list {
    padding: 15px 0;
    margin-bottom: 100px;
    background: #101010;
    line-height: 1;
    letter-spacing: 0;
}

.p-news-box.archive .cat-list ul li a {
    display: block;
    padding: 16px 0;
    background: #fff;
    border: 1px solid #fff;
    border-radius: 3px;
    font-family: 'Playfair Display Bold';
    color: #101010;
    font-size: 20px;
    font-size: 2rem;
    text-align: center;
    text-decoration: none;
    position: relative;
}

.p-news-box.archive .cat-list ul li a.current {
    pointer-events: none;
    background: #101010;
    border: 1px solid #101010;
    color: #fff;
}

.p-news-box.archive .cat-list ul li a.current:before {
    content: "";
    display: block;
    width: 80px;
    height: 34px;
    background: url(../../images/news/icn_arrow_catlist.png) no-repeat top left;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -29px;
    margin: auto;
}

.p-news-box.archive .sns-box {
    padding: 70px 0 90px 0;
    background: #ededed;
    line-height: 1;
    letter-spacing: 0;
    position: relative;
    top: 52px;
    left: 0;
    z-index: 1;
}

.p-news-box.archive .sns-box .title {
    margin-bottom: 16px;
    color: #101010;
    font-size: 54px;
    font-size: 5.4rem;
    text-align: center;
}

.p-news-box.archive .sns-box .instagram {
    width: 490px;
    margin-left: 55px;
}

.p-news-box.archive .sns-box .instagram ul li {
    float: left;
    width: 150px;
    margin-top: 20px;
    margin-left: 20px;
}

.p-news-box.archive .sns-box .instagram ul li:nth-of-type(3n+1) {
    margin-left: 0;
}

.p-news-box.archive .sns-box .instagram ul li:nth-of-type(-n+3) {
    margin-top: 0;
}

.p-news-box.archive .sns-box .facebook {
    width: 500px;
    margin-left: 100px;
}

@media screen and (max-width: 767px){
    .p-news-box.archive .container .box {
        width: 100%;
        margin-top: 22px;
        margin-left: 0;
        background: #fff;
    }
    .p-news-box.archive .container .box:nth-of-type(-n+3) {
        margin-top: 22px;
    }

    .p-news-box.archive .container .box .img {
        width: 33%;
        height: 11vh;
    }

    .p-news-box.archive .container .box .img .new {
        padding: 3px 8px;
        font-size: 10px;
        font-size: 1rem;
    }

    .p-news-box.archive .container .box .text {
        width: 67%;
        height: auto;
        padding: 0 0 0 10px;
        color: #101010;
    }

    .p-news-box.archive .container .box .text a,
    .p-news-box.archive .container .box .text a:hover,
    .p-news-box.archive .container .box .text a:focus,
    .p-news-box.archive .container .box .text a:active {
        color: #101010;
    }

    .p-news-box.archive .container .box .text .meta .cat {
        margin-right: 7px;
    }

    .p-news-box.archive .container .box .text .meta .cat a {
        padding: 4px 8px;
        font-size: 10px;
        font-size: 1rem;
    }

    .p-news-box.archive .container .box .text .meta .day {
        padding: 3px 0;
        color: #101010;
        font-size: 11px;
        font-size: 1.1rem;
    }

    .p-news-box.archive .container .box .text .content {
        margin-top: 5px;
    }

    .p-news-box.archive .container .box .text .content p {
        font-size: 15px;
        font-size: 1.5rem;
        line-height: 1.2;
    }

    .p-news-box.archive .container .box .text .more {
        display: none;
    }

    .p-news-box.archive .cat-list {
        padding: 0;
        margin-bottom: 30px;
        background: none;
    }
    
    .p-news-box.archive .cat-list .toggle {
        padding: 17px 0;
        background: url(../../images/news/icn_arrow_catlist_toggle_off.png) no-repeat center right 15px / 13px 7.5px, #101010;
        font-family: 'Playfair Display Bold';
        color: #fff;
        font-size: 20px;
        font-size: 2rem;
        text-align: center;
        text-decoration: none;
        cursor: pointer;
    }
    
    .p-news-box.archive .cat-list .toggle.active {
        background: url(../../images/news/icn_arrow_catlist_toggle_on.png) no-repeat center right 15px / 13px 7.5px, #101010;
    }
    
    .p-news-box.archive .cat-list ul {
        width: calc(100% - 30px);
        height: 0;
        overflow: hidden;
        position: absolute;
        top: 54px;
        left: 15px;
        z-index: 2;
        -webkit-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
    }
    
    .p-news-box.archive .cat-list ul li {
        border-left: 1px solid #cbcbcb;
        border-right: 1px solid #cbcbcb;
        border-bottom: 1px solid #cbcbcb;
    }
    
    .p-news-box.archive .cat-list ul li a {
        border: none;
        border-radius: 0;
        font-size: 18px;
        font-size: 1.8rem;
    }

    .p-news-box.archive .cat-list ul li a.current {
        background: #cbcbcb;
        border: none;
    }

    .p-news-box.archive .cat-list ul li a.current:before {
        display: none;
    }

    .p-news-box.archive .sns-box {
        padding: 45px 0 60px 0;
        position: static;
    }

    .p-news-box.archive .sns-box .title {
        margin-bottom: 20px;
        font-size: 36px;
        font-size: 3.6rem;
    }

    .p-news-box.archive .sns-box .instagram {
        width: 100%;
        margin-left: 0;
    }

    .p-news-box.archive .sns-box .instagram ul li {
        width: 32%;
        margin-top: 10px;
        margin-left: 2%;
    }
    
    .p-news-box.archive .sns-box .instagram ul li a img {
        width: 100%;
    }

    .p-news-box.archive .sns-box .facebook {
        width: 100%;
        margin-top: 50px;
        margin-left: 0;
    }
}

/*----- 1ページ目の最初の記事 -----*/
.p-news-box.archive .first-box {
    width: 100%;
    margin-bottom: 60px;
    position: relative;
}

.p-news-box.archive .first-box:before {
    content: "";
    display: block;
    width: 50%;
    height: 100%;
    background: #f5f5f5;
    position: absolute;
    top: 0;
    left: 0;
}

.p-news-box.archive .first-box .container {
    padding: 90px 0;
    background: #f5f5f5;
    position: relative;
}

.p-news-box.archive .first-box .container:before {
    content: "";
    display: block;
    width: 60px;
    height: 452px;
    background: url(../../images/news/img_first_title.png) no-repeat top left;
    position: absolute;
    top: 20px;
    right: -30px;
}

.p-news-box.archive .first-box .container .box {
    width: 1075px;
    height: 315px;
}

.p-news-box.archive .first-box .container .box .img {
    width: 475px;
    height: 100%;
}

.p-news-box.archive .first-box .container .box .text {
    width: 600px;
    height: 100%;
    padding: 25px 35px 20px 35px;
}

.p-news-box.archive .first-box .container .box .text h3 {
    display: block;
    padding-bottom: 15px;
    border-bottom: 2px solid #cbcbcb;
    font-weight: 500;
}

.p-news-box.archive .first-box .container .box .text h3 a {
    display: block;
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 1.36;
    letter-spacing: 0.08em;
}

.p-news-box.archive .first-box .container .box .text .meta {
    margin-top: 16px;
}

.p-news-box.archive .first-box .container .box .text .content {
    margin-top: 12px;
}

.p-news-box.archive .first-box .container .box .text .more {
    width: 166px;
    height: auto;
    margin-top: 18px;
    position: static;
}

.p-news-box.archive .first-box .container .box .text .more a {
    padding: 9px 13px;
    background: url(../../images/news/icn_arrow_more_first.png) no-repeat center right 15px;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    border-right: 3px solid #fff;
    border-bottom: 3px solid #fff;
}

.p-news-box.archive .first-box .container .box .text .more span {
    display: inline-block;
    color: #fff;
    font-size: 18px;
    font-size: 1.8rem;
}

@media screen and (max-width: 767px){
    .p-news-box.archive .first-box {
        margin-bottom: 38px;
    }

    .p-news-box.archive .first-box:before {
        display: none;
    }

    .p-news-box.archive .first-box .container {
        padding: 30px 15px 45px 15px;
    }

    .p-news-box.archive .first-box .container:before {
        width: 26.5px;
        height: 198.5px;
        background: url(../../images/news/img_first_title_sp.png) no-repeat top left / 26.5px 198.5px;
        position: absolute;
        top: 30px;
        right: 15px;
    }

    .p-news-box.archive .first-box .container .box {
        width: 100%;
        height: auto;
        margin-top: 0;
        background: none;
    }

    .p-news-box.archive .first-box .container .box .img {
        width: calc(100% - 38px);
        height: 30.5vh;
    }

    .p-news-box.archive .first-box .container .box .text {
        width: 100%;
        height: auto;
        padding: 15px 0 0 0;
    }

    .p-news-box.archive .first-box .container .box .text h3 {
        padding-bottom: 15px;
        font-weight: 700;
    }

    .p-news-box.archive .first-box .container .box .text h3 a {
        font-size: 20px;
        font-size: 2rem;
        line-height: 1.35;
        letter-spacing: 0.03em;
    }

    .p-news-box.archive .first-box .container .box .text .meta {
        margin-top: 18px;
    }

    .p-news-box.archive .first-box .container .box .text .content {
        margin-top: 17px;
    }

    .p-news-box.archive .first-box .container .box .text .more {
        display: block;
        width: 200px;
        margin: 30px auto 0 auto;
        position: static;
        text-align: center;
    }

    .p-news-box.archive .first-box .container .box .text .more a {
        padding: 12px 13px;
        background: url(../../images/news/icn_arrow_more_first_sp.png) no-repeat center right 15px / 15.5px 5px, #fff;
        border-top: 2px solid #101010;
        border-left: 2px solid #101010;
        border-right: 3px solid #101010;
        border-bottom: 3px solid #101010;
    }

    .p-news-box.archive .first-box .container .box .text .more span {
        color: #101010;
    }
}


/*------------- 詳細 -------------*/
.p-news-box.single .container {
    width: 960px;
}

.p-news-box.single .single-container {
    width: 760px;
    margin: 75px auto 60px auto;
    position: relative;
}

.p-news-box.single .single-container .sns-box {
    padding-top: 15px;
}

.p-news-box.single .single-container .sns-box ul {
    width: 100%;
}

.p-news-box.single .single-container .sns-box ul li {
    margin-left: 10px;
}

.p-news-box.single .single-container .sns-box ul li:first-child {
    margin-left: 0;
}

.p-news-box.single .single-container .content-box {
    padding: 60px;
    margin-top: 15px;
    background: #f5f5f5;
    color: #101010;
    line-height: 1;
    letter-spacing: 0;
}

.p-news-box.single .single-container .content-box .img {
    text-align: center;
}

.p-news-box.single .single-container .content-box .img img {
    max-width: 100%;
    height: auto;
}

.p-news-box.single .single-container .content-box h1 {
    padding: 30px 0 25px 0;
    border-bottom: 2px solid #cbcbcb;
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.5;
    letter-spacing: 0.02em;
}

.p-news-box.single .single-container .content-box .meta {
    padding: 20px 0 10px 0;
}

.p-news-box.single .single-container .content-box .meta .cat {
    margin-right: 15px;
    font-family: 'Playfair Display Bold';
}

.p-news-box.single .single-container .content-box .meta .cat a {
    display: block;
    padding: 10px 15px;
    background: #004ea2;
    font-weight: 500;
    color: #fff;
    font-size: 22px;
    font-size: 2.2rem;
}

.p-news-box.single .single-container .content-box .meta .cat a,
.p-news-box.single .single-container .content-box .meta .cat a:hover,
.p-news-box.single .single-container .content-box .meta .cat a:focus,
.p-news-box.single .single-container .content-box .meta .cat a:active {
    text-decoration: none;
}

.p-news-box.single .single-container .content-box .meta .cat a.news {
    background: #fff;
    color: #101010;
}

.p-news-box.single .single-container .content-box .meta .cat a.campaign {
    background: #d6000f;
}

.p-news-box.single .single-container .content-box .meta .cat a.event {
    background: #de742b;
}

.p-news-box.single .single-container .content-box .meta .cat a.media {
    background: #00758a;
}

.p-news-box.single .single-container .content-box .meta .day {
    padding: 10px 0;
    font-weight: 700;
    font-size: 22px;
    font-size: 2.2rem;
}

@media screen and (max-width: 767px){
    .p-news-box.single .p-title01 {
        padding: 0;
    }
    
    .p-news-box.single .container {
        width: 100%;
    }

    .p-news-box.single .single-container {
        width: 100%;
        padding: 0 15px;
        margin: 47px auto 40px auto;
    }

    .p-news-box.single .single-container .sns-box {
        padding-top: 8px;
    }
    
    .p-news-box.single .single-container .sns-box ul li img {
        width: 67px;
        height: 20px;
    }
    
    .p-news-box.single .single-container .content-box {
        padding: 0;
        margin-top: 8px;
        background: none;
    }
    
    .p-news-box.single .single-container .content-box h1 {
        padding: 18px 0 23px 0;
        border-bottom: 2px solid #cbcbcb;
        font-weight: 500!important;
        font-size: 20px;
        font-size: 2rem;
        line-height: 1.45;
        letter-spacing: 0;
    }

    .p-news-box.single .single-container .content-box .meta {
        padding: 15px 0 10px 0;
    }

    .p-news-box.single .single-container .content-box .meta .cat {
        margin-right: 15px;
        font-family: 'Playfair Display Bold';
    }

    .p-news-box.single .single-container .content-box .meta .cat a {
        padding: 5px 8px;
        font-size: 16px;
        font-size: 1.6rem;
    }

    .p-news-box.single .single-container .content-box .meta .day {
        padding: 5px 0;
        font-size: 16px;
        font-size: 1.6rem;
    }
}


/*----- エディター領域 -----*/
.p-news-box.single .editor-box {
    font-family: 'Noto Sans Japanese';
}

.p-news-box.single .editor-box img {
    max-width: 100%;
    height: auto;
}

.p-news-box.single .editor-box p {
    margin-top: 30px;
    font-weight: 400;
    color: #282828;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5;
    letter-spacing: 0.06em;
}

.p-news-box.single .editor-box h2,
.p-news-box.single .editor-box h3,
.p-news-box.single .editor-box h4,
.p-news-box.single .editor-box h5,
.p-news-box.single .editor-box h6 {
    margin-top: 45px;
    font-weight: 700;
}

.p-news-box.single .editor-box h2 {
    padding: 10px 15px;
    background: #111;
    color: #fff;
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.36;
    letter-spacing: 0.12em;
}

.p-news-box.single .editor-box h3 {
    padding: 5px 0;
    border-bottom: 2px solid #111;
    color: #111;
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 1.36;
    letter-spacing: 0.06em;
}

.p-news-box.single .editor-box h4 {
    padding-left: 20px;
    color: #111;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.36;
    letter-spacing: 0.06em;
    position: relative;
}

.p-news-box.single .editor-box h4:before {
    content: "";
    display: block;
    width: 5px;
    height: 100%;
    background: #111;
    position: absolute;
    top: 0;
    left: 0;
}

/* 画像配置 左 */
.p-news-box.single .editor-box img.alignleft {
    text-align: left;
}
/* 画像配置 中央 */
.p-news-box.single .editor-box img.aligncenter {
    display: block;
    margin: 1px auto;
}
/* 画像配置 右 */
.p-news-box.single .editor-box img.alignright {
    display: block;
    margin: 1px 1px 1px auto;
}

.p-news-box.single .editor-box em {
    font-style: italic;
}

.p-news-box.single .editor-box strong {
    font-weight: bold;
}

.p-news-box.single .editor-box ul,
.p-news-box.single .editor-box ol {
    margin-top: 25px;
    margin-left: 1.75em;
}

.p-news-box.single .editor-box ul {
    list-style-type: disc;
}

.p-news-box.single .editor-box ol {
    list-style-type: decimal;
}

.p-news-box.single .editor-box blockquote {
    padding: 20px;
    margin: 25px 0;
    background: #f9f9f9;
}

.p-news-box.single .editor-box blockquote p:first-child {
    margin-top: 0;
}

@media screen and (max-width: 767px){
    .p-news-box.single .editor-box {
        padding-bottom: 25px;
        border-bottom: 2px solid #cbcbcb;
    }

    .p-news-box.single .editor-box p {
        margin-top: 15px;
        font-size: 15px;
        font-size: 1.5rem;
        letter-spacing: 0.02em;
    }

    .p-news-box.single .editor-box h2,
    .p-news-box.single .editor-box h3,
    .p-news-box.single .editor-box h4,
    .p-news-box.single .editor-box h5,
    .p-news-box.single .editor-box h6 {
        margin-top: 25px;
    }

    .p-news-box.single .editor-box h2 {
        padding: 8px 12px;
        font-size: 18px;
        font-size: 1.8rem;
    }

    .p-news-box.single .editor-box h3 {
        padding: 5px 0;
        font-size: 18px;
        font-size: 1.8rem;
    }

    .p-news-box.single .editor-box h4 {
        padding-left: 10px;
    }

    .p-news-box.single .editor-box h4:before {
        width: 3px;
    }

    /* 画像配置 左 */
    .p-news-box.single .editor-box img.alignleft {
        text-align: left;
    }
    /* 画像配置 中央 */
    .p-news-box.single .editor-box img.aligncenter {
        display: block;
        margin: 1px auto;
    }
    /* 画像配置 右 */
    .p-news-box.single .editor-box img.alignright {
        display: block;
        margin: 1px 1px 1px auto;
    }

    .p-news-box.single .editor-box em {
        font-style: italic;
    }

    .p-news-box.single .editor-box strong {
        font-weight: bold;
    }

    .p-news-box.single .editor-box ul,
    .p-news-box.single .editor-box ol {
        margin-top: 15px;
        margin-left: 1.75em;
    }

    .p-news-box.single .editor-box ul {
        list-style-type: disc;
    }

    .p-news-box.single .editor-box ol {
        list-style-type: decimal;
    }

    .p-news-box.single .editor-box blockquote {
        padding: 15px;
        margin: 15px 0 0 0;
        background: #f9f9f9;
    }

    .p-news-box.single .editor-box blockquote p:first-child {
        margin-top: 0;
    }
}

/*----- 詳細（下部） -----*/
.p-news-box.single .container.border {
    padding: 40px 0 80px 0;
    border-top: 2px solid #cbcbcb;
}

.p-news-box.single .container .box {
    width: 300px;
    margin-top: 40px;
    margin-left: 30px;
    background: #101010;
    line-height: 1;
    letter-spacing: 0;
}

.p-news-box.single .container .box:nth-of-type(3n+1) {
    margin-left: 0;
}

.p-news-box.single .container .box .img {
    width: 100%;
    height: 200px;
    background: #ddd;
    overflow: hidden;
    position: relative;
}

.p-news-box.single .container .box .img .new {
    padding: 10px 25px;
    background: #00ba79;
    color: #fff;
    font-size: 18px;
    font-size: 1.8rem;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
}

.p-news-box.single .container .box .text {
    width: 100%;
    height: 90px;
    padding: 15px 25px;
    font-family: 'Noto Sans Japanese';
    color: #fff;
    position: relative;
}

.p-news-box.single .container .box .text a,
.p-news-box.single .container .box .text a:hover,
.p-news-box.single .container .box .text a:focus,
.p-news-box.single .container .box .text a:active {
    color: #fff;
    text-decoration: none;
}

.p-news-box.single .container .box .text h3 {
    display: none;
}

.p-news-box.single .container .box .text .meta .cat,
.p-news-box.single .container .box .text .more {
    font-family: 'Playfair Display Bold';
}

.p-news-box.single .container .box .text .meta .cat {
    margin-right: 15px;
}

.p-news-box.single .container .box .text .meta .cat a {
    display: block;
    padding: 5px 10px;
    background: #004ea2;
    font-weight: 500;
    color: #fff;
    font-size: 14px;
    font-size: 1.4rem;
}

.p-news-box.single .container .box .text .meta .cat a.news {
    background: #fff;
    color: #101010;
}

.p-news-box.single .container .box .text .meta .cat a.campaign {
    background: #d6000f;
}

.p-news-box.single .container .box .text .meta .cat a.event {
    background: #de742b;
}

.p-news-box.single .container .box .text .meta .cat a.media {
    background: #00758a;
}

.p-news-box.single .container .box .text .meta .day {
    padding: 5px 0;
    font-weight: 700;
    color: #bfbfbf;
    font-size: 14px;
    font-size: 1.4rem;
}

.p-news-box.single .container .box .text .content {
    margin-top: 5px;
}

.p-news-box.single .container .box .text .content p {
    font-weight: 500;
    color: #fff;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.5;
}

.p-news-box.single .container .box .text .more {
    width: 35px;
    height: 35px;
    position: absolute;
    right: -9px;
    bottom: -14px;
}

.p-news-box.single .container .box .text .more a {
    display: block;
    width: 100%;
    height: 100%;
    background: url(../../images/news/icn_arrow_more.png) no-repeat center center, #828282;
}

.p-news-box.single .container .box .text .more span {
    display: none;
}

.p-news-box.single .container .view-all {
    width: 100%;
    margin-top: 90px;
    line-height: 1;
    letter-spacing: 0;
}

.p-news-box.single .container .view-all a {
    display: block;
    width: 200px;
    padding: 12px 27px 12px 12px;
    margin: 0 auto;
    background: url(../../images/news/icn_arrow_single_viewall.png) no-repeat center right 20px;
    border-top: 2px solid #101010;
    border-left: 2px solid #101010;
    border-right: 3px solid #101010;
    border-bottom: 3px solid #101010;
    color: #101010;
    font-size: 20px;
    font-size: 2rem;
    text-align: center;
    text-decoration: none;
}

.p-news-box.single .container .more a:hover,
.p-news-box.single .container .more a:active,
.p-news-box.single .container .more a:focus {
    text-decoration: none;
}

@media screen and (max-width: 767px){
    .p-news-box.single .container.border {
        width: calc(100% - 30px);
        padding: 0 0 150px 0;
        margin-left: 15px;
        border-top: none;
    }

    .p-news-box.single .container .box {
        width: 47%;
        margin-top: 35px;
        margin-left: 6%;
        background: none;
        line-height: 1;
        letter-spacing: 0;
    }

    .p-news-box.single .container .box:nth-of-type(3n+1),
    .p-news-box.single .container .box:nth-of-type(odd){
        margin-left: 0;
    }

    .p-news-box.single .container .box:nth-of-type(-n+3) {
        margin-top: 35px;
    }
    
    .p-news-box.single .container .box:nth-of-type(-n+2) {
        margin-top: 5px;
    }

    .p-news-box.single .container .box .img {
        height: 16vh;
    }

    .p-news-box.single .container .box .img .new {
        padding: 2px 5px;
        font-size: 10px;
        font-size: 1rem;
    }

    .p-news-box.single .container .box .text {
        height: 70px;
        padding: 5px 0;
    }

    .p-news-box.single .container .box .text a,
    .p-news-box.single .container .box .text a:hover,
    .p-news-box.single .container .box .text a:focus,
    .p-news-box.single .container .box .text a:active {
        color: #101010;
    }

    .p-news-box.single .container .box .text .meta .cat {
        margin-right: 5px;
    }

    .p-news-box.single .container .box .text .meta .cat a {
        display: block;
        padding: 3px 10px;
        background: #004ea2;
        font-weight: 500;
        font-size: 10px;
        font-size: 1rem;
    }

    .p-news-box.single .container .box .text .meta .day {
        padding: 3px 0;
        color: #101010;
        font-size: 10px;
        font-size: 1rem;
    }

    .p-news-box.single .container .box .text .content {
        margin-top: 5px;
    }

    .p-news-box.single .container .box .text .content p {
        font-weight: 400;
        color: #101010;
        font-size: 10px;
        font-size: 1rem;
        line-height: 1.2;
    }

    .p-news-box.single .container .box .text .more {
        display: none;
    }

    .p-news-box.single .container .view-all {
        margin-top: 40px;
    }

    .p-news-box.single .container .view-all a {
        display: block;
        width: 200px;
        padding: 12px 27px 12px 12px;
        margin: 0 auto;
        background: url(../../images/news/icn_arrow_more_first_sp.png) no-repeat center right 20px / 15.5px 5px;
        border-top: 2px solid #101010;
        border-left: 2px solid #101010;
        border-right: 3px solid #101010;
        border-bottom: 3px solid #101010;
        color: #101010;
        font-size: 20px;
        font-size: 2rem;
        text-align: center;
        text-decoration: none;
    }

    .p-news-box.single .container .more a:hover,
    .p-news-box.single .container .more a:active,
    .p-news-box.single .container .more a:focus {
        text-decoration: none;
    }
}