@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon/icomoon.eot?srf3rx");
  src: url("../fonts/icomoon/icomoon.eot?srf3rx#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.ttf?srf3rx") format("truetype"), url("../fonts/icomoon/icomoon.woff?srf3rx") format("woff"), url("../fonts/icomoon/icomoon.svg?srf3rx#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* =======================================================
*
* 	Template Style 

font-family: 'M PLUS 1p', sans-serif;
font-family: 'Cabin', sans-serif;
font-family: 'Abel', sans-serif;
font-family: 'Quicksand', sans-serif;
font-family: 'Tenor Sans', sans-serif;
font-family: 'Biryani', sans-serif;
font-family: "Noto Sans Japanese";
font-family: 'Lato', sans-serif;
font-family: "Font Awesome 5 Free";
        content:"\f138";
	font-weight: 900;

*
* ======================================================= */
/*************************************/
/*    202312                    */
/*************************************/
.no-gutter > [class*="col-"] {
    padding-right:0!important;
    padding-left:0!important;
}
.p-15{
	padding: 15px;
}
@media screen and (max-width: 767.98px){
	.p-15{
	padding: 5px 0 10px;
}
}
.ct-kakomi ol  {
  margin: 0;
  padding: 0 5px;
}
.ct-kakomi ol li  {
  list-style: none;
  padding-left: 1.3em;
  text-indent: -1.3em;
	margin-bottom: 15px;
	text-align: justify;
  text-justify: inter-ideograph;

}
.instline img{
    background-color: #F1F1F1!important;
}
.instline img:hover{
    background-color: #ccc!important;
	-webkit-transition: 0.7s;
    -o-transition: 0.7s;
    transition: 0.7s;
}
section{
	padding: 25px 15px;
}
.b-round-black{
		border:solid 2px #777;
		border-radius: 10px;
		padding:25px;
		margin:15px;
	}
@media screen and (max-width: 767.98px){
	.b-round-black{
		padding:15px;
		margin:0px;
	}
}
.u-line-pink h3{
		font-family: "";
        content:"";
	font-weight: 300;
	margin: 0 0 1em 0!important;
		padding: 0em 0.5em 1em;
		position: relative;
		background: none;
		text-align:left;
	}
	.u-line-pink h3:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px;
  content: '';
background-image: -webkit-repeating-linear-gradient(135deg, #ff9999, #ff9999 1px, transparent 2px, transparent 5px);
  background-image: repeating-linear-gradient(-45deg, #ff9999, #ff9999 1px, transparent 2px, transparent 5px);
  background-size: 7px 7px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.u-line-pink h3:before{
	font-family: "";
        content:""!important;
	font-weight: 600;
        color: none!important;
	margin-right: 0!important;
	margin-left: 0!important;
}
.at-table td{
	padding-top: 2em;
	padding-bottom: 2em;
	line-height: 2em;
}
@media screen and (max-width: 767.98px){
	.at-table td{
	padding-top: 1.5em;
	padding-bottom: 1.5em;
	line-height: 1.8em;
}
}
/*************************************/
/*    202308 25                    */
/*************************************/
.table-responsive {
  margin-inline: auto;
  overflow-x: auto; /* tableタグのはみ出た要素を隠す */
   /*white-space: nowrap; テキストの折り返しなし */
  width: 100%;
	border: none;
}
.table-responsive table {
	width: 100%;
  min-width: 720px; /* tableタグの親要素より広く */
	border-collapse: collapse;
}


	.footer-margin{
		margin-top:-25px;
	}

	@media screen and (max-width: 767.98px){
		.footer-margin{
		margin-top:25px;
	}
	}
/*************************************/
/*    202308 guide-general                    */
/*************************************/

/*タブ切り替え全体のスタイル*/
.tabs {

  background-color: #fff;
  width: 100%;
  margin: 0 auto;}

/*タブのスタイル*/
.tab_item {
  width: calc(100%/3);
  height: 50px;
  border-bottom: 0px solid #fff000;
  background-color: #d9d9d9;
  line-height: 50px;
  font-size: 16px;
  text-align: center;
  color: #565656;
  display: block;
  float: left;
  text-align: center;
  font-weight: bold;
  transition: all 0.2s ease;
	margin-bottom:0px;
}
.tab_item:hover {
  opacity: 0.75;
}

/*ラジオボタンを全て消す*/
input[name="tab_item"] {
  display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab_content {
  display: none;
  clear: both;
  overflow: hidden;
	padding-top:35px;
}


/*選択されているタブのコンテンツのみを表示*/
#all:checked ~ #all_content,
#programming:checked ~ #programming_content,
#design:checked ~ #design_content {
  display: block;
}

/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item {
  background-color: #fff000;
 color: #565656;
}


h4.stripe {
  /*text-align: center;*/
  padding: 1em;
  /*border-top: solid 2px #fff000;
  border-bottom: solid 2px #fff000;*/
  background: -webkit-repeating-linear-gradient(-45deg, #fff, #fff 3px,#fffddf 3px, #fffddf 7px);
  background: repeating-linear-gradient(-45deg, #fff #fff 3px,#fffddf 3px, #fffddf 7px);
	

}


/*以下保険治療アコーディオン*/
.accordion {
margin: 3em auto;
}
.toggle {
display: none;
}
.option {
position: relative;
margin-bottom: 1em;
}
.title,
.content {
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
transform: translateZ(0);
transition: all 0.3s;
	font-weight:300;
}
.title {
border: solid 1px #ccc;
padding: 1em 2em 1em 1em;
display: block;
	font-size:1em;
}
.title::after,
.title::before {
content: "";
position: absolute;
right: 1.25em;
top: 1.25em;
width: 2px;
height: 0.75em;
background-color: #999;
transition: all 0.3s;
}
.title::after {
transform: rotate(90deg);
}
.content {
max-height: 0;
overflow: hidden;
}
.content p {
margin: 0;
padding: 0.5em 1em 1em;
font-size: 1em;
line-height: 1.5;
}
.toggle:checked + .title + .content {
max-height: 500px;
transition: all 1.5s;
}
.toggle:checked + .title::before {
transform: rotate(90deg) !important;
}
/*吹き出し見出し*/
h4.fuki {
  position: relative;
  padding: 1.5rem 2rem;
  border-radius: 10px;
  background: #fff000;
}

h4.fuki:after {
  position: absolute;
  bottom: -9px;
  left: 1em;
  width: 0;
  height: 0;
  content: '';
  border-width: 10px 10px 0 10px;
  border-style: solid;
  border-color: #fff000 transparent transparent transparent;
}


/*************************************/
h2.btn-none:before {
	display: inline-block;
	margin-right: 10px;
	padding: 0;
	font-family: "";
	content: ''!important;
	font-style: normal;
	font-weight: normal;
	color: #fff!important;
	margin-left: 0!important;
	font-weight: 300;
}
h2.btn-none {
        cursor:pointer!important;
	border: 0px none!important;
    }
h2.btn-none a:before {
        font-family: ""!important;
        content:""!important;
        margin-right: 0!important;
		 margin-left: 0!important;
		 font-weight: 300!important;
    }
h2.btn-none a.collapsed:before {
        font-family: ""!important;
        content:""!important;
	margin-right: 0!important;
		 margin-left: 0!important;
		 font-weight: 300!important;
    }
h2.btn-none a:hover .collapsed:before,
h2.btn-none a:hover:before {
        color: #fff!important;
    }

#cosme01 .accordion-toggle a:before {
        font-family: "";
        content:"";
        /*float: right;*/
        color: inherit;
		 margin-right: 0!important;
		 margin-left: -20px!important;
		 font-weight: 300;
    }
#cosme01 .accordion-toggle a.collapsed:before {
        font-family: "";
        content:"";
        /*float: right;*/
        color: inherit;
		 margin-right: 0!important;
		 margin-left: 0!important;
		 font-weight: 300;
    }
#cosme01 .accordion-toggle a:hover .collapsed:before,
#cosme01 .accordion-toggle a:hover:before {
        color: #fff;
    }


/*************************************/
.mt-0{
	margin-top: 0;
}
.nif-none-479{
	display: table-cell;
}
.nif-block-479{
	display: none;
}
.nif-block2-479{
	display: none;
}
p{
	text-align: justify;
}
.guide-indent h4{
	margin-left: 1em;
}
@media screen and (max-width: 794px){

p{
	margin: 5px 0px 5px !important;
}
	.guide-waku{
	border: 1px solid #fff000;
	padding: 15px 0;
	margin: 0px 0 50px;
}
}
@media screen and (max-width: 479px){
	.mt-0{
	margin-top: -40px!important;
}
	.nif-none-479{
	display: none;
}
	.nif-block-479{
	display: table-cell;
}
	.nif-block2-479{
	display: contents;
}
	.guide-indent h4{
	margin-left: 0;
}
}
figure {
	float: left;
	margin: 0px 20px 10px 25px !important;
	max-width: 260px;
}
figure img {
	
	width: 100%;
	height: auto;
}
@media screen and (max-width: 820px){
	figure {
	float: none;
	margin: 0px 0 20px !important;
	max-width: 300px;
}
}
.guide-indent3{
	margin: 0 5px;
	}
@media screen and (max-width: 479px){
	.guide-indent3{
	margin: 0 0px;
	}
}
h4.daikate {
  position: relative;
  padding: 1rem 2rem calc(1rem + 10px);
  background: #fff100;
	color: #656464;
}

h4.daikate:before {
  position: absolute;
  top: -7px;
  left: -7px;
  width: 100%;
  height: 100%;
  content: '';
  border: 1px solid #777;
}
/****************************yerrow**/
.btn-100 {
  margin-right: 4px;
  margin-bottom: 4px;
  font-size: 14px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  letter-spacing: 2px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  padding: 15px 30px;
  text-transform: uppercase;
  text-shadow: none !important;
}
.btn-100:hover, .btn-100:active, .btn-100:focus{
  color: #656464 !important;
}

.btn-yerrow-100 {
	border: 1px solid #fff000;
	color: #656464 !important;
	background-color: #fff000;
	width: 100%;
	margin-bottom: 10px;
}
.btn-yerrow-100 a {
    color: #656464 !important;
    padding-top: 0px;
}
.btn-yerrow-100:after {
	color: #656464;
}
.btn-yerrow-100:hover{
	color: #656464 !important;
	background-color: #FFFF00;
	border: 1px solid #FFFF00;
}




.section-price2 th{
	text-align: center!important;
}
.section-price2 td{
	text-align: left !important;
}
.ast li{
    list-style-type: none !important;
}
.ast li:before{
    content: "※";
    display: inline-block;
    margin-left: -15px;
}
.faq li{
    list-style-type: none;
    text-indent: -1.4em;
	margin-left: 1.4em;
}
.d-block-sm{
	display: none;
}
.d-none-sm{
	display: block;
}
@media screen and (max-width: 576px){
	
	.d-block-sm{
	display: block;
}
.d-none-sm{
	display: none;
}
}
.swiper-pagination-bullet-active { background-color: #fff; }
.box26 {
    position: relative;
    margin: 2em 0 !important;
    padding: 45px 1.5em 1em !important;
    border: solid 3px #ccc;
    border-radius: 8px;
}
.box26 .box-title {
    position: absolute;
    display: inline-block;
    top: -13px;
    /*left: 10px;*/
	margin-bottom: auto;
	margin-top: auto;
    padding: 0 9px;
    line-height: 1.5;
    font-size: 1.5em;
    background: #FFF;
    color: #777;
}

@media screen and (max-width: 479px){
	.box26 {
    margin: 2em 0 !important;
    padding: 45px 0.5em 1em !important;
}
	.box26 .box-title {
    font-size: 1.2em;
}
}
.cos-results{
	border: 2px solid #ccc;
	padding: 1.5em;
	border-radius: 10px;
}
.cos-results h2, .cos-results2 h2{
	text-align: center !important;
	font-size: 1.5em !important;
}
.cos-results h2:before{
	font-family: "Font Awesome 5 Free";
        content:"\f521" !important;
	font-weight: 900;
        color: #fff000 !important;
	margin-right: 5px;
}
.cos-results h2:after{
	font-family: "Font Awesome 5 Free";
        content:"\f521" !important;
	font-weight: 900;
        color: #fff000 !important;
	margin-left: 5px;
}
.cos-results p, .cos-results2 p{
	/*text-align: center !important;*/
	padding: 0.5em !important;
	margin: 0;
	font-size: 1.2em;
}
.cos-results .row, .cos-results2 .row{
	border-bottom: none !important;
	padding: 10px 20px !important;
}
.cos-results img, .cos-results2 img{
	max-height: auto;
	margin: 0 !important;
	margin-left: 0 !important;
	padding: 5px !important;
}
@media screen and (max-width: 479px){
	.cos-results p, .cos-results2 p{
	padding: 0.5em !important;
		font-size: 1em;
}
	.cos-results .row, .cos-results2 .row{
    border-bottom: none !important;
    padding: 10px 10px !important;
}
}



.no-gutter > [class*='col-'] {
    padding-right:0;
    padding-left:0;
}
.guide h3{
	font-size: 18px;
	line-height: 1.5em;
	margin-bottom: 15px;
}
.guide h3:before{
	font-family: "Font Awesome 5 Free";
        content:"\f138";
	font-weight: 900;
        color: #fff000;
	margin-right: 5px;
}
.tel2{
    font-family: 'Lato', sans-serif;
    font-weight: 300 !important;
    font-size: 32px;
	letter-spacing: 2px;
}
.guide .titles{
    font-size: 18px !important;
    text-align: center !important;
    margin: 0 0 1em 20px !important;
    padding: 5px !important;
    border: none !important;
    background-color: #DFDFDF;
}
.guide .titles:before{
	font-family: "Font Awesome 5 Free";
        content:"" !important;/*\f111*/
	font-weight: 900;
        color: #fff000;
	margin-right: 5px;
}
@media screen and (max-width: 768px){
	.guide h2{
	font-size: 18px !important;
	text-align: center;
	margin: 0 20px 1em;
	padding: 5px !important;
	border: 1px solid #999!important;
}
}
@media screen and (min-width: 821px){
	.d-hide821{
		display: block;
	}
.d-block820{
		display: none;
	}
}
@media screen and (max-width: 820px){
	.d-block820{
		display: block;
	}
	.d-hide821{
		display: none;
	}
}
.webre-svg{
	width: 82px;
	height: 14px;
}
.gtco-nav .webre-list ul,.gtco-nav .webre-list2 ul{
	list-style-type: none !important;
    list-style-image: none !important;
	margin: 0 !important;
	padding: 0 !important;
}
.gtco-nav .webre-list li,.gtco-nav .webre-list2 li{
    list-style-type: none !important;
    list-style-image: none !important;
	margin: 0 !important;
	padding: 0 0 0 20px !important;
}
.gtco-nav .webre-list ul li:before,.gtco-nav .webre-list2 ul li:before{
  font-family: "";
        content:"";
	font-weight: 900;
	color: ;
}
@media screen and (max-width: 900px){
	.webre-list{
		display: none;
	}
}
/*.aimaru i:before{
	font-family: "Font Awesome 5 Free";
        content:"\f111";
		 margin: 0px;
	padding: 0px;
		 font-weight: 900;
	
}*/
/*.aimaru i{
	text-indent: 100% !important;
    white-space: nowrap;
    overflow: hidden;
	font-style: normal !important;
}*/

/*ラベル*/
.accbox label {
    display: block;
    cursor :pointer;
    transition: all 0.5s;
}

/*ラベルホバー時*/
.accbox label:hover {
    background :#85baef !important;
}

/*チェックは隠す*/
.accbox input {
    display: none;
}

/*中身を非表示にしておく*/
.accbox .accshow {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.8s;
}
.accshow table{
	margin: 0 !important;
}
.accbox table{
	margin: 0px !important;
}
/*クリックで中身表示*/
.cssacc:checked + .accshow {
    height: auto;
    opacity: 1;
}
.start{
	border: #777 1px solid;
	border-radius: 1px;
	padding: 35px 35px;
	margin: 35px auto;
	width: 90%;
}
.start2{
	border: #ff0000 1px solid;
	border-radius: 1px;
	padding: 35px 35px;
	margin: 35px auto;
	width: 100%;
}
.start img, .start2 img{
	width: 100%;
	max-width: 724px;
	height: auto;
	margin: 0 auto;
}
.sns img{
	width: 100%;
	max-width: 180px;
	height: auto;
	margin: 15px;
	float: right;
}
.sns img:last-child{
	margin: 15px 0px;
}
.sns a img:hover{
	opacity: 0.7;
	-webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.sns2 img{
	width: 100%;
	max-width: 126px;
	height: auto;
	margin: 15px;
}
@media screen and (max-width: 479px){
.start, .start2{
	width: 99%;
	padding: 20px 15px;
}
}
.bnr a img:hover{
	opacity: 0.7;
	-webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
 

.self-abcd a:hover .self-abcd .collapsed:after,
.self-abcd a:hover:after {
        color: #fff000 !important;
    }
.self-abcd{
	
}
.self-abcd h2 {
        cursor:pointer;
	padding: 0px 0px 0px 0px; !important;
	margin: 0px 0px 15px 5px !important;
    }
.self-abcd h2 a:after {
        font-family: "Font Awesome 5 Free";
        content:"\f13a";
        /*float: right;*/
        color: inherit;
		 margin-right: 10px;
		 margin-left: 15px;
		 font-weight: 900;
    }
.self-abcd h2 a:before{
	font-family: "Font Awesome 5 Free";
        content:"" !inportant;
        color: white !important;
		 margin-right: 0px !important;
		 margin-left: -50px !important;
}

.alignright{
    display: table;
	margin: 0 0 0 auto !important;
}
 
.alignleft{
	display: inline-block;
	margin: 0 auto 0 0 !mportant;
}
 
.aligncenter{
	display: inline-block;
	margin: 0 auto !mportant;
}
.news-list .gtco-testimony {
    padding: 20px !important;
}
.news-list ul{
    margin: 0 0 50px;
    padding: 0;
    list-style-type: none;
}
.news-list li{
	padding: 5px !important;
	border-bottom: 1px dotted #ccc;
	list-style-type: none;
}
/*.news-list li:before{
	font-family: "Font Awesome 5 Free";
    content:"\f105";
	font-weight: 900;
	display: inline-block;
	margin-left: -15px;
}*/
.news-text{
    display: inline-block;
	margin: 0 5px 0 0px;
}
.news-date{
	display: block;
	font-size: 0.8em;
	text-align: right;
}
@media screen and (max-width: 768px){
	.news-text{
    margin: 0 5px 0 0px;
}
	.news-date{
	display: inline-block;
	font-size: 0.8em;
	text-align: left;
}
}
.news-list h2{
	font-size: 16px !important;
	padding: 0 0 5px 25px !important;
	margin: 13px 0 5px !important;
}
.remon-yerrow{
	background-color: rgba(255,240,0,0.50) !important;
}
.sp-phone{
    
}
.face-image2 img{
	margin: 25px 0;
}
.face-image img{
	padding: 120px 0;
}
.section-price .row .row {
	padding: 10px;
}
@media screen and (max-width: 768px){
	.face-image img{
	padding: 10px 0;
}
}
.change_btn01:hover, .price-face .chan
ge_btn01 th{
    background-color: rgba(101,100,100,0.15);
}
.change_btn02:hover, .price-face .change_btn02 th{
    background-color: rgba(159,217,246,0.25);
}
.change_btn03:hover, .price-face .change_btn03 th,
.change_btn03-2:hover, .price-face .change_btn03-2 th{
    background-color: rgba(246,146,30,0.25);
}
.change_btn05:hover, .price-face .change_btn05 th{
    background-color: rgba(41,180,115,0.25);
}
.change_btn04:hover, .price-face .change_btn04 th{
    background-color: rgba(249,236,49,0.50);
}
.change_btn066:hover, .price-face .change_btn066 th{
    background-color: rgba(251,219,235,0.50);
}

.change_btn06:hover, .price-face .change_btn06 th,
.change_btn07:hover, .price-face .change_btn07 th,
.change_btn08:hover, .price-face .change_btn08 th,
.change_btn08-1:hover, .price-face .change_btn08-1 th,
.change_btn08-2:hover, .price-face .change_btn08-2 th,
.change_btn09:hover, .price-face .change_btn09 th,
.change_btn10:hover, .price-face .change_btn10 th,
.change_btn10-0:hover, .price-face .change_btn10-0 th,
.change_btn11:hover, .price-face .change_btn11 th,
.change_btn11-1:hover, .price-face .change_btn11-1 th,
.change_btn11-2:hover, .price-face .change_btn11-2 th,
.change_btn12:hover, .price-face .change_btn12 th,
.change_btn12-1:hover, .price-face .change_btn12-1 th,
.change_btn13:hover, .price-face .change_btn13 th,
.change_btn14:hover, .price-face .change_btn14 th,
.change_btn15:hover, .price-face .change_btn15 th,
.change_btn16:hover, .price-face .change_btn16 th,
.change_btn17:hover, .price-face .change_btn17 th,
.change_btn18:hover, .price-face .change_btn18 th,
.change_btn18-1:hover, .price-face .change_btn18-1 th,
.change_btn19:hover, .price-face .change_btn19 th,
.change_btn20:hover, .price-face .change_btn20 th,
.change_btn21:hover, .price-face .change_btn21 th,
.change_btn22:hover, .price-face .change_btn22 th,
.change_btn23:hover, .price-face .change_btn23 th,
.change_btn24:hover, .price-face .change_btn24 th{
    background-color: rgba(101,100,100,0.15);
}


/*.price-face th{
	background-color: transparent !important;
}*/
@media screen and (max-width: 479px){
.face-image img{
	width: 150px;
	height: auto;
}
	
}
.foot-container{
	width:98%;
	margin-left: auto;
	margin-right: auto;
}
.nif820{
	display: none;
}
.nif768{
	display: none;
}
.nif479{
	display: none;
}
.nif320{
	display: none;
}
@media screen and (max-width: 820px){
	.nif820{
	display: block;
	}
}
@media screen and (max-width: 767px){
	.nif768{
	display: block;
	}
}
@media screen and (max-width: 320px){
	.nif320{
	display: block;
	}
}
.cel-red{
	font-size: 1.2em; border: 1px solid #ff0000; color: #ff0000; margin: 0 20px 20px 20px;
}
@media screen and (max-width: 479px){
	.nif479{
	display: block;
}
	.cel-red{
	font-size: 1.2em; border: 1px solid #ff0000; color: #ff0000; margin: 20px 20px 20px 20px;
}
}
.margin-time{
	margin: 50px 0 0;
}
.guide-h4{
	color: orangered;
	font-size: 20px;
padding: 15px 0;
	display: block;
}
.guide-waku{
	border: 1px solid #fff000;
	padding: 15px;
	margin: 0px 0 50px;
}
.guide-waku span{
	padding: 0px 20px !important;
	margin: 0px 20px !important;
	background-color: #fff000;
	font-size: 16px;
}
.guide-waku ul{
	margin: 10px 0 0 -10px;
	}
.guide-waku2{
	padding: 0px 15px 0px;
	margin: 0px 5px 15px;
}
.guide-waku2 p{
	padding: 0px !important;
	margin: 15px 0px 5px !important;
}
.guide-waku2 ul{
	border: 1px solid #656464;
	margin: 15px 0px !important;
	padding: 15px 42px !important;
	}
.guide-waku3{
	padding: 0px 15px 15px;
	margin: 0px 0px 5px;
}
.guide-waku3 p{
	padding: 0px !important;
	margin: 15px 0px 5px !important;
}
.guide-waku3 ul,.guide-waku3 ol{
	margin: 0px 0px 15px !important;
	padding: 0px 20px 0 25px !important;
	}
.guide-waku3 li{
	padding: 5px 0;
}
@media screen and (max-width: 794px){
	.guide-waku3{
	padding: 0px 15px 10px 15px;
	margin: 0px 5px 15px;
}
.guide-waku3 p{
	padding: 0px !important;
	margin: 15px 0px 5px !important;
}
.guide-waku3 ul,.guide-waku3 ol{
	margin: 0px 0px 5px !important;
	padding: 0px 0px !important;
	}
.guide-waku3 li{
	padding: 5px 0;
}
}
.cel-yerrow th{
    background-color: rgba(255,240,0,0.50);
    text-align: center !important;
}
.cel-gray th{
	background-color: #E6E7E8;
	text-align: center !important;
}
.margin10{
	margin: 10px 0;
}
.margin20{
	margin: 20px 0;
}
.margin50{
	margin: 50px 0;
}
.mokon{
	margin: 50px 0 0px;
}
.mokon p{
	padding: 10px 0 !important;
}
.mokon img{
	margin: 0px 0 25px;
}
@media screen and (max-width: 794px){
	.mokon img{
	margin: 0px 0 0px 10px;
}
	.mokon p{
	padding: 0px !important;
		margin: 0px !important;
}
	.mokon .col-sm-12{
		padding: 5px 5px 10px;
		margin: 0px;
	}
	.margin-zo{
		margin-top: 30px;
	}
}
.cell-yerrow{
	border: 1px solid #fff000;
	margin: 0 10px 10px 0;
}
.cell-yerrow span{
    background-color: #fff000;
    padding: 5px 15px;
	margin-right: 15px;
    display: inline-block;
}
.guide-indent{
	margin: 0 50px;
}
.guide-indent p{
	margin: 0px !important;
	padding: 5px 20px 50px !important;
}
.guide-indent h3{
	font-size: 18px;
	margin-left: 20px;
	line-height: 1.5em;
	margin-bottom: 15px;
}
.guide-indent h3:before{
	font-family: "Font Awesome 5 Free";
        content:"\f138";
	font-weight: 900;
        color: #fff000;
	margin-right: 5px;
	margin-left: -25px;
}
@media screen and (max-width: 479px){
	.guide-indent{
	margin: 0 10px;
}
	.guide-indent p{
	padding: 5px 5px 30px !important;
}
	.mokon{
    margin: 30px 0 0px;
}
}
.inline-link {
    border-bottom: 1px solid #fff000;
    font-weight: bold;
}
.inline-link:hover {
    background-color: #FFFBBB;
}
.inline-link:before {
        font-family: "Font Awesome 5 Free";
        content:"\f138";
        color: #fff000;
	font-weight: 900;
    }
.section-guide h2{
    padding: 5px 0 20px 35px !important;
	/*margin-left: 2em !important;*/
}
.section-guide h2:before {
	display: inline-block;
	margin-right: 10px;
	padding: 0;
	font-family: "";
	content: '' !important;
	font-style: normal;
	font-weight: normal;
	color: #fff000;
margin-left: -2px !important;
}
.section-guide p{
	padding: 20px;
}

.panel-heading {
        cursor: pointer;
    }
     .accordion-toggle a:before {
        font-family: "Font Awesome 5 Free";
        content:"\f139";
        /*float: right;*/
        color: inherit;
		 margin-right: 10px;
		 margin-left: -2em;
		 font-weight: 900;
    }
     .accordion-toggle a.collapsed:before {
        font-family: "Font Awesome 5 Free";
        content:"\f13a";
        /*float: right;*/
        color: inherit;
		 margin-right: 10px;
		 margin-left: -2em;
		 font-weight: 900;
    }
.accordion-toggle a:hover .collapsed:before,
.accordion-toggle a:hover:before {
        color: #fff000;
    }

/*************************************/
.subContent h2 {
        cursor:pointer;
    }
.subContent h2 a:before {
        font-family: "Font Awesome 5 Free";
        content:"\f13a";
        /*float: right;*/
        color: inherit;
		 margin-right: 10px;
		 margin-left: -2em;
		 font-weight: 900;
    }
     .subContent h2 a.collapsed:before {
        font-family: "Font Awesome 5 Free";
        content:"\f139";
        /*float: right;*/
        color: inherit;
		 margin-right: 10px;
		 margin-left: -2em;
		 font-weight: 900;
    }
.subContent h2 a:hover .collapsed:before,
.subContent h2 a:hover:before {
        color: #fff000;
    }

.row-gutter{
	margin: 0 -15px!important;
}
.row-gutter table th{
	padding-left: 1em !important;
}

/*************************************/
.setmenu h2 {
    cursor: pointer;
    padding-top: 20px !important;
    margin: 0 0 20px;
	background-color: #FFF999;
    }

.setmenu h2:hover {
    background-color: #FFF555;
    }
.setmenu h2 a:before {
        font-family: "Font Awesome 5 Free";
        content:"\f13a";
        color: orange !important;
		 margin-right: 10px;
		 margin-left: -2em;
		 font-weight: 900;
    }

.setmenu h2 a:hover:before {
        color: #fff000;
	background-color: #FFF000;
    }

.setmenu h3 {
	cursor: inherit;
    padding: 15px 0 !important;
    margin: 0 0 15px 0px;
	background-color: #fff;
	font-size: 18px;
	border-bottom: 1px solid #ccc;
    }

.setmenu h3:before {
	font-family: "Font Awesome 5 Free";
        content:"\f138";
        color: #fff000 !important;
		 margin-right: 10px;
		 margin-left: 0em;
		 font-weight: 900;
}



/*.section-price .accordion-toggle a:before {
        font-family: "Font Awesome 5 Free";
        content:"\f139";
        float: right;
        color: inherit;
		 margin-right: -20px;
		 margin-left: -2em;
		 font-weight: 900;
    }
 .section-price .accordion-toggle a.collapsed:before {
        font-family: "Font Awesome 5 Free";
        content:"\f13a";
        float: right;
        color: inherit;
		 margin-right: -20px;
		 margin-left: -2em;
		 font-weight: 900;
    }
.section-price .accordion-toggle a:hover .collapsed:before,
.section-price .accordion-toggle a:hover:before {
        color: #fff000;
    }*/
.h2-margin .row{
	padding-bottom: 50px !important;
}


.balloon1 {
    position: relative;
    display: inline-block;
    margin: 0 0 0px;
    padding: 7px 10px;
    min-width: 120px;
    max-width: 100%;
    color: #fff;
    font-size: 16px;
    background: orangered;
    border-radius: 3px;
    text-align: center;
}

.balloon1:before{
	content: "";
	position: absolute;
	top: 100%;
	left: 30px;
 	margin-left: -15px;
	border: 5px solid transparent;
	border-top: 6px solid orangered;
}

.balloon1 p,.balloon12 p {
	margin: 0;
	padding: 0;
}
.balloon2, .balloon3, .balloon0 {
    position: relative;
    display: inline-block;
    margin: 0 10px 0 0;
    padding: 2px;
    min-width: 120px;
    max-width: 100%;
    color: #fff;
    font-size: 16px;
    background: orangered;
    border-radius: 3px;
    text-align: center;
}
.balloon2 {
    min-width: 120px;
    max-width: 100%;
}
.balloon3 {
    min-width: 150px;
    max-width: 100%;
}
.balloon0 {
    min-width: 3em;
    max-width: 100%;
}
.balloon2:before,.balloon3:before,.balloon0:before{
	content: "";
	position: absolute;
	top: 35%;
	right: -10px;
 	margin-left: -5px;
	border: 5px solid transparent;
	border-left: 6px solid orangered;
}
.section-price h4{
	margin: 0 !important;
	padding: 0!important;
}
.section-price h2{
	padding-right: 20px !important;
}
.sm-08{
	font-size: 0.8em;
}
.sm-09{
	font-size: 0.9em;
}
.lg-12{
	font-size: 1.2em;
}
.lg-15{
	font-size: 1.5em;
}
.section-price th, .section-performance th{
	background-color: #E8E8E8;
}
.section-performance td{
	
}
.table-gray{
	background-color: #E8E8E8;
}
.section-price .row{
	margin-bottom: 0px;
	padding: 0 20px;
}
.section-price table{
    table-layout: fixed;	
}
.section-price .nofix table{
    table-layout: inherit;	
}
.imp{
    color: red;
    text-decoration: underline;
}
.section-price .text-price{
	padding: 20px;
}
.section-cosme p{
	padding: 20px;
}
.section-cosme .row{
	border-bottom: 1px solid #ccc;
	padding: 50px 0;
}
.section-cosme img{
	max-height: 300px;
	margin-bottom: 30px;
}

.map-left{
	margin: 0 0 0 20px;
}
@media screen and (max-width: 479px){
	.section-cosme p{
	padding: 5px 10px;
}
	.map-left{
    margin: 0 auto;
}
.section-cosme .row{
    border-bottom: 1px dotted #E0E0E0;
    padding: 50px 0;
}
}
.road-to-oda span{
    padding: 0 8px;
    background-color: #FFF000;
}
.road-to-oda p{
	margin: 1em 0; 
}
.section-gallery h4{
	margin: 10px 0 20px 10px;
	line-height: 1.4em;
}
.section-gallery .row{
	margin-bottom: 30px;
}
.testimony-text{
	letter-spacing: 1px;
	padding: 1em;
	padding: 0px 5px !important;
	margin: 0px !important;
}
.border-equip{
	border-bottom: 1px solid #ccc;
	padding: 0px 0 50px;
	margin: 30px;
}
@media screen and (max-width: 479px){
	.border-equip{
	border-bottom: 0px none #ccc;
	padding: 0px 0 30px;
	margin: 20px;
}
	.section-equipment .col-xxs-12{
		border-bottom: 1px solid #ccc;
	}
}
.section-equipment h4{
	margin: 20px 0;
	line-height: 1.4em;
}
.section-equipment img{
	max-height: 300px;
}
.gtco-section h1{
	font-size: 24px;
	letter-spacing: 3px;
	font-weight: 300;
}
.gtco-section h1:before {
  font-family: "Font Awesome 5 Free";
        content:"\f111";
	font-weight: 900;
	color: #fff000;
	font-size: 18px;
	padding-right: 0.3em;
}
.hijoukin{
	font-size: 21px;
	border-bottom: 1px solid #ccc;
	padding: 10px 5px;
	margin: 50px 20px 20px;
}
.info-h2{
	padding: 0 10px 0 50px;
}
@media screen and (max-width: 479px){
	.info-h2{
	padding: 0 30px 0 30px;
}
}
.info-h2 h2{
	font-size: 28px !important;
	border-bottom: 0px solid #fff !important;
	padding: 0px 0px 0px;
	margin: 0px 0 0 -20px;
}
.info-h2 h2:before {
	display: none !important;
}
.kasane{
    position: absolute;
	top: 100px;
	left: 0px;
	text-align: center;
	width: 100%;	
}
body {
  font-family: "Noto Sans Japanese";
  font-weight: 300;
  font-size: 14px;
  line-height: 1.7;
  letter-spacing: 1px;
  color: #777;
  background: #f7f7f7;
}

#page {
  position: relative;
  overflow-x: hidden;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
	
}
.offcanvas #page {
  overflow: hidden;
  position: absolute;
}
.offcanvas #page:after {
  -webkit-transition: 2s;
  -o-transition: 2s;
  transition: 2s;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 101;
  background: rgba(0, 0, 0, 0.7);
  content: "";
}

a {
  color: #656464;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
a:hover, a:active, a:focus {
  color: #656464;
  outline: none;
  text-decoration: none;
}

p {
  margin-bottom: 20px;
}
p.mr-15{
	margin-right: -15px !important;
}
p.pr-15{
	padding-right: 15px !important;
}

h1, h2, h3, h4, h5, h6, figure {
    font-weight: 400;
    margin: 0 0 20px 0;
    letter-spacing: 1px;
    line-height: 1.5em;
}
.tel{
    font-family: 'Lato', sans-serif;
    font-weight: 300 !important;
    font-size: 32px;
	letter-spacing: 2px;
	text-align: right;
}
.tel i{
    font-size: 0.8em;
}
/*@media screen and (max-width: 820px){
	.tel{
		text-align: left;
		position: absolute;
    top: -20px;
	}}
@media screen and (max-width: 479px){
	.tel i{
    font-size: 0.8em;
    position: absolute;
    top: -15px;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 5px 30px 5px 5px;
}
}*/
::-webkit-selection {
  /*color: #fff;*/
  background: #fff000;
}

::-moz-selection {
  /*color: #fff;*/
  background: #fff000;
}

::selection {
  /*color: #fff;*/
  background: #fff000;
}

.gtco-container {
  max-width: 1000px;
  position: relative;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}

.gtco-nav {
  position: relative;
  top: 0;
  margin: 0px 0 0 ;
  width: 100%;
  padding: 20px 0 0;
  z-index: 1001;
  /*background: #f7f7f7;*/
	border-top: 5px solid #C9C9C9;
}
@media screen and (max-width: 820px) {
  .gtco-nav {
    padding: 25px 0 10px;
	  position: relative;
	  z-index: 2001 !important;
  }
}
.gtco-nav #gtco-logo {
	width: 268px;
	height: 54px;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}
/*.gtco-nav #gtco-logo em {
  color: #17B794;
}*/
@media screen and (max-width: 820px) {
  .gtco-nav .menu-1, .gtco-nav .menu-2, .gtco-nav2 .menu-1 {
    display: none;
  }
	.gtco-nav #gtco-logo {
	width: 175px;
	height: 35px;
		margin: -15px 0 0 !important;
}
}
.gtco-nav ul ,.gtco-nav2 ul{
  padding: 0;
  margin: 15px 0 15px 0;
}
.gtco-nav ul li ,.gtco-nav2 ul li{
  padding: 0;
  margin: 0;
  list-style: none;
display: inline-block;
  /*line-height: 1.5px;*/
	/*width: 12.1%;*/
}
.gtco-nav ul li ul li ,.gtco-nav2 ul li ul li{
		width: auto;
}
.gtco-nav ul li > a ,.gtco-nav2 ul li > a{
  text-transform: uppercase;
  letter-spacing: .05em;
}
.gtco-nav ul li a ,.gtco-nav2 ul li a{
    font-size: 15px !important;
    padding: 10px 12px 20px;
    color: #656464;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    letter-spacing: 1px;
	
}
.gtco-nav ul li:before ,.gtco-nav2 ul li:before{
  font-family: "Font Awesome 5 Free";
        content:"\f111";
	font-weight: 900;
	color: #fff000;
	font-size: 14px;
}
.gtco-nav ul li:hover:before ,.gtco-nav2 ul li:hover:before{
	color: #ccc;
	-webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
@media screen and (max-width: 992px) {
.gtco-nav ul li a ,.gtco-nav2 ul li a{
    font-size: 15px !important;
    padding: 30px 6px;
	
}
}
@media screen and (max-width: 885px) {
.gtco-nav ul li a ,.gtco-nav2 ul li a{
    font-size: 14px !important;
    padding: 30px 5px;
	
}
}
.gtco-nav ul li ul li:before ,.gtco-nav2 ul li ul li:before{
  content: "";
}
.gtco-nav ul li a:hover, .gtco-nav ul li a:focus, .gtco-nav ul li a:active,
.gtco-nav2 ul li a:hover, .gtco-nav2 ul li a:focus, .gtco-nav2 ul li a:active{
  color: #000000;
}
.gtco-nav ul li.has-dropdown ,.gtco-nav2 ul li.has-dropdown{
  position: relative;
}
.gtco-nav ul li.has-dropdown > a ,.gtco-nav2 ul li.has-dropdown > a{
  position: relative;
  padding-right: 20px !important;
}
.gtco-nav ul li.has-dropdown > a:after ,.gtco-nav2 ul li.has-dropdown > a:after{
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e921";
  font-style: 10px;
  position: absolute;
  top: 50%;
  margin-top: -7px;
  right: 0;
  color: #ccc;
}
.gtco-nav ul li.has-dropdown .dropdown ,.gtco-nav2 ul li.has-dropdown .dropdown{
  width: 150px;
  -webkit-box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.15);
  z-index: 1002;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 20px;/**/
  left: 0;
  text-align: left;
  background: #fff;
  padding: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
}
.gtco-nav ul li.has-dropdown .dropdown:before {
  bottom: 100%;
  right: 10px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-bottom-color: #fff;
  border-width: 8px;
  margin-left: -8px;
}
.gtco-nav ul li.has-dropdown .dropdown li {
  display: block;
  margin-bottom: 7px;
	border-bottom: 1px dotted #ccc;
	padding-bottom: 8px;
}
.gtco-nav ul li.has-dropdown .dropdown li:last-child {
  margin-bottom: 0;
	border-bottom: 0px none #fff;
	padding-bottom: 0px;
}
.gtco-nav ul li.has-dropdown .dropdown li a {
  padding: 2px 0;
  display: block;
  color: #656464;
  line-height: 1.2;
  text-transform: none;
  font-size: 15px;
	text-align: center;
}
.gtco-nav ul li.has-dropdown .dropdown li a:hover {
  color: #000;
}
.gtco-nav ul li.has-dropdown .dropdown li.active > a {
  color: #000 !important;
}
.gtco-nav ul li.has-dropdown:hover a, .gtco-nav ul li.has-dropdown:focus a {
  color: #656464;
}
.gtco-nav ul li.btn-cta a {
  color: #17B794;
}
.gtco-nav ul li.btn-cta a span {
  background: #fff;
  padding: 4px 20px;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  border-radius: 100px;
}
.gtco-nav ul li.btn-cta a:hover span {
  -webkit-box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75);
}
.gtco-nav ul li.active > a {
  color: #000 !important;
}

