
.update-history {
    margin-top: 24px;
    padding: 33px 16px;
    background-color:#fff
}

.update-history__item {
    padding: 15px 0;
    border-top:1px solid #ebebeb
}

.update-history__item:last-child {
    border-bottom:1px solid #ebebeb
}

.update-history__date {
    color: #8f8f8f;
    font-weight: bold;
    font-size:12px
}

.update-history__title {
    margin-top: 5px;
    font-size:15px
}

@media screen and (min-width: 640px) {
    .update-history {
        margin: 32px auto 0;
        max-width: 864px;
        box-sizing: border-box;
        padding: 48px;
        border-radius:4px
    }

    .update-history__date {
        font-size:12px
    }

    .update-history__title {
        margin-top: 8px;
        font-size:15px
    }
}

.cs-pg .sec03 .training__info-history {
    padding-top: 30px;
    font-size: 12px;
    line-height: 2;
    letter-spacing:0.72px
}

@media screen and (max-width: 640px) {
    .cs-pg .sec03 .training__info-history {
        font-size: 18px;
        font-size:2.4vw
    }
}





@media screen and (min-width: 1280px) {
    .container.container--active .history .nav-menu-wrapper.-fixed {
        left:0
    }
}

.history {
    -webkit-tap-highlight-color: transparent;
}

.history * {
    box-sizing:border-box
}

.history .title-box {
    background-color: #faf3f0;
    color: #f44336;
    padding: 0 16px;
    font-size: 20px;
    height: 75px;
    line-height: 75px;
    font-weight:bold
}

@media screen and (min-width: 768px) {
    .history .title-box {
        height: 104px;
        line-height: 104px;
        padding-left: 80px;
        font-size:32px
    }
}

.history .hero-wrapper {
    position: relative;
    background-color: #fff;
    margin-bottom:25px
}

.history .hero-image {
    position: relative;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    height:180px
}

@media screen and (min-width: 768px) {
    .history .hero-image {
        height:577px
    }
}

.history .hero-image > .cover {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    right: 50%;
    background-color:rgba(244, 67, 54, 0.85)
}

.history .hero-box {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 0 16px;
    color:#fff
}

@media screen and (min-width: 768px) {
    .history .hero-box {
        margin: 0 auto;
        padding: 0;
        max-width:864px
    }
}

.history .hero-box > .title {
    position: absolute;
    bottom: 40px;
    font-size: 28px;
    text-transform: uppercase;
    font-weight: bold;
    text-shadow:0 0 8px rgba(0, 0, 0, 0.5)
}

@media screen and (min-width: 768px) {
    .history .hero-box > .title {
        left: 0;
        bottom: 50px;
        font-size:52px
    }
}

.history .hero-box > .title > .years {
    font-size:49px
}

@media screen and (min-width: 768px) {
    .history .hero-box > .title > .years {
        font-size:114px
    }
}

.history .hero-box > .caption {
    position: absolute;
    bottom: 28px;
    font-weight: bold;
    font-size: 20px;
    text-shadow:0 0 8px rgba(0, 0, 0, 0.5)
}

@media screen and (min-width: 768px) {
    .history .hero-box > .caption {
        left: 0;
        bottom: 40px;
        font-size:32px
    }
}

.history .summary-box {
    color: #f44336;
    padding:0 16px 20px
}

@media screen and (min-width: 768px) {
    .history .summary-box {
        position: absolute;
        top: 37px;
        left: 0;
        width: 100%;
        color: #fff;
        padding: 0;
        text-align:center
    }
}

@media screen and (min-width: 768px) {
    .history .summary-pc-wrapper {
        text-align: left;
        display: inline-block;
        max-width: 864px;
        width:100%
    }
}

.history .summary-pc-wrapper > .title {
    font-size: 20px;
    height: 50px;
    line-height: 50px;
    font-weight:bold
}

@media screen and (min-width: 768px) {
    .history .summary-pc-wrapper > .title {
        font-size:32px
    }
}

.history .summary-pc-wrapper > .desc {
    font-weight:bold
}

@media screen and (min-width: 768px) {
    .history .summary-pc-wrapper > .desc {
        font-size: 15px;
        width: 340px;
        margin-top:6px
    }
}

.history .nav-container {
    height:43px
}

@media screen and (min-width: 768px) {
    .history .nav-container {
        height:45px
    }
}

.history .nav-menu-wrapper {
    background-color:#D2D2D2
}

