/* ユーザーホーム
====================================================*/
.user-home {
    display: flex;
    justify-content: space-between;
    padding: 2%;
    max-width: 900px;
    margin: 0 auto;
}
.user-home a {
    width: 30%;
}
.user-home img {
    width: 50%;
}
@media screen and (max-width: 500px) {
    .user-home {
        flex-direction: column;
        justify-content: center;
    }
    .user-home a {
        width: 100%;
        padding: 15%;
    }
}
/* EAリスト
====================================================*/
.ea-list-wrap {
    width: 90%;
    margin: 0 auto;
    max-width: 700px;
}
.ea-list {
    background-color: #eaeaea;
    color: black;
    padding: 5%;
    margin: 5% 0;
    border-radius: 20px;
}
.ea-title {
    font-size: clamp(1.125rem, 0.8523rem + 1.3636vw, 1.875rem);
}
.ea-title span {
    font-size: clamp(0.875rem, 0.8295rem + 0.2273vw, 1rem);
}
.ea-detail {
    white-space: pre-wrap;
    line-height: 1.5;
}
.ea-price {
    font-size: clamp(1.125rem, 0.8523rem + 1.3636vw, 1.875rem);
}
.ea-price span {
    font-size: clamp(0.875rem, 0.8295rem + 0.2273vw, 1rem);
}

.ea-buy-button {
    display: block;
    text-align: center;
    outline: 0;
    background: #2323ce;
    width: 100%;
    border: 0;
    padding: 15px;
    color: #ffffff;
    -webkit-transition: all 0.3 ease;
    transition: all 0.3 ease;
    cursor: pointer;
    border-radius: 10px;
}

.ea-fin-button {
    display: block;
    text-align: center;
    outline: 0;
    background: #9898a5;
    width: 100%;
    border: 0;
    padding: 15px;
    color: #ffffff;
    -webkit-transition: all 0.3 ease;
    transition: all 0.3 ease;
    cursor: pointer;
    border-radius: 10px;
}

/* EA購入
====================================================*/
.buy-form input {
    font-family: "Roboto", sans-serif;
    outline: 0;
    background: #cccccc;
    width: 100%;
    border: 0;
    margin: 0 0 15px;
    padding: 15px;
    box-sizing: border-box;
    font-size: 14px;
    color: #000;
    text-align: left;
}
.buy-form select {
    font-family: "Roboto", sans-serif;
    outline: 0;
    background: #ccc;
    width: 100%;
    border: 0;
    margin: 0 0 15px;
    padding: 15px;
    box-sizing: border-box;
    font-size: 14px;
    color: #000;
    text-align: left;
}

/* EAダウンロード
====================================================*/
.ea-status{
    padding: 10px;
    border-radius: 5px;
    color: #ffffff;
}
.ea-to-detail{
    display: block;
    color: #1553ff;
    text-align: right;
    text-decoration: underline;
}
.ea-download{
    background-color: #e2e2e2;
    padding: 10px;
    border-radius: 5px;
    margin: 10px 0;
}

/* 領収書
====================================================*/
.page2 p{
    font-size: 16px;
    margin: 5px 0;
}
.re-top{
    display: flex;
    text-align: left;
}
.re-top-l{
    width: 60%;
}
.re-top-r{
    width: 40%;
}
.re-top-name{
    font-weight: bold;
}
