@charset "UTF-8";

/* --------------------------------------------------
 * utility
 * -------------------------------------------------- */
body {
  height: initial !important;
}

.survery_main input,.survery_main select,.survery_main textarea {
    font-size: 1.6rem !important;
}

.survery_main .layout-grid {
}

.survery_main .layout-grid > .layout-grid_row {
    display: flex;
    margin-bottom: 16px;
}

.survery_main .layout-grid > .layout-grid_row:not(:last-child) {
}

.survery_main .layout-grid > .layout-grid_row > .layout-grid_col {
    flex: 1 1 100%;
}
.survery_main .layout-grid > .layout-grid_row > .layout-grid_col_7 {
    flex: 1 1 70%;
}
.survery_main .layout-grid > .layout-grid_row > .layout-grid_col_6 {
    flex: 1 1 60%;
}
.survery_main .layout-grid > .layout-grid_row > .layout-grid_col_4 {
    flex: 1 1 40%;
}
.survery_main .layout-grid > .layout-grid_row > .layout-grid_col_3 {
    flex: 1 1 30%;
}

.survery_main .layout-grid > .layout-grid_row > .layout-grid_col:not(:first-child) {
    margin-left: 8px;
}

.survery_main .layout-grid > .layout-grid_row > .layout-grid_col:not(:last-child) {
    margin-right: 8px;
}

/* .layout-grid > .layout-grid_row.sp_direction_column */

@media screen and ( max-width: 425px ) {
    .survery_main .layout-grid > .layout-grid_row.sp_direction_column {
        flex-direction: column;
    }

    .survery_main .layout-grid > .layout-grid_row.sp_direction_column > .layout-grid_col:not(:first-child) {
        margin-left: 0;
        margin-top: 5px;
    }

    .survery_main .layout-grid > .layout-grid_row.sp_direction_column > .layout-grid_col:not(:last-child) {
        margin-right: 0;
        margin-bottom: 5px;
    }
}


/* --------------------------------------------------
 * base
 * -------------------------------------------------- */

.survery_main {
	max-width: 495px;
	margin: 0 auto;
	/*padding: 32px;*/
    padding: 24px 16px;
}

.survery_main.survery_main-input {
    min-width: 1000px;
}

.survery_main .column_wrapper {
    display: flex;
    height: 680px; /* 仮指定（ウィンドウ下部いっぱいまでの高さをJSで指定） */
}

.survery_main .column_wrapper .sub_column {
    flex: 0 0 320px;
}

.survery_main .column_wrapper .main_column {
    flex: 1 1 100%;
}

.survery_main .column_wrapper .main_column:not(:first-child) {
    margin-left: 20px;
}


/* --------------------------------------------------
 * .main_header
 * -------------------------------------------------- */

.survery_main .main_header {
/*
    border-bottom: 1px solid #ccc;
    margin-bottom: 30px;
*/
    display: flex;
    align-items: center;
}


.survery_main .sub_header {
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
    margin-bottom: 10px;
    /*display: flex;*/
    /*align-items: center;*/
}

.survery_main .main_header .title {
    font-size: 2.4rem;
}

.survery_main .main_header .sub_tools {
    margin-left: auto;
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}

.survery_main .main_header .sub_tools .tool {
    margin: 0 5px;
}

.survery_main .main_header .sub_tools .tool:first-child {
    margin-left: 0;
}

.survery_main .main_header .sub_tools .tool:last-child {
    margin-right: 0;
}

.survery_main .main_header .sub_tools .tool.style_selector {
    margin-right: 25px;
    display: flex;
    align-items: center;
}

.survery_main .main_header .sub_tools .tool.style_selector .label {
    margin-right: 4px;
    font-size: 1.6rem;
}

.survery_main .main_header .sub_tools .tool.style_selector select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    border: none;
    border-radius: 0;
    font: inherit;
    outline: none;
    cursor: pointer;
    box-sizing: border-box;
    min-width: 150px;
    height: 35px;
    padding: 0 26px 0 9px;
    border: solid 1px #999;
    border-radius: 3px;
    background-color: #fff;
    background-image: url(/img/mgr/arrow_select.svg);
    background-repeat: no-repeat;
    background-position: center right;
}

