body .container{
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Roboto, "Droid Sans", "Yu Gothic", Meiryo, "Meiryo UI", sans-serif;
    margin: auto;
    width: 90%;
    max-width: 1200px !important;
}
h1{
    color: #1C2A50;
    font-weight: 800;
    font-size: 40px;
    margin: 60px 0 18px;
}
h1 p{
    margin-bottom: 15px;
    font-size: 16px;
    color: black;
}
h2{
    margin-bottom: 24px;
}
h2, h3{
    font-size: 18px;
    font-weight: 600;
}
dl{
    padding: 32px 0;
    border-bottom: 1px solid gray;
}
dl dt{
    padding-top: 24px;
    font-size: 16px;
    font-weight: 600;
}
dl dd{
    font-size: 16px;
}
dd.ijyou{
    padding-top: 24px;
}
dd.revision{
    margin-bottom: 120px
}
@media screen and (max-width: 768px){
    .container{
        max-width: 86% !important;
        margin: auto
    }
    h1{
        font-size: 36px;
    }
    h1 p {
        font-size: 18px;
    }
    dd.revision{
        margin-bottom: 80px;
    }
}
