@import url(https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,600,700,300,800);


/*************************
*******Typography******
**************************/

/*
 ueip配色
f2f2f2 淡いグレー、基本バック
6b6b6b 黒系バック
c52d2f オリジナルの赤
a0a0a0 少し濃いグレー

.nomal-black
color: #5f5f5f
.nomal-gray
color: #7e7e7e

*/


body {
  background: #fff;
/* [オリジナル] font-family: 'Open Sans', sans-serif; */
  font-family:"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic","Open Sans",sans-serif;
  color:#9900ff;
/* [勝手に追加] */
  font-size: 16px;
  line-height: 1.4em;
  color: #7e7e7e;
}
.small {
  font-size: 14px;
}
.large {
  font-size: 18px;
}

h1{
  font-size: 28px;
  line-height: 1.2em;
  font-weight: 800;
  color: #fff;
}
h2{
  font-size: 18px;
  line-height: 1.2em;
  font-weight: 600;
  color: #fff;
}
h3{
  font-size: 22px;
  line-height: 1.2em;
  font-weight: 800;
  color: #5f5f5f;
  margin-top: 0px;
}
h4{
  font-size: 18px;
}

a {
/* [オリジナル] color: #a0a0a0; */
  color: #5f5f5f;
  -webkit-transition: color 300ms, background-color 300ms;
  -moz-transition: color 300ms, background-color 300ms;
  -o-transition:  color 300ms, background-color 300ms;
  transition:  color 300ms, background-color 300ms;
}

a:hover, a:focus {
  color: #a0a0a0;
}

hr {
  border-top: 1px solid #f2f2f2;
  border-bottom: 1px solid #fff;
  margin-top: 0;
  margin-bottom: 10px;
}

.btn-primary {
/*  background: #a0a0a0; */
  background: #a0a0a0;
  color: #fff;
  border-radius: 5px;
  border:none;
/*  オリジナル  margin-top: 10px; */
  margin-top: 10px;
/* オリジナル    padding: 8px 20px;*/
  padding: 10px;
}

.btn-primary:hover, 
.btn-primary:focus{
  background: #6b6b6b;
  outline: none;
  box-shadow: none;
} 

.btn-transparent {
  border: 1px solid #fff;
  background: transparent;
  color: #fff;
}

.btn-transparent:hover {
  border-color: rgba(255, 255, 255, 0.5);
}

a:hover,
a:focus {
  color: #5f5f5f;
  text-decoration: none;
  outline: none;
}

.dropdown-menu {
  margin-top: -1px;
  min-width: 180px;
}


.center {
  text-align: center;
  /* [バナー説明タイトルとバナーの間隔幅] padding-bottom: 55px; */
  padding-bottom: 0px;
  margin-top: 0;
/* [ueip 中央寄せの横の余白調整を勝手に追加] */
  margin-left: 15%;
  margin-right: 15%;
}
.left {
  margin-top: 0;
  margin-left: 15%;
  margin-right: 15%;
}

.media>.pull-left{
/* [ソリューション等赤ボタンと説明の間幅] margin-right: 100px; */
  margin-right: 20px;
}

.media>.pull-right{
  margin-left: 20px;
}

body > section {
  /* [重要 ueip 各ブロック上部の余白] padding: 70px 0; */
padding: 0 0;
}

.scaleIn {
  -webkit-animation-name: scaleIn;
  animation-name: scaleIn;
}

/* [ueipここ] */
.nomal-black {
  font-size: 16px;
  line-height: 1.4em;
  font-weight: 400;
  color: #5f5f5f;
}
.nomal-white {
  font-size: 16px;
  line-height: 1.4em;
  font-weight: 400;
  color: #fff;
}
.nomal-gray {
  font-size: 16px;
  line-height: 1.4em;
  font-weight: 400;
  color: #7e7e7e;
}
.subtitle-black {
  font-size: 20px;
  line-height: 1.2em;
  font-weight: 600;
  color: #5f5f5f;
}
.subtitle-gray {
  font-size: 18px;
  line-height: 1.2em;
  font-weight: 600;
  color: #7e7e7e;
}
.subtitle-white {
  font-size: 18px;
  line-height: 1.2em;
  font-weight: 600;
  color: #fff;
}
.toptitle-1 {
  font-size: 24px;
  line-height: 1.2em;
  font-weight: 600;
  color: #fff;
  margin-top: 60px;
}
.toptitle-2 {
  font-size: 16px;
  line-height: 1.4em;
  font-weight: 400;
  color: #fff;
  margin-top: 15px;
}
/* [ueip追加ここまで] */

.transparent-bg {
  background-color: transparent !important;
  margin-bottom: 0;
}

@-webkit-keyframes scaleIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes scaleIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}


/*************************
*******トップメニュー******
**************************/

.navbar>.container .navbar-brand {
  margin-left: 0;
}

.navbar-brand {
  padding: 0;
  margin-top: 0;
}

.navbar {
  border-radius: 1px;
  margin-bottom: 0;
  background: #fff;
  padding: 12px 0;
  padding-bottom: 0;
}

 .navbar-nav{
  margin-top: 12px;
 }

.navbar-nav>li{
  margin-left: 35px;
  padding-bottom: 20px;
}

.navbar-inverse .navbar-nav > li > a {
  padding: 5px 12px;
  margin: 0;
  border-radius: 1px;
  color: #5f5f5f;
  line-height: 24px;
  display: inline-block;
}

