@charset "utf-8";
.content{
    width: 92%;
    max-width: 1000px;
    margin: 40px auto 40px;
    box-sizing: border-box;
    text-align: left;
}
.company-name{
    text-align: right;
    margin-bottom: 30px;
}
.main-content{
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
}
.main-content .mb20{
    margin-bottom: 20px;
}
.main-content p:last-child{
    margin-bottom: 0;
}
.main-content ol li {
    /*list-style-type: decimal;*/
    padding: 10px 0 0 0;
}
ol.list_brackets {
    counter-reset: cnt;
}
.main-content ol.list_brackets li {
    list-style-type: none;
    list-style-position: outside;
    text-indent: -2.6em;
    padding-left: 2.6em;
    counter-increment: cnt;
}
.main-content ol.list_brackets li.double_digits {
    text-indent: -3.2em;
    padding-left: 3.2em;
}
ol.list_brackets li::before {
    content: "( " counter(cnt) " ) \00a0\00a0";
}
h1.title{
    font-size: 20px;
    font-weight: bold;
    padding-left: 9px;
    padding-bottom: 2px;
    border-left: 6px solid #ffa500;
    border-bottom: solid 2px #0059b2;
}
.section {
    font-size: 15px;
    margin: 40px 0 10px ;
}
ol.text {
    font-size: 13px;
    margin-left: 26px;
    /*text-align: justify;*/
    /*text-justify: inter-ideograph;*/
}
ol.text li {
    list-style-type: none;
    font-feature-settings: "smcp";
}
h2.section~ol.text > li:first-child {
    padding-top: 0;
}
.number {
    margin-left: -15px;
    padding-right: 5px;
}

@media only screen and (max-width: 767px){
    .content{
        width: 100%;
        margin: 0;
        padding: 40px 20px;
    }
    .title{
        margin-bottom: 30px;
    }
}