.survery_main .main_header .sub_tools .tool.style_selector select::-ms-expand {
    display: none;
}


.survery_main .main_header .sub_tools .tool.btn {
    width: 100px;
    height: 35px;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 1.4rem;
    background-color: #F7931E;
}


/* --------------------------------------------------
 * .add_component_nav_box
 * -------------------------------------------------- */

.survery_main .add_component_nav_box {
    border-radius: 7px;
    overflow: hidden;
    background-color: #fff;
    height: 100%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
}

.survery_main .add_component_nav_box .title {
    height: 40px;
    background-color: #ccc;
    padding: 0 15px;
    display: flex;
    align-items: center;
    font-weight: bold;
    font-size: 1.638rem;
    flex: 0 0 auto;
}

.survery_main .add_component_nav_box .scroll_area {
    flex: 1 1 auto;
    overflow-y: auto;
}

.survery_main .add_component_nav_box .navs {
    padding: 15px 15px;
}

.survery_main .add_component_nav_box .navs .nav:not(:last-child) {
    margin-bottom: 20px;
}

.survery_main .add_component_nav_box .navs .nav .nav_title {
    margin-bottom: 10px;
    padding: 4px 12px;
    background-color: #eaecec;
    border-radius: 4px;
    font-weight: bold;
    font-size: 1.5rem;
    color: #555555;
}

.survery_main .add_component_nav_box .navs .nav .nav_items .nav_item {
    padding: 15px 12px;
    border-radius: 4px;
    border: solid 1px #0071BC;
    color: #0071BC;
    cursor: pointer;
    display: flex;
    align-items: center;
    position: relative;
}

.survery_main .add_component_nav_box .navs .nav .nav_items .nav_item:not(:first-child) {
    margin-top: 8px;
}

.survery_main .add_component_nav_box .navs .nav .nav_items .nav_item:hover {
    background-color: #0071BC;
    color: #fff;
}

.survery_main .add_component_nav_box .navs .nav .nav_items .nav_item .icon {
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translate(-50%, -50%);
    font-size: 2.0rem;
}

.survery_main .add_component_nav_box .navs .nav .nav_items .nav_item .name {
    font-weight: bold;
    margin-left: 26px;
}

.survery_main .add_component_nav_box .navs .nav .nav_items .nav_item .tip {
    display: flex;
    align-items: center;
    font-size: 1.2rem;
    font-weight: bold;
    white-space: nowrap;
    margin-left: auto;
    padding-left: 12px;
}

.survery_main .add_component_nav_box .navs .nav .nav_items .nav_item:not(:hover) .tip {
    visibility: hidden;
}

.survery_main .add_component_nav_box .navs .nav .nav_items .nav_item .tip i {
    margin-right: 2px;
    font-size: 1.0rem;
}


/* --------------------------------------------------
 * .form_preview_box
 * -------------------------------------------------- */

.survery_main .form_preview_box {
}

.survery_main .form_preview_box .scroll_area {
}

.survery_main .form_preview_box .survery_form {
}

.survery_main .form_preview_box .survery_form .form_main_container {
}


/* .survery_form > .form_component */

.survery_main .form_preview_box .survery_form .form_component {
    position: relative;
}

.survery_main .form_preview_box .survery_form .form_component .hover_tool {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    padding: 5px;
    z-index: 777;
    /*background-color: rgba(33, 150, 243, 0.3);*/
    background-color: rgba(33, 150, 243, 0.05);
    box-shadow: 0 0 0 2px rgba(33, 150, 243, 0.4);
}

.survery_main .form_preview_box .survery_form .form_component:not(:hover) .hover_tool {
    /*display: none;*/
}

.survery_main .form_preview_box .survery_form .form_component .hover_tool::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -1;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    padding: 30px;
}

.survery_main .form_preview_box .survery_form .form_component .hover_tool .edit_link {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    color: #fff;
    font-size: 2.25rem;
    font-weight: bold;
    text-shadow: 0 0 3px rgba(33, 150, 243, 1);
    cursor: pointer;
}

