/*
    - Template Name: appy
    - Template URI: http://appy.bitballoon.com/
    - Author: Mohamed Kamel
    - Author URI: https://www.facebook.com/M.Kamel090
    - Description: appy This is html5 template for App Landing Page
    - Version: 1.2
    - Tags: HTML, Mobile App, Template, Landing Page , Responsive
*/


/* ----------------------------------------------------
    CSS INDEX        

    01. START GENERAL STYLE (font, body, btn, section-title, placeholder, overlay, section-padding, margins ... etc)
    02. START PRELOADER STYLE
    03. START NAV STYLE
    04. START SLIDE STYLE 1
    05. START SLIDE STYLE 2
    06. START SLIDE STYLE 3
    07. START SLIDE STYLE 4
    08. START SERVICE-2 SECTION
    09. START SENTENCE（DOWNLOAD） SECTION
    10. START PRICE TABLE SECTION
    11. START FAQ SECTION
    12. START CONTACT SECTION
    13. START SIDEBAR 
    14. START FOOTER SECTION

/* ----------------------------------------------------*/



/*------------------------------
    01. START GENERAL STYLE
------------------------------*/


@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i');
body {
    font-family: 'Zen Old Mincho', serif;
    color: #2a3b71;
    font-size: 16px;
    position: relative;
    overflow-x: hidden;
}

::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    font-style: italic;
    color: #fff !important;
}

::-moz-placeholder {
    /* Firefox 19+ */
    font-style: italic;
    color: #fff !important;
}

:-ms-input-placeholder {
    /* IE 10+ */
    font-style: italic;
    color: #fff !important;
}

:-moz-placeholder {
    /* Firefox 18- */
    font-style: italic;
    color: #fff !important;
}

a:focus {
    outline: none;
    outline-offset: none;
}

a:hover {
    text-decoration: none;
}

.btn-default {
    border-radius: 50px;
    background: transparent;
    padding: 10px 20px;
    min-width: 170px;
    border: 2px solid #fff;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 4px;
    color: #fff;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.btn-default:hover {
    border-color: #bf095d;
    background: #bf095d;
    /*border-color: #bf095d;*/
    /*background: #bf095d;*/
    color: #fff;
}

.btn-default.colored {
    color: #bf095d;
    border-color: #bf095d;
}

.btn-default.colored:hover {
    color: #fff;
}

.btn-default.blue {
    color: #2a3b71;
    border-color: #2a3b71;
}

.btn-default.blue:hover {
    color: #fff;
    background: #2a3b71;
}


.mt-50 {
    margin-top: 50px;
}

.mt-200 {
    margin-top: 200px;
}

.mt-250 {
    margin-top: 250px;
}

.mt-400 {
    margin-top: 400px；
}

.space-25 {
    height: 25px;
}

.space-50 {
    height: 50px;
}

.padding-100 {
    padding: 100px 0;
}

.pt-100 {
    padding-top: 100px;
}

.pb-100 {
    padding-bottom: 100px;
}

.section-heade h3 {
    color: #2a3b71;
    margin: 0;
    text-transform: uppercase;
    font-size: 40px;
    font-weight: 300;
    letter-spacing: 5px;
}

.section-heade p {
    color: #2a3b71;
    margin: 0;
    font-weight: 400;
    line-height: 30px;
    font-size: 16px;
}

.section-heade.white h3,
.section-heade.white p {
    color: #fff;
}

ul.social-icons {
    margin-left: 0px;
}

