#content01{
    font-size: 15px;
    line-height: 20px!important;
}



.ch-num {
    display: inline-block;
    font-size: 20px;
    color: #fff;
    width: 36px;
    height: 36px;
    line-height: 36px;
    border-radius: 50%;
    background: #fc6c93;
    text-align: center;
}
.ch-subtt {
    font-size: 20px;
    font-weight: 600;
    color: #222;
    line-height: 36px;
    margin-left: 10px;
}
.ch-heading {
    margin-bottom: 10px;
    margin-top: 10px;
}

.ch-heading.last{
    margin-bottom: 30px;
    margin-top: 40px;
}
.ch-content {
    font-size: 15px!important;
    line-height: 15px;
    width: 100%;
    font-weight: 300;
}
.block-tit {
    font-weight: 600;
    line-height: 15px;
    color: #222!important;
    margin-bottom: 20px;
}
.ch-block {
    margin: 20px 0 0 0;
}
.ch-block p {
    line-height: 24px;
    color: #444;
}
.bold {
    color: #444;
    font-weight: 600;
}

.charge-01 {
    height: auto;
}

.charge-flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.charge-02 {
    width: 40%;
}

.charge-02 .ch-heading{
    margin-bottom: 37px;
}

.sub_content{
    font-size: 15px;
    line-height: 24px;
    
}

.sub_content p{
    color: #444;
}

.charge-03 {
    width: 50%;
}
.acc-info {
    display: flex;
}
.span1, .acc-info span:last-child {
    display: inline-block;
    width: 20%;
}
.account {
    display: inline-block;
    flex:1;
}

.charge-04 table {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    border-top: 1px solid #d8d8d8;
    border-bottom: 1px solid #d8d8d8;
}
.charge-04 table tr {
    line-height: 50px;
}
.table-top {
    background: #f6f6f6;
}
.table-top th {
    font-size: 14px;
    color: #666666;
    font-weight: 400;
}
.table-btm td {
    font-size: 15px;
    color: #222;
}

.ch-block.last{
}



@media screen and (max-width: 1024px) {
    #title_area{
        margin-top: 50px;
    }
    
    
    header{ 
        height: 50px; 
        background: #fff; 
        transition: 0.3s;
    }

    header .hbottom{
        top: 0;
    }

    header .mo-reserv{
        margin: 8px 0;
    }
    
    header .mologo{
        margin: 7px auto;
    }
    
    header .h-mo-logo{
        display: none;
    }
    
    header .h-scroll-logo{
        display: block;
    }
    
    header #panelbtn{
        margin: 5px 0;
    }
    
    header #panelbtn span{
        background-color: #333;
    }
    
    .ch-heading{
           margin-top: 30px; 
    }
    .charge-02 {
        width: 100%;
    }
    .charge-03 {
        width: 100%;
    }
    .charge-04 table tr{
        float: left;
        width: 50%;
        display: flex;
        flex-direction: column;
    }
    
    .charge-04 table tr{
        line-height: 40px;
    }
    
    .charge-02 .ch-heading{
            margin-top: 0;
    }
    
    .charge-04 th:not(:last-child),
    .charge-04 td:not(:last-child) {
        border-bottom: 1px solid #d8d8d8;
    }
    
    .ch-block.last{
        padding-bottom: 0;
    }
}


