﻿@charset "utf-8";


/*************　aboutus メイン　部分　*************/


.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;
}



/* ここから表示　（最初のＣＳＳ）

.aboutus1 {
    display: flex;
}

.aboutus1-setumei {
    margin: 20px 0 0 0;
    width: 50%;
}

.aboutus2 {
    display: flex;
    justify-content: space-around;
    width: 100%;
}

.aboutus2-box {
    width: 49%;
}

.aboutus2-photo {
    display: flex;
}

ここまで非表示*/