@charset "utf-8";
div#container {
    padding-top: 76px;
    z-index: 1;
}


/* section#topCopy */
section#topCopy {
    color: #fff;
    text-shadow: 0 0 7px #4a4a4a;
    position: relative;
    padding: 0;
}

video {
    width: 100%;
    min-width: 1080px;
    min-height: 253px;
    z-index: 1;
}

section#topCopy > div.wrapper {
    z-index: 2;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto auto;
    height: 209px;
}

section#topCopy .btn_demo {
    width: 354px;
    padding: 15px;
    font-size: 18px;
    text-shadow: none;
    border: 1px solid #fff;
    background: rgba(255, 65, 65, 0.8);
}


/* section#topVideo */
section#topVideo {
    display: none;
}


/* section#topFeatures */
section#topFeatures {
    background-image: url("../../images/bg_right_top.png"),url("../../images/bg_left_bottom.png");
    background-repeat: no-repeat;
    background-position: right top,left bottom;
    padding: 0;
}

section#topFeatures div.wrapper {
    padding: 30px 0 40px;
    position: relative;
}

section#topFeatures div.sankaku {
    width: 0;
    height: 0;
    border: 30px solid transparent;
    border-bottom: 30px solid #f0f0f0;
    position: absolute;
    bottom: 0;
    left: 916px;
}

section#topFeatures div.flow {
    text-align: center;
    position: relative;
    margin-top: 15px;
}

section#topFeatures div.flow hr {
    border: 1px solid #d2d2d2;
    margin: 0;
    background: #d2d2d2;
    display: block;
    position: absolute;
    top: 144px;
    width: 812px;
    left: 134px;
    z-index: -1;
}

section#topFeatures div.flow > div {
    display: table;
}

section#topFeatures div.flow > div > div {
    display: table-cell;
    vertical-align: middle;
    width: 270px;
}

section#topFeatures div.circle {
    width: 8px;
    height: 8px;
    background: #4e4e4e;
    border-radius: 50%;
    margin: 10px auto;
}

section#topFeatures div.circle.circle_blue {
    width: 14px;
    height: 14px;
    background: #3b93ff;
}


/* section#topPoint */
section#topPoint {
    background: #f0f0f0;
}


/* section#topConcept */
section#topConcept {
    background: linear-gradient(to bottom right, #60a6ff, #ad90ff 83%);
    color: #fff;
}

section#topConcept .sc_btn {
    margin: 0 auto;
    width: 562px;
    padding: 10px;
    font-weight: normal;
    background: rgba(255, 255, 255, 0.3);
}











/* section#topTrial */
section#topTrial {
    background: linear-gradient(to bottom right, #60a6ff, #ad90ff 83%);
    color: #fff;
}

section#topTrial div.wrapper {
    overflow: hidden;
}

section#topTrial p {
    text-align: center;
    margin-top: 25px;
}

section#topTrial div.formLeft {
    float: left;
    width: 45%;
    margin: 50px 0 25px;
}

section#topTrial div.formRight {
    float: right;
    width: 45%;
    margin: 50px 0 25px;
}

section#topTrial label {
    font-weight: bold;
}

section#topTrial span {
    font-weight: bold;
    font-size: 13px;
    background: #3a73bb;
    padding: 5px;
    display: inline-block;
    margin-left: 5px;
}

section#topTrial span.sub {
    color: #3a73bb;
    background: #fff;
}

input[type="text"],
input[type="email"],
input[type="tel"] {
    display: block;
    margin: 10px 0 25px;
    border: none;
    padding: 10px;
    opacity: 0.75;
    width: 100%;
}

section#topTrial div.confirmBox {
    clear: both;
}

section#topTrial div.confirmBox p.personal {
    margin-top: 0;
    margin-bottom: 25px;
}

section#topTrial div.confirmBox a {
    color: #fff;
    text-decoration: underline;
}


/* o^y[W */
section#completeContact p {
    text-align: center;
    margin-bottom: 30px;
}

section#completeContact a.backTop {
    display: block;
    background: #505050;
    color: #fff;
    text-align: center;
    width: 250px;
    margin: 0 auto;
    padding: 20px 0;
}