.history .nav-menu-wrapper.-fixed {
    position: fixed;
    z-index: 11;
    width: 100%;
    left: 0;
    margin: 0;
    top:0
}

@media screen and (min-width: 640px) {
    .history .nav-menu-wrapper.-fixed {
        top: 40px;
        z-index:2
    }
}

@media screen and (min-width: 1280px) {
    .history .nav-menu-wrapper.-fixed {
        -webkit-transition: left 0.5s ease;
        transition: left 0.5s ease;
        left: 256px;
        width: auto;
        right:0
    }
}

.history .nav-menu {
    font-size:0
}

@media screen and (min-width: 768px) {
    .history .nav-menu {
        max-width: 864px;
        margin:0 auto
    }
}

.history .nav-menu > ul > li {
    display:inline
}

@media screen and (min-width: 768px) {
    .history .nav-menu > ul > li:first-child > a {
        border-left:4px solid #fff
    }
}

.history .nav-menu > ul > li:last-child > a {
    border-right:none
}

@media screen and (min-width: 768px) {
    .history .nav-menu > ul > li:last-child > a {
        border-right:4px solid #fff
    }
}

.history .nav-menu > ul > li > a {
    position: relative;
    border-right: 2px solid #fff;
    display: inline-block;
    width: 33.33333%;
    font-size: 13px;
    font-weight: bold;
    height: 43px;
    line-height: 43px;
    text-align: center;
    background-color: #C8C8C8;
    color:#fff
}

@media screen and (min-width: 768px) {
    .history .nav-menu > ul > li > a {
        height: 45px;
        line-height: 45px;
        font-size: 18px;
        border-right-width:4px
    }
}

