@charset "UTF-8";

a[id*="co"] + section .inner_item_txt .heading h3 {
    font-size: 2.8rem!important;
}
.heading.block_header_2 .h {
    padding-bottom: 10px;
    border-bottom: 6px dotted var(--i_sub_color);
}
#company+div .wrapper_item{
	background: var(--i_bg_color);
	padding: 40px;
	border-radius: 20px;
	box-shadow: 10px 10px 20px var(--i_shadow_color);
}
#border+section>.content_wrapper {
    border: 4px solid #e1e1e1;
}
#h_img+section .heading.block_header_1.align-center,
#h_img+section .heading.block_header_6.align-center{
	padding-top: 65px;
}
#h_img+section .heading.block_header_1.align-center::before,
#h_img+section .heading.block_header_6.align-center::before {
    content: "";
    display: block;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    pointer-events: none;
    background: url(/common/upload_data/hayano-hikkoshijp/image/12.png) no-repeat center top/contain;
}
@media screen and (max-width: 800px){
	a[id*="co"] + section .inner_item_txt .heading h3 {
		font-size: 2rem !important;
	}
	.heading.block_header_2 .h {
		border-bottom: 4px dotted var(--i_sub_color);
	}
	#company+div .wrapper_item {
		padding: 40px 2%;
		width: auto!important;
	}
	#company+div .inner_item_txt {
		padding-left: 0;
	}
}