@media screen and (max-width: 480px) {
  #gtco-header .text-left {
    text-align: center !important;
  }
}
@media screen and (max-width: 480px) {
  #gtco-header .btn {
    display: block;
    width: 100%;
  }
}

#gtco-header,
#gtco-counter,
.gtco-bg {
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  position: relative;
}

.gtco-bg {
  background-position: center center;
  width: 100%;
  float: left;
  position: relative;
}

.gtco-cover {
  height: 900px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  float: left;
  width: 100%;
}
.gtco-cover.gtco-inner h1 {
  margin-bottom: 0 !important;
}
.gtco-cover a {
  color: #17B794;
}
.gtco-cover a:hover {
  color: white;
}
.gtco-cover .overlay {
  z-index: 1;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(29, 43, 83, 0.89);
}
.gtco-cover > .gtco-container {
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .gtco-cover {
    height: 600px;
    height: inherit !important;
    padding: 3em 0;
  }
}
.gtco-cover .display-t,
.gtco-cover .display-tc {
  height: 500px;
  display: table;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .gtco-cover .display-t,
  .gtco-cover .display-tc {
    height: 600px;
    height: inherit !important;
    padding: 3em 0;
  }
}
.gtco-cover.gtco-cover-sm {
  height: 600px;
}
@media screen and (max-width: 768px) {
  .gtco-cover.gtco-cover-sm {
    height: 400px;
    height: inherit !important;
  }
}
.gtco-cover.gtco-cover-sm .display-t,
.gtco-cover.gtco-cover-sm .display-tc {
  height: 600px;
  display: table;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .gtco-cover.gtco-cover-sm .display-t,
  .gtco-cover.gtco-cover-sm .display-tc {
    height: 400px;
    height: inherit !important;
    padding: 3em 0;
  }
}
.gtco-cover.gtco-cover-xs {
  height: 500px;
}
@media screen and (max-width: 768px) {
  .gtco-cover.gtco-cover-xs {
    height: inherit !important;
    padding: 3em 0;
  }
}
.gtco-cover.gtco-cover-xs .display-t,
.gtco-cover.gtco-cover-xs .display-tc {
  height: 500px;
  display: table;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .gtco-cover.gtco-cover-xs .display-t,
  .gtco-cover.gtco-cover-xs .display-tc {
    padding: 3em 0;
    height: inherit !important;
  }
}

