@charset "UTF-8";


html{
    font-size: 625%;
}
body {
    position: relative;
    width: 100%;
    color: #111;
    text-align: left;
    font-size: .16em;
    font-family: "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "Helvetica Neue", HelveticaNeue, "Segoe UI", sans-serif;
    line-height: 1.5;
    overscroll-behavior: none;
}

.sans-serif {
    font-family: 'Oswald', sans-serif;
}
.serif {
    font-family: Times New Roman, Georgia, serif;
}
.mincho {
    font-family:"Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", Georgia, serif;
}

figure {
    display: block;
    margin: 0;
}
img {
    width: 100%;
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
}
.is-pc {
    display: block !important;
}
.tab-only {
    display: none !important;
}
.is-sp {
    display: none !important;
}
.bgcolor1 {
    background-color: #edeff3;
}
.bgcolor2 {
    background-color: #e4e8ed;
}

.is-hide {
    display: none;
}
sup {
    font-size: 60%;
    vertical-align: top;
    position: relative;
    top: 0;
}
sub {
    font-size: 80%;
    vertical-align: bottom;
    position: relative;
    bottom: -0.3em;
}

@media only screen and (max-width: 1024px) {
    .is-pc.no-tab {
        display: none !important;
    }
    .tab-only {
        display: block !important;
    }
}

@media only screen and (max-width: 834px) {
    .is-pc {
        display: none !important;
    }
    .tab-only {
        display: none !important;
    }
    .is-sp {
        display: block !important;
    }
    sup {
        font-size: 60%;
        vertical-align: top;
        position: relative;
        top: 0;
    }
    sub {
        font-size: 60%;
        vertical-align: bottom;
        position: relative;
        bottom: 0;
    }
}



/* ===================== */
/* body
/* ===================== */
body {
}
body.preload {
    background: url(/businessgrowth/images/loading.gif) no-repeat calc(50vw - 20px) calc(50vh - 20px);
    background-size: 40px 40px;
    overflow: hidden;
}

@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@media only screen and (max-width: 834px) {
}

/* ===================== */
/* body
/* ===================== */


/* ================================================= */
/* footer */
/* ================================================= */

#_footer {
    background-color: #fff;
    width: 100%;
    margin: 0 auto;
}
.localFooter {
    background:#fff;
    padding-top:20px !important;
    line-height: 150%;
}

#bpGlobalFooter {
    background:#fff;
    padding-top:10px;
    padding-bottom: 30px !important;
}

/* ===================== */
/* wrapper
/* ===================== */

#_tu {
    background-color: #fff;
    margin: 0 auto;
    opacity: 1;
    transition: all ease .5s;
    position: relative;
    z-index: 2;
}

body.preload #_tu {
    opacity: 0;
}

#_tu ._mv {
    width: 100%;
    position: relative;
    overflow: hidden;
}
#_tu ._mv img {
    width: 100%;
}
#_tu ._mv ._logo {
    width: 16%;
    max-width: 200px;
    position: absolute;
    left: .5%;
    top: 1%;
    z-index: 1000;
}
#_tu ._mv ._page_title {
    width: 100%;
    padding: 40px 18%;
}
#_tu ._mv h1 {
    display: block;
    max-width: 745px;
    margin: 0 auto;
}
#_tu ._mv ._new_title {
    background-color: #000000;
    width: 100%;
    height: 30px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
#_tu ._mv ._new_title span {
    display: block;
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    font-size: 20px;
    letter-spacing: .1em;
    color: #ffffff;
}
#_tu ._mv ._new_article {
    background: url(/businessgrowth/images/bg.jpg) center center no-repeat;
    background-size: cover;
    border-bottom: #ffffff solid 1px;
    padding: 30px 0;
}
#_tu ._mv ._new_article .splide__slide img {
    opacity: .6;
    transform: scale(.9);
    transition: .5s;
}
#_tu ._mv ._new_article .splide__slide.is-active img {
    opacity: 1;
    transform: scale(1);
}
#_tu ._mv ._new_article .splide__arrow--prev {
    width: 50px;
    left: 31%;
}
#_tu ._mv ._new_article .splide__arrow--next {
    width: 50px;
    right: 31%;
}

#_tu ._tag {
    width: 100%;
    padding: 0 40px 20px;
}
#_tu ._tag_inner {
    background-color: #f5f5f5;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}
