body {
    margin: 0;
}

#app {
    background-image: url("0017_di.png");
    background-position: center;
    background-size: cover;
    padding: 70px 0 40px;
}

.main-page {
    width: 100%;
}

.logo-header {
    width: 100%;
    max-width: 720px;
    margin: 0 auto;
}

.logo {
    display: block;
    width: 100%;
}

.logot {
    display: block;
    width: 80%;
    margin: 0 auto;
}

.logot2 {
    display: block;
    width: 60%;
    margin: 60px auto;
}

.to {
    background-image: url("0018_di2.png");
    background-position: 0% 0%;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 100%;
    padding: 70px 0 40px;
}

.ss {
    width: 100%;
    padding: 70px 0 40px;
}


a {
    text-decoration: none;
}

ul {
    display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px
}

.route-item {
    flex: 1;
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: center;
}

.route-item li {
    list-style: none;
    display: inline-block
}

.route-item li a {
    font-size: 14px;
    text-decoration: none;
    cursor: pointer
}

.link {
    font-size: 14px;
    color: #ffffaf;
    text-align: center;
    margin-bottom: 20px;
}