/* ショート版 ver1.0 */
.tag {
    display: inline-block;
    padding: 0.25em 0.4em;
    font-size: 75%;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
}

.scroll {
    height: 100px;
    overflow: scroll;
    border: 1px solid #bbb;
    border-radius: 10px;
}

.name {
    display: flex;
    list-style: none;
    padding-left: 0px;
}

.first_name {
    margin-left: 20px;
}

.form {
    max-width: 80%;
}

.form_content {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
    width: 100%;
}

input:focus {
    outline: aqua 0.5px solid !important;
}

select:focus {
    outline: aqua 0.5px solid !important;
}

textarea:focus {
    outline: aqua 0.5px solid !important;
}

.button {
    display: inline-block;
    font-size: 18pt;
    text-align: center;
    cursor: pointer;
    background: #00bcd4;
    color: #ffffff;
    line-height: 1em;
    transition: 0.3s;
    box-shadow: 6px 6px 3px #666666;
    border: 1px solid #00bcd4;
    width: 100%;
    border-radius: 5px;
}

.form_label {
    /*border: 1px solid #00bcd4;
    border-radius: 6px;
    padding: 5px 15px;
    margin-right: auto;
    background-color: #00bcd4;
    color: #fff;*/
    font-weight: bold;
}

.button:hover {
    box-shadow: none;
    color: #00bcd4;
    background: #ddd;
}

.form_textarea {
    border: 1px solid #ddd;
    border-radius: 6px;
    padding-left: 1em;
    padding-right: 1em;
}

.dis-flex {
    display: flex;
    width: 100%;
}

.font-tel {
    font-size: 1rem;
    padding: 8px;
}

.nini {
    background: gray;
    margin-left: 10px;
    margin-top: 10px;
    color: white;
    padding: 3px;
    border-radius: 5px;
}

.hissu {
    margin-left: 10px;
    background: red;
    color: white;
    border-radius: 5px;
    padding: 3px;
    margin-top: 10px;
}

.error-mess {
    display: none;
    color: red;
}

input:checked {
    display: block;
}

.sub-text {
    color: gray;
}

textarea:required {
    color: #630015;
    border-color: #c20c33;
    background-color: #ffd9e1;
}

.alertarea {
    color: #c20c33;
}

/* 文字数を表示するラベルのスタイル　佐藤　20240117 */
.charnum-label {
    text-align: right;
}

.ui-datepicker-trigger {
    width: 32px;
    height: 32px;
    margin-left: 8px;
    margin-bottom: 7px;
}

.child_bid,
.child_simp,
.child_otherclub,
.child_ret_field {
    display: none;
}

@media screen and (max-width: 480px) {
    /*sp*/
    .form_body {
        max-width: 480px;
        width: 100%;
        margin: 0 auto;
    }

    .form_title {
        margin-top: 10px;
        margin-bottom: 15px;
        text-align: center;
        font-size: 1.5rem;
    }

    .form_input {
        border: 1px solid #ddd;
        border-radius: 6px;
        padding-left: 1em;
        padding-right: 1em;
        height: 50px;
        width: 100%;
    }

    .form_select {
        background-color: #fff;
        border: 1px solid #ddd;
        border-radius: 6px;
        padding-left: 1em;
        padding-right: 1em;
        height: 50px;
    }

    .form_select_mlt {
        border: 1px solid #bbb;
        border-radius: 6px;
        overflow: auto;
        height: 50px;
    }

    .tel-1 {
        background-color: #fff;
        border: 1px solid #ddd;
        border-radius: 6px;
        padding-left: 1em;
        padding-right: 1em;
        height: 50px;
        width: 100%;
    }

    .tel-2 {
        background-color: #fff;
        border: 1px solid #ddd;
        border-radius: 6px;
        padding-left: 1em;
        padding-right: 1em;
        height: 50px;
        width: 100%;
    }

    .tel-3 {
        background-color: #fff;
        border: 1px solid #ddd;
        border-radius: 6px;
        padding-left: 1em;
        padding-right: 1em;
        height: 50px;
        width: 100%;
    }

    .day-y {
        background-color: #fff;
        border: 1px solid #ddd;
        border-radius: 6px;
        padding-left: 1em;
        padding-right: 1em;
        height: 50px;
        margin-right: 10px;
        text-align: left;
        width: 100%;
    }

    .day-m {
        background-color: #fff;
        border: 1px solid #ddd;
        border-radius: 6px;
        padding-left: 1em;
        padding-right: 1em;
        height: 50px;
        margin: 0 10px;
        text-align: left;
        width: 100%;
    }

    .day-d {
        background-color: #fff;
        border: 1px solid #ddd;
        border-radius: 6px;
        padding-left: 1em;
        padding-right: 1em;
        height: 50px;
        margin: 0 10px;
        text-align: left;
        width: 100%;
    }

    .text-align {
        text-align: left;
    }

    .sp-adress {
        width: 200px;
        margin-bottom: 10px;
        float: none;
    }

    .sp-syukatsu {
        margin-left: 0 !important;
    }
}