#_tu ._tag_inner ._tag_text {
    padding: 15px;
    position: relative;
}
#_tu ._tag_inner ._tag_text::before {
    content: "";
    display: ;
    border-bottom: #e95b1a solid 4px;
    width: 90px;
    height: 100%;
    position: absolute;
    left: 50%;
    top: -2px;
    transform: translateX(-50%);
    z-index: 10;
}
#_tu ._tag_inner ._tag_text p {
    font-size: 18px;
    line-height: 1;
    text-align: center;
}
#_tu ._tag_inner ._tag_btn {
    background-color: #ebebeb;
    position: relative;
}
#_tu ._tag_inner ._tag_btn a {
    display: block;
    width: 100%;
    padding: 12px;
    font-size: 14px;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    transition: all ease .3s;
}
#_tu ._tag_inner ._tag_btn a:hover {
    background-color: #ffffff;
}

#_tu ._contents {
    background-color: #f5f5f5;
    width: 100%;
    padding: 40px 40px 1px;
}
#_tu ._contents._bg_white {
    background-color: #ffffff;
}
#_tu ._contents ._contents_inner {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

#_tu ._contents ._contents_cat {
    width: 100%;
    margin-bottom: 20px;
    display: block;
}
#_tu ._contents ._contents_cat ._cat_col {
    background-color: #e95b1a;
    width: 100%;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#_tu ._contents ._contents_cat ._cat_col span {
    display: block;
    font-size: 17px;
    font-weight: bold;
    line-height: 1;
    letter-spacing: .15em;
    color: #ffffff;
}

#_tu ._contents ._photo_article {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: bottom;
    justify-content: flex-start;
}
#_tu ._contents ._photo_article ._panel {
    background-color: #ffffff;
    overflow: hidden;
    width: 31.25%;
    margin-right: 3.125%;
    margin-bottom: 3.125%;
}
#_tu ._contents ._photo_article ._panel:nth-child(3n) {
    margin-right: 0;
}
#_tu ._contents ._photo_article ._panel_cat {
    width: 100%;
    background-color: #e95b1a;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 10;
}
#_tu ._contents ._photo_article ._panel_cat span {
    display: block;
    font-size: 17px;
    font-weight: bold;
    line-height: 1;
    letter-spacing: .15em;
    color: #ffffff;
}
#_tu ._contents ._photo_article ._panel > a {
    display: block;
    background-color: #ffffff;
    margin-top: auto;
    position: relative;
    transition: all ease .4s;
}
#_tu ._contents ._photo_article ._panel_bk > a::before {
    content: "";
    display: block;
    border-top: #000000 solid 1px;
    border-left: #000000 solid 1px;
    width: 45%;
    height: 33%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
}
#_tu ._contents ._photo_article ._panel_bk > a::after {
    content: "";
    display: block;
    border-bottom: #000000 solid 1px;
    border-right: #000000 solid 1px;
    width: 45%;
    height: 33%;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 10;
}
#_tu ._contents ._photo_article ._panel > a:hover {
    opacity: .7;
}
#_tu ._contents ._photo_article ._panel ._panel_img {
    display: block;
    width: 100%;
    position: relative;
}
#_tu ._contents ._photo_article ._panel ._panel_img figure {
    display: block;
}
#_tu ._contents ._photo_article ._panel ._panel_img ._panel_cat_1 {
    background-color: #5c5c5a;
    display: table;
    height: 30px;
    padding: 4px 15px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
}
#_tu ._contents ._photo_article ._panel ._panel_img ._panel_cat_1._bg_blue {
    background-color: #00457e;
}
#_tu ._contents ._photo_article ._panel ._panel_img ._panel_cat_1._bg_black {
    background-color: #000000;
}
#_tu ._contents ._photo_article ._panel ._panel_img ._panel_cat_1 span {
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
    color: #ffffff;
}
#_tu ._contents ._photo_article ._panel ._panel_img ._panel_cat_2 {
    background-color: #000000;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 85%;
    height: 30px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
}
#_tu ._contents ._photo_article ._panel ._panel_img ._panel_cat_2 span {
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 15px;
    line-height: 1;
    color: #ffffff;
}
#_tu ._contents ._photo_article ._panel ._panel_text {
    display: block;
    align-items: center;
    width: 100%;
    padding: 15px 15px 0 15px;
}
#_tu ._contents ._photo_article ._panel ._panel_text p {
    display: block;
    font-size: 14px;
    font-weight: bold;
    font-feature-settings: "palt";
    line-height: 1.4;
}
#_tu ._contents ._photo_article ._panel ._panel_category {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding: 9px 15px 15px 15px;
}
#_tu ._contents ._photo_article ._panel ._panel_category li {
    margin-right: 6px;
    margin-bottom: 6px;
}
#_tu ._contents ._photo_article ._panel ._panel_category li a {
    display: block;
    background-color: #ededed;
    padding: .3em;
    font-size: 12px;
    font-feature-settings: "palt";
    line-height: 1;
    color: #000000;
}
#_tu ._contents ._photo_article ._panel ._panel_category li a:hover {
    display: block;
    background-color: #222222;
    color: #ffffff;
}

