@charset "utf-8";

@media (max-width:1064px) and (min-width:751px) {
    .tbBr {
        display: block;
    }
}

@media (min-width:1065px) {
    .tbBr {
        display: none;
    }
}

@media (min-width:751px) {
    .spBr, .spImg, .spShow {
        display: none;
    }

    .pcShow {
        display: block;
    }
}

@media (max-width:750px) {
    .headerArea + main {
        margin-top: 48px;
    }

    .pcBr, .pcImg, .pcShow, .tbBr {
        display: none;
    }

    .spShow {
        display: block;
    }
}

body#K3_body #K3_container, body#K3_body fieldset {
    background: #fafafa;
}

.headerArea {
    height: 80px;
    background: #ffffff;
    box-shadow: 2px 2px 8px rgba(0,0,0,0.075);
}

.headerArea .secInner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: inherit;
    padding-top: 0;
    padding-bottom: 0;
}

.secInner {
    margin: 0 auto;
    width: 1000px;
    padding: 120px 32px;
    box-sizing: content-box;
}

.headerArea .headerLogo {
    width: 340px;
    margin: 0;
}

.headerArea .headerLogo.headerDropbotLogo {
    width: 300px;
}

#K3_body #K3_header {
    width: 100%;
    margin: 0;
}

.headerBtn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 160px;
    height: 50px;
    border-radius: 30px;
    text-align: center;
    text-decoration: none;
    font-size: 18px;
}

.docRequestBtn, .docRequestBtn::before, .docRequestBtn::after {
    transition: all 0.3s ease;
}

.docRequestBtn {
    border: 4px solid #fcbb0d;
    background: #fcbb0d;
    color: #ffffff;
}

.docRequestBtn:hover {
    opacity: 1;
    background: #ffffff;
    color: #fcbb0d;
}

#K3_body #K3_footer {
    width: 100%;
    margin: 80px 0 0 !important;
    background-color: transparent;
}

#K3_body #K3_footer_inner {
    padding: 0;
}

#K3_body #K3_footer_inner a {
    text-decoration: underline;
}

#K3_body #K3_footer_inner a:hover, #K3_body #K3_footer_inner button:hover {
    opacity: 0.8;
    color: inherit;
}

.footerArea {
    background: #3b8f60;
    color: #ffffff;
}

.footerArea .secInner {
    padding: 40px 0;
    text-align: center;
}

.footerAreaNav a {
    font-size: 14px;
    color: #ffffff;
}

.footerAreaCopyright {
    margin-top: 16px;
    font-size: 14px;
}


#K3_body #K3_header_inner {
    padding: 0;
}

#K3_body #K3_container {
    overflow: hidden;
    background: #F1F6F8;
    border: none;
}

#K3_body #K3_headline {
    margin: 64px auto 48px auto;
    width: 800px;
}

#K3_body .form-description {
    margin: 0 auto;
    font-size: 16px;
}

#K3_body #form-validation {
    margin: 0 auto;
    width: 800px;
}

#K3_body fieldset {
    display: flex;
    flex-direction: column;
    padding: 40px 80px;
    background:#f1f6f8;
 }

#K3_body .control-group {
    margin: auto 0 40px;
}

#K3_privacy_policy {
    margin-top: -20px;
}

#K3_body .control-label {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    font-size: 16px;
}

#K3_body .label-fit {
    padding: 2px 6px;
    border-radius: 0;
    font-size: 14px;
}

#K3_body .label-danger {
    background: #ff7171;
}

#K3_body .label-warning {
    background: #9da8b0;
}

#K3_body　.control-group:not(.form-group), #K3_control_btn {
    display: flex;
    justify-content: center;
}

#K3_body span.form-error {
    color: #e7514f;
}

#K3_body input.form-error {
    background: #ffe8e8;
}

.k3-customer-registration-form .btn-primary, .cvBtn {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    margin-top: 16px;
    width: 400px;
    height: 80px;
    border: 4px solid #ff773b !important;
    border-radius: 40px;
    background: #ff773b !important;
    color: #ffffff !important;
    font-size: 18px !important;
    font-weight: bold;
    text-decoration: none;
    transition: all 0.3s ease;
}

