.access-list {
    margin: 3rem auto;
}

.access-list li {
    margin-bottom: 1.5rem;
}

.access-list li:last-of-type {
    margin-bottom: initial;
}

.access-list li img {
    max-width: 44rem;
}

.access-title {
    padding: 1rem;
    font-size: 1.8rem;
    font-weight: bold;
    color: white;
    text-align: center;
}

.access-title#jr-chuo-chijou,
.access-title#jr-chuo-kitashinchi,
.access-title#jr-chuo-nishiumeda,
.access-title#jr-sakurabashi,
.access-wrap.blue .access-wrap-title {
    background-color: #1252a2;
}

.access-title#hankyu-chijou,
.access-title#hankyu-chika,
.access-wrap.brown .access-wrap-title {
    background-color: #983c38;
}

.access-title#midosuji {
    background-color: #d23b3f;
}

.access-title#hanshin {
    background-color: #0f779d;
}

.access-title#tanimachi-chijou,
.access-title#tanimachi-building,
.access-title#tanimachi-diamor,
.access-wrap.purple .access-wrap-title {
    background-color: #964093;
}

.access-title#touzai {
    background-color: #cf4868;
}

.access-title#yotsubashi {
    background-color: #376fb7;
}

.access-wrap {
    margin-bottom: 3rem;
    padding: 1rem;
    background-color: #f1f7fc;
}

.access-wrap.blue {
    background-color: #f1f7fc;
}

.access-wrap.brown {
    background-color: #fff7ef;
}

.access-wrap.red {
    background-color: #f8dcd1;
}

.access-wrap.turquoise {
    background-color: #e1f2ec;
}

.access-wrap.purple {
    background-color: #f4eaff;
}

.access-wrap.pink {
    background-color: #f1c8d2;
}

.access-wrap.marine {
    background-color: #d7e2f1;
}

.access-wrap .access-wrap-title {
    margin-bottom: 1rem;
    padding: 0.5rem;
    font-weight: bold;
    color: #f9f871;
    text-align: center;
}

.access-wrap .access-step {
    display: grid;
    grid: auto-flow / 1fr 1fr;
    gap: 1rem;
}

.access-wrap .access-step .access-step-img img {
    max-width: fit-content;
}

.access-wrap .access-step p {
    margin: 1rem auto 0;
    font-size: 1.4rem;
}
