@charset "UTF-8";

.page-title{
    background: url("../img/mv-history.png")no-repeat center;
}
/*
================================
================================*/
.anchor-box {
    justify-content: space-around;
    margin: 0 auto 30px;
}
.history-table {
    border-top: solid 4px #1f286f;
    border-image: linear-gradient(to right, #1f286f 0%, #7891f0 100%);
    border-image-slice: 1 0 0 0;
    margin: 1em 0 70px;
}
.dl-table:nth-child(1) {
    border-bottom: none;
}
.dl-table dt {
    color: #1F286F;
    justify-content: flex-end;
}

/*
スマホ
=======================================================================================================*/
@media screen and (max-width: 767px) {
.page-title {
    background-size: contain;
    background-position: center 100px;
}
.dl-table {
    flex-direction: initial;
    justify-content: center;
    background: #fff;
    width: 100%;
    font-size: 1.4rem;
}
.dl-table dt {
    width: 30%;
    padding: 12px 10px;
    box-sizing: border-box;
    text-align: left;
    justify-content: flex-start;
}
.dl-table dd {
    padding: 12px 0 12px 15px;
    width: 70%;
}
}
