/*us_top*/
.us_top {
    margin-bottom: 30px;
}
.us_top h1 {
    font-size: 42px;
    line-height: 1em;
    color: #29308b;
    font-weight: 700;
    margin-bottom: 20px;
}
.us_top h1 span {
    display: inline-block;
    border-bottom: 1px solid #29308b;
    padding-bottom: 5px;
}
.us_top h2 {
    font-size: 30px;
    line-height: 1.2em;
    color: #1c1c1c;
    font-weight: 600;
    margin-bottom: 10px;
    word-break: keep-all;
}
.us_top h5 {
    font-size: 18px;
    line-height: 1.4em;
    color: #1c1c1c;
    font-weight: 400;
    margin-bottom: 0px;
    word-break: keep-all;
}
@media (max-width:768px){
    .us_top {
        margin-bottom: 15px;
    }
    .us_top h1 {
        font-size: 20px;
        margin-bottom: 10px;
    }
    .us_top h2 {
        font-size: 15px;
    }
    .us_top h5 {
        font-size: 13px;
    }
}


/*use_03*/
.use_03 ul li {
    margin: 15px 0;
}
.use_03 ul li .c_wrp {
    border: 1px solid #ddd;
    padding: 30px;
    text-align: center;
}
.use_03 ul li .c_wrp i {
    color: #de0000;
    font-size: 25px;
}
.use_03 ul li .c_wrp  h3 {
    font-size: 18px;
    line-height: 1.2em;
    color: #1e1e1e;
    word-break: keep-all;
}
@media (min-width:769px) {
    .use_03 ul li .c_wrp {
        height: 200px;
    }
}
@media (max-width:768px){
    .use_03 ul li .c_wrp i {
        font-size: 15px;
    }
    .use_03 ul li .c_wrp  h3 {
        font-size: 12px;
    }
}