﻿@charset "UTF-8";

#wrapper .container.fixed-width-900 {
    width: 900px;
    margin: 0 auto;
}
@media screen and (max-width: 991px) {
    #wrapper .container.fixed-width-900 {
        width: 100%;
    }
}

.annotation h1 {
    font-size: 30px;
    font-weight: bold;
    color: #595656;
    margin-top: 30px;
    line-height: 1.4;
    border-bottom: none;
    padding-bottom: 10px;
}
.annotation p.text-right {
    font-size: 15px;
    text-align: right;
}
.large-section {
    margin-bottom: 80px;
}
.small-section {
    margin-bottom: 60px;
}

.mt40{
    margin-top: 40px;
}

h2 {
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 20px;
}
@media (max-width: 767px) {
    h2 {
        font-size: 24px;
        line-height: 36px;
    }
}

p{
    line-height: 1.5;
    margin: 10px 0 10px 10px;
}

ol{
    padding-left: 30px;
}

ul.ul_indent{
    list-style: none;
    text-indent: -1.5em;
    padding-left: 2.5em;
    line-height: 1.5;
}

.usage-detail li {
    margin-bottom: 15px;
    line-height: 1.6;
}
.info-text {
    font-size: 16px;
    margin-bottom: 20px;
    line-height: 1.6;
    text-decoration: none;
    text-align:left;
}
@media (max-width: 767px) {
    .info-text {
        font-size: 14px;
    }
}

.second-layer-list {
    counter-reset: item;
    list-style-type: none;
    padding-left: 0;
}
.second-layer-list > li::before {
    counter-increment: item;
    content: '（'counter(item)'）';
}
.second-layer-list > li {
    text-indent: -48px;
    padding-left: 48px;
}
.second-layer-list > li > ol,
.second-layer-list > li > ul,
.second-layer-list > li > div {
    text-indent: 0;
}
.second-layer-list h4 {
    display: inline;
}