﻿@charset "utf-8";


/*************　aboutus メイン　部分　*************/

.aboutus1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    line-height: 1.5;
}

.aboutus1-1 {
    padding: 20px 0;
    width: 35%;
}

.aboutus1-2 {
    width: 60%;
}