.k3-customer-registration-form .btn-primary:hover, .cvBtn:hover,
.k3-customer-registration-form .btn-primary:active, .cvBtn:active,
.k3-customer-registration-form　.btn-primary:active:hover, .cvBtn:active:hover,
.k3-customer-registration-form .btn-primary:active:focus, .cvBtn:active:focus,
.k3-customer-registration-form .btn-primary:focus, .cvBtn:focus {
    opacity: 1;
    outline: none;
    border-color: #ff773b !important;
    background: #ffffff !important;
    color: #ff773b !important;
    text-decoration: none;
}

.btn-primary {
    color: #ffffff !important;
    background-color: #ff773b !important;
    border-color: #ff773b !important;
}

#K3_headline ~ h3, div#K3_headline ~ p {
    margin-bottom: 30px;
    text-align: center;
}

#K3_body .privacy_policy {
    text-align: left;
}

#K3_body .jumbotron {
    background: none;
}

.jumbotron.K3_hero h3:nth-of-type(1) {
    margin-top: 48px;
}

.jumbotron.K3_hero h3 {
    font-size: 22px;
    font-weight: 500;
}


.thanksBtnWrap {
    margin: 32px auto 48px;
    max-width: 400px;
}

@media (max-width:750px) {
    .secInner {
        width: auto;
        padding: 40px 16px;
    }

    .headerArea .secInner {
        display: flex;
        justify-content: space-between;
        align-items: center;
        height: inherit;
        padding-top: 0;
        padding-bottom: 0;
    }

    .headerArea {
        height: 48px;
    }

    .headerArea .headerLogo {
        width: 48%;
    }

    .headerArea .headerLogo.headerDropbotLogo {
        width: 33%;
    }

    .headerBtn {
        width: 22%;
        height: auto;
        padding: 5px 0;
        border-radius: 20px;
        font-size: 11px;
    }

    #K3_body #K3_headline, #K3_body #form-validation {
        margin: 32px auto 0;
        width: auto;
    }

    #K3_body fieldset {
        padding: 32px 0;
    }

    #K3_body .controls {
        width: 100%;
    }

    #K3_body .btn-primary {
        width: 100%;
        height: auto;
        padding: 4% 0;
        font-size: 15px !important;
    }

    .k3-customer-registration-form .btn-primary, .cvBtn {
        margin-top: 0;
        max-width: 100%;
    }

    #K3_body #K3_footer {
        margin: 40px 0 0 !important;
    }
}


/*    ------------------------------------------------
form順番入れ替え　※フォームによって項目数が違うためkairos3上で別途書く必要あり
K3_privacy_policy：order:1
#form-validation > fieldset > div.control-group:nth-of-type(n※フォーム項目数により変化)(個人情報同意チェック)：order:2
K3_control_btn：order:3
------------------------------------------------    */
#K3_privacy_policy {
    order: 1;
}
/*
#form-validation > fieldset > div.control-group:nth-of-type(6) {
    display: flex;
    order: 2;
}
*/
#K3_body #K3_control_btn {
    order: 3;
}

/*    ------------------------------------------------
aboutDocument
------------------------------------------------    */
.emphasisTxt {
    font-weight: bold;
}

.secHd {
    position: relative;
    margin-bottom: 64px;
    line-height: 1.4;
    text-align: center;
    font-size: 36px;
    font-weight: bold;
}

.secHd::after {
    content: "";
    position: absolute;
    bottom: -32px;
    left: 50%;
    transform: translateX(-50%);
    width: 200px;
    height: 6px;
    background: #78c85a;
}

.secSubHd {
    margin-bottom: 8px;
    line-height: 1.4;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
}

.aboutDocument {
    display: flex;
    justify-content: space-between;
    margin: 80px auto 40px;
    width: 800px;
}

.documentImage {
    width: 300px;
}

.documentInfo {
    width: 456px;
    padding: 24px;
    background: #dfe7ee;
}

.documentImageThumbs {
    box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.1);
}

.aboutDocumentList {
    margin-top: 24px;
    margin-bottom: 0;
}

.documentInfo .aboutDocumentList:first-child {
    margin-top: 0;
}

.aboutDocumentListHd {
    font-size: 18px;
    font-weight: bold;
    color: #369ddc;
}

.aboutDocumentListTxt {
    margin-top: 8px;
    font-size: 14px;
}

.aboutDocumentListBoxWrap {
    display: flex;
}

.aboutDocumentListBox {
    width: 50%;
    padding: 0;
    list-style: none;
}

.aboutDocumentListBlock::before {
    content: "・"
}