.survery_main .form_preview_box .survery_form .form_component .hover_tool .head_buttons {
    display: flex;
    justify-content: flex-end;
    position: absolute;
    top: 0px;
    right: 0px;
    transform: translate(0, -100%);
    padding-bottom: 7px;
    width: 100%;
}

.survery_main .form_preview_box .survery_form .form_component .hover_tool .head_buttons .button {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #6B6D6E;
    width: 32px;
    height: 32px;
    border-radius: 100%;
    margin: 0 2px;
    color: #fff;
    font-size: 1.6rem;
}

.survery_main .form_preview_box .survery_form .form_component .hover_tool .head_buttons .button:first-child {
    margin-left: 0;
}

.survery_main .form_preview_box .survery_form .form_component .hover_tool .head_buttons .button:last-child {
    margin-right: 0;
}

.survery_main .form_preview_box .survery_form .form_component .hover_tool .head_buttons .button:hover {
    opacity: 0.6;
}

.survery_main .form_preview_box .survery_form .form_component .hover_tool .head_buttons .button.delete {
    background-color: #DD1F1F;
}

.survery_main .form_preview_box .survery_form .form_component:not(.editable) .hover_tool .edit_link {
    display: none;
}

.survery_main .form_preview_box .survery_form .form_component:not(.movable) .hover_tool .head_buttons .button.move_up,
.survery_main .form_preview_box .survery_form .form_component:not(.movable) .hover_tool .head_buttons .button.move_down {
    display: none;
}

.survery_main .form_preview_box .survery_form .form_component:not(.deletable) .hover_tool .head_buttons .button.delete {
    display: none;
}


/* .survery_form > .header_component */

.survery_main .form_preview_box .survery_form .header_component {
    margin-bottom: 0;
}

