@charset "utf-8";

/* Title */
.com-title{
    color: #0f3e80;
    font-size: 30px;
    font-weight: bold;
    position: relative;
    padding-left: 36px;
    margin-bottom: 20px;
}
.com-title:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    border-top: 22px solid #ffd331;
    border-right: 26px solid transparent;
}

/* Table */
.table-style01{
    width: 100%;
}
.table-style01 tr td{
    border-bottom: 1px #0f3e80 solid;
    border-top: 1px #0f3e80 solid;
    padding: 7px 0;
    color: #0f3e80;
    font-size: 18px;
    line-height: 27px;
}
.table-style01 tr td:first-child{
    white-space: nowrap;
}
.table-style01 tr td.pdl-15{
    padding-left: 15px !important;
}
.table-style01 tr.com-spec td{
    line-height: 200%;
    padding: 10px 0 5px 0;
}
.table-style01 tr td:nth-child(2){
    padding-left: 20px;
}

/* Content 01 */
.com-ct01{
    padding: 85px 0 70px;
    width: 100%;
    overflow: hidden;
}
.com-ct01-left{
    width: 50%;
    float: left;
    padding-right: 35px;
}
.com-ct01-right{
    width: 50%;
    float: left;
    padding-left: 35px;
}

/* Content 02 */
.com-ct02{
    background: #f2f2f2;
    padding: 35px 0;
    width: 100%;
    overflow: hidden;
}
.com-row-margin{
    margin: 0 -10px;
}
.row-com-item{
    display: flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex: wrap;
}
.com-item{
    width: 25%;
    padding: 0 10px;
    color: #0f3e80;
    line-height: 160%;
    font-size: 18px;
    margin-bottom: 30px;
}
.com-item-title{
    border-bottom: 1px #0f3e80 solid;
    display: block;
    padding-bottom: 5px;
    margin-bottom: 10px;
    margin-top: 20px;
}

/* Content 03 */
.com-ct03{
    padding: 80px 0 0 0;
    width: 100%;
    overflow: hidden;
}
.com-ct03-table{
    width: 62.5%;
    float: left;
    padding-right: 35px;
}
.com-ct03-img{
    width: 37.5%;
    float: left;
    padding-left: 35px;
}
/* RWD */
@media screen and (max-width:767px){

    .table-style01 tr td, .com-item{
        font-size: 14px;
        line-height: 160%;
    }
    .com-title{
        font-size: 25px;
    }
    .com-title:before {
        border-top: 16px solid #ffd331;
        border-right: 20px solid transparent;
    }
    .com-ct01, .com-ct03 {
        padding: 50px 10px;
    }
    .com-ct02{
        padding: 50px 10px 0 10px;
    }
    .table-style01 tr td.pdl-15{
        padding-left: 0 !important;
    }
    .com-ct01-left, .com-ct01-right, .com-ct03-table, .com-ct03-img{
        width: 100%;
        padding: 0;
    }
    .mgt-85, .com-ct01-right{
        margin-top: 40px;
    }
    .com-item{
        width: 33.33%;
    }
    .com-ct03-img{
        text-align: center;
        margin-top: 20px;
    }
    .pdl-15{
        padding-left: 0;
    }
}

@media screen and (max-width: 520px){
    .com-item{
        width: 50%;
    }
    .table-style01 tr td{
        font-size: 13px;
    }
}