@charset "UTF-8";

/*---------------LINEアイコンパーツ-----------------------*/

#line + section .heading.block_header_7{
      -webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

#line+section.contents_box01 .inner_item_img img{
width: 100px !important;
}

#line+section.contents_box01 .inner_item_img{
margin-top: 50px;
margin-bottom: 20px;
}

@media screen and (max-width:500px){
#line+section.contents_box01 .inner_item_img img{
width: 60px !important;
}

#line+section.contents_box01 .inner_item_img{
margin-top: 30px;
margin-bottom: 0;
}
}