@charset "UTF-8";

.justify-center {
    justify-content: center;
}

.ttl-big {
    font-weight: bold;
    font-size: 36px;
}
@media (max-width: 768px) {
    .ttl-big {
        font-size: 22px;
    }
}

.model-change {
    display: flex;
    justify-content: center;
    align-items: center;
}
.model-old, .model-new {
    max-width: 200px;
    text-align: center;
}
.model-old {
    margin-right: 20px;
}
.model-new {
    margin-left: 30px;
}
.model-arrow {
    padding-top: 1.5em;
    max-width: 80px;
}