@charset "utf-8";

/*==========================================
header
===========================================*/

.header .header_txt {
    letter-spacing: 1px;
}

/*==========================================
main_support
===========================================*/

.main_support_1 {
    width: 750px;
    text-align: center;
}

.main_support_1 p {
    float: right;
    width: 450px;
    font-size: 20px;
    line-height: 25px;
    padding-top: 20px;
    padding-left: 20px;
    text-align: left;
}

.main_support_1 span {
    font-size: 24px;
    font-weight: bold;
    color: #1d4293;
}

.main_support_1 li {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 20px;
}

.main_support_1 img {
    display: block;
    height: 100px;
    width: auto;
    padding-top: 25px;
    margin: 0 auto;
}

.main_support_1 img {
    animation: animation03 3s infinite ease 3s both;
}

@keyframes animation03 {
    from {
        transform: rotateY(0deg);
    }
    to {
        transform: rotateY(360deg);
    }
}

.main_support_1 img {
    animation: animation03 3s infinite ease 3s both;
    -webkit-animation: animation03 3s infinite ease 3s both;
}

.main_support_1 .circle {
    display: inline-block;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    vertical-align: middle;
    background-color: #1d4293;
}


.support_2 {
    width: 1200px;
    margin: 0 auto;
    margin-bottom: 100px;
}

.support_2_1 {
    color: #ffa042;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    text-shadow: 0px 3px 0px #b2a98f,
    0px 14px 10px rgba(0, 0, 0, 0.15),
    0px 24px 2px rgba(0, 0, 0, 0.1),
    0px 34px 30px rgba(0, 0, 0, 0.1);
    padding: 20px 0;
}

.support_2_2 {
    width: 750px;
    margin: 40px 0;
}

.support_2_2 img {
    height: 250px;
    width: auto;
    display: block;
    margin: 0 auto;
    padding-right: 100px;
}

.support_2_2 .support_2_2_1 {
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    line-height: 50px;
    color: #1d4293;
    padding: 10px 0;
}

.support_2_2 .support_2_2_1 span {
    color: #ffa042;
    font-size: 30px;
}

.support_2_2 .support_2_2_2 {
    width: 550px;
    margin: 0 auto;
    color: #4C4A4B;
    font-size: 24px;
    font-weight: bold;
    text-align: left;
    line-height: 40px;
}

.marker-yellow {
    display: inline;
    color: #4C4A4B;
    background: linear-gradient(transparent 60%, #ffff00 0%);
}

.support_3 {
    width: 1280px;
    margin: 0 auto;
}

.support_3_1 {
    float: left;
    width: 600px;
    margin: 0 20px;
}

.support_3_1_1 {
    font-size: 27px;
    font-weight: bold;
    color: #ffa042;
    border-bottom: 3px dashed #ffa042;
    padding-bottom: 10px;
}

.support_3_1_2 {
    height: 120px;
    font-size: 18px;
    line-height: 25px;
    padding-top: 10px;

}

.support_3_1_2 span {
    font-size: 27px;
    font-weight: bold;
}
