
* {
    margin: 0;
    padding: 0;
    font-size: 16px;
}

a {
    text-decoration: none;
}

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

.q_label, label, input[type='checkbox'] {
    cursor: pointer;
}

.description {
    margin: 60px 0px;
}

#main_contents {
    width: 100%;
}

#header {
    background-color: #002d72;
    height: 58px;
}

#header > p {
    color: #ffffff;
    font-size: 20px;
    padding: 15px;
}

#counter {
    height: 50px;
    background-color: #E3E0DC;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3) inset;
    color: #A9894A;
    display: flex;
    justify-content: center; /*左右中央揃え*/
    align-items: center;     /*上下中央揃え*/
}

@media screen and (min-width: 768px) {
    #bar_area {
        background-color: #ffffff;
        width: 23%;
        height: 12px;
        border-radius: 6px;
        position: relative;
    }
}

@media screen and (max-width: 768px) {
    #bar_area {
        background-color: #ffffff;
        width: 70%;
        height: 12px;
        border-radius: 6px;
        position: relative;
    }
}

.bar_count {
    background-color: #A9894A;
    height: 12px;
    border-radius: 6px;
    position: absolute;
}

.p1 {width: 20.0%;}
.p2 {width: 40.0%;}
.p3 {width: 60.0%;}
.p4 {width: 80.0%;}
.p5 {width: 100.0%;}

#answer_cnt {
    padding-left: 10px;
    font-size: 18px;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", Meiryo, "lucida grande",tahoma,verdana,arial,sans-serif;
}

#counter > p {
    font-size: 18px;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", Meiryo, "lucida grande",tahoma,verdana,arial,sans-serif;
}

@media screen and (min-width: 768px) {
    .contents {
        margin-top: 60px;
        width: 60%;
        margin-left: 20%;
    /*    margin: 60px 260px 0px 260px; */
    }
}

@media screen and (max-width: 768px) {
    .contents {
        margin-top: 60px;
        width: 90%;
        margin-left: 5%;
    }
}

.beige {
    background-color: #fffaf0;
}

.hidden {
    display: none;
}

.q_no {
    font-size: 24px;
    font-weight: bold;
    color: #002d72;
}

.mail {
    margin-top: 16px;
    padding-left: 50px;
}

.required {
    color: #A9894A;
    font-size: 16px;
    padding-left: 50px;
}

@media screen and (min-width: 768px) {
    .q_answer {
        margin: 20px 50px 50px 50px;
        position: relative;
    }
}

@media screen and (max-width: 768px) {
    .q_answer {
        margin: 20px 0px 50px 0px;
        position: relative;
    }
}

.red {
    color: #A9894A;
    font-weight: bold;
}

.notes {
    margin-left: 50px;
    color: #A9894A;
}


@media screen and (min-width: 768px) {
    .q_label {
        display: block;
        padding: 7px 0px 7px 10px;
        position: relative;
    }
}

@media screen and (max-width: 768px) {
    .q_label {
        display: block;
        padding: 7px 0px 7px 10px;
        position: relative;
        background: -webkit-gradient(linear, left top, left bottom, from(#F3F3F3), to(#E7E7E7));
        box-shadow: 1px 1px 1px #c5c5c5;
        border-radius: 5px;
        margin-bottom: 10px;
    }
}

.radio {
    background-image: url("https://d1o79rcslrm1j.cloudfront.net/10059/images/radio_blue.png");
    width: 20px;
    height: 20px;
    float: left;
    background-position: 0px -1px;
    margin-right: 10px;
}

.checkbox {
    background-image: url("https://d1o79rcslrm1j.cloudfront.net/10059/images/check_blue.png");
    width: 20px;
    height: 20px;
    float: left;
    background-position: 0px -1px;
    margin-right: 10px;
}

.text {
    display: block;
    width: 50px;
    height: 20px;
    margin: 8px 0px;
    border: 1px solid #ccc;
}

#q13 {
    width: 250px;
    margin: 0px;
}

#q25_1, #q25_2, #q25_3 {
    float: left;
    width: 50px;
    height: 20px;
    margin-right: 10px;
    border: 1px solid #ccc;
}

@media screen and (min-width: 768px) {
    .pulldown {
        width: 350px;
        padding: 12px 35px 12px 35px;
        border-radius: 5px;
        cursor: pointer;
    }
}

@media screen and (max-width: 768px) {
    .pulldown {
        width: 90%;
        padding: 12px 5% 12px 5%;
        border-radius: 5px;
        cursor: pointer;
    }
}

.judge {
    width: 16px;
    height: 13px;
    position: absolute;
    top: 3px;
    left: 300px;
}

.judge_age {
    width: 16px;
    height: 13px;
    position: absolute;
    top: 3px;
    left: 300px;
}

.judge_mail {
    width: 16px;
    height: 13px;
    position: absolute;
    top: 3px;
    left: 300px;
}

.judge_text {
    width: 16px;
    height: 13px;
    position: absolute;
    top: 35px;
    left: 300px;
}

.half_num, .email {
    display: block;
    color: #A9894A;
    font-size: 12px;
    margin-top: -1px;
    clear: left;
}

#button_area {
    margin: 75px 0px 25px 0px;
}

.other {
    display: block;
    margin-left: 30px;
    width: 250px;
    height: 20px;
    border: 1px solid #ccc;
}

#next {
    display: block;
    width: 200px;
    margin: auto;
    padding: 15px 10px 13px 10px;
    border-radius: 40px;
    background-color: #002d72;
    color: white;
    text-align:center;
    opacity: 0.7;
    cursor: default;
}

#next[disabled] {
cursor: default;
pointer-events: none;
}

#submit-btn {
    display: block;
    width: 200px;
    margin: auto;
    padding: 15px 10px 13px 10px;
    border-radius: 40px;
    background-color: #002d72;
    color: white;
    text-align:center;
    opacity: 0.7;
    text-decoration:none;
    cursor: pointer;
}

#submit-btn[disabled] {
cursor: default;
pointer-events: none;
}

/* 既存の送信ボタンを非表示に */
.smartcapture-submit-button-wrapper {
    display: none;
pointer-events: none;
}

#footer_area {
    height: 180px;
}