.survery_main .form_preview_box .survery_form .header_component .visual {
    width: 100%;
 /*
    height: 250px;
 */  
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.survery_main .form_preview_box .survery_form .form_component.header_component .hover_tool {
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    padding: 0;
}

.survery_main .form_preview_box .survery_form .form_component.header_component .hover_tool::after {
    padding: 10px;
}

.survery_main .form_preview_box .survery_form.style_type-01 .header_component {
    display: none;
}

.survery_main .form_preview_box .survery_form.style_type-02 .header_component {
    display: block;
 }

.survery_main .form_preview_box .survery_form.style_type-02 .header_component .visual {
    background-color: grey;
    /*background-image: url("/img/mgr/survery_header_no_image.jpg");*/
    /*height: 180px;*/
}

.survery_main .form_preview_box .survery_form.style_type-03 .header_component {
    display: block;
}

.survery_main .form_preview_box .survery_form.style_type-03 .header_component .visual {
    background-color: #0071BC;
    height: 20px;
}

.survery_main .form_preview_box .survery_form.style_type-03 .header_component .hover_tool {
    display: none;
}

.survery_main .form_preview_box .survery_form.style_type-04 .header_component {
    display: block;
}

.survery_main .form_preview_box .survery_form.style_type-04 .header_component .visual {
    background-color: #f44336;
    height: 20px;
}

.survery_main .form_preview_box .survery_form.style_type-04 .header_component .hover_tool {
    display: none;
}

.survery_main .form_preview_box .survery_form.style_type-05 .header_component {
    display: block;
}

.survery_main .form_preview_box .survery_form.style_type-05 .header_component .visual {
    background-color: #8bc34a;
    height: 20px;
}

.survery_main .form_preview_box .survery_form.style_type-05 .header_component .hover_tool {
    display: none;
}


/* .survery_form > .form_title_component */

.survery_main .form_preview_box .survery_form .form_title_component {
    margin-bottom: 60px;
}

.survery_main .form_preview_box .survery_form .form_title_component::after {
    content: "";
    display: block;
    width: 20%;
    height: 1px;
    margin: 50px auto 0;
    background-color: #CCC;
}

.survery_main .form_preview_box .survery_form .form_title_component .title {
    padding-top: 30px;
    font-size: 3.0rem;
    text-align: center;
}

.survery_main .form_preview_box .survery_form .form_title_component .description {
    margin-top: 30px;
    text-align: center;
}


/* .survery_form > .footer_component */

.survery_main .form_preview_box .survery_form .footer_component {
    margin-top: 30px;
    margin-bottom: 50px;
}

.survery_main .form_preview_box .survery_form .footer_component button {
    width: 100%;
}

.survery_main .form_preview_box .survery_form.style_type-01 .footer_component button {
    background-color: #0071BC;
}

.survery_main .form_preview_box .survery_form.style_type-02 .footer_component button {
    background-color: #0071BC;
}

.survery_main .form_preview_box .survery_form.style_type-03 .footer_component button {
    background-color: #0071BC;
}

.survery_main .form_preview_box .survery_form.style_type-04 .footer_component button {
    background-color: #f44336;
}

.survery_main .form_preview_box .survery_form.style_type-05 .footer_component button {
    background-color: #8bc34a;
}


/* .survery_form > .field_group_component */

.survery_main .form_preview_box .survery_form .field_group_component .title {
    font-size: 1.6rem;
    font-weight: bold;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    word-break: break-all;
}

.survery_main .form_preview_box .survery_form .field_group_component .title_text {
    font-size: 1.6rem;
    font-weight: bold;
    margin-bottom: 10px;
    align-items: center;
    word-break: break-all;
}

.survery_main .form_preview_box .survery_form .field_group_component.require .title_text p {
    padding-top: 0;
    font-size: 1.3rem;
    color: #7A7A7A;
}


.survery_main .form_preview_box .survery_form .field_group_component .title::after {
}

.survery_main .form_preview_box .survery_form .field_group_component.require .title::after {
}

.survery_main .form_preview_box .survery_form .field_group_component.require .title span {
	margin-left: 4px;
	color: #EE0E44;
}
.survery_main .form_preview_box .survery_form .field_group_component.require .label span {
    margin-left: 4px;
    color: #EE0E44;
}

.survery_main .form_preview_box .survery_form .field_group_component .field .field_title {
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 5px;
}


/* .survery_form > .field_group_component > .interface.text */

.survery_main .form_preview_box .survery_form .field_group_component .field .interface.text {
    display: flex;
    align-items: center;
}

.survery_main .form_preview_box .survery_form .field_group_component .field .interface.text input {
}

.survery_main .form_preview_box .survery_form .field_group_component .field .interface.text input:-ms-input-placeholder {
}

.survery_main .form_preview_box .survery_form .field_group_component .field .interface.text .after_text {
    flex: 0 0 auto;
    padding-left: 10px;
    padding-right: 10px;
}


/* .survery_form > .field_group_component > .interface.select */

.survery_main .form_preview_box .survery_form .field_group_component .field .interface.select {
    display: flex;
    align-items: center;
}

.survery_main .form_preview_box .survery_form .field_group_component .field .interface.select select {
}

.survery_main .form_preview_box .survery_form .field_group_component .field .interface.select select::-ms-expand {
    display: none;
}

.survery_main .form_preview_box .survery_form .field_group_component .field .interface.select .after_text {
    flex: 0 0 auto;
    padding-left: 10px;
    padding-right: 10px;
}


/* .survery_form > .field_group_component > .interface.radio */

.survery_main .form_preview_box .survery_form .field_group_component .field .interface.radio {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.survery_main .form_preview_box .survery_form .field_group_component .field .interface.radio label {
    cursor: pointer;
    flex: 0 0 auto;
    max-width: 100%;
    margin-right: 10px;
}

.survery_main .form_preview_box .survery_form .field_group_component .field .interface.radio label input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    border: none;
    border-radius: 0;
    font: inherit;
    outline: none;
    display: none;
}

.survery_main .form_preview_box .survery_form .field_group_component .field .interface.radio label .option_text {
    padding: 2px 0 2px 20px;
    background-image: url(/img/mgr/shodan/mgr/icon_radio.svg);
    background-repeat: no-repeat;
    background-position: 1px 50%;
}

.survery_main .form_preview_box .survery_form .field_group_component .field .interface.radio label input:checked + .option_text {
    background-image: url(/img/mgr/shodan/mgr/icon_radio_on.svg);
}


/* .survery_form > .field_group_component > .interface.check */

.survery_main .form_preview_box .survery_form .field_group_component .field .interface.check {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.survery_main .form_preview_box .survery_form .field_group_component .field .interface.check label {
    cursor: pointer;
    flex: 0 0 auto;
    max-width: 100%;
    margin-right: 10px;
    margin-bottom: 10px;
}

.survery_main .form_preview_box .survery_form .field_group_component .field .interface.check label input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    border: none;
    border-radius: 0;
    font: inherit;
    outline: none;
    display: none;
}

.survery_main .form_preview_box .survery_form .field_group_component .field .interface.check label .option_text {
    padding: 10px 0 10px 25px;
    background-image: url(/img/mgr/shodan/mgr/icon-check2_off.svg);
    background-repeat: no-repeat;
    background-position: 0 50%;
}

.survery_main .form_preview_box .survery_form .field_group_component .field .interface.check label input:checked + .option_text {
    background-image: url(/img/mgr/shodan/mgr/icon-check2_on.svg);
}

.survery_main .form_preview_box .survery_form .field_group_component .field .interface.check label input:disabled + .option_text {
    opacity: 0.5;
}

.survery_main .form_preview_box .survery_form .field_group_component .field .interface.check label .option_change {
    padding: 10px 0 10px 30px;
    background-image: url(/img/mgr/shodan/btn_switch_off.svg);
    background-repeat: no-repeat;
    background-position: 0 50%;
}

.survery_main .form_preview_box .survery_form .field_group_component .field .interface.check label input:checked + .option_change {
    background-image: url(/img/mgr/shodan/btn_switch_blue_on.svg);
}


/* .survery_form > .field_group_component > .interface.textarea */

.survery_main .form_preview_box .survery_form .field_group_component .field .interface.textarea {
    display: flex;
}

.survery_main .form_preview_box .survery_form .field_group_component .field .interface.textarea textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    border: none;
    border-radius: 0;
    font: inherit;
    outline: none;
    resize: vertical;
    box-sizing: border-box;
    padding: 5px 9px;
    border: solid 1px #999;
    border-radius: 3px;
    flex: 1 1 auto;
    min-height: 150px;
    width: 100%;
}

