@charset "utf-8";

#sec_report  { padding:40px; background:#fff; }

#sec_report img { width:100%; margin-bottom:3em; padding:0 2em; height:auto; box-sizing:border-box; }
#sec_report .caption { margin:0.5em 1em 3em; text-align:center; }

/* スマホサイズ調整----------------------------　*/
@media only screen and (max-width:750px) {
	#sec_report { padding:10px; }
	#sec_report img { padding:0; }
	#sec_report .caption { font-size:12px; }
}



/* ================================================================================
clearfix
================================================================================= */
.exhibition_list:after {
  content: "";
  clear: both;
  display: block;
}