﻿@charset "utf-8";

/*====================================================================================
inspection_report
====================================================================================*/

/*inspection_report*/
.inspection_report .whiteBox{ padding: 70px 0 10px 0;}

.inspection_report ul{width: 90%; margin: 0 auto;}
.inspection_report li{margin: 0 0 60px 0;}
.inspection_report li img{border: 1px solid #e3e3e3; border-radius: 0.5em; overflow: hidden;}
.inspection_report li p{margin: 10px 0 0 0; text-align: center; color: #333;}

@media screen and (max-width: 768px){
.inspection_report .whiteBox{padding: 40px 0;}
}
