@charset "utf-8";

/* ////////////////////////////////////////////
 *                 base & layout
 * //////////////////////////////////////////// */

/* Typography
------------------------------------------*/
html {
	background: #fff;
	font-size: 16px;
}
body {
	line-height: 1.8;
	font-family: "Noto Sans JP", sans-serif;
	font-style: normal;
	font-weight: 400;
	color: #272727;
}
.main-number{
	font-family: "Roboto", sans-serif;
}
a {
	color: #272727;
	text-decoration: none;
	font-family: "Noto Sans JP", sans-serif;
	opacity: 1;
	transition: opacity 0.6s ease;
	text-decoration: none;
}
a:hover,
a:focus {
	color: inherit;
	opacity: 0.6;
	text-decoration: none;
}

/* use hover animation */
/*
a, a:hover {
	-webkit-transition: 0.3s ease-in-out;
	   -moz-transition: 0.3s ease-in-out;
		 -o-transition: 0.3s ease-in-out;
			transition: 0.3s ease-in-out;
}
*/


/* Layout
------------------------------------------*/
body {
	min-width: 1080px;
	text-align: center;
}
body.home {
	word-break: break-all;
}
#container {
	overflow: hidden;
}


/* header
------------------------------------------*/
#header {
	background: #fff;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1000;
}
#header-inner {
	position: relative;
	width: 100%;
	height: 72px;
	margin: 0 auto;
	z-index: 20;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 20px;
}
.site-description {
	position: absolute;
	top: 20px;
	left: 0;
	font-size: 11px;
	color: #aaa;
	display: none;
}

.header-left{
	display: flex;
	gap: 100px;
}

.header-logo {
}
.header-con-wrap{
	display: flex;
	gap: 15px;
}
.header-con a{
	background: #0bba90;
	color: #fff;
	padding: 10px 40px;
	font-weight: 600;
	border-radius: 30px;
	display: block;
}
.header-con:nth-child(2) a{
	background: #2a6dfb;
}

.gnav {
}
.gnav-list{
	display: flex;
	gap: 25px;
	font-size: 15px;
}


/* droppy */
/* .gnav-list { position: relative; text-align: left; zoom: 1; }
.gnav-list li { float: left; display: block; position: relative; z-index: 20; }
.gnav-list ul { display: none; position: absolute; top: 100%; left: 0; width: 100%; background: rgba(255,255,255,.8); }
.gnav-list ul li { float: none; }
.gnav-list ul li a { display: block; padding: 5px 10px; color: inherit; font-size: 14px; zoom: 1; }
.gnav-list ul li a:hover { text-decoration: none; background: #fff; }
.gnav-list ul ul { top: 0; left: 100%; width: 100%; }
.gnav-list a, .gnav-ul img{ display: block; } */


/* mainimage
------------------------------------------*/
/* 横スライド
.slideshow .slick-list {overflow: visible;}
*/

#mainimage {
	position: relative;
	overflow: hidden;
	margin: 72px auto 100px;
	background: url(/images/default/mv-bg.png) no-repeat center center / cover;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 40px;
	height: 740px;
	padding: 0 40px;
}
.mv-text-wrap{
	width: 50%;
	max-width: 800px;
}
.mv-text{
	text-align: left;
	font-size: 18px;
	color: #fff;
}
.mv-text h2{
	font-size: 70px;
	line-height: 1.4;
	margin-bottom: 30px;
}
.mv-text p{
	line-height: 2.2;
	white-space: nowrap;
}
@media screen and (max-width:1400px) {
	#mainimage{
		gap: 20px;
	}
	.mv-text-wrap{
		min-width: 50%;
	}
	.mv-text h2{
		font-size: 55px;
		line-height: 1.2;
	}
}


.mv-more{
	margin-top: 60px;
	display: flex;
	flex-wrap: nowrap;
	gap: 6px;
}
.mv-con a{
	display: block;
	background: #0bba90;
	color: #fff;
	padding: 20px 40px;
	font-weight: 600;
	border-radius: 40px;
	color: #fff;
}
.mv-dl a{
	background: #fff;
	color: #272727;
}

