@charset "utf-8";
/* CSS Document */

.first {
    margin-top: 15px;
}

.first .bx-viewport {
    -moz-box-shadow: 0 0 0px #ccc !important;
    -webkit-box-shadow: 0 0 0px #ccc !important;
    box-shadow: 0 0 0px #ccc !important;
    border: 0px solid #fff !important;
    left: 0px !important;
}

.first .bx-wrapper .bx-controls-direction a {
    height: 14px !important;
    width: 80px !important;
    margin-top: 0px;
    top: 30%;
}

.first .bx-wrapper .bx-prev {
    background: url(../images/prev.jpg) no-repeat !important;
    left: 40%;
}

.first .bx-wrapper .bx-next {
    background: url(../images/next.jpg) no-repeat !important;
    right: 40%;
}

.first .bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #FFF !important;
}

.first .bx-wrapper .bx-pager.bx-default-pager a {
    background: #000 !important;
    width: 15px !important;
    height: 15px !important;
    margin: 0 10px !important;
    -moz-border-radius: 10px !important;
    -webkit-border-radius: 10px !important;
    border-radius: 15px !important;
    border: 1px solid #000;
}

.first .bx-controls.bx-has-controls-direction {
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    background: #3675a4;
    height: 40px;
}

.first .bx-wrapper img {
    width: 100%;
}

.middle_line {
    width: 1px;
    background: #ddd;
    height: 48px;
    left: 0;
    right: 0;
    margin: 0 auto;
    position: absolute;
    margin-top: -48px;
}

section.news {
    margin-top: 100px;
}

section.news h3 {
    text-align: center;
    font-size: 1.5em;
    font-family: 'Lora', 'Hiragino Mincho Pro', 'MS PMincho', serif;
    color: #2e739c;
    margin-bottom: 30px;
}

section.news ul.news_box {
/*    width: 960px; */
    width: 90%;
    border: 2px solid #4cc3f0;
    margin: 0 auto;
    padding: 15px 40px;
    background: #f2fbfe;
}

section.news ul.news_box li  {
    border-bottom: 1px solid #ddd;
    padding: 10px 0 10px 0;
}

section.news ul.news_box li:last-child  {
    border-bottom: 0px solid #ddd;
}

section.news ul.news_box li a {
    display: table;
    width: 100%;
}

section.news ul.news_box .date {
    display: table-cell;
    vertical-align: middle;
    width: 160px;
    padding: 0% 2% 0% 0%;
}

section.news ul.news_box span {

    color: #FFF;
    font-weight: bold;
    letter-spacing: 2px;
    font-size: 0.8em;
    text-align: center;
}

section.news ul.news_box span.news::before {
    content: "NEWS";
    background: #ffb4af;
    padding: 5px 13px;
}

section.news ul.news_box span.event::before {
    content: "EVENT";
    background: #ffcd86;
    padding: 5px 12px;
}

section.news ul.news_box .desc {
    display: inline-block;
    vertical-align: middle;
    width: 90%;
    padding: 0 2% 0 2%;
    font-family: 'Lora', 'Hiragino Mincho Pro', 'MS PMincho', serif;
}

section.news ul.news_box .arr {
    display: table-cell;
    vertical-align: middle;
    text-align: right;
    width: 1%;
}

section.news ul.news_box .arr img {
    vertical-align: middle;
    display: table-cell;
}

section.feature {
    text-align: center;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
/*    background-image: url(../images/block2_bg.jpg);*/
    padding: 60px 0;
}

section.feature .inner {
    width: 960px;
    margin: 0 auto;
    position: relative;
}

section.feature .image_box {
    width: 960px;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
}

section.feature .image_box .pic_left {
    position: absolute;
    left: 0;
}

section.feature .image_box .pic_right {
    position: absolute;
    right: 0;
    margin-top: 80px;
}

section.feature .award {

}

section.feature .line_1 {
    color: #FFF;
    font-weight: bold;
    font-size: 1.2em;
    margin-top: 20px;
}

section.feature h2 {
    font-family: 'Lora', 'Hiragino Mincho Pro', 'MS PMincho', serif;
    font-size: 3em;
    margin: 20px 0;
}

section.feature .line_2 {
    margin-bottom: 30px;
}

section.service {
    text-align: center;
}

section.service .inner {
    width: 960px;
    margin: 0 auto;
    margin-top: 20px;
}

section.service .left_part {
    border-right: 1px solid #6eccf0;
    width: 50%;
    float: left;
}

section.service .right_part {
    width: 50%;
    float: left;
}

section.service .main_image {
    width: 100%;
}

section.service .point {

}

section.service p {
    margin: 20px 0 30px 0;
}

section.service .bottom_part h3 {
    text-align: center;
    font-family: 'Lora', 'Hiragino Mincho Pro', 'MS PMincho', serif;
    color: #6eccf0;
    font-size: 2em;
    font-weight: normal;
    margin-top: 20px;
}


section.smart {
    display: table;
    width: 960px;
    margin: 0 auto !important;
    overflow: hidden;
}

