@charset "UTF-8";

#link_parts +section .block_header_2 h3{
    font-size: 3.9rem !important;
    padding-left: 0;
    font-weight: 700;
}
#link_parts +section .block_header_2 p{
    font-size: 1.6rem;
    padding-left: 0;
    font-weight: 600;
}
#link_parts +section .block_header_2 .h::before{
    display: none;
}
#link_parts +section .inner_item_txt {
    padding: 100px;
    max-width: 850px;
}
#link_parts + section.contents_box01:before{
	position: absolute;
	display: block;
	content: "";
	width: 40%;
	height: 70%;
	top: 0;
	left: 0;
	background: #dfdfdf;
	pointer-events: none;
}