.survery_main .form_preview_box .survery_form .field_group_component .field .interface.textarea textarea:-ms-input-placeholder {
    color: #999;
}


/* .survery_form > .field_group_component > .interface.file */

.survery_main .form_preview_box .survery_form .field_group_component .field .interface.file {
    display: flex;
}

.survery_main .form_preview_box .survery_form .field_group_component .field .interface.file input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    border: none;
    border-radius: 0;
    font: inherit;
    outline: none;
    cursor: pointer;
    padding: 3px;
    border: solid 1px #999;
    border-radius: 3px;
    flex: 1 1 auto;
    width: 100%;
}


/* --------------------------------------------------
 * modal
 * -------------------------------------------------- */

.modal_bg {
    display: none;
    width: 100%;
    height: 100%;
    background-color: rgba( 0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 6666;
}

.modal_box {
    display: none;
    box-shadow: 0px 0px 30px 0px rgba( 0, 0, 0, 0.5);
    position: fixed;
    z-index: 7777;
}


/* .modal_box.survery_form_component_editor */

.modal_box.survery_form_component_editor .modal_box_inner {
    width: 700px;
    margin: auto;
}

.modal_box.survery_form_component_editor .dash-tit2 {
    display: flex;
    align-items: center;
    position: relative;
    box-sizing: border-box;
    width: 100%;
    height: 40px;
    padding: 0 15px;
    background: #ccc;
    border-radius: 7px 7px 0px 0px;
}

.modal_box.survery_form_component_editor .dash-tit2 .icon {
    margin-right: 8px;
}

.modal_box.survery_form_component_editor .dash-tit2 .title {
    font-size: 16px;
    font-weight: bold;
    line-height: 40px;
}

.modal_box.survery_form_component_editor .dash-tit2 .modal_close {
    position: absolute;
    top: 8px;
    right: 8px;
}

.modal_box.survery_form_component_editor .dash-tit2 .modal_close:hover img {
    opacity: 0.6;
}

.modal_box.survery_form_component_editor .dash-info-box2 {
    overflow: hidden;
    box-sizing: border-box;
    min-height: auto;
    background: #fff;
    border-radius: 0px 0px 7px 7px;
}

.modal_box.survery_form_component_editor .dash-info-box2 .scroll_area {
    overflow-y: auto;
    max-height: 500px;
}

.modal_box.survery_form_component_editor .dash-info-box2 .edit_form {
    padding: 25px 20px;
}

.modal_box.survery_form_component_editor .dash-info-box2 .edit_form .edit_field {
    margin-bottom: 20px;
    display: flex;
}

.modal_box.survery_form_component_editor .dash-info-box2 .edit_form .edit_field:last-child {
    margin-bottom: 0;
}

.modal_box.survery_form_component_editor .dash-info-box2 .edit_form .edit_field .title {
    flex: 0 0 auto;
    width: 120px;
    padding-top: 5px;
    font-weight: bold;
}

.modal_box.survery_form_component_editor .dash-info-box2 .edit_form .edit_field .field {
    flex: 1 1 auto;
    margin-left: 20px;
}


/* .modal_box.survery_form_component_editor > .edit_field.choices */

.modal_box.survery_form_component_editor .dash-info-box2 .edit_form .edit_field.choices .field .items .item {
    margin-bottom: 3px;
}

.modal_box.survery_form_component_editor .dash-info-box2 .edit_form .edit_field.choices .field .items .item:last-child {
    margin-bottom: 0;
}

.modal_box.survery_form_component_editor .dash-info-box2 .edit_form .edit_field.choices .field .bottom_tools {
    display: flex;
    justify-content: flex-end;
    margin-top: 3px;;
}

.modal_box.survery_form_component_editor .dash-info-box2 .edit_form .edit_field.choices .field .add_button {
    display: block;
    flex: 0 0 auto;
    margin: 5px;
    padding: 6px 20px;
    border-radius: 3px;
    background-color: #0071BC;
    color: #fff;
    font-size: 1.3rem;
}

.modal_box.survery_form_component_editor .dash-info-box2 .edit_form .edit_field.choices .field .add_button:hover {
    opacity: 0.8;
    color: #fff !important;
}


.modal_box.survery_form_component_editor .dash-info-box2 .edit_form .edit_field.choices .field .remove_button {
    display: block;
    flex: 0 0 auto;
    margin: 5px;
    padding: 6px 20px;
    border-radius: 3px;
    background-color: #ff0000;
    color: #fff;
    font-size: 1.3rem;
}

.modal_box.survery_form_component_editor .dash-info-box2 .edit_form .edit_field.choices .field .remove_button:hover {
    opacity: 0.8;
    color: #fff !important;
}

/* .modal_box.survery_form_component_editor > .interface.text */

.modal_box.survery_form_component_editor .dash-info-box2 .edit_form .edit_field .field .interface.text {
    display: flex;
    align-items: center;
}

.modal_box.survery_form_component_editor .dash-info-box2 .edit_form .edit_field .field .interface.text input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    border: none;
    border-radius: 0;
    font: inherit;
    outline: none;
    box-sizing: border-box;
    height: 35px;
    padding: 0 9px;
    border: solid 1px #999;
    border-radius: 3px;
    flex: 1 1 auto;
}
.modal_box.survery_form_component_editor .dash-info-box2 .edit_form .edit_field .field .interface.text input:read-only {
  background-color: #eee;
}


