.m-postbody .contact-jump-btn {
    margin-bottom: 40px;
    text-align: center;
}

.m-postbody .contact-jump-btn a {
    display: inline-block;
    background: #5A5CAD;
    color: #fff;
    text-align: center;
    font-size: 2.375vw;
    padding: 1vw 0;
    border-radius: 5px;
    width: 45%;
    box-shadow: #2F1F51 0 0 8px;
    transition: all .3s ease;
}

.m-postbody .contact-jump-btn a:hover {
    color: #ff4b69;
    border-bottom: 2px solid #ff4b69;
}

.m-postbody .contact-jump-btn a:first-child {
    background: url("../img/philosophy/b-link_service.png") center no-repeat;
    background-size: cover;
    float: left;
}

.m-postbody .contact-jump-btn a:last-child {
    float: right;
    background: url("../img/philosophy/b-link_about.png") center no-repeat;
    background-size: cover;
}

.m-postbody .contact-jump-btn:before,
.m-postbody .contact-jump-btn:after {
    content: "";
    clear: both;
    display: block;
}

.m-postbody .contact-jump-btn a:after {
    display: none;
}


.m-postbody .contact-jump-btn a.full-width {
    width: 100%;
    padding: 15px 20px;
}

.m-postbody .contact-jump-btn a.style01 {
    box-shadow: #2F1F51 0px 0px 8px;
    border-radius: 5px;
}

.l-fixui_logo_subtitle {
    font-size: 12px;
    color: #564b6b;
    display: block;
    text-align: center;
    word-break: keep-all;

    -webkit-transform: scale(0.8333, 0.8333);
    -moz-transform: scale(0.8333, 0.8333);
    -ms-transform: scale(0.8333, 0.8333);
    -o-transform: scale(0.8333, 0.8333);
    transform: scale(0.8333, 0.8333);

    -webkit-transform-origin: center;
    -moz-transform-origin: center;
    -ms-transform-origin: center;
    -o-transform-origin: center;
    transform-origin: center;
}

.pc.safari .l-fixui_logo .l-fixui_logo_subtitle {
    position: relative;
    top: 40px;
}

.related_columns {
    border: dashed #4c4163 1px;
    margin: 20px 0;
    padding: 20px;
}

.column-related-item {
    position: relative;
    display: block;
}

.column-related-item-img {
    width: 240px;
    height: 175px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.column-related-item-3 {
    float: left;
    width: calc((100% - 40px)/3);
}

.column-related-item-3:not(:nth-of-type(3n)) {
    margin-right: 20px;
}

.column-related-item-3 > .column-related-item-title {
    position: absolute;
    color: #fff;
    padding: 5px 10px;
    /*padding-top: 5px;*/
    font-size: 12px;
    bottom: 0;
    /*background: #4c4163;*/
    background: rgba(76,65,99, 0.7);
    width: 100%;
    height: auto;
    line-height: 1.3;
    overflow: hidden;
}

.column-related-item-3:hover > .column-related-item-title {
    color: #ff4b69;
    background: rgba(76,65,99, 1);
}

.gameBanner {
    position: relative;
    margin: 20px 0;
}

.gameBanner .topBlock {
    position: relative;
    height: auto;
    width: 100%;
}

.gameBanner .buttonBlock {
    position: absolute;
    bottom: 0;
    right: 0;
    background: rgba(0,0,0,0.3);
    width: 100%;
    height: 100%;
    text-align: center;
    padding-top: 130px;
    display: none;
}

.gameBanner:hover .buttonBlock {
    display: block;
}

.gameBanner .buttonBlock > a {
    background: red;
    border-radius: 15px;
    color: #fff;
    text-align: center;
    display: inline-block;
    padding: 0 10px;
}

.gameBanner .buttonBlock > a:after {
    display: none;
}

.gameBanner .buttonBlock > a:hover {
    background: #c81313;
    color: #fff;
}

.gameBanner .title {
    margin-top: 10px;
    color: #4c4163;
    font-weight: 800;
    line-height: 1.5;
}

.gameBanner .title .linkBtn {
    background: red;
    border-radius: 5px;
    color: #fff;
    text-align: center;
    display: inline-block;
    padding: 0 8px;
    font-size: 70%;
}

.gameBanner .title .linkBtn:after {
    display: none;
}

.gameBanner img {
    margin-bottom: 0;
}

.gameBanner .onlySP {
    display: none;
}

@media screen and (max-width: 1000px) {
    .m-postbody .contact-jump-btn a {
        font-size: 3vw;
    }
}

@media screen and (max-width: 750px) {
    .m-postbody .contact-jump-btn {
        margin-bottom: 8vw;
    }

    .m-postbody .contact-jump-btn a {
        font-size: 4vw;
    }

    .l-fixui_logo_subtitle {
        font-size: 10px;
        text-align: center;
        word-break: keep-all;

        -webkit-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);

        -webkit-transform-origin: inherit;
        -moz-transform-origin: inherit;
        -ms-transform-origin: inherit;
        -o-transform-origin: inherit;
        transform-origin: inherit;
    }

    .gameBanner .title {
        font-size: 3.733333333333333vw;
    }

    .gameBanner:hover .buttonBlock, .gameBanner .onlyPC {
        display: none;
    }

    .gameBanner .onlySP {
        display: inline-block;
    }

}


@media screen and (max-width: 767px) {
    .column-related-item {
        padding-right: 0!important;
    }

    .column-related-item-img {
        width: 100%;
        height: auto;
        min-height: 240px;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .column-related-item-3 {
        float: left;
        width: 100%;
        margin-bottom: 20px;
        margin-right: 0;
    }
}
