@charset "UTF-8";
@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url(lightbox.css);
@import url(animsition.css);

*,body{
/*
    transition: all 0.3s ease 0.0s;
*/
    font-family: 'Noto Serif JP', sans-serif;
}

@media (max-width:991px) {
    .desktop {
        display: none
    }
}

@media (min-width:992px) {
    .mobile {
        display: none
    }
}

.rtl-cols div[class^="col-"] {
    float: right;
}
.blue-button{
    padding: 9px 16px;
    font-size: 14px;
    font-weight: bold;
    text-decoration:none;
    border-radius: 6px;
    background-color: #ecf8ff;
    color: #592424;
    border:1px solid #592424;
}
.blue-button:hover,.blue-button:focus{
    color: #ffffff;
    background-color: #592424;
    text-decoration:none;
}
.green-button{
    padding: 7px 16px;
    font-size: 14px;
    font-weight: bold;
    text-decoration:none;
    border-radius: 6px;
    background-color: #f7fcef;
    color: #8abe40;
    border:1px solid #8abe40;
    display: inline-block;
}
.green-button:hover,.green-button:focus{
    color: #ffffff;
    background-color: #8abe40;
    text-decoration:none;
}
.pink-button{
    padding: 7px 16px;
    font-size: 14px;
    font-weight: bold;
    text-decoration:none;
    border-radius: 6px;
    background-color: #fcf1fc;
    color: #e875c6;
    border:1px solid #e875c6;
    display: inline-block;
}
.pink-button:hover,.pink-button:focus{
    color: #ffffff;
    background-color: #e875c6;
    text-decoration:none;
}
.purple-button{
    padding: 7px 16px;
    font-size: 14px;
    font-weight: bold;
    text-decoration:none;
    border-radius: 6px;
    background-color: #f5ecff;
    color: #7774e7;
    border:1px solid #7774e7;
    display: inline-block;
}
.purple-button:hover,.purple-button:focus{
    color: #ffffff;
    background-color: #7774e7;
    text-decoration:none;
}
.blue-color{
    color: #592424;
}
.green-color{
    color: #9ce337;
}
.pink-color{
    color: #e875c6;
}
.purple-color{
    color: #7774e7;
}
.blue-border{
    border-color: #592424;
}
.green-border{
    border-color: #9ce337;
}
.pink-border{
    border-color: #e875c6;
}
.purple-border{
    border-color: #7774e7;
}
.blue-bg{
    background-color: #592424;
}
.green-bg{
    background-color: #9ce337;
}
.pink-bg{
    background-color: #e875c6;
}
.purple-bg{
    background-color: #7774e7;
}

/* centered columns styles */
.row-centered {
    text-align:center;
}
.col-centered {
    display:inline-block;
    float:none;
    /* reset the text-align */
    text-align:left;
    /* inline-block space fix */
    margin-right:-4px;
}



.logo{

/*
    width: 98px;
    margin-top: 12px
*/
}
#mainNav{
    background-color: #ffffff;
    margin-bottom:35px;
}
.navbar{
    border: 0;
    border-radius: 0;
    margin-bottom: 0;
}

.navbar-default .navbar-nav>li>a {
    color: #111;
    font-size: 16px;
    font-weight: 500;
    position: relative;
    padding: 38px 16px;
    font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
}

@media (max-width: 480px) {
.navbar-default .navbar-nav>li>a {
    padding: 10px 10px;
}
}

@media (max-width: 768px){
  .navbar-default .navbar-nav>li>a {
      padding: 10px 10px;
      text-align:center;
      background-color:#eee;
  }
}


.navbar-default .navbar-nav>li>a:hover,.navbar-default .navbar-nav>li>a:focus {
    color: #898f92;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover{
/*    color: #898f92; */
    color: #337ab7;
    font-weight:bold;
    background-color: transparent;
}
.navbar-default .navbar-nav>li>a.contact-button{
    font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
    padding: 6px 12px;
/*    border-radius: 5px; */
    color: #ffffff;
    background-color: #592424;
    opacity: 1;
    margin-top: 30px;
    margin-bottom: 10px;
    margin-left: 15px;
    border:1px solid #592424;
}

