html {
    overflow-y: scroll;
}


body,
.wq-Form .wq-WNavigator>.wq--overlay {
    background: #1488CC !important;
    /* fallback for old browsers */
    font-family: "Noto Sans JP";
}

.wq--note {
    text-align: left !important;
}

#root {
    max-width: 980px;
    margin: 2em auto;
}

h2 {
    text-align: center;
    color: #FFF;
}

.wq-Form {
    color: #FFF !important;
    background: transparent !important;
    display: flex;
    flex-direction: column;
    padding: 0;
    position: relative;
}

.wq-Form .wq-Option>.wq--label {
    background: transparent !important;
    padding: 1.5em 10px !important;
}

.wq-Form .wq-Option>.wq--label>.wq--main>.wq--note,
.wq-Form .wq-Option>.wq--label>.wq--main>.wq--prices>.wq--price {
    color: #FFF !important;
}

.wq-Form .wq-Quantity,
.wq-Form .wq-Selector,
.wq-Form .wq-Slider {
    border: none !important;
}

.wq-Form .wq-HNavigator>.wq--items>:not(:last-child) {
    border-radius: 10px;
}

.wq-Form .wq-Quantity>.wq--head,
.wq-Form .wq-Selector>.wq--head,
.wq-Form .wq-Slider>.wq--head {
    padding: 20px !important;
    background: hsla(0, 0%, 100%, 0.1) !important;
    color: #FFF !important;
    border-bottom: none !important;
}

.wq--note {
    color: #FFF !important;
}

.wq-Form .wq-Monitor>.wq--entries,
.wq--footer,
.wq-Form .wq-Monitor>.wq--footer>.wq--entry,
.wq-Form .wq-Monitor>.wq--entries>.wq--entry.wq-for-header {
    background: transparent !important;
    border: none !important;
    color: #FFF !important;
}

.wq-Form .wq-Monitor>.wq--entries>.wq--entry:nth-child(2n) {
    background: hsla(0, 0%, 100%, 0.1) !important;
}

.wq--prop {
    color: #FFF !important;
}


.wq-Form .wq-Control>.wq--header {
    width: 15em !important;
    color: #FFF !important;
}

.wq-Form .wq-Control>.wq--header>.wq--required {
    color: #FFF !important;
    flex: 0 0 auto !important;
    font-size: 0.75em !important;
    font-weight: 400 !important;
    line-height: 24px !important;
    background: #dd4522 !important;
    padding: 0px 7px !important;
    border-radius: 10px !important;
}

.wq-Form .wq-TextArea,
.wq-Form .wq-TextInput {
    background: transparent !important;
    border: 1px solid #FFF !important;
    border-radius: 0 !important;
    box-sizing: border-box !important;
    color: #FFF !important;
    display: block !important;
    font-size: 1em !important;
    height: auto !important;
    line-height: 1.5 !important;
    margin: 0 !important;
    max-width: 100% !important;
    outline: none !important;
    padding: 7px !important;
    position: relative !important;
    transition: box-shadow .1s linear, border-color .1s linear !important;
}

.wq-Form .wq-Control>.wq--body>.wq--message,
.wq-Form .wq-Quantity>.wq--head>.wq--message,
.wq-Form .wq-Selector>.wq--head>.wq--message,
.wq-Form .wq-Slider>.wq--head>.wq--message,
.wq-Form .wq-WNavigator>.wq--base .wq--message {
    background-color: #dd4522 !important;
    color: #FFF !important;
    padding: 2px 5px;
}

.wq-Form .wq-Control>.wq--body>.wq--message {
    left: 0 !important;
    position: absolute !important;
    top: -23px !important;
}

.wq-Button {
    margin: 0 auto !important;
}


.wq-Dialog .wq-Button.wq-type-primary,
.wq-Form .wq-Button.wq-type-primary {
    background-color: hsla(0, 0%, 100%, 0.1) !important;
    padding: 1em;
    border-radius: 30px;
    border: solid 1px;
    max-width: 300px;
    width: 100%;
}


.wq-Dialog .wq-Button.wq-type-primary:hover,
.wq-Form .wq-Button.wq-type-primary:hover {
    background-color: transparent !important;

}

.wq-Dialog .wq-Button:focus,
.wq-Form .wq-Button:focus {
    box-shadow: none !important;
}

