﻿@charset "UTF-8";
/* ==========================================================
 font
========================================================== */
/* ==========================================================
 color
========================================================== */
/* color theme
---------------------------------------------------------- */
/* clearfix
---------------------------------------------------------- */
/* opacity
---------------------------------------------------------- */
/* width-content
---------------------------------------------------------- */
/* text-underline
---------------------------------------------------------- */
.box-clear {
    clear: both;
}

*:focus {
    outline: none;
}

/* ==========================================================
 step-01 page
========================================================== */
/* header
---------------------------------------------------------- */
.header-enquete-01 {
    display: block;
    width: 100%;
    height: 49px;
    border-bottom: 2px solid #d5d5d5;
}

    .header-enquete-01 .header-in-enquete-01 {
        width: 1024px;
        margin: 0 auto;
        padding: 0 67px;
        text-align: left;
        height: 100%;
    }

/* box-table-center
---------------------------------------------------------- */
.box-table-center-01 {
    display: table;
    width: 100%;
    height: 100%;
}

    .box-table-center-01 > .inner {
        display: table-cell;
        vertical-align: middle;
    }

        .box-table-center-01 > .inner .logo {
            width: 99px;
        }
/* hero-enquete-01
---------------------------------------------------------- */
.hero-enquete-01 {
    position: relative;
    color: #fff;
    width: 1024px;
    margin: 0 auto;
}

    .hero-enquete-01 .hero-enquete-title {
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        right: 0;
    }

        .hero-enquete-01 .hero-enquete-title .title {
            margin: 15px 0 0 44px;
        }

        .hero-enquete-01 .hero-enquete-title > .description {
            font-size: 129%;
            font-weight: 300;
            position: absolute;
            right: 79px;
            top: 49px;
            line-height: 2.25;
        }

/* ttl-enquete-01
---------------------------------------------------------- */
.ttl-enquete-01 {
    font-size: 129%;
    font-weight: bold;
    text-align: center;
}

/* ttl-enquete-02
---------------------------------------------------------- */
.ttl-enquete-02 {
    font-size: 109%;
    text-align: right;
    padding-top: 12px;
}

/* txt-enquete-01
---------------------------------------------------------- */
.txt-enquete-01 {
    font-size: 108%;
    font-weight: normal;
}

/* box-enquete-01
---------------------------------------------------------- */
.box-enquete-01 {
    width: 890px;
    margin: 24px auto 0;
    padding: 30px 0;
    text-align: center;
}

    .box-enquete-01 > .text {
        margin-top: 19px;
        display: inline-block;
    }

    /* box-form-enquete-01
---------------------------------------------------------- */
    .box-form-enquete-01 {
        padding: 47px 77px 80px;
        margin-left: 124px;
        position: relative;
    }

    .box-form-enquete-01 [rel] {
        color: #9e9493;
    }

/* txt-require-01
---------------------------------------------------------- */
.txt-require-01 {
    font-size: 67%;
    color: #fff;
    background-color: #e91616;
    padding: 0 5px;
    font-weight: normal;
    position: relative;
    left: 8px;
    top: 0;
}

/* txt-require-02
---------------------------------------------------------- */
.txt-require-02 {
    color: #fff;
    background-color: #e91616;
    padding: 0 5px;
    font-weight: normal;
    position: relative;
    left: 8px;
    top: 8px;
    padding-top: 4px;
}

    .txt-require-02:before {
        content: '';
        width: 10px;
        height: 10px;
        display: block;
        background: url(/asserts/img/enquete/ico_cmn_arrow_error_01.png) no-repeat;
        position: absolute;
        top: -10px;
        left: 20px;
    }

/* txt-require-03
---------------------------------------------------------- */
.txt-require-03 {
    font-size: 89%;
    color: #fff;
    background-color: #e91616;
    padding: 0 5px;
    font-weight: normal;
    position: relative;
    left: 8px;
    top: 0;
}

_:-ms-fullscreen, :root .txt-require-01 {
    top: -2px;
    padding-bottom: 2px;
}

_:-ms-fullscreen, :root .txt-require-02 {
    top: -2px;
    padding-bottom: 2px;
}

.txt-validation-01 {
    font-size: 93%;
    width: 457px;
    padding: 0 10px;
    display: inline-block;
    color: #fff;
    background-color: #e91616;
    margin-top: 4px;
    position: relative;
}

    .txt-validation-01:before {
        content: '';
        width: 10px;
        height: 10px;
        display: block;
        background: url(/asserts/img/enquete/ico_cmn_arrow_error_01.png) no-repeat;
        position: absolute;
        top: -10px;
        left: 20px;
    }

.txt-validation-02 {
    font-size: 93%;
    width: 427px;
    padding: 0 10px;
    display: inline-block;
    color: #fff;
    background-color: #ff5454;
    margin-top: 8px;
    position: relative;
}

    .txt-validation-02:before {
        content: '';
        width: 10px;
        height: 10px;
        display: block;
        background: url(/asserts/img/enquete/ico_cmn_arrow_error_01.png) no-repeat;
        position: absolute;
        top: -10px;
        left: 20px;
    }

/* input-txt-enquete-01
---------------------------------------------------------- */
.input-txt-enquete-01 {
    width: 100%;
    font-size: 100%;
    padding: 9px 10px;
    border: 1px solid #c7c7c7;
}

.formError {
    width: 100%;
    padding-top: 20px;
    left: 0 !important;
}

    .formError + .input-txt-enquete-01,
    .formError + .input-txt-enquete-02 {
        background-color: #fbe9e7;
    }

    .formError .formErrorArrowBottom {
        position: relative;
    }

        .formError .formErrorArrowBottom div {
            display: none;
        }

    .formError .formErrorContent {
        position: relative;
        min-width: inherit;
        padding: 0 10px;
        border: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        -webkit-border-radius: 0;
        border-radius: 0;
        background-color: #e91616;
        font-size: 93%;
        overflow: visible !important;
    }

        .formError .formErrorContent:before {
            content: '';
            width: 10px;
            height: 10px;
            display: block;
            background: url(/asserts/img/enquete/ico_cmn_arrow_error_01.png) no-repeat;
            position: absolute;
            top: -10px;
            left: 20px;
        }
        
/* input-txt-enquete-02
---------------------------------------------------------- */
.input-txt-enquete-02 {
    width: 100%;
    font-size: 100%;
    padding: 9px 10px;
    border: 1px solid #c7c7c7;
    display: block;
    z-index: 0;
}

.step-01 .SumoSelect .input-txt-enquete-02,
.step-02 .SumoSelect .input-txt-enquete-02 {
    width: 1px;
}

.step-02 .box-form-input-01 .box-inner-01 .box-enquete-input-01 .SumoSelect .input-txt-enquete-02 {
    /* display: none; */
}