#mainimage-inner {
	margin-top: 40px;
	margin-right: -20px;
}

/* content main
------------------------------------------*/
#content-inner {
	width: 1080px;
	margin: 0 auto;
	padding-bottom: 60px;
}
.home #content-inner{
	width: 100%;
}
#main {
	text-align: left;
}

#main-inner h2{
	text-align: center;
	font-size: 36px;
	color: #062941;
	line-height: 1.3;
	font-weight: bold;
}
.home #main-inner h2{
	font-size: 50px;
}
#main-inner h2 span{
	color: #49afde;
}
.typing {
	display: inline-block;
	white-space: nowrap;
	overflow: hidden;
	width: 0;
	animation:typing 3s linear forwards;
}

@keyframes typing {
	from {
	  width: 0;
	}
	to {
	  width: 100%;
	}
}


/* そのアイデア、「考えた」だけで終わっていませんか？ */
.main-idea{
	text-align: center;
	margin-bottom: 100px;
}
.main-idea-title-text{
	font-size: 24px;
	margin-top: 25px;
	font-weight: 400;
}
.main-idea-inner{
	max-width: 1240px;
	padding: 0 20px;
	margin: auto;
}
.main-idea-list{
	margin-top: 110px;
	display: flex;
	gap: 27px;
}
.main-idea-list li{
	position: relative;
	background: #e5f0f6;
	width: 280px;
	height: 280px;
	padding-top: 100px;
	border-radius: 20px;
}
.main-idea-icon{
	position: absolute;
	left: 50%;
	top: 0;
	transform: translate(-50%,-50%);
}
.main-idea-list li h3{
	font-size: 24px;
	color: #062941;
	margin-bottom: 15px;
	font-weight: bold;
}

/* アイデアを形に変える */
.main-point{
	text-align: center;
	padding: 90px 0 100px;
	background: url(/images/default/main-point-bg.png) no-repeat center center / cover;
}
.main-point-title{
	margin-bottom: 80px;
}
.main-point-inner{
	max-width: 1240px;
	margin: auto;
	padding: 0 20px;
}
.main-point-list li{
	display: flex;
	justify-content: space-between;
	margin-bottom: 80px;
	text-align: left;
	gap: 20px;
}
.main-point-list li:nth-child(2n){
	flex-direction: row-reverse;
}
.main-point-list li:last-child{
	margin-bottom: 0;
}
.main-point-image img{
	border-radius: 20px;
	box-shadow: 0px 0px 15px -5px #777777;
}
.main-point-text{
	margin-top: -10px;
	max-width: 480px;
}
.main-number{
	font-style: italic;
	color: #fff;
	font-size: 90px;
	line-height: 1;
	font-weight: bold;
	color: white;
	text-shadow:
    -2px -2px 0 #144474,
     0px -2px 0 #144474,
     2px -2px 0 #144474,
    -2px  0px 0 #144474,
     2px  0px 0 #144474,
    -2px  2px 0 #144474,
     0px  2px 0 #144474,
     2px  2px 0 #144474;
}
.main-point-text h3{
	font-size: 32px;
	font-weight: bold;
	margin-bottom: 40px;
	line-height: 1.6;
}