.navbar-inverse .navbar-nav > li > a:hover{
	background-color: #a0a0a0;
  color: #fff;
}

.navbar-inverse {
  border: none;
}

.navbar-inverse .navbar-brand {
  font-size: 36px;
  line-height: 50px;
  color: #fff;
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus,
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #6b6b6b;
  color: #fff;
}

.navbar-inverse .navbar-nav .dropdown-menu {
  border: 0;
  padding: 0;
  margin-top: 0;
  border-top: 0;
  border-radius: 0;
  left: 0;
}

.navbar-inverse .navbar-nav .dropdown-menu:before{
  position: absolute;
  top:0;
}

.navbar-inverse .navbar-nav .dropdown-menu > li > a {
/* [アコーディオンメニューの上下間隔] padding: 8px 15px; */
  padding: 12px 15px;
  color: #6b6b6b;
/* [ueip追加] */
  background-color: #fff;
}

.navbar-inverse .navbar-nav .dropdown-menu > li:hover > a,
.navbar-inverse .navbar-nav .dropdown-menu > li:focus > a,
.navbar-inverse .navbar-nav .dropdown-menu > li.active > a {
  color: #fff;
  background-color: #a0a0a0;
}

.navbar-inverse .navbar-nav .dropdown-menu > li:last-child > a {
  border-radius: 0 0 0 0;
}

.navbar-inverse .navbar-nav .dropdown-menu > li.divider {
  background-color: transparent;
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-top: 0;
  padding-bottom: 0;
}


/* ueip超重要 スマホのメニューボタン */
/* ボタンの周り */
.navbar-inverse .navbar-toggle {
border: 0;
border-radius: 1px;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
background-color: #fff;
}
.navbar-inverse .navbar-toggle .icon-bar {
background-color: #6b6b6b;
}


/*************************
*******Home Page******
**************************/


#main-slider {
  position: relative;
}

.no-margin {
  margin: 0;
  padding: 0;
}

#main-slider .carousel .carousel-content {
  /* [original] margin-top: 150px; */
  margin-top: 125px;
}

#main-slider .carousel .slide-margin{
  /* [original] margin-top: 140px; */
  margin-top: 0px;
}

#main-slider .carousel h2 {
/* [ueip追記トップスライダーのサブタイトル] */
  font-size: 20px;
  line-height: 1.2em;
  font-weight: 400;
  color: #fff;
}

#main-slider .carousel .btn-slide {
/* [ueip さらに詳しくバック色] background: #a0a0a0; */
  background: #a0a0a0;
  color: #fff;
  border-radius: 5px;
/* [ueip サブタイトルとの空間] margin-top: 25px; */
  margin-top: 25px;
  display: inline-block;
/* [ueip 勝手に追加 サブタイトル下の詳しくボタンの周り空間] */
/*   padding: 8px 20px; */
  padding: 10px;
}

/* [ueip勝手に追加]さらに詳しくのヒット色 */
#main-slider .btn-slide:hover, .btn-slide:focus {
  background: #6b6b6b;
  outline: none;
  box-shadow: none;
} 
/* [ueip勝手に追加ここまで] */

#main-slider .carousel .slider-img{
  text-align: right;
  position: absolute;
}

#main-slider .carousel .item {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  left: 0 !important;
  opacity: 0;
  top: 0;
  position: absolute;
  width: 100%;
  display: block !important;
  /* [original] height: 730px; */
  height: 450px;
  -webkit-transition: opacity ease-in-out 500ms;
  -moz-transition: opacity ease-in-out 500ms;
  -o-transition: opacity ease-in-out 500ms;
  transition: opacity ease-in-out 500ms;
}

#main-slider .carousel .item:first-child {
  top: auto;
  position: relative;
}

#main-slider .carousel .item.active {
  opacity: 1;
  -webkit-transition: opacity ease-in-out 500ms;
  -moz-transition: opacity ease-in-out 500ms;
  -o-transition: opacity ease-in-out 500ms;
  transition: opacity ease-in-out 500ms;
  z-index: 1;
}

#main-slider .prev,
#main-slider .next {
  position: absolute;
  top: 50%;
/* [original] background-color: #6b6b6b; */
/*   background-color: #008080; */
  color: #fff;
  display: inline-block;
  margin-top: -10px;
  height: 20px;
  line-height: 23px;
  width: 20px;
  line-height: 23px;
  text-align: center;
  border-radius: 100%;
  z-index: 5;
}

#main-slider .prev:hover,
#main-slider .next:hover {
  background-color: #6b6b6b;
}

#main-slider .prev {
  left: 10px;
}
#main-slider .next {
  right: 10px;
}

#main-slider .carousel-indicators li {
  width: 14px;
  height: 14px;
  background-color: #fff;
/*  margin: 0 15px 0 0; */
  margin: 0 40px 0 0;
  border: 1px solid #fff;
  position: relative;
  left: 20px;
}

#main-slider .carousel-indicators li:after {
  position: absolute;
  content: "";
  width: 14px;
  height: 14px;
  border-radius: 100%;
/*  background: rgba(0, 0, 0, 0); */
  background: #fff;
  border: 1px solid #fff;
/* オリジナル
  width: 24px;
  height: 24px;
 left: -3px;
  top: -3px; */
 left: -0.5px;
 top: -1px;
}

