@charset "UTF-8";

/*---------------------TOP3カラムレイアウト-----------------------------------*/
#column_bottom3 + div.composite_box01 .inner_item {
    width: 23.5%;
    margin-left: 2%;
}

#column_bottom3 + div.composite_box01 .wrapper_item {
       -webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}