#_tu ._contents ._movie_article {
    width: 100%;
    margin-bottom: 10px;
    display: flex;
    flex-wrap: wrap;
    align-items: top;
    justify-content: flex-start;
}
#_tu ._contents ._movie_article ._panel {
    width: 31.25%;
    margin-right: 3.125%;
    margin-bottom: 30px;
}
#_tu ._contents ._movie_article ._panel:nth-child(3n) {
    margin-right: 0;
}
#_tu ._contents ._movie_article ._panel a {
    display: block;
    background-color: #ffffff;
    position: relative;
    transition: all ease .4s;
}
#_tu ._contents ._movie_article ._panel a:hover {
    transform: scale(1.03);
}
#_tu ._contents ._movie_article ._panel ._panel_movie {
    display: block;
    width: 100%;
    position: relative;
}
#_tu ._contents ._movie_article ._panel ._panel_movie figure {
    display: block;
}
#_tu ._contents ._movie_article ._panel ._panel_movie ._movie_icon {
    display: block;
    width: 13%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 10;
}

#_tu ._contents ._related_article {
    width: 100%;
    margin-bottom: 10px;
    display: flex;
    flex-wrap: wrap;
    align-items: top;
    justify-content: flex-start;
}
#_tu ._contents ._related_article ._panel {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 2%;
}
#_tu ._contents ._related_article ._panel:nth-child(2n) {
    margin-right: 0;
}
#_tu ._contents ._related_article ._panel a {
    display: block;
    background-color: #ffffff;
    border: #5c5c5a solid 1px;
    padding: 12px 12px 12px 50px;
    position: relative;
    transition: all ease .4s;
}
#_tu ._contents ._related_article ._panel a::before {
    content: "";
    display: block;
    background-color: #ededed;
    width: 38px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
}
#_tu ._contents ._related_article ._panel a::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 15px solid #e95b1a;
    border-right: 0;
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
}
#_tu ._contents ._related_article ._panel a:hover {
    background-color: #f5f5f5;
}
#_tu ._contents ._related_article ._panel ._panel_body {
    display: block;
    width: 100%;
    position: relative;
}
#_tu ._contents ._related_article ._panel ._panel_body ._body_text1 {
    margin-bottom: .8em;
    font-size: 14px;
    line-height: 1;
}
#_tu ._contents ._related_article ._panel ._panel_body ._body_text2 {
    font-size: 15px;
    font-weight: bold;
    font-feature-settings: "palt";
    line-height: 1.5;
}

#_tu ._links {
    width: 100%;
    margin: 0 auto;
    padding: 40px 0 50px;
}
#_tu ._links ._bnr {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto 50px;
    display: flex;
}
#_tu ._links ._bnr ._bnr_item {
    width: 50%;
}
#_tu ._links ._bnr ._bnr_item a {
    transition: opacity ease .3s;
}
#_tu ._links ._bnr ._bnr_item a:hover {
    opacity: .7;
}

#_tu ._links ._sns {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
#_tu ._links ._sns ._sns_item {
    width: 42px;
    margin: 0 10px;
}
#_tu ._links ._sns ._sns_item a {
    transition: opacity ease .3s;
}
#_tu ._links ._sns ._sns_item a:hover {
    opacity: .7;
}

#_tu ._contact {
    border-top: #000 solid 1px;
    width: 100%;
    padding: 50px 0;
}
#_tu ._contact ._logo {
    width: 200px;
    margin: 0 auto;
}