#main-slider .carousel-indicators .active{
  width: 14px;
  height: 14px;
  background-color: #6b6b6b;
/*  margin: 0 15px 0 0; */
  margin: 0 40px 0 0;
   border: 1px solid #6b6b6b;
   position: relative;
}

/* 丸ボタン選択中 */
#main-slider .carousel-indicators .active:after {
  position: absolute;
  content: "";
  width: 14px;
  height: 14px;
  border-radius: 100%;
/* [ueip変更丸ボタンの色]  background-color: #c52d2f; */
  background: #6b6b6b;
  border: 1px solid #6b6b6b;
/* オリジナル
  width: 24px;
  height: 24px;
  left: -3px;
  top: -3px; */
 left: -0.5px;
 top: -1px;
}

#main-slider .active .animation.animated-item-1 {
  -webkit-animation: fadeInUp 300ms linear 300ms both;
  -moz-animation: fadeInUp 300ms linear 300ms both;
  -o-animation: fadeInUp 300ms linear 300ms both;
  -ms-animation: fadeInUp 300ms linear 300ms both;
  animation: fadeInUp 300ms linear 300ms both;
}

#main-slider .active .animation.animated-item-2 {
  -webkit-animation: fadeInUp 300ms linear 600ms both;
  -moz-animation: fadeInUp 300ms linear 600ms both;
  -o-animation: fadeInUp 300ms linear 600ms both;
  -ms-animation: fadeInUp 300ms linear 600ms both;
  animation: fadeInUp 300ms linear 600ms both;
}

#main-slider .active .animation.animated-item-3 {
  -webkit-animation: fadeInUp 300ms linear 900ms both;
  -moz-animation: fadeInUp 300ms linear 900ms both;
  -o-animation: fadeInUp 300ms linear 900ms both;
  -ms-animation: fadeInUp 300ms linear 900ms both;
  animation: fadeInUp 300ms linear 900ms both;
}

#main-slider .active .animation.animated-item-4 {
  -webkit-animation: fadeInUp 300ms linear 1200ms both;
  -moz-animation: fadeInUp 300ms linear 1200ms both;
  -o-animation: fadeInUp 300ms linear 1200ms both;
  -ms-animation: fadeInUp 300ms linear 1200ms both;
  animation: fadeInUp 300ms linear 1200ms both;
}

#breadcrumbnav {
  background-color: #f2f2f2;
}
.breadcrumb {
  background-color: transparent;
  margin-bottom: 0px;
}
/*
.breadcrumb a {
  color: #fff;
}
.breadcrumb a:hover, a:focus {
  color: #fff;
}
*/
.breadcrumb > li + li:before {
  content: ">";
}

#catchcopy {
/* [original] background: #f2f2f2; */
  background: #fff;
/* [白バックタイトルの最終改行] padding-bottom: 40px; */
  margin-top: 25px;
  margin-bottom: 15px;
}
#catchcopy img {
  margin-top: -30px;
}

#catchcopy3 {
  background: #fff;
/* [白バックタイトルの最終改行] padding-bottom: 40px; */
  margin-top: 0;
  margin-bottom: 20px;
}

.features{
  padding: 0;
}

.feature-wrap {
  /* [original] margin-bottom: 35px; */
  margin-bottom: 0px;
  overflow: hidden;
}

.feature-wrap h2{
  margin-top: 10px;
}

.feature-wrap .pull-left {
  margin-right: 25px;
}

.feature-wrap i{
  font-size: 48px;
  height: 110px;
  width: 110px;
  margin: 3px;
  border-radius: 100%;
  line-height: 110px;
  text-align:center;
  background: #ffffff;
  color: #c52d2f;
  border: 3px solid #ffffff;
  box-shadow: inset 0 0 0 5px #f2f2f2;
  -webkit-box-shadow: inset 0 0 0 5px #f2f2f2;
  -webkit-transition: 500ms;
  -moz-transition: 500ms;
  -o-transition: 500ms;
  transition: 500ms;
  float: left;
  margin-right: 25px;
}

.feature-wrap i:hover {
  background: #c52d2f;
  color: #fff;
  box-shadow: inset 0 0 0 5px #c52d2f;
  -webkit-box-shadow: inset 0 0 0 5px #c52d2f;
  border: 3px solid #c52d2f;
}

#picture .col-xs-12.col-sm-4.col-md-3{
    padding: 0 0;
}

#picture {
    padding: 0 0;
/*    padding-bottom: 0;
    margin-top: 0;
    margin-bottom: 0; */
    margin: 10px 0 0px 0;
}

.picture-wrap {
  position: relative;
  margin-bottom: 20px;
}

.picture-wrap img{
  width: 100%;
}

.picture-wrap .picture-inner{
  top: 0;
  background: transparent;
  opacity: .8;
  width: 100%;
  border-radius: 0;
  margin-bottom: 0;
}

.picture-wrap .picture-inner h3{
  margin: 10px 0;
  font-size: 18px;
  line-height: 1.2em;
  font-weight: 600;
  color: #fff;
}

.picture-wrap .picture-inner h3 a{
  font-size: 18px;
  line-height: 1.2em;
  font-weight: 600;
  color: #fff;
}

.picture-wrap .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  border-radius: 0;
  background: #6b6b6b;
/*  background: #c52d2f; */
  color: #fff;
  vertical-align: middle;
  -webkit-transition: opacity 500ms;
  -moz-transition: opacity 500ms;
  -o-transition: opacity 500ms;
  transition: opacity 500ms;  
  padding: 50px;
}