.navbar-default .navbar-nav>li>a.contact-button:hover,.navbar-default .navbar-nav>li>a.contact-button:focus{
    color: #ffffff;
    background-color: #FFA500;
    border:1px solid #fff;
}
@media (min-width: 768px){
    .navbar-nav>li>a {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

.navbar-brand {
    height: 65px;
    padding: 20px 15px;
}

.navbar-default .navbar-toggle{
    border: 0px;
}

.navbar-default .navbar-toggle .icon-bar{
    background-color: #592424;
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover{
    background-color: transparent;
    opacity: 0.7;
}

.navbar-toggle{
    margin-top: 17px;
}

.navbar-right .dropdown-menu {
    left: 0;
    right: auto;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-menu {
    display: none;
    position: absolute;
    background-color: #ffffff;
    min-width: 160px;
    box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.13);
    border: 0;
    top: 70px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.dropdown-menu > li > a{
    color: #898f92;
    font-size: 16px;
    text-decoration: none;
    display: block;
    padding-top: 5px;
    padding-bottom: 5px;
}
.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover{
    color: #fff;
    background-color: #592424;
}
.dropdown:hover .dropdown-menu {
    display: block;
}




/* #about-content{
    padding: 100px 0;
    color:#ccc;
    background-image: url('../images/about-bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;

}
#service-content{
    padding: 100px 0;
    color:#ccc;
    background-image: url('../images/service-bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;

}
#top-content{
    padding: 100px 0;
    background-image: url('../images/top-bg.png');
    background-repeat: no-repeat;
    background-size:cover;
}

@media (min-width:1140px) {
    #top-content{
        padding: 80px 0;
        background-image: url('../images/top-bg-long.png');
        background-repeat: no-repeat;
        background-size:cover;
    }
} */


#about-content{
    padding: 100px 0;
    color:#ccc;
    background-image: url('../images/service-bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;

}
#service-content{
    padding: 100px 0;
    color:#ccc;
    background-image: url('../images/service-bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;

}
#top-content{
    padding: 100px 0;
    background-image: url('../images/top-bg.png');
    background-repeat: no-repeat;
    background-size:cover;
}

@media (min-width:1140px) {
    #top-content{
        padding: 80px 0;
        background-image: url('../images/top-bg-long.png');
        background-repeat: no-repeat;
        background-size:cover;
    }
}

#outsourcing{
    background-color: #592424;
    color:#444;
    line-height:1.9;0
    text-align:center;
}

#outsourcing h3{
    font-family: 'Noto Serif JP', sans-serif;
    font-size: 20px;
    color: #fff;
    margin-bottom: 30px;
}

#outsourcing h2,
#outsourcing h4{
    color: #fff;
}

#outsourcing p{
    font-size: 16px;
    color: #fff;
    line-height:1.9;
    text-align:left;
}


#outsourcing_body p {
  line-height:1.9;
  font-size: 16px;
  padding-left:10px;
}
#outsourcing_body {
  background: #fff;
  text-align:left;
}
#outsourcing_body h3 {
  font-size:28px;
  font-weight:700;
  line-height:1.9;
  color:#8b4513;
  /* border-left:3px solid #337ab7; */
  padding-left: 10px;
  margin-bottom: 15px;
  margin-top: 0px;
}

#outsourcing-content{
    padding: 100px 0;
    color:#ccc;
    background-image: url('../images/service-bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;

}

#contact-content{
    padding: 100px 0;
    background-image: url('../images/service-bg.jpg');
    background-repeat: no-repeat;
    background-size:cover;
}

@media (max-width: 785px) {
  #outsourcing-content{
      background-image: url('../images/service-bg.jpg');
  }
  #about-content,
  #service-content,
  #top-content,
  #outsourcing-content,
  #contact-content {
    padding: 45px 0;
  }
}

@media (max-width: 480px) {
#top-content{
    padding: 15px 0;
}
}

.big-title{
    font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
    font-weight: 500;
    font-size: 35px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 10px;
    text-align:left;
    text-shadow: 0 0 1em rgba(0,0,0,0.9);
}




.sub-title {
    font-size: 18px;
    color: #fff;
    font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
    font-weight: 700;
    line-height:30px;
    text-align:left;
    text-shadow: 0 0 1em rgba(0,0,0,0.9);
}

@media (max-width: 992px) {
.big-title{
    font-size: 25px;
    text-align:left;
    text-shadow: 0 0 1em rgba(0,0,0,0.9);
}
.sub-title {
    text-align:left;
    line-height:23px;
    text-shadow: 0 0 1em rgba(0,0,0,0.9);
}
}





#features{
/*    background-color: #592424; */
    padding-top: 10px;
    padding-bottom: 0px;
    text-align: center;
