@charset "utf-8";
/* ------------------------------
 事業内容
------------------------------ */
.service-icon-block{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 45px;
}
.service-icon-block .cms_text{
	height: 280px;
	font-size: 3rem;
	line-height: 1.6;
	font-weight: bold;
	padding: 125px 20px 20px;
	text-align: center;
	border-radius: 8px;
	margin-bottom: 0;
}
.service-icon-block .cms_text span{
	font-size: 2.2rem;
	line-height: 1;
	font-weight: bold;
	margin-bottom: 5px;
	display: block;
	color: #b9062b;
	font-family: "Poppins", sans-serif;
}
.service-icon-block .cms_text:nth-child(1){
	background: #f0f0f0 url(/shared/img/service/service_icon01.svg) no-repeat center 30px / 155px auto;
}
.service-icon-block .cms_text:nth-child(2){
	background: #f0f0f0 url(/shared/img/service/service_icon02.svg) no-repeat center 30px / 155px auto;
}
.service-icon-block .cms_text:nth-child(3){
	background: #f0f0f0 url(/shared/img/service/service_icon03.svg) no-repeat center 30px / 155px auto;
}
.service-icon-block .cms_text:nth-child(4){
	background: #f0f0f0 url(/shared/img/service/service_icon04.svg) no-repeat center 30px / 155px auto;
}
.service-icon-block .cms_text:nth-child(5){
	background: #f0f0f0 url(/shared/img/service/service_icon05.svg) no-repeat center 30px / 155px auto;
}
#mb40{
	margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
	.contents .heading .mainimg {
		width: 95%;
		float: right;
		margin-bottom: 40px;
		height: 240px;
		border-radius: 10px 0 0 10px;
		background: url('/shared/img/service_main_sp.jpg') no-repeat 0 0 / cover;
	}
	.contents .heading .mainimg img {
		display: none;
	}
	.service-icon-block{
		display: grid;
		grid-template-columns: 1fr;
		gap: 20px;
	}
	.service-icon-block .cms_text{
		height: 200px;
		font-size: 2.2rem;
		line-height: 1.5;
		padding: 100px 20px 20px;
	}
	.service-icon-block .cms_text:nth-child(1){
		background: #f0f0f0 url(/shared/img/service/service_icon01.svg) no-repeat center 20px / 120px auto;
	}
	.service-icon-block .cms_text:nth-child(2){
		background: #f0f0f0 url(/shared/img/service/service_icon02.svg) no-repeat center 20px / 120px auto;
	}
	.service-icon-block .cms_text:nth-child(3){
		padding: 90px 20px 20px;
		background: #f0f0f0 url(/shared/img/service/service_icon03.svg) no-repeat center 15px / 120px auto;
	}
	.service-icon-block .cms_text:nth-child(4){
		background: #f0f0f0 url(/shared/img/service/service_icon04.svg) no-repeat center 20px / 120px auto;
	}
	.service-icon-block .cms_text:nth-child(5){
		background: #f0f0f0 url(/shared/img/service/service_icon05.svg) no-repeat center 20px / 120px auto;
	}
}