/* アイデア実現を後押しする */
.main-features{
	padding-top: 90px;
	text-align: center;
	margin-bottom: 100px;
}
.main-features-title{
}
.main-features-title-text{
	font-size: 24px;
	font-weight: 400;
	margin-top: 25px;
	margin-bottom: 80px;
}
.main-features-inner{
	max-width: 1240px;
	margin: auto;
	padding: 0 20px;
}
.main-features-list{
	display: flex;
	justify-content: space-between;
}
.main-features-list li{
	border-radius: 20px;
	background: url(/images/default/main-features-bg.png) no-repeat center center / cover;
	height: auto;
	padding: 30px 25px;
	color: #fff;
	width: 100%;
	max-width: 260px;
	position: relative;
}
.main-features-list li:not(:last-child):before{
	content: '';
	position: absolute;
	top: 50%;
	right: -14px;
	transform: translate(100%,-50%);
	width: 26px;
	height: 41px;
	background: url(/images/default/main-features-arrow.png) no-repeat center center / contain;
}
.main-features-icon{
	text-align: center;
	margin-bottom: 20px;
}
.main-features-list li h3{
	font-size: 26px;
	margin-bottom: 20px;
	text-align: center;
	line-height: 1.6;
}

/* 機能を体験しよう */
.main-function{
	padding: 90px 0 100px;
	background: url(/images/default/main-function-bg.png) no-repeat center center / contain #e4f3fb;
}
.main-function-title-wrap{
	max-width: 1240px;
	padding: 0 20px;
	margin: auto;
	display: flex;
	align-items: end;
	gap: 100px;
	margin-bottom: 80px;
}
.main-function-title{
	text-align: left !important;
	max-width: 410px;
}
.main-function-inner{
	max-width: 1480px;
	padding: 0 20px;
	margin: auto;
	display: flex;
	justify-content: space-between;
	gap: 30px;
}
.main-function-list{
	max-width: 540px;
}
.main-function-list-item{
	margin-bottom: 30px;
}
.main-function-list-item:last-child{
	margin-bottom: 0px;
}
.main-function-list-item h3{
	color: #fff;
	padding: 10px 60px;
	font-size: 24px;
	margin-bottom: 15px;
	background: url(/images/default/main-features-list-bg.png) no-repeat center center / contain;
	border-radius: 30px;
	position: relative;
	display: block;
	cursor: pointer;
}
.main-function-list-item h3::before{
	content: '';
	position: absolute;
	top: 50%;
	left: 10px;
	transform: translate(0,-50%);
	width: 55px;
	height: 60px;
	background: url(/images/default/main-function-icon1.png) no-repeat center center / contain;
}
.main-function-list-item:nth-child(2) h3::before{
	background: url(/images/default/main-function-icon2.png) no-repeat center center / contain;
}
.main-function-list-item:nth-child(3) h3::before{
	background: url(/images/default/main-function-icon3.png) no-repeat center center / contain;
}
.main-function-list-item:nth-child(4) h3::before{
	background: url(/images/default/main-function-icon4.png) no-repeat center center / contain;
}