/* input-txt-enquete-03
---------------------------------------------------------- */
.input-txt-enquete-03 {
    width: 50%;
    font-size: 100%;
    padding: 9px 10px;
    border: 1px solid #c7c7c7;
    display: block;
    z-index: 0;
}

.step-01 .SumoSelect .input-txt-enquete-03,
.step-02 .SumoSelect .input-txt-enquete-03 {
    width: 1px;
}
/* box-form-row-01
---------------------------------------------------------- */
.box-form-row-01 {
    margin-top: 73px;
    background: transparent;
}

    .box-form-row-01:first-child {
        margin-top: 0;
    }

    .box-form-row-01 .ttl-enquete-01 {
        position: relative;
        margin-bottom: 21px;
    }

/* box-enquete-input-01
---------------------------------------------------------- */
.box-enquete-input-01 {
    position: relative;
    margin-top: 40px;
}

    .box-enquete-input-01:first-child {
        margin-top: 0;
    }

/* box-form-input-01
---------------------------------------------------------- */
.box-form-input-01 {
    width: 457px;
    float: right;
    margin-top: 3px;
}

    .box-form-input-01 .box-inner-01 {
        display: table;
        width: 100%;
    }

        .box-form-input-01 .box-inner-01 > .link {
            color: #005baa;
            padding-bottom: 0;
            line-height: 2;
            display: -webkit-inline-box;
            text-decoration: underline;
        }

        .box-form-input-01 .box-inner-01 > .box-input-radio {
            display: table-cell;
            position: relative;
            vertical-align: middle;
            width: 31px;
        }

        .box-form-input-01 .box-inner-01 > .box-enquete-input-01 {
            display: table-cell;
            padding-left: 17px;
        }

    .box-form-input-01 .extra-text-01 {
        font-size: 93%;
        padding-left: 30px;
        padding-bottom: 6px;
        color: #666666;
    }

/* box-form-title-01
---------------------------------------------------------- */
.box-form-title-01 {
    width: 285px;
    padding-right: 20px;
    float: left;
}

    .box-form-title-01 > .text {
        margin-top: 8px;
    }

/* box-input-radio
---------------------------------------------------------- */
.box-input-radio {
    cursor: pointer;
}

    .box-input-radio .input-radio-enquete-01 {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        top: 10px;
    }

    .box-input-radio .checkmark {
        display: inline-block;
        background: url(/asserts/img/enquete/ico_cmn_radio_off.png) no-repeat;
        background: none\9;
        vertical-align: middle;
        color: #1f2127;
        word-break: break-all;
        width: 14px;
        height: 14px;
    }

    .box-input-radio .checkmark-01 {
        display: inline-block;
        background: url(/asserts/img/enquete/ico_cmn_radio_off.png) no-repeat;
        background: none\9;
        vertical-align: middle;
        color: #1f2127;
        word-break: break-all;
        width: 14px;
        height: 14px;
        margin: 3px 5px 3px 5px;
    }

    .box-input-radio .input-radio-enquete-01:checked + .checkmark {
        background: url(/asserts/img/enquete/ico_cmn_radio_on.png) no-repeat;
    }

    .box-input-radio .input-radio-enquete-01:checked + .checkmark-01 {
        background: url(/asserts/img/enquete/ico_cmn_radio_on.png) no-repeat;
    }

/* box-input-checkbox
---------------------------------------------------------- */
.box-input-checkbox {
    cursor: pointer;
}

    .box-input-checkbox .input-checkbox-enquete-01 {
        position: absolute;
        opacity: 0;
        left: 20px\9;
        cursor: pointer;
    }

    .box-input-checkbox .checkmark {
        display: inline-block;
        background: url(/asserts/img/enquete/ico_cmn_check_off_active.png) no-repeat;
        background: none\9;
        vertical-align: top;
        color: #1f2127;
        word-break: break-all;
        width: 19px;
        height: 19px;
        margin-top: 0px\9;
    }

    .box-input-checkbox .input-checkbox-enquete-01:checked + .checkmark {
        background: url(/asserts/img/enquete/ico_cmn_check_on_active.png) no-repeat;
    }


    .box-input-checkbox .un-checkmark {
        display: inline-block;
        background: url(/asserts/img/enquete/ico_cmn_check_off.png) no-repeat;
        background: none\9;
        vertical-align: top;
        color: #1f2127;
        word-break: break-all;
        width: 19px;
        height: 19px;
        margin-top: 0px\9;
    }

    .box-input-checkbox .input-checkbox-enquete-01:checked + .un-checkmark {
        background: url(/asserts/img/enquete/ico_cmn_check_on.png) no-repeat;
    }

/* box-input-checkbox-02
---------------------------------------------------------- */
.is-checkbox-02 {
    border-top: 1px solid #c7c7c7;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    position: relative;
}

    .is-checkbox-02 .box-input-checkbox-02 {
        cursor: pointer;
        width: 33%;
        display: table;
        float: left;
        text-align: center;
        border-bottom: 1px solid #c7c7c7;
        border-right: 1px solid #c7c7c7;
        -webkit-border-top-right-radius: 2px;
        border-top-right-radius: 2px;
        -webkit-border-bottom-right-radius: 2px;
        border-bottom-right-radius: 2px;
    }

        .is-checkbox-02 .box-input-checkbox-02:first-child {
            border-left: 1px solid #c7c7c7;
            -webkit-border-top-left-radius: 2px;
            border-top-left-radius: 2px;
            -webkit-border-bottom-left-radius: 2px;
            border-bottom-left-radius: 2px;
        }

        .is-checkbox-02 .box-input-checkbox-02 .input-checkbox-enquete-01 {
            display: inline-block;
            position: absolute;
            opacity: 0;
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
            left: 20px\9;
            cursor: pointer;
        }

        .is-checkbox-02 .box-input-checkbox-02 .text {
            display: table-cell;
            background: #fff;
            background: none\9;
            color: #1f2127;
            word-break: break-all;
            width: 100%;
            padding: 8px 10px;
            margin-top: 0px\9;
            vertical-align: middle;
        }

        .is-checkbox-02 .box-input-checkbox-02 .input-checkbox-enquete-01:checked + .text {
            background: #eef5fb;
            color: #005baa;
            font-weight: bold;
        }

        .is-checkbox-02 .box-input-checkbox-02.is-active .text {
            background: #eef5fb;
            color: #005baa;
            font-weight: bold;
        }

        .is-checkbox-02 .box-input-checkbox-02 .formError {
            margin-top: 26px !important;
            margin-top: 20px\9 !important;
        }

