/* ##############################################################################

    COVER

############################################################################## */

#topCoverWrap {
    /* position: fixed;
    top: 0;
    left: 0; */
    position: relative;
    width: 100%;
    overflow: hidden;
    background: #000;
    height: 100vh;
    min-height: 480px;
    min-width: 1040px;
}

#topCover {
    position: relative;
    background-image: url(/img/cover/cover_bg.jpg);
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #000;
}

.txt-group {
    position: relative;
    width: 100%;
    height: 100%;
}

.txt-group span {
    display: block;
    position: absolute;
    height: 100%;
    width: 100%;
    background-image: url("/img/cover/text_group.png");
    background-repeat: no-repeat;
    background-size: auto 100%;
    top: 0;
    left: 0%;
    background-position: 50% 100%;
}

.txt-group img {
    width: 100%;
}

/* @-webkit-keyframes fadeInLarge {
    from {
        opacity: 0;
        transform: scale(1.5) translate(-50%, calc(-50% - 2%));

    }

    to {
        opacity: 1;
        transform: scale(1) translate(-50%, calc(-50% - 2%));

    }
} */

@keyframes fadeInLarge {
    from {
        opacity: 0;
        transform: scale(1.5) translate(-0%, -0%);
    }

    to {
        opacity: 1;
        transform: scale(1) translate(-0%, -0%);

    }
}

.fadeInLarge {
    -webkit-animation-name: fadeInLarge;
    animation-name: fadeInLarge;
    animation-delay: 0.8s;
    animation-duration: 0.3s;
    animation-fill-mode: both;
    animation-timing-function: cubic-bezier(0.165, 0.840, 0.440, 1.000);
}

.cover-title-watashi {
    position: absolute;
    left: 50%;
    bottom: 0%;
    transform: translate(-50%, 0);
    width: 100%;
    max-width: 2000px;
    text-align: center;
}

.cover-title-watashi span {
    display: block;
    max-width: 100%;
}

.cover-title-watashi img {
    width: 100%;
}

@media screen and (max-width: 680px) {
    .coverTitle-life {
        width: 90%;
        position: absolute;
        bottom: 20px;
        left: 50%;
        margin: 0 0 0 -45%;
        animation-delay: 0.3s;
    }

    .coverTitle2 {
        width: 96%;
        position: absolute;
        bottom: 120px;
        left: 50%;
        margin: 0 0 0 -48%;
        animation-delay: 0.3s;
    }
}

@media screen and (min-width: 681px) and (max-width: 1080px) {
    .coverTitle-life {
        width: 70%;
        position: absolute;
        bottom: 3%;
        left: 50%;
        margin: 0 0 0 -35%;
        animation-delay: 0.3s;
    }

    .coverTitle-rw {
        position: absolute;
        top: 0;
        left: 75%;
        width: 80px;
    }

    .coverTitle-rw img {
        width: 100%;
    }

    .coverTitle2 {
        width: 70%;
        position: absolute;
        bottom: 0;
        left: 50%;
        margin: 0 0 0 -35%;
        animation-delay: 0.3s;
    }

}

@media screen and (min-width: 1081px) {
    .coverTitle-life {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        width: 100%;
        position: absolute;
        bottom: 45%;
        left: 0;
        animation-delay: 0.3s;

    }

    .coverTitle-life li {
        position: relative;
        width: 46%;
        margin: 0 auto;
    }

    .coverTitle-rw {
        position: absolute;
        right: -2px;
        top: 0%;
        height: 100vh;
    }

    .coverTitle-rw img {
        height: 100%;
    }

    .coverTitle2 {
        width: 70%;
        position: absolute;
        bottom: 1%;
        left: 50%;
        margin: 0 0 0 -35%;
        animation-delay: 0.3s;
    }
}

