.corp__map__title {
    font-size: 28px;
    font-size: 2.8rem;
    font-weight: 700;
    color: #222;
    line-height: 41px;
    letter-spacing: -1.12px;
}.corp__map__name {
    font-size: 20px;
    font-size: 2rem;
    font-weight: 700;
    color: #222;
    line-height: 29px;
    letter-spacing: -0.8px;
}.corp__map__title + .corp__map__name {
    margin-top: 20px;
}.corp__map__info__group {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
    margin-bottom: 40px;
}.corp__map__info__group > li {
    flex: 1 40%;
    max-width: 50%;
    margin: 30px 10px 0;
}.corp__map__info__group > li p {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 400;
    color: #707070;
    line-height: 28px;
    letter-spacing: -0.64px;
}.corp__map__info__group > li p:first-of-type {
    margin-bottom: 10px;
    font-weight: 500;
    color: #222;
    line-height: 24px;
}.corp__map__traffic__section {
    margin-top: 60px;
}.corp__map__traffic__title {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 500;
    color: #222;
    line-height: 24px;
}.corp__map__traffic__group {
    border: 1px solid #e0e0e0;
    padding: 20px;
    border-radius: 10px;
}.corp__map__traffic__title + .corp__map__traffic__group {
    margin-top: 20px;
}.corp__map__traffic__subtit {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 400;
    color: #222;
    line-height: 24px;
}.corp__map__traffic__way2 {
    border-top: 1px solid #222;
}.corp__map__traffic__subtit + .corp__map__traffic__way2 {
    margin-top: 12px;
}.corp__map__traffic__way2 table {
    width: 100%;
    table-layout: fixed;
}.corp__map__traffic__way2 th {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 500;
    color: #222;
    line-height: 24px;
}.corp__map__traffic__way2 thead th {
    border-bottom: 1px solid #e0e0e0;
    height: 60px;
    background: #f5f5f5;
    text-align: center;
}.corp__map__traffic__way2 tbody th, .corp__map__traffic__way2 tbody td {
    border-bottom: 1px solid #e0e0e0;
    padding: 20px;
}.corp__map__traffic__way2 td {
    border-left: 1px solid #e0e0e0;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 400;
    color: #222;
    line-height: 28px;
}.corp__map__traffic__way2 .traffic__way2__list {
    display: flex;
    flex-wrap: wrap;
}.corp__map__traffic__way2 .traffic__way2__list > li {
    margin-right: 6px;
    width: 100%;
    text-align-last: left;
}.corp__map__traffic__way2 tbody td:nth-of-type(1) {
    text-align: center;
}.corp__map__traffic__way2 .list__bullet > li {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 400;
    color: #222;
    line-height: 28px;
    position: relative;
    padding-left: 12px;
    letter-spacing: -0.64px;
}.corp__map__traffic__way2 .list__bullet > li {
    font-size: 14px;
    font-size: 1.4rem;
    color: #707070;
    letter-spacing: -0.56px;
}.corp__map__traffic__area > li + li {
    margin-top: 60px;
}
.corp__map__traffic__way2 .traffic__way2__list > li:not(:last-of-type)::after {
    content: ",";
}
.-faqlist {
    grid-template-columns: 1fr 1fr;
}

.file__get__list__group {
    display: flex;
    flex-wrap: wrap;
    margin: -6px -5px;
}
.file__get__list__group > li {
    display: flex;
    align-items: center;
    border: 1px solid #ccc;
    position: relative;
    height: 48px;
    margin: 6px 5px;
    padding: 0 24px;
    border-radius: 24px;
}.file__get__list__name {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 400;
    color: #222;
    line-height: 20px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    flex: 1;
    margin-right: 12px;
    letter-spacing: -0.56px;
}.file__get__list__name + button {
    width: 20px;
    height: 20px;
    position: relative;
}.file__get__list__name + button::before, .file__get__list__name + button::after {
    width: 14px;
    height: 2px;
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    background: #ccc;
    border-radius: 2px;
}.file__get__list__name + button::before {
    transform: translate(-50%, -50%) rotate(45deg);
}.file__get__list__name + button span {
    position: absolute;
    width: 0;
    height: 0;
    line-height: 0;
    overflow: hidden;
    text-indent: -9999px;
}.file__get__list__name + button::after {
    transform: translate(-50%, -50%) rotate(-45deg);
}
@media (max-width: 767px){
    .corp__map__info__group > li p:first-of-type {
        margin-bottom: 6px;
    }.corp__map__info__group > li p:not(:first-of-type) {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 26px;
        letter-spacing: -0.56px;
    }.corp__map__info__group {
        margin-top: 24px;
    }.corp__map__info__group > li {
        flex-basis: 100%;
        width: 100%;
        max-width: 100%;
    }.corp__map__info__group > li:first-of-type {
        margin-top: 0;
    }.corp__map__traffic__way2 th, .corp__map__traffic__way2 td {
        font-size: 14px;
        font-size: 1.4rem;
        letter-spacing: -0.56px;
        line-height: 26px;
    }.corp__map__traffic__way2 tbody td:nth-of-type(2) {
        padding-left: 20px;
        padding-right: 20px;
    }.is-sticky + .container .is-step .header__visual__group, .is-sticky + .container .is-tab .header__visual__group{
        padding: 0;
    }
    .-faqlist {
        grid-template-columns: 1fr;
    }
}