@charset "UTF-8";
/* コンテンツ */

#title p {
    color: #fff;
    font-size: 1.8em;
    line-height: 1;
    margin-top: 0.5em;
}
.skill_tx {
    margin-left: 2em;
}
.qw {
    text-decoration: underline;
    cursor: pointer;
}
.qwopen {
    display: none;
}

@media screen and (max-width: 960px) {
#title p {
    font-size: 1.6em;
}
.skill_tx {
    margin-left: 0.6em;
}
#footer {
    padding: 5em 0;
}
}

@media screen and (max-width: 520px) {
#title p {
    font-size: 1.6em;
}
#footer {
    padding: 4em 0;
}

}

