@charset "utf-8";
@import "/css/ress.css";
/* ------------------------------------------------------------
base
------------------------------------------------------------ */
body {
    background: #e7eef6;
    color: #000;
    font-family: Linotte, YuGothic,"Yu Gothic","游ゴシック体","游ゴシック","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Roboto,"メイリオ",Meiryo,"ＭＳ Ｐゴシック",Osaka,"MS PGothic",Arial,Helvetica,Verdana,sans-serif !important;
    font-feature-settings: "palt";
    font-size: 16px;
    line-height: 2;
    margin: 0;
    padding: 0;
}
ul,
ol {
    list-style: none;
}

.inner {
    margin: 0 auto;
    max-width: 1000px;
    padding: 0 40px;
    position: relative;
    width: 100%;
}
@media screen and (max-width: 1080px) {
    .inner {
        box-sizing: border-box;
        padding: 0 40px;
        width: 100%;
    }
}
@media screen and (max-width: 414px) {
    body {
        font-size: 16px;
    }
    .inner {
        padding: 0 20px;
    }
}

/* ------------------------------------------------------------
header,footer
------------------------------------------------------------ */
.header {
    background: #009bd2;
    margin-bottom: 40px;
    padding: 10px 20px;
}
.header .title {
    color: #fff;
    font-size: 22px;
    line-height: 1;
}
.footer {
    padding: 20px 0;
    text-align: center;
}
@media screen and (max-width: 414px) {
    .header {
        margin-bottom: 20px;
    }
}
/* ------------------------------------------------------------
main
------------------------------------------------------------ */
.article {
    background: #fff;
    border: solid 1px #93b7df;
    border-radius: 5px;
    padding: 40px;
}
.article > .title {
    font-size: 28px;
    margin-bottom: 20px;
}
.section {
    margin-bottom: 40px;
}
.section:last-child {
    margin: 0;
}
.section > .title {
    margin-bottom: 10px;
}
.section > ol li {
    margin-bottom: 10px;
}
.section > ol li:last-child {
    margin-bottom: 0;
}
.section > table,
.section > p {
    margin-bottom: 40px;
}
span {
    font-weight: bold;
}
@media screen and (max-width: 414px) {
    .article {
        padding: 20px;
    }
    .article > .title {
        font-size: 22px;
    }
    .section {
        margin-bottom: 20px;
    }
    .section > .title {
        font-size: 18px;
        margin-bottom: 0;
    }
}
/* ------------------------------------------------------------
     table
------------------------------------------------------------ */
table.list {
    width: 100%;
}
.scroll_bar th:first-child {
    width: 1%;
}
th {
    background: #f0f0f0;
    padding: 10px;
    width: 30%;
}
th:nth-child(4) {
    text-align: center;
    width: 10% !important;
}
td {
    border-bottom: 1px solid #ddd;
    padding: 10px;
}
td:nth-child(4) {
    text-align: center !important;
}
ol li {
    list-style: decimal;
    margin-left: 20px;
    padding: 5px 0;
}
@media screen and (max-width: 414px) {
    table {
        display: block;
        font-size: 12px;
        line-height: 1.3;
    }
    .scroll_bar {
        overflow-x: scroll;
        width: 100%;
    }
    .scroll_bar table {
        display: block;
        width: 700px;
    }
    .scroll_bar td,
    .scroll_bar th {
        padding: 5px;
        text-align: left;
    }
    .scroll_bar th:first-of-type {
        width: 1%;
    }
    .scroll_bar th:last-of-type {
        width: 5% !important;
    }
    ::-webkit-scrollbar {
        height: 12px;
        width: 10px;
    }
    ::-webkit-scrollbar-track {
        background-color: #e1e8ef;
    }
    ::-webkit-scrollbar-thumb {
        background-color: #81a9d7;
        border-radius: 6px;
    }
}
/* ------------------------------------------------------------
     Hacks
------------------------------------------------------------ */
.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden;
}
.codeHide {
    bottom: 0;
    position: absolute;
}
/* ------------------------------------------------------------
     page_back
------------------------------------------------------------ */
.page_back {
    margin: 40px;
    text-align: center;
}

.page_back a {
    color: #11addc;
    text-decoration: underline;
}