.form {
    font-size: 12px;
}

.form__comp {
    line-height: 1.6;
    text-align: center;
    font-size: 16px;
    padding-top: 50px;
}

.form__comp2 {
    font-size: 12px;
    text-align: center;
    margin-top: 30px;
    line-height: 1.6;
}

.form__flex {
    display: flex;
    flex-wrap: wrap;
}

.mw_wp_form_confirm .app-anno,
.mw_wp_form_confirm #addshop,
.mw_wp_form_confirm .form__clear,
.mw_wp_form_confirm .form__anno2 {
    display: none;
}

.mw_wp_form_confirm .from__select::before {
    display: none;
}

.mw_wp_form_confirm .from__select::after {
    display: none;
}

.mw_wp_form_confirm .from__row-field {
    padding-top: 10px;
}

.mw_wp_form_confirm .form__subField-label,
.mw_wp_form_confirm .kind__branch .from__row-label {
    padding-top: 0;
}

.error {
    display: block;
    margin-top: 5px;
    font-size: 10px !important;
    width: 100%;
}

.errors .error:not(:first-child) {
    display: none !important;
}

.mwform-checkbox-field {
    display: inline-block;
}

.mw_wp_form .horizontal-item+.horizontal-item {
    margin-left: 0 !important;
}

.mwform-checkbox-field label,
.mwform-radio-field label {
    display: block;
}

.mwform-checkbox-field-text {
    font-size: 12px;
}

.mwform-checkbox-field input,
.mwform-radio-field input {
    margin-right: 0 !important;
}

.mwform-checkbox-field label,
.mwform-radio-field label {}


select {
    font-size: 12px;
    display: block;
    width: 100%;
    height: 33px;
    border: 1px solid #e6e6e6;
    padding-left: 12px;
    color: #666666;
}


input[type="text"] {
    border: #e6e6e6 1px solid;
    display: block;
    padding: 3px 3px 3px 11px;
    width: 100%;
    font-size: 12px;
}

input[type="text"]::placeholder {}

input[type="checkbox"],
input[type="radio"] {
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

/* チェックボックスデザイン */
input[type="checkbox"],
input[type="radio"] {
    cursor: pointer;
    padding-left: 28px;
    /*label手前にチェックボックス用の余白を開ける*/
    vertical-align: middle;
    position: relative;
}

input[type="checkbox"]::before,
input[type="checkbox"]::after,
input[type="radio"]::before,
input[type="radio"]::after {
    content: "";
    display: block;
    position: absolute;
}

input[type="checkbox"]::before,
input[type="radio"]::before {
    background-color: #fff;
    border-radius: 0%;
    border: 1px solid #e6e6e6;
    width: 13px;
    /*チェックボックスの横幅*/
    height: 13px;
    /*チェックボックスの縦幅*/
    transform: translateY(-50%);
    top: 50%;
    left: 0;
}

input[type="checkbox"]::after,
input[type="radio"]::after {
    border-bottom: 2px solid #eb6d71;
    /*チェックの太さ*/
    border-left: 2px solid #eb6d71;
    /*チェックの太さ*/
    opacity: 0;
    /*チェック前は非表示*/
    height: 6px;
    /*チェックの高さ*/
    width: 11px;
    /*チェックの横幅*/
    transform: rotate(-45deg);
    top: -5px;
    left: 2px;
}

input[type="checkbox"]:checked::after,
input[type="radio"]:checked::after {
    opacity: 1;
    /*チェック後表示*/
}

.form__anno {
    color: #ba644d;
    display: flex;
    padding-left: 6px;
    padding-top: 9px;
}

.form__anno2 {
    color: #ba644d;
    padding-top: 9px;
    line-height: 1.4;
    padding-left: 1em;
    text-indent: -1em;
}



.from__row {
    padding-top: 15px;
    padding-bottom: 15px;

    border-bottom: 1px solid #e6e6e6;
    line-height: 1.38;
}

.from__row--center {
    align-items: center;
}

.from__row--multi {
    flex-direction: column;
}

.from__row-sub {
    display: flex;
}

.from__row-sub:not(:last-child) {
    margin-bottom: 10px;
}

.from__row:first-child {
    border-top: 1px solid #e6e6e6;
}

.from__row-label {
    display: flex;
    justify-content: space-between;
    min-width: 300px;
    margin-right: 15px;
    padding-top: 10px;
}

.from__row-label--Link {
    color: #0085c2;
    transition: opacity 0.3s;
}

.from__row-label--Link:hover {
    opacity: 0.8;
}

.from__row-label--center {
    align-items: center;
}

.from__row-label--type2 {
    justify-content: flex-end;
}

.from__row-label--type2 .from__row-labelName {
    margin-right: 10px;
}

.from__row-label--top0 {
    padding-top: 0;
}

.from__row-labelName {
    font-size: 13px;
    padding-left: 10px;
}

.from__row-labelReq {
    color: #ba644d;
    font-size: 12px;
}

.from__inputText input {
    height: 33px;
}

.from__inputText--size1 {
    max-width: 440px;
}

.from__inputText--size2 {
    max-width: 318px;
}

.from__inputText--size3 {
    max-width: 127px;
}

.from__inputText--size4 {
    max-width: 412px;
}

.from__row {
    display: flex;

}

.from__row-field {
    width: calc(100% - 315px);
}


.from__row-labelName--m {
    font-size: 16px;
    padding-left: 0;
}

.form__subField {
    display: flex;
    flex-wrap: wrap;
}

.form__subField-req {
    color: #ba644d;
    padding-right: 12px;
    position: absolute;
    min-width: 82px;
    left: -82px;
    text-align: right;
}

.form__subField:not(:last-child) {
    margin-bottom: 14px;
}

.form__subField-label {
    font-size: 12px;
    min-width: 60px;
    color: #4d4d4d;
    padding-top: 10px;
    position: relative;
}

.form__subField-label--m {
    min-width: 110px;
}

.form__subField-input {
    width: calc(100% - 60px);
}

.form__subField-input input {
    height: 33px;
}

.form__subField-input--1 {
    max-width: 166px;
}

.form__subField-input--2 {
    max-width: 133px;
}

.form__subField-input--3 {
    max-width: 256px;
}

.form__subField-input--4 {
    max-width: 369px;
}

.form__subField-input--5 {
    max-width: 503px;
}

.form__subField--other {
    margin-top: 14px;
}

.form__subField--other .form__subField-label {
    padding-left: 12px;
}

.form__subField--other .form__subField-input {
    max-width: 176px;
}

.from__col2Field {
    display: flex;
}

.from__col2Field-item {
    max-width: 203px;
}

.from__col2Field-item:not(:last-child) {
    margin-right: 14px;
}

.from__col2Field-item input {
    height: 33px;
}

.from__select {
    position: relative;
}

.from__select::before {
    display: block;
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 13px;
    height: 100%;
    background-color: #e6e6e6;
    pointer-events: none;
}

.from__select::after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: 3px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5.2px 3px 0 3px;
    border-color: #fff transparent transparent transparent;
    pointer-events: none;
}


