@charset "UTF-8";

.content_inner > div ul.case {}
.content_inner > div ul.case li {
    font-size: 10px;
    line-height: 230%;
}

div#box02 ul.case {float: none;}
div#box03 ul.case {
    float: none;
}
div#box02 ul.case {float: left;width: 50%;}
div#box03 ul.case {
    float: left;
    width: 50%;
}

div#box02 ul.case li:before {
    content: "●";
    display: inline-block;
    font-size: 14px;
    color: #0E94E7;
}
div#box03 ul.case li:before {
    content: "●";
    display: inline-block;
    font-size: 14px;
    color: #FF7E00;
}



div#box02:after ,
div#box03:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
}



/*box01*/

div#box01 {
    width: 960px;
    margin: 0 auto 70px;
    box-sizing: border-box;
}

div#box01 h3 {
    text-align: center;
    margin-bottom: 50px;
}

div#box01 > p {
    font-size: 14px;
    text-align: center;
}

div#box01 > p.red.caption {
    text-align: right;
    color: #D80000;
    margin-bottom: 30px;
}





/*box02*/

div#box02 {
    width: 960px;
    margin: 0 auto 30px;
    box-sizing: border-box;
}

div#box02 > p {
    font-size: 14px;
    text-align: center;
    margin-bottom: 30px;
}

div#box02 h3 {
    text-align: center;
    margin-bottom: 40px;
}

div#box02 h4 {
    margin: 0 auto 30px;
}



/*box03*/

div#box03 {
    width: 960px;
    margin: 0 auto;
    box-sizing: border-box;
}

div#box03 > p {
    font-size: 14px;
    text-align: center;
    margin-bottom: 30px;
}

div#box03 h4 {
    margin: 0 auto 30px;
}


/*box04*/

div#box04 div.btn {
    margin: 60px 0 40px;
}

div#box04 div.btn a {
    display: block;
    text-align: center;
}


