@charset "utf-8";
/* CSS Document */

.his_txt{margin:20px 0 0px;text-indent:1em;padding:0 10px;}
.photo_box{width:100%;display:flex;margin:0px auto 30px;flex-wrap: wrap;justify-content:space-between;}
.photo_parts{width:19%;display:flex;flex-direction:column;font-size:12px;line-height:1.2;}
.photo_img{min-height: 0%;margin-bottom:5px;}
.photo_img img{width:100%;height:auto;}
.intro_box{padding:10px;}



/* 1099px以下から 1カラム表示
------------------------------------------------------------*/
@media only screen and (max-width: 1099px){

}


/* 650px以下から 1カラム表示
------------------------------------------------------------*/
@media only screen and (max-width: 650px){
.photo_box{margin:0px auto 30px;flex-wrap: wrap;justify-content:center;}
.photo_parts{width:80%;display:flex;flex-direction:column;font-size:12px;line-height:1.2;margin:10px 0;}

.photo_img img{width:100%;height:auto;}
}