@charset "utf-8";
/* チーム参加確認画面 */
.join-confirmation-area {
    width: 90%;
    height: 94%;
    background-color: white;
    border-radius: 10px;
    position: absolute;
    top: 3%;
    left: 5%;
}

/* チーム名・チームリーダー名表示エリア */
.join-team-name-display-area,
.join-team-reader-display-area {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 11%;
    min-height: 60px;
    margin-top: 5px;
    /* border: 1px solid black; */
}

/* 各オプション表示エリア */
.join-team-numberofpeople-display-area,
.join-team-time-display-area,
.join-team-distance-display-area,
.join-team-update-display-area {
    display: flex;
    width: 100%;
    height: 11%;
    min-height: 40px;
    margin-top: 5px;
    /* border: 1px solid black; */
}

/* チーム名・チームリーダー名項目名 */
.join-team-name-display-text,
.join-team-reader-display-text {
    font-size: 20px;
    font-weight: bold;
    padding-left: 15%;
    color: #545454;
}

/* 各オプション項目名 */
.join-team-numberofpeople-display-text,
.join-team-time-display-text,
.join-team-distance-display-text,
.join-team-update-display-text {
    width: 40%;
    font-size: 20px;
    font-weight: bold;
    padding-left: 15%;
    color: #545454;
    /* border: 1px solid black; */
}

/* チーム名表示 */
.join-team-name-display-value {
    width: 80%;
    height: 90%;
    min-height: 25px;
    margin: 0 auto;
    font-size: 18px;
    color: #545454;
    text-align: center;
    word-break: break-all;
    /* border: 1px solid black; */
}

/* チームリーダー名表示 */
.join-team-reader-info-area {
    width: 80%;
    height: 90%;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 25px;
    margin: 0 auto;
    font-size: 19px;
    color: #545454;
    text-align: center;
    word-break: break-all;
    /* border: 1px solid black; */
}

/* .join-team-reader-icon-area {
    border: 1px solid black;
}

.join-team-reader-display-value {
    border: 1px solid black;
} */

/* 各オプション表示 */
.join-team-numberofpeople-display-value,
.join-team-time-display-value,
.join-team-distance-display-value,
.join-team-update-display-value {
    width: 70%;
    /* height: 90%; */
    min-height: 25px;
    margin: 0 auto;
    font-size: clamp(22px, 3.5vh, 25px);
    color: #545454;
    text-align: right;
    padding-right: 15%;
    /* border: 1px solid black; */
}

/* ボタンエリア */
.finish-join-confirmation-button-area {
    width: 100%;
    height: 20%;
    min-height: 95px;
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    transform: translateY(-5px);
    /* border: 1px solid black; */
}

/* チームに参加する・やめるボタン */
.finish-join-confirmation-button1,
.finish-join-confirmation-button2 {
    width: 70%;
    height: 30%;
    min-width: 253px;
    min-height: 37px;
    background-color: white;
    font-size: 20px;
    font-weight: bold;
    border: 1px solid #545454;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 5px;
}

.finish-join-confirmation-icon-area {
    margin-right: 10px;
    margin-left: 10px;
    display: flex;
    align-items: center;
}

.finish-join-confirmation-icon {
    width: 36px;
    height: auto;
}

.finish-join-confirmation-text-area1,
.finish-join-confirmation-text-area2 {
    height: 45px;
    line-height: 45px;
    color: #545454;
}