.history .nav-menu > ul > li > a::after {
    content: '';
    display: inline-block;
    background-image: url(../materials/history-page_nav_arrow@2x.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 8px;
    height: 13px;
    position: absolute;
    top: 50%;
    right: 6px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform:translate(0, -50%)
}

.history .nav-menu > ul > li > a.active {
    background-color:#f44336
}

.history .digest-section {
    background-color: #fff;
    margin: 0 auto;
    padding:0 15px
}

@media screen and (min-width: 768px) {
    .history .digest-section {
        background-color: #faf3f0;
        max-width: 864px;
        padding:0
    }
}

.history .digest-item {
    position: relative;
    padding-top: 25px;
    padding-bottom:25px
}

@media screen and (min-width: 768px) {
    .history .digest-item {
        border: 1px solid #C8C8C8;
        margin-top: 25px;
        margin-bottom: 25px;
        padding-top: 0;
        padding-bottom:0
    }
}

.history .digest-item.-show > .term {
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform:translateY(0)
}

@media screen and (min-width: 768px) {
    .history .digest-item.-show > .term {
        -webkit-transition-delay: 0.3s;
        transition-delay: 0.3s;
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform:translateY(0)
    }
}

.history .digest-item.-show > .label {
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform:translateY(0)
}

@media screen and (min-width: 768px) {
    .history .digest-item.-show > .label {
        -webkit-transition-delay: 0.4s;
        transition-delay: 0.4s;
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform:translateY(0)
    }
}

.history .digest-item.-show > .desc {
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform:translateY(0)
}

@media screen and (min-width: 768px) {
    .history .digest-item.-show > .desc {
        -webkit-transition-delay: 0.5s;
        transition-delay: 0.5s;
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform:translateY(0)
    }
}

.history .digest-item.-show > .img > .curtain {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform:translateX(0)
}

@media screen and (min-width: 768px) {
    .history .digest-item.-show > .img > .curtain {
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform:translateX(-50%)
    }
}

.history .digest-item.-show > .img > .front {
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s;
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform:translate(0, 0)
}

@media screen and (min-width: 768px) {
    .history .digest-item.-show > .img > .front {
        -webkit-transition-delay: 0.6s;
        transition-delay: 0.6s;
        opacity: 1;
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform:translate(0, 0)
    }
}

@media screen and (min-width: 768px) {
    .history .digest-item.-show:nth-child(even) > .img > .curtain {
        -webkit-transform: translateX(50%);
        -ms-transform: translateX(50%);
        transform:translateX(50%)
    }
}

.history .digest-item.-fill > .img > .curtain {
    background-color: #fff;
    -webkit-transition: 0.3s;
    transition:0.3s
}

.history .digest-item > .term {
    color: #f44336;
    font-size: 28px;
    line-height: 1;
    font-weight: bold;
    opacity: 0;
    -webkit-transform: translateY(5px);
    -ms-transform: translateY(5px);
    transform: translateY(5px);
    -webkit-transition: 0.3s;
    transition:0.3s
}

@media screen and (min-width: 768px) {
    .history .digest-item > .term {
        position: absolute;
        top: 26px;
        z-index: 1;
        font-size: 46px;
        padding:0 48px
    }
}

.history .digest-item > .label {
    font-size: 15px;
    font-weight: bold;
    opacity: 0;
    -webkit-transform: translateY(5px);
    -ms-transform: translateY(5px);
    transform: translateY(5px);
    -webkit-transition: 0.3s;
    transition:0.3s
}

@media screen and (min-width: 768px) {
    .history .digest-item > .label {
        position: absolute;
        top: 68px;
        z-index: 1;
        font-size: 18px;
        padding:0 48px
    }
}

.history .digest-item > .img {
    position: relative;
    margin-top: 10px;
    display: block;
    width: 100%;
    height: 200px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    overflow:hidden
}

@media screen and (min-width: 768px) {
    .history .digest-item > .img {
        margin-top: 0;
        height:500px
    }
}

.history .digest-item > .img > .curtain {
    background-color: rgba(255, 255, 255, 0.8);
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: 0.3s;
    transition:0.3s
}

.history .digest-item > .img > .front {
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 15%;
    width: 100%;
    height: 70%;
    opacity: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: translate(0, 5px);
    -ms-transform: translate(0, 5px);
    transform:translate(0, 5px)
}

@media screen and (min-width: 768px) {
    .history .digest-item > .img > .front {
        position: absolute;
        display: inline-block;
        width: 50%;
        height: 110px;
        top: auto;
        bottom:90px
    }
}

.history .digest-item > .desc {
    font-size: 18px;
    margin-top: 20px;
    opacity: 0;
    -webkit-transform: translateY(5px);
    -ms-transform: translateY(5px);
    transform: translateY(5px);
    -webkit-transition: 0.3s;
    transition: 0.3s;
    word-wrap:break-word
}

@media screen and (min-width: 768px) {
    .history .digest-item > .desc {
        margin-top: 0;
        position: absolute;
        width: 50%;
        top: 130px;
        left: 0;
        font-size: 15px;
        padding:0 48px
    }
}

.history .digest-item > .buttons {
    margin-top:20px
}

@media screen and (min-width: 768px) {
    .history .digest-item > .buttons {
        margin-top: 0;
        position: absolute;
        bottom: 30px;
        left: 0;
        width: 50%;
        padding:0px 80px
    }
}

@media screen and (min-width: 768px) {
    .history .digest-item:nth-child(even) > .term {
        margin-left:50%
    }
}

@media screen and (min-width: 768px) {
    .history .digest-item:nth-child(even) > .label {
        margin-left:50%
    }
}

@media screen and (min-width: 768px) {
    .history .digest-item:nth-child(even) > .desc {
        margin-left:50%
    }
}

@media screen and (min-width: 768px) {
    .history .digest-item:nth-child(even) > .buttons {
        margin-left:50%
    }
}

@media screen and (min-width: 768px) {
    .history .digest-item:nth-child(even) > .img > .curtain {
        position: absolute;
        top: 0;
        width: 100%;
        height: 100%;
        -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
        transform:translateX(100%)
    }
}

@media screen and (min-width: 768px) {
    .history .digest-item:nth-child(even) > .img > .front {
        right:0
    }
}

.history .digest-button-box {
    text-align:center
}

.history .digest-button-box > .button {
    position: relative;
    text-align: left;
    display: inline-block;
    background-color: #f44336;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    width: 75%;
    height: 32px;
    line-height: 32px;
    padding: 0 25px;
    border-radius:14px
}

@media screen and (min-width: 768px) {
    .history .digest-button-box > .button {
        height: 40px;
        line-height: 40px;
        border-radius: 20px;
        font-size:18px
    }
}

.history .digest-button-box > .button::after {
    content: '';
    display: inline-block;
    background-image: url(../materials/history-page_nav_arrow_thin@2x.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 8px;
    height: 14px;
    position: absolute;
    top: 50%;
    right: 15px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform:translate(0, -50%)
}

.history .company-history {
    padding-bottom:30px
}

@media screen and (min-width: 768px) {
    .history .company-history {
        padding-bottom:120px
    }
}

.history .product-history {
    margin: 0 auto;
    padding-bottom: 30px;

}

@media screen and (min-width: 768px) {
    .history .product-history {
        padding: 0;
        padding-bottom:120px
    }
}

.history .years-list-wrapper {
    height:24px
}

@media screen and (min-width: 768px) {
    .history .years-list-wrapper {
        height: 45px;
        margin-top:20px
    }
}

.history .content-container {
    padding-top: 20px;
    margin: 0 auto;

}

@media screen and (min-width: 768px) {
    .history .content-container {
        max-width: 864px;
        padding:0
    }
}

.history .years-list {
    overflow:hidden
}

@media screen and (min-width: 768px) {
    .history .years-list {
        padding-top:0
    }
}

@media screen and (min-width: 1280px) {
    .history .years-list.-fixed {
        background-color: #faf3f0;
        padding-top: 2px;
        top:85px
    }
}

.history .years-list > ul {
    font-size: 0;
    width: 100%;
    display:table
}

@media screen and (min-width: 768px) {
    .history .years-list > ul {
        overflow: hidden;
        height:25px
    }
}

.history .years-list > ul > li {
    display: table-cell;
    font-size: 0;
    width:25%
}

.history .years-list > ul > li:last-child a::before, .history .years-list > ul > li:last-child a::after {
    display:none
}

.history .years-list > ul > li:last-child > a > span {
    right:2px
}

@media screen and (min-width: 768px) {
    .history .years-list > ul > li:last-child > a > span {
        right:8px
    }
}

.history .years-list > ul > li > a {
    position: relative;
    width: 100%;
    display: block;
    font-size: 10px;
    font-weight: bold;
    height: 24px;
    line-height: 24px;
    text-align: center;
    background-color: #C8C8C8;
    color: #f44336;
    text-align:right
}

@media screen and (min-width: 768px) {
    .history .years-list > ul > li > a {
        height: 45px;
        line-height: 45px;
        font-size: 15px;
        padding-right:25px
    }
}

.history .years-list > ul > li > a.active {
    background-color: #f44336;
    color:#fff
}

.history .years-list > ul > li > a.active::after {
    border-left-color:#f44336
}

.history .years-list > ul > li > a::after, .history .years-list > ul > li > a::before {
    left: 98%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    z-index:1
}

.history .years-list > ul > li > a::after {
    border-color: transparent;
    border-left-color: #C8C8C8;
    border-width: 22.5px;
    margin-top:-23px
}

.history .years-list > ul > li > a::before {
    border-color: transparent;
    border-left-color: #fff;
    border-width: 26.5px;
    margin-top:-27px
}

@media screen and (min-width: 768px) {
    .history .years-list > ul > li > a::before {
        border-width: 28.5px;
        margin-top:-29px
    }
}

.history .years-list > ul > li > a > span {
    position: absolute;
    top: 0;
    right: -8px;
    z-index:2
}

@media screen and (min-width: 768px) {
    .history .years-list > ul > li > a > span {
        right:8px
    }
}

.history .timeline-box {
    position: relative;
    padding-bottom: 55px;
    margin-bottom:35px
}

@media screen and (min-width: 768px) {
    .history .timeline-box {
        top: 0px;
        padding-bottom: 0;
        margin-bottom:0
    }
}

.history .timeline-box::before {
    content: '';
    width: 4px;
    height: 100%;
    background-color: #f44336;
    position: absolute;
    top: 0;
    left:68px
}

@media screen and (min-width: 768px) {
    .history .timeline-box::before {
        width: 7px;
        left: 116px;
        height:calc(100% + 60px)
    }
}

.history .timeline-box::after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 22px 7px 0px 7px;
    border-color: #f44336 transparent transparent transparent;
    position: absolute;
    bottom: -8px;
    left:63px
}

@media screen and (min-width: 768px) {
    .history .timeline-box::after {
        left: 109px;
        bottom: -96px;
        border-width:39px 10px 0px 10px
    }
}

@media screen and (min-width: 768px) {
    .history .timeline-box.-product {
        overflow:visible
    }
}

.history .timeline-box.-product::before {
    left:18px
}

@media screen and (min-width: 768px) {
    .history .timeline-box.-product::before {
        left:calc(50% - 3px)
    }
}

.history .timeline-box.-product::after {
    left:13px
}

@media screen and (min-width: 768px) {
    .history .timeline-box.-product::after {
        left: calc(50% - 10px);
        bottom:-77px
    }
}

.history .timeline-box > .title {
    position: relative;
    text-align: center;
    margin-left: 70px;
    font-size: 20px;
    font-weight: bold;
    padding-top: 20px;
    color:#f44336
}

@media screen and (min-width: 768px) {
    .history .timeline-box > .title {
        font-size:32px
    }
}

.history .balloon-item {
    position: relative;
    margin-top:8px
}

@media screen and (min-width: 768px) {
    .history .balloon-item {
        margin-top:4px
    }
}

.history .balloon-item.-show > .balloon {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform:translateY(0)
}

@media screen and (min-width: 768px) {
    .history .balloon-item.-show > .balloon {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform:translateY(0)
    }
}

.history .balloon-item:nth-of-type(odd) > .balloon {
    background-color:#eee
}

.history .balloon-item:nth-of-type(odd) > .balloon::before {
    border-color:transparent #eee transparent transparent
}

.history .balloon-item > .circle {
    display: inline-block;
    position: absolute;
    top: 9px;
    left: 65px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color:#f44336
}

@media screen and (min-width: 768px) {
    .history .balloon-item > .circle {
        width: 17px;
        height: 17px;
        left: 111px;
        top:13px
    }
}

.history .balloon-item > .balloon {
    position: relative;
    display: inline-block;
    top: 0;
    left: 37px;
    right: 13px;
    width: 70%;
    width: calc(100% - 126px);
    border-radius: 4px;
    background-color: #dcdcdc;
    padding: 6px 10px 12px;
    opacity: 0;
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-transition: 0.3s ease-out;
    transition:0.3s ease-out
}

@media screen and (min-width: 768px) {
    .history .balloon-item > .balloon {
        padding: 10px 10px 10px 14px;
        border-radius: 6px;
        left: 154px;
        width: 80%;
        width:calc(100% - 174px)
    }
}

.history .balloon-item > .balloon::before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 10px 7px 0;
    border-color: transparent #dcdcdc transparent transparent;
    position: absolute;
    left: -10px;
    top:8px
}

