
@charset "utf-8";
@import "anime.css";

/*
------------
insulation.css
------------
*/

/* table_area */
.simplebar-content {
    padding: 0 0 2px 0 !important;
}
#container #main_area .inner .table_area {
    width: 700px;
    margin: 85px 0 0 0;
    border-top: 1px solid #bcbcbc;
    border-left: 1px solid #bcbcbc;
    font-feature-settings: "palt";
    position: relative;
}
#container #main_area .inner .table_area tr th {
    background: #8E8E8E;
    color: #fff;
    font-size: 0.9rem;
    letter-spacing: 0.1em;
    text-align: center;
    font-weight: 500;
    padding: 15px 0;
    border-right: 1px solid #bcbcbc;
    border-bottom: 1px solid #bcbcbc;
}
#container #main_area .inner .table_area tr:nth-of-type(1) th:nth-of-type(1) {
    width: 160px;
}
#container #main_area .inner .table_area tr:nth-of-type(1) th:nth-of-type(2) {
    width: 324px;
}
#container #main_area .inner .table_area tr:nth-of-type(1) th:nth-of-type(3) {
    width: 85px;
}
#container #main_area .inner .table_area tr:nth-of-type(1) th:nth-of-type(4) {
    width: 130px;
}
#container #main_area .inner .table_area tr:nth-of-type(2) th:nth-of-type(1) {
    width: 50px;
}
#container #main_area .inner .table_area tr:nth-of-type(2) th:nth-of-type(2) {
    width: 120px;
}
#container #main_area .inner .table_area tr:nth-of-type(2) th:nth-of-type(3) {
    width: 50px;
}
#container #main_area .inner .table_area tr:nth-of-type(2) th:nth-of-type(4) {
    width: 104px;
}
#container #main_area .inner .table_area tr:nth-of-type(2) th:nth-of-type(5) {
    width: 85px;
}
#container #main_area .inner .table_area tr td {
    padding: 15px 0;
    font-size: 0.85rem;
    line-height: 1.5;
    border-right: 1px solid #bcbcbc;
    border-bottom: 1px solid #bcbcbc;
    text-align: center;
}
#container #main_area .inner .table_area tr td:nth-of-type(1) {
    color: #656565;
    background: #F7F7F7;
    text-align: center;
}
#container #main_area .inner .table_area tr td span {
    font-size: 0.7rem;
    display: block;
    margin: 5px 0 0 0;
}
#container #main_area .inner .table_area tr:last-of-type td:nth-of-type(2) {
    border-bottom: 1px solid #bcbcbc;
}
@media only screen and (max-width: 768px) {
    #container #main_area .inner .table_area {
        width: 1000px;
    }
}