/* scaffold */
img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
    /*image-rendering: -webkit-optimize-contrast;*/
}

p {
    word-wrap: break-word;
}

body {
    font-family: 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    width: 100%;
    background-color: #fff;
}

/* layout */
.l-contents--full {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
}

/* component */

.topInner {
    position: relative;
}

.c-box--terms__txt {
    top: 83.8%;
    left: 7.8%;
    text-align: left;
    margin: 0 auto;
    background: #fff;
    overflow: auto;
    width: 85%;
    height: 5%;

}

.absolute {
    position: absolute;
}

.c-box--terms__txt h5,
.c-box--terms__txt2 h5,
.c-box--terms__txt3 h5,
.c-box--terms__txt4 h5 {
    padding-top: 3%;
    font-size: 18px;
    line-height: 1.5;
}

@media only screen and (max-width: 768px) {

    .c-box--terms__txt h5,
    .c-box--terms__txt2 h5,
    .c-box--terms__txt3 h5,
    .c-box--terms__txt4 h5 {
        font-size: 14px;
    }
}

.c-box--terms__txt p,
.c-box--terms__txt ul,
.c-box--terms__txt ol,
.c-box--terms__txt ol li {
    font-weight: normal;
    font-size: 17px;
    line-height: 1.7;
    color: #000;
}

@media only screen and (max-width: 768px) {

    .c-box--terms__txt p,
    .c-box--terms__txt ul,
    .c-box--terms__txt ol,
    .c-box--terms__txt ol li {
        font-size: 13px;
    }
}

.c-box--terms__txt ol {
    counter-reset: item;
    list-style-type: none;
    padding-left: 0;
}

.c-box--terms__txt ul li {
    padding-left: 1em;
    text-indent: -1em;
}

.c-box--terms__txt ol li {
    padding-left: 1em;
    text-indent: -1em;
}

.annotation_txt {
    padding-left: 1em;
    text-indent: -1em;
}

.blank_txt {
    padding-top: 20px;
}