@media screen and (min-width: 768px) {
    .history .balloon-item > .balloon::before {
        border-width: 10px 12px 10px 0;
        left: -12px;
        top:12px
    }
}

.history .balloon-item > .balloon > .image-wrapper {
    position: relative;
    width: 100%;
    margin-top:10px
}

.history .balloon-item > .balloon > .image-wrapper::before {
    content: "";
    display: block;
    padding-top:56.54%
}

@media screen and (min-width: 768px) {
    .history .balloon-item > .balloon > .image-wrapper {
        display: inline-block;
        margin-top: 0;
        width: 240px;
        height: 130px;
        float:right
    }
}

.history .balloon-item > .balloon > .image-wrapper > .image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-color: #fff;
    background-position: center;
    background-size: cover;
    text-align:center
}

@media screen and (min-width: 768px) {
    .history .balloon-text {
        width: calc(100% - 260px);
        float:left
    }
}

.history .balloon-text > .title {
    font-weight: bold;
    font-size: 15px;
    word-wrap:break-word
}

.history .balloon-text > .text {
    margin-top: 8px;
    font-size: 15px;
    word-wrap:break-word
}

.history .product-item {
    position: static;
    overflow:hidden
}

@media screen and (max-width: 767px) {
    .history .product-item {
        position: static !important;
        top: 0 !important;
        height:auto !important
    }
}

