.p_h1 {
    font-size: 23px;
    font-weight: 900;
    /* margin: 60px 0; */
    margin-top: 10px;
    margin-bottom: 30px;

}
.p_h2 {
    font-size: 23px;
    font-weight: 900;
    border-left: solid 6px red;
    height: 30px;
    line-height:34px;
    margin-top: auto;
    margin-bottom: auto;
    padding-left: 10px;
    margin: 20px 0;

}
.p_h3 {
    font-size: 18px;
    margin: 10px 0;
    /* font-weight: 900; */
}
.p_p {
    font-size: 15px;
    margin: 20px 0;
}
.p_ol {
    padding-left: 1.25rem;
}
.si_btn_area {
    text-align: center; 
}
.si_btn {
    background-color: #545454;
    color: #fff;
    padding: 8px 20px;
    border: none;
}
.si_tbl {
    text-align: center;
    /* border: solid 1px gray ; */
}
.si_td1 {
    padding: 10px 0px;
    border: solid 1px #d4d4d4 ;
    border-left: none;
}
.si_td2 {
    padding: 10px 0px;
    border: solid 1px #d4d4d4 ;
    border-right: none;

}
.si_td3 {
    padding: 10px 0px;
    border: solid 1px #d4d4d4 ;
    border-left: none;
    border-right: none;
}
.si_td4 {
    padding: 10px 0px;
    border: solid 1px #d4d4d4 ;
    border-left: none;
    border-right: none;
}
.si_arrow {
    width: 12px;
    height: 15px;
    position: relative;
    top: -2px;
    left: 8px;
}
.footer_link {
    position: relative;
    top: 0px;
    left: 0px;
}
.copyright {
    float: right;
    color: #898888;
    font-size: small;
    position: relative;
    left: 100px;
    top:-20px
}
.tbl_area > table {
    margin: 0 auto;
    width: 100%;
}
small {
    font-size: 11px;
    line-height: 1.2em;
    margin: 15px 0;
}
@media (min-width: 1200px){
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1000px;
    }
}
@media screen and (max-width: 980px) {
    .footer_link {
        position: relative;
        top: 0px;
        left: 0px;
    }
    .copyright {
        float: left;
        color: #898888;
        font-size: small;
        position: relative;
        left: 0px;
        top:0px
    }
    footer {
        width: 83%;
        margin: 0 auto;
        padding-right: 12px;
        padding-left: 12px;
        max-width: 1139px;
    }
    .top-wrapper {
        display: none;
    }
    table {
        width: 1000px !important;
        overflow-x: scroll;        
    }
    .sp_mgn {
        margin-top: 47px;
    }
}