@keyframes my-fadeIn-one {
    from {
        opacity: 0;
        visibility: hidden;
        transform: translate3d(0, 600px, 0);
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

.my-fadeIn-one {
    animation-name: my-fadeIn-one;
}

@keyframes my-fadeIn-two {
    from {
        opacity: 0;
        visibility: hidden;
        transform: translate3d(0, -600px, 0);
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

.my-fadeIn-two {
    animation-name: my-fadeIn-two;
}

.coverTitle-soapland {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60%;
    max-width: 1000px;
    display: none;
}

.coverTitle-soapland img {
    width: 100%;
}

/*
.top-shadow {
    position: absolute;
    height: 30%;
    width: 100%;
    overflow: hidden;
    top: 0;
    left: 0;
    background: rgb(254,194,206);
    background: linear-gradient(0deg, rgba(254,194,206,0) 0%, rgba(254,194,206,1) 100%);
}
*/

.top-shadow {
    position: absolute;
    height: 30%;
    width: 100%;
    overflow: hidden;
    top: 0;
    left: 0;
    background: rgb(255, 255, 255);
    background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
}

.foot-shadow {
    position: absolute;
    height: 300px;
    width: 100%;
    overflow: hidden;
    bottom: 0;
    left: 0;
    background: rgb(255, 255, 255);
    background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
}

#top-wrap {
    position: relative;
    width: 100%;
    height: 100%;
    position: relative;
    background-image: url(/img/top_container_bg.jpg);
    background-position: 50%;
    background-repeat: repeat;
    /* background-image: url(/img/bg.jpg);
    background-position: 50% 0;
    background-repeat: repeat; */
    /* margin: 100vh auto 0 auto; */
    z-index: 101;
    padding: 100px 0;
    min-width: 1040px;
    overflow: hidden;
    /* background: rgb(254,194,206);
    background: linear-gradient(90deg, rgba(254,194,206,1) 0%, rgba(254,226,229,1) 50%, rgba(254,194,206,1) 100%); */
}

/* #top-wrap::before {
    content: "";
    transform: skewY(-4deg);
    transform-origin: top left;
    background: #fec2ce;
    height: 200px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
} */

#top-contents {
    position: relative;
    overflow: hidden;
    max-width: 2000px;
    width: 100%;
    margin: 0 auto;
}

.top {
    position: relative;
    padding: 50px 0 50px 0;
    /* background: rgb(255,255,255); */
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    width: 100%;
}

@media screen and (max-width: 1800px) {
    .top-container {
        position: relative;
        max-width: 1280px;
        margin: 0 auto;
    }
}

@media screen and (min-width: 1801px) {
    .top-container {
        position: relative;
        max-width: 1280px;
        margin: 0 0 0 auto;
    }
}

.top-inner {
    position: relative;
    padding: 20px 0 50px 0;
    max-width: 1000px;
    margin: 0 auto;
}

.notice {
    position: relative;
    text-align: left;
}

.notice dd {
    font-family: "Noto Serif JP", serif;
    line-height: 200%;
}

.notice dd b.nb {
    display: inline-block;
    line-height: 200%;
}

.notice dd span.ns {
    display: inline-block;
    font-size: 30px;
    font-weight: normal;
    font-family: "Noto Serif JP", serif;
    /* background-color: #ff8487; */
    background: #ee509b;
    color: #fff;
    padding: 0 0 3px 0;
    margin: 1px 2px;
    letter-spacing: 0;
}

.notice dd span.ns2 {
    display: inline-block;
    line-height: 26px;
    background-color: #ffe900;
    color: #000;
    border-radius: 13px;
    padding: 0 10px;
}

.pointWrap {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
}

.pointWrap .point {
    width: 48%;
    margin: 0 auto 0 0;
    text-align: left;
    padding: 0 1% 30px 1%;
}

.pointWrap .point:nth-child(1) {
    animation-delay: 0.3s;
}

.pointWrap .point:nth-child(2) {
    animation-delay: 0.5s;
}

.pointWrap .point:nth-child(3) {
    animation-delay: 0.7s;
}

.pointWrap .point:nth-child(4) {
    animation-delay: 0.9s;
}

.pointWrap .point:nth-child(5) {
    animation-delay: 1.1s;
}

.pointWrap .point:nth-child(6) {
    animation-delay: 1.3s;
}

.pointWrap .point span {
    display: block;
    height: 90px;
}

.pointWrap .point span img {
    height: 100%;
}

.pointWrap .point b {
    display: block;
    padding: 20px 10px 0 0;
}

.pointWrap .point b small {
    display: inline-block;
    line-height: 160%;
}

.counterWrap {
    position: relative;
    text-align: right;
    padding: 10px 0;
}

.counterWrap h2.ot b {
    font-family: "Noto Serif JP", serif;
    font-size: 20px;
    line-height: 1;
    padding: 3px 80px 5px 80px;
    display: inline-block;
    color: #000;
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba255, 255, 255, 1) 50%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#00000000', GradientType=1);
}

.counterWrap h2.od b {
    font-family: "Noto Serif JP", serif;
    font-size: 20px;
    line-height: 1;
    padding: 3px 80px 5px 80px;
    display: inline-block;
    color: #000;
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba255, 255, 255, 1) 50%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#00000000', GradientType=1);
}