.gtco-client {
  float: left;
  width: 100%;
  padding: 3em 0;
  background: #f6f6f6;
}
.gtco-client .client img {
  margin-top: 10px;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.gtco-services {
  padding: 7em 0;
}
.gtco-services .service {
  margin-left: 10px;
  margin-right: 10px;
  text-align: center;
  padding: 2em;
  margin-bottom: 30px;
  position: relative;
  background: #fff;
  -webkit-box-shadow: 0px 22px 68px -9px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 22px 68px -9px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 22px 68px -9px rgba(0, 0, 0, 0.15);
  bottom: 0;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (max-width: 992px) {
  .gtco-services .service {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.gtco-services .service h3 {
  font-size: 18px;
  color: #000;
  text-align: left;
  position: relative;
  padding-left: 30px;
}
.gtco-services .service h3 i {
  position: absolute;
  left: 0;
  top: -0.1em;
  color: #17B794;
  font-size: 22px !important;
}
.gtco-services .service p {
  text-align: left;
  color: #898989;
  font-size: 15px;
}
.gtco-services .service p:last-child {
  margin-bottom: 0;
}
.gtco-services .service.changed {
  bottom: -7em;
}
@media screen and (max-width: 768px) {
  .gtco-services .service.changed {
    bottom: 0;
  }
}

.gtco-products .one-row, .gtco-products .two-row {
  width: 100%;
  display: block;
  margin-bottom: 30px;
}
.gtco-products .two-row {
  height: 239px;
}
.gtco-products .one-row {
  height: 508px;
}
.gtco-products .gtco-item {
  position: relative;
}
.gtco-products .gtco-item .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.gtco-products .gtco-item .overlay i {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 16px;
  z-index: 14;
  color: #fff;
}
.gtco-products .gtco-item .overlay .copy {
  bottom: -20px;
  position: absolute;
  left: 0;
  padding: 20px;
  z-index: 12;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.gtco-products .gtco-item .overlay .copy h3 {
  color: #fff;
  margin: 0 0 10px 0;
  padding: 0;
  font-size: 18px;
  font-weight: 400;
}
.gtco-products .gtco-item .overlay .copy p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
}
.gtco-products .gtco-item .overlay .copy p:last-child {
  margin-bottom: 0;
}
.gtco-products .gtco-item .overlay:before {
  z-index: 7;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: .8;
  background: #3dcdbc;
  background: -moz-linear-gradient(left, #3dcdbc 0%, #33a1bd 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #3dcdbc), color-stop(100%, #33a1bd));
  background: -webkit-linear-gradient(left, #3dcdbc 0%, #33a1bd 100%);
  background: -o-linear-gradient(left, #3dcdbc 0%, #33a1bd 100%);
  background: -ms-linear-gradient(left, #3dcdbc 0%, #33a1bd 100%);
  background: linear-gradient(to right, #3dcdbc 0%, #33a1bd 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3dcdbc', endColorstr='#33a1bd', GradientType=1 );
}
.gtco-products .gtco-item:hover .overlay {
  opacity: 1;
  visibility: visible;
}
.gtco-products .gtco-item:hover .overlay .copy {
  bottom: 0;
  opacity: 1;
  visibility: visible;
}
.gtco-testimonial .gtco-testimony2 {
    float: left;
    width: 100%;
    margin-bottom: 30px;
    background-color: white;
    padding: 20px;
    border: 1px solid #EEEEEE;
}
.gtco-testimonial .gtco-testimony {
    float: left;
    width: 100%;
    margin-bottom: 30px;
    background-color: white;
    padding: 40px;
    border: 1px solid #EEEEEE;
}
@media screen and (max-width: 768px) {
  .gtco-testimonial .gtco-testimony, .gtco-testimonial .gtco-testimony2 {
    float: left;
    width: 100%;
    margin-bottom: 30px;
    background-color: white;
    padding: 10px 20px 20px;
    border: 1px solid #EEEEEE;
}
}
.gtco-testimonial .gtco-left > div {
  display: table-cell;
  float: left;
  width: auto;
}
.gtco-testimonial .gtco-left > div img {
  /*-webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;*/
  max-width: 100% !important;
}
.gtco-testimonial .gtco-left > blockquote {
  display: table-cell;
  border-left: none;
  margin: 0;
  padding: 10px 20px 0 50px;
}
.gtco-testimonial .gtco-left > blockquote p {
    font-size: 14px;
    font-style: normal;
    letter-spacing: 1px;
    line-height: 1.8em;
}
.gtco-testimonial .gtco-left > blockquote .author {
  color: #666666;
  display: block;
  margin-top: 20px;
  font-size: 12px;
  font-weight: 700;
}
.gtco-testimony h2, .gtco-testimony2 h2{
	font-size: 18px;
	border-bottom: 1px solid #ccc;
	padding: 0px 0px 15px 20px;
	line-height: 1.5em;
}
.gtco-testimony h2:before, .gtco-testimony2 h2:before {
	display: inline-block;
	margin-right: 10px;
	padding: 0;
	font-family: "Font Awesome 5 Free";
	content: '\f138';
	font-style: normal;
	font-weight: normal;
	color: #fff000;
	margin-left: -25px;
	font-weight: 900;
}
.section-price .gtco-testimony h2{
	font-size: 18px;
	border-bottom: 1px solid #ccc;
	padding: 5px 0px 20px 35px;
	line-height: 1.5em;
	margin-left: -20px;
	margin-right: -20px;
}
.section-price .gtco-testimony h2:before {
	display: inline-block;
	margin-right: 10px;
	padding: 0;
	font-family: "";
	content: '';
	font-style: normal;
	font-weight: normal;
	color: #fff000;
	margin-left: 0px;
	font-weight: 900;
}
.price-nomal i{
	margin-left: -36px;
	margin-right: 8px;
}
.gtco-testimony2 ul{
	margin: 0;
	padding: 0;
}
.gtco-testimony2 li{
    list-style-type: none;
    list-style-position: inside;
    border-bottom: 1px dotted #CCCCCC;
	padding: 10px 10px;
	font-size: 14px;
	letter-spacing: 1px;
}
.gtco-testimony2 table, .gtco-testimony table{
    border-top: 1px solid #CCCCCC;
   border-left: 1px solid #CCCCCC;
	margin: 15px 0;
	font-size: 14px;
	letter-spacing: 1px;
}
.gtco-testimony2 th{
	font-weight: 400;
	padding: 10px;
	text-align: center;
	border-bottom: 1px solid #CCCCCC;
   border-right: 1px solid #CCCCCC;
}
.gtco-testimony th{
	font-weight: 400;
	padding: 10px 20px;
	text-align: left;
	border-bottom: 1px solid #CCCCCC;
   border-right: 1px solid #CCCCCC;
}
.gtco-testimony .hei th{
	font-weight: 400;
	padding: 6px 20px;
	text-align: left;
	border-bottom: 1px solid #CCCCCC;
   border-right: 1px solid #CCCCCC;
}
.gtco-testimony2 td, .gtco-testimony td{
	text-align: center;
	padding: 10px 20px;
	border-bottom: 1px solid #CCCCCC;
   border-right: 1px solid #CCCCCC;
}

@media screen and (max-width: 479px) {
	.gtco-testimony2 table, .gtco-testimony table{
    border-top: 1px solid #CCCCCC;
   border-left: 1px solid #CCCCCC;
	margin: 15px 0;
	font-size: 12px;
	letter-spacing: 0px;
}
	.gtco-testimony th{
	font-weight: 400;
	padding: 5px !important;
	text-align: left;
	border-bottom: 1px solid #CCCCCC;
   border-right: 1px solid #CCCCCC;
}
	.gtco-testimony2 th{
	font-weight: 400;
	padding: 5px !important;
	text-align: center;
	border-bottom: 1px solid #CCCCCC;
   border-right: 1px solid #CCCCCC;
}
	.gtco-testimony2 td, .gtco-testimony td{
	text-align: center;
	padding: 5px !important;
	border-bottom: 1px solid #CCCCCC;
   border-right: 1px solid #CCCCCC;
}
	.gtco-testimonial .gtco-left > blockquote {
  display: table-cell;
  border-left: none;
  margin: 0;
  padding: 10px 20px 0 20px;
}
}
/* =======================================================
*
* 	footer
*
* ======================================================= */

#gtco-logo-footer {
	width: 310px;
	height: 62px;
  margin: 20px 0;
  padding: 0;
  text-transform: uppercase;
}
@media screen and (max-width: 479px) {
.footer-right{
	padding: 0px 10%;
}
#gtco-logo-footer {
	width: auto;
	max-width: 310px;
	height: auto;
  margin: 20px 0;
  padding: 0;
  text-transform: uppercase;
}
}
.footer-map{
	background-color: #fff;
	padding: 10px;
	letter-spacing: 1px;
}
#gtco-footer {
  padding: 60px 0 0 0 !important;
  margin-bottom: 0 !important;
  width: 100%;
  float: left;
}
@media screen and (max-width: 479px) {
	#gtco-footer {
  padding: 20px 0 0 0 !important;
  margin-bottom: 0 !important;
  width: 100%;
  float: left;
}
}
#gtco-footer a:hover {
  color: #656464;
}
#gtco-footer .gtco-cta {
  margin-bottom: 30px;
}
#gtco-footer .gtco-cta h3 {
  color: #fff;
  font-size: 30px;
  font-weight: 300;
}
#gtco-footer .gtco-cta .btn-white {
  padding: 15px 20px !important;
}
#gtco-footer .gtco-cta .btn-white.btn-outline:hover {
  color: #000 !important;
}
#gtco-footer .gtco-footer-paragraph h3 {
  color: #fff;
  margin-bottom: 10px;
}
#gtco-footer .gtco-footer-link {
  padding-left: 30px;
}
@media screen and (max-width: 768px) {
  #gtco-footer .gtco-footer-link {
    padding-left: 15px;
  }
}
#gtco-footer .gtco-footer-link .gtco-list-link {
  padding: 0;
  margin: 0;
}
#gtco-footer .gtco-footer-link .gtco-list-link li {
  padding: 0;
  margin: 0;
  list-style: none;
}
#gtco-footer .gtco-footer-link .gtco-list-link li a {
  text-transform: uppercase;
  font-size: 13px !important;
}
#gtco-footer .gtco-footer-subscribe {
  padding-left: 30px;
}
@media screen and (max-width: 768px) {
  #gtco-footer .gtco-footer-subscribe {
    padding-left: 15px;
  }
}
#gtco-footer .gtco-footer-subscribe .form-control {
  background: #fff !important;
  border: none !important;
}
#gtco-footer .gtco-footer-subscribe .btn {
  margin-top: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  height: 54px !important;
  line-height: 1.5;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px !important;
  padding-right: 10px !important;
}
#gtco-footer .gtco-copyright {
    background: #fff;
    padding: 30px 0;
    width: 100%;
    letter-spacing: 2px;
	font-size: 12px;
}
#gtco-footer .gtco-copyright p:last-child {
  margin-bottom: 0;
}