/* box-form-step
---------------------------------------------------------- */
.box-form-step {
    width: 127px;
    height: 128px;
    position: absolute;
    left: -58px;
    top: 47px;
}

    .box-form-step.step-01 {
        background: url(/asserts/img/enquete/img_cmn_enquete_step_01.png) no-repeat;
        display: block;
    }

    .box-form-step.step-01-02 {
        background: url(/asserts/img/enquete/img_cmn_enquete_step_01-2.png) no-repeat;
        display: block;
    }

    .box-form-step.step-01-03 {
        background: url(/asserts/img/enquete/img_cmn_enquete_step_01-3.png) no-repeat;
        display: block;
    }

    .box-form-step.step-02 {
        background: url(/asserts/img/enquete/img_cmn_enquete_step_02.png) no-repeat;
        display: block;
        left: -58px;
        top: 13px;
    }

    .box-form-step.step-02-02 {
        background: url(/asserts/img/enquete/img_cmn_enquete_step_02-2.png) no-repeat;
        display: block;
        left: -58px;
        top: 13px;
    }

    .box-form-step.step-02-03 {
        background: url(/asserts/img/enquete/img_cmn_enquete_step_02-3.png) no-repeat;
        display: block;
        left: -58px;
        top: 13px;
    }

    .box-form-step.step-03 {
        background: url(/asserts/img/enquete/img_cmn_enquete_step_03.png) no-repeat;
        display: block;
        left: -83px;
        top: 11px;
    }

    .box-form-step.step-03-03 {
        background: url(/asserts/img/enquete/img_cmn_enquete_step_03-3.png) no-repeat;
        display: block;
        left: -83px;
        top: 11px;
    }

    .box-form-step.step-04 {
        background: url(/asserts/img/enquete/img_cmn_enquete_step_04.png) no-repeat;
        left: -88px;
        top: 49px;
    }

    .box-form-step > .title {
        font-size: 100%;
        color: #005baa;
        font-weight: bold;
        margin-top: 28px;
    }

    .box-form-step .box-txt-step {
        width: 27px;
        height: 27px;
        margin: 10px 0 0 54px;
        display: block;
        background: url(/asserts/img/enquete/ico_line_step_01.png) no-repeat;
        position: relative;
    }

        .box-form-step .box-txt-step .step-no-01 {
            font-size: 215%;
            font-weight: bold;
            color: #005baa;
            position: absolute;
            left: -11px;
            top: -23px;
        }

        .box-form-step .box-txt-step .step-no-02 {
            font-size: 129%;
            font-weight: bold;
            color: #005baa;
            position: absolute;
            right: -1px;
            bottom: -7px;
        }

/* box-form-accept-01
---------------------------------------------------------- */
.box-form-accept-01 {
    background: #f3f3f3;
    border: 1px solid #c7c7c7;
    padding: 15px 25px 15px 0;
    display: table;
    width: 100%;
    font-size: 86%;
    line-height: 1.6;
    margin-top: 163px;
}

    .box-form-accept-01 .box-accept-input-01 {
        width: 62px;
        display: table-cell;
        vertical-align: middle;
        text-align: center;
        position: relative;
    }

    .box-form-accept-01 .box-accept-text-01 {
        width: 642px;
    }

        .box-form-accept-01 .box-accept-text-01 .text {
            line-height: 2.4;
            position: relative;
            top: -3px;
        }

        .box-form-accept-01 .box-accept-text-01 .link {
            color: #005baa;
            padding-bottom: 0;
            line-height: 2;
            display: -webkit-inline-box;
            text-decoration: underline;
        }

            .box-form-accept-01 .box-accept-text-01 .link:hover {
                opacity: 0.8;
                line-height: 2;
            }

/* box-enquete-btn
---------------------------------------------------------- */
.box-enquete-btn {
    margin-top: 80px;
}

.box-enquete-btn .btn-cmn {
    border-color: #005baa;
    color: #005baa;
    background: url(/asserts/common/img/ico_arrow_right_06_cobalt_enquete.png) 92% 49% no-repeat;
    cursor: pointer;
}

.box-enquete-btn .btn-cmn.back {
    border-color: #ccc;
    color: #333;
    background: url(/asserts/common/img/ico_arrow_left_06_enquete.png) 8% 49% no-repeat;
}

/* SumoSelect
---------------------------------------------------------- */
.SumoSelect {
    width: 100%;
    font-size: 100%;
    background: url(/asserts/img/enquete/ico_select_arrow_01.png) 96.5% center no-repeat;
    border: 0;
    color: #333;
}

    .SumoSelect.is-error {
        background-color: #fbe9e7;
    }

    .SumoSelect > .CaptionCont > label {
        width: 100%;
        width: 100%\9;
    }

        .SumoSelect > .CaptionCont > label i {
            display: none;
        }

    .SumoSelect > .CaptionCont {
        background: none;
        border-color: #c7c7c7;
        height: 40px;
    }

        .SumoSelect > .CaptionCont.SelectBox {
            padding: 7px 8px;
            z-index: 100;
        }

    .SumoSelect:focus > .CaptionCont, .SumoSelect:hover > .CaptionCont, .SumoSelect.open > .CaptionCont {
        -webkit-box-shadow: unset;
        box-shadow: unset;
        border-color: #c7c7c7;
    }

    .SumoSelect:focus > .CaptionCont, .SumoSelect:hover > .CaptionCont, .SumoSelect.open > .CaptionCont {
        border-color: #c7c7c7;
    }

    .SumoSelect > .optWrapper > .options li.opt:hover {
        background: #fff;
        -ms-filter: 'alpha( opacity=100)';
        opacity: 1;
    }

        .SumoSelect > .optWrapper > .options li.opt:hover:hover {
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
            filter: alpha(opacity=80);
            opacity: 0.8;
        }

/* ==========================================================
 complete page
========================================================== */
.box-complete {
    padding: 0 20px 3px;
    border: 1px solid #c7c7c7;
}

.box-complete-item {
    margin-bottom: 30px;
    padding-top: 24px;
    border-top: 1px solid #c7c7c7;
}

    .box-complete-item:first-child {
        padding-top: 7px;
        border-top: none;
    }

.box-complete .btn {
    text-align: right;
}

    .box-complete .btn .btn-back {
        display: inline-block;
        background: url(/asserts/common/img/ico_arrow_left_05.png) 9% 49% no-repeat;
        border-color: #cccccc;
    }

    .box-complete .is-trusted-device .btn .btn-back {
        margin-top: 25px;
        margin-right: 50px;
    }

.box-complete.is-scroll-bar {
    height: 500px;
    overflow: hidden scroll; /* overflow-xはhidden、overflow-yがscroll */
    white-space: nowrap /* 自動改行させない */
}

