@charset "utf-8";

/* all site
------------------------------------------------------------*/
.entry a[target="_blank"]::after {
    content: "";
    background: url(images/icon_link.png) no-repeat;
    display: inline-block;
    width: 25px;
    height: 24px;
    vertical-align: bottom;
    margin-left: 0.3em;
}
iframe{
	max-width: 100%;
}
img{
	height: auto;
	max-width: 100%;
}

.clearfix:after { /*floatの解除*/
	display:block;
	clear:both;
	height:0px;
	visibility:hidden;
	content:".";
}
.clearfix {
	min-height: 1px; /*IE6、7対策*/
}
* html .clearfix {
	height: 1px;
	/*\*//*/ /*MAC IE5.x対策*/
	height: auto;
	overflow: hidden;
	/**/
}
a:hover{
opacity:0.8;
filter:alpha(opacity=80);
-ms-filter: "alpha( opacity=80 )";
}

/*------------------for wordpress------------------*/

img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	margin: 0 0 2px 4px;
	display: inline;
	}

img.alignleft {
	margin: 0 4px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
	



/*------------------all page------------------*/
body,h3,h4,p {
}


/*------------------header------------------*/
.navbar-header img {
	float: left;
	height: 50px;
	width: auto;
	margin-bottom: auto;
	margin-left: 0px;
	margin-top: 16px;
}


/*------------------dropdown list------------------*/


#navi li{
  position: relative;
  float: left;
  margin: 0;
  padding: 0;
  text-align: center;
}
#navi li a{
	-webkit-transition: all 0.8s ease;
	-moz-transition: all 0.8s ease;
	-o-transition: all 0.8s ease;
	transition: all 0.8s ease;
	padding-left: 25px;
	padding-right: 25px;
	line-height: 80px;
	height: 80px;
	position: relative;
	display: inline-block;
	transition: .3s;
	font-weight: bold;
	color: #000;
}
#navi ul a::after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
    width: 0;
    height: 3px;
    background-color: #0e6ca0;
    transition: .3s;
}
#navi ul a:hover::after {
  width: 100%;
}
#navi li:hover > a{
	color: #000;
	background-color: transparent;
}
#navi > li:hover > a{
  border-radius: 3px 3px 0 0;
}

#navi li:last-child ul{
  left: -100%;
  width: 100%
}
#navi li ul li{
  overflow: hidden;
  width: 100%;
  height: 0;
  color: #fff;
  -moz-transition: .2s;
  -webkit-transition: .2s;
  -o-transition: .2s;
  -ms-transition: .2s;
  transition: .2s;
}
#navi li ul li a{
	text-align: left;
	font-size: 12px;
	font-weight: normal;
	background-color: #FFFFFF;
	display: block;
	line-height: 40px;
	height: 40px;
}
#navi li:hover ul li{
  overflow: visible;
  height: 40px;
  border-top: 1px solid #69bcd5;
  border-bottom: 1px solid #69bcd5;
}
#navi li:hover ul li:first-child{
  border-top: 0;
}
#navi li:hover ul li:last-child{
  border-bottom: 0;
}
#navi li:hover ul li:last-child a{
  border-radius: 0 0 3px 3px;
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
background-color: transparent;
}
.dropdown-menu{
	padding-bottom: 0px;
}