.bg-img {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.gtco-staff, .gtco-item {
  margin-bottom: 4em;
  float: left;
  width: 100%;
  display: block;
}
@media screen and (max-width: 768px) {
  .gtco-staff, .gtco-item {
    margin-bottom: 3em;
  }
}
.gtco-staff img, .gtco-item img {
  margin-bottom: 40px !important;
}
.gtco-staff h2, .gtco-item h2 {
  font-size: 24px;
  margin-bottom: 5px;
}
.gtco-staff p, .gtco-item p {
  margin-bottom: 30px;
  color: #777;
}
.gtco-staff .role, .gtco-item .role {
  color: #bfbfbf;
  margin-bottom: 20px;
  font-weight: normal;
  display: block;
}
.gtco-staff .fh5co-social, .gtco-item .fh5co-social {
  padding: 0;
  margin: 0;
}
.gtco-staff .fh5co-social li, .gtco-item .fh5co-social li {
  padding: 0;
  margin: 0 10px 0 0;
  list-style: none;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.gtco-staff .fh5co-social li a, .gtco-item .fh5co-social li a {
  font-size: 20px;
  color: #17b794;
}
.gtco-staff .fh5co-social li a:hover, .gtco-item .fh5co-social li a:hover {
  color: #000;
}

.gtco-social-icons {
  margin: 0;
  padding: 0;
}
.gtco-social-icons li {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.gtco-social-icons li a {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  color: #17B794;
  padding-left: 10px;
  padding-right: 10px;
}
.gtco-social-icons li a i {
  font-size: 20px;
}

.gtco-contact-info {
  margin-bottom: 30px;
  float: left;
  width: 100%;
  position: relative;
}
.gtco-contact-info ul {
  padding: 0;
  margin: 0;
}
.gtco-contact-info ul li {
  padding: 0 0 0 0px;
  margin: 0 0 30px 0;
  list-style: none;
  position: relative;
}
.gtco-contact-info ul li:before {
  color: #cccccc;
  position: absolute;
  left: 0;
  top: .05em;
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.gtco-contact-info ul li.address:before {
  font-size: 30px;
  content: "\e9d1";
}
.gtco-contact-info ul li.phone:before {
  font-size: 23px;
  content: "\e9f4";
}
.gtco-contact-info ul li.email:before {
  font-size: 23px;
  content: "\e9da";
}
.gtco-contact-info ul li.url:before {
  font-size: 23px;
  content: "\e9af";
}

#map {
  width: 100%;
  height: 500px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #map {
    height: 200px;
  }
}

form label {
  font-weight: normal !important;
}

#gtco-header {
  background: #3dcdbc;
  background: -moz-linear-gradient(left, #3dcdbc 0%, #33a1bd 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #3dcdbc), color-stop(100%, #33a1bd));
  background: -webkit-linear-gradient(left, #3dcdbc 0%, #33a1bd 100%);
  background: -o-linear-gradient(left, #3dcdbc 0%, #33a1bd 100%);
  background: -ms-linear-gradient(left, #3dcdbc 0%, #33a1bd 100%);
  background: linear-gradient(to right, #3dcdbc 0%, #33a1bd 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3dcdbc', endColorstr='#33a1bd', GradientType=1 );
}
#gtco-header p {
  color: #d3f1ed;
  font-size: 20px;
  margin-bottom: 40px !important;
}
#gtco-header h1 {
  font-size: 50px;
  line-height: 1.2 !important;
  margin-bottom: 30px !important;
  color: #d3f1ed;
  font-weight: 100;
}
@media screen and (max-width: 768px) {
  #gtco-header h1 {
    line-height: 1.2 !important;
  }
}
#gtco-header h1.no-margin {
  margin-bottom: 0 !important;
}
#gtco-header .copy {
  margin-top: 0em;
}
#gtco-header .btn {
  color: #34a7bd !important;
  text-shadow: none !important;
}
#gtco-header .header-img {
  margin-bottom: 30px;
}