@media (max-width:750px) {
    .secHd {
        font-size: 20px;
    }

    .secSubHd {
        margin-bottom: 24px;
        font-size: 14px;
        font-weight: normal;
    }

    .secHd::after {
        bottom: -16px;
        width: 20vw;
        height: 4px;
    }

    .aboutDocument {
        display: block;
        margin-top: 24px;
        width: auto;
    }

    .documentInfo {
        margin-top: 32px;
        width: auto;
    }

    .documentImage {
        width: 100%;
    }

    .aboutDocumentListBoxWrap {
        display: block;
    }

    .aboutDocumentListBox {
        width: 100%;
    }

    .aboutDocumentListBox:first-child {
        margin-bottom: 0;
    }
}

/*    ------------------------------------------------
離脱防止モーダル
------------------------------------------------    */
.modalDialog {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: auto;
    width: 400px;
    min-height: 100%;
    pointer-events: none;
}

.modalContent {
    pointer-events: all;
}

.modalContent {
    display: flex;
    position: relative;
    flex-direction: column;
    width: 100%;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 0.3rem;
    outline: 0;
    background-color: #ffffff;
    background-clip: padding-box;
    pointer-events: auto;
}

.modalOpen .confirmModal {
    overflow-x: hidden;
    overflow-y: auto;
}

.confirmModal {
    display: none;
    position: fixed;
    overflow: hidden;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    outline: 0;
    background: rgba(0,0,0,0.5);
    z-index: 9999;
}

.confirmModalHeader {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 1%;
    background: #eeeeee;
}

.modalHeader .modalClose {
    width: 100%;
    padding: 1% 3%;
    background: #eeeeee;
    border: none;
    font-size: 2.5rem;
    color: #777777;
    text-align: right;
}

.modalHeader .modalClose span {
    font-size: 32px;
}

.modalBody {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem;
    text-align: center;
}

.modalFooter {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 1rem;
}

.btnModalNo {
    width: 75%;
    height: 40px;
    margin-right: 1%;
    border: none;
    border-radius: 2px;
    background: #fcbb0d !important;
    color: #ffffff !important;
}

.btnModalYes {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 1%;
    width: 25%;
    height: 40px;
    background: #999999 !important;
    border-radius: 2px;
    color: #ffffff !important;
    text-decoration: none !important;
}

.scrollLockModal {
    overflow: hidden;
}

@media (max-width:750px) {
    .modalDialog {
        width: auto;
        margin: auto 15px;
    }
}

/*    ------------------------------------------------
サンクスページ
------------------------------------------------    */
#K3_body .jumbotron {
    padding-bottom: 0;
    margin-bottom: 32px;
    text-align: center;
}

.jumbotron.K3_hero h3 {
    font-size: 22px;
    font-weight: bold;
}

.btnNote {
    margin: 0 auto;
    margin-bottom: 16px;
    max-width: 600px;
    text-align: left;
    font-size: 16px;
    line-height: 1.8;
}

.supportBox {
    margin: 60px auto 0;
    width: 600px;
    padding: 24px;
    background: #eeeeee;
    line-height: 1.6;
    text-align: center;
    font-size: 18px;
}

@media (max-width:750px) {
    .supportBox {
        width: 100%;
    }
}


/*    ------------------------------------------------
.pageTitle ※ホワイトペーパーで利用
------------------------------------------------    */
.pageHdArea {
    margin: -64px calc(50% - 50vw) 0;
    width: 100vw;
    height: 240px;
    background: #2e7ca9;
}
.pageHdArea .secInner {
    display: flex;
    align-items: center;
    justify-content: center;
    height: inherit;
    padding: 0;
    background: url(https://aucfanrobo.com/assets/image/download/download_title_bg.png) no-repeat center center;
    background-size: cover;
    font-size: 32px;
    font-weight: bold;
    color: #ffffff;
    text-align: center;
}

.pageHdArea .pageHd {
    font-size: 32px;
    font-weight: bold;
}

@media (max-width:750px) {
    .pageHdArea {
        margin-top: -32px;
        height: 120px;
    }

    .pageHdArea .secInner {
        background-size: cover;
    }

    .pageHdArea .pageHd {
        font-size: 18px;
    }
}

/*    ------------------------------------------------
.formArea *ホワイトペーパーで利用
------------------------------------------------    */
.form-description .wpHdSub {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
}

.form-description .wpHd {
    margin-top: 8px;
    font-size: 40px;
    font-weight: bold;
    text-align: center;
}

.formBox {
    display: flex;
    justify-content: space-between;
    margin-top: 80px;
}

.form-description .secInner {
    padding: 64px 0 0;
    width: auto;
}

.aboutDocument {
    margin: 0 auto 32px;
    width: auto;
}

.documentInfo {
    width: 336px;
    padding: 24px;
    background: #e9f1f5;
}
.aboutDocumentImg {
    width: 400px;
}

.documentImageThumbs {
    width: 100%;
    box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.1);
}