ul.social-icons li {
    border-radius: 50%;
    border: 2px solid #fff;

    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 25px;
    margin-right: 10px;
    margin-bottom: 10px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

ul.social-icons li i {
    font-size: 14px;
    color: #fff;
}

ul.social-icons li.facebook:hover {
    border-color: #3B5A9A;
    background: #3B5A9A;
}

ul.social-icons li.twitter:hover {
    border-color: #54ABF0;
    background: #54ABF0;
}

ul.social-icons li.google-plus:hover {
    border-color: #DD4B3E;
    background: #DD4B3E;
}

ul.social-icons li.linkedin:hover {
    border-color: #0175B0;
    background: #0175B0;
}

ul.social-icons li.pinterest:hover {
    border-color: #BE0719;
    background: #BE0719;
}

ul.social-icons li.instagram:hover {
    border-color: #9b37b9;
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
}

.page-head {
    position: relative;
    padding: 100px 0;
}

.page-head h2 {
    font-size: 50px;
    margin: 0;
    padding: 100px 0 10px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
}

.page-head .breadcrumb {
    background: transparent;
    padding: 0;
}

.page-head .breadcrumb a,
.page-head .breadcrumb {
    color: #fff;
}

.page-head .breadcrumb a:hover {
    text-decoration: none;
}

.page-head .breadcrumb>li+li:before {
    color: #fff;
}

.pagination {
    margin: 40px 0 20px;
}

.pagination>li>a,
.pagination>li>span {
    padding: 8px 15px;
    color: #bf095d;
    border-color: #bf095d;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover,
.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
    color: #ffffff;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;


    background-color:-moz-linear-gradient hsla(225,100%,50%,1);
background-image:
radial-gradient(at 40% 20%, hsla(247,100%,74%,1) 0px, transparent 50%),
radial-gradient(at 96% 58%, hsla(241,100%,56%,1) 0px, transparent 50%),
radial-gradient(at 62% 65%, hsla(237,100%,93%,1) 0px, transparent 50%),
radial-gradient(at 85% 44%, hsla(208,100%,76%,1) 0px, transparent 50%),
radial-gradient(at 0% 100%, hsla(233,100%,77%,1) 0px, transparent 50%),
radial-gradient(at 80% 100%, hsla(247,100%,70%,1) 0px, transparent 50%),
radial-gradient(at 0% 0%, hsla(241,100%,76%,1) 0px, transparent 50%);

background-color:-webkit-linear-gradient hsla(225,100%,50%,1);
background-image:
radial-gradient(at 40% 20%, hsla(247,100%,74%,1) 0px, transparent 50%),
radial-gradient(at 96% 58%, hsla(241,100%,56%,1) 0px, transparent 50%),
radial-gradient(at 62% 65%, hsla(237,100%,93%,1) 0px, transparent 50%),
radial-gradient(at 85% 44%, hsla(208,100%,76%,1) 0px, transparent 50%),
radial-gradient(at 0% 100%, hsla(233,100%,77%,1) 0px, transparent 50%),
radial-gradient(at 80% 100%, hsla(247,100%,70%,1) 0px, transparent 50%),
radial-gradient(at 0% 0%, hsla(241,100%,76%,1) 0px, transparent 50%);

background-color:-ms-linear-gradient hsla(225,100%,50%,1);
background-image:
radial-gradient(at 40% 20%, hsla(247,100%,74%,1) 0px, transparent 50%),
radial-gradient(at 96% 58%, hsla(241,100%,56%,1) 0px, transparent 50%),
radial-gradient(at 62% 65%, hsla(237,100%,93%,1) 0px, transparent 50%),
radial-gradient(at 85% 44%, hsla(208,100%,76%,1) 0px, transparent 50%),
radial-gradient(at 0% 100%, hsla(233,100%,77%,1) 0px, transparent 50%),
radial-gradient(at 80% 100%, hsla(247,100%,70%,1) 0px, transparent 50%),
radial-gradient(at 0% 0%, hsla(241,100%,76%,1) 0px, transparent 50%);

    background: -webkit-linear-gradient( -29deg, rgb(193, 15, 65) 0%, rgb(35, 59, 136) 100%);
    background: -ms-linear-gradient( -29deg, rgb(193, 15, 65) 0%, rgb(35, 59, 136) 100%);
    border-color: #bf095d; 
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    padding: 8px 20px;  
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    padding: 8px 20px;
}

@media (max-width: 991px) {
    .mt-250 {
        margin-top: 125px;
    }
    .mt-200 {
        margin-top: 100px;
    }
    .btn-default {
        padding: 10px 10px;
        min-width: 150px;
        font-size: 12px;
    }
    .section-heade h3 {
        font-weight: 300;
    }
}


/*------------------------------
    01. END GENERAL STYLE
------------------------------*/


/*------------------------------
    02. START PRELOADER STYLE
------------------------------*/

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
 /*ローディング画面の色*/    
 background-color:hsla(225,100%,50%,1);
background-image:
radial-gradient(at 40% 20%, hsla(247,100%,74%,1) 0px, transparent 50%),
radial-gradient(at 96% 58%, hsla(241,100%,56%,1) 0px, transparent 50%),
radial-gradient(at 62% 65%, hsla(237,100%,93%,1) 0px, transparent 50%),
radial-gradient(at 85% 44%, hsla(208,100%,76%,1) 0px, transparent 50%),
radial-gradient(at 0% 100%, hsla(233,100%,77%,1) 0px, transparent 50%),
radial-gradient(at 80% 100%, hsla(247,100%,70%,1) 0px, transparent 50%),
radial-gradient(at 0% 0%, hsla(241,100%,76%,1) 0px, transparent 50%);
 
     /*background: -webkit-linear-gradient( -29deg, rgb(193, 15, 65) 0%, rgb(35, 59, 136) 100%);*/

    /*background: -webkit-linear-gradient( -29deg, rgb(193, 15, 65) 0%, rgb(35, 59, 136) 100%);*/
    background: -ms-linear-gradient( -29deg, rgb(193, 15, 65) 0%, rgb(35, 59, 136) 100%);
}

