@charset "utf-8";
/* CSS Document */

.main-title-wrap {
	background: url(../images/service/title_bk.jpg) center 0 /cover no-repeat;
}
/*---------------------------------------------------------------------
					
-----------------------------------------------------------------------*/
.services .items{
	margin-bottom: 50px;
}
.services .pic{
	width: 44.5%;
}
.services .desc{
	width: 54%;
	margin-top: 20px;
}

@media (min-width: 768px) {
.services .items:nth-child(even){
	-webkit-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}
.services  .item-ttl{
	width: calc(100% + 50px);
	margin-left: -50px;
}
.services .items:nth-child(even) .item-ttl{
	margin-right: 50px;
	margin-left: 0;
}
}
.services  .item-ttl{
	position: relative;
	background: #2dade9;
	color: #fff;
	padding: 20px;
	font-size: 1.6rem;
}

.services  .item-ttl h3{
	position: relative;
	font-size: 2.2rem;
	padding-bottom: 15px;
}
.services  .item-ttl h3::after{
	content: '';
	display: block;
	width: 110px;
	height: 2px;
	background: #d5e623;
	margin-top: 15px;
}
.services .txt{
	margin-top: 15px;
	line-height: 2;
}
@media (max-width: 768px) {
.services .items{
	margin-bottom: 30px;
}
.services .pic{
	width: 100%;
}
.services .desc{
	width: 100%;
	margin-top: 0;
}
.services  .item-ttl{
	padding: 10px 15px;
	font-size: 1.6rem;
}
.services .txt{
	margin-top: 10px;
}
}
/*---------------------------------------------------------------------
					
-----------------------------------------------------------------------*/
.products{
	background: #eee;
	padding: 40px 0;
}
.products .ttl01{
	text-align: center;
}
.products .copy{
	text-align: center;
	margin-top: 20px;
	position: relative;
}
.products .copy::before{
	content: '';
	display: block;
	width: 80px;
	height: 3px;
	background: #d5e623;
	position: absolute;
	top: 0;
	left: calc(50% - 40px);
}
.products .copy .lead{
	font-size: 1.8rem;
	color: #2dade9;
	font-weight: 500;
	padding: 25px 0 10px;
}
.product-list{
	margin: 0 4%;
}
.product-list::after{
	content: '';
	display: block;
	width: 28%;
}
.product-list li{
	width: 28%;
	margin-top: 30px;
}
.product-list .product-name{
	text-align: center;
	font-size: 1.6rem;
	color: #001e4b;
	margin-top: 0.8rem;
}
@media (max-width: 768px) {
.products{
	padding: 20px 0;
}
.product-list{
	margin: 0 0;
}
.product-list::after{
	content: '';
	display: block;
	width: 48%;
}
.product-list li{
	width: 48%;
}
}
@media (max-width: 480px) {
.product-list::after{
	content: none
}
.product-list li{
	width: 100%;
}
}