.main-function-image {
    display: none;
}
  .main-function-image.active {
    display: block;
	width: 100%;
	height: 100%;
	max-width: 800px;
	max-height: 800px;
	box-shadow: 0px 0px 15px -5px #777777;
}
.main-function-image.active img{
	border-radius: 6px;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

/* BIIM Cloud活用による */
.main-case{
	text-align: center;
	padding: 90px 0 100px;
	background: url(/images/default/main-case-bg.png) no-repeat center center / cover;
}
.main-case-title{
	margin-bottom: 80px;
}

/* メニュー */
.tab {
	max-width: 1200px;
	margin: 0 auto;
  }
  
  /* タブメニュー */
  .tab__menu {
	display: flex;
	align-items: flex-end; /* メニューを下揃え&高さを調整 */
	justify-content: space-between;
	min-height: 50px; /* メニュー切替時にタブがズレないように */
	padding: 0;
	margin: 0;
  }
  
  .tab__menu-item {
	list-style: none;
	width: 390px;
	padding: 8px 5px; /* メニューに高さを付ける */
	text-align: center;
	margin-right: 6px;
	border-radius: 20px 20px 0 0;
	cursor: pointer;
	transition: all .3s; /* アニメーション */
	background: url(/images/default/tab-menu-bg.png) no-repeat center center / cover;
	font-size: 24px;
	font-weight: bold;
	color: #fff;
  }
  
  .tab__menu-item:last-of-type {
	margin-right: 0px;
  }
  
  /* is-activeがついている時のスタイル */
  .tab__menu-item.is-active {
	color: #062941;
	background: #fff;
	padding: 12px 5px;
  }

/* タブパネル */
.tab__panel {
	width: 100%;
   }
   
   .tab__panel-box {
	 min-height: 400px;
	 padding: 40px 120px 70px;
	}
   
   .tab__panel-box001 {
	background: #fff;
	 display: none;
   }
   
   .tab__panel-box002 {
	background: #fff;
	 display: none;
   }
   
   .tab__panel-box003 {
	background: #fff;
	 display: none;
   }
   
   /* is-showがついている時のスタイル */
   .tab__panel-box.is-show {
	 display: block;
}

.tab__panel-box{
	.tab__panel-head{
		font-size: 32px;
		color: #062941;
		font-weight: bold;
		line-height: 1;
		display: flex;
		align-items: center;
		gap: 10px;
		margin-bottom: 40px;
	}
	.tab__panel-head span{
		font-family: "Roboto", sans-serif;
		font-size: 24px;
		color: #fff;
		border-radius: 20px;
		background: url(/images/default/tab-menu-bg.png) no-repeat center center / cover;
		padding: 5px 20px;
	}
	.tab__panel-image{
		margin-bottom: 55px;
		box-shadow: 0px 0px 15px -5px #777777;
	}
	.tab__panel-text{
		margin-bottom: 20px;
		text-align: left;
	}
}

.tab__panel-video video{
	max-width: 960px;
}

.main-case-inner{
	max-width: 1240px;
	padding: 0 20px;
	margin: auto;
}

@media screen and (max-width:1300px) {
	.tab{
		max-width: 1000px;
		padding: 0 20px;
	}
	.tab__panel-box {
		min-height: 400px;
		padding: 40px 60px 70px;
	}
	.tab__panel-video video{
		max-width: 840px;
	}
}


/* 導入後の流れ */
.main-flow{
	padding-top: 100px;
	text-align: center;
	margin-bottom: 160px;
}
.main-flow-title{
	margin-bottom: 80px;
}
.main-flow-inner{
	max-width: 1240px;
	padding: 0 20px;
	margin: auto;
}
.main-flow-list{
	display: flex;
	justify-content: center;
}
.main-flow-list-item{
	background: #062941;
}
.main-flow-list-arrow::before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	border-top: 156px solid transparent;
	border-bottom: 156px solid transparent;
	border-left: 40px solid #062941;
}
.main-flow-list-item2{
	background: #086fb1;
}
.main-flow-list-item3{
	background: #49afde;
}
.main-flow-list-item{
	color: #fff;
	padding: 40px 30px;
	text-align: center;
}
.main-flow-list-item span{
	font-size: 24px;
	border-radius: 20px;
	border: 2px solid #fff;
	padding: 2px 20px;
	font-family: "Roboto", sans-serif;
	font-weight: bold;
}
.main-flow-list-item h3{
	font-size: 24px;
	font-weight: bold;
	margin: 10px 0;
	white-space: nowrap;
}
.main-flow-list-item p{
	white-space: nowrap;
}

.main-flow-list-arrow{
	position: relative;
	width: 40px;
	height: 316px;
	background: #086fb1;
}
.main-flow-list-arrow2{
	background: #49afde;
}
.main-flow-list-arrow2::before{
	border-left: 40px solid #086fb1;
}