/* .modal_box.survery_form_component_editor > .interface.select */

.modal_box.survery_form_component_editor .dash-info-box2 .edit_form .edit_field .field .interface.select {
    display: flex;
    align-items: center;
}

.modal_box.survery_form_component_editor .dash-info-box2 .edit_form .edit_field .field .interface.select select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    border: none;
    border-radius: 0;
    font: inherit;
    outline: none;
    cursor: pointer;
    box-sizing: border-box;
    height: 35px;
    padding: 0 26px 0 9px;
    border: solid 1px #999;
    border-radius: 3px;
    background-image: url(/img/mgr/shodan/mgr/arrow_select.svg);
    background-repeat: no-repeat;
    background-position: center right;
    flex: 1 1 auto;
}

.modal_box.survery_form_component_editor .dash-info-box2 .edit_form .edit_field .field .interface.select select::-ms-expand {
    display: none;
}


/* .modal_box.survery_form_component_editor > .interface.radio */

.modal_box.survery_form_component_editor .dash-info-box2 .edit_form .edit_field .field .interface.radio {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding-top: 5px;
}

.modal_box.survery_form_component_editor .dash-info-box2 .edit_form .edit_field .field .interface.radio label {
    cursor: pointer;
    flex: 0 0 auto;
    max-width: 100%;
    margin-right: 10px;
}

