@charset "UTF-8";
/* font family */
/* fon weight */
/*----------
	Suica カテゴリートップ
----------*/
.un-secbg-green {
    padding: 60px 0;
    position: relative;
}
.un-secbg-green::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 40px 0 0 40px;
    background-color: #E3F8CF;
    z-index: -1;
}
@media (min-width: 751px) {
    .un-secbg-green::before {
        border-radius: 60px 0 0 60px;
        width: calc(50% + 660px);
    }
}

.un-secbg-yellow {
    padding: 60px 0;
    position: relative;
}
.un-secbg-yellow::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 0 40px 40px 0;
    background-color: #F6F6E4;
    z-index: -1;
}
@media (min-width: 751px) {
    .un-secbg-yellow::before {
        border-radius: 0 60px 60px 0;
        width: calc(50% + 660px);
    }
}

.un-suica-subtitle {
    margin-bottom: 30px;
    font-size: 2.4rem;
    line-height: 1.4;
    font-weight: var(--fw-sb);
    text-align: center;
}
.un-suica-subtitle > img {
    display: inline-block;
    width: 115px;
    height: auto;
    margin: 0 0.4em;
    translate: 0 0.15em;
}
@media (min-width: 751px) {
    .un-suica-subtitle {
        margin-bottom: 40px;
        font-size: 4.2rem;
    }
    .un-suica-subtitle > img {
        width: 204px;
    }
}

.un-first {
    position: relative;
}
.un-first::after {
    position: absolute;
    top: calc(100% - 36px);
    right: 15px;
    transform: rotate(5.48deg);
    width: 80px;
    height: 100px;
    content: "";
    background: url(/assets/img/suica/top/icon_1_p.svg) no-repeat center center/contain;
    z-index: 2;
}
@media (min-width: 751px) {
    .un-first::after {
        position: absolute;
        top: calc(100% - 95px);
        right: 30px;
        width: 125px;
        height: 156px;
    }
}

.un-first-list .c-text-cardlink__inner {
    display: grid;
    place-items: center;
    gap: 8px;
    padding: 16px 32px 16px 16px;
    text-align: center;
    font-size: 1.3rem;
    font-weight: var(--fw-sb);
}
.un-first-list .c-text-cardlink__inner figure {
    max-width: 210px;
}
@media (max-width: 750px) {
    .un-first-list > li + li {
        margin-top: 15px;
    }
}
@media (min-width: 751px) {
    .un-first-list {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        gap: 40px;
    }
    .un-first-list > li {
        flex: 0 1 calc(50% - 20px);
    }
    .un-first-list .c-text-cardlink__inner {
        padding-bottom: 32px;
        font-size: 1.6rem;
    }
    .un-first-list .c-text-cardlink__inner figure {
        max-width: 280px;
    }
}

@media (max-width: 750px) {
    .un-use__link02 {
        grid-column-start: 1;
        grid-column-end: 3;
    }
}
@media (min-width: 751px) {
    .un-use__link01 .c-caption-imagelink__inner {
        display: flex;
        align-items: center;
        gap: 0;
    }
    .un-use__link01 .c-caption-imagelink__image {
        width: 120px;
        height: 64px;
    }
    .un-use__link01 .c-caption-imagelink__image img {
        width: 64px;
        margin: 0 0 0 28px;
    }
    .un-use__link01 .c-caption-imagelink__caption {
        width: calc(100% - 120px);
        text-align: center;
    }
}
.un-useful {
    position: relative;
}
.un-useful::after {
    position: absolute;
    top: -70px;
    right: 15px;
    width: 77px;
    height: 110px;
    content: "";
    background: url(/assets/img/suica/top/icon_2_p.svg) no-repeat center center/contain;
}
@media (min-width: 751px) {
    .un-useful::after {
        top: -150px;
        right: 30px;
        width: 112px;
        height: 160px;
    }
}

/* おしらせ */
.un-information__box {
    padding: 6px 24px 30px;
    background: #fff;
    border-radius: 20px;
    margin-bottom: 40px;
}

