/* top_en.css */

@media screen and (min-width: 768px) {
}

.main_title h1 {
    color: #fff;
    font-size: 3.2rem;
    text-align: center;
    margin-top: 10px;
}

.main_title h1 span {
    font-size: 1.9rem;
    line-height: 1.3;
    text-align: left;
    margin-top: 5px;
}

.topLinks > .inner > ul > li a ul li:nth-child(2) span {
    font-size: 1.8rem;
}

.entrance ul li a > span {
    width: 100%;
    text-align: center;
}

ul.offer_cont li {
    display: block;
}


ul.offer_cont li > span {
    display: inline-block;
    width: auto;
    height: auto;
    line-height: 1.3;
    font-size: 1.3rem;
    margin-bottom: 6px;
    padding: 5px 10px 4px 10px;
    text-align: left;
}

ul.offer_cont li > p {
    font-size: 1.5rem;
    width: 100%;
}

.aboutCont {
    flex-direction: row-reverse;
}