@media screen and (min-width: 481px) {
    /*pc*/
    .form_body {
        max-width: 650px;
        margin: 0 auto;
    }

    .form_title {
        margin-top: 15px;
        margin-bottom: 15px;
        text-align: center;
    }

    .form_input {
        border: 1px solid #ddd;
        border-radius: 6px;
        padding-left: 1em;
        padding-right: 1em;
        height: 40px;
        width: 100%;
    }

    .form_select {
        background-color: #fff;
        border: 1px solid #ddd;
        border-radius: 6px;
        padding-left: 1em;
        padding-right: 1em;
        height: 40px;
    }

    .form_select_mlt {
        border: 1px solid #bbb;
        border-radius: 6px;
        overflow: auto;
    }

    .tel-1 {
        background-color: #fff;
        border: 1px solid #ddd;
        border-radius: 6px;
        padding-left: 1em;
        padding-right: 1em;
        height: 40px;
        width: 100%;
    }

    .tel-2 {
        background-color: #fff;
        border: 1px solid #ddd;
        border-radius: 6px;
        padding-left: 1em;
        padding-right: 1em;
        height: 40px;
        width: 100%;
    }

    .tel-3 {
        background-color: #fff;
        border: 1px solid #ddd;
        border-radius: 6px;
        padding-left: 1em;
        padding-right: 1em;
        height: 40px;
        width: 100%;
    }

    .day-y {
        background-color: #fff;
        border: 1px solid #ddd;
        border-radius: 6px;
        padding-left: 1em;
        padding-right: 1em;
        height: 40px;
        margin-right: 10px;
        text-align: left;
        width: 100%;
    }

    .day-m {
        background-color: #fff;
        border: 1px solid #ddd;
        border-radius: 6px;
        padding-left: 1em;
        padding-right: 1em;
        height: 40px;
        margin: 0 10px;
        text-align: left;
        width: 100%;
    }

    .day-d {
        background-color: #fff;
        border: 1px solid #ddd;
        border-radius: 6px;
        padding-left: 1em;
        padding-right: 1em;
        height: 40px;
        margin: 0 10px;
        text-align: left;
        width: 100%;
    }

    .text-align {
        text-align: center;
    }

    .pc-syukatsu {
        display: flex;
    }

    input:calendar {
        background-color: #fff;
        border: 1px solid #ddd;
        border-radius: 6px;
        padding-left: 1em;
        padding-right: 1em;
        height: 50px;
        width: 100%;
    }
}

.hide {
    display: none;
}

.edu_SerchAndPulldown {
    position: relative;
}

.eduSerch_pulldownBoxCase {
    position: relative;
    width: 100%;
}

.eduSerch_pulldownBoxCase button {
    display: none;
}

.eduSerch_pulldownBox {
    position: relative;
    width: 100%;
    height: fit-content;
    margin-top: -1px;
    border-radius: 0 0 6px 6px;
    box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
    overflow: hidden;
    z-index: 1000;
}

.eduSerch_pulldownBox::before {
    content: "";
    position: absolute;
    inset: 0;
    border: 1px solid #aaa;
    border-radius: 0 0 6px 6px;
    pointer-events: none;
    z-index: 999;
}

.eduSerch_pulldownList {
    position: initial !important;
    width: 100% !important;
    height: fit-content !important;
    max-height: 250px !important;
    border-radius: 0 0 6px 6px;
    overflow: auto !important;
    overflow-x: hidden !important;
    background: white !important;
    clip: initial !important;
}

.eduSerch_pulldownList div {
    padding: 8px;
    cursor: pointer;
}

.eduSerch_pulldownList div:hover {
    background-color: #f0f0f0;
}

#eduSerch {
    border: 1px solid #aaa;
    border-radius: 6px 6px 0 0;
}

#eduSerch_schoolName {
    position: relative;
}

.eduSerch_schoolName_box {
    position: relative;
}

.eduSerch_schoolName_close {
    position: absolute;
    top: 3px;
    right: 16px;
    height: 100%;
    width: 16px;
    cursor: pointer;
}

.eduSerch_schoolName_close:before {
    content: '×';
    color: #888;
    font-weight: bold;
    position: absolute;
    top: 43%;
    margin-top: -14px;
}

.eduSerch_box {
    position: absolute;
    width: 100%;
    margin-top: -1px;
    border-radius: 6px 6px 0 0;
}

.eduSerch_square {
    position: absolute;
    width: 0;
    height: 0;
    top: 47%;
    right: 10px;
    margin-top: -2px;
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    cursor: pointer;
}