.preloader .spinner {
    margin: 0 auto;
    width: 40px;
    height: 40px;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.preloader .spinner .cube1,
.preloader .spinner .cube2 {
    background-color: #fff;
    width: 15px;
    height: 15px;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: sk-cubemove 1.8s infinite ease-in-out;
    animation: sk-cubemove 1.8s infinite ease-in-out;
}

.preloader .spinner .cube2 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

@-webkit-keyframes sk-cubemove {
    25% {
        -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5)
    }
    50% {
        -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg)
    }
    75% {
        -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5)
    }
    100% {
        -webkit-transform: rotate(-360deg)
    }
}

@keyframes sk-cubemove {
    25% {
        transform: translateX(42px) rotate(-90deg) scale(0.5);
        -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5);
    }
    50% {
        transform: translateX(42px) translateY(42px) rotate(-179deg);
        -webkit-transform: translateX(42px) translateY(42px) rotate(-179deg);
    }
    50.1% {
        transform: translateX(42px) translateY(42px) rotate(-180deg);
        -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg);
    }
    75% {
        transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
        -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
    }
    100% {
        transform: rotate(-360deg);
        -webkit-transform: rotate(-360deg);
    }
}


/*------------------------------
    02. END PRELOADER STYLE
------------------------------*/


/*------------------------------
    03. START NAV STYLE
------------------------------*/

.appy-menu {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    border-radius: 0;
    border: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background: -moz-linear-gradient( -29deg, rgb(193, 15, 65) 0%, rgb(35, 59, 136) 100%);

    background-color:hsla(225,100%,50%,1);
background-image:
radial-gradient(at 40% 20%, hsla(247,100%,74%,1) 0px, transparent 50%),
radial-gradient(at 96% 58%, hsla(241,100%,56%,1) 0px, transparent 50%),
radial-gradient(at 62% 65%, hsla(237,100%,93%,1) 0px, transparent 50%),
radial-gradient(at 85% 44%, hsla(208,100%,76%,1) 0px, transparent 50%),
radial-gradient(at 0% 100%, hsla(233,100%,77%,1) 0px, transparent 50%),
radial-gradient(at 80% 100%, hsla(247,100%,70%,1) 0px, transparent 50%),
radial-gradient(at 0% 0%, hsla(241,100%,76%,1) 0px, transparent 50%);

    /*background: -webkit-linear-gradient( -29deg, rgb(193, 15, 65) 0%, rgb(35, 59, 136) 100%);*/

    
    background: -ms-linear-gradient( -29deg, rgb(193, 15, 65) 0%, rgb(35, 59, 136) 100%);
}

.appy-menu.sticky {
    background: -moz-linear-gradient( -29deg, rgb(193, 15, 65) 0%, rgb(35, 59, 136) 100%);

    background-color:hsla(225,100%,50%,1);
background-image:
radial-gradient(at 40% 20%, hsla(247,100%,74%,1) 0px, transparent 50%),
radial-gradient(at 96% 58%, hsla(241,100%,56%,1) 0px, transparent 50%),
radial-gradient(at 62% 65%, hsla(237,100%,93%,1) 0px, transparent 50%),
radial-gradient(at 85% 44%, hsla(208,100%,76%,1) 0px, transparent 50%),
radial-gradient(at 0% 100%, hsla(233,100%,77%,1) 0px, transparent 50%),
radial-gradient(at 80% 100%, hsla(247,100%,70%,1) 0px, transparent 50%),
radial-gradient(at 0% 0%, hsla(241,100%,76%,1) 0px, transparent 50%);
    

    /*background: -webkit-linear-gradient( -29deg, rgb(193, 15, 65) 0%, rgb(35, 59, 136) 100%);*/
    background: -ms-linear-gradient( -29deg, rgb(193, 15, 65) 0%, rgb(35, 59, 136) 100%);
    opacity: 0.9;
    box-shadow: 0 0 20px -10px rgba(0, 0, 0, 0.8);
    padding: 0;
}

