/*------------------------------------------------------------------------------------*/
/* timeline.css                                                                       */
/*------------------------------------------------------------------------------------*/
pre {
    font-family: "Noto Sans JP", apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    margin: 0;
    white-space: pre-wrap;
    line-height: 1.5;
}

@media screen and (max-width: 768px) {
    .inner-timeline {
        width: 100%;
    }
}

.column2 .area-before-after {
    margin-bottom: 20px;
    width: 655px;
}

@media screen and (max-width: 768px) {
    .column2 .area-before-after {
        width: 100%;
    }
}

.column2 .area-before-after .link {
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    text-align: left;
}

@media screen and (max-width: 768px) {
    .column2 .area-before-after .link {
        font-size: 10px;
        width: 100%;
    }
}

.column2 .area-before-after .link-back {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 317px;
    height: 80px;
    border: 1px solid #eaeaea;
    border-radius: 8px;
    color: #2e2e2e;
}

@media screen and (max-width: 768px) {
    .column2 .area-before-after .item {
        width: 48%;
        height: 62px;
    }
}

.column2 .area-before-after .link-forward {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 317px;
    height: 80px;
    border: 1px solid #eaeaea;
    border-radius: 8px;
    color: #2e2e2e;
}

@media screen and (max-width: 768px) {
    .column2 .area-before-after .link-back {
        flex: 1;
        width: 100%;
        height: 62px;
    }

    .column2 .area-before-after .link-forward {
        flex: 1;
        width: 100%;
        height: 62px;
    }
}

.column2 .area-before-after .link .title-lable {
    padding: 18px 10px;
    width: 100%;
    height: 80px;
    box-sizing: border-box;
}

.column2 .area-before-after .link .title-lable p {
    margin: 0 0 10px 0;
    color: #5e6cef;
    font-weight: 500;
}

.column2 .area-before-after .link .link-forward .title-lable p {
    text-align: right;
}

@media screen and (max-width: 768px) {
    .column2 .area-before-after .link .title-lable {
        padding: 10px;
        height: 60px;
    }

    .column2 .area-before-after .link .title-lable p {
        margin: 0 0 4px 0;
    }
}

.column2 .area-before-after .link .title-lable span {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.column2 .area-before-after .link .arrow {
    padding: 10px;
    font-size: 16px;
}

.column2 .area-before-after .link a:hover {
    opacity: 0.6;
}

.article .item .image img {
    margin-bottom: 20px;
    text-align: center;
    width: 100%;
}

.article .item .area-thumb {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.article .item .image img.thumb {
    margin: 0 4px;
    width: 110px;
    height: 110px;
    object-fit: cover;
}

@media screen and (max-width: 768px) {
    .article .item .image .item-thumb {
        position: relative;
        margin: 4px;
        width: 30%;
    }

    .article .item .image .item-thumb:before {
        content: "";
        display: block;
        padding-top: 100%;
    }

    .article .item .image img.thumb {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto;
        object-fit: cover;
    }
}

.article .item .video {
    width: 100%;
    margin-bottom: 20px;
    padding-bottom: 56.25%;
    height: 0px;
    position: relative;
}

.article .item .video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.article .item .detail {
    display: flex;
    justify-content: flex-end;
    font-size: 14px;
}

.article .item .detail a {
    color: #5e6cef;
}

.list-article {
    cursor: pointer;
}

.area-action {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.area-action .button {
    flex-wrap: wrap;
    margin: 10px;
    font-size: 11px;
    line-height: 1.2;
}
