@charset "UTF-8";
.under_mv{
    background: url("../img/mv.png") center;
    -webkit-background-size: cover;
    background-size: cover;
}


.main_content{
    margin-bottom: 120px;
}
.history {
    margin-top: 75px;
}
.history_table {
    max-width: 720px;
    width: 90%;
    margin: auto;
    position: relative;
}
.history_table::before {
    content: ' ';
    display: block;
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 153px;
    border-left: 2px dotted #16235720;
}
.history_time {
    float: left;
    padding: 10px 0px 40px;
    color: #162357;
    position: relative;
}
.history_time::before{
    content: ' ';
    display: block;
    width: 11px;
    height: 11px;
    background: #162357;
    position: absolute;
    top: 21px;
    left: 149px;
    border-radius: 100%;
}
.history_time::after {
    content: ' ';
    display: block;
    width: 60px;
    height: 1px;
    background: #162357;
    position: absolute;
    top: 26px;
    left: 125px;
}
.history_cont {
    padding: 10px 0px 40px 210px;
}
@media screen and (max-width: 767px) {
.history_table{
    padding-left: 30px;
    box-sizing: border-box;
}
.history_time {
    float: none;
    padding: 10px 0 0;
}
.history_cont {
    padding: 10px 0 30px;
}
.history_table::before {
    left: 0;
}
.history_time::before {
    left: -34px;
    width: 10px;
    height: 10px;
}
.history_time::after {
    width: 30px;
    left: -44px;
}
}