/* 無料体験で新たな可能性を */
.main-con{
	padding: 120px 0 160px;
	background: url(/images/default/main-con-bg.png) no-repeat center center / cover;
}
.main-con-inner{
	max-width: 1240px;
	margin: auto;
	padding: 0 20px;
	position: relative;
}
.main-con-title-wrap{
	text-align: left;
	color: #fff;
	font-size: 18px;
}
.main-con-title{
	text-align: left !important;
	color: #fff !important;
	margin-bottom: 30px;
}
.main-con-more{
	display: flex;
	gap: 11px;
	margin-top: 70px;
}
.main-con-entry a,
.main-con-con a{
	font-size: 20px;
	color: #fff;
	padding: 15px 40px;
	border-radius: 35px;
	background: #0bba90;
	display: block;
	font-weight: 600;
}
.main-con-con a{
	color: #272727;
	background: #fff;
}
.main-con-image{
	position: absolute;
	top: -180px;
	right: -40px;
}

/* よくある質問 */
.main-faq{
	padding-top: 100px;
	margin-bottom: 60px;
}
.main-faq-inner{
	max-width: 1240px;
	margin: auto;
	padding: 0 20px;
}
.main-faq-title-wrap{
	display: flex;
	gap: 90px;
	align-items: end;
	margin-bottom: 70px;
}
.main-faq-title{
	max-width: 310px;
	text-align: left !important;
}
.main-faq-title-text{
	font-size: 18px;
}

.main-faq-list li{
	background: #f7f7f7;
	margin-bottom: 20px;
	padding: 20px 40px 30px;
	border-radius: 20px;
}
.main-faq-list-text{
	padding-left: 50px;
	position: relative;
}

/* アコーディオン */
.main-faq-list-text {
	background-color: #f7f7f7;
}
.main-faq-heading {
	cursor: pointer;
	margin: 0 0 20px 0;
	transition: background-color 0.3s;
	font-size: 20px;
	font-weight: bold;
	color: #062941;
	padding: 20px 10px 20px 50px;
	position: relative;
	border-bottom: 2px solid #e4e4e4;
}
.main-faq-heading::before{
	content: 'Q';
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(0,-50%);
	font-size: 30px;
	font-weight: bold;
	color: #062941;
	font-family: "Roboto", sans-serif;
}
.main-faq-heading::after{
	content: "\e313";
	position: absolute;
	top: 50%;
	right: 0;
	transform: translate(0,-50%);
	font-family: "Material Symbols Outlined";
	font-variation-settings: "FILL" 1, "wght" 500, "GRAD" 0, "opsz" 20;
	font-size: 30px;
	color: #49afde;
	transition: transform 0.3s ease;
}
.main-faq-heading.active::after {
	transform: translateY(-50%) rotate(180deg);
}
.main-faq-list-text::before{
	content: 'A';
	position: absolute;
	top: 0;
	left: 0;
	font-size: 30px;
	font-weight: bold;
	color: #49afde;
	font-family: "Roboto", sans-serif;
	line-height: 1;
}


.main-faq-list-text {
	overflow: hidden;
	height: 0;
	transition: height 0.4s ease;
}
.main-faq-list-text.open {
	max-height: 500px;
}



/* content sidebar
------------------------------------------*/
#sidebar {
	float: left;
	width: 220px;
	text-align: left;
}

.side-search {
	margin-bottom: 20px;
}

.side-nav {
	margin-bottom: 20px;
}
.side-nav-title {
	margin-bottom: 10px;
}
.side-nav li a {
}
.side-nav-list > li > a {
	display: block;
	padding: 5px;
	border-bottom: 1px dashed rgba(185,185,185,0.5);
	font-size: 13px;
}
.side-nav-list > li > a::before{
	content: '\f105';
	padding-right: 5px;
	transform: scale(0.8);
	transform-origin: center;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	color: #333;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
}
.side-nav-list > li > ul {
	padding: 10px;
}
.side-nav-list > li > ul > li > a {
	display: block;
	padding: 2px;
	font-size: 12px;
}

.side-about {
	margin-bottom: 20px;
	padding: 10px;
	background: #222;
	font-size: 12px;
	color: #fff;
}

.side-banner {
}
.side-banner-list {
}
.side-banner-list > li {
	margin-bottom: 10px;
}


