@charset "UTF-8";
/*----------------------------------------------------
  base (styling element directly contain reset style)
----------------------------------------------------*/

/* 全体 ==========*/
/* .sectionHeader.-news .sectionHeader__inner {
    width: 1190px;
} */
.sa-form {
    background: #EFF7FF;
    padding: 40px 20px;
}

.sa-form__inner {
    max-width: 800px;
    margin: 0 auto;
    background: #fff;
    padding: 10px 20px 0px 20px;
}

@media screen and (min-width: 768px) {
    .sa-form__inner .box__item .dlForm {
        padding: 10px 0px;
    }
}

.sa-form h3.title.-style01 {
    margin: 10px 0 30px;
    font-size: 2.2rem;
}

.sa-form h4.title.-style03 {
    margin-top: 10px;
    font-size: 2.2rem;
}

@media screen and (max-width: 767px) {
    .sa-form h4.title.-style03 {
        margin-top: 20px;
        font-size: 2rem;
    }
}

.dlForm a:not(.btn__link):not(.interviewList__link)[target="_blank"] {
    padding-right: 21px;
    background: url(https://eltres-iot.jp/assets/img/ic_blank_002.png) no-repeat right 4px center;
    background-size: 12px 10px;
}

.dlForm .smpForm {
    width: 90% !important;
    padding: 0 !important;
}

.c-dlForm .smpForm {
    width: 100% !important;
    padding: 0 !important;
}

@media screen and (max-width: 767px) {
    .dlForm .smpForm {
        font-size: 14px !important;
    }

    .smpForm .ss_grid {
        font-size: 14px !important;
    }
}

.c-dlForm {
    font-family: Helvetica, Arial, sans-serif;
    border: 1px solid #e5e5e5;
    padding: 8% !important;
    margin: 48px 0 !important;
    border-radius: 8px;
    display: block;
    width: 100%;
}

@media screen and (max-width: 767px) {
    .c-dlForm {
        padding: 0 10px;
    }
}

.dlForm form {
    width: 100%;
    margin-top: -5px;
}

.c-dlForm form {
    width: 100%;
    margin-top: 35px;
}

@media only screen and (max-width: 736px) {
    .dlForm form {
        margin-top: 0px;
    }
}

::-webkit-input-placeholder {
    color: #B9B9B9;
}

::-moz-placeholder {
    color: #B9B9B9;
}

:-moz-placeholder {
    color: #B9B9B9;
}

:-ms-input-placeholder {
    color: #B9B9B9;
}

@media only screen and (max-width: 736px) {
    form {
        margin-top: 40px;
    }
}

.dlForm form fieldset {
    background: #FFF !important;
    border: none !important;
    padding: 8px;
    margin: 0;
}

.c-dlForm form fieldset {
    background: #FFF !important;
    border: none !important;
    padding: 10px;
    margin: 0;
}

.dlForm form fieldset:hover {
    background: #FFF !important;
}

@media only screen and (max-width: 736px) {
    form fieldset {
        padding: 8px;
    }
}

/* .dlForm form fieldset:first-child {
  margin-top: 0 !important; 
  padding-top: 0 !important; } */
.dlForm form .ss_grid {
    display: block;
}

/* 入力フォーム ==========*/
.dlForm input[type='text'],
input[type='tel'],
input[type='password'],
input[type='email'],
input[type='number'],
input[type='url'],
textarea {
    border-radius: 4px !important;
    width: 100%;
    min-height: 36px !important;
    background: #FFF;
    border: 1px solid #CCC !important;
    border-radius: 0 !important;
    box-sizing: border-box;
    box-shadow: none !important;
    color: #333 !important;
    font-weight: 500 !important;
    padding: 8px;
    outline: none;
    font-size: 16px;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
}

/*お問い合わせ入力フォーム*/
.c-dlForm .ss_visitor_form input[type='text'],
.c-dlForm .ss_visitor_form input[type='tel'],
.c-dlForm .ss_visitor_form input[type='password'],
.c-dlForm .ss_visitor_form input[type='email'],
.c-dlForm .ss_visitor_form input[type='number'],
.c-dlForm .ss_visitor_form input[type='url'],
.c-dlForm .ss_visitor_form textarea {
    min-height: 50px !important;
    padding: 10px;
}

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

    .c-dlForm .ss_visitor_form input[type='text'],
    .c-dlForm .ss_visitor_form input[type='tel'],
    .c-dlForm .ss_visitor_form input[type='password'],
    .c-dlForm .ss_visitor_form input[type='email'],
    .c-dlForm .ss_visitor_form input[type='number'],
    .c-dlForm .ss_visitor_form input[type='url'],
    .c-dlForm .ss_visitor_form textarea {
        min-height: 36px !important;
        padding: 8px;
        height: 48px;
    }
}

