@charset "UTF-8";

/* loginRegisterButton */
.loginRegisterButton {
    width: 100%;
    max-width: 430px;
    height: 60px;
    display: grid;
    align-items: center;
    grid-template-columns: 80px 1fr;
    border-radius: 10px;
    cursor: pointer;
    padding-right: 30px;
    margin-bottom: 15px;

    font-size: 20px;
    font-weight: 700;
    text-align: center;
}


/* iconButton */
.iconButton {
    width: var(--content-width);
    height: 80px;
    display: grid;
    grid-template-columns: 80px 1fr 80px;
    align-items: center;
    margin: 0 auto;
    border-radius: 10px;
}

.iconButton__icon {
    text-align: center;
}

.iconButton__arrow {
    text-align: center;
}

.iconButton__text {
    text-align: center;
    font-size: 20px;
    font-weight: 700;
}


/* contentButton */
.contentButton {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 309px;
    height: 57px;
    font-size: 20px;
    font-weight: 900;
    letter-spacing: 0.05em;
    margin: 0 auto;
}


/* iconSmallButton */
.iconSmallButton {
    width: 270px;
    height: 64px;
    display: grid;
    grid-template-columns: 55px 1fr 55px;
    font-size: 20px;
    font-weight: 700;
    align-items: center;
    margin: 0 auto;
    border-radius: 10px;
}


/* textButton */
.textButton {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 309px;
    height: 57px;
    border-radius: 8px;
    margin: 0 auto;
    font-size: 20px;
    font-weight: 900;
    letter-spacing: 0.05em;
}


/* textSmallButton */
.textSmallButton {
    width: 248px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    font-size: 16px;
    font-weight: 900;
    letter-spacing: 0.05em;
}


/* backButton */
.backButton {
    width: 100%;
    max-width: 360px;
    height: 68px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    border: solid 2px var(--color-black);
    border-radius: 10px;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.05em;
}


/* backSmallButton */
.backSmallButton {
    width: 100%;
    max-width: 350px;
    height: 55px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 14px;
    border: solid 3px var(--color-black);
    font-size: 16px;
    font-weight: 700;
}


/* pageTopButton */
.pageTopButton {
    width: 25px;
    display: block;
    margin: 0 auto;
}