.modal_box.survery_form_component_editor .dash-info-box2 .edit_form .edit_field .field .interface.radio label input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    border: none;
    border-radius: 0;
    font: inherit;
    outline: none;
    display: none;
}

.modal_box.survery_form_component_editor .dash-info-box2 .edit_form .edit_field .field .interface.radio label .option_text {
    padding: 2px 0 2px 20px;
    background-image: url(/img/mgr/icon_radio.svg);
    background-repeat: no-repeat;
    background-position: 1px 50%;
}

.modal_box.survery_form_component_editor .dash-info-box2 .edit_form .edit_field .field .interface.radio label input:checked + .option_text {
    background-image: url(/img/mgr/shodan/mgr/icon_radio_on.svg);
}


/* .modal_box.survery_form_component_editor > .interface.check */

.modal_box.survery_form_component_editor .dash-info-box2 .edit_form .edit_field .field .interface.check {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding-top: 5px;
}

.modal_box.survery_form_component_editor .dash-info-box2 .edit_form .edit_field .field .interface.check label {
    cursor: pointer;
    flex: 0 0 auto;
    max-width: 100%;
    margin-right: 10px;
}

.modal_box.survery_form_component_editor .dash-info-box2 .edit_form .edit_field .field .interface.check label input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    border: none;
    border-radius: 0;
    font: inherit;
    outline: none;
    display: none;
}

.modal_box.survery_form_component_editor .dash-info-box2 .edit_form .edit_field .field .interface.check label .option_text {
    padding: 2px 0 2px 20px;
    background-image: url(/img/mgr/shodan/mgr/icon_checkbox.svg);
    background-repeat: no-repeat;
    background-position: 0 50%;
}

.modal_box.survery_form_component_editor .dash-info-box2 .edit_form .edit_field .field .interface.check label input:checked + .option_text {
    background-image: url(/img/mgr/shodan/mgr/icon_checkbox_on.svg);
}


/* .modal_box.survery_form_component_editor > .interface.textarea */

.modal_box.survery_form_component_editor .dash-info-box2 .edit_form .edit_field .field .interface.textarea {
    display: flex;
}

.modal_box.survery_form_component_editor .dash-info-box2 .edit_form .edit_field .field .interface.textarea textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    border: none;
    border-radius: 0;
    font: inherit;
    outline: none;
    resize: vertical;
    box-sizing: border-box;
    padding: 5px 9px;
    border: solid 1px #999;
    border-radius: 3px;
    flex: 1 1 auto;
    min-height: 150px;
}


/* .modal_box.survery_form_component_editor > .interface.file */

.modal_box.survery_form_component_editor .dash-info-box2 .edit_form .edit_field .field .interface.file {
    display: flex;
}

.modal_box.survery_form_component_editor .dash-info-box2 .edit_form .edit_field .field .interface.file input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    border: none;
    border-radius: 0;
    font: inherit;
    outline: none;
    cursor: pointer;
    padding: 3px;
    border: solid 1px #999;
    border-radius: 3px;
    flex: 1 1 auto;
}


/* .modal_box.survery_form_component_editor > .modal_footer */

.modal_box.survery_form_component_editor .dash-info-box2 .modal_footer {
    display: flex;
    justify-content: flex-end;
    padding: 10px 20px;
    background-color: #f0f0f0;
}