.dlForm input:focus {
    background: #FFF;
    box-shadow: none !important;
    border-color: #656565 !important;
}

/*自動入力時*/
.dlForm input:-webkit-autofill {
    background: #FFF !important;
    box-shadow: 0 0 0 1000px #FFF inset !important;
}

.ss_input {
    position: relative;
    overflow: hidden;
}

.c-dlForm .ss_input {
    position: relative;
    overflow: hidden;
    color: #333;
}

@media screen and (max-width: 768px) {
    .c-dlForm .ss_input {
        font-size: 1.2em;
    }
}

/*氏名,フリガナ*/
#ss_name .ss_form_title,
#ss_name_ka .ss_form_title {
    padding-bottom: 0;
}

#ss_name .ss_grid,
#ss_name_ka .ss_grid {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

#ss_name .ss_grid .ss_input:nth-child(1),
#ss_name_ka .ss_grid .ss_input:nth-child(1) {
    -webkit-flex: 1 1 10%;
    -ms-flex: 1 1 10%;
    flex: 1 1 10%;
    padding-right: 10px;
}

#ss_name .ss_grid .ss_input:nth-child(2),
#ss_name_ka .ss_grid .ss_input:nth-child(2) {
    -webkit-flex: 1 1 10%;
    -ms-flex: 1 1 10%;
    flex: 1 1 10%;
    padding-left: 10px;
}

#ss_name .ss_grid .ss_input .ss_leftComment,
#ss_name_ka .ss_grid .ss_input .ss_leftComment {
    color: #333;
    font-size: 80%;
    text-align: left;
    padding-bottom: 5px;
}

/* ラベル -----*/
.ss_form_title {
    font-weight: bold;
    display: block;
    text-align: left;
    font-size: 14px;
    padding-bottom: 5px;
}

.c-dlForm .ss_form_title,
.ss_enquete_title {
    font-weight: bold;
    display: block;
    text-align: left;
    font-size: 16px;
    color: #515151;
    padding-bottom: 5px;
    font-size: 16px;
    padding-bottom: 5px;
}

@media screen and (max-width: 768px) {
    .c-dlForm .ss_form_title {
        font-size: 16px;
    }
}

/*必須 -----*/
.ss_user_notnull {
    font-size: 0;
}

.ss_user_notnull::before {
    content: "必須";
    color: #FFF;
    font-weight: normal;
    vertical-align: 10%;
    padding: 2px 3px;
    margin-left: 8px;
    float: none !important;
    order: 2;
    background-color: #f34773;
    text-indent: -99999px;
    font-size: 1.4rem;
    padding: 2px 12px !important;
    border-radius: 4px;
    margin-left: 12px;
    margin-top: -2px;
    white-space: nowrap;
}

/* 注釈 -----*/
.ss_bottomComment {
    color: #777;
    font-size: 12px;
    margin-top: 3px;
}

/* error -----*/
.ss_warning_label {
    display: none !important;
}

.ss_error_msg,
.errormsg {
    color: #D91212 !important;
    vertical-align: inherit !important;
    margin-left: 0 !important;
}

.ss_complete_message {
    vertical-align: middle;
    margin-left: 0;
    color: #D91212;
}

.dlForm .ss_error_msg~input,
.dlForm .ss_error_msg~textarea {
    border: 1px solid #D91212 !important;
}

