select,
input,
textarea {
    border: 1px solid #ccc;
    font-size: 4.5vw !important;
}

.custommer_enquete {
    background: #FF2888;
    padding: 3vw;
    font-family: sans-serif;
}

.custommer_enquete .shop_select {
    background: #ffd0e4;
    padding: 1vw 2vw;
    margin-bottom: 5vw;
    letter-spacing: 1px;
}

.custommer_enquete h1 {
    color: #fff;
    font-weight: bold;
    font-family: initial;
    font-size: 7vw;
    text-align: center;
    margin: 2vw 0 4vw;
    letter-spacing: 1px;
}

.custommer_enquete .select_course {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    align-items: center;
}

.custommer_enquete .select_course input {
    margin-right: 2vw;
}

.custommer_enquete h1 span {
    display: block;
    font-size: 4vw;
    margin-bottom: 2vw;

}

.custommer_enquete table {
    background: #fff;
    margin: 0 auto;
    border-radius: 10px;
    padding: 5vw;
    border-collapse: inherit;    width: 93vw;
}

.custommer_enquete table tr {
    display: block;
    text-align: left;
    margin-bottom: 7vw;
}

.custommer_enquete table th {
    display: block;
    color: #FF2888;
    border-bottom: 1px solid #FF2888;
    padding-bottom: 2vw;
    margin-bottom: 2vw;
    font-size: 4.5vw;display: block;
    color: #FF2888;
    border-bottom: 1px solid #FF2888;
    padding-bottom: 2vw;
    margin-bottom: 2vw;
    font-size: 4.5vw;
    line-height: 1.4;
    font-weight: 500;
}

.custommer_enquete table td {
    display: block;
    line-height: 1.9;
}

.custommer_enquete table td #start {
    width: 100%;
    padding: 2vw;
    box-sizing: border-box;
    font-size: 4vw;
    font-weight: initial;
}

.custommer_enquete table td #select_cast_id {
    background: #fff;
    width: 100%;
    padding: 2vw;
    font-size: 4vw;
}

.custommer_enquete table td option {
    font-size: 4vw;
}

.custommer_enquete table td textarea {
    width: 100%;
    height: 21vw;
}

.custommer_enquete table td #newadd {
    width: 100%;
    background: #FF2888;
    border: none;
    padding: 1vw 0;
    color: #fff;
    border-radius: 10px;
    font-size: 5vw;
    letter-spacing: 2px;
    text-align: center;
}

.custommer_enquete label {
    font-size: 4.5vw;
    display: block;
}

.custommer_enquete label input {
    padding-left: 2vw;
    margin-right: 2vw;
}

/* オーバーレイのスタイル */
#overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    /* 半透明の黒 */
    display: none;
}

/* ポップアップのスタイル */
#popup {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    padding: 20px;
    border-radius: 5px;
    display: none;
}

#popup #change_shop_id {
    padding: 2vw;
    box-sizing: border-box;
}

#popup p {
    text-align: center;
    color: #FF2888;
    margin-bottom: 4vw;
}