/*    max-height: 500px; */
    min-height: 500px;
    position:  relative;
    top:-40px;
}

@media (max-width: 785px) {
#features{
    top:  -20px;
}
}

#features .row-title{
    color: #592424;
    font-size: 40px;
    font-family: 'Noto Serif JP', sans-serif;
    margin-bottom: 20px
}
#features .row-subtitle{
    color: #333;
    font-size: 20px;
    margin-bottom: 30px;
    line-height:1.6;
}

@media (max-width: 785px) {
#features .row-subtitle{
    margin-bottom: 5px;
}
}

.feature-box1{
    padding: 20px 50px 5px 50px;
    perspective: 800px;
    background-color:#80d52b;
}


.feature-box2{
    padding: 20px 50px 5px 50px;
    perspective: 800px;
    background-color:#FFFF44;
}

.feature-box3{
    padding: 20px 50px 5px 50px;
    perspective: 800px;
    background-color:#ffaa55;
}

@media (max-width: 992px) {
.feature-box1,.feature-box2,.feature-box3{
    padding: 20px 10px 5px 10px;
}
}


.feature-icon{
    font-size: 50px;
    color: #ffffff;
    position: relative;
}
.feature-title{
    font-size: 17px;
    font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
    color: #fff;
    margin-bottom: 15px;
    position: relative;
}

.feature-title span,.feature-title2 span,.feature-title3 span {
    font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
    font-size:125%;
    font-weight:700;
}

.feature-icon2{
    font-size: 50px;
    color: #333;
    position: relative;
}
.feature-title2{
    font-size: 17px;
    font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
    color: #333;
    margin-bottom: 15px;
    position: relative;
}

.feature-icon3{
    font-size: 50px;
    color: #592424;
    position: relative;
}
.feature-title3{
    font-size: 17px;
    font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
    color: #592424;
    margin-bottom: 15px;
    position: relative;
}

@media (max-width: 992px) {
.feature-icon,.feature-icon2,.feature-icon3{
float:left
text-align:left;
display: inline-block;
}
.feature-title,.feature-title2,.feature-title3{
text-align:left;
display: inline-block;
}
}


.feature-details{
    font-size: 17px;
    line-height: 28px;
    color: #555;
    position: relative;
    padding: 10px 30px 40px 30px;
    font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
/*
    border-right:1px solid #ccc;
    z-index: 2;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    transform: scale(0.8);
*/
}

.feature-details-colmd4{
    padding-right: 0px;
    padding-left: 0px;
}

.feature-button {
    position: relative;
    margin-bottom: 5px;
    overflow: hidden;
    height: 70px;
    padding-top: 10px;
    padding-bottom: 10px;
    display:block;
}
.feature-button a{
    padding: 5px 50px;
    background-color: #f7f7f7;
    color: #666;
    font-size:85%;
    opacity: 1;
    border:1px solid #d2d2d2;
    font-weight: 500;
    text-decoration:none;
    display: inline-block;
    border-radius: 5px;
}
.feature-box1 .feature-button a:hover,.feature-box1 .feature-button a:focus,.feature-box1 .feature-button2 a:hover,.feature-box2 .feature-button a:focus,.feature-box3 .feature-button a:hover,.feature-box3 .feature-button a:focus,.all-feature-button a:hover,.all-feature-button a:focus{
    color: #ffffff;
    background-color: #592424;
}
.feature-button a:hover{
    color: #ffffff;
    background-color: #592424;
}
.feature-box .box-bg{
    position: absolute;
    width: 100%;
    height: 110%;
    left: 0;
    top: 0;
    background-color: #ffffff;
/*
    -webkit-box-shadow: 0px 5px 33px 0px rgba(82, 156, 219,0.17);
    -moz-box-shadow: 0px 5px 33px 0px rgba(82, 156, 219,0.17);
    box-shadow: 0px 5px 33px 0px rgba(82, 156, 219,0.17);
    z-index: 1;
    opacity: 0;
    transform: scale(0.9) rotateX(30deg);
*/
}



.feature-box1 .feature-icon .hsto,.feature-box2 .feature-icon .hsto,.feature-box3 .feature-icon .hsto{
    font-size: 50px;
    color: #fff
}
.feature-box1 .feature-icon .fa,.feature-box2 .feature-icon .fa,.feature-box3 .feature-icon .fa{
    font-size: 60px;
    color: #fff;
}




