@charset "UTF-8";
.bgAbout {
    width: 100%;
    min-height: 960px;
    padding-top: 40px;
    background: #4b6372 url("../img/bg_about.jpg") left bottom no-repeat;
    position: relative;
}
.aboutArea .pankuzu,
.aboutArea .pankuzu a {
    color: #ffffff;
    margin-left: 15px;
}
.aboutArea h2 {
    color: #ffffff;
    margin: 30px 0 80px 20px;
}
.aboutArea ul {
    list-style-type: none;
    color: #ffffff;
    text-align: center;
}
.aboutArea ul li {
    display: inline-block;
    margin: 0 0 52px 60px;
}
.aboutArea ul li a {
    display: block;
    transition: all .3s;
}
.aboutArea ul li a:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
}
.global_h3 {
    font-size: 130%;
    letter-spacing: 0.2em;
    text-align: left;
    border-left: #E60012 6px solid;
    color: #000;
    background-color: #fff;
    padding: 15px;
    margin-left:9%;
}

.col{
    margin-bottom:10%;
}