/*------------------footer------------------*/
.footer {
	padding-top: 50px;
	clear: both;
	padding-right: 0px;
	padding-left: 0px;
}
.page-template-default .top_line{border-top-width: 50px;
border-top-style: solid;
border-top-color: #f4f4f4;}
.footer a{
	color: #fff;
}


.footer .menu li{
	list-style-type: none;
	float: left;
	font-weight: bold;
	margin-bottom: 10px;
	margin-left: 20px;
	width: 20%;
		position: relative;
	margin-left: 0px;
	padding-left: 15px;
	    font-size: 15px;
}
.footer .menu li a{
	padding: 0px;
}
.footer .menu li a::before {
    width: 9px;
    height: 2px;
    background: #3476be;
    position: absolute;
    left: 0;
    top: 8px;
    content: "";
}
.footer .menu .sub-menu{
	padding: 0px;
	margin-top:10px;
}
.footer .menu .sub-menu li {
    float: none;
    font-weight: normal;
    width: auto;
}
.footer .menu .sub-menu li a {
    color: #ced4da;
    font-size: .8rem;
}
footer .menu .sub-menu li a::before {
    background: #fd001294;
}
.copyright{
	background-color: #333;
	color: #FFF;
	clear: both;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #fd0012;
}
.footer .copyright a{
	color: #FFF;
}

.icp img{
	height: auto;
	width: 20px;
	margin-right: 5px;
}
/*------------------Change less------------------*/
dl {
    margin-bottom: 0px;
}
.navbar-nav > li > a {
padding-top: 0px;
padding-bottom: 0px;
}
.container .jumbotron, .container-fluid .jumbotron {
	padding: 0px;
	margin-bottom: 30px;
}
.jumbotron {
	margin-bottom: 0px;
	background-color: transparent;
}
/*------------------Change dropdown on mopuse over------------------*/
ul.nav li.dropdown:hover > ul.dropdown-menu {
    display: block;    
}
/*------------------Change pagebuilder.css------------------*/
.sow-features-list{
	padding: 20px;
}
.so-widget-sow-features-default-9e7743a7c703 .sow-features-list .sow-features-feature{
	margin-bottom: 10px;
}
/*------------------add pagebuilder.css------------------*/
/*------------------中国語の代表挨拶だけ------------------*/
.no_top_space{
	margin-top: -100px !important;
}
/*------------------中国語の代表挨拶だけ　ここまで------------------*/
.top_space{
	margin-top: 20px;
}
.top_space_double{
	margin-top: 50px;
}
.bottom_space{
	margin-bottom: 20px;
}
.bottom_space_half{
	margin-bottom: 10px;
}
.bottom_space_double{
	margin-bottom: 50px;
}
.garally_images .sow-image-container{
	margin-bottom: 20px;/*ダッシュボード → 設定 → pagebuilder → レイアウト → 行下の余白に合わせる*/
}
/*------------------Change bootstrap.css------------------*/
/*-
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
	vertical-align: middle;
	border-bottom: 1px solid #ddd;
}*/
.open > .dropdown-menu {
    display: none;
}
ul, ol {
margin: 0px;
  list-style-position: inside;
  padding: 0;
	list-style-type: none;
}

.nav > li > a {
padding: 0px;
}


.navbar {
	margin-bottom: 0px;
	border-bottom-style: none;
	margin-top: 0px;
}

.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover {
background-color: transparent;
}
a:hover {
	text-decoration: none;
}
.container_1190{
	width: 1190px;
	margin-right: auto;
	margin-left: auto;
}
.jumbotron p {
	margin-bottom: 8px;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.5em;
}
.panel {
    box-shadow: none;
}
.caret{
	display: none;
}

/* 
navbar (header親リンクもクリックできるように)
*/ @media(min-width:992px){
.navbar .sub-menu {
	position: absolute;
	z-index: 9999;
	padding: 0px;
	background-color: #fff;
	border-radius: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	-webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
	box-shadow: 0 6px 12px rgba(0,0,0,.175);
	/* 初期状態でサブメニューを非表示にしておく */
	display: none;
} 
/* 
navbar (三層目まで　.sub-menu .sub-menu)
*/	
.navbar li:hover > .sub-menu{
  opacity: 1;
  visibility: visible;
}
.navbar .sub-menu .sub-menu {
left: 100%;
  top: 0;

	box-shadow: 0 2px 4px rgba(0,0,0,.1);
  opacity: 0;
  position: absolute;
  text-align: left;
  transition: opacity .25s,visibility .25s;
  visibility: hidden;
  width: 15em;
  z-index: 1;
}
}

.menu-item-has-children:hover .sub-menu {
	/* 子を持つ親メニューにマウスオーバーしたとき、サブメニューを表示する */
  display: block;
}
.navbar .sub-menu li{
    width: 100%;
    display: block; 

} 
.navbar .sub-menu li a{
	display: block;
	white-space: nowrap;
	color: #333!important;
	background-color: #ffffff8f;
	padding-top: 8px;
	padding-bottom: 8px;
	font-weight: normal;
	padding-right: .5rem;
    padding-left: .5rem;

} 
.navbar .sub-menu li a:hover{ 
    background: #eee; 
} 
.sub-menu li a:after{ 
    content: none; 
} 
#navi li:hover > a{
	background-color: #FFF;
	opacity: 1;
}

@media screen and (max-width: 992px){ 
	.navbar .sub-menu li {
  width: 95%;

  float: right;
}
.icp {
  white-space: nowrap;
}
}
@media(max-width:767px){


}
@media screen and (max-width: 480px) {

}