#info{
    background-color: #f5f8fa;
    padding: 70px 0 0 0;
}
#info h3 {
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    font-family: 'Noto Serif JP', sans-serif;
    text-shadow: 0px 1px 6px #333;
}
#info p {
    color: #fff;
    font-size: 15px;
    font-family: 'Noto Serif JP', sans-serif;
    text-shadow: 0px 1px 6px #333;
}

#info span {
    color: #fff;
    font-family: 'Noto Serif JP', sans-serif;
    text-shadow: 0px 1px 6px #333;
}

#info .info-img{
    width: 100%;
    max-width: 372px;
}

#info .more {
    border: 1px solid #fff;
    padding: 5px 8px;
    color: #fff;
    display:inline-block;
    background-color: rgba(255,255,255,0.2);
}

/*
#info img:hover {
	transform: scale(1.1);
	transition-duration: 0.3s;
}
*/




#contact-now{
    text-align: center;
    padding-top: 60px;
    padding-bottom: 60px;
/*
    background-color: #0f91dd;
    background-image: url("../images/contact-now-bg.png");
    background-size: 126px 21px;
*/
}
#contact-now .row-title {
    color: #ffffff;
    font-size: 26px;
    font-family: 'Noto Serif JP', sans-serif;
    margin-bottom: 30px;
}
#contact-now .row-subtitle {
    color: #dbeef9;
    font-size: 16px;
    line-height:2.0em;
    margin-bottom: 45px;
   font-family: 'Noto Serif JP', sans-serif;
}

#contact-now .contact-button{
    padding: 7px 16px;
    font-size: 14px;
    font-weight: bold;
    text-decoration:none;
    border-radius: 6px;
    color: #ffffff;
    border:1px solid #a8ddfd;
    display: inline-block;
    background-color: transparent;
}
#contact-now .contact-button:hover,#contact-now .contact-button:focus{
    color: #0f91dd;
    background-color: #ffffff;
    text-decoration:none;
}






#more-features{
    background-color: #465762;
    padding-top: 60px;
    padding-bottom: 60px;
    text-align: center;
}
#more-features .row-title {
    color: #ffffff;
    font-size: 20px;
   font-family: 'Noto Serif JP', sans-serif;
    margin-bottom: 20px;
}
#more-features .row-subtitle {
    color: #ffffff;
    font-size: 15px;
    margin-bottom: 60px;
    font-family: 'Noto Serif JP', sans-serif;
}
#more-features .mfeature-box{

}
#more-features .mfeature-box .mfeature-icon{
    margin-bottom: 10px;
    position: relative;
}
#more-features .mfeature-box .mfeature-icon .hsto {
    color: #ffffff;
    font-size: 70px;
}
#more-features .mfeature-box .mfeature-icon .fa{
    color: #ffffff;
    font-size:50px;
}
#more-features .mfeature-box .mfeature-icon .icon-bg{
    position: absolute;
    left:0;
    top:0;
    width: 100%;
    height: 100%;
    padding-top: 15px;
}
#more-features .mfeature-box .mfeature-icon .icon-bg img{
    width: 162px;
    opacity: 0.04;
}
#more-features .mfeature-box .mfeature-title {
    font-family: 'Noto Serif JP', sans-serif;
    font-size: 17px;
    color: #ffffff;
    margin-bottom: 10px;
}
#more-features .mfeature-box .mfeature-details {
    font-size: 15px;
    color: #ffffff;
    opacity: 0.8;
    font-family: 'Noto Serif JP', sans-serif;
}






#contact{
 /*   background-color: #e9f2f6; */
    background-color: #fff;
    padding-top: 60px;
    padding-bottom: 60px;
    text-align: center;
}
#contact .text{
/*    display: inline-block; */
    color: #4d7384;
    font-size: 22px;
    line-height:4.0em;

}
#contact .contact-start{
    padding: 10px 20px;
    font-size: 15px;
    font-weight: bold;
    text-decoration:none;
    border-radius: 6px;
    background-color: #592424;
    color: #ffffff;
    font-family: 'Noto Serif JP', sans-serif;
}
#contact .contact-start:hover,#contact .contact-start:focus{
    color: #ffffff;
    background-color: #FFA500;
    text-decoration:none;
}