.unit {
    font-family: "Sorts Mill Goudy'", serif;
    /* transform: skewX(-11deg) scaleY(1.1); */
    /* font-size: 8vmax; */
    font-size: 80px;
    font-weight: 700;
    display: inline-block;
    letter-spacing: -3px;
    margin: -6px -10px 0 -10px;
    line-height: 1;
    font-style: italic;
    /* padding: 3px 0 10px 0;
    color: rgba(226, 185, 153, 0);
    background: linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
    padding: 3px 0 10px 0; */

}

.counter {
    /*    font-family: 'Oswald', sans-serif;*/
    font-family: "Sorts Mill Goudy'", serif;
    font-size: 80px;
    font-weight: 700;
    display: inline-block;
    letter-spacing: -3px;
    line-height: 1;
    margin: -6px 0 0 0;
    font-style: italic;

    /* color: rgba(226, 185, 153, 0);
    background: linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
    padding: 3px 3px 10px 3px; */
}

@media all and (-ms-high-contrast: none) {
    .unit {
        color: #a18861;
        background: none;
    }

    .counter {
        color: #a18861;
        background: none;
    }
}

.sml-inner {
    position: relative;
    max-width: 1000px;
    margin: 0 auto;
}

.sml {
    position: relative;
    text-align: center;
    animation-duration: 1s;
    animation-timing-function: cubic-bezier(0.250, 0.460, 0.450, 0.940);
    width: 100%;
    margin: 0 auto 0 -5%;
}

.sml dt.sml_img {
    position: relative;
    text-align: center;
    width: 80%;

}

.sml dt.sml_img span {
    display: block;
    position: relative;
}

/*
.sml dt.sml_img span::after {
    content: "";
    background: -moz-linear-gradient(left, rgba(255,255,255, 0) 0%, rgba(255,255,255, 1) 100%);
    background: -webkit-linear-gradient(left, rgba(255,255,255, 0) 0%, rgba(255,255,255, 1) 100%);
    background: linear-gradient(to right, rgba(255,255,255, 0) 0%, rgba(255,255,255, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#000000', GradientType=1);
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 60%;
}
*/

.sml dt.sml_img img {
    width: 100%;
}

/*
.sml dt.sml_img:before,
.sml dt.sml_img:after {
    border-top: 1px solid #333;
    content: "";
    width: 20%;
}
.sml dt.sml_img:before {
    margin-right: 20px;
}

.sml dt.sml_img:after {
    margin-left: 20px;
}
*/

.sml dd {
    position: absolute;
    top: 50%;
    right: 0%;
    width: 60%;
    transform: translate(0, -50%);
    line-height: 200%;
    text-align: left;
    /* border-right: 1px solid #333;
    border-bottom: 1px solid #333;
    border-left: 1px solid #333; */
}

.sml dd span {
    line-height: 200%;
    text-align: left;
    padding: 10px 20px 0 20px;
    display: block;
    color: #fff;
    text-shadow: 1px 1px 1px #000;

}

