@charset "UTF-8";

/*------------------背景------------------*/
a[id^="business"] + section::before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	max-width: 1400px;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	pointer-events: none;
	background-image: radial-gradient(circle 2px at center, #d0e5f4 100%, transparent 0%);
	background-size: 10px 10px;
	background-position: 0 0;
	z-index: -1;
}

/*------------------大見出し------------------*/
#business_bgh_b + section::after {
	content: "";
	display: block;
	width: 100%;
	height: 170px;
	position: absolute;
	top: 0;
	left: 0;
	pointer-events: none;
	background: var(--i_bg_color);
}

/*------------------アイテム------------------*/
#business + section > .content_wrapper {
	background: var(--i_bg_color);
	border: 2px solid var(--i_main_color);
}
#business + section[class*="dec1_"]:not(.block_images_21) > .content_wrapper {
	padding: 20px 40px;
}
#business + section .block_header_2 .h {
	font-size: 2.4rem !important;
	color: var(--i_main_color);
	padding-left: 0;
}
#business + section .heading.block_header_2 .h:before {
	display: none;
}
@media screen and (min-width: 481px) {
	#business + section .wrapper_item {
		display: flex;
		align-items: flex-start;
	}
	#business + section .inner_item_txt {
		padding-left: 40px !important;
	}
}
@media screen and (max-width: 900px) {
	#business + section[class*="dec1_"]:not(.block_images_21) > .content_wrapper {
		padding: 20px;
	}
	#business + section .inner_item_img {
		flex-basis: 15%;
		max-width: 15%;
	}
	#business + section .block_header_2 .h {
		font-size: 2.1rem !important;
	}
}
@media screen and (max-width: 480px) {
	#business + section .inner_item_img {
		margin-top: 10px;
		margin-bottom: 10px;
	}
	#business + section .inner_item_img img {
		width: 30% !important;
	}
	#business + section .heading.block_header_2 {
		text-align: center;
	}
}