@charset "UTF-8";

a[id*="img"] + section .inner_item_txt .heading h3 {
    position: relative;
    font-size: 2.6rem!important;
    padding-left: 60px;
    padding-bottom: 15px;
    border-bottom: 6px dotted var(--i_sub_color);
    margin-bottom: 5px;
    color: var(--i_txt_color);
}
a[id*="img"] + section .inner_item_txt .heading h3::before{
	content: "";
	display: block;
	width: 50px;
	height: 50px;
	position: absolute;
	top: -0.2em;
	left: 0;
	pointer-events: none;
	background: url(/common/upload_data/hayano-hikkoshijp/image/20_1.png) no-repeat center left/contain;
}
#img_family + section .inner_item_txt .heading h3::before{
	background: url(/common/upload_data/hayano-hikkoshijp/image/21.png) no-repeat center left/contain;
}
#img_light + section .inner_item_txt .heading h3::before{
	background: url(/common/upload_data/hayano-hikkoshijp/image/12.png) no-repeat center left/contain;
}
#img_unwanted + section .inner_item_txt .heading h3::before{
	background: url(/common/upload_data/hayano-hikkoshijp/image/22.png) no-repeat center left/contain;
}
#img_relocation + section .inner_item_txt .heading h3::before{
	background: url(/common/upload_data/hayano-hikkoshijp/image/23.png) no-repeat center left/contain;
}
@media screen and (max-width: 800px){
	a[id*="img"] + section .inner_item_txt .heading h3 {
		font-size: 2.1rem!important;
		padding-bottom: 10px;
		padding-left: 48px;
	}
	a[id*="img"] + section .inner_item_txt .heading h3::before {
		width: 38px;
		height: 38px;
		top: 50%;
		left: 0;
		transform: translateY(-55%);
	}
}