#gtco-header .display-tc,
#gtco-counter .display-tc,
.gtco-cover .display-tc {
  display: table-cell !important;
  vertical-align: middle;
}
#gtco-header .display-tc h1, #gtco-header .display-tc h2,
#gtco-counter .display-tc h1,
#gtco-counter .display-tc h2,
.gtco-cover .display-tc h1,
.gtco-cover .display-tc h2 {
  margin: 0;
  padding: 0;
  color: white;
}
#gtco-header .display-tc h1,
#gtco-counter .display-tc h1,
.gtco-cover .display-tc h1 {
  margin-bottom: 0px;
  font-size: 59px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  #gtco-header .display-tc h1,
  #gtco-counter .display-tc h1,
  .gtco-cover .display-tc h1 {
    font-size: 34px;
    line-height: 1.2;
    margin-bottom: 10px;
  }
}
#gtco-header .display-tc h2,
#gtco-counter .display-tc h2,
.gtco-cover .display-tc h2 {
  font-size: 22px;
  line-height: 1.5;
  margin-bottom: 30px;
}

#gtco-counter {
  text-align: center;
}
#gtco-counter .counter {
  font-size: 50px;
  margin-bottom: 10px;
  color: #17B794;
  font-weight: 100;
  display: block;
}
#gtco-counter .counter-label {
  margin-bottom: 0;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.5);
  letter-spacing: .1em;
}
@media screen and (max-width: 768px) {
  #gtco-counter .feature-center {
    margin-bottom: 50px;
  }
}
#gtco-counter .icon {
  width: 70px;
  height: 70px;
  text-align: center;
  margin-bottom: 20px;
  background: none !important;
  border: none !important;
}
#gtco-counter .icon i {
  height: 70px;
}
#gtco-counter .icon i:before {
  color: #cccccc;
  display: block;
  text-align: center;
  margin-left: 3px;
}