.picture-wrap .overlay .preview {
  bottom: 0;
  display: inline-block;
  height: 35px;
  line-height: 35px;
  border-radius: 0;
  background: transparent;
  text-align: center;
  color: #fff;
}

.picture-wrap:hover .overlay {
  opacity: 1;
}


#banner {
    padding: 0 0;
    margin: 30px 0 10px 0;
}
.banner-wrap {
    padding: 0 0;
    position: relative;
    margin-bottom: 15px;
}
.banner-wrap img{
  width: 100%;
  border-radius: 5px;
}

#services {
/* [original] background: #6b6b6b url(../img/services/bg_services.png); */
/*  background: #dadada url(../../top/top_services_bg.png); */
/* background: #f2f2f2; */
background: #fff;
}

.services-wrap {
/* [サービスバナーの余白　上下と左右] padding: 40px 30px; */
  padding: 20px 20px 5px 20px;
  background: #f2f2f2;
/* [角の丸み] border-radius: 4px; */
  border-radius: 5px;
/* [枠の下と次のブロックの間隔] margin: 0 0 20px; */
  margin: 0 0 30px 0px;
}

.services-wrap img{
  width: 100%;
}


#topics {
/* [original] background: #f2f2f2; */
/* padding: 20px 0; */
background: #fff;
}

.progress-wrap{
  position: relative;
}

.progress .color1,
.progress .color1 .bar-width{
  background: #2d7da4;
}

.progress .color2,
.progress .color2 .bar-width{
  background: #6aa42f;
}

.progress .color3,
.progress .color3 .bar-width{
  background: #ffcc33;
}

.progress .color4,
.progress .color4 .bar-width{
  background: #db3615;
}

.progress, 
.progress-bar {
  height: 15px;
  line-height: 15px;
  background: #f2f2f2;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  overflow: visible;
  text-align: right;
}

.progress{
  position: relative;
}

.progress .bar-width{
  position: absolute;
  width: 40px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  top: -30px;
  border-radius: 1px;
  margin-left: -30px;
}

.progress span{
  position: relative;
}

.progress span:before{
  content: " ";
  position: absolute;
  width: auto;
  height: auto;
  border-width: 8px 5px;
  border-style: solid;
  bottom: -15px;
  right: 8px;
}

.progress .color1 span:before{
  border-color: #2d7da4 transparent transparent transparent;
}

.progress .color2 span:before{
  border-color: #6aa42f transparent transparent transparent;
}

.progress .color3 span:before{
  border-color: #ffcc33 transparent transparent transparent;
}

.progress .color4 span:before{
  border-color: #db3615 transparent transparent transparent;
}

.panel-default{
  border-color: transparent;
}

.panel-default>.panel-heading,
.panel{
  background-color: #f2f2f2;
  border:0 none;
  box-shadow:none;
}

.panel-default>.panel-heading+.panel-collapse .panel-body{
  background: #fff;
}

.panel-body{
  padding: 25px 45px 10px 45px;
/*  padding: 20px;*/
margin-left: 10%;
margin-right: 45px;
}

.panel-group .panel+.panel{
  margin-top: 0;
  border-top: 2px solid #fff;
}

.panel-group .panel{
  border-radius: 0;
}

.panel-heading{
  border-radius: 0;
}

.panel-title>a{
  color: #6b6b6b;
font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.accordion-inner img{
  border-radius: 1px;
}

.panel-titleheading {
  background: #fff;
}

.panel-heading.active{
  background: #6b6b6b;
}

.panel-heading.active .panel-title>a{
  color:#fff;
}

/* a.accordion-toggle  i{
  width: 45px;
  line-height: 44px;
  font-size: 20px;
  margin-top: -10px;
  text-align: center;
  margin-right: -15px;
  background: #c9c9c9;
}*/

a.accordion-toggle  i{
  width: 45px;
  line-height: 44px;
/* アコーディオンの＞ボタンの大きさ */
  font-size: 18px;
  margin-top: -10px;
  text-align: center;
  margin-right: -15px;
  background: #a0a0a0;
}

.panel-heading.active a.accordion-toggle i{
  background: #a0a0a0;
  color: #fff;
}

.panel-heading.active a.accordion-toggle.collapsed i{
  background: #a0a0a0;
  color: #fff;
}

.nav-tabs>li{
  margin-bottom: 0px;
  border-bottom: 2px solid #fff;
}

.nav-tabs{
  border-bottom: transparent;
  border-right: 1px solid #f2f2f2;
}

.nav-tabs>li>a {
  background: #f2f2f2;
  color: #666;
  border-radius: 0;
  border: 0 none;
  line-height: 24px;
  margin-right:0;
  padding: 13px 15px;
}

.nav-tabs li:last-child{
  border-bottom: 0 none;
} 

.nav-stacked>li+li{
  margin-top: 0;
}

.nav-tabs>li>a:hover{
  background: #a0a0a0;
  color:#fff;
}

.nav-tabs>li.active>a, 
.nav-tabs>li.active>a:hover, 
.nav-tabs>li.active>a:focus {
  border: 0;
  color:#fff;
  background: #6b6b6b;
  position: relative;
}

.nav-tabs>li.active>a:after {
  position: absolute;
  content:  "";
  width: auto;
  height: auto;
  border-style:solid;
  border-color: transparent transparent transparent #6b6b6b;
  border-width: 25px 22px;
  right: -44px;
  top:0;
}

/* [ueip 代表説明で使用している奴] */
.tab-wrap {
  border:1px solid #f2f2f2;
/* [ブロック下側の改行幅] margin-bottom: 20px; */
  margin: 0 0;
}

.tab-content {
  padding: 20px 20px 10px 20px;
}

.tab-content img {
  border-radius: 1px;
}

.tab-content2 {
  padding: 0 0 0 0;
}

.tab-content2 img {
  border-radius: 1px;
}

.tab-body {
  padding: 0 0 10px 0;
  margin-left: 0;
  margin-right: 0;
}

.testimonial-inner .pull-left {
  border-right: 0px solid #a0a0a0;
  padding-right: 15px;
  position: relative;
}

.testimonial-inner .pull-left:after {
  content: "";
  position: absolute;
  width: 9px;
  height: 9px;
  top: 50%;
  margin-top: -5px;
  background: #FFF;
  -webkit-transform: rotate(45deg);
  border: 1px solid #f2f2f2;
  right: -5px;
  border-left: 0 none;
  border-bottom: 0 none;
}

#partner {
  background: url(../../top/top_partners_bg.png) 50% 50% no-repeat;
  background-size: cover;
  padding: 20px 0px;
}