section.smart .img_box {
    display: table-cell;
    width: 50%;
}

section.smart .img_box img {
    width: 100%;
}

section.smart .txt_box {
    display: table-cell;
    vertical-align: middle;
    width: 50%;
    padding: 0 4%;
}

section.smart .txt_box h3 {
    font-size: 2em;
    font-family: 'Lora', 'Hiragino Mincho Pro', 'MS PMincho', serif;
}

section.smart .txt_box span {
    font-size: 0.8em;
}

section.smart .txt_box .bar_2 {
    position: absolute;
    height: 2px;
    width: 80px;
    background: #000;
    margin: 20px auto;
}

section.smart .txt_box p {
    margin: 40px 0;
    line-height: 200% !important;
}

section.smart .txt_box a img {
    width: 160px;

}

section.price {
    background: #d8d8d8;
    text-align: center;
    padding: 60px 0;
}

section.price .price_inner {
    width: 960px;
    margin: 0 auto;
    overflow: hidden;
    display: block;
}

section.price .price_inner img {
    width: 100%;
}

section.price .one {
    width: 65%;
    float: left;
    display: block;
    margin: 0 0 2% 0;
}

section.price .two {
    width: 31%;
    float: right;
    display: block;
    margin: 0 0 2% 0;
}

section.price p {
    clear: both;
    text-align: left;
}

section.feature_2 {
    text-align: center;
}

section.feature_2 .inner {
    background: #cbeafc;
}

section.feature_2 ul {
    width: 960px;
    margin: 20px auto;
    padding: 40px 0;
}

section.feature_2 ul li {
    width: 21%;
    display: inline-block;
    text-align: center;
    padding: 1%;
}

section.feature_2 ul li img {
 width: 100%;
}

section.usage {
    text-align: center;
}

section.usage {

}

section.usage .bx-wrapper {
    margin-top: 20px;
}

section.usage .bx-viewport {
    -moz-box-shadow: 0 0 0px #ccc !important;
    -webkit-box-shadow: 0 0 0px #ccc !important;
    box-shadow: 0 0 0px #ccc !important;
    border: 0px solid #fff !important;
    left: 0px !important;
}




.slides h2 {
    width: 1000px;
    margin: 0 auto;
}

.mvtxt {
    position: absolute;
    top: 18%;
    left: 38%;
    font-size: 22px;
    letter-spacing: 0.6em;
    color: #0980ad;
    font-weight: normal;
}

.mvtxt2 {
    position: absolute;
    top: 37%;
    text-align: center;
    z-index: 100;
    margin-left: -426px;
    left: 50%;
}

.mvtxt3 {
    position: absolute;
    top: 38%;
    text-align: center;
    z-index: 100;
    margin-right: -356px;
    right: 50%;
}

.award_mv {
    position: absolute;
    top: 2%;
    right: 15%;
}

.min {
    font-family: "lora", sans-serif;
}

.img_sp {
    display: none;
}




@media screen and (max-width:780px){
    #contents section {
        margin-bottom: 40px;
    }
    .flexslider .slides div img {
        min-width: 100% !important;
    }
    section.feature .image_box {
        display: none;
    }
    section.feature .inner {
        width: 100%;
    }
    section.service .inner {
        width: 100%;
    }
    section.service .point {
        width: 96%;
    }
    section.smart {
        display: block;
        width: 100%;
    }
    section.smart .img_box {
        display: block;
        width: 94%;
        margin: 0 auto;
        vertical-align: middle;
    }
    section.smart .txt_box {
        width: 70%;
        text-align: center;
    }
    section.price .price_inner {
        width: 100%;
        margin: 0 auto;
        overflow: hidden;
        display: block;
    }
    section.price {
        margin-top: 40px;
    }
    section.price .one {
        width: 96%;
        float: none;
        margin: 0 auto 2% auto;
    }
    section.price .two {
        width: 96%;
        float: none;
        margin: 0 auto 2% auto;
    }
    section.price {
        padding: 2% 0;
    }
    section.feature_2 ul {
        width: 100%;
    }
    section.feature_2 ul li {
        width: 47%;
    }
    .flexslider {
        margin-top: -9px !important;
    }
    section.service .left_part {
        border-right: 0px solid #6eccf0;
        width: 100%;
        float: none;
    }
    section.service .right_part {
        width: 100%;
        float: none;
    }
    section.smart .txt_box .bar_2 {
        left: 0;
        right: 0;
    }
    section.price p {
        margin: 0 auto;
        width: 96%;
    }
    section.news {
        margin-top: 60px;
    }
    .flex-control-nav {
        display: none !important;
    }
    .mvtxt, .mvtxt2, .mvtxt3, .award_mv {
        display: none !important;
    }
    .visibility {
        visibility: visible !important;
    }
    .opacity {
        opacity: 1 !important;
    }
    .pc_ver {
        display: none;
    }
    .sp_ver {
        display: block !important;
    }
    .img_sp {
        display: block;
    }
    .img_pc {
        display: none;
    }
}

.sp_ver {
    display: none;
}