.appy-menu ul li a {
    color: #fff !important;
    font-size: 12px;
    margin-top: 8px;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-weight: 700;
    position: relative;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.appy-menu ul li .dropdown-menu li a {
    font-size: 13px;
    letter-spacing: 2px;
    padding: 8px 15px;
    text-transform: capitalize;
}

.appy-menu ul li .dropdown-menu li.active a {
    background: #fff;
    color: #bf095d !important;
}

.appy-menu ul li.dropdown>a {
    background: transparent !important;
    /*color: #bf095d !important;*/
}

.appy-menu ul li .dropdown-menu>a:after {
    content: '';
    left: 0;
    right: 0;
    bottom: 13px;
    width: 90%;
    margin: 0 auto;
    position: absolute;
    height: 25px;
    border-radius: 20px;
    background: #ffffff;
    z-index: -1;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.appy-menu ul.nav>li.active>a:after,
.appy-menu ul.nav>li>a:hover:after {
    content: '';
    left: 0;
    right: 0;
    bottom: 13px;
    width: 90%;
    margin: 0 auto;
    position: absolute;
    height: 25px;
    border-radius: 20px;
    background: #ffffff;
    z-index: -1;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.appy-menu ul li .dropdown-menu {
    background: -moz-linear-gradient( -29deg, rgb(193, 15, 65) 0%, rgb(35, 59, 136) 100%);

    background: #3d10BD; 
background: -webkit-linear-gradient(to left, #3d10BD, #62bdff); 
background: linear-gradient(to left, #3d10BD, #62bdff);


    /*background: -webkit-linear-gradient( -29deg, rgb(193, 15, 65) 0%, rgb(35, 59, 136) 100%);*/
    background: -ms-linear-gradient( -29deg, rgb(193, 15, 65) 0%, rgb(35, 59, 136) 100%);
    padding: 0;
    border: 0;
    border-radius: 0;
}

.appy-menu .navbar-nav>.active>a,
.appy-menu .navbar-nav>.active>a:focus,
.appy-menu .navbar-nav>.active>a:hover {
    background: none;
    color: #bf095d !important;
}

.appy-menu .navbar-brand {
    color: #fff;
    font-size: 30px;
    font-weight: 300;
}

.appy-menu ul li a:hover {
    color: #bf095d !important;
}

.appy-menu .navbar-brand {
    height: auto;
    max-width: 285px;
    padding: 8px 25px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.appy-menu.sticky .navbar-brand {
    max-width: 285px;
    padding: 10px 25px;
}

.appy-menu.navbar-default .navbar-toggle {
    background: #fff;
    border-color: #fff;
    margin-top: 13px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.appy-menu.navbar-default .navbar-toggle .icon-bar {
    background-color: #bf095d;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.appy-menu.navbar-default .navbar-toggle.collapsed {
    background: none;
}

.appy-menu.navbar-default .navbar-toggle.collapsed .icon-bar {
    background-color: #fff;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: 0px !important;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

navbar-brand img{　display: inline-block; }

.img-responsive {
    margin-top: 10px;
}

.navbar-brand  img{
    display: inline-block;
    
    }
    @media screen and (max-width: 767px) {
        .navbar-brand {display: none;}
        .navbar-brand02 {display: inline-block;
            margin-top: -5px;
            margin-left: 12px;}
    }


    @media screen and (min-width: 767px) {
        .navbar-brand {display: inline-block;}
        .navbar-brand02 {display: none;
    }
    }


@media (max-width: 767px) {
    .appy-menu .navbar-brand {
        padding: 15px;
    }
    .appy-menu ul li a {
        text-align: center;
    }
    .appy-menu ul li.active a:after,
    .appy-menu ul li a:hover:after {
        bottom: 8px !important;
    }
    .appy-menu ul li.open>a:after,
    .appy-menu ul li.open>a:hover:after {
        bottom: 8px !important;
    }

    
}

@media (min-width: 768px) {
    .appy-menu {
        padding: 30px 0;
        background: transparent;
    }
    .appy-menu.sticky .navbar-nav>li>a {
        padding: 20px 15px;
    }
    .appy-menu.sticky ul li.active a:after,
    .appy-menu.sticky ul li a:hover:after {
        bottom: 18px;
    }
    .appy-menu.sticky ul li.open>a:after,
    .appy-menu.sticky ul li.open>a:hover:after {
        bottom: 18px;
    }
    .appy-menu .nav li.dropdown:hover>.dropdown-menu {
        display: block;
    }

    .phone_area {    
        border: 1px solid #FFF;
        display:none !important; 
            }   
    .li img {visibility: hidden ;}
}



/*------------------------------
    03. END NAV STYLE
------------------------------*/


/*------------------------------
    04. START SLIDE STYLE 1
------------------------------*/

#home_banner {
    position: relative;
    height: 100%;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;


    background-image: -moz-linear-gradient( -29deg, rgb(193, 15, 65) 0%, rgb(35, 59, 136) 100%);
    
    background-color:hsla(225,100%,50%,1);
background-image:
radial-gradient(at 40% 20%, hsla(247,100%,74%,1) 0px, transparent 50%),
radial-gradient(at 96% 58%, hsla(241,100%,56%,1) 0px, transparent 50%),
radial-gradient(at 62% 65%, hsla(237,100%,93%,1) 0px, transparent 50%),
radial-gradient(at 85% 44%, hsla(208,100%,76%,1) 0px, transparent 50%),
radial-gradient(at 0% 100%, hsla(233,100%,77%,1) 0px, transparent 50%),
radial-gradient(at 80% 100%, hsla(247,100%,70%,1) 0px, transparent 50%),
radial-gradient(at 0% 0%, hsla(241,100%,76%,1) 0px, transparent 50%);

    /*background: -webkit-linear-gradient( -29deg, rgb(193, 15, 65) 0%, rgb(35, 59, 136) 100%);*/

    /*background-image: -webkit-linear-gradient( -29deg, rgb(193, 15, 65) 0%, rgb(35, 59, 136) 100%);*/
    background-image: -ms-linear-gradient( -29deg, rgb(193, 15, 65) 0%, rgb(35, 59, 136) 100%);
    opacity: 0.9; 
}

#home_banner h3 {
    /*--- font-size: 55px; --*/
    font-size: 55px;
    color: #fff;
    font-weight: 600;
    /*--- margin: 0; --*/
    margin-top: 0px;
    /*--- line-height: 70px; --*/
    line-height: 100px;
}

#home_banner p {
    font-size: 22px;
    color: #fff;
    font-weight: 300;
    margin: 20px 0 30px;
}

#.btn {
    margin: 0 20px 20px 0;
}

#home_banner .btn:hover {
    border-color: #fff;
    background: #fff;
    color: #bf095d;
}

@media (max-width: 991px) {
    #home_banner h3 {
        font-size: 20px;
        line-height: 50px;
        margin-top: -30px;
    }
    #home_banner p {
        font-size: 12px;
    }
    #home_banner .btn {
        margin: 0 20px 20px 0;
    }
}


