@charset "UTF-8";

/* comon */
body {
    color: #333;
    font-size: 14px;
}
body,table,textarea {
    font-family: "メイリオ", sans-serif !important;
}
.center {
    text-align: center !important;
}
.red {
    color: #F00;
}
/* link */
a.text-link, a.text-link:visited {
    text-decoration: underline;
}
a.text-link:hover, a.text-link:active {
    background: none;
    color: #06C;
}

/* page -1024x768px- 980->720*/

/*** header ***/
/* title */
.header {
    background: #FAFAFA;
    text-align: left;
    width: 100%;
}
.logo-img {
    height: 45px;
    margin: 30px 0px 30px 20px;
    width: 140px;
}
.title_h1 {
    color: #000;
    font-size: 30px;
    height: 30px;
    margin-top: 3rem;
    text-align: center;
}
.title_line{
    width: 220px;
    border-top: 1px solid rgba(0,0,0,1);
}
.title_h3 {
    color: #000;
    font-size: 14px;
    height: 20px;
    margin-bottom: 3rem;
    text-align: center;
}
/* menu */
.nav-link:hover, .nav-link:active {
    background: #FFC700;
    border: none;
    color: #FFF;
    outline: none;
    text-decoration: underline;
}

/*** body ***/
.container-fluid {
    max-width: 900px;
    min-width: 310px;
    padding-left: 0px !important;
    padding-right: 0px !important;
}
.body {
    background-color: #FAFAFA;
    margin-top: 10px;
    padding: 20px 15px;
    -webkit-text-size-adjust: 100%;
}
.body p {
    line-height: 20px;
    margin-bottom: 5px;
}

/*** page_top ***/
.request {
    background: #FFC;
    padding: 15px 10px;
}
.request h3 {
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 10px;
}
.request p {
    line-height: 20px;
    padding-bottom: 10px;
}
.request ol li {
    margin: 0 0 0 30px;
    line-height: 16px;
    list-style-type: disc;
    padding: 0 0 10px 0;
}

/*** 01 page_environment ***/
/* subtitle */
.content-block h3 {
    border-style: solid;
    border-width: 0 0 1px 10px;
    border-color: #0071BF;
    font-size: 16px;
    font-weight: bold;
    margin: 30px 0 10px 0;
    padding: 5px 10px;
}
/* browser-info */
.browser-info {
    background: #FFC;
    padding: 20px 10px 10px 20px;
}
.browser-info ol li {
    line-height: 20px;
    list-style-type: square;
    margin: 0 0 0 10px;
    padding: 0 0 10px 0;
}
/* table */
.content-block table {
    border-collapse: collapse;
    margin-left: 30px;
    padding: 0;
    table-layout: fixed;
    width: 500px;
}
.content-block .table tr {
    padding: .35em;
}
.content-block .table th {
    background: #FFF;
    border: 0.5px solid #DEE2E6;
    font-size: .85em;
    padding: 1em 10px 1em 1em;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
}
.content-block .table td {
    background: #FFF;
    border: 0.5px solid #DEE2E6;
    font-size: .85em;
    padding: 1em 10px 1em 1em;
    text-align: center;
    white-space: nowrap;
}
.table_caption th {
    background: #0071BF !important;
    color: #FFF;
    font-weight: bold;
}
.div_relative {
    position: relative;
}
.asterisk {
    position: absolute;
    right: 30px;
}
.annotation {
    color: #F00;
    padding-left: 30px;
}

@media screen and (max-width: 570px) {
    .content-block table {
        border: 0;
        margin: 0 auto;
        width: 100%
    }
    .content-block .table tr {
        display: block;
        margin-bottom: .625em;
    }
    .content-block .table th{
        background: #0071BF;
        color: #FFF;

        display: block;
        font-weight: bold;
    }
    .content-block .table td {
        border-bottom: 0.5px solid #DEE2E6;
        display: block;
        font-size: .8em;
        position: relative;
        text-align: center;
    }
    .content-block .table td::before {
        content: attr(data-label);
        font-weight: bold;
        left: 10px;
        position: absolute;
    }
    .table_caption {
        display: none !important;
    }
    .annotation {
        padding-left: .35em;
        padding-right: .35em;
    }
}

/*** 02 page_question ***/
/* size */
.list-question {
    width: 100%;
}
/* list */
.list-question ol li {
    margin: 0 0 5px 20px;
    padding: 5px 0 10px 0;
}
.list-question ol li.style_disc {
    line-height: 18px;
    list-style-type: disc;
}
.category{
    background: #0071BF;
    color: #FFF;
    font-weight: bold;
    padding: 7px 12px;
    text-align: left;
}
.question_div{
    background: #FFF;
    border-bottom: 0.2px solid #DEE2E6;
    border-top: 0.2px solid #DEE2E6;
    position: relative;
}
.topics_link {
    color: #000;
}
.topics_link:hover
, .topics_link:active {
    color: rgba(0,0,0,0.6);
    text-decoration: none;
}
.topics_dl {
    margin-bottom: 0px;
    padding: 10px 50px 5px 10px;
}
.topics_dt {
    clear: left;
    float: left;
    width: 25px;
}
.topics_dd {
    margin-left: 25px;
}
.list-question span.arrow {
    display: block;
    font-size: 18px;
    position: absolute;
    right: 15px;
    top: 8px;
}
.answer_div{
    background: #FFC;
    color: #000;
    font-size: 14px;
}
.answer_text {
    padding: 15px 25px;
}

/*** footer ***/
.footer {
    padding: 10px 10px 20px;
}
.footer .copyright {
    color: #808080;
    font-size: 8pt;
    font-weight: bold;
}