#partner {
  color: #fff;
  text-align: center;
}

.partners ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.partners ul li{
  display: inline-block;
  float: left;
  width: 20%;
}


/* [ueip追加] */
.no-margin {
  margin: 0;
  padding: 0;
}
/* [ueip追加ここまで] */


/***********************
****Service page css****
***********************/

.services {
  padding: 0;
}

.grayback {
  background: #f2f2f2;
  padding: 0 0;
  border-radius: 0px;
  position: relative;
  margin: 20px 0 0 0;
  padding-top: 20px;
  padding-bottom: 10px;
  padding-left: 50px;
  padding-right: 50px;
}

.request {
  bottom: -15px;
  left: 50%;
  position: absolute;
  margin-left: -110px;
}

.request h4 {
  position: absolute;
  width: 220px;
  position:relative;
}

.request h4 a{
  background:#c52d2f;
  color: #fff;
  font-size: 14px;
  font-weight: normal;
  border-radius: 1px;
  padding: 5px 15px;
}

.request h4:after {
  border-color: #c52d2f transparent transparent;
  border-style: solid;
  border-width: 12px;
  bottom: -18px;
  content: "";
  height: 0;
  position: absolute;
  right: 13px;
  z-index: -99999;
}

.request h4:before {
  border-color: #c52d2f transparent transparent;
  border-style: solid;
  border-width: 12px;
  bottom: -18px;
  content: "";
  height: 0;
  left: 13px;
  position: absolute;
  z-index: -99999;
}

.clients-area {
  padding: 30px;
}

.clients-comments {
    background-image: url("../../lib/img/image_bg.png");
    background-position: center 118px;
    background-repeat: no-repeat;
    margin-bottom: 100px;
}

.clients-comments img {
  background:#DDDDDD;
  border: 1px solid #DDDDDD;
  height: 182px;
  padding: 3px;
  width: 182px;
  transition: all 0.9s ease 0s;
  -moz-transition: all 0.9s ease 0s;
  -webkit-transition: all 0.9s ease 0s;
  -o-transition: all 0.9s ease 0s;
}

.clients-comments h3 {
  margin-top: 55px;
  font-weight: 300;
  padding: 0 40px;
}

.clients-comments h4 {
  font-weight: 300;
  margin-top: 15px;
}


.clients-comments  h4  span {
  font-weight: 700;
  font-style: oblique;
}

.footer {
  background: none repeat scroll 0 0 #2E2E2E;
  border-top: 5px solid #C52D2F;
  height: 84px;
  margin-top: 110px;
}

.footer_left {
  padding: 10px;
}

.text-left {
  color: #FFFFFF;
  font-size: 12px;
  margin-top: 15px;
}

/*************************
********* Portfolio CSS ******
**************************/

#portfolio_page {
  margin-top: 115px;
  padding-bottom: 0;
}

.portfolio-items, 
.portfolio-filter {
  list-style: none outside none;
  margin: 0 0 40px 0;
  padding: 0;
}

.portfolio-filter > li {
  display: inline-block;
}

.portfolio-filter > li a {
  background: none repeat scroll 0 0 #FFFFFF;
  font-size: 14px;
  font-weight: 400;
  margin-right: 20px;
  text-transform: uppercase;
  transition: all 0.9s ease 0s;
  -moz-transition: all 0.9s ease 0s;
  -webkit-transition: all 0.9s ease 0s;
  -o-transition: all 0.9s ease 0s;
  border: 1px solid #F2F2F2;
  outline: none;
  border-radius: 1px;
}

.portfolio-filter > li a:hover,
.portfolio-filter > li a.active{
  color:#fff;
  background: #c52d2f;
  border: 1px solid #c52d2f;
  box-shadow: none;
  -webkit-box-shadow: none;
}

.portfolio-items > li {
  float: left;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.portfolio-item {
  margin: 0;
  padding:0;
}

/* Start: Recommended Isotope styles */
/**** Isotope Filtering ****/
.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

/**** Isotope CSS3 transitions ****/
.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}