#footer{
    background-color: #ffffff;
    padding-top: 60px;
    padding-bottom: 80px;
}
#footer .logo-mini{
    width: 24px;
}
#footer h4 {
    font-size: 16px;
    color: #798093;
    font-weight:900;
    margin: 0;
    margin-bottom: 10px;
    font-family: 'Noto Serif JP', sans-serif;
}
#footer ul.footer-menu{
    list-style: none;
    padding: 0;
    margin: 0;
}
#footer ul.footer-menu li a{
    color: #8dadc1;
    font-size: 13px;
    font-weight:700;
    font-size:14px;
}
#footer ul.footer-menu li a:hover,
#footer ul.footer-menu li a:focus,
#footer ul.footer-menu li.active a{
    color: #592424;
    text-decoration: none;
}
#footer p{
    color: #8dadc1;
    font-family: 'Noto Serif JP', sans-serif;
    font-size: 13px;
}
#footer .phone{
    color: #592424;
    font-family: 'Noto Serif JP', sans-serif;
    font-size: 14px;
    margin-bottom: 10px;
}
#footer .phone .fa{
    color: #999da9;
    font-size: 22px;
    width: 20px;
    margin-right: 7px;
    text-align: center;
    vertical-align: middle;
}
#footer .email{
    color: #592424;
    font-family: 'Noto Serif JP', sans-serif;
    font-size: 14px;
    margin-bottom: 13px;
}
#footer .email .fa{
    color: #999da9;
    font-size: 17px;
    width: 20px;
    margin-right: 7px;
    text-align: center;
    vertical-align: middle;
}
#footer .address{
    margin-bottom: 30px;
}
#footer .address div{
    display: inline-block;
    color: #7a8093;
    font-family: 'Noto Serif JP', sans-serif;
    font-size: 14px;
}
#footer .address .fa{
    color: #999da9;
    font-size: 25px;
    width: 20px;
    margin-right: 7px;
    text-align: center;
    vertical-align: top;
}
#footer .social{
    margin-left: 30px;
}
#footer .social a{
    display: inline-block;
    margin-right: 6px;
}
#footer .social a .fa{
    color: #ffffff;
    background-color: #7a8093;
    width: 25px;
    height: 25px;
    font-size: 16px;
    border-radius: 50px;
    text-align: center;
    padding-top: 4px;
}
#footer .social a:hover .fa-twitter,#footer .social a:focus .fa-twitter{
    background-color: #55acee;
}
#footer .social a:hover .fa-facebook,#footer .social a:focus .fa-facebook{
    background-color: #3b5998;
}
#footer .social a:hover .fa-instagram,#footer .social a:focus .fa-instagram{
    background-color: #000000;
    /*
    background: #bc1888;
    background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
    background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
    */
}






#history .route {
margin:10px 0 0 40px;
}

@media (max-width: 480px) {
#history .route {
margin:10px 0;
}
}

#about-content.inner-page{
}

#about-content .page-title{
    font-size: 36px;
    color: #666;
    margin-top: 0px;
    margin-bottom: 13px;
}

#about-content .page-subtitle{
    font-size: 15px;
    color: #ccc
}

.page-title{
    font-family: 'Noto Serif JP', sans-serif;
    font-size: 25px;
    color: #3c99ef;
    margin-top: 0px;
    margin-bottom: 13px;
}
.page-subtitle{
    font-size: 15px;
    color: #336786;
}
.page-subtitle a{
    color: #592424;
    text-decoration: none;
    font-family: 'Noto Serif JP', sans-serif;
}
.page-subtitle a:hover{
    color: #1b6fb9;
}
#messages{
/*
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #3a4c5c;
    text-align: center;
    padding: 125px 0;
*/
    padding-top: 50px;
    padding-bottom: 50px;
}
#messages .row-title{
    font-family: 'Noto Serif JP', sans-serif;
    font-size: 20px;
    color: #7f98ad;
    margin-bottom: 25px;
}
#messages p{
    font-family: 'Noto Serif JP', sans-serif;
    font-size: 16px;
    color: #333;
}
#message{
    padding-top: 80px;
    padding-bottom: 80px;
    background-color: #ffffff;
    text-align: center;
}
#message h3{
    font-family: 'Noto Serif JP', sans-serif;
    font-size: 20px;
    color: #0a5b8c;
    margin-bottom: 40px;
}
#message p{
    font-family: 'Noto Serif JP', sans-serif;
    font-size: 15px;
    color: #336786;
    padding-left: 10px;
    padding-right: 10px;
}
#history{
    background-color: #fff;
    color:#444;
    line-height:1.9;
    text-align:center;
}