.table-complete {
    width: 100%;
}
    
    .table-complete th,
    .table-complete td {
        padding: 20px 0;
        font-size: 100%;
        line-height: 1.7;
        vertical-align: top;
        word-break: break-word;
    }

    .table-complete th {
        width: 305px;
        padding-left: 10px;
        padding-right: 25px;
        font-weight: bold;
    }

    .table-complete.table-header th,
    .table-complete.table-header td {
        padding: 1rem;
        border-bottom: solid 1px #ddd;
    }

    .table-complete.table-header th {
        position: sticky;
        top: 0;
        background-color: white;
    }

    .table-complete td.is-trusted-device {
        border-bottom: 1px solid #e1e1e1;
    }

    .box-form-accept-01.step-04 {
        margin-top: 76px;
        padding: 14px 27px;
    }

    .box-form-accept-01.step-04 .box-accept-text-01 {
        width: auto;
    }
/* ==========================================================
 history page
========================================================== */
.table-complete-history {
    width: 100%;
}

    .table-complete-history th,
    .table-complete-history td {
        padding: 20px 0;
        font-size: 100%;
        line-height: 1.7;
        vertical-align: top;
        word-break: break-word;
    }

    .table-complete-history th {
        width: 305px;
        padding-left: 10px;
        padding-right: 25px;
        font-weight: bold;
    }

    .table-complete-history.table-header th,
    .table-complete-history.table-header td {
        padding: 1rem;
        border-bottom: solid 1px #ddd;
    }

    .table-complete-history.table-header th {
        position: sticky;
        top: 0;
        background-color: white;
    }

    .table-complete-history td.is-trusted-device {
        border-bottom: 1px solid #e1e1e1;
    }

    .table-complete-history td.is-history-browser {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

/* ==========================================================
 comfirm page
========================================================== */
.box-enquete-confirm {
    padding: 100px 0 50px;
    text-align: center;
}

    .box-enquete-confirm.type-01 {
        padding: 30px 0 68px;
    }

    .box-enquete-confirm .ttl {
        margin-bottom: 24px;
        font-size: 172%;
        font-weight: bold;
        line-height: 1;
        color: #000000;
    }

    .box-enquete-confirm .txt {
        font-size: 108%;
        line-height: 1.6;
    }

    .box-enquete-confirm .btn {
        margin-top: 44px;
    }

.box-enquete-family .title {
    padding: 42px 0;
    background-color: #f3f3f3;
    text-align: center;
}

    .box-enquete-family .title .ttl,
    .box-enquete-family .title .btn {
        display: inline-block;
        padding: 0 22px;
        vertical-align: top;
    }

    .box-enquete-family .title .ttl {
        font-size: 172%;
        line-height: 1.67;
        font-weight: bold;
    }

    .box-enquete-family .title .btn {
        margin: 0 70px 0 0;
    }

        .box-enquete-family .title .btn a {
            background-color: #fff;
        }

.box-enquete-family .img {
    margin: 80px 0;
    text-align: center;
}

.box-enquete-infor-wrap {
    margin-bottom: 200px;
}

    .box-enquete-infor-wrap .box-enquete-infor {
        background-color: #eef5fb;
    }

        .box-enquete-infor-wrap .box-enquete-infor .text {
            padding: 3px 73px;
        }

    .box-enquete-infor-wrap .table-complete {
        width: 815px;
        margin: 7px auto 0;
    }

    .box-enquete-infor-wrap .box-enquete-btn {
        margin-top: 9px;
    }

/* ==========================================================
 step-01 page
========================================================== */
.step-01 .box-form-enquete-01 {
    padding: 54px 77px 98px;
}

    .step-01 .box-form-enquete-01 .box-form-step {
        top: 48px;
        left: -83px;
    }
    .step-01 .box-form-enquete-01 .box-link-right {
        display: flex;
        justify-content: flex-end;
    }
    .step-01 .box-form-enquete-01 .box-link-right > .link {
        color: #005baa;
        padding-bottom: 0;
        line-height: 2;
        display: -webkit-inline-box;
        text-decoration: underline;
    }

.step-01 .box-form-input-01 .box-inner-01 > .box-enquete-input-01 {
    padding-left: 0;
}

.step-01 .box-form-input-01.col-03 .SumoSelect > .CaptionCont {
    width: 114px;
}

.step-01 .box-type-01 .box-form-input-01 .box-inner-01 {
    margin: 0 0 35px;
}

    .step-01 .box-type-01 .box-form-input-01 .box-inner-01:first-of-type {
        margin: 0 0 26px;
    }

    .step-01 .box-type-01 .box-form-input-01 .box-inner-01 > .box-enquete-input-01 {
        padding-left: 0;
        word-break: break-word;
    }

.step-01 .box-type-01 .box-form-input-01 .box-input-radio {
    width: 32px;
    padding-left: 5px;
}

    .step-01 .box-type-01 .box-form-input-01 .box-input-radio .checkmark {
        margin-top: 0;
    }

    .step-01 .box-type-01 .box-form-input-01 .box-input-radio .input-radio-enquete-01 {
        top: 2px\9;
    }

/* ==========================================================
 step-02 page
========================================================== */
.step-02 .box-form-row-01 {
    margin-top: 74px;
}

    .step-02 .box-form-row-01:first-of-type {
        margin-top: 0;
    }

    .step-02 .box-form-row-01 .box-form-title-01 {
        width: 290px;
    }

    .step-02 .box-form-row-01 .box-form-input-01 {
        width: 458px;
    }

        .step-02 .box-form-row-01 .box-form-input-01 p {
            word-break: break-word;
        }

/* delete
.step-02 .box-form-input-01.col-03 .formError {
  margin-top: -18px !important;
  margin-top: 0px\9 !important;
}
 */

.step-02 .ttl-enquete-01 {
    font-size: 172%;
    top: 0;
}

.step-02 .box-enquete-01 > .text {
    margin-top: 10px;
}

.step-02 .box-form-enquete-01 {
    padding: 7px 48px 80px 104px;
    margin-left: 124px;
    position: relative;
}

    .step-02 .box-form-enquete-01 .ttl-enquete-01 {
        font-size: 129%;
    }

.step-02 .box-input-radio .text {
    display: inline-block;
    width: 40px;
}

.step-02 .box-form-input-01 .box-inner-01 {
    margin-top: 35px;
}

    .step-02 .box-form-input-01 .box-inner-01:first-of-type {
        margin-top: 0;
    }

    .step-02 .box-form-input-01 .box-inner-01 > .box-input-radio {
        width: 25px;
    }

        .step-02 .box-form-input-01 .box-inner-01 > .box-input-radio.type-01 {
            width: 41px;
        }

    .step-02 .box-form-input-01 .box-inner-01 .box-enquete-input-01 {
        padding-left: 0;
    }

        .step-02 .box-form-input-01 .box-inner-01 .box-enquete-input-01 .input-txt-enquete-02.type-01 {
            width: 432px;
        }

        .step-02 .box-form-input-01 .box-inner-01 .box-enquete-input-01 .input-txt-enquete-02.input-phone {
            width: 100px;
        }

        .step-02 .box-form-input-01 .box-inner-01 .box-enquete-input-01 .txt-validation-02 {
            width: 417px;
            margin-top: 6px;
        }

            .step-02 .box-form-input-01 .box-inner-01 .box-enquete-input-01 .txt-validation-02.type-01 {
                width: 432px;
            }

    .step-02 .box-form-input-01 .box-inner-01 .txt-validation-02.col-03 {
        width: 100%;
    }

.step-02 .box-form-input-01 .box-link {
    display: table-cell;
}

.step-02 .box-form-input-01.box-phone .box-enquete-input-01 {
    position: relative;
}

.step-02 .box-form-input-01.box-phone .extra-text-03 {
    position: absolute;
    top: 5px;
    right: 130px;
    z-index: 10;
    font-size: 86%;
}

    .step-02 .box-form-input-01.box-phone .extra-text-03.link {
        color: #005baa;
        padding-bottom: 0;
        line-height: 2;
        display: -webkit-inline-box;
        text-decoration: underline;
    }

        .step-02 .box-form-input-01.box-phone .extra-text-03.link:hover {
            opacity: 0.8;
            line-height: 2;
        }

.step-02 .col-03 .SumoSelect > .CaptionCont {
    width: 114px;
    float: left;
}

    .step-02 .col-03 .SumoSelect > .CaptionCont.empty {
        color: rgba(51, 51, 51, 0.5);
    }

.step-02 .box-enquete-btn {
    text-align: center;
    margin-top: 87px;
}

    .step-02 .box-enquete-btn .btn-cmn {
        display: inline-block;
        margin: 0px 13px;
        position: relative;
    }

.box-form-input-01.col-03 .box-inner-01 {
    display: block;
    float: left;
    width: 156px;
    margin-top: 0;
}

    .box-form-input-01.col-03 .box-inner-01:first-of-type {
        margin-left: 0;
    }

    .box-form-input-01.col-03 .box-inner-01.last {
        width: 140px;
    }

    .box-form-input-01.col-03 .box-inner-01 .box-enquete-input-01 {
        padding-left: 0;
    }

    .box-form-input-01.col-03 .box-inner-01 .text-02 {
        padding-left: 12px;
    }

    .box-form-input-01.col-03 .box-inner-01 .input-txt-enquete-02 {
        opacity: 0;
        z-index: -9999;
    }

.box-form-input-01.col-03 .SumoSelect {
    background: url(/asserts/img/enquete/ico_select_arrow_01.png) 85% center no-repeat;
    background-color: #fff;
}

    .box-form-input-01.col-03 .SumoSelect.is-error {
        background-color: #fbe9e7;
    }

/* ==========================================================
 protective page
========================================================== */
.box-protective-01 > .inner {
    width: 1024px;
    margin: 0 auto;
    padding: 30px 73px;
    background: url(/asserts/img/enquete/bg_protective_01.png) no-repeat;
  background-size: cover;
}

.box-protective-01.firstlogin-bg > .inner {
    background: #fff;
}
    .box-protective-01.firstlogin-bg > .inner .box-protective-02 {
            background: #f3f9fc;
            border: 1px solid #c7c7c7;
    }

.box-protective-02 {
    background: url(/asserts/img/enquete/bg_protective_02.png);
    padding: 40px 46px 50px 52px;
}

    .box-protective-02 .inner > .title {
        font-size: 172%;
        font-weight: bold;
    }

    .box-protective-02 .inner > .text {
        font-size: 86%;
        line-height: 1.8;
        margin-top: 16px;
    }

.box-protective-03 {
    background: #fff;
    border: 1px solid #c7c7c7;
    padding: 12px 13px 15px 28px;
    margin-top: 25px;
    height: 223px;
}

    .box-protective-03 .text {
        font-size: 86%;
        line-height: 2.35;
        color: #333;
        padding-right: 0;
    }

    .box-protective-03 .box-input-checkbox .text {
        display: inline-block;
    }

.box-protective-04 {
    display: block;
    border: solid #c7c7c7;
    border-width: 0 1px 1px;
    padding: 14px 35px;
    background: #f3f3f3;
    position: relative;
  margin-bottom: 3em;
}

    .box-protective-04 .formError {
        top: 37px !important;
        width: 457px;
        color: #fff;
        margin-left: 17px;
    }

    .box-protective-04 .text {
        font-size: 86%;
        line-height: 1.8;
        color: #333;
        padding-left: 12px;
    }

    .box-protective-04 .input-checkbox-enquete-01 {
        left: 26px;
    }

.box-protective-05 {
    margin-top: 48px;
}

    .box-protective-05 .btn-cmn {
        background: url(/asserts/common/img/ico_arrow_right_06_cobalt_enquete.png) 92% 49% no-repeat #fff;
    }

input[disabled='disabled']::-ms-value {
    color: #005baa;
}

.content-protective1 .box-form-enquete-01 {
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
}

    .content-protective1 .box-form-enquete-01 .box-form-title-01 {
        width: 290px;
    }

    .content-protective1 .box-form-enquete-01 .box-form-input-01 {
        width: 375px;
    }

    .content-protective1 .box-form-enquete-01 .box-enquete-input-01 {
        position: relative;
        width: 100%;
        background-color: transparent;
    }

        .content-protective1 .box-form-enquete-01 .box-enquete-input-01 .formError {
            top: 25px !important;
            z-index: 1000;
        }

            .content-protective1 .box-form-enquete-01 .box-enquete-input-01 .formError .formErrorContent {
                color: #fff;
            }

        .content-protective1 .box-form-enquete-01 .box-enquete-input-01 .SumoSelect > .CaptionCont.empty {
            color: rgba(51, 51, 51, 0.5);
        }

    .content-protective1 .box-form-enquete-01 .box-inner-01 {
        width: 145px !important;
        margin-right: 10px;
    }

/* mCSB_scrollTools
---------------------------------------------------------- */
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 8px;
    background: #cccccc;
}

    .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar:hover {
        background: #cccccc;
    }

