@charset "UTF-8";

header {
	border-color: #e4e4e4;
}
/*-----------------------------------

	swiper

-----------------------------------*/
.swiper-pagination-bullet {
	width: 15px !important;
	height: 15px !important;
	background: #fff !important;
	opacity: 0.6 !important;
}
.swiper-pagination-bullet-active {
	background: #42caeb !important;
	opacity: 1 !important;
}
.swiper-button-prev, .swiper-button-next {
	color: #eff6fc !important;
	opacity: 0.8;
}
.slide_bg {
	/*margin-top: 10px;*/
	padding-top: 10px;
	border-top: 3px solid #e4e4e4;
}
.slide_bg .contents_inner {
	width: 94%;
}
.swiper-my-pagination .swiper-pagination-bullet {
	width: auto;
	height: auto;
	border-radius: 0;
}
.swiper-container-horizontal > .swiper-my-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0;
}
.swiper-container-horizontal > .swiper-my-pagination.swiper-pagination-bullets .swiper-pagination-bullet:hover {
	opacity: 0.7;
}
.swiper-my-pagination img {
	box-shadow: none;
	margin: 0;
	vertical-align: bottom;
}
.swiper-my-pagination {
	display: table;
	margin-top: 10px !important;
}
.swiper-my-pagination {
	display: table;
	table-layout: fixed;
}
.swiper-my-pagination .swiper-pagination-bullet {
	display: table-cell;
	padding: 2px;
	background: transparent;
	opacity: 1;
}
.swiper-my-pagination .swiper-pagination-bullet-active {
	background: transparent;
	opacity: 0.4;
}
.swiper-slide img {
	width: 100%;
	margin: 0 auto;
}
@media screen and (max-width: 1120px) {
	.slide_bg {
		margin-top: 65px;
	}
}
@media screen and (max-width: 840px) {

}
@media screen and (max-width: 640px) {

	.slide_bg {
    margin-top: 50px;
		padding: 2.5% 0;
	}
	.swiper-button-next,
	.swiper-button-prev {
		width: 17px !important;
		height: 24px !important;
		margin-top: -15px !important;
		background-size: 19px 24px !important;
	}
	.swiper-button-prev:after,
	.swiper-button-next:after {
		font-size: 22px !important;
	}
	.swiper-pagination-bullet {
		width: 10px !important;
		height: 10px !important;
	}
	.swiper-pagination-fraction,
	.swiper-pagination-custom,
	.swiper-container-horizontal > .swiper-pagination-bullets {
		bottom: 0 !important;
	}

}


/*-----------------------------------

	products_block

-----------------------------------*/

#products_block {
	padding: 60px 0;
}
#products_block h2 {
	margin-bottom: 25px;
}
#products_block .box_style_wrapper{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
}
#products_block .box_style_wrapper .box_style{
	width: 49%;
	padding: 35px 25px;
}
#products_block .title_box {
	margin-bottom: 12px;
}
#products_block .title_box h3 {
	float: left;
	font-size: 160%;
}
#products_block .title_box a {
	text-align: left;
	display: block;
}
#products_block #bg_blue .title_box a {
	color: #0A41B6;
}
#products_block #bg_orange .title_box a {
	color: #DD6300;
}
#products_block #bg_blue .title_box a.q_and_a,#products_block #bg_orange .title_box a.q_and_a{
	color: #fff;
}
#products_block .title_box a.q_and_a {
	float: right;
	display: block;
	width: 150px;
	padding: 10px 0;
	color: #fff;
	font-size: 15px;
	font-weight: 600;
	text-align: center;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	position: relative;
}
#products_block .title_box a.q_and_a:before {
	content: "";
	box-sizing: border-box;
	width: 4px;
	height: 4px;
	border: 4px solid transparent;
	border-left: 4px solid #fff;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 10px;
	margin: auto 0;
}
#products_block .title_box a:hover {
	opacity: 0.7;
}
#products_block #bg_blue {
	background: #f1f8fd;
}
#bg_blue .title_box h3 {
	color: #0A41B6;
}
#bg_blue .title_box a.q_and_a {
	background: #0A41B6;
	color: #fff;
}
#products_block #bg_orange {
	background: #fffcf2;
}
#bg_orange .title_box h3 {
	color: #DD6300;
}
#bg_orange .title_box a.q_and_a {
	background: #DD6300;
}
#products_block .box_style li a {
	display: block;
	width: 100%;
	padding: 10px;
	overflow: hidden;
}
#products_block #bg_blue.box_style li a{
	padding-bottom: 20px;
}

#products_block .box_style li span {
	display: block;
	width: 100%;
	line-height: 150%;
	float: left;
	color: #4d4d4d;
	font-size: 100%;
	font-weight: 500;
	padding-top: 3px;
}
#products_block .box_style li img {
	float: right;
}
#products_block .box_style li a:hover img {
	opacity: 0.7;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

@media screen and (max-width: 1020px) {

	#products_block .box_style li span {
		width: 100%;
		float: none !important;
	}
	#products_block .box_style li img {
		float: none !important;
		display: block;
		margin: 0 auto;
	}

}

@media screen and (max-width: 840px) {

	#products_block .title_box h3 {
		float: none;
		text-align: center;
		font-size: 20px;
	}
	#products_block .title_box a{
		text-align: center;
	}
	#products_block .title_box a.q_and_a {
		float: none;
		width: 50%;
		margin: 15px auto 0;
	}

}


@media screen and (max-width: 640px) {

	#products_block {
		padding: 20px 0 30px;
	}
	#products_block h2 {
		margin-bottom: 20px;
	}
	#products_block .box_style_wrapper{
		display: block;
	}
	#products_block .box_style_wrapper .box_style{
		width: 100%;
		padding: 30px 10px;
	}
	#products_block .box_style ul {
		overflow: hidden;
	}
	#products_block .box_style li {
		width: 100%;
	}
	#products_block .box_style li:nth-child(2n+1){
		margin-right: 2%;
	}
	#products_block .box_style li a {
		padding: 10px 0;
	}
	#products_block #bg_blue.box_style li a{
		padding-bottom: 10px;
	}

}

/*-----------------------------------

	about_block

-----------------------------------*/

#about_block {
	padding: 60px 0;
	background: #f8fcff;
}
#about_block ul li {
	float: left;
	width: 240px;
	margin-right: 13px;
}
#about_block ul li:nth-child(4n) {
	margin-right: 0;
}
#about_block ul li:hover {
	opacity: 0.7;
}


@media screen and (max-width: 1130px) {

	#about_block ul li {
		width: 23.875%;
		margin-right: 1.5%;
	}

}

@media screen and (max-width: 640px) {

	#about_block {
		padding: 10px 0;
	}
	#about_block ul {
		margin: 20px 0;
	}
	#about_block ul li {
		width: 48%;
		margin-right: 4%;
		margin-bottom: 4%;
	}
	#about_block ul li:nth-child(2n) {
		margin-right: 0;
	}
	#about_block ul li:nth-child(3),
	#about_block ul li:nth-child(4) {
		margin-bottom: 0;
	}
	#about_block ul li img {
		display: block;
		margin: 0 auto;
	}

}