#history .img-col{
    padding-left: 0;
    padding-right: 0;
}
#history .img-col .image-holder{
    background-image: url("../images/working.jpg");
    background-position: center;
    background-size: cover;
    transition: none;
}
#history .txt-col{
    padding: 60px 7% 60px 40px;
}
#history h3{
    font-family: 'Noto Serif JP', sans-serif;
    font-size: 20px;
    color: #666;
    margin-bottom: 30px;
}
#history p{
    font-size: 16px;
    color: #333;
    line-height:1.9;
    text-align:left;
}

#services{
    background-color: #3a4c5c;
    padding-top: 60px;
    padding-bottom: 60px;
    text-align: center;
}
#services .row-title{
    color: #ffffff;
    font-size: 20px;
    font-family: 'Noto Serif JP', sans-serif;
    margin-bottom: 20px
}
#services .row-subtitle{
    color: #fff;
    font-family: 'Noto Serif JP', sans-serif;
    font-size: 15px;
    margin-bottom: 60px;
}
#services .service-box{
    margin-bottom: 50px;
}
#services .service-box .service-icon{
    margin-bottom: 10px;
    position: relative;
}
#services .service-box .service-icon .hsto{
    color: #ffffff;
    font-size:60px;
}
#services .service-box .service-icon .icon-bg{
    position: absolute;
    left:0;
    top:0;
    width: 100%;
    height: 100%;
    padding-top: 15px;
}
#services .service-box .service-icon .icon-bg img{
    width: 162px;
    opacity: 0.04;
}
#services .service-box .service-title{
    font-family: 'Noto Serif JP', sans-serif;
    font-size: 17px;
    color: #ffffff;
    margin-bottom: 10px;
}
#services .more-details-button{
    margin-top: 10px;
    padding: 7px 16px;
    font-size: 15px;
    font-family: 'Noto Serif JP', sans-serif;
    text-decoration:none;
    border-radius: 6px;
    color: #d6e0ea;
    border:1px solid #5e6e7d;
    display: inline-block;
    background-color: transparent;
}
#services .more-details-button:hover,#services .more-details-button:focus{
    color: #ffffff;
    background-color: #5e6e7d;
    text-decoration:none;
}

#services h4 {
    font-size: 21px;
    color: #377BB5;
    font-weight:900;
    margin-top:30px;
    margin-bottom: 10px;
    padding-left:20px;
    font-family: 'Noto Serif JP', sans-serif;
    border-left: 4px solid #377BB5;
}

#outline{
    background-color: #f2f2f2;
    padding-top: 50px;
    padding-bottom: 50px;
    position: relative;
    text-align: center;
}
#outline .image-bg{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url("../images/image_bg.jpg");
    background-size: cover;
    background-position: center;
    opacity: 0.05;
}
#outline .row-title{
    color: #592424;
    font-size: 24px;
     font-family: 'Noto Serif JP', sans-serif;
}
#outline h3{
    font-family: 'Noto Serif JP', sans-serif;
    font-size: 17px;
    color: #184a6a;
    margin-bottom: 20px;
}
#outline p{
    font-size: 15px;
    color: #5a666d;
    margin-bottom: 20px;
}
#outline .contact-button{
    margin-top: 10px;
    padding: 7px 16px;
    font-size: 14px;
    font-family: 'Noto Serif JP', sans-serif;
    text-decoration:none;
    border-radius: 6px;
    color: #592424;
    border:1px solid #592424;
    display: inline-block;
    background-color: #ffffff;
}
#outline .contact-button:hover,#outline .contact-button:focus{
    color: #ffffff;
    background-color: #592424;
    text-decoration:none;
}

#details{
    padding-top: 10px;
    padding-bottom: 40px;
    background-color: #ffffff;
}
#details .col-title-blue{
    color: #3c99ef;
    font-size: 25px;
    font-family: 'Noto Serif JP', sans-serif;
    margin-bottom: 25px;
    margin-top: 30px;
}
#details .help-image-holder img{
    width: 100%;
    max-width: 372px;
    margin-left: 70px;
}
#details .col-title{
    color: #592424;
    font-size: 25px;
    font-family: 'Noto Serif JP', sans-serif;
    margin-bottom: 25px;
    margin-top: 30px;
}
#details h4{
    color: #45687f;
    font-size: 15px;
    font-family: 'Noto Serif JP', sans-serif;
}
#details p{
    color: #5a666d;
    font-size: 14px;
    font-family: 'Noto Serif JP', sans-serif;
    margin-bottom: 20px;
}