/* End: Recommended Isotope styles */
/* disable CSS transitions for containers with infinite scrolling*/
.isotope.infinite-scrolling {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}


/**************************
********* Color Table CSS *
**************************/

.table-area {
  padding: 0;
  margin-top: 0;
  margin-bottom: 0;
}

.table-area ul {
  background:#FAFAFA;
  padding: 0;
  margin: 0;
}

.table-area ul li {
  list-style: none;
  padding: 5px 0;
  font-size: 16px;
  font-weight: 400;
  color: #6b6b6b;
}

.table-area ul li:nth-child(even){
  background:#f5f5f5
}

.table-area .heading-index {
  padding:1px 0;
  border-radius:1px 1px 0 0;
  background: #fff;
}
.table-area .heading {
  padding:1px 0;
  border-radius:1px 1px 0 0;
  background: #6b6b6b;
}


/*************************
********* Contact Us CSS ******
**************************/

.youtube {
  width: 100%;
  height: 0;
  position: relative;
  padding-top: 56.25%;
  overflow: hidden;
}

.youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.gmap-area {
  background-image: url("../../company/map.jpg");
/*  background-position: 0 0;*/
  background-position: center 0;
  background-repeat: no-repeat;
  background-size: cover;
/* [地図バックの上下幅] padding: 70px 0; */
  padding: 20px 0;
}

.gmap-area .gmap iframe {
  border-radius: 1px;
  height: 260px;
  width: 260px;
}

.gmap{
    border: 1px solid #f2f2f2;
    border-radius: 1px;
    height: 260px;
    width: 260px;
    box-shadow: 0px 0px 3px 3px #e7e4dc;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
}

.gmap-area {
  list-style: none; 
}

.form-group label {
  font-size: 16px;
  line-height: 1.2em;
  font-weight: 400;
  color: #7e7e7e;
}

.form-group .form-control {
  padding: 5px 5px;
  border-color: a0a0a0;
  box-shadow: none;

  font-size: 16px;
  line-height: 1.2em;
  font-weight: 600;
  color: #5f5f5f;
}

.bigicon {
  font-size: 20px;
  vertical-align: bottom;
}


/***********************
********* Footer ******
************************/

#footer {
  padding-top: 20px;
  padding-bottom: 18px;
/* [original] background: #2e2e2e; */
  background: #6b6b6b;
/* [ueip 勝手に追加] */
  font-size: 16px;
  line-height: 1.4em;
  font-weight: 400;
  color: #fff;
}

#footer a {
  color: #fff;
}

#footer a:hover {
  color: #a0a0a0;
}

#footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer ul > li {
  display: inline-block;
  margin-left: 0;
}

/*================================================
 *  ページトップへの戻り
 ================================================*/
.totop {
  position:fixed;
  bottom:15px;
  right:15px;
}
.totop a {
  display:block;
  text-decoration:none;
}
.totop img {
  background:#a0a0a0;
  border-radius: 50px;
}
.totop img:hover {
  background:#6b6b6b;
}

/*================================================
  各サブページのトップ画面
 ================================================*/
#title-company {
  background: #fff url(../../company/company_title_bg.jpg) 50% 50% no-repeat;
  background-size: cover;
  height: 250px;
  padding-top: 30px;
}
#title-fortigate {
  background: #fff url(../../product/fortigate/fortigate_title_bg.jpg) 50% 50% no-repeat;
  background-size: cover;
  height: 250px;
  padding-top: 30px;
}
#title-trouble {
  background: #fff url(../../trouble/trouble_title_bg.jpg) 50% 50% no-repeat;
  background-size: cover;
  height: 250px;
  padding-top: 30px;
}
#title-product {
  background: #fff url(../../product/product_title_bg.jpg) 50% 50% no-repeat;
  background-size: cover;
  height: 250px;
  padding-top: 30px;
}
#title-solution {
  background: #fff url(../../solution/solution_title_bg.jpg) 50% 50% no-repeat;
  background-size: cover;
  height: 250px;
  padding-top: 30px;
}
#title-free {
  background: #fff url(../../free/free_title_bg.jpg) 50% 50% no-repeat;
  background-size: cover;
  height: 250px;
  padding-top: 30px;
}
#title-helpdesk {
  background: #fff url(../../helpdesk/helpdesk_title_bg.jpg) 50% 50% no-repeat;
  background-size: cover;
  height: 250px;
  padding-top: 30px;
}
#title-error {
  background: #fff url(../../sub/error/error_title_bg.jpg) 50% 50% no-repeat;
  background-size: cover;
  height: 130px;
  padding-top: 30px;
}

#title-privacy {
  background: #fff url(../../sub/privacy/privacy_title_bg.jpg) 50% 50% no-repeat;
  background-size: cover;
  height: 130px;
  padding-top: 30px;
}

#title-csr {
  background: #fff url(../../sub/csr/csr_title_bg.jpg) 50% 50% no-repeat;
  background-size: cover;
  height: 130px;
  padding-top: 30px;
}

#title-mynumber {
  background: #fff url(../../solution/mynumber/mynumber_title_bg.jpg) 50% 50% no-repeat;
  background-size: cover;
  height: 250px;
  padding-top: 30px;
}

#title-telework {
  background: #fff url(../../solution/telework/telework_title_bg.jpg) 50% 50% no-repeat;
  background-size: cover;
  height: 250px;
  padding-top: 30px;
}

