.form-wrap textarea, .form-wrap input[type=text], .form-wrap select {width: 100%; padding:14px 10px;}
.form-wrap textarea, .form-wrap input[type=text], .form-wrap select {border: none; border: 1px solid #ddd; border-radius: 4px; transition: all .5s ease;}
.group-input.active textarea, .group-input.active input[type=text], .group-input.active select {border-color: #f7f7f7;}
.form-wrap textarea {min-height:150px;}
.form-wrap .group-input > div:not(.title) {width: 100%;}

.form-wrap select::-ms-expand {display: none;}
.form-wrap select{ vertical-align: middle; -webkit-appearance: none; -moz-appearance: none; appearance: none; }
.form-wrap select option:checked {color: #333;}

.form-wrap .group-input {display: flex; flex-direction: row; align-items: center; margin-bottom: 16px; }
.form-wrap .group-input .title {margin-bottom: 5px;}
.form-wrap .group-input .title .required{color: red; padding-left: 2px;}

.form-wrap .group-input > .hp {display: flex; align-items: center;}
.form-wrap .group-input .hp-input { width: 33.33%; }
.form-wrap .group-input > .hp span { padding:0 5px; }

.form-wrap .group-input .date > .date {width:210px; padding-left: 38px; background: url("/images/calendar.svg") no-repeat 10px center / 18px; }

.form-wrap .group-input .checkbox-x, .form-wrap .group-input .radio-x {display:flex;}

.form-wrap .btn-wrap { margin:60px 0 120px; text-align:center;}

.form-wrap .group-input .title.label {min-width: 150px; margin-right: 10px;}

a.buttons.confirm-btn { width: 200px; padding: 14px 20px; border-radius: 4px; font-size: 1.125em; color: #fff; text-align: center; cursor: pointer;}
a.buttons.confirm-btn:hover {border: 1px solid #333; background: #fff; color: #333;}

label.label, .file-add-wrap > div, .thumb-form .title {display: inline-block; width: 130px; margin-right: 10px; font-size: 1rem; text-align: left; color: #333;}
.up-line {border-top: 1px solid #ddd; padding-top: 16px; margin-top: 16px;}

.file-add-wrap {display:table; table-layout:fixed;}
/*.file-add-wrap > div, .thumb-form .title {display:table-cell; width:130px; font-weight: 600; font-size: 0.875rem;}*/
.file-add-wrap > div, .thumb-form .title {width: 116px; padding: 0.2em 0.6em 0.3em; font-weight: 700; line-height: 1; white-space: nowrap; vertical-align: baseline; border-radius: 0.25em;}
.file-add-wrap .add-icon {min-width:60px; padding-left: 0; text-align:right;}
.file-add-wrap .add-icon label {display: inline-block; width: 130px;  padding: 15px 0; font-size: 16px; color: #fff; text-align: center; background-color: #949494; border-radius: 4px; cursor: pointer;}

.file-list {margin-left: 130px;}
.file-list li:not(:last-child) {margin-bottom:5px}
.file-list li > * {float: left; font-size: 0.9375rem; color: #666;}
.file-list li > div {margin-left: 10px; display:flex; align-items:center;}
.file-list li > div span {cursor: pointer;}
.file-list li:after {content: ""; display: block; clear: both;}

.join-wrap a {
    cursor: pointer;
    font-size: 14px;
    text-decoration: underline;
    color: #9f9f9f;
}
.join-wrap .agreeFrm strong {
    font-size: 18px;
    line-height: 1.3;
    font-weight: 500;
}
.join-wrap .agreeFrm .aBox {
    margin: 10px auto;
    padding: 14px;
    height: 250px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    overflow-y: auto;
}
.join-wrap .aBox dl {
    margin-bottom: 20px;
    line-height: 1.4;
}
.join-wrap .aBox dl:last-child {
    margin-bottom: 0;
}
.join-wrap .aBox dt {
    padding: 5px 0;
    font-size: 15px;
    font-weight: 400;
}
.join-wrap .aBox dd {
    padding: 2px 0;
    font-size: 14px;
    font-weight: 300;
}
.modal-privacy-wrap {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    visibility: hidden;
    opacity: 0;
    transition: all 0.25s ease-in-out;
}
.modal-privacy-wrap.open {
    opacity: 1;
    visibility: visible;
}
.modal-privacy-wrap .modal-privacy {
    width: 640px;
    height: auto;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    opacity: 0;
    transition: all 0.5s ease-in-out;
}
.modal-privacy-wrap.open .modal-privacy {
    opacity: 1;
}
.modal-privacy-wrap .btn-close {
    position: absolute;
    top: 20px;
    right: 20px;
    cursor:pointer;
}
.modal-privacy-wrap .content {
    padding: 50px;
}
.modal-privacy-wrap .content p.tit {
    margin-bottom: 30px;
    font-size: 1.25rem;
    font-weight: 600;
}

@media all and (max-width:876px){
    .form-wrap .group-input {display: block; margin-bottom: 20px;}
    .form-wrap .group-input .title.label {min-width: inherit; padding-left: 0; margin-bottom: 10px;}
    .form-wrap .group-input .title {margin-bottom: 0;}
    .form-wrap .group-input .checkbox-x, .form-wrap .group-input .radio-x {display: block;}
    .form-wrap .checkbox-style {margin: 0 0 10px 0;}

    .join-wrap .agreeFrm {
        font-size: 0.75rem;
        line-height: 1.4;
    }
    .modal-privacy-wrap .modal-privacy {
        width: 85%;
    }
    .modal-privacy-wrap .con-in {
        font-size: 1rem;
        line-height: 1.4;
    }
}

@media (max-width: 640px) {
    .join-wrap .agreeFrm {
        font-size: 0.625rem;
        line-height: 1.2;
    }
    .modal-privacy-wrap .content {
        padding: 30px 20px;
    }
    .modal-privacy-wrap .content p.tit {
        margin-bottom: 15px;
        font-size: 1.125rem;
        font-weight: 600;
    }
    .modal-privacy-wrap .con-in {
        font-size: 0.875rem;
        max-height: 300px;
        overflow-y: scroll;
    }
}

@media (max-width: 480px) {
    .join-wrap .agreeFrm strong {
        font-size: 16px;
    }
    .join-wrap .agreeFrm .aBox {
        margin: 8px auto;
        height: 250px;
    }

}