/*チェックボックス -----*/
input[type="checkbox"],
input[type="radio"] {
    background: none;
    border: none;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

input[type="checkbox"]:focus,
input[type="radio"]:focus {
    border: none;
}

input[type="checkbox"] {
    background: #FFF;
    border: 1px solid #CCC !important;
    border-radius: 0 !important;
    vertical-align: -10%;
    -webkit-appearance: none;
    position: relative;
    -webkit-box-sizing: border-box;
    width: 16px;
    height: 16px;
    margin-right: 8px;
}

input[type="checkbox"]:checked {
    background: #2D75C7;
    border: 1px solid #2D75C7 !important;
}

input[type="checkbox"]:checked:before {
    content: "";
    position: absolute;
    left: 2px;
    top: 9px;
    display: block;
    width: 5px;
    height: 2px;
    background: #FFF;
    -webkit-transform: rotate(45deg);
    -webkit-transform-origin: right center;
}

input[type="checkbox"]:checked:after {
    display: block;
    position: absolute;
    left: 6px;
    top: 9px;
    content: "";
    width: 8px;
    height: 2px;
    background: #FFF;
    -webkit-transform: rotate(-53deg);
    -webkit-transform-origin: left center;
}

input[type=checkbox]+input[type=checkbox] {
    margin-left: 16px;
}

/*ラジオボタン -----*/
input[type=radio] {
    border-radius: 50% !important;
    display: inline-block;
    margin-right: 8px;
    opacity: 1;
    transform: scale(1);
    width: 20px;
    height: 20px;
    border: 1px solid #CCC !important;
    vertical-align: sub;
    box-sizing: border-box;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: center;
    -moz-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
}

input[type=radio]:focus {
    border-radius: 50% !important;
}

input[type=radio]:checked {
    border: none !important;
}

input[type=radio]:before,
input[type=radio]:checked:before {
    transform: scale(1);
}

input[type=radio]:checked:before {
    box-sizing: border-box;
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 2px solid #2D75C7 !important;
    background: #fff !important;
}

input[type=radio]:checked:after {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #2D75C7 !important;
    position: absolute;
    top: 4px;
    left: 4px;
}

input[type=radio]:checked+label {
    color: #2D75C7 !important;
}

input[type=radio]+input[type=radio] {
    margin-left: 16px;
}

/*セレクトボタン -----*/
select {
    background: #FFF !important;
    border: 1px solid #707070;
    box-sizing: border-box;
    border-radius: 0 !important;
    color: #333;
    outline: none;
    -webkit-appearance: menulist;
    -moz-appearance: menulist;
    appearance: menulist;
    min-width: 100% !important;
    min-height: 36px !important;
    padding: 8px;
    position: relative;
    cursor: pointer;
}

@media screen and (max-width: 768px) {
    fieldset[id^="ss_VisitorData"] .ss_grid select {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }

    fieldset[id^="ss_VisitorData"] .ss_grid {
        position: relative;
    }

    fieldset[id^="ss_VisitorData"] .ss_grid::before {
        content: "";
        position: absolute;
        right: 14px;
        top: 18px;
        width: 6px;
        height: 6px;
        border-top: 2px solid #333;
        border-left: 2px solid #333;
        transform: translateY(-50%) rotate(-135deg);
        pointer-events: none;
        z-index: 999;
    }

    fieldset[id$="1123"] .ss_grid::before,
    fieldset[id$="208"] .ss_grid::before,
    fieldset[id$="1354"] .ss_grid::before,
    fieldset[id$="1123"] .ss_grid::before {
        content: none;
    }

    select {
        min-height: 40px !important;
    }
}

.c-dlForm select {
    min-width: 100% !important;
    min-height: 50px;
    border: 1px solid #707070;
    box-sizing: border-box;
    padding: 8px;
    outline: none;
    position: relative;
    cursor: pointer;
    height: 48px;
    box-shadow: none;
    border-radius: 4px !important;
    margin-top: 0;
    padding: 8px 12px !important;
    border: 1px solid #CCC !important;
    font-size: 1.6rem;
}

@media screen and (max-width: 768px) {
    .c-dlForm select {
        min-height: 40px !important;
    }
}

.ss_input table tr td {
    display: block;
    margin-top: 4px;
}

/* プライバシーポリシー ==========*/
.ss_enquete_form .ss_grid {
    display: block;
}

.dlForm .ss_enquete_field.ss_required_field {
    text-align: center;
    margin: 30px 10px 20px 10px !important;
    background: #eef5f6 !important;
}

@media only screen and (max-width: 736px) {
    .dlForm .ss_enquete_field.ss_required_field {
        margin: 20px 0 10px !important;
    }
}

.ss_enquete_title {
    margin-bottom: 5px;
}

.dlForm .ss_enquete_field.ss_required_field:last-child .ss_upComment {
    width: 100%;
    text-align: left;
    margin: 1em 0 1em;
}

.dlForm .ss_enquete_field.ss_required_field:last-child .ss_upComment br {
    display: none;
}

/* ボタン ==========*/
.ss_btnArea {
    text-align: center !important;
}

.ss_btnArea input[type='button'] {
    border: none !important;
    line-height: inherit !important;
    transition-property: background-color, color !important;
    transition-duration: .3s !important;
    position: relative !important;
    padding: 17px 0 !important;
    margin-right: auto !important;
    margin-left: auto !important;
    align-items: center;
    justify-content: center;
    display: inline-flex;
    width: 334px;
    height: 72px;
    background: #68c1c3 !important;
    border-radius: 72px !important;
    color: #fff !important;
    font-size: 1.8rem !important;
    font-weight: bold;
    border: 2px solid #68c1c3 !important;
    box-shadow: 0 10px 14px -6px rgba(103, 193, 195, .45);
    text-decoration: none;
    cursor: pointer;
}

.ss_btnArea input[type='button']:hover {
    opacity: 1;
    background-color: #88cdcf !important;
    border-color: #88cdcf !important;
    outline: 1px dotted #212121 !important;
    outline: 5px auto -webkit-focus-ring-color !important;
}


/*同意キャプション*/
.ss_bottomComment .list.-dot {
    margin-top: 20px;
    margin-right: 0.5em;
    text-align: left;
}

/*独立入力フォーム*/
.leftBox {
    width: 100%;
    margin-top: 30px;
}

/*埋め込み入力フォーム(PCのみ)*/
@media screen and (min-width: 984px) {
    .leftBox_Embed {
        margin-top: 15px;
        margin-left: 60px;
    }

    .sa-form__inner {
        max-width: 1190px;
    }
}

/*セミナー入力フォーム*/
.seminar-sa-form__inner {
    max-width: 800px;
    margin: 0 auto;
    background: #fff;
    padding: 20px 35px 35px 35px;
}

@media screen and (max-width: 768px) {
    .seminar-sa-form__inner {
        padding: 10px 20px 20px 20px;
    }
}


/* POP ==========*/
#smpWidgetArea {
    top: 100% !important;
    right: 0% !important;
    transform: translate(0%, -100%) !important;
}