.modal_box.survery_form_component_editor .dash-info-box2 .modal_footer .btn {
    width: 110px;
    height: 33px;
    padding: 0 10px;
    margin: 0 5px;
    border-radius: 6px;
    font-size: 1.4rem;
}

.modal_box.survery_form_component_editor .dash-info-box2 .modal_footer .btn:first-child {
    margin-left: 0;
}

.modal_box.survery_form_component_editor .dash-info-box2 .modal_footer .btn:last-child {
    margin-right: 0;
}

.memo_text {
    font-size: 12px; 
    margin: 5px 5px 0 5px;    
}


/* --------------------------------------------------
 * .qr_area
 * -------------------------------------------------- */

.qr_area {
    padding: 20px 20px;
    margin: 20px 20px 0;
    border-radius: 7px;
    background-color: #3c3c3c;
}

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

.qr_area .qr_img img {
    max-width: 120px;
}

.qr_area .message {
    margin-top: 5px;
    text-align: center;
    color: #ccc;
    font-size: 12px;
    font-weight: bold;
}


/*****************************************/
/****** Checkbox ON/OFF Switch ***********/
/*****************************************/
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
  }
  
  .switch input { 
    opacity: 0;
    width: 0;
    height: 0;
  }
  
  .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  .slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  input:checked + .slider {
    background-color: #2196F3;
  }
  
  input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
  }
  
  input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
  }
  
  /* Rounded sliders */
  .slider.round {
    border-radius: 34px;
  }
  
  .slider.round:before {
    border-radius: 50%;
  }


.survery_preview {
    min-width: 1000px;
    width: 100%;
}

.popup_error {
    display: flex;
    justify-content: center;
    background-color: #ffadad;
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 5px;
    border: 1px solid red;
}

input[type=text]:disabled, 
input[type=email]:disabled, 
textarea:disabled {
    background-color: #dddddd !important;
}

div.privacy_policy {
    border: solid 1px #999;
    padding: 5px;
    height: 200px;
    overflow-y: scroll;
}

.after_none:after {
    content: none !important;
}

.confirm_form .interface {
	border-bottom: 1px solid #999;
	padding: 10px;
}
.confirm_form .title::after {
	display: none !important;
}

.survery_main p.label {
    margin: 0 0 8px;
	padding: 0;
}

.survery_select select {
    border: none;
    height: 100%;
    width: 100%;
    background: #F6F6F6 url("/img/mgr/shodan/arrow_select.svg") no-repeat center right 10px;
    position: relative;
}

.survery_select.select {
    padding: 0;
}


/* 2023/10/12 藤本 */

.field_survery,.field_mail {
    display: flex;
    justify-content: left;
    gap: 9px;
}
.field_sub {
    width: 365px;
}
.survery_mail {
    width: 55%;
}
.ic_mail {
    margin-bottom: 2.4px;
}
.layout-grid_row {
    gap: 3px;
}

@media screen and (max-width:767px) {
    .field_survery,.field_mail {
        display: flex;
        justify-content: left;
        flex-direction: column;
        gap: 8px;
    }
    .field_sub {
        width: 100%;
    }
    .survery_mail {
        width: 100%;
    }
    .survery_address_grid  {
        display: flex;
        gap: 8px;
        flex-direction: column;
        margin-bottom: 16px;
    }

}

.survey_header .style_type-01 .header_component {
    display: none;
}

.survey_header .style_type-02 .header_component {
    display: block;
}

.survey_header .style_type-02 .header_component .visual {
    background-color: grey;
}

.survey_header .style_type-03 .header_component {
    display: block;
}

.survey_header .style_type-03 .header_component .visual {
    background-color: #0071BC;
    height: 20px
}

.survey_header .style_type-04 .header_component {
    display: block;
}

.survey_header .style_type-04 .header_component .visual {
    background-color: #f44336;
    height: 20px
}

.survey_header .style_type-05 .header_component {
    display: block;
}

.survey_header .style_type-05 .header_component .visual {
    background-color: #8bc34a;
    height: 20px
}
