@charset "utf-8";

#special .contents_mv{
    background-image: url(../image/mv_img.jpg);
}

#Content h4{
    text-align: center;
    font-size: 2.6rem;
    font-weight: 600;
}
.special_wrap{
    margin-top: 48px;
    margin-bottom: 48px;
}
.special_box{
    width: 80%;
    margin: 32px auto 0;
}
.special_box dl{
    margin-top: 16px;
}
.special_box dt{
    text-align: center;
    color: var(--blue);
    font-size: 2.4rem;
    line-height: 1.6;
    font-weight: 600;
}
.special_box dd{
    text-align: center;
    color: var(--blue);
    font-size: 1.6rem;
    margin-top: 8px;
}

@media screen and (max-width: 1250px) {
}