.sml dd b {
    display: inline-block;
    font-size: 50px;
    font-family: "Roboto", sans-serif;
    line-height: 1;
    font-weight: 900;
    background-color: #fff;
    color: #000;
    padding: 5px 10px;
}

.sml2 {
    position: relative;
    text-align: center;
    animation-duration: 1s;
    animation-timing-function: cubic-bezier(0.250, 0.460, 0.450, 0.940);
    width: 100%;
    margin: 0 -5% 0 auto;
}

.sml2 dt.sml2_img {
    position: relative;
    text-align: center;
    width: 80%;
    margin-left: 20%;

}

.sml2 dt.sml2_img span {
    display: block;
    position: relative;
}

/*
.sml2 dt.sml2_img span::before {
    content: "";
    background: -moz-linear-gradient(left, rgba(255,255,255, 1) 0%, rgba(255,255,255, 0) 100%);
    background: -webkit-linear-gradient(left, rgba(255,255,255, 1) 0%, rgba(255,255,255, 0) 100%);
    background: linear-gradient(to right, rgba255,255,255, 1) 0%, rgba(255,255,255, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#00000000', GradientType=1);
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 40%;
}
*/

.sml2 dt.sml2_img img {
    width: 100%;

}

.sml2 dd {
    position: absolute;
    top: 50%;
    left: 0%;
    width: 60%;
    transform: translate(0, -50%);
    text-align: left;
}

.sml2 dd span {
    line-height: 200%;
    text-align: left;
    display: block;
    padding: 10px 20px 0 20px;
    display: block;
    color: #fff;
    text-shadow: 1px 1px 1px #000;
}

.sml2 dd b {
    display: inline-block;
    font-size: 50px;
    font-family: "Roboto", sans-serif;
    line-height: 1;
    font-weight: 900;
    background-color: #fff;
    color: #000;
    padding: 5px 10px;
}

.blink {
    animation: blinkAnime 1s infinite alternate;
}

