.section_survey {
  /*width: 880px;*/
  margin: 30px auto 0;
  padding: 40px 25px;
  background-color: #fff;
  box-sizing: border-box;
  border: 1px solid #ddd;
  border-radius: 8px;
}
.survey_wrap .section_survey {
  margin: 0 auto 0;
}
.is-answered .survey_inner {
  display: none;
}

h3.survey_heading {
  margin-bottom: 10px;
  font-size: 16px;
  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: 190px;
  margin: 0 auto;
  padding: 0;
  opacity: 1 !important;
  display: flex;
  justify-content: space-between;
  list-style: none;
}

.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;
  transition: opacity 0.4s ease;
}

.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 #ddd;
}

.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;
  transition: opacity 0.4s ease;
}

#section_survey .survey_bad_answers .is-selected .fig_on {
  opacity: 1;
}

.survey_bad_submit {
  /*width: 120px;*/
  margin: 0 auto 30px;
  text-align: center;
}


#section_survey .survey_bad_submit a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 200px;
  min-height: 50px;
  padding: 8px 24px;
  font-size: 14px;
  font-weight: 700;
  color: #8d8d8d;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  background-color: #fff;
  border: none;
  border: 1px solid #ddd;
  border-radius: 50px;
  cursor: auto;
}

#section_survey .survey_bad_submit a:hover {
  /*background-color: #f0f0f0;
  color: #000;*/
}

#section_survey .is-enable a {
  border-color: #000;
  background-color: #000;
  color: #fff;
  cursor: pointer;
  transition: background-color 0.4s ease, color 0.4s ease, border 0.4s ease;
}

#section_survey .is-enable a:hover {
  background-color: #f0f0f0;
  color: #000;
  border: 1px solid #ddd;
}

#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_btm_contents #section_survey {
    margin-right: 0;
    margin-left: 0;
  }

  .section_survey {
    width: auto;
    padding: 25px 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;
    margin-bottom: 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 {
    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 {
    margin-bottom: 0;
  }

  #section_survey a.survey_submit_pc {
    display: none;
  }

  #section_survey a.survey_submit_sp {
    display: inline-flex;
  }

  .survey_answered {
    height: 75px;
    padding-top: 5px;
    font-size: 12px;
    line-height: 13px;
  }
}