@media screen and (min-width: 768px) {
    .history .product-item.left .year-box.-product {
        text-align:right
    }
}

@media screen and (min-width: 768px) {
    .history .product-item.left > .detail {
        -webkit-transform: translateX(-15px);
        -ms-transform: translateX(-15px);
        transform: translateX(-15px);
        left: 0;
        width:44%
    }
}

@media screen and (min-width: 768px) {
    .history .product-item.left > .detail > .title {
        text-align:right
    }
}

@media screen and (min-width: 768px) {
    .history .product-item.left > .detail > .image-wrapper > .image {
        float:right
    }
}

@media screen and (min-width: 768px) {
    .history .product-item.-deplicate {
        position: absolute;
        width:100%
    }
}

.history .product-item.-show > .detail {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform:translateX(0)
}

@media screen and (min-width: 768px) {
    .history .product-item.-show > .detail {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform:translateX(0)
    }
}

.history .product-item > .circle {
    display: inline-block;
    width: 40px;
    position: relative;
    vertical-align:top
}

@media screen and (min-width: 768px) {
    .history .product-item > .circle {
        top: 242px;
        left: calc(50% - 8px);
        width:auto
    }
}

.history .product-item > .circle::before {
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #f44336;
    position: absolute;
    top: 149px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform:translateX(-50%)
}

