.content_01 {
    text-align: center;
}
.content_01 h2 {
    margin-bottom: 20px;
}
.content_01 ul {
    list-style: none;
    text-align: left;
    display: inline-block;
    margin: 20px auto 100px auto;
}
.content_01 ul li {
    line-height: 1.8em;
}
.content_02 {
    margin-top: 120px;
}

.icts_title {
    background-color: #336b87;
    color: #fff;
    display: inline-block;
    padding: 5px 10px;
    font-size: 1.8rem;
    font-weight: bold;
    opacity: 0.99;
}
.icts_item {
    background-color: #c4dfe6;
    color: #373737;
    padding: 15px 20px;
    opacity: 0.99;
    width: 60%;
    margin-top: 15px;
}

.cont02_sub1 {
    position: relative;
}
.cont02_sub2 {
    position: absolute;
    top: 50%;
    right: 0;
    -ms-transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%);
    transform: translate(0,-50%);
    width: 50%;
    overflow: hidden;
    height: 120%;
}
.cont02_sub2_R {
    position: absolute;
    top: 50%;
    left: 0;
    -ms-transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%);
    transform: translate(0,-50%);
    width: 50%;
    overflow: hidden;
    height: 120%;
}
.cont02_sub3_R {
    width: 75%;
    margin-left : auto;
    margin-right: 0;
}
.icts_item_R {
    background-color: #c4dfe6;
    color: #373737;
    padding: 15px 20px;
    opacity: 0.99;
    margin-top: 15px;
}


.content_03 {
    margin: 0 auto;
    text-align: center;
}
.content_03 a {
    display: inline-block;
    margin-top: 50px;
    color:#007cba;
    border: 1px solid #336b87;
    font-size: 1.8rem;
    text-decoration: none;
    padding: 10px 20px;
    border-radius: 5px;
    transition: all 0.2s;
}
.content_03 a:hover {
    background: linear-gradient(#007cba, #006ba1 50%, #005a87);
    color: #fff;
}