.from__select--size1 {
    max-width: 288px;
}

.from__select--size2 {
    max-width: 154px;
}

.from__select--size3 {
    max-width: 412px;
}

.from__Textarea textarea {
    width: 100%;
    height: 105px;
    border: #e6e6e6 1px solid;
    resize: vertical;
    padding: 3px 3px 3px 11px;
}

.from__checklist {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.from__checklist--1 {
    max-width: 264px;
    padding-right: 3%;
}

.form__submits {
    display: flex;
    justify-content: center;
    margin-top: 45px;
    padding-bottom: 26px;
}

.form__submits-item {
    display: block;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    max-width: 184px;
    width: 100%;
    height: 53px;
    border-radius: 25px;
    transition: opacity 0.3s;
}

.form__submits-item:hover {
    opacity: 0.8;
}

.form__submits-item:nth-child(2) {
    margin-left: 15px;
}

.form__submits-item--submit {
    background-color: #eb6d71;
}

.form__submits-item--back {
    background-color: #000;
}

.form__clear {
    text-align: center;
    font-size: 13px;
    padding-bottom: 32px;
}

#clear-from {
    text-align: center;
    cursor: pointer;
    transition: opacity 0.3s;
}

#clear-from:hover {
    opacity: 0.6;
}

.from__dob {
    display: flex;
    flex-wrap: wrap;
}

.from__dob .errors {
    width: 100%;
}

.from__dob-unit {
    min-width: 34px;
    text-align: center;
}

.from__dob-item {
    display: flex;
    align-items: center;
}

.from__dob-input {
    width: 100%;
}

.from__dob-item--year .from__dob-input {
    min-width: 86px;
}

.from__dob-input .from__select {
    width: 100%;
}

.from__dob-item--month .from__dob-input {
    min-width: 60px;
}

.from__dob-item--day .from__dob-input {
    min-width: 60px;
}

.from__dob-input input {
    height: 33px;
}

@media screen and (max-width: 900px) {
    .form__anno {
        display: block;
        width: 100%;
        padding-left: 0;
        margin-top: 5px;
    }
}

@media screen and (max-width: 768px) {

    .from__row,
    .from__row-sub {
        flex-direction: column;
    }

    .from__row-label {
        margin-bottom: 20px;
        justify-content: flex-start;
    }

    .from__row-labelName {
        padding-left: 0;
        padding-top: 0;
    }

    .from__row-labelReq {
        margin-left: 10px;
    }

    .from__row-field {
        width: 100%;
    }



    .form__subField-req {
        position: static;
        margin-left: 10px;
    }

    .form__subField--type2 .form__subField-label {
        display: block;
        width: 100%;
        margin-bottom: 10px;
    }

    .from__row--center {
        align-items: flex-start;
    }
}