@charset "utf-8";
/* スポットチーム概要画面エリア */
.over-view-area {
    width: 90%;
    height: 94%;
    background-color: white;
    border-radius: 10px;
    position: absolute;
    top: 3%;
    left: 5%;
    overflow: scroll;
}

.over-view-title-logo-area {
    width: 100%;
    height: 10%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.title-icon {
    width: 250px;
    height: auto;
}

.over-view-text-area1 {
    width: 100%;
    height: 5%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: bold;
    color: #545454;
}

/* QR表示エリア */
.over-view-link-area {
    width: 100%;
    height: 40%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: bold;
    /* border: 1px solid black; */
    color: #545454;
}

.link-circle-area {
    width: 190px;
    height: 190px;
    border: 1px solid #11BEC2;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #11BEC2;
}

/* ボタンエリア */
.over-view-button-area {
    width: 100%;
    height: 30%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    /* border: 1px solid black; */
}

/* 利用規約ボタン */
.terms-of-service-button {
    width: 65%;
    height: 45px;
    background-color: white;
    font-size: 18px;
    color: #545454;
    border: 1px solid #545454;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 5px;
    /* margin-top: 10px;
    margin-bottom: 10px; */
}

/* プライバシーポリシーボタン */
.privacy-policy-button {
    width: 65%;
    height: 45px;
    background-color: white;
    font-size: 18px;
    color: #545454;
    border: 1px solid #545454;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 5px;
    /* margin-top: 10px;
    margin-bottom: 10px; */
}

/* OSSライセンスボタン */
.licens-button {
    width: 65%;
    height: 45px;
    background-color: white;
    font-size: 18px;
    color: #545454;
    border: 1px solid #545454;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 5px;
    /* margin-bottom: 35px; */
}

/* 戻るボタン */
.return-button {
    width: 30%;
    height: 40px;
    background-color: white;
    font-size: 18px;
    color: #545454;
    border: 1px solid #545454;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 19px;
}

.return-icon {
    width: 23px;
    height: auto;
    transform: translateX(-3px);
}

.over-view-text-area2 {
    width: 100%;
    position: absolute;
    bottom: 5%;
    text-align: center;
    color: #545454;
}