.gtco-section {
  padding: 5em 0;
  clear: both;
  position: relative;
}
@media screen and (max-width: 768px) {
  .gtco-section {
    padding: 2em 0;
  }
}
.gtco-section.border-bottom {
  border-bottom: 1px solid #d9d9d9;
}
.gtco-section.gtco-gray {
  background: #f6f6f6;
}

.gtco-heading {
  margin-bottom: 5em;
}
.gtco-heading.gtco-heading-sm {
  margin-bottom: 2em;
}
.gtco-heading h2 {
  font-size: 40px;
  margin-bottom: 10px;
  line-height: 1.5;
  color: #4d4d4d;
  font-weight: 300;
}
.gtco-heading p {
  font-size: 18px;
  line-height: 1.7;
  color: #898989;
}
/****************************************ハンバーガー**/
#gtco-offcanvas {
  position: absolute;
  z-index: 1901;
  width: 270px;
  background: #656464;
  top: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 45px 40px 40px 40px;
  overflow-y: auto;
  display: none;
  -moz-transform: translateX(270px);
  -webkit-transform: translateX(270px);
  -ms-transform: translateX(270px);
  -o-transform: translateX(270px);
  transform: translateX(270px);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (max-width: 820px) {
  #gtco-offcanvas {
    display: block;
  }
}
.offcanvas #gtco-offcanvas {
  -moz-transform: translateX(0px);
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
  transform: translateX(0px);
}
#gtco-offcanvas a {
    color: #FFFFFF;
}
#gtco-offcanvas a:hover {
  color: rgba(255, 255, 255, 0.8);
}
#gtco-offcanvas ul {
  padding: 0;
  margin: 0;
}
#gtco-offcanvas ul li {
    padding: 0;
    margin: 15px 0;/**************/
    list-style: none;
    border-bottom: 1px solid #787878;
}
#gtco-offcanvas ul li:before {
  font-family: "Font Awesome 5 Free";
        content:"\f111";
	font-weight: 900;
	color: #fff000;
	font-size: 18px;
	margin-right: 3px;
}
#gtco-offcanvas ul li > ul {
  padding-left: 20px;
  display: none;
}
#gtco-offcanvas ul li.offcanvas-has-dropdown > a {
    position: relative;
    display: inline-block;
}
#gtco-offcanvas ul li.offcanvas-has-dropdown > a:after {
  position: absolute;
  right: -2em;
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e921";
  font-size: 20px;
  color: rgba(255, 255, 255, 0.2);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
#gtco-offcanvas ul li.offcanvas-has-dropdown.active a:after {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.uppercase {
  font-size: 14px;
  color: #000;
  margin-bottom: 10px;
  font-weight: 700;
  text-transform: uppercase;
}

.gototop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.gototop.active {
  opacity: 1;
  visibility: visible;
}
.gototop a {
  width: 50px;
  height: 50px;
  display: table;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  text-align: center;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
.gototop a i {
  height: 50px;
  display: table-cell;
  vertical-align: middle;
}
.gototop a:hover, .gototop a:active, .gototop a:focus {
  text-decoration: none;
  outline: none;
}

.gtco-nav-toggle {
  width: 25px;
  height: 25px;
  cursor: pointer;
  text-decoration: none;
}
.gtco-nav-toggle.active i::before, .gtco-nav-toggle.active i::after {
  background: #444;
}
.gtco-nav-toggle:hover, .gtco-nav-toggle:focus, .gtco-nav-toggle:active {
  outline: none;
  border-bottom: none !important;
}
/**************************************ハンバーガーアイコン*/
.gtco-nav-toggle i {
  position: relative;
  display: inline-block;
  width: 25px;
  height: 2px;
  color: #252525;
  font: bold 14px/.4 Helvetica;
  text-transform: uppercase;
  text-indent: -55px;
  background: #252525;
  transition: all .2s ease-out;
}
.gtco-nav-toggle i::before, .gtco-nav-toggle i::after {
  content: '';
  width: 25px;
  height: 2px;
  background: #252525;
  position: absolute;
  left: 0;
  transition: all .2s ease-out;
}
.gtco-nav-toggle.gtco-nav-white > i {
  color: #fff;
  background: #fff;
}
.gtco-nav-toggle.gtco-nav-white > i::before, .gtco-nav-toggle.gtco-nav-white > i::after {
  background: #fff;
}

.gtco-nav-toggle i::before {
  top: -7px;
}

.gtco-nav-toggle i::after {
  bottom: -7px;
}

.gtco-nav-toggle:hover i::before {
  top: -10px;
}

.gtco-nav-toggle:hover i::after {
  bottom: -10px;
}

.gtco-nav-toggle.active i {
  background: transparent;
}

.gtco-nav-toggle.active i::before {
  top: 0;
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}

.gtco-nav-toggle.active i::after {
  bottom: 0;
  -webkit-transform: rotateZ(-45deg);
  -moz-transform: rotateZ(-45deg);
  -ms-transform: rotateZ(-45deg);
  -o-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
}

.gtco-nav-toggle {
  position: absolute;
  right: 0px;
  top: 8px;
  z-index: 21;
  padding: 6px 0 0 0;
  display: block;
  margin: 0 auto;
  display: none;
  height: 44px;
  width: 44px;
  z-index: 2001;
  border-bottom: none !important;
}
@media screen and (max-width: 820px) {
  .gtco-nav-toggle {
    display: block;
  }
}
/* =======================================================
*
* 	button
*
* ======================================================= */

.btn {
  margin-right: 4px;
  margin-bottom: 4px;
  font-size: 14px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  letter-spacing: 2px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  padding: 15px 30px;
  text-transform: uppercase;
  text-shadow: none !important;
}
.btn:hover, .btn:active, .btn:focus{
  color: #656464 !important;
}
.btn-nomal{
	background-color: #fff000;
	color: #656464 !important;
}
.btn-arrow {
	display: block;
	position: relative;
	padding: 10px 8px;
	text-decoration: none;
	transition: background-color .4s ease-in-out;
	text-align: center;
	border-radius: 2px !important;
}

.btn-arrow:after {
	display: block;
	position: absolute;
	top: 25%;
	right: 10px;
	margin: 0px 0 0 1em;
	font-family: "Font Awesome 5 Free";
	content: '\f138';
	font-style: normal;
	font-weight: normal;
	text-decoration: none !important;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-weight: 900;

}
.btn-arrow-a {
	display: inline-block;
	border-radius: 2px !important;
	padding-left: 28px;
	padding-right: 12px;
	padding-top: 0.2em;
	padding-bottom: 0.2em;
	line-height: 34px;
	transition: background-color .4s ease-in-out;
	text-decoration: none;
	text-align: center;
	margin-bottom: 0px;
}

.btn-arrow-a:after {
	font-family: "Font Awesome 5 Free";
	content: '\f138';
	font-style: normal;
	font-weight: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	padding-left: 1em;
	text-decoration: none;
	font-weight: 900;
	
}
.btn-cus:hover{
	text-decoration: none;
}
.btn-stn {
    display: inline-block;
    position: relative;
    padding: 8px 30px 8px 20px;
    text-decoration: none;
    transition: background-color .4s ease-in-out;
    text-align: left;
    text-decoration: none !important;
    border-radius: 2px !important;
    line-height: 24px;
    font-weight: 500;
}

.btn-stn:after {
	display: block;
	position: absolute;
	top: 25%;
	right: 10px;
	margin: 0px 0 0 2em;
	font-family: "Font Awesome 5 Free";
	font-style: normal;
	font-weight: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: '\f138';
	text-decoration: none !important;
	font-weight: 900;
}
@media screen and (max-width: 479px) {
	.btn-stn:after {
	display: block;
	position: absolute;
	top: 30%;
	right: 10px;
	margin: 0px 0 0 2em;
	font-family: "Font Awesome 5 Free";
	font-style: normal;
	font-weight: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: '\f138';
	text-decoration: none !important;
	font-weight: 900;
}
}


/****************************orange**/

.btn-square-so-pop {
  position: relative;
  display: inline-block;
  text-decoration: none;
  color: #FFF;
  background: #fd9535;/*色*/
  border-radius: 4px;/*角の丸み*/
  box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), inset 0 -2px 0 rgba(0, 0, 0, 0.05);
  font-weight: bold;
  border: solid 2px #d27d00;/*線色*/
}

.btn-square-so-pop:active {
  /*押したとき*/
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
}
.btn-orange-pop {
	border: 1px solid #fff000;
	color: #FFF !important;
	background-color: #fd9535;
	box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), inset 0 -2px 0 rgba(0, 0, 0, 0.05);
	border: solid 2px #d27d00;
}
.btn-orange-pop a {
    color: #FFF !important;
    padding-top: 0px;
}
.btn-orange-pop:after {
	color: #FFF;
}
.btn-orange-pop:hover{
    color: #FFF !important;
    background-color: #FC7924;
    /*border: 1px solid #FFFF00;*/
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
}
.btn-orange-pop:active {
  /*押したとき*/
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
}
/****************************yerrow**/

.btn-yerrow {
	border: 1px solid #fff000;
	color: #656464 !important;
	background-color: #fff000;
}
.btn-yerrow a {
    color: #656464 !important;
    padding-top: 0px;
}
.btn-yerrow:after {
	color: #656464;
}
.btn-yerrow:hover{
	color: #656464 !important;
	background-color: #FFFF00;
	border: 1px solid #FFFF00;
}

/****************************blue-line**/

.btn-blue-line {
	border: 1px solid #1B75BB;
	color: #1B75BB !important;
	background-color: #fff;
}
.btn-blue-line a {
    color: #1B75BB !important;
    padding-top: 0px;
}
.btn-blue-line:after {
	color: #1B75BB;
}
.btn-blue-line:hover{
    color: #1B75BB !important;
    background-color: #D9EBF9;
    border: 1px solid #1B75BB;
}

/****************************blue**/

.btn-blue {
	border: 1px solid #1B75BB;
	color: #fff !important;
	background-color: #1B75BB;
}
.btn-blue a {
    color: #fff !important;
    padding-top: 0px;
}
.btn-blue:after {
	color: #fff;
}
.btn-blue:hover{
	color: #fff !important;
	background-color: #1B75BB;
	border: 1px solid #1B75BB;
}

/****************************gray**/

.btn-gray-before {
	display: inline-block;
	border-radius: 2px !important;
	padding: 0.5em 2em 0.5em 1em !important;
	transition: background-color .4s ease-in-out;
	text-decoration: none;
	text-align: center;
	margin-bottom: 0px;
	background-color: #656464;
	color: white;
}
.btn-gray-before a {
    color: #fff !important;
    padding-top: 0px;
}

.btn-gray-before:hover{
    color: #fff !important;
    background-color: #9F9E9E;
}
.btn-gray-before:before {
	font-family: "Font Awesome 5 Free";
	content: '\f138';
	font-style: normal;
	font-weight: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	padding-right: 1em;
	text-decoration: none;
	font-weight: 900;
	color: #fff000;
}
@media screen and (max-width: 479px) {
	.btn-gray-before {
	width: 100%;
}
}
/****************************gray-after**/

