﻿@charset "utf-8";


/*************　aboutus メイン　部分　*************/

.outer-box {
}


.outer-box h3 {
    width: 100%;
    font-weight: bold;
    font-size: 1.05rem;
    margin: 10px 0;
}

.outer-box h4 {
    width: 100%;
    font-weight: bold;
    margin: 10px 0;
}

.outer-box p {
    width: 100%;
    font-size: 0.8rem;
    line-height: 1.5;
    padding: 0 0 20px 0;
}


.outer-box a {
    text-decoration: underline;
    color: blue;
}





