@charset "utf-8";
/* CSS Document */

.about_box{display:flex;flex-wrap:wrap;justify-content:space-between;margin:20px auto;width:95%;}
.about_left{width:60%;}
.about_right{width:35%;}
.about_right img{width:100%;}

.about_his{display:table;width:100%;margin-bottom:10px;}
.about_his_left{display:table-cell;width:20%;text-align:right;}
.about_his_right{display:table-cell;width:80%;padding-left:1em;}










/* 1099px以下から 1カラム表示
------------------------------------------------------------*/
@media only screen and (max-width: 1099px){

}

/* 幅644px以下から ヘッダー等微調節
------------------------------------------------------------*/
@media only screen and (max-width: 644px){

.about_box{display:flex;flex-wrap:wrap;justify-content:center;}
.about_left{width:100%;}
.about_right{width:100%;}

.about_his{display:block;width:100%;margin-bottom:10px;border-bottom:1px dotted #999;}
.about_his_left{display:block;width:100%;text-align:left;}
.about_his_right{display:block;width:100%;padding-left:1em;}

}	