@media screen and (min-width: 768px) {
    .history .product-item > .circle::before {
        width: 17px;
        height: 17px;
        position: static;
        -webkit-transform: none;
        -ms-transform: none;
        transform:none
    }
}

.history .product-item.no-image > .circle::before {
    top:31px
}

.history .product-item > .detail {
    position: relative;
    display: inline-block;
    top: 0;
    left: 0;
    width: 80%;
    width: calc(100% - 64px);
    margin-top: 20px;
    opacity: 0;
    -webkit-transform: translateX(15px);
    -ms-transform: translateX(15px);
    transform: translateX(15px);
    -webkit-transition: 0.3s;
    transition:0.3s
}

@media screen and (min-width: 768px) {
    .history .product-item > .detail {
        right: 0;
        left: 51%;
        width:45%
    }
}

.history .product-item > .detail > .title {
    font-weight: bold;
    font-size: 20px;
    word-wrap:break-word;
    margin-bottom:10px;
}

.history .product-item > .detail > .text {
    margin-top: 6px;
    font-size: 15px;
    word-wrap:break-word
    margin-bottom:10px;
    line-height: 25px;
    text-align: left;
}

.history .product-item > .detail > .text2 {
    margin-top: 6px;
    font-size: 15px;
    word-wrap:break-word
    margin-bottom:10px;
    line-height: 25px;
    text-align: left;
}

@media screen and (min-width: 640px) {
.history .product-item > .detail > .text2 {
    margin-top: 6px;
    font-size: 15px;
    word-wrap:break-word
    margin-bottom:10px;
    line-height: 25px;
    text-align: right;
}
}


.history .product-item > .detail > .image-wrapper {
    height:auto
}

@media screen and (min-width: 640px) {
    .history .product-item > .detail > .image-wrapper {
        height: 200px;
        display: table-cell;
        vertical-align: bottom;
        width:380px
    }
}

.history .product-item > .detail > .image-wrapper > .image {
    display: block;
    max-height: 200px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: auto;
    max-width:388px
}

@media screen and (max-width: 864px) {
    .history .product-item > .detail > .image-wrapper > .image {
        max-width:350px
    }
}

@media screen and (max-width: 640px) {
    .history .product-item > .detail > .image-wrapper > .image {
        max-height: 118px;
        max-width:100%
    }
}

.history .year-box {
    display: inline-block;
    text-align: right;
    width: 60px;
    font-weight: bold;
    vertical-align: top;
    margin-top:7px
}

@media screen and (min-width: 768px) {
    .history .year-box {
        width: 75px;
        position: absolute;
        top: 3px;
        left:15px
    }
}

.history .year-box > .ad {
    font-size: 15px;
    line-height: 1.1;
    word-wrap:break-word
}

@media screen and (min-width: 768px) {
    .history .year-box > .ad {
        font-size:18px
    }
}

.history .year-box > .jy {
    font-size: 12px;
    letter-spacing: 0.1em;
    word-wrap:break-word
}

@media screen and (min-width: 768px) {
    .history .year-box > .jy {
        font-size:15px
    }
}

.history .year-box.-product {
    text-align: left;
    width:auto
}

@media screen and (min-width: 768px) {
    .history .year-box.-product {
        position: static;
        width:100%
    }
}

.history .year-box.-product > .ad {
    font-size:18px
}

@media screen and (min-width: 768px) {
    .history .year-box.-product > .ad {
        font-size:40px;
            margin-bottom:10px;
    }
}

.history .year-separator {
    border: none;
    border-top: dotted 2px #dcdcdc;
    margin-top:20px
}

.history .year-separator:first-child {
    border-top: none;
    margin-top:0
}

.history .year-separator:last-child {
    overflow:hidden
}

@media screen and (min-width: 768px) {
    .history .year-separator {
        border-top: dashed 3px #dcdcdc;
        margin-top: 30px;
        width:100%
    }
}

@media screen and (max-width: 767px) {
    .history .year-separator {
        height:auto !important
    }
}

