@charset "utf-8";

/* -----------------------------------------------------------
Outline
----------------------------------------------------------- */

.outlineIntroTxt {
    margin: 0 auto 40px;
}

.inOutlineBox {
    padding: 40px 15px;
}

.inOutlineList {
    margin: 0 auto;
}

@media screen and (min-width:768px) {

    .outlineIntroTxt {
        text-align: center;
    }

}

@media screen and (min-width:1024px) {

    .outlineIntroTxt {
        margin: 0 auto 80px;
    }

    .inOutlineBox {
        padding: 80px 15px;
    }

}

/* -----------------------------------------------------------
Download
----------------------------------------------------------- */

.inDownloadBoxTxt {
    margin: 0 auto 20px;
}

.inDownloadBtnBox {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
    width: 100%;
    margin: 0 auto 40px;
}

@media screen and (min-width:768px) {

    .inDownloadBoxTxt {
        text-align: center;
    }

    .inDownloadBtnBox {
        flex-direction: row;
    }

}

@media screen and (min-width:1024px) {

    .inDownloadBoxTxt {
        margin: 0 auto 40px;
    }

    .inDownloadBtnBox {
        gap: 40px;
        margin: 0 auto 80px;
    }

}

/* -----------------------------------------------------------
Access
----------------------------------------------------------- */

.accessJaTtl::after {
    margin: 3px 0 10px !important;
}

.accessBox {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

/* .accessMapBox {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
} */

.accessMap {
    max-width: 600px;
    width: 100%;
}

.accessTxtBox {
    max-width: 520px;
    width: 100%;
}

.accessInfoList {
    width: 100%;
    margin: 0 0 40px;
}

.accessInfoItem {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    margin: 0 0 15px;
}

.accessInfoItem:last-child {
    margin: 0;
}

.accessInfoTtl {
    max-width: 155px;
    width: 100%;
    padding: 3px;
    border: 1px solid #fff;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1.5;
    text-align: center;
}

.accessInfoTxt {
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1.5;
    text-align: center;
}

.accessInfoTxt span {
    font-size: 10px;
}

.accessBtnBox {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.accessBtnBox .cmnBtn03 {
    margin: 0;
}

@media screen and (min-width:768px) {

    .accessBox {
        gap: 40px;
    }

    .accessInfoItem {
        flex-direction: row;
        gap: 10px;
        justify-content: flex-start;
        align-items: baseline;
    }

    .accessInfoTxt {
        font-size: 14px;
        text-align: start;
    }

    .accessBtnBox {
        flex-direction: row;
    }

}

@media screen and (min-width:1024px) {

    .accessJaTtl::after {
        margin: 5px 0 20px !important;
    }

    /* .accessBox {
        flex-direction: row;
        justify-content: space-between;
    } */

    /* .accessMapBox {
        flex-direction: row;
        justify-content: space-between;
        gap: 20px;
    } */

    .accessMap {
        width: 100%;
    }

    .accessTxtBox {
        margin: 0 auto;
    }

    .accessInfoItem {
        gap: 15px;
    }

    .accessInfoTtl {
        font-size: 14px;
    }

    .accessInfoTxt {
        font-size: 16px;
    }

    .accessInfoTxt span {
        font-size: 12px;
    }

    .accessBtnBox {
        gap: 40px;
    }

}