#title-livestream {
  background: #fff url(../../solution/livestream/titleback.jpg) 50% 50% no-repeat;
  background-size: cover;
  height: 250px;
  padding-top: 30px;
}

#title-ruckus {
  background: #fff url(../../solution/ruckus/ruckus_titleback.jpg) 50% 50% no-repeat;
  background-size: cover;
  height: 250px;
  padding-top: 30px;
}

#title-barracuda {
  background: #fff url(../../product/barracuda/barracuda_title_bg.jpg) 50% 50% no-repeat;
  background-size: cover;
  height: 250px;
  padding-top: 30px;
}

#title-wifi {
  background: #fff url(../../solution/wifi/wifi_title_bg.jpg) 50% 50% no-repeat;
  background-size: cover;
  height: 250px;
  padding-top: 30px;
}
#title-fortigate-vs {
  background: #fff url(../../solution/fortigate-vs/fortigate-vs_title_bg.jpg) 50% 50% no-repeat;
  background-size: cover;
  height: 250px;
  padding-top: 30px;
}

/*================================================
  テーブル
 ================================================*/

.table-gray {
  width: auto;
  max-width: 555px;
  border-spacing: 0;
}
.table-gray th {
  font-size:16px;
  line-height: 1.2em;
  font-weight: 400;
  color: #fff;
  text-align: center;
  padding: 10px 0;
  background: #6b6b6b;
  border-top:1px solid #6b6b6b;
  border-bottom:1px solid #6b6b6b;
}
.table-gray th:first-child {
  border-left:1px solid #6b6b6b;
  border-radius: 1px 0 0 0;	
}
.table-gray th:last-child {
  border-radius:0 1px 0 0;
  border-right:1px solid #6b6b6b;
}
.table-gray tr td {
  padding: 7px 15px;
  text-align: left;
}
.table-gray tr td:first-child {
/*  border-left: 1px solid #fff; */
}
.table-gray tr td:last-child {
/*  border-right: 1px solid #fff; */
}
.table-gray tr {
  background: #fff;
}
.table-gray tr:nth-child(2n+1) {
  background: #f2f2f2;
}
.table-gray tr:last-child td {
  border-bottom: 15px solid #fff;
}
.table-gray tr:last-child td:first-child {
  border-radius: 0 0 0 1px;
}
.table-gray tr:last-child td:last-child {
  border-radius: 0 0 1px 0;
}

/* .table-gray tr:hover {
  background: #f2f2f2;
  cursor:pointer; 
} */


.table-white {
  width: auto;
  max-width: 555px;
  border-spacing: 0;
  font-size:16px;
  line-height: 1.2em;
  font-weight: 400;
  color: #7e7e7e;
}
.table-white tr td {
  padding: 7px 15px;
  text-align: left;
}
.table-white td {
  width: 275px;
}

.table-company {
  width: auto;
  margin-left: auto;
  margin-right: auto;
  border-spacing: 0;
  font-size:16px;
  line-height: 1.2em;
  font-weight: 400;
  color: #6b6b6b;
}
.table-company th tr td {
  text-align: left;
}

/*================================================
  メールフォーム用
 ================================================*/
#lock {
  z-index: 10000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #FFF;
  text-align: center;
  display: none;
  opacity: 0.7;
}
/* lg */ 
@media (min-width: 1200px) {
 /* Make Navigation Toggle on Desktop Hover */

  .dropdown:hover .dropdown-menu {
      display: block;
      -webkit-animation: fadeInUp 400ms;
      animation: fadeInUp 400ms;
  }

  #portfolio .row {
    margin-left: -10px;
    margin-right: -10px;
  }

}

/* md */
@media (min-width: 992px) and (max-width: 1199px) {

 /* Make Navigation Toggle on Desktop Hover */
  .dropdown:hover .dropdown-menu {
      display: block;
      -webkit-animation: fadeInUp 400ms;
      animation: fadeInUp 400ms;
  }

/* ueip追加 */
.grayback {
  padding-left: 60px;
  padding-right: 60px;
}
/* ueipここまで */

  .navbar-nav > li {
    margin-left: 10px;
  }

  .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }

  #main-slider .carousel h1 {
    font-size: 42px;
  }

  #main-slider .carousel h2 {
    font-size: 18px;
  }

  #main-slider .carousel h3 {
    font-size: 22px;
  }

  .picture-wrap .overlay{
    padding: 30px;
  }

  .feature-wrap h2, 
  .single-services h2 {
    font-size: 18px;
  }

  .feature-wrap h3, 
  .single-services h3{
    font-size: 14px;
  }

  .tab-wrap .media .parrent.pull-left{
    clear: both;
    width: 100%;
  }

  .tab-wrap .media .parrent.media-body{
    clear: both;
  }

  #portfolio .row {
    margin-left: -10px;
    margin-right: -10px;
  }

  .picture-wrap .overlay .preview{
    line-height: inherit;
  }

  .team-bar .first-arrow {
    width: 21%;
  }

  .team-bar .second-arrow {
    width: 20%;
  }

  .team-bar .third-arrow {
    width: 21%;
  }

  .team-bar .fourth-arrow {
    width: 20%;
  }

  ul.social_icons li{
    margin-right: 0;
  }

}


