#header #topVisual {
    background-image: url(../../images/company/img_visual01.jpg);
}

#main ul.list01 {
    font-size: 1.7rem;
    margin-bottom: 25px;
}

#main ul.list01 li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-right: solid 1px #EEE;
}

#main ul.list01 li:nth-child(1) {
    border-left: solid 1px #EEE;
}

#main ul.list01 li a {
    color: #1E2C59;
    text-decoration: none;
}

#main h2.page-title03 {
    margin-bottom: 35px;
}

#message #main .pure-g,
#office #main .pure-g {
    margin-left: -20px;
    margin-right: -20px;
}

#message #main .pure-g [class*=pure-u],
#office #main .pure-g [class*=pure-u] {
    padding-left: 20px;
    padding-right: 20px;
}

#message #main .wrap02 {
    font-size: 1.5rem;
    line-height: 2;
}

#message #main .wrap02 .img01 {
    margin-top: 5em;
}

#outline #main .section01 {
    padding-bottom: 60px;
}



#outline #main .section01 table {
    width: 100%;
}

#outline #main .section01 table th,
#outline #main .section01 table td {
    font-size: 1.5rem;
    border: 3px solid #fff;
    vertical-align: top;
    padding: 15px;
    text-align: left;
    background: #F8F8F5;
    line-height: 1.6;
}

#outline #main .section01 table th {
    background: #87ACD1;
    color: #fff;
    font-weight: normal;
}

#outline #main .section01 table th span {
    color: #FF0;
}


#office #main .section01 {
    padding-bottom: 50px;
    margin-bottom: 50px;
    border-bottom: 1px dotted #ccc;
}

#office #main .section01:last-child {
    border: none;
    margin-bottom: 0;
}

#office #main .section01 iframe {
    width: 100%;
}

#office #main .section01 h2 {
    font-size: 2rem;
    color: #1E2C59;
    margin: 15px 0;
}

#office #main .section01 .text01 {
    font-size: 1.5rem;
    line-height: 1.8;
}

#manufacturers #main .section01 .wrap01 {
    margin-bottom: 50px;
}

#manufacturers #main .section01 .wrap01 a {
    display: block;
    border: 1px solid #ccc;
}

#manufacturers #main .section01 .wrap01 .pure-g {
    margin-left: -10px;
    margin-right: -10px;
}

#manufacturers #main .section01 .wrap01 .inner01 {
    padding-left: 10px;
    padding-right: 10px;
}

#manufacturers #main .section01 .list02 {
    list-style: disc;
    color: #87ACD1;
    font-size: 1.7rem;
}

#manufacturers #main .section01 .list02 {
    padding-left: 1.5em;
}

#manufacturers #main .section01 .list02 a {
    color: #333;
    line-height: 2.4;
    text-decoration: none;
}

#manufacturers #main .section01 .text01{
    font-size: 1.5rem;
    margin-top: 15px;
}

@media screen and (max-width:768px) {
    #main ul.list01 li {
        display: block;
        width: 50%;
        font-size: 1.4rem;
        border: none !important;
        margin-bottom: 15px;
        border-bottom: 1px dotted #ccc;
    }
    #message #main .wrap02 {
        padding-top: 20px;
    }
    #outline #main .section01 table th,
    #outline #main .section01 table td {
        display: block;
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    #office #main .section01 iframe {
        margin-bottom: 20px;
    }
    footer {
        margin-top: 60px;
    }
}