.aboutDocumentTxt {
    margin: 0 0 0 24px;
    width: 576px;
    line-height: 1.8;
    font-size: 17px;
}

.aboutDocumentList {
    margin-top: 24px;
    margin-bottom: 0;
    padding: 24px;
    background: #dfe7ee;
}

.documentInfo .aboutDocumentList:first-child {
    margin-top: 0;
}

.aboutDocumentListHd {
    font-size: 16px;
    font-weight: bold;
    color: #369ddc;
}

.aboutDocumentListTxt {
    margin-top: 8px;
    font-size: 14px;
}

.aboutDocumentListBoxWrap {
    display: flex;
}

.aboutDocumentListBox {
    width: 50%;
    padding: 0;
    list-style: none;
}

.aboutDocumentListBlock {
    padding-left: 1em;
}

.aboutDocumentListBlock::before {
    content: "・";
    margin-left: -1em;
}

.formExplanatory {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 32px 0 -32px;
}

.formExplanatoryCircle {
    position: relative;
    margin-right: 16px;
    width: 80px;
    background: #369ddc;
    border-radius: 50%;
}

.formExplanatoryCircle::after {
    content: "";
    display: block;
    padding-top: 100%;
}

.formExplanatoryCircle span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    line-height: 1.2;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #ffffff;
    white-space: nowrap;
}

.formExplanatoryTxt {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.2;
    text-align: left;
}

.formTable {
    width: 560px;
}


@media (max-width:750px) {
    .form-description .secInner {
        padding: 32px 0 0;
    }

    .form-description .wpHdSub {
        font-size: 13px;
    }

    .form-description .wpHd {
        margin-top: 16px;
        font-size: 24px;
        line-height: 1.2;
    }

    .formBox {
        display: block;
        margin-top: 24px;
        width: auto;
    }

    .aboutDocument {
        display: block;
        margin-top: 0;
        width: auto;
    }

    .documentInfo {
        margin-top: 32px;
        width: auto;
    }

    .aboutDocumentImg {
        width: 100%;
    }

    .aboutDocumentTxt {
        margin-top: 24px;
        margin-left: 0;
        width: 100%;
        font-size: 16px;
    }

    .aboutDocumentList {
        padding: 24px 16px;
    }

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

    .aboutDocumentListBox {
        width: 48%;
    }

    .aboutDocumentListBox:first-child {
        margin-bottom: 0;
    }

    #f_item_select2_label {
        margin-left: 8px;
        font-size: 14px;
    }

    .formExplanatory {
        margin: 32px 0 -48px;
    }

    .formExplanatoryCircle {
        width: 70px;
    }

    .formExplanatoryCircle span {
        font-size: 16px;
    }

    .formExplanatoryTxt {
        font-size: 16px;
    }
}

/*    ------------------------------------------------
.aboutTrial *2週間無料お試しお申し込みフォームで利用
------------------------------------------------    */
.aboutTrialHd {
    margin-top: 24px;
    margin-bottom: 0;
    padding: 16px;
    background: #369ddc;
    line-height: 1.4;
    font-size: 20px;
    font-weight: bold;
    color: #ffffff;
    text-align: center;
}

.aboutTrialListTxt {
    margin-top: 8px;
    font-size: 14px;
}

.aboutTrialListBoxWrap {
    display: flex;
    width: 100%;
    justify-content: center;
    background: #e5edf0;
}

.aboutTrialListBox {
    list-style: none;
    padding: 16px 0;
}

.aboutTrialListBlock {
    margin-top: 8px;
    padding-left: 1em;
    font-size: 15px;
    text-align: left;
}

.aboutTrialListBlock:first-child {
    margin-top: 0;
}

.aboutTrialListBlock::before {
    content: "・";
    margin-left: -1em;
}

@media (max-width:750px) {
    .aboutTrialListBox:first-child {
        margin-bottom: 0;
    }

    .aboutTrialListBlock {
        font-size: 14px;
    }
}