/*------------------------------
    04. END SLIDE STYLE 1
------------------------------*/


/*------------------------------
    05. START SLIDE STYLE 2
------------------------------*/

#home_banner.index-style-2 {
    height: 100vh;
}

#home_banner.index-style-2 .home-slider {
    position: absolute;
    top: 0;
    bottom: 0;
}

#home_banner.index-style-2 .owl-carousel div:not(.owl-dots):not(.owl-nav):not(.slide-content):not(.owl-prev):not(.owl-next) {
    height: 100%;
}


/*#home_banner.index-style-2 .owl-stage-outer,#home_banner.index-style-2 .owl-stage,#home_banner.index-style-2 .owl-item,#home_banner.index-style-2 .item{
    height: 100%;
}*/

#home_banner.index-style-2 .slide-content {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

#home_banner.index-style-2 .owl-carousel .owl-nav .owl-prev,
#home_banner.index-style-2 .owl-carousel .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    padding: 15px 20px;
    background: transparent;
    border: 1px solid #fff;
    border-radius: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

#home_banner.index-style-2 .owl-carousel .owl-nav .owl-prev {
    left: 0;
}

#home_banner.index-style-2 .owl-carousel .owl-nav .owl-next {
    right: 0;
}

#home_banner.index-style-2 .owl-carousel .owl-dots {
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
}

#home_banner.index-style-2 .owl-carousel .owl-dots span {
    background: #fff;
    width: 13px;
    height: 13px;
}

#home_banner.index-style-2 .owl-carousel .owl-dots .owl-dot.active span {
    background: #bf095d;
}

#home_banner.index-style-2 .owl-carousel .owl-item.active .fadecontent-l {
    -webkit-animation: fadeInLeft 1s cubic-bezier(0.7, 0, 0.3, 1) 400ms both;
    animation: fadeInLeft 1s cubic-bezier(0.7, 0, 0.3, 1) 400ms both;
}

#home_banner.index-style-2 .owl-carousel .owl-item.active .fadecontent-r {
    -webkit-animation: fadeInRight 1s cubic-bezier(0.7, 0, 0.3, 1) 400ms both;
    animation: fadeInRight 1s cubic-bezier(0.7, 0, 0.3, 1) 400ms both;
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translate3d(30px, 0, 0);
    }
    to {
        opacity: 1;
        transform: none;
    }
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translate3d(-30px, 0, 0);
    }
    to {
        opacity: 1;
        transform: none;
    }
}


/*------------------------------
    05. END SLIDE STYLE 2
------------------------------*/


/*------------------------------
    06. START SLIDE STYLE 3
------------------------------*/

#home_banner.index-style-3 {
    height: 100vh;
}

