@charset "UTF-8";
/* CSS Document */
/* productsBox01_bg */
.breadArea ul {
	margin: 0 auto;
	padding: 20px 4% 0;
}
.productsBox01_bg {
  width: 100%;
  transform-origin: left center;
}
.productsBox01_bg .content {
  position: relative;
  overflow: hidden;
  z-index: 2;
}
.productsBox01_bg .content:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 120%;
	height: 60%;
	margin: 16% -10% 0;
	background: #99DBE2;
	transform-origin: left center;
	transform: rotate(-8deg);
	z-index: -1;
}
.productsBox01_bg .content .contents_inner {
  text-align: center;
}

/* productsBox01 */
.productsBox01 .inner {
	max-width: 1280px;
	margin: 0 auto;
	text-align: center;
	padding: 90px 4% 60px;
}
.productsBox01 .inner .h3Area {
	display: inline-block;
	text-align: center;
	padding-top: 50px;
}
.productsBox01 .inner .h3Area h3 {
	font-family: century-gothic, sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 40px;
	color: #fff;
	line-height: 1.3;
}
.productsBox01 .inner .h3Area .ttl {
	font-size: 14px;
	color: #fff;
	font-weight: bold;
}
.productsBox01 .inner .txt {
 padding-top: 30px;
}
.products {
	max-width: 1380px;
	margin: 0 auto;
	padding: 30px 2% 80px;
	display: flex;
	justify-content: space-between;
}
.products li {
	width: 33%;
	text-align: center;
	padding: 1%;
}
.products li .h4Area {
	padding-bottom: 40px;
}
.products li .h4Area h4 {
	padding-bottom: 5px;
	height: 40px;
}
.products li .h4Area .ttl {
	font-weight: bold;
	color: #fff;
	font-size: 14px;
}
.products li .img {
	min-height: 355px;
}
.products li:first-child .img img {
	padding-top: 110px;
}
.products li .txt {
	padding: 30px 0;
	text-align: left;
	min-height: 160px;
}
.products li .entxt {
	min-height: 222px;
}
.products li .btn a {
	margin: 0 auto;
	background-color: #666;
}
.products li .btn a:hover {
	margin: 0 auto;
	background-color: #001F3F;
}


@media screen and (max-width: 1240px) {
}

@media screen and (max-width: 930px) {
	.products li .img {
		min-height: 340px;
	}
.products li .txt {
	min-height: 198px;
}
	
}
@media screen and (max-width: 850px) {
	.products li .img {
		min-height: 300px;
	}
}

	
@media screen and (max-width: 767px) {
	.productsBox01_bg .content:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 120%;
    height: 13%;
    margin: 20% -10% 0;
    background: #99DBE2;
    transform-origin: left center;
    transform: rotate(-8deg);
    z-index: -1;
}
	/* productsBox01 */
	.productsBox01 .inner {
		width: 100%;
		padding: 60px 5vw;
		background-size: 50%;
	}
	.productsBox01_bg .inner .h3Area {
		padding-bottom: 30px;
	}
	.productsBox01_bg .inner .h3Area h3 {
		font-size: 33px;
	}
	.productsBox01 .inner .txt {
	 padding-top: 10px;
		text-align: left;
	}
	.products {
		width: 100%;
		padding: 30px 5vw;
		display: block;
	}
	.products li {
		width: 100%;
		padding: 0 0 60px;
	}
	.products li .h4Area {
		padding-bottom: 20px;
	}
	.products li .h4Area h4 {
		color: #000;
		font-size: 22px;
	}
	.products li .h4Area .ttl {
		color: #000;
	}
	.products li .img {
		min-height: inherit;
	}
	.products li:first-child .img img {
		padding-top: 0;
	}
	.products li .img img {
		width: 50%;
		margin: 0 auto;
	}
	.products li .txt {
		padding: 25px 0;
		min-height: inherit;
	}
	.products li .btn a {
		margin: 0 auto;
		background-color: #666;
	}
	.products li .btn a:hover {
		margin: 0 auto;
		background-color: #001F3F;
	}

	
}

@media screen and (max-width: 500px) {
	.productsBox01 .inner {
		padding: 50px 5vw 40px;
	}
	.productsBox01 .inner p {
		font-size: 3.4vw;
	}
	.products li .img img {
		width: 70%;
	}
	.products li {
		padding: 0 0 50px;
	}
	.productsBox01_bg .inner .h3Area {
		padding-bottom: 16px;
		padding-top: 20px
}	
	
	
}