@media screen and (max-width: 1200px) {
    #_tu ._contents ._contents_cat ._cat_col span {
        font-size: 16px;
    }
    #_tu ._contents ._photo_article {
    }
    #_tu ._contents ._photo_article ._panel {
        width: 32%;
        margin-right: 2%;
    }
    #_tu ._contents ._photo_article ._panel_cat span {
        font-size: 16px;
    }
    #_tu ._contents ._photo_article ._panel ._panel_img ._panel_cat_1 span {
        font-size: 14px;
    }
    #_tu ._contents ._photo_article ._panel ._panel_img ._panel_cat_2 span {
        font-size: 13px;
    }
    #_tu ._contents ._photo_article ._panel ._panel_text p {
        display: block;
        font-size: 12px;
        line-height: 1.5;
    }
    #_tu ._contents ._movie_article ._panel {
        width: 32%;
        margin-right: 2%;
    }
}


@media screen and (max-width: 1024px) {
    #_tu ._mv ._logo {
        width: 16vw;
        left: .5vw;
        top: 1vw;
    }
    #_tu ._mv ._page_title {
        width: 100%;
        padding: 3vw 18vw;
    }
    #_tu ._mv ._new_article .splide__arrow--prev {
        width: 50px;
        left: 22%;
    }
    #_tu ._mv ._new_article .splide__arrow--next {
        width: 50px;
        right: 22%;
    }

    #_tu ._contents ._contents_cat {
        width: 100%;
        margin-bottom: 2vw;
        display: block;
    }
    #_tu ._contents ._contents_cat ._cat_col {
        height: 3vw;
    }
    #_tu ._contents ._contents_cat ._cat_col span {
        font-size: 1.8vw;
    }
    #_tu ._contents ._photo_article {
    }
    #_tu ._contents ._photo_article ._panel {
        width: 48%;
        margin-right: 4%;
        margin-bottom: 4%;
    }
    #_tu ._contents ._photo_article ._panel:nth-child(3n) {
        margin-right: 4%;
    }
    #_tu ._contents ._photo_article ._panel:nth-child(2n) {
        margin-right: 0;
    }
    #_tu ._contents ._photo_article ._panel_cat {
        height: 3vw;
    }
    #_tu ._contents ._photo_article ._panel_cat span {
        font-size: 1.8vw;
    }
    #_tu ._contents ._photo_article ._panel ._panel_img ._panel_cat_1 {
        background-color: #5c5c5a;
        display: table;
        height: auto;
        padding: .5vw 2vw;
    }
    #_tu ._contents ._photo_article ._panel ._panel_img ._panel_cat_1 span {
        font-size: 1.8vw;
    }
    #_tu ._contents ._photo_article ._panel ._panel_img ._panel_cat_2 {
        width: 85%;
        height: 3.2vw;
    }
    #_tu ._contents ._photo_article ._panel ._panel_img ._panel_cat_2 span {
        font-size: 1.6vw;
    }

    #_tu ._contents ._photo_article ._panel ._panel_text {
        width: 100%;
        padding: 1vw 2vw 0 2vw;
    }
    #_tu ._contents ._photo_article ._panel ._panel_text p {
        display: block;
        font-size: 1.6vw;
        line-height: 1.5;
    }
    #_tu ._contents ._photo_article ._panel ._panel_category {
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
        flex-wrap: wrap;
        padding: 1vw 2vw 1vw 2vw;
    }
    #_tu ._contents ._photo_article ._panel ._panel_category li {
        margin-right: 6px;
        margin-bottom: 6px;
    }
    #_tu ._contents ._photo_article ._panel ._panel_category li a {
        font-size: 12px;
    }

    #_tu ._contents ._related_article {
        width: 100%;
        margin-bottom: 10px;
        display: flex;
        flex-wrap: wrap;
        align-items: top;
        justify-content: flex-start;
    }
    #_tu ._contents ._related_article ._panel {
        width: 100%;
        margin-right: 0%;
        margin-bottom: 1%;
    }
    #_tu ._contents ._related_article ._panel:nth-child(2n) {
        margin-right: 0;
    }
    #_tu ._contents ._related_article ._panel a {
        display: block;
        background-color: #ffffff;
        border: #5c5c5a solid 1px;
        padding: 12px 12px 12px 50px;
        position: relative;
        transition: all ease .4s;
    }
    #_tu ._contents ._related_article ._panel a::before {
        content: "";
        display: block;
        background-color: #ededed;
        width: 38px;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 2;
    }
    #_tu ._contents ._related_article ._panel a::after {
        content: "";
        width: 0;
        height: 0;
        border-style: solid;
        border-top: 15px solid transparent;
        border-bottom: 15px solid transparent;
        border-left: 15px solid #e95b1a;
        border-right: 0;
        position: absolute;
        left: 12px;
        top: 50%;
        transform: translateY(-50%);
        z-index: 2;
    }
    #_tu ._contents ._related_article ._panel a:hover {
        background-color: #f5f5f5;
    }
    #_tu ._contents ._related_article ._panel ._panel_body {
        display: block;
        width: 100%;
        position: relative;
    }
    #_tu ._contents ._related_article ._panel ._panel_body ._body_text1 {
        margin-bottom: .8em;
        font-size: 15px;
        line-height: 1;
    }
    #_tu ._contents ._related_article ._panel ._panel_body ._body_text2 {
        font-size: 16px;
        font-weight: bold;
        font-feature-settings: "palt";
        line-height: 1.5;
    }
}