/* footer
------------------------------------------*/
#footer {
	background: url(/images/default/footer-bg.png) no-repeat center center / cover;
}
#footer-inner {
	position: relative;
	max-width: 1240px;
	padding: 60px 20px 25px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.footer-link-wrap{
	display: flex;
	gap: 25px;
}
.footer-link a{
	color: #fff;
	padding-left: 20px;
	position: relative;
}
.footer-link a::before{
	content: '\e313';
	position: absolute;
	top: 55%;
	left: 0;
	transform: translate(0,-50%) rotate(270deg);
	color: #fff;
	font-family: "Material Symbols Outlined";
	font-variation-settings: "FILL" 1, "wght" 500, "GRAD" 0, "opsz" 20;
}
.footer-sns{
	margin: 10px 0 0 3px;
	max-width: 20px;
	max-height: 20px;
}

.footer-copyright {
	text-align: right;
	font-size: 11px;
	color: #fff;
	margin-top: 70px;
}

.pagetop-btn-wrap {
	display: none;
	position: fixed;
	bottom: 30px;
	right: 30px;
	z-index: 1000;
}
.pagetop-btn-wrap a{
	display: block;
	width: 44px;
	height: 44px;
	background: #fff;
	border-radius: 50%;
	color: #043464;
	border: 1px solid #043464;
	line-height: 44px;
	text-align: center;
}



/* Lower
------------------------------------------*/
.entry {
	margin: 0 0 20px;
}
.entry-content {}


/* heading */
.page-title {
	margin: 72px 0 30px 0;
	padding: 70px 15px;
	background-color: #333;
	font-size: 36px;
	font-weight: bold;
	color: #fff;
	background: url(/images/default/footer-bg.png) no-repeat center center / cover;
}
.entry-title, .entry-content h2:not([class]) {
	margin: 0 0 25px;
	padding: 10px 30px;
	font-weight: bold;
}
.entry-title a, .entry-content h2:not([class]) a {
	color: inherit;
}
.h3, .entry-content h3:not([class]) {
	padding: 5px;
	border-left: 5px solid #ccc;
	background: #eee;
	font-size: 16px;
	font-weight: bold;
}
.h4, .entry-content h4:not([class]) {
	padding: 5px;
	border-left: 5px solid #ccc;
	font-size: 15px;
	font-weight: bold;
}
.h5, .entry-content h5:not([class]) {
	padding: 5px;
	border-bottom: 1px dashed #ccc;
	font-weight: bold;
}


/* Breadcrumb
------------------------------------------*/
.breadcrumb-wrap {}
.breadcrumb {
	justify-content: flex-start;
	margin: 10px 0 10px;
	padding: 0;
	background: none;
	font-size: 12px;
}
.breadcrumb-item + .breadcrumb-item:before {
	content: '>';
	color: inherit;
}
.breadcrumb-item.home:before {
	content: '\f015';
	padding: 0 5px 0 0;
	font-size: 11px;
	font-weight: bold;
	font-family: 'Font Awesome 5 Free';
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}


/* common-nav
------------------------------------------*/
.common-nav-list li {
	display: block;
	padding: 5px;
	border-bottom: 1px dashed rgba(186,186,186,0.5);
}
.common-nav-list li a {
	padding: 5px;
	font-size: 13px;
}

/* blog-nav
------------------------------------------*/
/* 1カラム
.blog-nav-group {
	display: flex;
	justify-content: space-between;
	margin-top: 60px;
	gap: 30px;
}
.blog-nav {flex: 1 1 100%;}
.blog-nav-title{text-align: center;}
*/

