@charset "utf-8";

/* ---------------------main--------------------- */
#main {
    margin-top: 7vw;
}

h2 {
    font-size: 2.5vw;
    text-align: center;
    margin-top: 14vw;
}

p.t_text {
    font-size: 1.3vw;
    letter-spacing: 1px;
    line-height: 2.6vw;
    text-align: center;
    padding: 0.5vw;
    margin-top: 3vw;
}

p.t_text span {
    color: #FD7E14;
}

.top_page {
    margin: 8vw 0 8vw;
    text-align: center;
}

.top_page a {
    font-size: 1.3vw;
    color: #fff;
    padding: 1vw 3vw;
    border-radius: 5vw;
    background-color: #fd7e14;
    text-decoration: none;
}
/* ------------------------mobile----------------------- */
@media (max-width: 500px) {

h2 {
    font-size: 4.5vw;
    margin-top: 32vw;
}

p.t_text {
    font-size: 3.2vw;
    line-height: 6.4vw;
    letter-spacing: 0px;
    text-align: justify;
    padding: 0.5vw 10vw;
    margin-top: 12vw;
}

.top_page {
    margin: 16vw 0;
    text-align: center;
}

.top_page a {
    font-size: 3.2vw;
    color: #fff;
    padding: 4vw 12vw;
    border-radius: 20vw;
}
}