.btn-gray-after {
	display: inline-block;
	border-radius: 2px !important;
	padding: 0.5em 0.8em 0.5em 1em !important;
	transition: background-color .4s ease-in-out;
	text-decoration: none;
	text-align: center;
	margin-bottom: -5px;
	background-color: #656464;
	color: white;
	text-align: left;
}
.btn-gray-after a {
    color: #fff !important;
    padding-top: 0px;
}

.btn-gray-after:hover{
    color: #fff !important;
    background-color: #9F9E9E;
}
.btn-gray-after:after {
	font-family: "Font Awesome 5 Free";
	content: '\f138';
	font-style: normal;
	font-weight: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	padding-left: 0.5em;
	text-decoration: none;
	font-weight: 900;
	color: #fff000;
}
/****************************grayline**/

.btn-grayline-after {
	display: inline-block;
	border-radius: 2px !important;
	padding: 0.5em 1em 0.5em 1.5em !important;
	transition: background-color .4s ease-in-out;
	text-decoration: none;
	text-align: center;
	margin-top: -5px;
	background-color: white;
	color: #656464;
	border: 1px solid #656464;
}
.btn-grayline-after a {
    color: #656464 !important;
    padding-top: 0px;
}

.btn-grayline-after:hover{
    color: #656464 !important;
    background-color: #E2E2E2;
}
.btn-grayline-after:after {
	font-family: "Font Awesome 5 Free";
	content: '\f138';
	font-style: normal;
	font-weight: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	padding-left: 0.5em;
	text-decoration: none;
	font-weight: 900;
	color: #656464;
}

@media screen and (max-width: 479px) {
	.btn-grayline-after {
    padding: 0.5em 0.3em 0.5em 0.5em !important;
    letter-spacing: 0px;
		font-size: 13px;
		margin-top: -3px;
}
}

/****************************grayline no-arrow**/

.btn-grayline {
	display: inline-block;
	border-radius: 2px !important;
	padding: 0.2em 3em 0.35em !important;
	transition: background-color .4s ease-in-out;
	text-decoration: none;
	text-align: center;
	margin-top: -10px;
	/*background-color: white;*/
	border: 1px solid #777;
	width: 100%;
	max-width: 500px;
}
.btn-grayline a {
    color: #656464 !important;
    padding-top: 0px;
}

.btn-grayline:hover{
    color: #656464 !important;
    background-color: #E2E2E2;
}


@media screen and (max-width: 479px) {
	.btn-grayline {
    padding: 0.3em 1.5em 0.5em !important;
		margin-top: -3px;
}
}

/****************************grayline2**/

.btn-grayline2-after {
	display: inline-block;
	border-radius: 2px !important;
	padding: 0.5em 1em 0.5em 2.5em !important;
	transition: background-color .4s ease-in-out;
	text-decoration: none;
	text-align: center;
	margin-top: -5px;
	background-color: white;
	color: #656464;
	border: 1px solid #656464;
}
.btn-grayline2-after a {
    color: #656464 !important;
    padding-top: 0px;
}

.btn-grayline2-after:hover{
    color: #656464 !important;
    background-color: #E2E2E2;
}
.btn-grayline2-after:after {
	font-family: "Font Awesome 5 Free";
	content: '\f13a';
	font-style: normal;
	font-weight: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	padding-left: 0.5em;
	text-decoration: none;
	font-weight: 900;
	color: #656464;
}
.btn-grayline2-after:before {
	font-family: "";
	content: '' !important;
	font-style: normal;
	font-weight: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	padding-left: 0.5em;
	text-decoration: none;
	font-weight: 900;
	color: #656464;
}
@media screen and (max-width: 479px) {
	.btn-grayline2-after {
    padding: 0.5em 0.3em 0.5em 0.5em !important;
    letter-spacing: 0px;
		font-size: 13px;
		margin-top: -3px;
}
}


/****************************navy**/

.btn-navy-after {
    display: inline-block;
    border-radius: 2px !important;
    padding: 0.5em 0.8em 0.5em 1em !important;
    transition: background-color .4s ease-in-out;
    text-decoration: none;
    text-align: center;
    margin-bottom: -5px;
    background-color: #1F358F;
    color: white;
    text-align: left;
}
.btn-navy-after a {
    color: #fff !important;
    padding-top: 0px;
}

.btn-navy-after:hover{
    color: #fff !important;
    background-color: #2B4AC8;
}
.btn-navy-after:after {
	font-family: "Font Awesome 5 Free";
	content: '\f138';
	font-style: normal;
	font-weight: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	padding-left: 0.5em;
	text-decoration: none;
	font-weight: 900;
	color: #fff;
}





.btn-primary {
  background: #17B794;
  color: #fff;
  border: 2px solid #17B794 !important;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  background: #1acea6 !important;
  border-color: #1acea6 !important;
}
.btn-primary.btn-outline {
  background: transparent;
  color: #17B794;
  border: 2px solid #17B794;
}
.btn-primary.btn-outline:hover, .btn-primary.btn-outline:focus, .btn-primary.btn-outline:active {
  background: #17B794;
  color: #fff;
}

.btn-success {
  background: #5cb85c;
  color: #fff;
  border: 2px solid #5cb85c;
}
.btn-success:hover, .btn-success:focus, .btn-success:active {
  background: #4cae4c !important;
  border-color: #4cae4c !important;
}
.btn-success.btn-outline {
  background: transparent;
  color: #5cb85c;
  border: 2px solid #5cb85c;
}
.btn-success.btn-outline:hover, .btn-success.btn-outline:focus, .btn-success.btn-outline:active {
  background: #5cb85c;
  color: #fff;
}

.btn-info {
  background: #5bc0de;
  color: #fff;
  border: 2px solid #5bc0de;
}
.btn-info:hover, .btn-info:focus, .btn-info:active {
  background: #46b8da !important;
  border-color: #46b8da !important;
}
.btn-info.btn-outline {
  background: transparent;
  color: #5bc0de;
  border: 2px solid #5bc0de;
}
.btn-info.btn-outline:hover, .btn-info.btn-outline:focus, .btn-info.btn-outline:active {
  background: #5bc0de;
  color: #fff;
}

.btn-warning {
  background: #f0ad4e;
  color: #fff;
  border: 2px solid #f0ad4e;
}
.btn-warning:hover, .btn-warning:focus, .btn-warning:active {
  background: #eea236 !important;
  border-color: #eea236 !important;
}
.btn-warning.btn-outline {
  background: transparent;
  color: #f0ad4e;
  border: 2px solid #f0ad4e;
}
.btn-warning.btn-outline:hover, .btn-warning.btn-outline:focus, .btn-warning.btn-outline:active {
  background: #f0ad4e;
  color: #fff;
}

.btn-danger {
  background: #d9534f;
  color: #fff;
  border: 2px solid #d9534f;
}
.btn-danger:hover, .btn-danger:focus, .btn-danger:active {
  background: #d43f3a !important;
  border-color: #d43f3a !important;
}
.btn-danger.btn-outline {
  background: transparent;
  color: #d9534f;
  border: 2px solid #d9534f;
}
.btn-danger.btn-outline:hover, .btn-danger.btn-outline:focus, .btn-danger.btn-outline:active {
  background: #d9534f;
  color: #fff;
}

.btn-white {
  background: #fff;
  color: #000;
  border: 2px solid #fff;
}
.btn-white:hover, .btn-white:focus, .btn-white:active {
  color: #000;
  background: #fff;
  border-color: #fff;
}
.btn-white.btn-outline {
  color: #fff;
  border: 2px solid #fff;
}
.btn-white.btn-outline:hover, .btn-white.btn-outline:focus, .btn-white.btn-outline:active {
  background: #fff;
  color: #000 !important;
  border: 2px solid #fff;
}

.btn-special {
    background-color: #fff000;
    color: #535353;
    border: 2px solid #fff000;
}
.btn-special:hover, .btn-special:focus, .btn-special:active {
    color: #535353;
    background-color: #FFFAB1;
    border-color: #F6F2B0;
}
.btn-special.btn-outline {
  color: #535353;
  border: 2px solid #fff000;
}
.btn-special.btn-outline:hover, .btn-special.btn-outline:focus, .btn-special.btn-outline:active {
  background: #fff000;
  color: #535353;
  border: 2px solid #fff000;
}

.btn-outline {
  background: none;
  border: 2px solid gray;
  font-size: 16px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.btn-outline:hover, .btn-outline:focus, .btn-outline:active {
  box-shadow: none;
}

.btn.with-arrow {
  position: relative;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.btn.with-arrow i {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  right: 0px;
  top: 50%;
  margin-top: -8px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.btn.with-arrow:hover {
  padding-right: 50px;
}
.btn.with-arrow:hover i {
  color: #fff;
  right: 18px;
  visibility: visible;
  opacity: 1;
}

.form-control {
  box-shadow: none;
  background: transparent;
  border: 2px solid rgba(0, 0, 0, 0.1);
  height: 54px;
  font-size: 18px;
  font-weight: 300;
}
.form-control:active, .form-control:focus {
  outline: none;
  box-shadow: none;
  border-color: #fff000;
}

.row-pb-md {
    padding-bottom: 4em !important;
    letter-spacing: 0px;
}

.row-pb-sm {
  padding-bottom: 2em !important;
}

.gtco-loader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url(../images/loader.gif) center no-repeat #fff;
}

.js .animate-box {
  opacity: 0;
}

@media screen and (max-width: 768px) {
  .gtco-nav .gtco-contact {
    text-align: left !important;
  }
}
.gtco-nav .gtco-contact ul {
  padding: 0;
  margin: 0 0 20px 0;
}
.gtco-nav .gtco-contact ul li {
  padding: 0;
  margin: 0;
}
.gtco-nav .gtco-contact ul li a {
  font-size: 14px;
  font-weight: bold !important;
  margin-left: 0px;
}
.gtco-nav .gtco-contact ul li a i {
  color: #17B794;
}
.gtco-nav .gtco-contact ul li a:hover i {
  color: #fff;
}

#gtco-features-3 {
  position: relative;
  top: -7em;
}
@media screen and (max-width: 768px) {
  #gtco-features-3 {
    top: -2em;
  }
}
#gtco-features-3 .feature {
  width: 33.33%;
  float: left;
  padding: 30px;
  background: #17B794;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #gtco-features-3 .feature {
    width: 100%;
    margin-bottom: 30px;
  }
}
#gtco-features-3 .feature h3 {
  color: #fff;
  font-size: 18px;
  margin-bottom: 15px;
  text-transform: uppercase;
}
#gtco-features-3 .feature p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 16px;
  line-height: 1.7;
}
#gtco-features-3 .feature .icon {
  display: block;
  width: 90px;
  height: 90px;
  margin: 0 auto 10px auto;
  position: relative;
  background: #15a989;
  top: -3em;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
#gtco-features-3 .feature .icon i {
  line-height: 90px;
  height: 90px;
  font-size: 40px;
  color: #fff;
}
#gtco-features-3 .feature .icon i:before {
  display: block;
  text-align: center;
  margin-left: 3px;
}
#gtco-features-3 .feature.feature-1 {
  z-index: 7;
}
#gtco-features-3 .feature.feature-2 {
  bottom: 0px;
  z-index: 10;
  -webkit-box-shadow: 0px 0 30px 10px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 0 30px 10px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0 30px 10px rgba(0, 0, 0, 0.25);
  background: #15a585;
}
@media screen and (max-width: 768px) {
  #gtco-features-3 .feature.feature-2 {
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
  }
}
#gtco-features-3 .feature.feature-2 .icon {
  background: #13977a;
}
#gtco-features-3 .feature.feature-2 .feature-inner {
  top: -3em;
  position: relative;
}
@media screen and (max-width: 768px) {
  #gtco-features-3 .feature.feature-2 .feature-inner {
    top: 0;
  }
}
#gtco-features-3 .feature.feature-2:before {
  position: absolute;
  top: -50px;
  content: "";
  background: #15a585;
  height: 50px;
  width: 100%;
  left: 0;
}
@media screen and (max-width: 768px) {
  #gtco-features-3 .feature.feature-2:before {
    display: none;
  }
}
#gtco-features-3 .feature.feature-2:after {
  position: absolute;
  bottom: -30px;
  content: "";
  background: #15a585;
  height: 30px;
  width: 100%;
  left: 0;
}
@media screen and (max-width: 768px) {
  #gtco-features-3 .feature.feature-2:after {
    display: none;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
  }
}
#gtco-features-3 .feature.feature-3 {
  z-index: 7;
  background: #129377;
}
#gtco-features-3 .feature.feature-3 .icon {
  background: #118a6f;
}