.faq-question-holder{
    margin-bottom: 20px;
    cursor: pointer;
}
.faq-question-holder .faq-question{
    color: #184a6a;
    font-size: 16px;
    font-family: 'Noto Serif JP', sans-serif;
    margin-bottom: 10px;
}
.faq-question-holder.active .faq-question{
    color: #592424;
}
.faq-question-holder .faq-answer{
    color: #5a666d;
    font-size: 14px;
    font-family: 'Noto Serif JP', sans-serif;
    margin-bottom: 10px;
    transform-origin: top;
    -webkit-transform: scale(1,0);
    -moz-transform: scale(1,0);
    transform: scale(1,0);
    opacity: 0;
    height: 0;
}
.faq-question-holder.active .faq-answer{
    -webkit-transform: scale(1,1);
    -moz-transform: scale(1,1);
    transform: scale(1,1);
    opacity: 1;
    height: inherit;
}




.text-search-holder input[type="submit"]:hover,.text-search-holder input[type="submit"]:focus{
    background-color: #0e76d0;
}
.form-items-holder{
    width: 100%;
   /* max-width: 470px; */
}
.form-items-holder .form-text{
    margin-bottom: 10px;
}
.form-items-holder .form-text input,
.form-items-holder .form-text textarea{
    width: 100%;
    padding: 10px 20px;
    border-radius: 3px;
    text-align: left;
    background-color: #f9f9f9;
    border:1px solid #592424;
    font-size: 16px;
    color: #869eac;
    outline: none;
     font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
}
.form-items-holder .form-text input:hover,.form-items-holder .form-text input:focus{
    border:1px solid #592424;
    color: #592424;
}
.form-items-holder .form-text textarea{
    width: 100%;
    padding: 10px 20px;
    border-radius: 3px;
    text-align: left;
    background-color: #f9f9f9;
    border:1px solid #592424;
    font-size: 16px;
    color: #869eac;
    resize: none;
    height: 190px;
    outline: none;
}
.form-items-holder .form-text textarea:hover,.form-items-holder .form-text textarea:focus{
    border:1px solid #592424;
    color: #592424;
}
.form-items-holder .form-button{
    padding-top: 10px;
    text-align: right;
}
.form-items-holder .form-button input{
    padding: 8px 20px;
    border-radius: 6px;
    background-color: #592424;
    border:1px solid #592424;
    font-size: 14px;
    color: #fff;
    font-family: 'Noto Serif JP', sans-serif;
    outline: none;
}
.form-items-holder .form-button input:hover,.form-items-holder .form-button input:focus{
    background-color: #592424;
    color: #ffffff;
}
.form-items-holder .form-button a{
    float: right;
    margin-top: 13px;
    color: #592424;
    font-size: 14px;
    font-family: 'Noto Serif JP', sans-serif;
}
a.lg-link{
    color: #3c99ef;
    font-size: 25px;
    font-family: 'Noto Serif JP', sans-serif;
    text-decoration: none;
}
a.lg-link .fa{
    font-size: 20px;
}
a.lg-link:hover{
    color: #2677c3;
}

#page-content{
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #ffffff;
}
#page-content ul,#page-content ol{
    padding: 0;
    padding-left: 14px;
}
#page-content ul li,#page-content ol li{
    color: #5a666d;
    font-size: 14px;
    font-family: 'Noto Serif JP', sans-serif;
}
#page-content h4{
    color: #45687f;
    font-size: 15px;
    font-family: 'Noto Serif JP', sans-serif;
}
#page-content p{
    color: #5a666d;
    font-size: 14px;
    font-family: 'Noto Serif JP', sans-serif;
    margin-bottom: 20px;
}

#page-content .article-box{
    margin-bottom: 40px;
    position: relative;
    float: left;
}
#page-content .article-box a{
    cursor: pointer;
}
#page-content .article-box .article-title{

}
#page-content .article-box .article-title h5{
    color: #45687f;
    font-size: 16px;
    font-family: 'Noto Serif JP', sans-serif;
    margin-bottom: 10px;
}
#page-content .article-box .article-title a{
    text-decoration: none;
}
#page-content .article-box .article-title a:hover h5{
    color: #273843;
}
#page-content .article-box .article-info{
    color: #5a666d;
    font-family: 'Noto Serif JP', sans-serif;
    font-size: 14px;
    margin-bottom: 30px;
}
#page-content .article-box .article-info a{
    color: #3c99ef;
    text-decoration: none;
    font-family: 'Noto Serif JP', sans-serif;
}
#page-content .article-box .article-info a:hover{
    color: #266aaa;
}
#page-content .article-box .article-text p{
    color: #5a666d;
    font-size: 14px;
    font-family: 'Noto Serif JP', sans-serif;
    margin-bottom: 20px;
}

