@charset 'UTF-8';
@import url(https://fonts.googleapis.com/css?family=Noto+Sans+JP:100,300,400,500,700,900&display=swap);

abbr, address, article, aside, audio, b, blockquote, body, caption, cite, code, dd, del, dfn, dialog, div, dl, dt, em, fieldset, figure, footer, form, h1, h2, h3, h4, h5, h6, header, html, i, iframe, img, ins, kbd, label, legend, li, mark, nav, object, ol, p, pre, q, samp, section, small, span, strong, sub, sup, table, tbody, td, tfoot, th, thead, time, tr, ul, var, video {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: #333;
    border: 0;
    outline: 0
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section {
    display: block
}

html {
    height: 100%;
    font-size: 62.5%
}

body {
    -webkit-text-size-adjust: 100%
}

body, h1, h2, h3, h4, h5, h6, input, option, select, table, textarea, button {
    font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 700
}

ol{
    padding-left: 15px;
    list-style: decimal
}

ol li {
    margin-bottom: 17px;
}

ul li  {
  margin-bottom: 0px;
  list-style: none;
}

img {
    vertical-align: top
}

a {
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    word-break: break-all;
}

.c-header {
    position: relative;
    z-index: 2;
    padding: 15px 0;
    border-bottom: 1px solid #e6e6e6;
    background: #fffefc
}

.c-header__ttl {
    font: bold 1.6rem/1.375 'Noto Sans JP', sans-serif;
    text-align: center
}

.c-header__ttl img
{
    max-height: 30px;
}

body {
    position: relative;
    min-width: 980px;
    min-height: 100%;
    background: #fffefc
}

.l-container
{
    position: relative;
    width: 980px;
    margin: 0 auto;
    z-index: inherit;
}

.bg {
    background: url(bg_01.png) top center no-repeat;
    background-size: 100% 738px
}

.c-title1 {
    font-size: 1.6rem;
    line-height: 1.375;
    position: relative;
    padding: 7px 16px
}

.c-title1:before {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    padding: 0 2px;
    content: '';
    border-radius: 10px;
    background: #ff9300
}

.c-text {
    font-size: 1.4rem;
    line-height: 1.6
}

.p-usage-detail-window {
    font-size: 1.4rem;
    line-height: 1.6
}

.p-usage-detail-window > .l-container:nth-of-type(1) {
    padding-top: 34px
}

.p-usage-detail-window__list--ttl {
    font-size: 1.6rem;
    margin-top: 14px;
    margin-bottom: 17px
}

.p-usage-detail-window__list--content .c-text + .c-text {
    margin-top: 20px
}

.p-usage-detail-window__list--content + .p-usage-detail-window__list--ttl {
    margin-top: 35px
}

@media screen and (max-width:768px) {
    abbr, address, article, aside, audio, b, blockquote, body, caption, cite, code, dd, del, dfn, dialog, div, dl, dt, em, fieldset, figure, footer, form, h1, h2, h3, h4, h5, h6, header, html, i, iframe, img, ins, kbd, label, legend, li, mark, nav, object, ol, p, pre, q, samp, section, small, span, strong, sub, sup, table, tbody, td, tfoot, th, thead, time, tr, ul, var, video {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        margin: 0;
        padding: 0;
        color: #333;
        border: 0;
        outline: 0
    }
    
    article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section {
        display: block
    }
    
    html {
        height: 100%;
        font-size: 62.5%
    }
    
    body {
        -webkit-text-size-adjust: 100%
    }
    
    body, h1, h2, h3, h4, h5, h6, input, option, select, table, textarea, button {
        font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, sans-serif;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale
    }
    
    h1, h2, h3, h4, h5, h6 {
        font-weight: 700
    }
    
    ol{
        padding-left: 15px;
        list-style: decimal
    }
    
    ol li {
        margin-bottom: 17px;
    }
    
    ul li  {
      margin-bottom: 0px;
      list-style: none;
    }
    
    img {
        vertical-align: top
    }
    
    a {
        -webkit-transition: .3s ease-in-out;
        transition: .3s ease-in-out
    }
    
    .c-header {
        position: relative;
        z-index: 2;
        padding: 15px 0;
        border-bottom: 1px solid #e6e6e6;
        background: #fffefc
    }
    
    .c-header__ttl {
        font: bold 1.6rem/1.375 'Noto Sans JP', sans-serif;
        text-align: center
    }
    
    .c-header__ttl img
    {
        max-height: 30px;
    }
    
    body {
        position: relative;
        min-width: 100%;
        min-width: 320px;
        min-height: 100%;
        background: #fffefc
    }
    
    .l-container
    {
        position: relative;
        width: 100%;
        margin: 0 auto;
        z-index: inherit;
        padding: 0 20px;
    }
    
    .bg {
        background: url(bg_01-sp.png) top center no-repeat;
        background-size: 100% 738px
    }
    
    .c-title1 {
        font-size: 1.6rem;
        line-height: 1.375;
        position: relative;
        padding: 7px 16px
    }
    
    .c-title1:before {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        padding: 0 2px;
        content: '';
        border-radius: 10px;
        background: #ff9300
    }
    
    .c-text {
        font-size: 1.4rem;
        line-height: 1.6
    }
    
    .p-usage-detail-window {
        font-size: 1.4rem;
        line-height: 1.6
    }
    
    .p-usage-detail-window > .l-container:nth-of-type(1) {
        padding-top: 34px
    }
    
    .p-usage-detail-window__list--ttl {
        font-size: 1.6rem;
        margin-top: 14px;
        margin-bottom: 17px
    }
    
    .p-usage-detail-window__list--content .c-text + .c-text {
        margin-top: 20px
    }
    
    .p-usage-detail-window__list--content + .p-usage-detail-window__list--ttl {
        margin-top: 35px
    }
}
    

/* リスト初期化 */
.doc-list,
.doc-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* liの余白 */
.doc-list li {
  margin-bottom: 0px;
}

/* ラベル（(1), ①, a） */
.doc-list .label {
  display: inline-block;
  width: 2.0em;
  vertical-align: top;
}

/* 本文 */
.doc-list .text {
  display: inline-block;
  width: calc(100% - 2.5em);
  vertical-align: top;
  line-height: 1.6;
}

/* 階層インデント */
.doc-list > li {
  margin-left: 0;
}

.doc-list > li > ul {
  margin-left: 1.5em;
}

.doc-list > li > ul > li > ul {
  margin-left: 1.5em;
}

/* 段落説明 */
.doc-list .desc {
  margin-left: 1.5em;
  margin-top: 5px;
  line-height: 1.6;
}