#wq-action .wq-content-empty {
    display: none !important;
}

.wq-Form .wq-WNavigator>.wq--overlay>.wq--dialog {
    background: transparent !important;
    height: calc(90% - 64px) !important;
    position: absolute !important;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    width: 980px !important;
    box-shadow: 0 10px 25px 0 rgba(0, 0, 0, .5);
    border-radius: 30px !important;
    padding: 20px;
    -webkit-border-radius: 30px !important;
    -moz-border-radius: 30px !important;
    -ms-border-radius: 30px !important;
    -o-border-radius: 30px !important;
}

.wq-Form .wq-NavBar.wq-belongs-wnavigator>.wq--progress>.wq--bar>.wq--bar-content {
    background-color: #fff !important;
}

.wq-Form .wq-Option.wq-belongs-wnavigator>.wq--label>.wq--main>.wq--name {
    color: #FFF;
}

.wq--body .wq-Option {
    border-top: solid 1px #fff;
}

.wq--body .wq-Option:first-child {
    border: none;
}

.wq-Form .wq-WNavigator>.wq--overlay>.wq--dialog>.wq--action {
    background: transparent !important;
    border: none !important;
    display: flex !important;
    flex: 0 0 auto !important;
    justify-content: flex-end !important;
    padding: .2em !important;
    margin-top: 1em !important;
}

.wq--action .wq-Button,
.wq-Form .wq-Option>.wq--label>.wq--main>.wq--quantity {
    color: #fff !important;
}

.wq--action .wq-Button:hover,
.wq-Dialog .wq-Button.wq-for-closewizard:focus,
.wq-Form .wq-Button.wq-for-closewizard:focus {
    opacity: .5;
    background-color: transparent !important;
}

.wq-for-forwardwizard,
.wq-for-backwizard {
    background-color: transparent !important;
    border: none !important;
}

.wq-Form .wq-NavBar.wq-belongs-wnavigator {
    background: transparent !important;
}

.wq-Form .wq-TextArea:focus,
.wq-Form .wq-TextInput:focus {
    background-color: transparent !important;
    box-shadow: none !important;
}

.wq-Form .wq-TextArea:hover,
.wq-Form .wq-TextInput:hover {
    background-color: rgba(255, 255, 255, 0.1) !important;
    box-shadow: none !important;

}



input[type="date"] {
    width: 150px;
    height: 30px;
    position: relative;
}

input[type="date"]::-webkit-calendar-picker-indicator {
    background: transparent;
    z-index: 1;
}

input[type="date"]::after {
    font-family: FontAwesome;
    content: "\f073";
    /* FontAwesome Webアイコンここに設定 */
    color: #fff;
    width: 18px;
    height: 18px;
    position: absolute;
    top: 40%;
    right: 10px;
    transform: translateY(-50%);
}

.wq-Form .wq-Select>.wq--input {
    background-color: transparent !important;
    color: #fff !important;
    border: 1px solid #FFF !important;

}

.wq-Form .wq-Select {
    color: #fff;
}

.wq-Form .wq-Select>.wq--input:focus,
.wq-Form .wq-Select>.wq--input:hover {
    box-shadow: none !important;
}

input {
    box-shadow: none;

}

.wq-Form .wq-Control>.wq--body>.wq--message {
    right: 4px;
    max-width: 130px;
    display: contents !important;
    color: rgb(255 223 66) !important;
}

.wq--media {
    display: none !important;
}

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

    .wq--action .wq-Button:hover,
    .wq-Dialog .wq-Button.wq-for-closewizard:focus,
    .wq-Form .wq-Button.wq-for-closewizard:focus {
        opacity: 1;
    }

    .wq-Form .wq-WNavigator>.wq--overlay>.wq--dialog {
        height: calc(90% - 64px) !important;
    }
}

.wq_attr-3 option {
    color: #333;
}

.wq-Form .wq-Option>.wq--label>.wq--main {
    min-height: 60px;
}

.recapture {
    margin: 20px auto;
    text-align: center;
    color: #6db5de;
}

.grecaptcha-badge {
    visibility: hidden;
}

.wq-Form .wq-Monitor>.wq--footer {
    border-top: solid 1px #fff !important;
    border-bottom: solid 1px #fff !important;
    margin-top: 1.3em;
}