@media screen and (max-width: 834px) {

    #_tu ._mv ._logo {
        width: 25vw;
        left: 1.8vw;
        top: 2vw;
        line-height: 0;
    }
    #_tu ._mv ._page_title {
        width: 100%;
        padding: 12vw 3vw 4vw 3vw;
    }
    #_tu ._mv ._new_title {
        background-color: #000000;
        width: 100%;
        height: 6vw;
    }
    #_tu ._mv ._new_title span {
        font-size: 4.5vw;
    }
    #_tu ._mv ._new_article {
        background: url(bg.jpg) center center no-repeat;
        background-size: cover;
        padding: 5vw 0;
    }
    #_tu ._mv ._new_article .splide__arrow--prev {
        width: 9vw;
        height: 9vw;
        left: 10.5vw;
    }
    #_tu ._mv ._new_article .splide__arrow--next {
        width: 9vw;
        height: 9vw;
        right: 10.5vw;
    }

    #_tu ._tag {
        width: 100%;
        padding: 0 5vw 2.5vw;
    }
    #_tu ._tag_inner {
        background-color: #f5f5f5;
        width: 100%;
        max-width: 1200px;
        margin: 0 auto;
    }
    #_tu ._tag_inner ._tag_text {
        padding: 12px;
        position: relative;
    }
    #_tu ._tag_inner ._tag_text::before {
        border-bottom: #e95b1a solid 2px;
        width: 90px;
        top: -1px;
    }
    #_tu ._tag_inner ._tag_text p {
        font-size: 16px;
        line-height: 1;
        text-align: center;
    }
    #_tu ._tag_inner ._tag_btn {
        background-color: #ebebeb;
        position: relative;
    }
    #_tu ._tag_inner ._tag_btn a {
        display: block;
        width: 100%;
        padding: 10px;
        font-size: 12px;
        font-weight: bold;
        line-height: 1;
        text-align: center;
        transition: all ease .3s;
    }
    #_tu ._tag_inner ._tag_btn a:hover {
        background-color: #ffffff;
    }

    #_tu ._contents {
        width: 100%;
        padding: 5vw 5vw 1px;
    }
    #_tu ._contents ._contents_cat {
        width: 100%;
        margin-bottom: 4vw;
        display: block;
    }
    #_tu ._contents ._contents_cat ._cat_col {
        height: 5.5vw;
    }
    #_tu ._contents ._contents_cat ._cat_col span {
        font-size: 3.6vw;
    }

    #_tu ._contents ._photo_article ._panel {
        width: 100%;
        margin-right: 0;
        margin-bottom: 5vw;
    }
    #_tu ._contents ._photo_article ._panel:nth-child(3n) {
        margin-right: 0;
    }
    #_tu ._contents ._photo_article ._panel:nth-child(2n) {
        margin-right: 0;
    }
    #_tu ._contents ._photo_article ._panel_cat {
        height: 5.5vw;
    }
    #_tu ._contents ._photo_article ._panel_cat span {
        font-size: 3.6vw;
    }
    #_tu ._contents ._photo_article ._panel ._panel_img ._panel_cat_1 {
        padding: 1vw 4vw;
    }
    #_tu ._contents ._photo_article ._panel ._panel_img ._panel_cat_1 span {
        font-size: 4vw;
    }
    #_tu ._contents ._photo_article ._panel ._panel_img ._panel_cat_2 {
        width: 85%;
        height: 7vw;
    }
    #_tu ._contents ._photo_article ._panel ._panel_img ._panel_cat_2 span {
        font-size: 3.6vw;
    }

    #_tu ._contents ._photo_article ._panel ._panel_text {
        width: 100%;
        height: auto;
        padding: 2vw 4vw 0 4vw;
    }
    #_tu ._contents ._photo_article ._panel ._panel_text p {
        display: block;
        font-size: 3.6vw;
        line-height: 1.5;
    }

    #_tu ._contents ._photo_article ._panel ._panel_category {
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
        flex-wrap: wrap;
        padding: 2vw 4vw;
    }
    #_tu ._contents ._photo_article ._panel ._panel_category li {
        margin-right: 6px;
        margin-bottom: 6px;
    }
    #_tu ._contents ._photo_article ._panel ._panel_category li a {
        font-size: 10px;
    }

    #_tu ._contents ._movie_article {
        margin-bottom: 5vw;
    }
    #_tu ._contents ._movie_article ._panel {
        width: 100%;
        margin-right: 0;
        margin-bottom: 4vw;
    }
    #_tu ._contents ._movie_article ._panel:nth-child(3n) {
        margin-right: 0;
    }
    #_tu ._contents ._movie_article ._panel:nth-child(2n) {
        margin-right: 0;
    }

    #_tu ._contents ._related_article {
        width: 100%;
        margin-bottom: 5vw;
    }
    #_tu ._contents ._related_article ._panel {
        width: 100%;
        margin-right: 0%;
        margin-bottom: 4vw;
    }
    #_tu ._contents ._related_article ._panel:nth-child(2n) {
        margin-right: 0;
    }
    #_tu ._contents ._related_article ._panel a {
        display: block;
        background-color: #ffffff;
        border: #5c5c5a solid 1px;
        padding: 3vw 3vw 3vw 11vw;
        position: relative;
        transition: all ease .4s;
    }
    #_tu ._contents ._related_article ._panel a::before {
        width: 8vw;
    }
    #_tu ._contents ._related_article ._panel a::after {
        border-top: 4vw solid transparent;
        border-bottom: 4vw solid transparent;
        border-left: 4vw solid #e95b1a;
        left: 2vw;
    }
    #_tu ._contents ._related_article ._panel a:hover {
        background-color: #f5f5f5;
    }
    #_tu ._contents ._related_article ._panel ._panel_body {
        display: block;
        width: 100%;
        position: relative;
    }
    #_tu ._contents ._related_article ._panel ._panel_body ._body_text1 {
        margin-bottom: .6em;
        font-size: 3.6vw;
        line-height: 1;
    }
    #_tu ._contents ._related_article ._panel ._panel_body ._body_text2 {
        font-size: 3.6vw;
        font-weight: bold;
        font-feature-settings: "palt";
        line-height: 1.5;
    }

    #_tu ._links {
        width: 100%;
        margin: 0 auto;
        padding: 5vw 0;
    }
    #_tu ._links ._bnr {
        width: 100%;
        max-width: inherit;
        display: block;
    }
    #_tu ._links ._bnr ._bnr_item {
        width: 90vw;
        margin: 0 auto;
    }
    #_tu ._links ._bnr ._bnr_item a {
        transition: opacity ease .3s;
    }
    #_tu ._links ._bnr ._bnr_item a:hover {
        opacity: .7;
    }

    #_tu ._links ._sns {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    #_tu ._links ._sns ._sns_item {
        width: 36px;
        margin: 0 10px;
    }
    #_tu ._links ._sns ._sns_item a {
        transition: opacity ease .3s;
    }
    #_tu ._links ._sns ._sns_item a:hover {
        opacity: .7;
    }

    #_tu ._contact {
        border-top: #000 solid 1px;
        width: 100%;
        padding: 50px 0;
    }
    #_tu ._contact ._logo {
        width: 150px;
        margin: 0 auto;
    }
}
