@charset "UTF-8";

.cp_timeline03 {
    position: relative;
    margin: 0 auto
}

.cp_timeline03:before {
    position: absolute;
    top: 0;
    width: 4px;
    height: 100%;
    content: '';
    background-color: #A9DBD2;
    left: 58px
}

.cp_timeline03 .timeline_group {
    position: relative;
    padding: 50px 0
}

.cp_timeline03 .timeline_group:not(:first-of-type) {
    margin-top: 4rem
}

.cp_timeline03 .time_year {
    position: absolute;
    top: 0;
    left: 0;
    padding: .5rem 1.5rem;
    color: #fff;
    background-color: #A9DBD2;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.cp_timeline03 .timeline_item {
    margin-bottom: 1em;
    position: relative;
    padding-left: 150px
}

.cp_timeline03 .time,
.cp_timeline03 .timeline_item:before {
    position: absolute;
    left: 0;
    background-color: #E5F2EF;
    /*top: 50%*/
}

.cp_timeline03 .timeline_item:not(:last-of-type) {
    margin-bottom: 4em
}

.cp_timeline03 .timeline_item:before {
    z-index: -1;
    width: 100%;
    height: 3px;
    content: '';
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.cp_timeline03 .time {
    /*box-sizing: border-box;
    min-width: 90px;
    min-height: 90px;
    text-align: center;
    
    color: #fff;
    margin-top: -33px;
    border-radius: 65px*/

    display: flex;
    justify-content: center;
    align-items: center;
    width: 200px;
    height: auto;
    padding: 5px;
    
}
.cp_timeline03 .time_day,
.cp_timeline03 .time_month {
    text-align: center;
}

.cp_timeline03 .time_day {
    font-size: 1.2em;
    font-weight: 700;
    display: block;
    font-size: 18px;
}

.cp_timeline03 .time_month {
    font-size: 1em;
    display: block;
    font-weight: 700;
    color: #019C84
}

@media screen and (max-width:767px) {
    .cp_timeline03 .time_day {
        font-size: 1em
    }

    .cp_timeline03 .time_month {
        font-size: .8em
    }
}

.cp_timeline03 .desc {
    padding: 20px;
    border-left: 3px solid #E5F2EF;
    border-radius: 2px;
    background-color: #fff;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .1), 0 1px 2px 0 rgba(0, 0, 0, .2);
    font-size: 1em;

    width: 90%;
  margin: 0 0 0 auto;
}

.cp_timeline03 .desc .flag {
    font-size: 1em;
    font-weight: 700;
    margin: 0;
    padding: 0 0 .3em
}

@media only screen and (max-width:767px) {
    .cp_timeline03:before {
        left: 0
    }

    .cp_timeline03 .timeline_group {
        padding-top: 40px
    }

    .cp_timeline03 .timeline_item {
        padding-top: 60px;
        padding-left: 20px
    }

    .cp_timeline03 .timeline_item:before {
        top: 90px
    }

    .cp_timeline03 .time {
        top: 0px;
        border-radius: 0 20px 20px 0;
        min-height: 2em
    }

    .cp_timeline03 .time_day,
    .cp_timeline03 .time_month {
        display: inline-block
    }

    .cp_timeline03 .desc {
        font-size: .8em
    }
}