@charset "utf-8";
.service {
	padding: 13rem 0;
	margin-top: 13rem;
	background: #c7151d;
	text-align: center;
}
.service_inner {
	max-width: calc(1200px + 100px);
	padding: 0 5rem;
	margin: 0 auto;
}
.service .common_ttl1 {
	margin-bottom: 70px;
}
.service_product1 {
	display: flex;
	justify-content: space-between;
	margin-bottom: 70px;
}
.service_product__left {
	width: 44%;
}
.service_product__ttl {
	display: block;
	font-size: 2rem;
	color: #c7151d;
	background: #fff;
	padding: 0.5rem 0 0.5rem 1.5rem;
	width: 35rem;
	text-align: left;
	position: relative;
	border-bottom-right-radius: 5rem;
	border-top-right-radius: 5rem;
	margin: 0 0 34px;
	font-weight: 500;
}
.service_product__sub {
	text-align: left;
	color: #fff;
	font-size: 2.1rem;
	margin: 0 0 34px;
	font-weight: 500;
}
.service_product__txt {
	font-size: 1.6rem;
	text-align: left;
	color: #fff;
	font-weight: 300;
	line-height: 2;
}
.service_product__right {
	width: 52%;
}
.service_product2 {
	display: flex;
	justify-content: space-between;
}
.service_product__ttl {
	width: 100%;
}
.service_product__box {
	width: 30%;
}
@media screen and (max-width: 768px){
	.service {
		margin-top: 6rem;
		padding: 6.5rem 0;
	}
	.service_inner {
		padding: 0 1.5rem;
	}
	.service .common_ttl1 {
		margin-bottom: 3rem;
	}
	.service .common_ttl1__jpn {
		position: relative;
		margin-top: 1.5em;
	}
	.service .common_ttl1__jpn:before {
		content: "";
		position: absolute;
		top: -1em;
		left: 0;
		right: 0;
		margin: 0 auto;
		width: 30px;
		height: 3px;
		background: #fff;
	}
	.service_product1 {
		flex-direction: column-reverse;
		margin-bottom: 5rem;
	}
	.service_product__left {
		width: auto;
	}
	.service_product__ttl {
		font-size: 1.4rem;
		width: 15em;
		font-weight: bold;
		margin-bottom: 1.5rem;
	}
	.service_product__sub {
		font-size: 1.4rem;
		margin-bottom: 1.5rem;
	}
	.service_product__txt {
		margin: 0;
		font-size: 1.3rem;
	}
	.service_product__right {
		width: auto;
		margin-bottom: 3rem;
	}
	.service_product2 {
		flex-direction: column;
	}
	.service_product__box {
		width: auto;
		margin-bottom: 5rem;
	}
	.service_product2 .service_product__box:last-child {
		margin-bottom: 0;
	}
}
