*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
* {
    box-sizing: border-box;
}
.text-info_s1 {
    display: block;
    margin: 0 0 10px;
    font-size: 12px;
    line-height: 18px;
    font-weight: 700;
    color: #272727;
}
.btn_s1 {
    position: relative;
    display: inline-block;
    vertical-align: top;
    border: 1px solid transparent;
    text-align: center;
    border-radius: 0;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    padding: 14px 18px;
    color: #fff;
    width: 100%;
    border-radius: 8px;
    max-width: 300px;
    cursor: pointer;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    z-index: 5;
    margin: 0;
}
.btn_s1-default {
    max-width: 300px;
    border-top: 1px solid rgba(255, 255, 255, .5);
    box-shadow: 0 0 0 1px #000;
    padding: 8px 6px;
    overflow: hidden;
    background: #cf3524;
}
.btn_s1-default:before, .btn_s1-default:after {
    content: "";
    position: absolute;
    top: -5px;
    left: -5px;
    right: -5px;
    bottom: -5px;
    background: #cf3524;
    background: -moz-linear-gradient(top, #cf3524 0%, #ee1100 49%, #ee1100 50%, #cd0000 50%, #cd0000 100%);
    background: -webkit-linear-gradient(top, #cf3524 0%, #ee1100 49%, #ee1100 50%, #cd0000 50%, #cd0000 100%);
    background: linear-gradient(to bottom, #cf3524 0%, #ee1100 49%, #ee1100 50%, #cd0000 50%, #cd0000 100%);
    opacity: 1;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.btn_s1-default:before, .btn_s1-default:after {
    content: "";
    position: absolute;
    top: -5px;
    left: -5px;
    right: -5px;
    bottom: -5px;
    background: #cf3524;
    background: -moz-linear-gradient(top, #cf3524 0%, #ee1100 49%, #ee1100 50%, #cd0000 50%, #cd0000 100%);
    background: -webkit-linear-gradient(top, #cf3524 0%, #ee1100 49%, #ee1100 50%, #cd0000 50%, #cd0000 100%);
    background: linear-gradient(to bottom, #cf3524 0%, #ee1100 49%, #ee1100 50%, #cd0000 50%, #cd0000 100%);
    opacity: 1;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.new-index-about .main-banner-btn {
    background-color: #d61518;
    border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    justify-content: space-around;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-box-shadow: 0 1px #840000, 0 2px #840000, 0 3px #840000;
    box-shadow: 0 1px #840000, 0 2px #840000, 0 3px #840000;
}

.new-index-about .main-banner-btn .left-part {
    display: inline-block;
    padding: 35px 0 35px 82px;
    font-size: 30px;
    font-weight: bold;
    line-height: 34px;
    color: #fff;
    position: relative;
}

.new-index-about .main-banner-btn .left-part:before {
    content: '';
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background-color: #fff;
    position: absolute;
    left: 23px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.new-index-about .main-banner-btn .left-part:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px 0 12px 20px;
    border-color: transparent transparent transparent #ff0000;
    position: absolute;
    left: 38px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.new-index-about .main-banner-btn .right-part {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    padding: 10px 0 10px 42px;
}

.new-index-about .main-banner-btn .right-part strong {
    font-size: 18px;
    font-weight: bold;
    line-height: 22px;
    color: #fff600;
    margin: 0 0 10px 0;
    display: inline-block;
    text-align: center;
}

.new-index-about .main-banner-btn .right-part .wrap-round {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    padding: 0 12px;
}

.new-index-about .main-banner-btn .right-part .round-icon {
    width: 53px;
    height: 53px;
    display: block;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    padding: 0 4px;
    background-repeat: no-repeat;
    background-position: 6px 0;
}

.new-index-about .main-banner-btn .right-part .round-icon.facebook {
    background-image: url('/common/smart/design/img/new-index-about/facebook-icon.png');
}

.new-index-about .main-banner-btn .right-part .round-icon.twitter {
    background-image: url('/common/smart/design/img/new-index-about/twitter-icon.png');
}

.new-index-about .main-banner-btn .right-part .round-icon.google {
    background-image: url('/common/smart/design/img/new-index-about/google-icon.png');
}

.new-index-about .stock {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    margin: 74px 0 40px 0;
}

.new-index-about .stock-box {
    width: 46%;
    padding: 84px 26px 26px 26px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    border-radius: 10px;
}

.new-index-about .stock-box:first-child {
    background-color: #dff9ff;
    margin: 0 2% 0 0;
}

.new-index-about .stock-box:last-child {
    background-color: #ffeedc;
    margin: 0 0 0 2%;
}

.new-index-about .stock .img {
    position: absolute;
    left: 50%;
    top: -61px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 122px;
    height: 122px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.new-index-about .stock .img h3 {
    margin: 16px 0 0 0;
    font-size: 35px;
    font-weight: bold;
    line-height: 28px;
    color: #fff;
    text-align: center;
}

.new-index-about .stock .img strong {
    display: block;
    font-size: 15px;
    font-weight: bold;
    line-height: 28px;
    color: #eaff00;
    text-align: center;
    letter-spacing: 2px;
}

.new-index-about .stock-box:first-child .img {
    background: url('/common/smart/design/img/new-index-about/buy.png') 0 0 no-repeat;
}

.new-index-about .stock-box:last-child .img {
    background: url('/common/smart/design/img/new-index-about/sale.png') 0 0 no-repeat;
}

.new-index-about .stock p {
    font-size: 16px;
    line-height: 28px;
    color: #000;
}

.new-index-about .video {
    width: 100%;
    margin: 0;
}

.new-index-about .video iframe {
    width: 100%;
    height: 450px;
}

.new-index-about .small-text {
    font-size: 12px;
    line-height: 18px;
    color: #000;
    margin: 0 0 15px 0;
}

.new-index-about .drawer-made {
    background-color: #dff9ff;
    padding: 30px 0 20px 0;
}

.new-index-about .drawer-made h3 {
    font-size: 24px;
    font-weight: bold;
    line-height: 28px;
    color: #222020;
    margin: 0 0 8px 0;
    text-align: center;
}

.new-index-about .drawer-made strong {
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;
    color: #222020;
    margin: 0 0 20px 0;
    display: block;
    text-align: center;
}

.new-index-about .drawer-made .img {
    max-width: 100%;
}

.new-index-about .drawer-made .img img {
    display: block;
    width: 100%;
    height: auto;
}

.new-index-about .drawer-example {
    background-color: #ffefdf;
    padding: 40px 52px 42px 52px;
    margin: 0 0 30px 0;
}

.new-index-about .drawer-example h3 {
    font-size: 12px;
    font-weight: bold;
    line-height: 18px;
    color: #fff;
    text-align: center;
    padding: 10px;
    background-color: #ff7200;
    margin: 0 0 12px 0;
    border-radius: 10px;
}

.new-index-about .drawer-example ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

.new-index-about .drawer-example ul li {
    width: 16.6%;
    height: auto;
    padding: 3px 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.new-index-about .drawer-example ul li img {
    display: block;
    width: 100%;
    height: auto;
}

.new-index-about .common-title-margin {
    margin-top: 75px;
}

.new-index-about .features-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 36px;
}

.new-index-about .features-list li {
    width: calc(50% - 10px);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 20px;
    padding: 0 0 20px 0;
    border: 2px solid #1f73bb;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
}

.new-index-about .features-list h3 {
    display: inline-block;
    width: 100%;
    padding: 20px 0;
    font-size: 20px;
    font-weight: bold;
    line-height: 28px;
    color: #fff;
    background-color: #1f73bb;
    text-align: center;
    margin-bottom: 24px;
}

.new-index-about .features-list .img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    min-height: 80px;
    margin-bottom: 24px;
}

.new-index-about .features-list .img img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
}

.new-index-about .features-list .img #features-01 {
    max-width: 333px;
}

.new-index-about .features-list .img #features-02 {
    max-width: 254px;
}

.new-index-about .features-list .img #features-03 {
    max-width: 110px;
}

.new-index-about .features-list .img #features-04 {
    max-width: 357px;
}

.new-index-about .features-list p {
    font-size: 15px;
    line-height: 20px;
    color: #303030;
    margin-bottom: 30px;
    padding: 0 14px;
    min-height: 150px;
}

.new-index-about .features-list p .red {
    color: #e00000;
}

.new-index-about .features-list .btn-red {
    display: inline-block;
    width: calc(100% - 28px);
    margin: 0 auto;
    padding: 13px 0;
    text-align: center;
    background-color: #cd0000;
    border-radius: 5px;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.new-index-about .features-list .btn-red span {
    display: inline-block;

    font-size: 15px;
    line-height: 20px;
    color: #fff;
    padding: 0 0 0 14px;
    text-decoration: underline;
    position: relative;
}

.new-index-about .features-list .btn-red span:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 0 6px 10px;
    border-color: transparent transparent transparent #ffffff;
}
.image.image-about-battle img{
    width: 100%
}
.new-index-about .main-banner-btn {
    margin: 20px 0px 30px;
}
@media screen and (max-width: 812px) {
    .new-index-about .main-banner-btn {
        width: 86%;
        margin: 20px auto 30px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

.new-index-about .btn_s1.btn_s1-default {
        max-width: 100%;
        width: 96%;
        margin: 0 auto 50px auto;
        display: block;
        text-align: left;
    }

    .new-index-about .drawer-made strong {
        font-size: 17px;
        line-height: 21px;
        padding: 0 30px;
    }

    .new-index-about .drawer-example ul li {
        width: 25%;
        height: auto;
        padding: 3px 5px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .new-index-about .features-list li {
        width: 100%;
    }

    .new-index-about .features-list .btn-red {
        display: inline-block;
        width: 60%;
        margin: 0 auto;
    }

    .new-index-about .features-list p {
        min-height: unset;
    }

    .new-index-about .common-title-margin {
        margin-top: 0;
    }

    .new-index-about .features-list .img {
        min-height: unset;
    }

}

@media screen and (max-width: 568px) {
    .new-index-about .main-banner-btn {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin: 20px auto 30px;
    }

    .new-index-about .about-battle {
        /*height: 286px;*/
    }

    .new-index-about .about-battle .image-about-battle {
        /*height: 162px;*/
    }
    .new-index-about .image-about-battle {
        min-height: 130px;
    }
    .new-index-about .main-banner-btn .left-part {
        font-size: 18px;
        line-height: 24px;
        padding: 20px 0 20px 40px;
        max-width: 50%;
        height: 62px;
        box-sizing: border-box;
    }

    .new-index-about .main-banner-btn .left-part:before {
        width: 20px;
        height: 20px;
        left: 15px;
    }

    .new-index-about .main-banner-btn .left-part:after {
        border-width: 6px 0 6px 10px;
        left: 22px;
    }

    .new-index-about .main-banner-btn .right-part {
        padding: 8px 10px 5px 5px;
        max-width: 50%;
        height: 62px;
        box-sizing: border-box;
    }

    .new-index-about .main-banner-btn .right-part .round-icon {
        background-size: contain;
        background-position: 0 0;
        width: 12%;
        height: 27px;
        padding: 0 8px;
        margin: 0 3px;
    }

    .new-index-about .main-banner-btn .right-part strong {
        font-size: 12px;
        line-height: 16px;
        margin: 0 0 5px 0;
    }

    .new-index-about .main-banner-btn .right-part .wrap-round {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

	@media screen and (max-width: 480px) {
.new-index-about .main-banner {
        padding: 0;
        height: auto;
    }

.new-index-about .main-banner .box {
        padding: 8px 0 0 8px;
        width: 100%;
    }

.new-index-about .main-banner > .img {
        width: 28%;
    }

.new-index-about .main-banner .box h2 {
        font-size: 14px;
        line-height: 18px;
    }

.new-index-about .main-banner .box p {
        font-size: 12px;
        line-height: 18px;
    }

.new-index-about .main-banner-btn {
        width: 86%;
    }

    .new-index-about .main-banner-btn .left-part {
        padding: 20px 0 18px 40px;
    }

    .new-index-about .stock-box {
        padding: 75px 5px 10px 5px;
        width: 49%;
    }

    .new-index-about .stock-box:first-child {
        margin: 0 1% 0 0;
    }

    .new-index-about .stock-box:last-child {
        margin: 0 0 0 1%;
    }

    .new-index-about .stock p {
        font-size: 14px;
        line-height: 24px;
    }

.new-index-about .video iframe {
        height: 200px;
        margin: 0 0 40px 0;
    }

.new-index-about .drawer-made h2 {
        font-size: 24px;
        line-height: 28px;
        padding: 0 20px;
    }

.new-index-about .drawer-example h2 {
        font-size: 16px;
        line-height: 24px;
        width: 100%;
    }

.new-index-about .drawer-example {
        padding: 15px 10px 10px;
    }

    .new-index-about .btn_s1.btn_s1-default {
        margin: 0 auto 30px auto;
    }
}

@media screen and (max-width: 375px) {
    .new-index-about .main-banner > .img {
        width: 36%;
    }
}

@media screen and (max-width: 360px) {
    .new-index-about .main-banner > .img {
        width: 44%;
    }
}

@media screen and (max-width: 320px) {
    .new-index-about .main-banner > .img {
        width: 70%;
    }

    .new-index-about .main-banner .box h2 {
        font-size: 12px;
        line-height: 16px;
    }

    .new-index-about .main-banner .box p {
        font-size: 12px;
        line-height: 18px;
    }

    .new-index-about .main-banner-btn .left-part {
        font-size: 16px;
        line-height: 24px;
        padding: 16px 0 16px 36px;
    }

    .new-index-about .main-banner-btn .left-part:before {
        width: 20px;
        height: 20px;
        left: 10px;
    }

    .new-index-about .main-banner-btn .left-part:after {
        border-width: 5px 0 5px 8px;
        left: 17px;
    }

    .new-index-about .main-banner-btn .right-part strong {
        font-size: 11px;
        margin: 0 0 2px 0;
    }

    .new-index-about .video iframe {
        margin: 0;
    }

    .new-index-about .video {
        margin: 40px 0 35px 0;
    }

    .new-index-about .drawer-made h2 {
        font-size: 18px;
        line-height: 22px;
    }

    .new-index-about .drawer-made strong {
        font-size: 14px;
        line-height: 18px;
    }

    .new-index-about .drawer-example h2 {
        font-size: 12px;
        line-height: 18px;
    }

    .new-index-about .features-list .img {
        min-height: unset;
        margin: 0 auto 24px auto;
    }
}

.new-index-about .btn_s1-default mark {
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding-left: 40px;
    font-size: 20px;
    line-height: 26px;
    color: #fff;
    font-weight: bold;
    text-align: left;
    z-index: 10;
}

.new-index-about .btn_s1-default mark .icon {
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 34px;
    height: 34px;
    background-color: #fff;
    border-radius: 50%;
    overflow: hidden;
    text-indent: -9999px;
}

.new-index-about .btn_s1-default mark span {
    display: block;
    font-size: 12px;
    line-height: 16px;
}

.new-index-about .btn_s1-default mark .icon:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -9px 0px 0 -4px;
    border: 9px solid transparent;
    border-left: 13px solid #ff0000;
    border-right: 0;
}

.new-index-about {
    padding: 0 9px;
}

.content-video {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    margin-bottom: 20px;
}
.content-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*@media screen and (max-width: 480px) {*/

/*    .new-index-about .btn_s1-default mark{*/
/*        font-size: 14px;*/
/*    }*/

/*    .new-index-about .btn_s1-default mark span {*/
/*        font-size: 11px;*/
/*    }*/
/*}*/

@media screen and (max-width: 375px) {
    .new-index-about .main-banner-btn .left-part {
        font-size: 13px;
    }

    .new-index-about .main-banner-btn .right-part strong{
        font-size: 9px;
    }

    .new-index-about .btn_s1-default mark{
        font-size: 16px;
        line-height: 28px;
    }
}

#line_banner{display:none;}

.about-battle .main-banner {
    visibility: hidden;
    width: 0;
    height: 0;
}

#main_visual_other {
    display-inside: none;
}

@media screen and (max-width: 320px) {
    .new-index-about .main-banner-btn .left-part {
        line-height: 30px;
    }
}

@media (min-width: 414px) {
    .new-index-about .btn_s1-default mark {
        font-size: 19px;
    }
}