.mCSB_scrollTools .mCSB_draggerRail {
    width: 8px;
    background: transparent;
}

.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background-color: #cccccc;
    filter: "alpha(opacity=100)";
    -ms-filter: "alpha(opacity=100)";
}

.mCSB_inside > .mCSB_container {
    margin-right: 40px;
}

/* ==========================================================
 step-03 page
========================================================== */
.step-03 .ttl-enquete-01 {
    top: 0;
    font-size: 172%;
}

.step-03 .box-enquete-01 > .text {
    margin-top: 5px;
}

.step-03 .box-form-enquete-01 {
    padding: 5px 71px 80px 81px;
    margin-left: 124px;
    position: relative;
}

    .step-03 .box-form-enquete-01 .box-form-row-01 {
        margin-top: 45px;
    }

        .step-03 .box-form-enquete-01 .box-form-row-01:first-child {
            margin-top: 0;
        }

    .step-03 .box-form-enquete-01 .ttl-enquete-01 {
        font-size: 129%;
    }

    .step-03 .box-form-enquete-01 .box-form-title-01 {
        width: 290px;
        padding-right: 25px;
    }

    .step-03 .box-form-enquete-01 .box-form-input-01 {
        width: 458px;
        margin-top: 6px;
    }

.step-03 .box-form-input-01 .box-enquete-input-01.col-3.is-checkbox-02 {
    border-top: none;
}

