@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
----------------------------------------------------------- */

.accessBox {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.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;
}

.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) {

    .accessBox {
        flex-direction: row;
        justify-content: space-between;
    }

    .accessMap {
        width: 50%;
    }

    .accessTxtBox {
        width: 50%;
    }

    .accessInfoItem {
        gap: 15px;
    }

    .accessInfoTtl {
        font-size: 14px;
    }

    .accessInfoTxt {
        font-size: 16px;
    }

    .accessBtnBox {
        gap: 40px;
    }

}