@charset "utf-8";
@media only screen and (max-width:1215px){
    .secAccess{
        margin-bottom: 7.5rem;
        margin-top: 4.2rem;
    }
}

/* boxMap */
.boxMap{
    text-align: center;
}
.boxMap iframe{
    max-width: 100%;
}
@media only screen and (max-width:1215px){
    .boxMap{
        position: relative;
        width: 100%;
        height: 0;
        padding-top: 144.93%;
    }
    .boxMap iframe {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
    }
}

/* boxMapBody */
.boxMapBody{
    margin-top: 9.5rem;
    color: #fff;
    text-align: center;
}
.boxMapBody .tit{
    font-size: var(--pcFontSize70);
    letter-spacing: var(--pcLetterSpacing70_-90);
    font-weight: bold;
    transform: scaleY(1.3);
}
.boxMapBody .txt{
    font-size: var(--pcFontSize24);
    font-weight: bold;
    margin-top: 3rem;
}
.boxMapBody .link{
    width: 30rem;
    height: 7rem;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 4rem auto 0;
    text-decoration: none;
    background-color: var(--keyColor);
    border-radius: 3.5rem;
}
.boxMapBody .link .txtLink{
    position: relative;
    font-size: var(--pcFontSize18);
    color: var(--black_color);
    font-weight: bold;
    display: inline-block;
}
@media only screen and (max-width:1215px){
    .boxMapBody{
        margin-top: 4.7rem;
    }
    .boxMapBody .tit{
        font-size: var(--spFontSize30);
    }
    .boxMapBody .txt{
        font-size: var(--spFontSize12);
        margin-top: 1.5rem;
    }
    .boxMapBody .link{
        width: 51%;
        height: 4.5rem;
        margin-top: 2rem;
        border-radius: 2.25rem;
    }
    .boxMapBody .link .txtLink{
        font-size: var(--spFontSize12);
    }
}


/* secIndexTable */
.secIndexTable{
    margin-top: 10rem;
    margin-bottom: 14rem;
}
.secIndexTable th,
.secIndexTable td{
    border: 1px solid var(--white_color);
    font-weight: bold;
    color: var(--white_color);
}
.secIndexTable th{
    width: 28rem;
    font-size: var(--pcFontSize18);
    text-align: center;
    vertical-align: middle;
}
.secIndexTable td{
    font-size: var(--pcFontSize16);
    line-height: var(--pcLineHeight16_26);
    padding: 3.5rem 0 3.5rem 4.8rem;
}
.secIndexTable .fPoint{
    color: var(--keyColor);
}
.secIndexTable .txtBig{
    font-size: var(--pcFontSize20);
}
@media only screen and (max-width:1215px){
    .secIndexTable{
        margin-top: 5rem;
        margin-bottom: 0;
    }
    .secIndexTable tr,
    .secIndexTable th,
    .secIndexTable td{
        display: block;
    }
    .secIndexTable tr + tr{
        margin-top: 2rem;
        border-top: 1px solid var(--white_color);
    }
    .secIndexTable th{
        width: 100%;
        font-size: var(--spFontSize12);
        color: var(--bg_color);
        padding: 1.9rem 2rem 1.6rem;
        text-align: left;
        background: var(--white_color);
    }
    .secIndexTable td{
        font-size: var(--spFontSize12);
        line-height: var(--spLineHeight12_18);
        padding: 2.8rem 2rem 2.5rem;
        border-top: none;
    }
    .secIndexTable tr:nth-child(n+2) th{
        border-top: none;
    }
    .secIndexTable .txtBig{
        font-size: var(--spFontSize12);
    }
}