/* sm */
@media (min-width: 768px) and (max-width: 991px) {

  /* Make Navigation Toggle on Desktop Hover */
  .dropdown:hover .dropdown-menu {
      display: block;
      -webkit-animation: fadeInUp 400ms;
      animation: fadeInUp 400ms;
  }

/* ueip追加 */
.center {
  margin-left: 20px;
  margin-right: 20px;
}
.left {
  margin-left: 20px;
  margin-right: 20px;
}
.panel-body{
  padding: 25px 45px 10px 45px;
  margin-left: 0;
  margin-right: 0;
}
.grayback {
  padding-left: 40px;
  padding-right: 40px;
}
/* ueipここまで */

  .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }

  .navbar-nav > li {
    margin-left: 0;
  }

  #main-slider .carousel h1 {
    font-size: 34px;
  }

  #main-slider .carousel h2 {
    font-size: 16px;
  }

  #main-slider .carousel h3 {
    font-size: 22px;
  }

/* [ueip] メインスライダーの位置と大きさ */
  #main-slider .carousel .item {
  height: 360px;
  }
  #main-slider .carousel .carousel-content {
  margin-top: 65px;
  }

  .tab-wrap .media .parrent.pull-left, 
  .media.accordion-inner .pull-left{
    clear: both;
    width: 100%;
  }

  .tab-wrap .media .parrent.media-body, 
  .media.accordion-inner .media-body{
    clear: both;
  }

  .services-wrap {
    padding: 15px 15px;
/*    padding: 40px 0 40px 30px; */
  }

  .picture-wrap .overlay{
   padding: 0 5px;
  }

  .picture-wrap .picture-inner h3 a {
    font-size: 16px;
  }

  .sinlge-skill{
    width: 150px;
    height: 150px;
  } 

  .sinlge-skill p em {
    font-size: 25px;
  }

  .sinlge-skill p {
    font-size: 16px;
  }

  .team-bar .first-one-arrow {
    width: 2%;
  }

  .team-bar .first-arrow {
    width: 18%;
  }

  .team-bar .second-arrow {
    width: 24%;
  }

  .team-bar .third-arrow {
    width: 15%;
  }

  .team-bar .fourth-arrow {
    width: 20%;
  }

  .blog .blog-item .entry-meta > span a{
    font-size: 10px;
  }

  #footer .col-sm-6{
      text-align:center;
  }
  
  #footer .pull-right{
      float: none !important;
  }

}


/* xs */
@media (max-width: 767px) {

  .container > .navbar-header, .container > .navbar-collapse{
    margin-left: 0;
  }

/* ueip追加 */
.center {
  margin-left: 0;
  margin-right: 0;
}
.left {
  margin-left: 0;
  margin-right: 0;
}
.panel-body{
  padding: 20px 15px 5px 15px;
  margin-left: 0;
  margin-right: 0;
}
.grayback {
  padding-left: 20px;
  padding-right: 20px;
}
.tab-body {
  padding: 0 15px 5px 15px;
  margin-left: 0;
  margin-right: 0;
}
.gmap-area {
  padding: 5px 0;
}
/* ueipここまで */

  input.search-form:hover {
    width: 120px;
  }

.navbar {
  padding: 5px 0;
}
.navbar-inverse .navbar-toggle {
   margin-top: 12px;
}

  .navbar-nav > li {
/* [ueipメニューの上下間隔] padding-bottom: 0; */
    padding-bottom: 5px;
    margin-top: 10px;
  }


.navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
  color: #4e4e4e;
}
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:active {
  color: #fff;
  background-color: #a0a0a0;
}


  #main-slider .carousel h1 {
    font-size: 34px;
  }

  #main-slider .carousel h2 {
    font-size: 16px;
    line-height: 1.4em;

  }

  #main-slider .carousel h3 {
    font-size: 20px;
  }

/* [ueip] メインスライダーの位置と大きさ */
  #main-slider .carousel .item {
  height: 360px;
  }
  #main-slider .carousel .carousel-content {
  margin-top: 65px;
  }

  .feature-wrap h2, 
  .single-services h2 {
    font-size: 18px;
  }

  .feature-wrap h3, 
  .single-services h3{
    font-size: 14px;
  }


  .media.accordion-inner .pull-left, 
  .media.accordion-inner .media-body{
    clear: both;
  }

  .accordion-inner h4 {
    margin-top: 10px;
  }

  .tab-wrap .media .pull-left{
    clear: both;
    width: 100%;
  }

  .tab-wrap .media .media-body{
    clear: both;
  }

  .nav-tabs > li.active > a:after{
    display: none;
  }

  #footer .col-sm-6{
      text-align:center;
  }
  
  #footer .pull-right{
      float: none !important;
  }

  #footer {
  padding-top: 12px;
  padding-bottom: 14px;
  font-size: 14px;
  line-height: 1.4em;
  font-weight: 400;
}


  .sinlge-skill {
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .team .single-profile-top, 
  .team .single-profile-bottom {
    margin-bottom: 30px;
  }

  .clients-area {
    padding: 60px 0;
  }

  .clients-area h1 {
    font-size: 25px;
  }

  .portfolio-item, 
  #picture .col-xs-12.col-sm-4.col-md-3{
    padding:0 15px;
  }

  ul.social_icons li{
    margin-right: 0;
  }

  .blog .blog-item .entry-meta{
    margin-bottom: 20px;
  }

  .blog .blog-item .blog-content h3 {
    margin-bottom: 20px;
  }

  .post_reply_comments {
    padding-left: 20px;
  }
    

}


/* XS Portrait */
@media (max-width: 480px) {


}

