@charset "UTF-8";
.sp-block{
    display: none;
}
.H02-001-03+.H01-001-02{
    margin-top:70px;
}
picture{
    margin-bottom: 30px;
    display: block;
}
picture img{
    width: 100%;
    height: auto;
}
.list .item{
    font-size: 16px;
    margin-bottom: 10px;
}
.fee-table{
    margin-bottom: 20px;
    white-space: nowrap;
    table-layout: auto;
}
.fee-table .H06-001-01-inner__title{
    background: #45494b;
}
.fee-table.--first td:first-child{
    width: 50%;
}
.fee-table td:first-child{
    width: 70%;
}
.fee-table .t-center{
    text-align: center;
}
.note-list{
    margin-bottom: 50px;
    padding-left: 16px;
}
.note-list .note-item{
    font-size: 16px;
    margin-bottom: 10px;
    list-style: decimal;
    list-style-position: outside;
}
.note-list.num-none{
    padding-left: 0;
    margin-top: 20px;
}
.note-list.num-none .note-item{
    list-style: none;
    font-size: 13px;
}
.note-list .note-item span{
    display: block;
}
.note-list .sub-list{
    width: 100%;
    margin-top: 10px;
}
.note-list .sub-list li{
    list-style-type: none;
	counter-increment: cnt;
}
.note-list .sub-list li::before {
	content: "(" counter(cnt) ") ";
}
.flex{
    text-align: right;
    font-size: 16px;
    max-width: 350px;
}
.flex .flex-row{
    display: flex;
    flex-wrap: wrap;
    padding: 5px 0;
}
.flex .flex-row p:nth-child(1){
    width: 70%;
}
.flex .flex-row p:nth-child(2){
    width: 30%;
}
.flex .flex-row:last-child{
    border-top: 1px solid #ddd;
}
.under-line{
    text-decoration: underline;
}
@media screen and (max-width: 768px) {
    .sp-block{
        display: block;
    }
    .H02-001-03+.H01-001-02{
        margin-top:40px;
    }
    h2 small{
        display: block;
    }
    picture{
        margin-bottom: 10px;
    }
    .list .item{
        font-size: 14px;
        text-indent: -.8em;
        padding-left: .8em;
    }
    .scroll-area{
        overflow-x: scroll;
    }
    .note-list .note-item{
        font-size: 14px;
    }
    .note-list .note-item span{
        text-indent: -.8em;
        padding-left: .8em;
    }
    .note-list .sub-list li{
        text-indent: -1.4em;
        padding-left: 1em;
    }
    .flex{
        width: 100%;
        font-size: 14px;
    }
    .flex .flex-row p:nth-child(1){
        width: 80%;
    }
    .flex .flex-row p:nth-child(2){
        width: 20%;
    }
}