.ss-popup-html-area {
    max-width: 350px !important;
}

.ss-popup-area {
    box-shadow: 0 0 15px rgb(0 0 0 / 30%);
    overflow-y: auto;
    max-height: 90vh;
    min-width: 350px !important;
    animation: fadeIn 1s ease 0s 1 normal;
    border-radius: initial !important;
    z-index: 99999;
}

.ss-popup-html-area .smp-widget-title-text {
    margin-bottom: initial !important;
    background: #5b87b4 !important;
    padding: 10px !important;
    text-align: center !important;
    font-weight: bold !important;
    color: white !important;
    border-radius: 0 !important;
    font-size: 1.6rem !important;
}

.ss-popup-html-area .smp-widget-body-text {
    margin-bottom: 2% !important;
    margin-top: 2% !important;
    width: 100%;
    line-height: 1.2 !important;
}

.ss-popup-html-area .smp-widget-body-text span {
    margin-bottom: initial !important;
    width: 100% !important;
    font-size: 12px !important;
    font-weight: bold !important;
}

.smp-widget-close-button {
    position: absolute;
    top: 2.5% !important;
    right: 0%;
    font-size: 20px;
    font-weight: bold;
    border: initial !important;
    color: #fff !important;
    justify-content: center;
    align-items: center;
    border-radius: initial !important;
    width: 1.5em;
    height: 1.5em;
    cursor: pointer;
    transition: 0.1s;
    text-align: center;
}

.smp-widget-close-button:hover {
    background: #5b87b4 !important;
    border-color: #5b87b4 !important;
    color: #fff;
}

.smp-widget-area img {
    width: 80% !important;
    display: block !important;
    height: auto;
    margin: 10px auto 0 !important;
}

.ss-popup-html-area .smp-widget-button {
    margin-top: initial !important;
    width: initial !important;
    height: initial !important;
    font-size: 1.6rem !important;
    padding: 0 0 5px !important;
    margin: 10px auto !important;
    color: #0A68C2 !important;
    text-align: center !important;
    display: block !important;
    margin: 0 auto !important;
}

.ss-popup-html-area .smp-widget-button:hover {
    text-decoration: underline;
}

@media screen and (max-width: 767px) {
    div#smpWidgetArea {
        width: 80% !important;
    }

    .ss-popup-area {
        min-width: 80% !important;
    }

    .ss-popup-html-area {
        min-width: 80% !important;
    }
}


/* セミナーアンケート項目 ==========*/
.ss_enquete_field.ss_required_field:not(:last-child) {
    text-align: left;
    background: initial !important;
    margin: 0 !important;
}

.ss_enquete_field.ss_required_field .ss_enquete_title:not(:last-child) {
    font-weight: bold;
    display: block;
    font-size: 16px;
}

@media screen and (max-width: 768px) {
    .ss_enquete_field.ss_required_field .ss_enquete_title:not(:last-child) {
        font-size: 16px;
    }
}

.ss_upComment li {
    text-indent: -1.5em;
    margin-left: 1.5em;
}

.ss_upComment li::before {
    content: "";
    width: 4px;
    height: 4px;
    display: inline-block;
    border-radius: 50%;
    background-color: #707070;
    margin: 0 1em 0 0;
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
}

/* フォーム完了メッセージ ==========*/
.ss_complete_message {
    color: #333333;
}

@media screen and (max-width: 768px) {
    .ss_complete_message {
        margin-bottom: 10px;
    }
}


/*埋め込み入力フォーム(PCのみ)*/
@media screen and (max-width: 984px) {
   .ss_btnArea input[type='button'] {
        width: 100% !important;
    }

}