#home_banner.index-style-3 .slide-content {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

#home_banner.index-style-3 .slide-content p {
    max-width: 600px;
    margin: 20px auto 30px;
}


/*------------------------------
    06. END SLIDE STYLE 3
------------------------------*/


/*------------------------------
    07. START SLIDE STYLE 4
------------------------------*/

#home_banner.index-style-4 .owl-carousel .owl-item.active .fadecontent-t {
    -webkit-animation: fadeInUp 1s cubic-bezier(0.7, 0, 0.3, 1) 400ms both;
    animation: fadeInUp 1s cubic-bezier(0.7, 0, 0.3, 1) 400ms both;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translate3d(0, 20px, 0);
    }
    to {
        opacity: 1;
        transform: none;
    }
}

#home_banner.index-style-4 .slide-content p {
    max-width: 600px;
    margin: 20px auto 30px;
}


/*------------------------------
    07. END SLIDE STYLE 4
------------------------------*/


/*------------------------------
    08. START SERVICE-2 SECTION
------------------------------*/

#service2 {
    background-color:#e9edfb;
}

.one-feature h2 {
    font-size: 30px;
    color: #2a3b71;
    font-weight: 300;
    line-height: 60px;
    margin: 30px 0 15px;
}

.one-feature p {
    font-size: 16px;
    color: #2a3b71;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 30px;
}


@media (max-width: 991px) {
    .one-feature h2 {
        font-size: 30px;
        line-height: 40px;
    }
}



@media (min-width: 1000px) {
    .mb-Feature {
    display: block;
    }
    .pc-Feature {
    display: none;
    }
    }
    
    @media (max-width: 999px) {
    .mb-Feature {
    display: none;
    }
    .pc-Feature {
    display: block;
    }
    }
    
    .ml-Feature {
    display: block;
    }


@media (max-width: 991px) {
    .one-feature h2 {
        font-size: 25px;
    }
    .one-feature p {
        font-size: 14px;
    }

    }


/*------------------------------
    08. END SERVICE-2 SECTION
------------------------------*/

/*------------------------------
    09. START SENTENCE（DOWNLOAD） SECTION
------------------------------*/

#download{
    position: relative;
}

#download h7 { 
    font-size: 20px; color: #fff;
} 

#download h5 { 
    font-size: 14px; color: #fff;
} 

#download .btn-default {
    letter-spacing: 1px;
    min-width: 250px;
    padding: 20px 20px;
    margin-bottom: 15px;
}

#download .btn-default:hover {
    background: #fff;
    color: #bf095d;
    border-color: #fff;
}

#download .btn-default i {
    font-size: 25px;
    margin-right: 10px;
}

#download .btn-default span {
    position: relative;
    top: -3px;
}


/*------------------------------
    09. START SENTENCE（DOWNLOAD） SECTION
------------------------------*/

/*------------------------------
    10. START PRICE TABLE SECTION
------------------------------*/

#price {
    background-color:#e9edfb;
}


#price .price-table {
    border: 1px solid #442a71;
    margin-top: 20px;
    -webkit-transition: all .5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -moz-transition: all .5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -o-transition: all .5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: all .5s cubic-bezier(0.68, -0.55, 0.265, 1.55);

    /*---- 3BOX以上は指定する-----*/
    margin-bottom: 35px;
}

@media (max-width: 992px) {
    #price .price-table {
        margin-bottom: 30px;
    }
}

#price .price-table:hover {
    cursor: pointer;
    -webkit-transform: scale(1.07);
    -moz-transform: scale(1.07);
    -o-transform: scale(1.07);
    transform: scale(1.07);
}

#price .price-table:hover .btn-default.blue {
    color: #fff;
    background: #0c09bf;
}

#price .price-table.feature {
    color: #0c09bf;
    border-color: #0c09bf;
    padding: 20px 0;
    margin-top: 0;
}

#price .price-table.feature:hover .btn-default.colored {
    color: #fff;
    background: #0c09bf;
}

#price .price-table h4 {
    font-size: 25px;
    margin: 0;
    text-transform: uppercase;
}

#price .price-table .cost h3 {
    margin: 0;
    font-size: 22px;
    font-weight: 600;
    line-height: 70px;
}

#price .price-table .cost h3 span {
    font-size: 18px;
    line-height: 26px;
}

#price .price-table ul {
    margin: 0;
}

#price .price-table ul li {
    font-size: 15px;
    line-height: 50px;
}


/*------------------------------
    10. END PRICE TABLE SECTION
------------------------------*/

/*------------------------------
    11. START FAQ SECTION
------------------------------*/

#faq {
    background-color:#e9edfb;
}

#faq .panel {
    box-shadow: none;
    border: none;
}

