.section_survey {
    width: 880px;
    margin: 0 auto 75px;
    padding: 35px 25px;
    background-color: #e9f5f9;
    box-sizing: border-box;
}

.is-answered .survey_inner {
    display: none;
}

h3.survey_heading {
    margin-bottom: 10px;
    font-size: 22px;
    line-height: 1.1em;
    font-weight: bold;
    text-align: center;
}

.survey_copy {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 27px;
    text-align: center;
    text-align: center;
}

.survey_btns {
    width: 270px;
    margin: 0 auto;
    opacity: 1 !important;
    display: flex;
    justify-content: space-between;
}

.survey_btns li {
    width: 50px;
    flex: 0 0 50px;
}

.survey_btns li img {
    width: 100%;
}

.survey_btns a  {
    display: block;
    position: relative;
    cursor: pointer;
}

#SP_bad,
#SP_normal,
#SP_good {
    display: none;
}

.survey_btns a:hover {
    opacity: 1 !important;
}

.survey_btns .fig_on {
    opacity: 0;
}

.survey_btns a:hover .fig_on,
.survey_btns .is-selected .fig_on {
    opacity: 1;
}

.survey_btns .fig_off {
    position: absolute;
    top: 0;
    left: 0;
}

.survey_btns a:hover .fig_off,
.survey_btns .is-selected .fig_off {
    opacity: 0;
}

.survey_bad_form {
    width: 664px;
    margin: 0 auto;
    padding-top: 24px;
    position: relative;
    overflow: hidden;
    display: none;
}
.is-open.survey_bad_form {
    display: block;
}
.survey_bad_inner {
    margin-bottom: 30px;
    padding: 25px 25px 5px;
    background: #fff;
    position: relative;
}
.survey_bad_inner::before {
    content: "";
    border: 12px solid transparent;
    border-top-width: 0;
    border-bottom: 20px solid #fff;
    position: absolute;
    top: -20px;
    left: 210px;
}
#section_survey .survey_bad_heading {
    margin-bottom: 25px;
    padding-bottom: 10px;
    font-size: 16px;
    line-height: 27px;
    font-weight: bold;
    text-align: center;
    border-bottom: 1px solid #d9f5fb;
}

.survey_bad_sub {
    font-size: 11px;
    line-height: 16px;
    position: absolute;
    top: 30px;
    right: 25px;
}
.survey_bad_answers span {
    vertical-align: middle;
}
.survey_bad_icon {
    width: 22px;
    height: 22px;
    display: inline-block;
    margin-right: 15px;
    position: relative;
}
.survey_bad_icon img {
    width: 100%;
}
.survey_bad_answers .fig_on {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
}
.survey_bad_answer a:hover .fig_on,
.survey_bad_answer .is-selected .fig_on {
    opacity: 1;
}
.survey_bad_answer a:hover .fig_off,
.survey_bad_answer .is-selected .fig_off {
    opacity: 0;
}

.survey_bad_answers {
    letter-spacing: -0.04em;
    opacity: 1 !important;
}
.survey_bad_answers > div {
    width: 290px;
    margin-right: 28px;
    letter-spacing: normal;
    display: inline-block;
}
.survey_bad_answers div:nth-child(even) {
    margin-right: 0;
}
.survey_bad_answers p {
    margin-bottom: 20px;
}

#section_survey .survey_bad_answers a {
    font-size: 16px;
    line-height: 22px;
    color: #444;
    text-decoration: none;
    opacity: 1 !important;
    cursor: pointer;
    user-select: none;
}

#section_survey .survey_bad_answers .fig_on,
#section_survey .survey_bad_answers .is-selected .fig_off {
    opacity: 0;
}
#section_survey .survey_bad_answers .is-selected .fig_on {
    opacity: 1;
}

.survey_bad_submit {
    width: 120px;
    margin: 0 auto 30px;
}


#section_survey .survey_bad_submit a {
    padding: 8px 0;
    font-size: 16px;
    font-weight: bold;
    color: #444;
    display: block;
    border: 2px solid #666;
    text-align: center;
    cursor: default;
}

#section_survey .survey_bad_submit a:hover {
    opacity: 1;
}

#section_survey .is-enable a {
    border-color: #0063a3;
    background-color: #0063a3;
    color: #fff;
    cursor: pointer;
}

#section_survey .is-enable a:hover {
    opacity: 0.7;
}

#section_survey a.survey_submit_sp {
    display: none;
}

.survey_answered {
    height: 100px;
    padding-top: 10px;
    display: none;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 16px;
    line-height: 27px;
    box-sizing: border-box;
}

.is-answered .survey_answered {
    display: flex;
}

@media screen and (max-width: 768px) {
    #section_survey + #section_caution {
        margin-top: 0;
    }

    #section_survey {
        margin: 0 15px 50px;
    }

    #section_btm_contents #section_survey {
        margin-right: 0;
        margin-left: 0;
    }

    .section_survey {
        width: auto;
        margin: 0;
        padding: 20px 15px;
    }

    #section_survey .survey_heading {
        margin-bottom: 5px;
        padding: 0;
        font-size: 14px;
        line-height: 22px;
    }

    .survey_copy {
        margin-bottom: 15px;
        font-size: 12px;
        line-height: 16px;
    }

    .survey_btns {
        width: 186px;
    }

    .survey_btns li {
        width: 38px;
        flex: 0 0 38px;
    }

    .survey_btns a {
        cursor: pointer;
    }

    .survey_bad_form {
        width: auto;
    }

    .survey_bad_inner {
        padding: 12px 15px 0;
    }
    .is-open.survey_bad_form {
        padding-top: 16px;
    }
    .survey_bad_inner::before {
        border-width: 10px;
        border-top-width: 0;
        border-bottom-width: 16px;
        top: -16px;
        left: calc((100% - 168px) / 2); /* 186px(icons-width) - 38px(icon-width) + 20px(tri-width) */
    }

    #section_survey .survey_bad_heading {
        margin-bottom: 5px;
        padding-bottom: 5px;
        font-size: 13px;
        border-bottom-width: 2px;
    }

    .survey_bad_sub {
        margin-bottom: 20px;
        font-size: 10px;
        line-height: 14px;
        position: static;
        text-align: center;
    }

    .survey_btns {
        margin-bottom: 2px;
    }

    #PC_bad,
    #PC_normal,
    #PC_good {
        display: none;
    }

    #SP_bad,
    #SP_normal,
    #SP_good {
        display: block;
    }
        

    .survey_bad_answers {
        margin-bottom: 18px;
        overflow: hidden;
    }

    .survey_bad_answers div {
        width: auto;
        margin-right: 0;
        display: block;
    }

    .survey_bad_answers a {
        padding-left: 27px;
        margin-left: -27px;
    }

    .survey_bad_answers  p span {
        width: calc(100% - 27px);
        font-size: 13px;
        line-height: 18px;
        display: inline-block;
        vertical-align: top;
    }

    .survey_bad_answers .survey_bad_icon {
        width: 18px;
        height: 18px;
        margin-right: 9px;
    }
    
    .survey_bad_submit {
        width: 75px;
        height: 36px;
        margin-bottom: 0;
        font-size: 16px;
    }

    #section_survey a.survey_submit_pc {
        display: none;
    }
    #section_survey a.survey_submit_sp {
        display: block;
    }

    .survey_answered {
        height: 75px;
        padding-top: 5px;
        font-size: 12px;
        line-height: 13px;
    }
}