@charset "utf-8";

  /*  */
 .koji p{
    color: red;
    font-size: 200%;
    text-align: center;
 }

 .report_box{
   max-width: 960px;
   margin-left: auto;
   margin-right: auto;
   background-color: mintcream;
 }

 h3 {
   font-size: 110%;
   color: blue;
   border-bottom: 2px solid brown;
   border-left: 15px solid brown;
   padding-top: 15px;
   padding-left: 20px;
   padding-bottom: 3px;
   margin-top: 30px;
 }
 p{
   font-size: 90%;
   line-height: 1.5;
   margin-top: 10px;
   margin-left: 50px;
   margin-right: 50px;
   margin-bottom: 12px;
 }
 .section_img {
  display: flex;
  margin-left: 20px;
 }
 .section_img img{ 
  width: 300px;
  padding-left: 5px;
 }
 
 /* モバイル用設定 */
@media (max-width: 800px) {
  .section_img {
    display: block;
    margin-left: 10px;
   }
  }