@charset "utf-8";
.container {
    padding-top: 0;
}
.navList {
    width: 440px;
}
.navList ul {
    display: flex;
    justify-content: space-between;
}
.navList li a {
    color: #fff;
    font-size: 1.6rem;
    font-weight: bold;
}
.headerTel {
    padding-left: 32px;
}
.headerTel a {
    color: #fff;
}
.headerTime {
    color: #fff;
}
.headerTel:before {
    content: "";
    position: absolute;
    top: 1px;
    left: 0;
    width: 27px;
    height: 23px;
    background: url(../img/niigata/niiden_tel.svg) no-repeat;
    background-size: 27px auto;
}
.niidenHero {
    position: relative;
}
.niidenLogoBox {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
}
.niidenCompany {
    max-width: 780px;
    margin: 0 auto 80px;
    padding: 80px 0 20px;
}
.niidenCompany table {
    width: 100%;
    margin-bottom: 60px;
}
.niidenCompany th {
    font-size: 1.6rem;
    text-align: left;
    width: 30%;
    background: #1966B5;
    color: #fff;
    padding: 15px 10px;
    border-bottom: 1px solid #fff;
    vertical-align: top;
    line-height: 1.4;
}
.niidenCompany td {
    width: 70%;
    padding: 15px 10px;
    font-size: 1.6rem;
    text-align: left;
    line-height: 1.4;
    vertical-align: middle;
    border-bottom: 1px solid #EAF4FF;
}
.niidenAccess {
    max-width: 1000px;
    margin: 0 auto 60px;
}
.niidenAccess h3 {
    text-align: left;
    font-size: 2rem;
    font-weight: bold;
    padding: 5px;
    border-left: 5px solid #DC000B;
    margin-bottom: 10px;
}
.niidenAccess p {
    text-align: left;
    font-size: 1.6rem;
    margin-bottom: 15px;
}
.accessMap1 {
    margin-bottom: 60px;
}
.accessMap1 .googleMap {
    height: 383px;
    padding-top: inherit;
}
.accessMapFlex {
    display: flex;
    justify-content: space-between;
}
.accessMapLeft,
.accessMapRight {
    width: 46%;
}
.sinryoLinkBtn {
    margin-bottom: 40px;
}
.sinryoLinkBtn a {
    display: block;
    margin: 0 auto;
    padding: 20px 10px;
    border-radius: 4px;
    font-size: 2.3rem;
    color: #fff;
    font-weight: bold;
    background: #114f9e;
    background: -moz-linear-gradient(top, #114f9e 42%, #11669b 100%);
    background: -webkit-linear-gradient(top, #114f9e 42%,#11669b 100%);
    background: linear-gradient(to bottom, #114f9e 42%,#11669b 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#114f9e', endColorstr='#11669b',GradientType=0 );
    position: relative;
}
.linkArrow:after {
    content: "";
    bottom: 10px;
}
.linkArrow:before {
    content: "";
    bottom: 14px;
}
@media screen and (max-width: 835px) {
    header {
        padding: 20px 0 0;
        position: inherit;
    }
    .headerInner {
        flex-direction: column;
        align-items: flex-start;
        width: 100%;
    }
    .headerInner h1 {
        width: 76%;
        margin-left: 2em;
        margin-bottom: 20px;
    }
    .navList {
        width: 100%;
    }
    .navList ul {
        flex-wrap: wrap;
    }
    .navList li {
        width: 50%;
        border-bottom: 1px solid #fff;
    }
    .navList li:nth-child(odd) {
        border-right: 1px solid #fff;
    }
    .navList li a {
        color: #fff;
        display: block;
        background: #1966B5;
        font-size: 1.6rem;
        padding: 15px 0;
        font-weight: bold;
    }
    .niidenCompany {
        margin: 0 auto;
        padding: 40px 5% 20px;
    }
    .sinryoLinkBtn a {
        font-size: 1.6rem;
    }
    .linkArrow:before {
        content: "";
        bottom: 10px;
    }
    .linkArrow:after {
        content: "";
        bottom: 6px;
    }
    .niidenCompany th {
        display: block;
        width: 100%;
    }
    .niidenCompany td {
        width: 100%;
        display: block;
    }
    .niidenAccess {
        padding: 0 5%;
        margin: 0 auto;
    }
    .accessMap1 {
        margin-bottom: 40px;
    }
    .niidenAccess .googleMap {
        height: 200px;
    }
    .accessMapFlex {
        flex-direction: column;
    }
    .accessMapLeft, .accessMapRight {
        width: 100%;
        margin-bottom: 40px;
    }
    .niidenAccess p {
        line-height: 1.4;
    }
    .niidenLogoBox {
        width: 65%;
    }
}