#faq .panel .panel-heading {
    padding: 0;
    /*background: #bf095d/*f9f9f9*/
    
    background-image: -moz-linear-gradient( -29deg, rgb(193, 15, 65) 0%, rgb(35, 59, 136) 100%);

    background: linear-gradient(220.55deg, #3793FF 0%, #0017E4 100%);

    /*background-image: -webkit-linear-gradient( -29deg, rgb(193, 15, 65) 0%, rgb(35, 59, 136) 100%);*/
    background-image: -ms-linear-gradient( -29deg, rgb(193, 15, 65) 0%, rgb(35, 59, 136) 100%);
    border-radius: 0;
}

#faq .panel .panel-heading .panel-title {
    font-size: 15px;
}

#faq .panel .panel-heading .panel-title a {
    display: block;
    padding: 15px 15px 15px 0;
    color: rgb(255, 255, 255);
    text-transform: capitalize;
    
    /*------文字横移動---------*/
    margin-left: 48px;

    position: relative;
}

#faq .panel .panel-heading .panel-title a:hover {
    text-decoration: none;
}

#faq .panel .panel-heading .panel-title a:focus {
    text-decoration: none;
}

#faq .panel .panel-heading .panel-title a:after {
    content: "\f067";
    font: 18px fontAwesome;
    float: left;
    /*margin-right: 25px;*/
    margin-top: 2px;
}

#faq .panel .panel-heading .panel-title a:after {
    content: "\f068";
    font: 18px fontAwesome;
    float: left;
    color: rgb(255, 255, 255);
    height: 40px;
    width: 40px;
    margin-left: -56px;
    position: absolute;
    line-height: 38px;
    text-align: center;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
}

#faq .panel .panel-heading .panel-title a.collapsed:after {
    content: "\f067";
    font: 18px fontAwesome;
    float: left;
    color: rgb(255, 255, 255);
    height: 40px;
    width: 40px;
    margin-left: -56px;
    position: absolute;
    line-height: 36px;
    text-align: center;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
}

#faq .panel .panel-collapse .panel-body {
    font-size: 14px;
    line-height: 25px;
    font-weight: 400;
    background: #e9edfb;
    color: #364e64;
    border-top: none;
    border-bottom: 5px solid #e9edfb;
}

#faq img {
    max-width: 17px;
}


/*------------------------------
    11. END FAQ SECTION
------------------------------*/


/*------------------------------
    12. START CONTACT SECTION
------------------------------*/

#contact {
    position: relative;
}

#contact .form-control {
    height: 50px;
    padding: 10px 15px;
    background: rgba(255, 255, 255, 0.15);
    border: none;
    border-radius: 0;
    color: #fff;
    letter-spacing: 2px;
    font-weight: 300;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#contact .form-control:focus {
    box-shadow: none;
    background: rgba(255, 255, 255, 0.4);
}

#contact textarea.form-control {
    height: auto;
}

#contact .btn-default {
    border-radius: 0;
    background: #002fff;
    border: none;
    margin: 20px 0;
    font-weight: 600;
    width: 100%;
}

#contact .btn-default:hover {
    background: #fff;
    color: #bf095d;
}

#contact .contact-info li {
    position: relative;
    overflow-y: hidden;
    margin-bottom: 20px;
    color: #fff;
}

#contact .contact-info li .icon {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 20px;
    float: left;
}

#contact .contact-info li .text {
    padding: 5px 10px;
    margin-left: 30px;
}

#contact .contact-info li .text a {
    color: #fff;
    text-decoration: none;
}

#contact a {
    font-size: 14px;
}

#contact span {
    color: #ffffffd0;
    font-size: 14px;
}

@media (max-width: 991px) {
    #contact h3 {
        font-size: 25px;
    }
    #contact p {
        font-size: 14px;
    }
    }


/*------------------------------
    12. END CONTACT SECTION
------------------------------*/


/*------------------------------
    13. START SIDEBAR 
------------------------------*/

.sidebar .search-form {
    max-width: 500px;
    margin: 0 auto;
    position: relative;
}

.sidebar .search-form input {
    height: 44px;
    border-radius: 25px;
    border: 1px solid #bf095d;
}

.sidebar .search-form .btn {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    background: #bf095d;
    color: #fff;
    border-color: #bf095d;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    min-width: auto;
}

.sidebar .search-form input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    font-style: italic;
    color: #000 !important;
}

.sidebar .search-form input::-moz-placeholder {
    /* Firefox 19+ */
    font-style: italic;
    color: #000 !important;
}

.sidebar .search-form input:-ms-input-placeholder {
    /* IE 10+ */
    font-style: italic;
    color: #000 !important;
}