.gtco-flex {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  position: relative;
  float: left;
}

#gtco-portfolio {
  padding: 7em 0;
  background: #303841;
  min-height: 500px;
}
@media screen and (max-width: 768px) {
  #gtco-portfolio {
    padding: 3em 0;
  }
}
#gtco-portfolio .gtco-heading h2 {
  color: #fff;
}
#gtco-portfolio .gtco-heading p {
  color: rgba(255, 255, 255, 0.7);
}

#gtco-portfolio-list {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  position: relative;
  float: left;
  padding: 0;
  margin: 0;
  width: 100%;
}
#gtco-portfolio-list li {
  display: block;
  padding: 0;
  margin: 0 0 10px 1%;
  list-style: none;
  min-height: 400px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  float: left;
  clear: left;
  position: relative;
}
@media screen and (max-width: 480px) {
  #gtco-portfolio-list li {
    margin-left: 0;
  }
}
#gtco-portfolio-list li a {
  min-height: 400px;
  padding: 2em;
  position: relative;
  width: 100%;
  display: block;
}
#gtco-portfolio-list li a:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  z-index: 80;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
#gtco-portfolio-list li a.color-1:before {
  background: rgba(55, 75, 84, 0.7);
}
#gtco-portfolio-list li a.color-1:hover:before {
  background: rgba(55, 75, 84, 0);
}
#gtco-portfolio-list li a.color-2:before {
  background: rgba(37, 190, 213, 0.7);
}
#gtco-portfolio-list li a.color-2:hover:before {
  background: rgba(37, 190, 213, 0);
}
#gtco-portfolio-list li a.color-3:before {
  background: rgba(239, 172, 147, 0.7);
}
#gtco-portfolio-list li a.color-3:hover:before {
  background: rgba(239, 172, 147, 0);
}
#gtco-portfolio-list li a.color-4:before {
  background: rgba(249, 17, 40, 0.7);
}
#gtco-portfolio-list li a.color-4:hover:before {
  background: rgba(249, 17, 40, 0);
}
#gtco-portfolio-list li a.color-5:before {
  background: rgba(252, 68, 40, 0.7);
}
#gtco-portfolio-list li a.color-5:hover:before {
  background: rgba(252, 68, 40, 0);
}
#gtco-portfolio-list li a.color-6:before {
  background: rgba(98, 177, 215, 0.7);
}
#gtco-portfolio-list li a.color-6:hover:before {
  background: rgba(98, 177, 215, 0);
}
#gtco-portfolio-list li a .case-studies-summary {
  width: auto;
  bottom: 2em;
  left: 2em;
  right: 2em;
  position: absolute;
  z-index: 100;
}
@media screen and (max-width: 768px) {
  #gtco-portfolio-list li a .case-studies-summary {
    bottom: 1em;
    left: 1em;
    right: 1em;
  }
}
#gtco-portfolio-list li a .case-studies-summary span {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.7);
}
#gtco-portfolio-list li a .case-studies-summary h2 {
  color: #fff;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  #gtco-portfolio-list li a .case-studies-summary h2 {
    font-size: 20px;
  }
}
#gtco-portfolio-list li.two-third {
  width: 65.6%;
}
@media screen and (max-width: 768px) {
  #gtco-portfolio-list li.two-third {
    width: 49%;
  }
}
@media screen and (max-width: 480px) {
  #gtco-portfolio-list li.two-third {
    width: 100%;
  }
}
#gtco-portfolio-list li.one-third {
  width: 32.3%;
}
@media screen and (max-width: 768px) {
  #gtco-portfolio-list li.one-third {
    width: 49%;
  }
}
@media screen and (max-width: 480px) {
  #gtco-portfolio-list li.one-third {
    width: 100%;
  }
}
#gtco-portfolio-list li.one-half {
  width: 49%;
}
@media screen and (max-width: 480px) {
  #gtco-portfolio-list li.one-half {
    width: 100%;
  }
}

/* Owl Override Style */
.owl-carousel .owl-controls,
.owl-carousel-posts .owl-controls {
  margin-top: 0;
}

.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel-posts .owl-controls .owl-nav .owl-next,
.owl-carousel-posts .owl-controls .owl-nav .owl-prev {
  top: 25% !important;
  z-index: 1001;
  position: absolute;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel-posts .owl-controls .owl-nav .owl-next {
  right: -170px;
}
@media screen and (max-width: 992px) {
  .owl-carousel .owl-controls .owl-nav .owl-next,
  .owl-carousel-posts .owl-controls .owl-nav .owl-next {
    right: -50px;
  }
}

.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel-posts .owl-controls .owl-nav .owl-prev {
  left: -170px;
}
@media screen and (max-width: 992px) {
  .owl-carousel .owl-controls .owl-nav .owl-prev,
  .owl-carousel-posts .owl-controls .owl-nav .owl-prev {
    left: -50px;
  }
}

.owl-carousel-posts .owl-controls .owl-nav .owl-next i,
.owl-carousel-posts .owl-controls .owl-nav .owl-prev i,
.owl-carousel-fullwidth .owl-controls .owl-nav .owl-next i,
.owl-carousel-fullwidth .owl-controls .owl-nav .owl-prev i {
  color: #000;
}
.owl-carousel-posts .owl-controls .owl-nav .owl-next:hover i,
.owl-carousel-posts .owl-controls .owl-nav .owl-prev:hover i,
.owl-carousel-fullwidth .owl-controls .owl-nav .owl-next:hover i,
.owl-carousel-fullwidth .owl-controls .owl-nav .owl-prev:hover i {
  color: #000;
}

.owl-carousel-fullwidth.fh5co-light-arrow .owl-controls .owl-nav .owl-next i,
.owl-carousel-fullwidth.fh5co-light-arrow .owl-controls .owl-nav .owl-prev i {
  color: #000;
}
.owl-carousel-fullwidth.fh5co-light-arrow .owl-controls .owl-nav .owl-next:hover i,
.owl-carousel-fullwidth.fh5co-light-arrow .owl-controls .owl-nav .owl-prev:hover i {
  color: #000;
}

@media screen and (max-width: 768px) {
  .owl-theme .owl-controls .owl-nav {
    display: none;
  }
}

.owl-theme .owl-controls .owl-nav [class*="owl-"] {
  background: none !important;
}
.owl-theme .owl-controls .owl-nav [class*="owl-"] i {
  color: #cccccc;
  font-size: 24px;
  padding: 12px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.owl-theme .owl-controls .owl-nav [class*="owl-"]:hover i, .owl-theme .owl-controls .owl-nav [class*="owl-"]:focus i {
  color: #000;
}

.owl-theme .owl-dots {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
}

.owl-carousel-fullwidth.owl-theme .owl-dots {
  bottom: 0;
  margin-bottom: -2.5em;
}

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  background: #cccccc;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.owl-theme .owl-dots .owl-dot span:hover {
  background: none;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: none;
  background: #4d4d4d;
}

/*# sourceMappingURL=style.css.map */




/*--------------------
col-xxs
--------------------*/
/* [+] col-xxs- */
.col-xxs-1, .col-xxs-2, .col-xxs-3, .col-xxs-4, .col-xxs-5, .col-xxs-6, .col-xxs-7, .col-xxs-8, .col-xxs-9, .col-xxs-10, .col-xxs-11, .col-xxs-12 {
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
}
@media (max-width: 479px) {
    .col-xxs-1, .col-xxs-2, .col-xxs-3, .col-xxs-4, .col-xxs-5, .col-xxs-6, .col-xxs-7, .col-xxs-8, .col-xxs-9, .col-xxs-10, .col-xxs-11, .col-xxs-12 {
        float: left;
    }
    .col-xxs-12 {
        width: 100%;
    }
    .col-xxs-11 {
        width: 91.66666667%;
    }
    .col-xxs-10 {
        width: 83.33333333%;
    }
    .col-xxs-9 {
        width: 75%;
    }
    .col-xxs-8 {
        width: 66.66666667%;
    }
    .col-xxs-7 {
        width: 58.33333333%;
    }
    .col-xxs-6 {
        width: 50%;
    }
    .col-xxs-5 {
        width: 41.66666667%;
    }
    .col-xxs-4 {
        width: 33.33333333%;
    }
    .col-xxs-3 {
        width: 25%;
    }
    .col-xxs-2 {
        width: 16.66666667%;
    }
    .col-xxs-1 {
        width: 8.33333333%;
    }
    .col-xxs-pull-12 {
        right: 100%;
    }
    .col-xxs-pull-11 {
        right: 91.66666667%;
    }
    .col-xxs-pull-10 {
        right: 83.33333333%;
    }
    .col-xxs-pull-9 {
        right: 75%;
    }
    .col-xxs-pull-8 {
        right: 66.66666667%;
    }
    .col-xxs-pull-7 {
        right: 58.33333333%;
    }
    .col-xxs-pull-6 {
        right: 50%;
    }
    .col-xxs-pull-5 {
        right: 41.66666667%;
    }
    .col-xxs-pull-4 {
        right: 33.33333333%;
    }
    .col-xxs-pull-3 {
        right: 25%;
    }
    .col-xxs-pull-2 {
        right: 16.66666667%;
    }
    .col-xxs-pull-1 {
        right: 8.33333333%;
    }
    .col-xxs-pull-0 {
        right: auto;
    }
    .col-xxs-push-12 {
        left: 100%;
    }
    .col-xxs-push-11 {
        left: 91.66666667%;
    }
    .col-xxs-push-10 {
        left: 83.33333333%;
    }
    .col-xxs-push-9 {
        left: 75%;
    }
    .col-xxs-push-8 {
        left: 66.66666667%;
    }
    .col-xxs-push-7 {
        left: 58.33333333%;
    }
    .col-xxs-push-6 {
        left: 50%;
    }
    .col-xxs-push-5 {
        left: 41.66666667%;
    }
    .col-xxs-push-4 {
        left: 33.33333333%;
    }
    .col-xxs-push-3 {
        left: 25%;
    }
    .col-xxs-push-2 {
        left: 16.66666667%;
    }
    .col-xxs-push-1 {
        left: 8.33333333%;
    }
    .col-xxs-push-0 {
        left: auto;
    }
    .col-xxs-offset-12 {
        margin-left: 100%;
    }
    .col-xxs-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-xxs-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-xxs-offset-9 {
        margin-left: 75%;
    }
    .col-xxs-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-xxs-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-xxs-offset-6 {
        margin-left: 50%;
    }
    .col-xxs-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-xxs-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-xxs-offset-3 {
        margin-left: 25%;
    }
    .col-xxs-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-xxs-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-xxs-offset-0 {
        margin-left: 0;
    }
}
/* [+] hidden-xxs */
@media (max-width: 479px) {
    .hidden-xxs {
        display: none !important;
    }
}
/* [+] visible-xxs and visible-xxs- */
.visible-xxs {
    display: none !important;
}
.visible-xxs-block,
.visible-xxs-inline,
.visible-xxs-inline-block {
    display: none !important;
}
@media (max-width: 479px) {
    .visible-xxs {
        display: block !important;
    }
    table.visible-xxs {
        display: table;
    }
    tr.visible-xxs {
        display: table-row !important;
    }
    th.visible-xxs,
    td.visible-xxs {
        display: table-cell !important;
    }
    .visible-xxs-block {
        display: block !important;
    }
    .visible-xxs-inline {
        display: inline !important;
    }
    .visible-xxs-inline-block {
        display: inline-block !important;
    }
}

