html {
    -webkit-auto-text-size-adjust: none;
}

@font-face {
    font-family: 'HiraginoKakuGothicProN-W6';
    src: url('../fonts/Hiragino Kaku Gothic Pro W6.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'HiraginoKakuGothicProN-W3';
    src: url('../fonts/Hiragino Kaku Gothic Pro W3.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

.parent{
    padding: 50px;
}

.content {
    display: block;
    padding: 1rem;
    overflow: hidden;
}

.content * {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

.title{
    border-bottom: 1px solid rgb(218, 218, 221);
}

.infor-title {
    display: block;
    font-size: 20px;
    margin-bottom: 16px;
    margin-top: 0;
    font-weight: bold;
}

@media only screen and (max-width: 640px) {
    .parent{
        padding: 30px;
    }
}