@keyframes blinkAnime {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes title_in {
    from {
        transform: translate3d(0, 10%, 0);
        visibility: hidden;
        opacity: 0;
    }

    to {
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

.title_in {
    animation-name: title_in;
    animation-delay: 0.3s;
    animation-duration: 0.6s;
    animation-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000);
    animation-fill-mode: both;
}

@keyframes title_in2 {
    from {
        transform: scale(2);
        visibility: hidden;
        opacity: 0;
    }

    to {
        transform: scale(1);
        opacity: 1;
    }
}

.title_in2 {
    animation-name: title_in2;
    animation-timing-function: cubic-bezier(0.190, 1.000, 0.220, 1.000);
    animation-duration: 0.3s;
    animation-fill-mode: both;
}

@keyframes myBounce {

    from,
    20%,
    53%,
    80%,
    to {
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        transform: translate3d(0, 0, 0);
    }

    40%,
    43% {
        animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        transform: translate3d(0, -30px, 0);
    }

    70% {
        animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        transform: translate3d(0, -15px, 0);
    }

    90% {
        transform: translate3d(0, -4px, 0);
    }
}

.myBounce {
    animation-name: myBounce;
    transform-origin: center bottom;
    animation-fill-mode: both;
}

/**********************************************ライトボックス**********************************************/

.lightboxOverlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    background: #000;
    opacity: 0.9;
    display: none;
}

.lightbox {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 10000;
    text-align: center;
    line-height: 0;
    font-weight: normal;
    display: none;
}

.lightbox .lb-image {
    display: block;
    height: auto;
    max-width: inherit;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}

.lightbox a img {
    border: none;
}

.lb-outerContainer {
    position: relative;
    background-color: white;
    zoom: 1;
    width: 250px;
    height: 250px;
    margin: 0 auto;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}

.lb-outerContainer:after {
    content: "";
    display: table;
    clear: both;
}

.lb-container {
    padding: 4px;
}

.lb-loader {
    position: absolute;
    top: 43%;
    left: 0;
    height: 25%;
    width: 100%;
    text-align: center;
    line-height: 0;
}

.lb-cancel {
    display: block;
    width: 32px;
    height: 32px;
    margin: 0 auto;
    background: url(/js/img/loading.gif) no-repeat;
}

.lb-nav {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10;
}

.lb-container>.nav {
    left: 0;
}

.lb-nav a {
    outline: none;
    background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}

.lb-prev,
.lb-next {
    height: 100%;
    cursor: pointer;
    display: block;
}

.lb-nav a.lb-prev {
    width: 34%;
    left: 0;
    float: left;
    background: url(/js/img/prev.png) left 48% no-repeat;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -webkit-transition: opacity 0.6s;
    -moz-transition: opacity 0.6s;
    -o-transition: opacity 0.6s;
    transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
}

.lb-nav a.lb-next {
    width: 64%;
    right: 0;
    float: right;
    background: url(/js/img/next.png) right 48% no-repeat;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -webkit-transition: opacity 0.6s;
    -moz-transition: opacity 0.6s;
    -o-transition: opacity 0.6s;
    transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
}

.lb-dataContainer {
    margin: 0 auto;
    padding-top: 5px;
    zoom: 1;
    width: 100%;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
    content: "";
    display: table;
    clear: both;
}

.lb-data {
    padding: 0 4px;
    color: #ccc;
}

.lb-data .lb-details {
    width: 85%;
    float: left;
    text-align: left;
    line-height: 1.1em;
}

.lb-data .lb-caption {
    font-size: 13px;
    font-weight: bold;
    line-height: 1em;
    color: #999;
}

.lb-data .lb-number {
    display: block;
    clear: left;
    padding-bottom: 1em;
    font-size: 12px;
    color: #999999;
}

.lb-data .lb-close {
    display: block;
    float: right;
    width: 30px;
    height: 30px;
    background: url(/js/img/close.png) top right no-repeat;
    text-align: right;
    outline: none;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
    opacity: 0.7;
    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
    cursor: pointer;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
}

.LBox {
    position: relative;
    overflow: hidden;
}

.LBox ul {
    display: flex;
    flex-wrap: wrap;
    padding: 20px 0;
}

.LBox ul li {
    width: 25%;
    overflow: hidden;
}

.LBox ul li a {
    display: block;
    margin: 5px;
    overflow: hidden;
    background-color: #2b2b2b;
    padding: 2px;
    transition: 0.3s ease;
}

.LBox ul li a:hover {
    opacity: 0.8;
}

.LBox ul li img {
    width: 100%;
}

.LBox p b {
    display: inline-block;

}

.example-image {}


.timeline ul {
    margin: 0;
    margin-top: 100px;
    list-style: none;
    position: relative;
    padding: 1px 100px;
    color: #fff;
    font-size: 13px;
}

.timeline ul:before {
    content: "";
    width: 1px;
    height: 100%;
    position: absolute;
    border-left: 2px dashed #fff;
}

.timeline ul li {
    position: relative;
    margin-left: 30px;
    background-color: rgba(255, 255, 255, 0.2);
    padding: 14px;
    border-radius: 6px;
    width: 250px;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.12), 0 2px 2px rgba(0, 0, 0, 0.08);
}

.timeline ul li:not(:first-child) {
    margin-top: 60px;
}

.timeline ul li>span {
    width: 2px;
    height: 100%;
    background: #fff;
    left: -30px;
    top: 0;
    position: absolute;
}

.timeline ul li>span:before,
.timeline ul li>span:after {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    border: 2px solid #fff;
    position: absolute;
    background: #86b7e7;
    left: -5px;
    top: 0;
}

.timeline ul li span:after {
    top: 100%;
}

.timeline ul li>div {
    margin-left: 10px;
}

.timeline div .title,
.timeline div .type {
    font-weight: 600;
    font-size: 12px;
}

.timeline div .info {
    font-weight: 300;
}

.timeline div>div {
    margin-top: 5px;
}

.timeline span.number {
    height: 100%;
}

.timeline span.number span {
    position: absolute;
    font-size: 10px;
    left: -35px;
    font-weight: bold;
}

.timeline span.number span:first-child {
    top: 0;
}

.timeline span.number span:last-child {
    top: 100%;
}