.common_links .joke a:after {
    display: none;
}

.en {
    margin: 50px auto 80px;
}

.section {
    padding: 0 0 118px;
}

.section .joke {
    width: 1520px;
    margin: 0 auto;
}

.section .joke .title {
    margin-bottom: 90px;
}

.section .joke .title h1 {
    font-weight: 800;
    font-size: 40px;
    color: #111111;
    margin-bottom: 10px;
}

.section .joke .title p {
    font-weight: 400;
    font-size: 20px;
    color: #666666;
}

.section .joke .content .item {
    display: flex;
}

.section .joke .content .item .text {
    width: 900px;
    background: #F2F3F5;
    padding: 0 80px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
}

.section .joke .content .item .text .bg {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
}

.section .joke .content .item .text h2 {
    font-weight: 800;
    font-size: 36px;
    color: #111111;
    margin-bottom: 30px;
    position: relative;
    z-index: 2;
}

.section .joke .content .item .text .text_item {
    position: relative;
    z-index: 2;
}

.section .joke .content .item .text .text_item h5 {
    font-weight: bold;
    font-size: 24px;
    color: #E83928;
    margin-bottom: 10px;
}

.section .joke .content .item .text .text_item p {
    font-weight: 400;
    font-size: 18px;
    color: #666666;
    line-height: 2;
}

.section .joke .content .item .text .text_item:not(:nth-last-child(1)) {
    margin-bottom: 30px;
}

.section .joke .content .item .img {
    width: 620px;
}

.section .joke .content .item .img img {
    display: block;
    width: 100%;
}

.section .joke .content .item:nth-child(2n) {
    flex-direction: row-reverse;
}

.section .joke .content .item:nth-child(2n) .text {
    background: #F2F3F5;
}

@media screen and (max-width: 1920px) {
    .en {
        margin: 2.6041666667vw auto 4.1666666667vw;
    }

    .section {
        padding: 0 0 6.1458333333vw;
    }

    .section .joke {
        width: 79.1666666667vw;
        margin: 0 auto;
    }

    .section .joke .title {
        margin-bottom: 4.6875vw;
    }

    .section .joke .title h1 {
        font-weight: 800;
        font-size: 2.0833333333vw;
        color: #111111;
        margin-bottom: 0.5208333333vw;
    }

    .section .joke .title p {
        font-weight: 400;
        font-size: 1.0416666667vw;
        color: #666666;
    }

    .section .joke .content .item {
        display: flex;
    }

    .section .joke .content .item .text {
        width: 46.875vw;
        background: #F2F3F5;
        padding: 0 4.1666666667vw;
        display: flex;
        flex-direction: column;
        justify-content: center;
        position: relative;
    }

    .section .joke .content .item .text .bg {
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
    }

    .section .joke .content .item .text h2 {
        font-weight: 800;
        font-size: 1.875vw;
        color: #111111;
        margin-bottom: 1.5625vw;
        position: relative;
        z-index: 2;
    }

    .section .joke .content .item .text .text_item {
        position: relative;
        z-index: 2;
    }

    .section .joke .content .item .text .text_item h5 {
        font-weight: bold;
        font-size: 1.25vw;
        color: #E83928;
        margin-bottom: 0.5208333333vw;
    }

    .section .joke .content .item .text .text_item p {
        font-weight: 400;
        font-size: 0.9375vw;
        color: #666666;
        line-height: 2;
    }

    .section .joke .content .item .text .text_item:not(:nth-last-child(1)) {
        margin-bottom: 1.5625vw;
    }

    .section .joke .content .item .img {
        width: 32.2916666667vw;
    }

    .section .joke .content .item .img img {
        display: block;
        width: 100%;
    }

    .section .joke .content .item:nth-child(2n) {
        flex-direction: row-reverse;
    }

    .section .joke .content .item:nth-child(2n) .text {
        background: #F2F3F5;
    }
}
@media screen and (max-width: 1024px) {
    .section .joke {
        width: 90%;
    }
    .en {
        margin: 50px auto 80px;
    }
    .section .joke .content .item .img {
        width: 38.291667vw;
    }
    .section .joke .content .item .text {
        width: 52.875vw;
    }
    .section .joke .content .item .text h2 {
        font-size: 20px;
        margin: 0 0 20px;
    }
    .section .joke .content .item .text .text_item h5 {
        margin: 0 0 5px;
    }
    .section .joke .content .item .text .text_item p {
        font-size: 14px;
    }
    .section .joke .content .item .text .text_item h5 {
        font-size: 16px;
    }
    .section .joke .title h1 {
        font-size: 24px;
        margin: 0 0 10px;
    }
    .section .joke .title p {
        font-size: 14px;
    }
    .section .joke .title {
        margin: 0 0 40px;
    }
}
@media screen and (max-width: 768px) {
    .en {
        margin: 30px auto 40px;
    }
    .section .joke .content .item {
        flex-direction: column-reverse !important;
        margin: 0 0 30px;
    }
    .section .joke .content .item .img,.section .joke .content .item .text {
        width: 100%;
    }
    .section .joke .content .item .text {
        padding: 30px 15px;
    }
    .section .joke .title p {
        line-height: 1.6;
    }
    html[lang='en'] .common_links,html[lang='ja'] .common_links {
        display: none;
    }
}