.step-03 .box-form-input-01 .box-enquete-input-01.col-3 .inner {
    overflow: hidden;
    border: solid #c7c7c7;
    border-width: 1px 0 0 1px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

    .step-03 .box-form-input-01 .box-enquete-input-01.col-3 .inner .box-input-checkbox-02:nth-child(3n) {
        width: 33.34%;
    }

.step-03 .box-form-input-01 .box-enquete-input-01.col-3 .box-input-checkbox-02 {
    width: 33.33%;
    border-left: none;
}

.step-03 .box-form-input-01 .box-enquete-input-01.col-3 .box-input-checkbox-03 {
    cursor: pointer;
    width: 33.33%;
    display: block;
    float: left;
    text-align: center;
    border-bottom: 1px solid #c7c7c7;
    border-right: 1px solid #c7c7c7;
}

    .step-03 .box-form-input-01 .box-enquete-input-01.col-3 .box-input-checkbox-03 .input-checkbox-enquete-01 {
        position: absolute;
        opacity: 0;
        left: 20px\9;
        visibility: hidden\9;
        cursor: pointer;
    }

    .step-03 .box-form-input-01 .box-enquete-input-01.col-3 .box-input-checkbox-03.type-01 {
        width: 66.67%;
    }

    .step-03 .box-form-input-01 .box-enquete-input-01.col-3 .box-input-checkbox-03 .box-check {
        display: table;
        width: 100%;
        height: 100%;
        min-height: 58px;
        padding: 5px 0px 5px 10px;
    }

    .step-03 .box-form-input-01 .box-enquete-input-01.col-3 .box-input-checkbox-03 .check {
        display: table-cell;
        vertical-align: middle;
        width: 22px;
        height: 25px;
        padding-right: 8px;
        background: url(/asserts/img/enquete/ico_checkbox_default_01.png) left center no-repeat;
        text-indent: -99999px;
        overflow: hidden;
        white-space: nowrap;
    }

    .step-03 .box-form-input-01 .box-enquete-input-01.col-3 .box-input-checkbox-03 .icon {
        display: table-cell;
        vertical-align: middle;
        width: 32px;
        height: 25px;
        padding-right: 7px;
        text-align: center;
    }

        .step-03 .box-form-input-01 .box-enquete-input-01.col-3 .box-input-checkbox-03 .icon > span {
            font-size: 143%;
            color: #005baa;
        }

    .step-03 .box-form-input-01 .box-enquete-input-01.col-3 .box-input-checkbox-03 .txt-interested {
        display: table-cell;
        vertical-align: middle;
        font-size: 100%;
        height: 58px;
        text-align: left;
    }

    .step-03 .box-form-input-01 .box-enquete-input-01.col-3 .box-input-checkbox-03.is-active {
        background-color: #eef5fb;
        color: #005baa;
        font-weight: bold;
    }

        .step-03 .box-form-input-01 .box-enquete-input-01.col-3 .box-input-checkbox-03.is-active .check {
            background-image: url(/asserts/img/enquete/ico_checkbox_checked_01.png);
        }

.step-03 .box-form-input-01 .box-enquete-input-01.col-3 .box-input-checkbox-04 {
    cursor: pointer;
    width: 33.33%;
    display: block;
    float: left;
    text-align: center;
    border-bottom: 1px solid #c7c7c7;
    border-right: 1px solid #c7c7c7;
}

    .step-03 .box-form-input-01 .box-enquete-input-01.col-3 .box-input-checkbox-04 .input-checkbox-enquete-01 {
        position: absolute;
        opacity: 0;
        left: 20px\9;
        visibility: hidden\9;
        cursor: pointer;
    }

    .step-03 .box-form-input-01 .box-enquete-input-01.col-3 .box-input-checkbox-04.type-01 {
        width: 66.67%;
    }

    .step-03 .box-form-input-01 .box-enquete-input-01.col-3 .box-input-checkbox-04 .box-check {
        display: table;
        width: 100%;
        height: 100%;
        min-height: 39px;
        padding: 5px 0px 5px 10px;
    }

    .step-03 .box-form-input-01 .box-enquete-input-01.col-3 .box-input-checkbox-04 .check {
        display: table-cell;
        vertical-align: middle;
        width: 22px;
        height: 25px;
        padding-right: 8px;
        background: url(/asserts/img/enquete/ico_checkbox_default_01.png) left center no-repeat;
        text-indent: -99999px;
        overflow: hidden;
        white-space: nowrap;
    }

    .step-03 .box-form-input-01 .box-enquete-input-01.col-3 .box-input-checkbox-04 .icon {
        display: table-cell;
        vertical-align: middle;
        width: 32px;
        height: 25px;
        padding-right: 7px;
        text-align: center;
    }

        .step-03 .box-form-input-01 .box-enquete-input-01.col-3 .box-input-checkbox-04 .icon img {
            display: block;
            max-width: 100%;
            margin: 0 auto;
            line-height: 0;
        }

    .step-03 .box-form-input-01 .box-enquete-input-01.col-3 .box-input-checkbox-04 .txt-interested {
        display: table-cell;
        vertical-align: middle;
        font-size: 100%;
        text-align: left;
    }

    .step-03 .box-form-input-01 .box-enquete-input-01.col-3 .box-input-checkbox-04.is-active {
        background-color: #eef5fb;
        color: #005baa;
        font-weight: bold;
    }

        .step-03 .box-form-input-01 .box-enquete-input-01.col-3 .box-input-checkbox-04.is-active .check {
            background-image: url(/asserts/img/enquete/ico_checkbox_checked_01.png);
        }

.step-03 .box-form-input-01 .box-enquete-input-01.is-error-check-01 .box-input-checkbox-03 .formError {
    margin-top: 223px !important;
    margin-top: 216px\9 !important;
}

.box-input-checkbox-04 .formError {
    margin-top: 26px !important;
    margin-top: 20px\9 !important;
}

.step-03 .box-enquete-btn {
    text-align: center;
    margin-top: 80px;
}

    .step-03 .box-enquete-btn .btn-cmn {
        display: inline-block;
        margin: 0px 13px;
        position: relative;
        left: -61px;
    }

.box-js-show {
    display: none;
}

::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: rgba(51, 51, 51, 0.5);
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: rgba(51, 51, 51, 0.5);
}

