.btn-large a {
    padding: 16px;
    border-radius: 4px;
    text-align: center;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.04em;
    display: block;
}

.btn-large--primary a {
    background-color: #d70936;
    color: #fff;
}

.btn-large--primary a:hover {
    background-color: #c7002c;
}

.btn-large--primary.disabled a {
    background-color: #a2a2a2;
}

.btn-large--secondary a {
    background-color: #fff;
    color: #d70936;
    border: 2px solid #d70936;
}

.btn-large--secondary a:hover {
    border: 2px solid #c7002c;
}

.btn-large--secondary.disabled a {
    border: 2px solid #a2a2a2;
    color: #a2a2a2;
}

.btn_snackbar {
    /*	display: none;*/
    font-size: 1.4rem;
    display: block;
}
.btn_snackbar a {
    border-radius: 8px;
    background-color: #41a852;
    padding: 10px 20px;
    color: #fff;
}
.btnSize_snackbar {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}
.btnIcon_snackbar {
    display: block;
    text-align: left;
    text-decoration: none;
}

.btn_red a {
    border-radius: 4px;
    background-color: #d70936;
    padding: 16px;
    color: #fff;
    text-align: center;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.04em;
    display: block;
}

.btn_gray a {
    border-radius: 4px;
    background-color: gray;
    padding: 16px;
    color: #fff;
    text-align: center;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.5;
}

.btnSize_gray {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

.btnIcon_gray {
    display: block;
    text-align: left;
    text-decoration: none;
}

.btn_cancel {
    font-size: 1.4rem;
    font-weight: bold;
}
.btn_cancel a {
    background-color: #ffffff;
    padding: 10px 40px;
    text-decoration: underline;
    color: #d70936;
}

.ibtnSize_cancel {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}
.btnIcon_cancel {
    display: block;
    text-align: center;
    text-decoration: none;
}

.btn_close {
    font-size: 1.4rem;
    font-weight: bold;
    border: 1px solid #333;
}
.btn_close a {
    background-color: #ffffff;
    padding: 10px 40px;
    color: #333;
}

.ibtnSize_close {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}
.btnIcon_close {
    display: block;
    text-align: center;
    text-decoration: none;
}

.btn_home {
    font-size: 1.4rem;
    font-weight: bold;
    border: 2px solid #c7002c;
}
.btn_home a {
    background-color: #ffffff;
    padding: 10px 40px;
    color: #c7002c;
}

.ibtnSize_home {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}
.btnIcon_home {
    display: block;
    text-align: center;
    text-decoration: none;
}

.bottom-button-vartical-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.translate-btn a {
    font-size: 10px;
    font-weight: 400;
    color: #777;
}
