@charset "UTF-8";

#history footer.gFooter {
    margin-top: 0;
}
#history main {
    font-size: 17px;
}
#history main .ttl {
    font-size: 164.71%;
    /* letter-spacing: 0.15em; */
    font-weight: 900;
}

#history main .ttl span {
    font-size: 80%;
}
#history main p {
    line-height: 2.1;
    /* letter-spacing: 0.15em; */
}
#history main p img {
    margin-top: 30px;
    max-width: 100%;
}
#history main .ttl + * {
    margin-top: 30px;
}
#history main p + .ttl {
    margin-top: 50px;
}
#history main .inner {
    padding: 60px 80px;
    background: #77a3ba;
    color: #fff;
}
