@import "set1.css";
.input {
    display: block;
    margin: 0 auto;
    max-width: inherit;
    font-size: 16px;
    width: 100%;
}
.input__field {
    font-weight: normal;
    font-family: 'proxima-bold'
}
.input__label {
    font-size: 18px;
    font-weight: normal;
    height: 36px;
    margin: 0;
    padding: 0;
}
.input__label-content {
    display: block;
    font-size: 18px;
    padding: 0;
}
.input__field--hoshi {
    font-size: 18px;
    padding-left: 30px;
    height: 36px;
    margin-top: 10px;
    padding: 0;
    width: 100%;
}
.input__field--hoshi:readonly {
    cursor: text;
}
.input__label--hoshi::before,
.input__label--hoshi::after {
    height: 36px;
}
.input.input--hoshi.input--filled .input__label-content--hoshi {
    font-size: 14px !important;
    color: #414141;
}
.input--filled .input__label-content {
    padding: 0 0 15px 0;
}
.override-hoshi {
    font-size: 14px;
    font-weight: normal;
    overflow: visible;
    position: relative;
    top: 1px;
    height: auto;
    padding: 4px 0 0 !important;
}
.input--hoshi select {
    border: none;
    border-bottom: 1px solid #000;
    color: #888;
    outline: none;
    padding: 12px 0px;
    position: relative;
    /* width: 94%; */
    width: 100%;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}
.input-label-radio {
    display: block;
    font-size: 16px;
    color: #414141;
    font-weight: normal;
}
.input-select:before {
    color: #000;
    font-family: 'Allianz-Icon';
    font-weight: bold;
    content: '\e90b';
    font-size: 24px;
    position: absolute;
    right: 3%;
    /* right: 40px; */
    bottom: 3px;
    z-index: 1;
}