:-ms-input-placeholder {
    /* IE 10+ */
    color: rgba(51, 51, 51, 0.5);
}

:-moz-placeholder {
    /* Firefox 18- */
    color: rgba(51, 51, 51, 0.5);
}

.text-email {
    word-break: break-all;
}

.text-email-margin-01 {
    margin-left: 200px
}

.text-phone {
    margin-left: 240px
}


.SumoSelect > .optWrapper > .options li label {
    white-space: normal;
}

.unscroll_check_word {
    color: #EB5E00;
    font-size: 86%;
    line-height: 1.8;
}

.btn-agreement {
    display: block;
    width: 172px;
    height: 40px;
    margin: 0 auto;
    padding: 0 10px;
    background: url(/asserts/common/img/ico_arrow_right_06_cobalt_enquete.png) 92% 49% no-repeat #ffffff;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    border: 1px solid #005baa;
    color: #005baa;
    font-size: 93%;
    text-align: center;
    line-height: 36px;
    -ms-filter: 'alpha( opacity=100)';
    opacity: 1;
}

.btn-agreement:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
    opacity: 0.8;
}

.btn-agreement-back {
    display: block;
    width: 172px;
    height: 40px;
    margin: 0 auto;
    padding: 0 10px;
    background: url(/asserts/common/img/ico_arrow_right_05.png) 92% 49% no-repeat #f3f3f3;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    border: 1px solid #a9a9a9;
    color: #a9a9a9;
    font-size: 93%;
    text-align: center;
    line-height: 36px;
    -ms-filter: 'alpha( opacity=100)';
    opacity: 1;
}


.box-protective-06 {
  background: #fff;
  border: 1px solid #c7c7c7;
  padding: 15px;
  margin-top: 25px
}

.box-protective-07 {
  display: block;
  border: solid #c7c7c7;
  border-width: 0 1px 1px;
  padding: 14px 35px;
  background: #f3f3f3;
  position: relative;
  margin-bottom: 3em;
}

.box-protective-07 .text {
  font-size: 86%;
  line-height: 1.8;
  color: #333;
  padding-left: 12px;
}

/* box-input-checkbox
---------------------------------------------------------- */
.box-input-checkbox-list {
}

.box-input-checkbox-list .input-checkbox-enquete-02 {
  position: absolute;
  opacity: 0;
  left: 20px\9;
}

.box-input-checkbox-list .checkmark {
  display: inline-block;
  background: url(/asserts/img/enquete/ico_cmn_check_off_active.png) no-repeat;
  background: none\9;
  vertical-align: top;
  color: #1f2127;
  word-break: break-all;
  width: 19px;
  height: 19px;
  margin-top: 0px\9;
}

.box-input-checkbox-list .input-checkbox-enquete-02:checked + .checkmark {
  background: url(/asserts/img/enquete/ico_cmn_check_on_active.png) no-repeat;
}


.box-input-checkbox-list .un-checkmark {
  display: inline-block;
  background: url(/asserts/img/enquete/ico_cmn_check_off.png) no-repeat;
  background: none\9;
  vertical-align: top;
  color: #1f2127;
  word-break: break-all;
  width: 19px;
  height: 19px;
  margin-top: 0px\9;
}

.box-input-checkbox-list .input-checkbox-enquete-02:checked + .un-checkmark {
  background: url(/asserts/img/enquete/ico_cmn_check_on.png) no-repeat;
}

ul.note-listA03 {
	margin: 1.167em 0 0 0px;
	padding: 0;
	list-style-type: none;
	font-size: 83.3%;
	color: #808080;
}
ul.note-listA03 li {
	position: relative;
	margin: 0.25em 0 0;
	padding: 0;
	background: none;
	zoom: 1;
}
ul.note-listA03 li span.marker {
	position: absolute;
	top: 0;
	*top: -0.125em;
	right: 100%;
	padding-right: 7px;
	width: 8px;
	text-align: right;
}
li ul.note-listA03 {
	margin: 0.5em 0 0.75em 37px;
}

.box-register {
    margin-bottom: 200px;
}

.box-center {
    display: flex;
    justify-content: center;
}

.table-register {
    margin-left: 100px;
}

    .table-register th,
    .table-register td {
        padding: 20px 0;
        font-size: 100%;
        line-height: 1.7;
        vertical-align: top;
        word-break: break-word;
    }

    .table-register th {
        width: 200px;
        padding-left: 10px;
        padding-right: 25px;
        font-weight: bold;
    }

    .table-register td {
        width: 300px;
    }

.contents-main.step-01 .box-enquete-01,
.contents-main.step-01 .box-form-enquete-01, .contents-main.step-02 .box-enquete-01,
.contents-main.step-02 .box-form-enquete-01 {
    background-color: #f3f9fc;
    border: 1px solid #c7c7c7;
}

.contents-main.step-01 .box-enquete-01, .contents-main.step-02 .box-enquete-01 {
    border-bottom: 0;
    padding: 30px 0 10px;
}

    .contents-main.step-01 .box-enquete-01.box-enquete-complete, .contents-main.step-02 .box-enquete-01.box-enquete-complete {
        padding-bottom: 30px;
        border-bottom: 1px solid #c7c7c7;
    }

.contents-main.step-01 .box-form-enquete-01, .contents-main.step-02 .box-form-enquete-01 {
    width: 890px;
    border-top: 0;
    margin-right: auto;
    margin-bottom: 30px;
    margin-left: auto;
    padding: 10px 57px 34px;
}

.contents-main.step-01 .box-register, .contents-main.step-02 .box-register {
    margin-bottom: 20px;
}

/* box-form-row-01
---------------------------------------------------------- */
.step-01 .box-form-row-01 {
    border-top: 1px dotted #c7c7c7;
    margin-top: 16px;
    padding-top: 16px;
}

    .step-01 .box-form-row-01:first-child {
        border-top: 0;
        margin-top: 0;
        padding-top: 0;
    }

.box-form-row-01::after {
    content: "";
    display: block;
    clear: both;
}

/* box-form-accept-01
---------------------------------------------------------- */
.box-form-enquete-01 .box-form-accept-01 {
    margin-top: 16px;
}

/* box-form-input-01
---------------------------------------------------------- */
.box-form-input-01 .extra-text-01 {
    padding-left: 0;
}

/* box-complete
---------------------------------------------------------- */
.box-complete {
    background-color: #ffffff;
}

.box-complete-item {
    margin-bottom: 0;
    padding-top: 0;
}

/* is-checkbox-02
---------------------------------------------------------- */
.is-checkbox-02 .box-input-checkbox-02 {
    width: 33.33333%;
}

/* btn
---------------------------------------------------------- */
.btn-cmn:hover {
    opacity: 0.6;
}

