@charset "UTF-8";

/*---------------------------------------------
PC
---------------------------------------------*/
@media screen and (min-width: 769px) {

    a:hover img,
    input[type="image"]:hover {
        opacity: 0.7;
        filter: alpha(opacity=70);
        -ms-filter: "alpha( opacity=70 )";
        -moz-opacity: 0.7;
    }

    a:hover {
        opacity: 0.7;
    }

    .spOnly {
        display: none !important;
    }

    .midashibox {
        background-image: url(../img/company.jpg);
        height: 200px;
        background-repeat: no-repeat;
        background-position: center 0;
        overflow: hidden;
    }

    .midashibox h1 {
        width: 1000px;
        margin: 40px auto;
        color: #000;
    }

    .midashibox h2 {
        font-weight: normal;
        font-size: 16px;
        width: 1000px;
        margin: -35px auto;
        color: #000;
        text-shadow: #fff 2px 2px 6px;
    }

    #maincolumn {
        width: 1000px;
        margin: 0 auto;
        margin-bottom: 100px;
    }

    #maincolumn h3 {
        color: #00349a;
        text-align: left;
        padding: 30px 0 5px 0px;
    }

    #maincolumn table th {
        text-align: left;
        width: 180px;
        font-size: 14px;
        background-color: #eaf2ff;
        border-bottom: 1px solid #fff;
        border-right: 1px solid #fff;
    }

    #maincolumn table td {
        border-bottom: 1px solid #fff;
    }

    #maincolumn p#map {
        width: 1000px;
        height: 400px;
        border: 1px solid #ccc;
    }

    #maincolumn table {
        width: 1000px;
        border-spacing: 0;
        border-collapse: collapse;
        border: 0;
    }

    #maincolumn table tr:last-child {
        border-bottom: none
    }

    td,
    th {
        padding: 10px;
    }

    #maincolumn table td.accessmap {
        padding: 0;
    }

    #maincolumn .rightcolumn {
        display: none;
    }

}

/*---------------------------------------------
SP
---------------------------------------------*/
@media screen and (max-width: 768px) {

    .pcOnly {
        display: none !important;
    }

    .midashibox {
        overflow: hidden;
        width: 100%;
    }

    .midashibox h1 {
        background-image: url(../img/company_sp.jpg);
        background-repeat: no-repeat;
        background-position: right 0;
        background-size: auto 100%;
        background-color: #fff;
        height: 100px;
        width: 100%;
        font-size: 18px;
        padding: 35px 0 0 10px;
        color: #000;
    }

    #maincolumn {
        line-height: 1.5em;
        font-size: 14px;
        width: 100%;
        margin-bottom: 50px;
    }

    #maincolumn h3.midashi {
        color: #00349a;
        text-align: left;
        padding: 15px 0 5px 0px;
        border-bottom: 1px dotted #ccc;
        font-size: 14px;
    }

    .midashibox h2 {
        font-weight: normal;
        font-size: 10px;
        padding: 10px 10px;
        color: #000;
    }

    #maincolumn table tr {
        border-bottom: 0.5px solid #00349a;
        width: 100%;

    }

    #maincolumn table td {
        font-size: 12px;
    }

    #maincolumn table th {
        text-align: left;
        font-size: 12px;
        background-color: #eaf2ff;
        padding-left: 5px;
        width: 90px;
    }

    #maincolumn table tr:last-child {
        border-bottom: none
    }

    td,
    th {
        padding: 10px;
    }

    #maincolumn table td.accessmap {
        padding: 0;
    }

    .accessmap img {
        width: 100%;
    }
}