@media (min-width: 751px) {
    .un-information__box {
        padding: 16px 40px 40px;
        margin-bottom: 50px;
    }
}
/* help */
.un-help {
    position: relative;
    padding-bottom: 120px;
}
.un-help::after {
    position: absolute;
    top: calc(100% - 76px);
    left: 50%;
    transform: translate(-50%, 0);
    width: 97px;
    height: 119px;
    content: "";
    background: url(/assets/img/suica/top/icon_3_p.svg) no-repeat center center/contain;
}
@media (min-width: 751px) {
    .un-help {
        padding-bottom: 160px;
    }
    .un-help::after {
        top: calc(100% - 110px);
        left: 50%;
        width: 129px;
        height: 158px;
    }
}

/* service */
.un-service__link {
    display: block;
    height: 100%;
    background: #fff;
    border: solid 2px #fff;
    border-radius: 10px;
    padding: 14px 8px;
    overflow: hidden;
}

.un-service__llistitem__long {
    grid-column-start: 1;
    grid-column-end: 3;
}

.un-service__llistitem__long .un-service__pic {
    width: calc(100% - 80px);
    margin: 0 auto;
}

@media (min-width: 751px) {
    .un-service__link {
        padding: 22px 14px;
        transition: all 0.3s;
    }
    .un-service__link:hover {
        border: solid 2px #008803;
    }
    .un-service__llistitem__long {
        grid-column-start: 1;
        grid-column-end: 6;
    }
    .un-service__llistitem__long .un-service__pic {
        width: calc(100% - 480px);
    }
}
.caution {
    background: #F6F6E4;
    padding: 20px 15px 25px;
}

.cautionBox2 {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}

.cautionBox2 h2 {
    font-size: 1.4rem;
    line-height: 1.2;
    font-weight: 600;
    color: var(--color-text-green);
    padding: 0 0 0 22px;
    margin-bottom: 20px;
    position: relative;
}

.cautionBox2 h2::before {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    width: 17px;
    height: 17px;
    content: "";
    background: url(/assets/img/icon/info.svg) no-repeat center center/contain;
}

@media (min-width: 751px) {
    .caution {
        padding: 30px 30px 40px;
    }
    .cautionBox2 h2 {
        font-size: 1.8rem;
        padding: 0 0 0 32px;
        margin-bottom: 24px;
    }
    .cautionBox2 h2::before {
        width: 24px;
        height: 24px;
    }
}
.cautionBox2 dl {
    background: #fff;
    border-radius: 20px;
    padding: 20px;
    font-size: 1.4rem;
    line-height: 1.6;
}

.caution .fontBold {
    font-weight: bold !important;
}

.caution .fontRed {
    color: #eb0000 !important;
}

.pdfLink {
    display: inline-block;
    margin-top: 16px;
    padding-left: 1.5em;
    background: url(/assets/img/icon/chev-cir-right.svg) no-repeat left 0.4em/1em;
}

.cautionBox2 a {
    padding-right: 18px;
    position: relative;
}

.cautionBox2 .pdfLink a::before {
    position: absolute;
    right: 0;
    top: 0.4em;
    width: 12px;
    height: 12px;
    content: "";
    -webkit-mask: url(/assets/img/icon/pdf.svg) no-repeat center center/contain;
    mask: url(/assets/img/icon/pdf.svg) no-repeat center center/contain;
    background: #202020;
}

.cautionBox2 a:link {
    color: #202020;
    text-decoration: none;
}

@media (min-width: 751px) {
    .cautionBox2 dl {
        padding: 30px;
        font-size: 1.6rem;
    }
    .cautionBox2 a {
        transition: all 0.2s;
    }
    .cautionBox2 a:hover {
        color: var(--color-text-green);
        text-decoration: underline;
    }
    .cautionBox2 .pdfLink a::before {
        transition: all 0.2s;
    }
    .cautionBox2 .pdfLink a:hover::before {
        background: #008803;
    }
}/*# sourceMappingURL=suica-categorytop.css.map */