.btn-cmn-pagetop {
    display: none;
}

.box-complete-item .btn {
    margin-bottom: 16px;
}

.step-02 .box-enquete-btn {
    margin-top: 27px;
}

.step-02 .box-form-input-01 .box-inner-01 .box-enquete-input-01 .input-txt-enquete-02.input-phone {
    width: 100%;
}

.box-phone .box-input-radio {
    text-align: center;
}

/* link
---------------------------------------------------------- */
.link {
    position: relative;
    padding-right: 1.1em;
}

    .link::after {
        position: absolute;
        top: 50%;
        right: 0.1em;
        width: 0.5em;
        height: 0.5em;
        -webkit-transform: translateY(-50%) rotate(45deg);
        -ms-transform: translateY(-50%) rotate(45deg);
        transform: translateY(-50%) rotate(45deg);
        border-right: 2px solid currentColor;
        border-top: 2px solid currentColor;
        content: "";
    }

    .link.extra-text-03 {
        color: #005baa;
    }

.open-modal {
    color: #005baa;
    position: relative;
    padding-right: 1.1em;
    text-decoration: underline;
}

    .open-modal::after {
        position: absolute;
        top: 50%;
        right: 0.1em;
        width: 0.5em;
        height: 0.5em;
        -webkit-transform: translateY(-50%) rotate(45deg);
        -ms-transform: translateY(-50%) rotate(45deg);
        transform: translateY(-50%) rotate(45deg);
        border-right: 2px solid currentColor;
        border-top: 2px solid currentColor;
        content: "";
    }
/* contents-main
---------------------------------------------------------- */
.contents-main.step-01 .box-enquete-01,
.contents-main.step-01 .box-form-enquete-01, .contents-main.step-02 .box-enquete-01,
.contents-main.step-02 .box-form-enquete-01 {
  background-color: #f3f9fc;
  border: 1px solid #c7c7c7;
}
.contents-main.step-01 .box-enquete-01, .contents-main.step-02 .box-enquete-01 {
  border-bottom: 0;
  padding: 30px 0 10px;
}
.contents-main.step-01 .box-enquete-01.box-enquete-complete, .contents-main.step-02 .box-enquete-01.box-enquete-complete {
  padding-bottom: 30px;
  border-bottom: 1px solid #c7c7c7;
}
.contents-main.step-01 .box-form-enquete-01, .contents-main.step-02 .box-form-enquete-01 {
  width: 890px;
  border-top: 0;
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
  padding: 10px 57px 34px;
}
.contents-main.step-01 .box-register, .contents-main.step-02 .box-register {
  margin-bottom: 20px;
}

/* box-form-row-01
---------------------------------------------------------- */
.step-01 .box-form-row-01 {
  border-top: 1px dotted #c7c7c7;
  margin-top: 16px;
  padding-top: 16px;
}
.step-01 .box-form-row-01:first-child {
  border-top: 0;
  margin-top: 0;
  padding-top: 0;
}
.box-form-row-01::after {
  content: "";
  display: block;
  clear: both;
}

/* box-form-accept-01
---------------------------------------------------------- */
.box-form-enquete-01 .box-form-accept-01 {
  margin-top: 16px;
}

/* box-form-input-01
---------------------------------------------------------- */
.box-form-input-01 .extra-text-01 {
  padding-left: 0;
}

/* box-complete
---------------------------------------------------------- */
.box-complete {
  background-color: #ffffff;
}
.box-complete-item {
  margin-bottom: 0;
  padding-top: 0;
}

/* is-checkbox-02
---------------------------------------------------------- */
.is-checkbox-02 .box-input-checkbox-02 {
  width: 33.33333%;
}

/* btn
---------------------------------------------------------- */
.btn-cmn:hover {
  opacity: 0.6;
}
.btn-cmn-pagetop {
  display: none;
}
.box-complete-item .btn {
  margin-bottom: 16px;
}

.step-02 .box-enquete-btn {
  margin-top: 27px;
}

.step-02 .box-form-input-01 .box-inner-01 .box-enquete-input-01 .input-txt-enquete-02.input-phone {
  width: 100%;
}

.box-phone .box-input-radio {
  text-align: center;
}

/* link
---------------------------------------------------------- */
label a {
  padding-top: 5px;
  padding-bottom: 5px;
}

.box-form-input-01 .box-inner-01 > .link {
  padding-bottom: 5px;
}
.box-form-input-01 .box-inner-01 + .box-input-checkbox,
.box-form-input-01 .box-input-checkbox + .box-input-checkbox {
  padding-top: 5px;
  padding-bottom: 5px;
  display: table;
  width: 100%;
}

.input-txt-enquete-03 + .text {
  padding-top: 5px;
  padding-bottom: 5px;
}

.link {
  position: relative;
  padding-right: 1.1em;
}
.link::after {
  position: absolute;
  top: 50%;
  right: 0.1em;
  width: 0.5em;
  height: 0.5em;
  -webkit-transform: translateY(-50%) rotate(45deg);
      -ms-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  border-right: 2px solid currentColor;
  border-top: 2px solid currentColor;
  content: "";
}
.link.extra-text-03 {
  color: #005baa;
}
.input-txt-enquete-02 + .link.extra-text-03 {
  padding-top: 5px;
  padding-bottom: 5px;
  display: inline-block;
}

.box-form-accept-01 .box-accept-text-01 .link {
  padding-top: 0;
}

.open-modal {
  color: #005baa;
  position: relative;
  padding-right: 1.1em;
  text-decoration: underline;
}
.open-modal::after {
  position: absolute;
  top: 50%;
  right: 0.1em;
  width: 0.5em;
  height: 0.5em;
  -webkit-transform: translateY(-50%) rotate(45deg);
      -ms-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  border-right: 2px solid currentColor;
  border-top: 2px solid currentColor;
  content: "";
}

/* footer
---------------------------------------------------------- */
.footer {
  margin-top: 48px;
  border-top: 2px solid #d5d5d5;
}

/* .table-complete.signup-complete
---------------------------------------------------------- */
.table-complete.signup-complete {
    width: auto;
    min-width: 458px;
    margin: 20px auto 0;
}

.table-complete.signup-complete td {
    text-align: left;
}

/* box-protective-02
---------------------------------------------------------- */
.box-protective-01 > .inner .box-protective-02 .box-enquete-01 {
  width: 100%;
}
.box-protective-01 > .inner .box-protective-02 .box-form-enquete-01 {
  padding-top: 0;
  padding-bottom: 0;
}
.box-protective-01 > .inner .box-protective-02 .box-form-row-01 .ttl-enquete-01 {
  margin-bottom: 8px;
}
.box-protective-01 > .inner .box-protective-02 .box-protective-05 {
  margin-top: 24px;
}