#page-content .article-box.full-article .article-info{
    color: #5a666d;
    font-family: 'Noto Serif JP', sans-serif;
    font-size: 14px;
    margin-bottom: 30px;
}
#page-content .article-box.full-article .article-info a{
    color: #3c99ef;
    text-decoration: none;
     font-family: 'Noto Serif JP', sans-serif;
}
#page-content .article-box.full-article .article-info a:hover{
    color: #266aaa;
}






@media (max-width: 1200px) {
    #info h3{
        margin-top: 50px;
    }
    #platforms #browser{
        height: 318px;
    }
}
@media (max-width: 992px) {
    #features{
        min-height: inherit;
        max-height: inherit;
    }
    .feature-box{
        margin-bottom: 50px;
    }
    #more-features .mfeature-box{
        margin-bottom: 40px;
    }
    ul.footer-menu{
        min-height: 50px;
        margin-top:25px;
    }
    #info h3{
        margin-top: 10px;
    }
    #info p{
        margin-bottom: 50px;
    }
    #story .img-col .image-holder{
        height: 300px !important;
    }
    #details .help-image-holder{
        text-align: center;
    }
    #details .help-image-holder img{
        margin-left: 0;
    }
    .form-items-holder{
        width: 100%;
        max-width: inherit;
    }
}
@media (max-width: 767px) {
    .dropdown-menu {
        position: relative;
        display: block;
        width: 100%;
        text-align: center;
        top: 0;
        margin-bottom: 18px;
    }
    .navbar-default .navbar-nav > li > a {
        color: #898f92;
        font-size: 13px;
        text-align: center;
        padding: 12px 10px;
    }
    .navbar-default .navbar-nav > li > a.contact-button{
        margin: 10px;
    }
    .logo-mini{
        margin-bottom: 30px;
    }
    #contact .text{
        display: block;
        margin-bottom: 20px;
    }
    .info-img-holder{
        text-align: center;
    }
    .rtl-cols div[class^="col-"]{
        float: inherit;
    }
    .info-text-holder{
        text-align: left;
    }
    .logo{
        width: 350px;
        margin-top: 0;
    }
    .big-title{
        line-height: 50px;
    }
    #brief p{
        padding: 5px 20px;
    }
}
@media (max-width: 480px) {
    .animation{
        margin-top: 30px;
    }
    .animation ul.icons-list li:nth-child(1){
        left: 0;
        top: 5%;
    }
    .animation ul.icons-list li:nth-child(2){
        left: 8%;
        top: 35%;
    }
    .animation ul.icons-list li:nth-child(3){
        left: 20%;
        top: 60%;
    }
    .animation ul.icons-list li:nth-child(4){
        right: 20%;
        top: 60%;
    }
    .animation ul.icons-list li:nth-child(5){
        right: 8%;
        top: 35%;
    }
    .animation ul.icons-list li:nth-child(6){
        right: 0;
        top: 5%;
    }
    .animation ul.icons-list li a {
        width: 36px;
        height: 36px;
        padding-top: 8px;
    }
    .animation ul.icons-list li a .fa {
        font-size: 17px;
    }
    #platforms #browser {
        height: 236px;
    }
    #platforms ul.platforms-list li .platform-link img {
        width: 50px;
    }
    .feature-box {
        padding: 30px 20px 0px 20px;
        margin-bottom: 20px;
    }
    .feature-box.active .feature-details {
        margin-bottom: 10px;
    }
    #tabout-content {
        padding-top: 70px;
    }
}




hr{
    border:none;
    border-top:dotted 1px #CCC;
    height:1px;
    color:#FFFFFF;
    margin: 0 6 0 6;
}

.panel,
.panel-default {
border: 1px solid transparent;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover,
.nav-pills > li,
.nav > li > a.pills {
   padding: 10px 10px;
}

.row-eq-height {
    display: flex;
    flex-wrap: wrap;
}

.gmap{
    padding:10px 30px;
    border:#ccc solid 2px;
    background:#337ab7;
    margin:15px 0;
    color:#fff;
    font-weight:bold;
}
.gmap:hover {
    background:#fff;border-color:#337ab7;text-decoration:none;
}