﻿@charset "utf-8";


/*************　aboutus メイン　部分　*************/



.aboutus1-setumei {
    margin: 20px 0px 0px 0px;
    width: 99%;
	
}

.aboutus2 {
    display: flex;
    justify-content: space-around;
    width: 100%;
}

.aboutus2-box {
    width: 49%;
}

.aboutus2-photo {
    display: flex;
}


/*最初のＣＳＳ
.aboutus1 {
    display: flex;
}


.aboutus1-setumei {
    margin: 20px 0 0 0;
    width: 99%;
}

.aboutus2 {
    display: flex;
    justify-content: space-around;
    width: 100%;
}

.aboutus2-box {
    width: 49%;
}

.aboutus2-photo {
    display: flex;
}

*/