.sidebar .search-form input:-moz-placeholder {
    /* Firefox 18- */
    font-style: italic;
    color: #000 !important;
}

.sidebar .sidebar-widget {
    padding: 20px 0;
}

.sidebar .sidebar-widget h4 {
    font-size: 20px;
    margin: 0;
    padding: 0 0 20px;
}

.sidebar .categories-widget ul li {
    padding: 3px 0;
}

.sidebar .categories-widget ul li a {
    padding: 10px;
    background: #f3f3f3;
    display: block;
    color: #bf095d;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.sidebar .categories-widget ul li a:hover {
    text-decoration: none;
    background: #bf095d;
    color: #fff;
}

.sidebar .categories-widget ul li a span {
    float: right;
    background: #bf095d;
    padding: 5px;
    border-radius: 50%;
    color: #fff;
    font-size: 10px;
    height: 25px;
    width: 25px;
    margin-top: -1.5px;
    text-align: center;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.sidebar .categories-widget ul li a:hover span {
    background: #fff;
    color: #bf095d;
}

.sidebar .recent-posts-widget ul li {
    display: table;
    margin-bottom: 20px;
}

.sidebar .recent-posts-widget .recent-post-img {
    float: left;
    width: 80px;
    height: 80px;
}

.sidebar .recent-posts-widget .recent-post-description {
    display: table-cell;
    padding-left: 15px;
    text-align: left;
    vertical-align: middle;
}

.sidebar .recent-posts-widget .recent-post-description h3 {
    font-size: 15px;
    margin: 0;
}

.sidebar .recent-posts-widget .recent-post-description h3 a {
    color: #bf095d;
}

.sidebar .archives-widget ul li a,
.sidebar .meta-widget ul li a {
    color: #bf095d;
    padding: 5px 0;
    display: block;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.sidebar .tags-widget ul li {
    display: inline-block;
    line-height: 50px;
}

.sidebar .tags-widget ul li a {
    background: #bf095d;
    color: #fff;
    font-size: 12px;
    line-height: 100%;
    margin: 5px;
    padding: 10px 15px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.sidebar .tags-widget ul li a:hover {
    background: #2a3b71;
}


/*------------------------------
    13. END SIDEBAR 
------------------------------*/


/*------------------------------
    14. START FOOTER SECTION
------------------------------*/

footer {
    background-image: -moz-linear-gradient( -29deg, rgb(233, 237, 251) 0%, rgb(233, 237, 251) 100%);
    background-image: -webkit-linear-gradient( -29deg, rgb(233, 237, 251) 0%, rgb(233, 237, 251) 100%);
    background-image: -ms-linear-gradient( -29deg, rgb(233, 237, 251) 0%, rgb(233, 237, 251) 100%);
}


footer > div:first-child {
  flex: 1;
  font-size: 13px;
  width: 95%;
  height: 60px;
  margin-left: 2%;
  margin-right:2%;
}



footer > div:last-child {
  flex: 1;
  height: 208px;
}




.transparent-bothends::before {
  content: '';
  position: absolute;
  bottom: 210px;
  left: 0;
  right: 0;
  width: 100%;
  height: 1px;
  text-align: center;
  background-image: -webkit-linear-gradient(left, transparent, rgb(34, 0, 255) 25%, rgb(179, 164, 241)75%, transparent);
  background-image: linear-gradient(to right, transparent, rgb(124, 116, 241) 25%,rgb(72, 0, 255)) 75%, transparent);
  background-position: center;
  background-repeat: no-repeat;
}

@media screen and (min-width: 1000px) {
  footer > div:first-child img, {
  display: block;
  }
  footer > div:last-child img {
  display: none;
  }
  }




  @media screen and (max-width: 1000px) {
    .ft_farst img {
        display: none;
    }
    .ft_last  img{
    display: block;
}
}



  @media screen and (max-width: 1000px) {
      #upper {
      display: none;
      }
      h2.transparent-bothends {
      display: none;
      }
      }


  @media only screen and (max-width: 1000px) {
  .mobile_area {
  display: block;}
  }
  
  @media only screen and (min-width: 1001px) {
  .mobile_area {
  display: none;}
  
  }
  
  footer {
      background-color: rgb(255, 255, 255);
      
      }
      
      @media only screen and (max-width: 1000px) {
      footer {
      height: 380px;
      margin:  auto;
      padding-top: 30px;
      }
    footer p {text-align:  center;
          font-size: 12px;
          line-height: 30px;

        }
    
        footer img {margin: 0 auto;
            margin-top: 30px;}

      }
      
      
      

/*------------------------------
    14. END FOOTER SECTION
------------------------------*/