
@charset "UTF-8";

.contents_hr:first-of-type hr,
.contents_hr:nth-of-type(2) hr{
	border-bottom: 0;
}

@media screen and (max-width: 920px){
	#menu_btn+.composite_box01 .inner_item {
		width: 23.5% !important;
		margin-bottom: 0px !important;
	}
}

@media screen and (max-width: 650px){
	#menu_btn+.composite_box01 .content_wrapper {
		max-width: 500px !important;
	}
	#menu_btn+.composite_box01 .inner_item {
		 width: 48% !important;
	}
	#menu_btn+.composite_box01 .inner_item {
		margin-bottom: 20px !important;
	}
	#menu_btn+.composite_box01 .inner_item:nth-child(3),
	#menu_btn+.composite_box01 .inner_item:nth-child(4){
		margin-bottom: 0px !important;
	}
}
.heading.block_header_2 p {
    font-size: 1.5rem;
}