.blog-nav {
	margin: 0 0 20px 0;
	text-align: left;
}
.blog-nav-title {
	padding-bottom: 5px;
	border-bottom: 1px solid rgba(186,186,186,0.5);
	font-size: 15px;
	font-weight: bold;
}
.blog-nav-list li a {
	position: relative;
	display: block;
	padding: 0.8rem 0.8rem 0.8rem 2.5rem;
	border-bottom: 1px solid rgba(186,186,186,0.5);
	font-size: 0.8rem;
	color: inherit;
}
.blog-nav-list li a::after {
	position: absolute;
	top: 1rem;
	left: 0.75rem;
	width: 1rem;
	height: 1rem;
	text-align: center;
	content: '\f105';
	font-size: 12px;
	font-weight: bold;
	font-family: 'Font Awesome 5 Free';
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.blog-nav-list li li a {
	padding-left: 3.5rem;
}
.blog-nav-list li li a::after {
	left: 2.25rem;
}
.blog-nav-list li li li a {
	padding-left: 4rem;
}

.blog-nav .scroll-area{
	max-height: 200px;
}


/* Gallery
------------------------------------------*/
/* archive */
.gallery-list {
}
.gallery-list-item {
	padding: 0 15px 15px;
}
.gallery-list-img {
	margin-bottom: 3px;
}
.gallery-list-title {
	font-size: 13px;
}
.gallery-list-more {
	text-align: right;
}

/* single */
.gallery-detail {
	margin-bottom: 20px;
	text-align: center;
}
.gallery-detail-row {
}
.gallery-detail-col {
}
.gallery-detail-main {
}
.gallery-detail-sub {
}
.gallery-detail-sub li {
	padding: 0 5px 10px;
}

/* before-after */
.ba-detail {
	padding: 0 0px 20px;
}
.ba-detail-once {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 20px;
}
.ba-detail-before,
.ba-detail-after {
	position: relative;
	width: 45%;
}
.ba-detail-arrow {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 10%;
}
.ba-detail-arrow i {
	font-size: 30px;
}
.ba-detail-sub li {
	padding: 0 15px 15px;
}


/* Colors
------------------------------------------*/
/* arrows */
.slick-next::before,
.slick-prev::before {
	color: #fff;
}

/* dots */
.slick-dots li button::before {
	color: #ccc;
}
.slick-dots li button:hover::before,
.slick-dots li button:focus::before,
.slick-dots li.slick-active button::before {
	color: #666;
}

/* SimpleBar */
.scroll-area{
	overflow: auto;
}
.simplebar-track.simplebar-vertical{
	width: 11px;
}
.simplebar-track.simplebar-horizontal {
	height: 11px;
}
.scroll-area .simplebar-scrollbar::before {
	background: #aaa;
}

/* btns */
.btn-primary.disabled:hover,
.btn-primary:disabled:hover,
.btn-primary.active:focus,
.btn-primary:active:focus,
.btn-primary.active:hover,
.btn-primary:active:hover,
.btn-primary.active,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover,
.btn-primary {
	border-color: #043464;
	background-color: #043464;
	color: #fff;
}

.btn-secondary.disabled:hover,
.btn-secondary:disabled:hover,
.btn-secondary.active:focus,
.btn-secondary:active:focus,
.btn-secondary.active:hover,
.btn-secondary:active:hover,
.btn-secondary.active,
.btn-secondary:active,
.btn-secondary:focus,
.btn-secondary:hover,
.btn-secondary {
	border-color: #ccc;
	background-color: #fff;
	color: #333;
}

.btn-outline-primary.disabled:hover,
.btn-outline-primary:disabled:hover,
.btn-outline-primary.active:focus,
.btn-outline-primary:active:focus,
.btn-outline-primary.active:hover,
.btn-outline-primary:active:hover,
.btn-outline-primary.active,
.btn-outline-primary:active,
.btn-outline-primary:focus,
.btn-outline-primary:hover,
.btn-outline-primary {
	border-color: #202020;
	background-color: #fff;
	color: #202020;
}

/* pagination */
.page-link {
	border-color: #9e9e9e;
	color: #333;
}
.page-item.active .page-link,
.page-item.active .page-link:focus,
.page-item.active .page-link:hover,
.page-link:focus,
.page-link:hover {
	border-color: #999999;
	background-color: #9e9e9e;
	color: #fff;
}
