@charset "UTF-8";
/* Scss Document */
/* Scss Document */
@media screen and (max-width: 767px) {
  *[renewal-ui=false] .custom_survey {
    padding-top: 40px;
  }
}
*[renewal-ui=false] .custom_survey .survey_title {
  text-align: left;
}
*[renewal-ui=false] .custom_survey .survey_intro {
  position: relative;
}
*[renewal-ui=false] .custom_survey .survey_intro h2 {
  margin-right: 10px;
}
@media screen and (min-width: 768px) {
  *[renewal-ui=false] .custom_survey .survey_intro h2 {
    display: inline-block;
  }
}
*[renewal-ui=false] .custom_survey .survey_intro .show_lead {
  padding: 2px 10px;
  font-size: 1.4rem;
  color: #5bb49b;
  background: #fff;
  border: 1px solid #5bb49b;
  cursor: pointer;
}
*[renewal-ui=false] .custom_survey .btn_area {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  *[renewal-ui=false] .custom_survey .btn_area li {
    width: 200px;
    margin: 0 10px;
  }
}
@media screen and (max-width: 767px) {
  *[renewal-ui=false] .custom_survey .btn_area li {
    width: 100%;
    max-width: 100%;
    margin-top: 10px;
  }
  *[renewal-ui=false] .custom_survey .btn_area li .button {
    width: 100%;
    max-width: 100%;
  }
}
*[renewal-ui=false] .custom_survey .btn_area li .preview,
*[renewal-ui=false] .custom_survey .btn_area li .back {
  border-color: #5bb49b;
  color: #5bb49b;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  *[renewal-ui=false] .custom_survey .btn_area.-flex {
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
  *[renewal-ui=false] .custom_survey .btn_area.-flex li {
    width: 45%;
  }
}
*[renewal-ui=false] .custom_survey .btn_area.head {
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 767px) {
  *[renewal-ui=false] .custom_survey .btn_area.head {
    display: none !important;
  }
}
*[renewal-ui=false] .custom_survey .btn_area.head li {
  width: auto;
  margin-left: 10px;
}
*[renewal-ui=false] .custom_survey .btn_area.head li.flex-start {
  margin-right: auto;
}
*[renewal-ui=false] .custom_survey .btn_area.head .button {
  width: 150px;
  max-width: 150px;
}
*[renewal-ui=false] .custom_survey .btn_area.head .button.disabled {
  background: #ccc;
  border: #666;
}
@media screen and (max-width: 767px) {
  *[renewal-ui=false] .custom_survey .btn_area.head .button {
    padding: 5px 10px;
  }
}
*[renewal-ui=false] .custom_survey .preview_btn {
  margin-left: 20px;
}
*[renewal-ui=false] .custom_survey .preview_btn input[type=button] {
  color: #5bb49b;
  padding: 9px 10px;
  border: 1px solid #5bb49b;
  background: #fff;
}
*[renewal-ui=false] .custom_survey input[type=text],
*[renewal-ui=false] .custom_survey input[type=date] {
  border: 1px solid #ccc;
}
@media screen and (min-width: 768px) {
  *[renewal-ui=false] .custom_survey input[type=text],
*[renewal-ui=false] .custom_survey input[type=date] {
    width: 100%;
    margin: 0 10px 0 0;
    padding: 5px;
    font-size: 1.4rem;
    box-sizing: border-box;
    border-radius: 5px;
  }
}
@media screen and (max-width: 767px) {
  *[renewal-ui=false] .custom_survey input[type=text],
*[renewal-ui=false] .custom_survey input[type=date] {
    width: 100%;
    margin: 0 0 10px;
    padding: 5px;
    font-size: 1.4rem;
  }
}
*[renewal-ui=false] .custom_survey input[type=checkbox] {
  position: relative;
  width: 16px;
  height: 16px;
  border: none;
}
*[renewal-ui=false] .custom_survey input[type=checkbox]:before {
  transition: all 0.15s ease-in-out;
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  z-index: 1;
  width: 16px;
  height: 16px;
  border: 2px solid #f2f2f2;
  visibility: hidden;
}
*[renewal-ui=false] .custom_survey input[type=checkbox]:after {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  background: #fff;
  border: 1px solid #ccc;
  width: 16px;
  height: 16px;
  border-radius: 3px;
}
*[renewal-ui=false] .custom_survey input[type=checkbox]:checked:before {
  transform: rotate(-45deg);
  height: 1rem;
  border-color: #5bb49b;
  border-top-style: none;
  border-right-style: none;
  visibility: visible;
}
*[renewal-ui=false] .custom_survey input[type=checkbox]:checked:after {
  border: none;
  background: none;
}
*[renewal-ui=false] .custom_survey label {
  cursor: pointer;
}
*[renewal-ui=false] .custom_survey input[type=radio] {
  position: relative;
  width: 16px;
  height: 16px;
  border: none;
}
*[renewal-ui=false] .custom_survey input[type=radio]:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 3px;
  z-index: 1;
  width: 16px;
  height: 16px;
  visibility: hidden;
}
*[renewal-ui=false] .custom_survey input[type=radio]:after {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  background: #fff;
  border: 1px solid #ccc;
  width: 16px;
  height: 16px;
  border-radius: 100%;
}
*[renewal-ui=false] .custom_survey input[type=radio]:checked:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background: #5bb49b;
  border-radius: 100%;
  visibility: visible;
}
*[renewal-ui=false] .custom_survey .select_area {
  position: relative;
  display: inline-block;
  background: #fff;
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  *[renewal-ui=false] .custom_survey .select_area {
    margin: 0 auto 20px;
    text-align: center;
  }
}
*[renewal-ui=false] .custom_survey .select_area::after {
  content: "▼";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto 0;
  font-size: 10px;
  height: 16px;
  color: #333;
  z-index: 10;
  pointer-events: none;
}
*[renewal-ui=false] .custom_survey select {
  position: relative;
  padding: 5px 30px 5px 10px;
  margin: 0 0 0 0;
  border: 1px solid #ccc;
  border-radius: 5px;
  background: none;
  z-index: 11;
}
*[renewal-ui=false] .custom_survey textarea {
  border-color: #ccc;
}
@media screen and (min-width: 768px) {
  *[renewal-ui=false] .custom_survey textarea {
    width: 100%;
    margin: 0 10px 0 0;
    padding: 5px;
    font-size: 1.4rem;
    box-sizing: border-box;
    border-radius: 5px;
  }
}
@media screen and (max-width: 767px) {
  *[renewal-ui=false] .custom_survey textarea {
    width: 100%;
    margin: 0 0 10px;
    font-size: 1.4rem;
  }
}
*[renewal-ui=false] .custom_survey .error {
  margin: 5px auto 0 !important;
  color: #d11010;
}
@media screen and (min-width: 768px) {
  *[renewal-ui=false] .custom_survey .error {
    font-size: 1.4rem !important;
  }
}
@media screen and (max-width: 767px) {
  *[renewal-ui=false] .custom_survey .error {
    font-size: 1.3rem !important;
  }
}
*[renewal-ui=false] .custom_survey .error-text {
  position: relative;
  display: inline-block;
  margin: 5px auto 0 !important;
  padding: 0 0 0 25px !important;
  color: #d11010;
  text-align: left;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  *[renewal-ui=false] .custom_survey .error-text {
    font-size: 1.4rem !important;
  }
}
@media screen and (max-width: 767px) {
  *[renewal-ui=false] .custom_survey .error-text {
    font-size: 1.3rem !important;
  }
}
*[renewal-ui=false] .custom_survey .error-text:before {
  content: "";
  position: absolute;
  display: inline-block;
  top: 2px;
  left: 0;
  width: 18px;
  height: 18px;
  margin: 0 10px 0 0;
  background: url("/icon_alert.63df81ee.png") center center no-repeat;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  *[renewal-ui=false] .custom_survey .error-text:before {
    top: 4px;
  }
}
*[renewal-ui=false] .custom_survey .error-text.center {
  text-align: center;
}
*[renewal-ui=false] .custom_survey .error-text.center::before {
  position: relative;
}
*[renewal-ui=false] .custom_survey .error-text.absolute {
  position: absolute;
  right: 0;
  bottom: -30px;
  width: auto;
  white-space: nowrap;
}
*[renewal-ui=false] .custom_survey .survey_list form {
  margin: 0;
  padding: 0 5px;
}
*[renewal-ui=false] .custom_survey .survey_list .list_action {
  width: 1%;
  white-space: nowrap;
}
*[renewal-ui=false] .custom_survey .survey_list .icon_send {
  width: 20px;
  height: auto;
}
*[renewal-ui=false] .custom_survey .survey_list .icon_result {
  width: 15px;
  height: auto;
}
*[renewal-ui=false] .custom_survey .survey_list .icon_url {
  width: 20px;
  height: auto;
}
*[renewal-ui=false] .custom_survey .survey_list .icon_qr {
  width: 20px;
  height: auto;
}
*[renewal-ui=false] .custom_survey .survey_list .icon_history {
  width: auto;
  height: 16px;
}
*[renewal-ui=false] .custom_survey .survey_list .button.edit_btn {
  margin: 0;
  padding: 5px 10px;
  background: #5bb49b;
  color: #fff;
  border: none;
}
*[renewal-ui=false] .custom_survey .survey_list .button.edit_btn::after {
  display: none;
}
*[renewal-ui=false] .custom_survey .survey_list.-collect {
  text-align: left;
}
@media screen and (min-width: 768px) {
  *[renewal-ui=false] .custom_survey .survey_list.-collect {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  *[renewal-ui=false] .custom_survey .survey_list.-collect dl {
    margin-right: 0;
    margin-left: 0;
  }
}
@media screen and (min-width: 768px) {
  *[renewal-ui=false] .custom_survey .flex_bt .list_search {
    width: 400px;
  }
}
@media screen and (max-width: 767px) {
  *[renewal-ui=false] .custom_survey .flex_bt .list_search {
    width: 100%;
  }
}
*[renewal-ui=false] .custom_survey .flex_bt .button,
*[renewal-ui=false] .custom_survey .flex_bt input[type=submit] {
  position: relative;
  display: block;
  color: #fff;
  width: 100%;
  max-width: 250px;
  margin: 0 0 10px;
  padding: 5px 10px;
  text-align: center;
  text-decoration: none;
  font-size: 1.5rem;
  transition: all 0.5s ease;
  background: #5bb49b url("/btn_arrow.0b850927.svg") right 15px center no-repeat;
  border: none;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  *[renewal-ui=false] .custom_survey .flex_bt .button,
*[renewal-ui=false] .custom_survey .flex_bt input[type=submit] {
    width: 80%;
    font-size: 1.6rem;
    line-height: 30px;
    height: 5rem;
    margin: 0 auto 0;
  }
  *[renewal-ui=false] .custom_survey .flex_bt .button.btn_add,
*[renewal-ui=false] .custom_survey .flex_bt input[type=submit].btn_add {
    margin: 20px auto;
  }
}
*[renewal-ui=false] .custom_survey .flex_bt .button:hover,
*[renewal-ui=false] .custom_survey .flex_bt input[type=submit]:hover {
  background: #7ec4b0 url("/btn_arrow.0b850927.svg") right 15px center no-repeat;
  color: #fff;
}
*[renewal-ui=false] .custom_survey .flag {
  display: none;
  position: absolute;
  left: 0;
  top: -30px;
  padding: 5px 20px;
  color: #333;
  background: #fff;
  border: 2px solid #5bb49b;
}
@media screen and (max-width: 767px) {
  *[renewal-ui=false] .custom_survey .flag {
    width: 100%;
    top: 0;
    position: relative;
    box-sizing: border-box;
    text-align: center;
    left: 0;
    font-size: 1.4rem;
  }
}
*[renewal-ui=false] .custom_survey .flag::before {
  content: "";
  position: absolute;
  left: -2px;
  top: -2px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 0;
  border-color: #fff rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}
*[renewal-ui=false] .custom_survey .flag::after {
  content: "";
  position: absolute;
  right: -2px;
  bottom: -2px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 10px 10px;
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #fff rgba(0, 0, 0, 0);
}
@media screen and (min-width: 768px) {
  *[renewal-ui=false] .custom_survey .content_head.-analysis {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  *[renewal-ui=false] .custom_survey .content_head.-analysis .data_info .flex {
    flex-wrap: wrap;
  }
}
*[renewal-ui=false] .custom_survey .content_head.-analysis .data_info .question_select {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 20px;
}
@media screen and (max-width: 767px) {
  *[renewal-ui=false] .custom_survey .content_head.-analysis .data_info .question_select {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  *[renewal-ui=false] .custom_survey .content_head.-analysis .data_info .question_select span {
    display: block;
    width: 100%;
    text-align: left;
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 768px) {
  *[renewal-ui=false] .custom_survey .content_head.-analysis .data_info .question_select .select_area {
    margin-left: 5px;
  }
}
@media screen and (max-width: 767px) {
  *[renewal-ui=false] .custom_survey .content_head.-analysis .data_info .question_select .select_area {
    width: 100%;
  }
  *[renewal-ui=false] .custom_survey .content_head.-analysis .data_info .question_select .select_area select {
    width: 100%;
  }
}
*[renewal-ui=false] .custom_survey .content_head.-analysis .data_info .question_select input[type=date] {
  border: 1px solid #ccc;
}
@media screen and (min-width: 768px) {
  *[renewal-ui=false] .custom_survey .content_head.-analysis .data_info .question_select input[type=date] {
    width: auto;
    margin: 0 10px;
    padding: 5px;
    font-size: 1.4rem;
    box-sizing: border-box;
    border-radius: 5px;
  }
}
@media screen and (max-width: 767px) {
  *[renewal-ui=false] .custom_survey .content_head.-analysis .data_info .question_select input[type=date] {
    width: 45%;
    margin: 0 0 10px;
    padding: 5px;
    font-size: 1.4rem;
  }
}
*[renewal-ui=false] .custom_survey .edit_area {
  margin: 30px 0 0;
  padding: 0;
}
@media screen and (min-width: 768px) {
  *[renewal-ui=false] .custom_survey .edit_area {
    margin: 30px 0 0 !important;
  }
}
*[renewal-ui=false] .custom_survey .edit_area li {
  position: relative;
  max-width: 600px;
  margin: 0 auto 20px;
  padding: 20px;
  box-sizing: border-box;
  border-radius: 10px;
  background: #fff;
  border: 1px solid #ccc;
  opacity: 0.7;
}
*[renewal-ui=false] .custom_survey .edit_area li.selected {
  background: #ccf0dd;
  border: 1px solid #ccf0dd;
  opacity: 1;
}
*[renewal-ui=false] .custom_survey .edit_area li h3 {
  font-size: 1.6rem;
  margin: 0 0 20px;
  padding: 0 0 10px;
  border-bottom: 1px solid #333;
}
*[renewal-ui=false] .custom_survey .edit_area li .select_area {
  width: 100%;
}
*[renewal-ui=false] .custom_survey .edit_area li .template {
  margin-bottom: 10px;
}
*[renewal-ui=false] .custom_survey .edit_area li .template_category {
  margin-bottom: 10px;
}
*[renewal-ui=false] .custom_survey .edit_area li .template_category .select_area {
  width: 49%;
}
@media screen and (max-width: 767px) {
  *[renewal-ui=false] .custom_survey .edit_area.emp li.add_table {
    margin-bottom: 50px;
  }
}
*[renewal-ui=false] .custom_survey .modal_action_btn_area {
  position: relative;
  margin-top: 40px !important;
}
*[renewal-ui=false] .custom_survey .modal_action_btn_area .button.create {
  display: block;
  color: #fff;
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
  padding: 10px;
  text-align: center;
  text-decoration: none;
  font-size: 1.5rem;
  transition: all 0.5s ease;
  background: #5bb49b;
  border: 1px solid #5bb49b;
}
*[renewal-ui=false] .custom_survey .modal_action_btn_area .button.create:hover {
  color: #fff;
  background: #7ec4b0;
}
*[renewal-ui=false] .custom_survey .modal_action_btn_area .button.create::after {
  content: ">";
  position: relative;
  margin: 0 0 0 10px;
  display: inline-block;
}
*[renewal-ui=false] .custom_survey .modal_action_btn_area .button.create.mt10 {
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  *[renewal-ui=false] .custom_survey .create_survey_select {
    max-height: 670px;
  }
}
@media screen and (min-width: 768px) {
  *[renewal-ui=false] .custom_survey .create_survey_delete {
    max-height: 400px;
  }
}
@media screen and (max-width: 767px) {
  *[renewal-ui=false] .custom_survey .create_survey_delete {
    max-height: 55vh;
  }
}
*[renewal-ui=false] .custom_survey .resign {
  margin-top: 30px;
  text-align: center;
}
*[renewal-ui=false] .custom_survey .resign h4 {
  text-align: center;
}
*[renewal-ui=false] .custom_survey .resign .cancel {
  margin-top: 40px !important;
  color: #5bb49b !important;
  border: 1px solid #5bb49b !important;
  background: #fff url("/btn_arrow_prev.6637afef.svg") left 15px center no-repeat !important;
}
*[renewal-ui=false] .custom_survey .resign .cancel:hover {
  color: #fff !important;
  background: #5bb49b url("/btn_arrow_prev.6637afef.svg") left 15px center no-repeat !important;
}
*[renewal-ui=false] .custom_survey .resign .button,
*[renewal-ui=false] .custom_survey .resign input[type=submit] {
  position: relative;
  display: block;
  color: #fff;
  width: 100%;
  max-width: 300px;
  margin: 0 auto 0;
  padding: 10px;
  text-align: center;
  text-decoration: none;
  font-size: 1.6rem;
  transition: all 0.5s ease;
  background: #5bb49b url("/btn_arrow.0b850927.svg") right 15px center no-repeat;
  border: none;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  *[renewal-ui=false] .custom_survey .resign .button,
*[renewal-ui=false] .custom_survey .resign input[type=submit] {
    width: 80%;
    font-size: 1.6rem;
    line-height: 30px;
    height: 5rem;
    margin: 0 auto 0;
  }
}
*[renewal-ui=false] .custom_survey .resign .button:hover,
*[renewal-ui=false] .custom_survey .resign input[type=submit]:hover {
  background: #7ec4b0 url("/btn_arrow.0b850927.svg") right 15px center no-repeat;
  color: #fff;
}
*[renewal-ui=false] .custom_survey .resign input[type=submit] {
  margin-top: 0;
  background-color: #d11010;
}
*[renewal-ui=false] .custom_survey .resign input[type=submit]:hover {
  background-color: #d11010;
}
*[renewal-ui=false] .custom_survey .complete {
  margin-top: 30px;
  text-align: center;
}
*[renewal-ui=false] .custom_survey .complete h4 {
  text-align: center;
}
*[renewal-ui=false] .custom_survey .complete .cancel {
  margin-top: 40px !important;
  color: #5bb49b !important;
  border: 1px solid #5bb49b !important;
  background: #fff url("/btn_arrow_prev.6637afef.svg") left 15px center no-repeat !important;
}
*[renewal-ui=false] .custom_survey .complete .cancel:hover {
  color: #fff !important;
  background: #5bb49b url("/btn_arrow_prev.6637afef.svg") left 15px center no-repeat !important;
}
*[renewal-ui=false] .custom_survey .complete .button,
*[renewal-ui=false] .custom_survey .complete input[type=submit] {
  position: relative;
  display: block;
  color: #fff;
  width: 100%;
  max-width: 300px;
  margin: 0 auto 0;
  padding: 10px;
  text-align: center;
  text-decoration: none;
  font-size: 1.6rem;
  transition: all 0.5s ease;
  background: #5bb49b url("/btn_arrow.0b850927.svg") right 15px center no-repeat;
  border: none;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  *[renewal-ui=false] .custom_survey .complete .button,
*[renewal-ui=false] .custom_survey .complete input[type=submit] {
    width: 80%;
    font-size: 1.6rem;
    line-height: 30px;
    height: 5rem;
    margin: 0 auto 0;
  }
}
*[renewal-ui=false] .custom_survey .complete .button:hover,
*[renewal-ui=false] .custom_survey .complete input[type=submit]:hover {
  background: #7ec4b0 url("/btn_arrow.0b850927.svg") right 15px center no-repeat;
  color: #fff;
}
*[renewal-ui=false] .custom_survey .complete input[type=submit] {
  margin-top: 0;
  background-color: #5bb49b;
}
*[renewal-ui=false] .custom_survey .complete input[type=submit]:hover {
  background-color: #5bb49b;
}
@media screen and (min-width: 768px) {
  *[renewal-ui=false] .custom_survey .tab.inner {
    margin-right: 30px;
  }
}
@media screen and (max-width: 767px) {
  *[renewal-ui=false] .custom_survey .tab.inner li {
    width: 32%;
  }
}
@media screen and (min-width: 768px) {
  *[renewal-ui=false] .custom_survey .tab.inner.plus_survey_nav {
    margin-top: 10px;
    margin-right: 0;
    top: 59px;
  }
}
@media screen and (max-width: 767px) {
  *[renewal-ui=false] .custom_survey .tab.inner.plus_survey_nav li {
    width: 49%;
  }
}
*[renewal-ui=false] .custom_survey .tab.inner.plus_survey_nav .setting {
  margin-left: auto;
  padding-left: 20px;
  background: #fff url("/icon_setting_s.ac6e9aae.png") left center/18px auto no-repeat;
  border-color: #fff;
}
@media screen and (max-width: 767px) {
  *[renewal-ui=false] .custom_survey .tab.inner.plus_survey_nav .setting {
    background: #fff url("/icon_setting_s.ac6e9aae.png") left 10px center/18px auto no-repeat;
  }
}
@media screen and (min-width: 768px) {
  *[renewal-ui=false] .custom_survey .tab.inner.-mr30 {
    margin-right: 30px;
  }
}
*[renewal-ui=false] .custom_survey .custom_survey_title {
  position: relative;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  *[renewal-ui=false] .custom_survey .custom_survey_title {
    margin: -15px 30px 0 0;
  }
}
@media screen and (max-width: 767px) {
  *[renewal-ui=false] .custom_survey .custom_survey_title {
    margin: 30px 5% 30px;
  }
}
*[renewal-ui=false] .custom_survey .custom_survey_title h2 {
  position: relative;
  margin: 0 0 20px;
  padding: 0 0 20px;
  font-size: 2rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  *[renewal-ui=false] .custom_survey .custom_survey_title h2 {
    padding: 0 180px 0;
  }
}
@media screen and (max-width: 767px) {
  *[renewal-ui=false] .custom_survey .custom_survey_title h2 {
    margin: 0;
    padding: 0;
    font-size: 1.8rem;
  }
}
*[renewal-ui=false] .custom_survey .custom_survey_title h2 span {
  position: relative;
}
*[renewal-ui=false] .custom_survey .custom_survey_title h2 span::before {
  content: "";
  position: absolute;
  left: -40px;
  top: 20px;
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url("/icon_edit.faff9a7a.png") center center/auto 100% no-repeat;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  *[renewal-ui=false] .custom_survey .custom_survey_title h2 span::before {
    left: -20px;
  }
}
@media screen and (max-width: 767px) {
  *[renewal-ui=false] .custom_survey .custom_survey_title h2 span::before {
    left: -30px;
  }
}
*[renewal-ui=false] .custom_survey .custom_survey_title h2 span::before {
  top: 3px;
}
@media screen and (min-width: 768px) {
  *[renewal-ui=false] .custom_survey .custom_survey_title .return {
    position: absolute;
    left: 0;
    top: 3px;
  }
}
@media screen and (max-width: 767px) {
  *[renewal-ui=false] .custom_survey .custom_survey_title .return {
    margin: 10px 0 0;
    text-align: center;
  }
}
*[renewal-ui=false] .custom_survey .custom_survey_title .btn_area .button,
*[renewal-ui=false] .custom_survey .custom_survey_title .btn_area input[type=submit] {
  position: absolute;
  top: -10px;
  right: 0;
  display: block;
  color: #fff;
  width: 100%;
  max-width: 150px;
  margin: 0 0 10px;
  padding: 10px 10px;
  text-align: center;
  text-decoration: none;
  font-size: 1.5rem;
  transition: all 0.5s ease;
  background: #5bb49b url("/btn_arrow.0b850927.svg") right 15px center no-repeat;
  border: none;
  cursor: pointer;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  *[renewal-ui=false] .custom_survey .custom_survey_title .btn_area .button,
*[renewal-ui=false] .custom_survey .custom_survey_title .btn_area input[type=submit] {
    width: 100%;
    max-width: none;
    font-size: 1.6rem;
    line-height: 30px;
    height: 5rem;
    margin: 0 auto 0;
  }
  *[renewal-ui=false] .custom_survey .custom_survey_title .btn_area .button.btn_collect_select,
*[renewal-ui=false] .custom_survey .custom_survey_title .btn_area input[type=submit].btn_collect_select {
    margin-bottom: 20px;
  }
}
*[renewal-ui=false] .custom_survey .custom_survey_title .btn_area .button:hover,
*[renewal-ui=false] .custom_survey .custom_survey_title .btn_area input[type=submit]:hover {
  background: #7ec4b0 url("/btn_arrow.0b850927.svg") right 15px center no-repeat;
  color: #fff;
}
*[renewal-ui=false] .custom_survey .custom_survey_title .btn_area .button.back,
*[renewal-ui=false] .custom_survey .custom_survey_title .btn_area .button.preview,
*[renewal-ui=false] .custom_survey .custom_survey_title .btn_area input[type=submit].back,
*[renewal-ui=false] .custom_survey .custom_survey_title .btn_area input[type=submit].preview {
  margin-right: 0;
  border: 1px solid #5bb49b;
  color: #5bb49b;
  background: #fff;
}
@media screen and (max-width: 767px) {
  *[renewal-ui=false] .custom_survey .custom_survey_title .btn_area .button.back,
*[renewal-ui=false] .custom_survey .custom_survey_title .btn_area .button.preview,
*[renewal-ui=false] .custom_survey .custom_survey_title .btn_area input[type=submit].back,
*[renewal-ui=false] .custom_survey .custom_survey_title .btn_area input[type=submit].preview {
    margin-right: auto;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  *[renewal-ui=false] .custom_survey .custom_survey_title.-collect .button {
    position: relative;
    max-width: 250px;
    padding: 5px 10px;
    top: 0;
    line-height: 130%;
    height: auto;
    margin-top: 10px;
  }
}
@media screen and (min-width: 768px) {
  *[renewal-ui=false] .custom_survey .custom_survey_title.-analysis {
    position: -webkit-sticky;
    position: sticky;
    top: 59px;
    background: #fff;
    z-index: 500;
  }
}
*[renewal-ui=false] .custom_survey .explain.analyze {
  position: relative;
  margin: 20px 0 0;
}
@media screen and (min-width: 768px) {
  *[renewal-ui=false] .custom_survey .explain.analyze {
    text-align: right;
  }
}
@media screen and (max-width: 767px) {
  *[renewal-ui=false] .custom_survey .explain.analyze {
    text-align: left;
  }
}
*[renewal-ui=false] .custom_survey .explain.analyze li:nth-of-type(1):before,
*[renewal-ui=false] .custom_survey .explain.analyze li:nth-of-type(31):before,
*[renewal-ui=false] .custom_survey .explain.analyze li:nth-of-type(61):before,
*[renewal-ui=false] .custom_survey .explain.analyze li:nth-of-type(91):before {
  color: #5AB797;
}
*[renewal-ui=false] .custom_survey .explain.analyze li:nth-of-type(2):before,
*[renewal-ui=false] .custom_survey .explain.analyze li:nth-of-type(32):before,
*[renewal-ui=false] .custom_survey .explain.analyze li:nth-of-type(62):before,
*[renewal-ui=false] .custom_survey .explain.analyze li:nth-of-type(92):before {
  color: #D6D130;
}
*[renewal-ui=false] .custom_survey .explain.analyze li:nth-of-type(3):before,
*[renewal-ui=false] .custom_survey .explain.analyze li:nth-of-type(33):before,
*[renewal-ui=false] .custom_survey .explain.analyze li:nth-of-type(63):before,
*[renewal-ui=false] .custom_survey .explain.analyze li:nth-of-type(93):before {
  color: #7055B1;
}
*[renewal-ui=false] .custom_survey .explain.analyze li:nth-of-type(4):before,
*[renewal-ui=false] .custom_survey .explain.analyze li:nth-of-type(34):before,
*[renewal-ui=false] .custom_survey .explain.analyze li:nth-of-type(64):before,
*[renewal-ui=false] .custom_survey .explain.analyze li:nth-of-type(94):before {
  color: #59C4D1;
}
*[renewal-ui=false] .custom_survey .explain.analyze li:nth-of-type(5):before,
*[renewal-ui=false] .custom_survey .explain.analyze li:nth-of-type(35):before,
*[renewal-ui=false] .custom_survey .explain.analyze li:nth-of-type(65):before,
*[renewal-ui=false] .custom_survey .explain.analyze li:nth-of-type(95):before {
  color: #89CF66;
}
*[renewal-ui=false] .custom_survey .explain.analyze li:nth-of-type(6):before,
*[renewal-ui=false] .custom_survey .explain.analyze li:nth-of-type(36):before,
*[renewal-ui=false] .custom_survey .explain.analyze li:nth-of-type(66):before,
*[renewal-ui=false] .custom_survey .explain.analyze li:nth-of-type(96):before {
  color: #5E70C5;
}
*[renewal-ui=false] .custom_survey .explain.analyze li:nth-of-type(7):before,
*[renewal-ui=false] .custom_survey .explain.analyze li:nth-of-type(37):before,
*[renewal-ui=false] .custom_survey .explain.analyze li:nth-of-type(67):before,
*[renewal-ui=false] .custom_survey .explain.analyze li:nth-of-type(97):before {
  color: #E5659D;
}
*[renewal-ui=false] .custom_survey .explain.analyze li:nth-of-type(8):before,
*[renewal-ui=false] .custom_survey .explain.analyze li:nth-of-type(38):before,
*[renewal-ui=false] .custom_survey .explain.analyze li:nth-of-type(68):before,
*[renewal-ui=false] .custom_survey .explain.analyze li:nth-of-type(98):before {
  color: #E29653;
}
*[renewal-ui=false] .custom_survey .explain.analyze li:nth-of-type(9):before,
*[renewal-ui=false] .custom_survey .explain.analyze li:nth-of-type(39):before,
*[renewal-ui=false] .custom_survey .explain.analyze li:nth-of-type(69):before,
*[renewal-ui=false] .custom_survey .explain.analyze li:nth-of-type(99):before {
  color: #9B9B9B;
}
*[renewal-ui=false] .custom_survey .explain.analyze li:nth-of-type(10):before,
*[renewal-ui=false] .custom_survey .explain.analyze li:nth-of-type(40):before,
*[renewal-ui=false] .custom_survey .explain.analyze li:nth-of-type(70):before,
*[renewal-ui=false] .custom_survey .explain.analyze li:nth-of-type(100):before {
  color: #E36969;
}
*[renewal-ui=false] .custom_survey .explain.analyze li:nth-of-type(11):before,
*[renewal-ui=false] .custom_survey .explain.analyze li:nth-of-type(41):before,
*[renewal-ui=false] .custom_survey .explain.analyze li:nth-of-type(71):before {
  color: #7FE8C4;
}
*[renewal-ui=false] .custom_survey .explain.analyze li:nth-of-type(12):before,
*[renewal-ui=false] .custom_survey .explain.analyze li:nth-of-type(42):before,
*[renewal-ui=false] .custom_survey .explain.analyze li:nth-of-type(72):before {
  color: #FFFC8D;
}
*[renewal-ui=false] .custom_survey .explain.analyze li:nth-of-type(13):before,
*[renewal-ui=false] .custom_survey .explain.analyze li:nth-of-type(43):before,
*[renewal-ui=false] .custom_survey .explain.analyze li:nth-of-type(73):before {
  color: #B698FF;
}
*[renewal-ui=false] .custom_survey .explain.analyze li:nth-of-type(14):before,
*[renewal-ui=false] .custom_survey .explain.analyze li:nth-of-type(44):before,
*[renewal-ui=false] .custom_survey .explain.analyze li:nth-of-type(74):before {
  color: #84F2FF;
}
*[renewal-ui=false] .custom_survey .explain.analyze li:nth-of-type(15):before,
*[renewal-ui=false] .custom_survey .explain.analyze li:nth-of-type(45):before,
*[renewal-ui=false] .custom_survey .explain.analyze li:nth-of-type(75):before {
  color: #B5FF8F;
}
*[renewal-ui=false] .custom_survey .explain.analyze li:nth-of-type(16):before,
*[renewal-ui=false] .custom_survey .explain.analyze li:nth-of-type(46):before,
*[renewal-ui=false] .custom_survey .explain.analyze li:nth-of-type(76):before {
  color: #899DFE;
}
*[renewal-ui=false] .custom_survey .explain.analyze li:nth-of-type(17):before,
*[renewal-ui=false] .custom_survey .explain.analyze li:nth-of-type(47):before,
*[renewal-ui=false] .custom_survey .explain.analyze li:nth-of-type(77):before {
  color: #FF9EC8;
}
*[renewal-ui=false] .custom_survey .explain.analyze li:nth-of-type(18):before,
*[renewal-ui=false] .custom_survey .explain.analyze li:nth-of-type(48):before,
*[renewal-ui=false] .custom_survey .explain.analyze li:nth-of-type(78):before {
  color: #FFD2AA;
}
*[renewal-ui=false] .custom_survey .explain.analyze li:nth-of-type(19):before,
*[renewal-ui=false] .custom_survey .explain.analyze li:nth-of-type(49):before,
*[renewal-ui=false] .custom_survey .explain.analyze li:nth-of-type(79):before {
  color: #EEEEEE;
}
*[renewal-ui=false] .custom_survey .explain.analyze li:nth-of-type(20):before,
*[renewal-ui=false] .custom_survey .explain.analyze li:nth-of-type(50):before,
*[renewal-ui=false] .custom_survey .explain.analyze li:nth-of-type(80):before {
  color: #FFBBBB;
}
*[renewal-ui=false] .custom_survey .explain.analyze li:nth-of-type(21):before,
*[renewal-ui=false] .custom_survey .explain.analyze li:nth-of-type(51):before,
*[renewal-ui=false] .custom_survey .explain.analyze li:nth-of-type(81):before {
  color: #1F644C;
}
*[renewal-ui=false] .custom_survey .explain.analyze li:nth-of-type(22):before,
*[renewal-ui=false] .custom_survey .explain.analyze li:nth-of-type(52):before,
*[renewal-ui=false] .custom_survey .explain.analyze li:nth-of-type(82):before {
  color: #858326;
}
*[renewal-ui=false] .custom_survey .explain.analyze li:nth-of-type(23):before,
*[renewal-ui=false] .custom_survey .explain.analyze li:nth-of-type(53):before,
*[renewal-ui=false] .custom_survey .explain.analyze li:nth-of-type(83):before {
  color: #4C217D;
}
*[renewal-ui=false] .custom_survey .explain.analyze li:nth-of-type(24):before,
*[renewal-ui=false] .custom_survey .explain.analyze li:nth-of-type(54):before,
*[renewal-ui=false] .custom_survey .explain.analyze li:nth-of-type(84):before {
  color: #1C646D;
}
*[renewal-ui=false] .custom_survey .explain.analyze li:nth-of-type(25):before,
*[renewal-ui=false] .custom_survey .explain.analyze li:nth-of-type(55):before,
*[renewal-ui=false] .custom_survey .explain.analyze li:nth-of-type(85):before {
  color: #397B17;
}
*[renewal-ui=false] .custom_survey .explain.analyze li:nth-of-type(26):before,
*[renewal-ui=false] .custom_survey .explain.analyze li:nth-of-type(56):before,
*[renewal-ui=false] .custom_survey .explain.analyze li:nth-of-type(86):before {
  color: #293882;
}
*[renewal-ui=false] .custom_survey .explain.analyze li:nth-of-type(27):before,
*[renewal-ui=false] .custom_survey .explain.analyze li:nth-of-type(57):before,
*[renewal-ui=false] .custom_survey .explain.analyze li:nth-of-type(87):before {
  color: #801A46;
}
*[renewal-ui=false] .custom_survey .explain.analyze li:nth-of-type(28):before,
*[renewal-ui=false] .custom_survey .explain.analyze li:nth-of-type(58):before,
*[renewal-ui=false] .custom_survey .explain.analyze li:nth-of-type(88):before {
  color: #82430B;
}
*[renewal-ui=false] .custom_survey .explain.analyze li:nth-of-type(29):before,
*[renewal-ui=false] .custom_survey .explain.analyze li:nth-of-type(59):before,
*[renewal-ui=false] .custom_survey .explain.analyze li:nth-of-type(89):before {
  color: #262626;
}
*[renewal-ui=false] .custom_survey .explain.analyze li:nth-of-type(30):before,
*[renewal-ui=false] .custom_survey .explain.analyze li:nth-of-type(60):before,
*[renewal-ui=false] .custom_survey .explain.analyze li:nth-of-type(90):before {
  color: #671313;
}
*[renewal-ui=false] .custom_survey .explain.ranking_select {
  position: relative;
  margin: 20px 0 10px !important;
}
@media screen and (min-width: 768px) {
  *[renewal-ui=false] .custom_survey .explain.ranking_select {
    text-align: right;
  }
}
@media screen and (max-width: 767px) {
  *[renewal-ui=false] .custom_survey .explain.ranking_select {
    text-align: left;
  }
}
*[renewal-ui=false] .custom_survey .explain.ranking_select li::before {
  display: none;
  margin-left: 20px !important;
}
*[renewal-ui=false] .custom_survey .explain.ranking_select label {
  margin-left: 0 !important;
}
*[renewal-ui=false] .custom_survey .explain.ranking_select label::before {
  content: "●";
  margin-right: 5px;
}
*[renewal-ui=false] .custom_survey .explain.ranking_select li:nth-of-type(1) label::before {
  color: #5AB797;
}
*[renewal-ui=false] .custom_survey .explain.ranking_select li:nth-of-type(2) label::before {
  color: #D6D130;
}
*[renewal-ui=false] .custom_survey .explain.ranking_select li:nth-of-type(3) label::before {
  color: #7055B1;
}
*[renewal-ui=false] .custom_survey .explain.ranking_select li:nth-of-type(4) label::before {
  color: #59C4D1;
}
*[renewal-ui=false] .custom_survey .explain.ranking_select li:nth-of-type(5) label::before {
  color: #89CF66;
}
*[renewal-ui=false] .custom_survey .explain.ranking_select li:nth-of-type(6) label::before {
  color: #5E70C5;
}
*[renewal-ui=false] .custom_survey .explain.ranking_select li:nth-of-type(7) label::before {
  color: #E5659D;
}
*[renewal-ui=false] .custom_survey .explain.ranking_select li:nth-of-type(8) label::before {
  color: #E29653;
}
*[renewal-ui=false] .custom_survey .explain.ranking_select li:nth-of-type(9) label::before {
  color: #9B9B9B;
}
*[renewal-ui=false] .custom_survey .explain.ranking_select li:nth-of-type(10) label::before {
  color: #E36969;
}
*[renewal-ui=false] .custom_survey .create_area,
*[renewal-ui=false] .custom_survey .quesitonnaire_area {
  margin: 40px 30px 0 0;
  padding: 30px 30px;
}
@media screen and (max-width: 767px) {
  *[renewal-ui=false] .custom_survey .create_area,
*[renewal-ui=false] .custom_survey .quesitonnaire_area {
    margin: 40px 5% 0;
    padding: 20px;
  }
  *[renewal-ui=false] .custom_survey .create_area.box,
*[renewal-ui=false] .custom_survey .quesitonnaire_area.box {
    padding: 0;
    box-shadow: none;
  }
}
@media screen and (min-width: 768px) {
  *[renewal-ui=false] .custom_survey .create_area .edit_area_box,
*[renewal-ui=false] .custom_survey .quesitonnaire_area .edit_area_box {
    margin: 30px 50px;
  }
}
@media screen and (max-width: 767px) {
  *[renewal-ui=false] .custom_survey .create_area .edit_area_box,
*[renewal-ui=false] .custom_survey .quesitonnaire_area .edit_area_box {
    margin: 30px 0;
    padding: 0 5%;
  }
}
*[renewal-ui=false] .custom_survey .create_area .edit_area_box.-hide,
*[renewal-ui=false] .custom_survey .quesitonnaire_area .edit_area_box.-hide {
  opacity: 0.3;
}
*[renewal-ui=false] .custom_survey .create_area .edit,
*[renewal-ui=false] .custom_survey .quesitonnaire_area .edit {
  margin: 40px 0;
}
@media screen and (min-width: 768px) {
  *[renewal-ui=false] .custom_survey .create_area .edit,
*[renewal-ui=false] .custom_survey .quesitonnaire_area .edit {
    padding: 20px;
  }
}
@media screen and (max-width: 767px) {
  *[renewal-ui=false] .custom_survey .create_area .edit,
*[renewal-ui=false] .custom_survey .quesitonnaire_area .edit {
    padding: 20px 0 20px 20px;
  }
}
*[renewal-ui=false] .custom_survey .create_area .edit::before,
*[renewal-ui=false] .custom_survey .quesitonnaire_area .edit::before {
  content: "";
  position: absolute;
  left: -40px;
  top: 20px;
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url("/icon_edit.faff9a7a.png") center center/auto 100% no-repeat;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  *[renewal-ui=false] .custom_survey .create_area .edit::before,
*[renewal-ui=false] .custom_survey .quesitonnaire_area .edit::before {
    left: -20px;
  }
}
@media screen and (min-width: 768px) {
  *[renewal-ui=false] .custom_survey .create_area .edit:hover,
*[renewal-ui=false] .custom_survey .create_area .edit.hover,
*[renewal-ui=false] .custom_survey .quesitonnaire_area .edit:hover,
*[renewal-ui=false] .custom_survey .quesitonnaire_area .edit.hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  }
}
*[renewal-ui=false] .custom_survey .create_area .edit .flag,
*[renewal-ui=false] .custom_survey .quesitonnaire_area .edit .flag {
  left: 20px !important;
}
@media screen and (max-width: 767px) {
  *[renewal-ui=false] .custom_survey .create_area .edit .flag,
*[renewal-ui=false] .custom_survey .quesitonnaire_area .edit .flag {
    width: 88% !important;
  }
}
*[renewal-ui=false] .custom_survey .create_area .edit .edit_icon,
*[renewal-ui=false] .custom_survey .quesitonnaire_area .edit .edit_icon {
  position: absolute;
  left: -40px;
  top: 20px;
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url("/icon_edit.faff9a7a.png") center center/auto 100% no-repeat;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  *[renewal-ui=false] .custom_survey .create_area .edit .edit_icon,
*[renewal-ui=false] .custom_survey .quesitonnaire_area .edit .edit_icon {
    left: -20px;
  }
}
*[renewal-ui=false] .custom_survey .create_area .edit .edit_icon,
*[renewal-ui=false] .custom_survey .quesitonnaire_area .edit .edit_icon {
  z-index: 100;
}
*[renewal-ui=false] .custom_survey .create_area h1.title_text,
*[renewal-ui=false] .custom_survey .quesitonnaire_area h1.title_text {
  position: relative;
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  *[renewal-ui=false] .custom_survey .create_area h1.title_text,
*[renewal-ui=false] .custom_survey .quesitonnaire_area h1.title_text {
    font-size: 2rem;
    text-align: left;
  }
}
*[renewal-ui=false] .custom_survey .create_area h1.title_text.edit,
*[renewal-ui=false] .custom_survey .quesitonnaire_area h1.title_text.edit {
  margin: 0;
}
*[renewal-ui=false] .custom_survey .create_area .lead,
*[renewal-ui=false] .custom_survey .create_area .read,
*[renewal-ui=false] .custom_survey .quesitonnaire_area .lead,
*[renewal-ui=false] .custom_survey .quesitonnaire_area .read {
  position: relative;
  margin: 30px 0 0;
}
*[renewal-ui=false] .custom_survey .create_area .lead.edit,
*[renewal-ui=false] .custom_survey .create_area .read.edit,
*[renewal-ui=false] .custom_survey .quesitonnaire_area .lead.edit,
*[renewal-ui=false] .custom_survey .quesitonnaire_area .read.edit {
  margin: 0 0 0;
}
*[renewal-ui=false] .custom_survey .create_area .lead .prewrap,
*[renewal-ui=false] .custom_survey .create_area .read .prewrap,
*[renewal-ui=false] .custom_survey .quesitonnaire_area .lead .prewrap,
*[renewal-ui=false] .custom_survey .quesitonnaire_area .read .prewrap {
  font-size: 1.6rem;
  text-align: left;
}
@media screen and (max-width: 767px) {
  *[renewal-ui=false] .custom_survey .create_area .lead .prewrap,
*[renewal-ui=false] .custom_survey .create_area .read .prewrap,
*[renewal-ui=false] .custom_survey .quesitonnaire_area .lead .prewrap,
*[renewal-ui=false] .custom_survey .quesitonnaire_area .read .prewrap {
    font-size: 1.4rem;
  }
}
*[renewal-ui=false] .custom_survey .create_area .lead .from,
*[renewal-ui=false] .custom_survey .create_area .read .from,
*[renewal-ui=false] .custom_survey .quesitonnaire_area .lead .from,
*[renewal-ui=false] .custom_survey .quesitonnaire_area .read .from {
  margin: 0;
  text-align: right;
}
@media screen and (max-width: 767px) {
  *[renewal-ui=false] .custom_survey .create_area .lead .from,
*[renewal-ui=false] .custom_survey .create_area .read .from,
*[renewal-ui=false] .custom_survey .quesitonnaire_area .lead .from,
*[renewal-ui=false] .custom_survey .quesitonnaire_area .read .from {
    font-size: 1.4rem;
  }
}
*[renewal-ui=false] .custom_survey .create_area .main_read,
*[renewal-ui=false] .custom_survey .quesitonnaire_area .main_read {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  *[renewal-ui=false] .custom_survey .create_area .main_read,
*[renewal-ui=false] .custom_survey .quesitonnaire_area .main_read {
    margin-top: 60px;
  }
}
*[renewal-ui=false] .custom_survey .create_area .explain_text,
*[renewal-ui=false] .custom_survey .quesitonnaire_area .explain_text {
  position: relative;
  margin-top: 40px;
  text-align: left;
}
*[renewal-ui=false] .custom_survey .create_area .explain_text.edit,
*[renewal-ui=false] .custom_survey .quesitonnaire_area .explain_text.edit {
  margin-top: 0;
}
*[renewal-ui=false] .custom_survey .create_area .explain_text h3,
*[renewal-ui=false] .custom_survey .quesitonnaire_area .explain_text h3 {
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 1.8rem;
}
*[renewal-ui=false] .custom_survey .create_area .explain_text p,
*[renewal-ui=false] .custom_survey .quesitonnaire_area .explain_text p {
  margin: 0;
  text-align: left;
}
*[renewal-ui=false] .custom_survey .create_area .question,
*[renewal-ui=false] .custom_survey .quesitonnaire_area .question {
  margin-top: 40px;
  position: relative;
  text-align: left;
}
@media screen and (max-width: 767px) {
  *[renewal-ui=false] .custom_survey .create_area .question,
*[renewal-ui=false] .custom_survey .quesitonnaire_area .question {
    margin: 20px 0 0;
    padding: 0 5%;
  }
}
*[renewal-ui=false] .custom_survey .create_area .question.show-title,
*[renewal-ui=false] .custom_survey .quesitonnaire_area .question.show-title {
  margin-top: 40px !important;
  padding-top: 30px;
}
@media screen and (min-width: 768px) {
  *[renewal-ui=false] .custom_survey .create_area .question.show-title,
*[renewal-ui=false] .custom_survey .quesitonnaire_area .question.show-title {
    margin-top: 100px !important;
  }
}
*[renewal-ui=false] .custom_survey .create_area .question.show-title .flag,
*[renewal-ui=false] .custom_survey .quesitonnaire_area .question.show-title .flag {
  display: inline-block;
}
*[renewal-ui=false] .custom_survey .create_area .question.show-title.edit::before,
*[renewal-ui=false] .custom_survey .quesitonnaire_area .question.show-title.edit::before {
  top: -20px;
}
*[renewal-ui=false] .custom_survey .create_area .question.show-title .edit_icon,
*[renewal-ui=false] .custom_survey .quesitonnaire_area .question.show-title .edit_icon {
  top: -20px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  *[renewal-ui=false] .custom_survey .create_area .question dl,
*[renewal-ui=false] .custom_survey .quesitonnaire_area .question dl {
    width: 100%;
  }
}
*[renewal-ui=false] .custom_survey .create_area .question .content_hide,
*[renewal-ui=false] .custom_survey .quesitonnaire_area .question .content_hide {
  position: absolute;
  left: 170px;
  top: -30px;
  padding: 6px 10px 3px;
  background: #f6f5f2;
}
@media screen and (max-width: 767px) {
  *[renewal-ui=false] .custom_survey .create_area .question .content_hide,
*[renewal-ui=false] .custom_survey .quesitonnaire_area .question .content_hide {
    left: 20px;
    top: 2.3vw;
    padding: 3px 10px 2px;
    right: 15px;
    text-align: center;
  }
  *[renewal-ui=false] .custom_survey .create_area .question .content_hide label,
*[renewal-ui=false] .custom_survey .quesitonnaire_area .question .content_hide label {
    font-size: 1.3rem;
  }
}
*[renewal-ui=false] .custom_survey .create_area .question .content_hide::after,
*[renewal-ui=false] .custom_survey .quesitonnaire_area .question .content_hide::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -10px;
  width: 0;
}
*[renewal-ui=false] .custom_survey .create_area .question .num,
*[renewal-ui=false] .custom_survey .quesitonnaire_area .question .num {
  font-family: futura-pt, sans-serif;
  font-weight: 600;
  color: #5bb49b;
  font-size: 1.8rem;
}
@media screen and (min-width: 768px) {
  *[renewal-ui=false] .custom_survey .create_area .question .num,
*[renewal-ui=false] .custom_survey .quesitonnaire_area .question .num {
    position: absolute;
    left: 0;
    min-width: 3.5em;
    display: inline-block;
  }
}
@media screen and (max-width: 767px) {
  *[renewal-ui=false] .custom_survey .create_area .question .num,
*[renewal-ui=false] .custom_survey .quesitonnaire_area .question .num {
    display: block;
    margin-bottom: 5px;
  }
}
*[renewal-ui=false] .custom_survey .create_area .question dt,
*[renewal-ui=false] .custom_survey .quesitonnaire_area .question dt {
  position: relative;
  font-size: 1.8rem;
  font-weight: 600;
  padding: 30px 0 0 3.5em;
  width: 100%;
  border-bottom: none;
  float: none;
}
@media screen and (max-width: 767px) {
  *[renewal-ui=false] .custom_survey .create_area .question dt,
*[renewal-ui=false] .custom_survey .quesitonnaire_area .question dt {
    padding: 20px 0 0;
    font-size: 1.6rem;
  }
}
*[renewal-ui=false] .custom_survey .create_area .question dt p.select_attention,
*[renewal-ui=false] .custom_survey .quesitonnaire_area .question dt p.select_attention {
  font-weight: normal;
  font-size: 1.6rem;
}
@media screen and (min-width: 768px) {
  *[renewal-ui=false] .custom_survey .create_area .question dt .necessary,
*[renewal-ui=false] .custom_survey .create_area .question dt .optional,
*[renewal-ui=false] .custom_survey .quesitonnaire_area .question dt .necessary,
*[renewal-ui=false] .custom_survey .quesitonnaire_area .question dt .optional {
    top: 0;
    left: 0;
  }
}
@media screen and (max-width: 767px) {
  *[renewal-ui=false] .custom_survey .create_area .question dt .necessary,
*[renewal-ui=false] .custom_survey .create_area .question dt .optional,
*[renewal-ui=false] .custom_survey .quesitonnaire_area .question dt .necessary,
*[renewal-ui=false] .custom_survey .quesitonnaire_area .question dt .optional {
    top: 20px;
    left: 3.5em;
  }
}
*[renewal-ui=false] .custom_survey .create_area .question dd,
*[renewal-ui=false] .custom_survey .quesitonnaire_area .question dd {
  width: 100%;
  position: relative;
  margin-top: 10px;
  min-height: 40px;
  padding: 0 0 0 4em;
}
@media screen and (max-width: 767px) {
  *[renewal-ui=false] .custom_survey .create_area .question dd,
*[renewal-ui=false] .custom_survey .quesitonnaire_area .question dd {
    padding: 0 0 20px;
    font-size: 1.4rem;
  }
}
*[renewal-ui=false] .custom_survey .create_area .question ul,
*[renewal-ui=false] .custom_survey .quesitonnaire_area .question ul {
  margin: 0;
  padding: 0;
}
*[renewal-ui=false] .custom_survey .create_area .question ul textarea.other_input,
*[renewal-ui=false] .custom_survey .quesitonnaire_area .question ul textarea.other_input {
  width: 100%;
}
@media screen and (max-width: 767px) {
  *[renewal-ui=false] .custom_survey .create_area .question ul textarea.other_input,
*[renewal-ui=false] .custom_survey .quesitonnaire_area .question ul textarea.other_input {
    width: 92%;
  }
}
*[renewal-ui=false] .custom_survey .create_area .question li,
*[renewal-ui=false] .custom_survey .quesitonnaire_area .question li {
  position: relative;
  padding: 0 0 0 25px;
}
@media screen and (max-width: 767px) {
  *[renewal-ui=false] .custom_survey .create_area .question li,
*[renewal-ui=false] .custom_survey .quesitonnaire_area .question li {
    padding: 5px 0 5px 25px;
  }
}
*[renewal-ui=false] .custom_survey .create_area .question li input[type=radio],
*[renewal-ui=false] .custom_survey .create_area .question li input[type=checkbox],
*[renewal-ui=false] .custom_survey .quesitonnaire_area .question li input[type=radio],
*[renewal-ui=false] .custom_survey .quesitonnaire_area .question li input[type=checkbox] {
  position: absolute;
  left: 0;
}
@media screen and (min-width: 768px) {
  *[renewal-ui=false] .custom_survey .create_area .question li input[type=radio],
*[renewal-ui=false] .custom_survey .create_area .question li input[type=checkbox],
*[renewal-ui=false] .custom_survey .quesitonnaire_area .question li input[type=radio],
*[renewal-ui=false] .custom_survey .quesitonnaire_area .question li input[type=checkbox] {
    top: 1px;
  }
}
*[renewal-ui=false] .custom_survey .create_area .question label,
*[renewal-ui=false] .custom_survey .quesitonnaire_area .question label {
  margin-left: 0.5em;
}
@media screen and (max-width: 767px) {
  *[renewal-ui=false] .custom_survey .create_area .question label,
*[renewal-ui=false] .custom_survey .quesitonnaire_area .question label {
    margin-left: 0;
    font-size: 1.5rem;
  }
}
*[renewal-ui=false] .custom_survey .create_area .question .question_delete,
*[renewal-ui=false] .custom_survey .quesitonnaire_area .question .question_delete {
  position: absolute;
  right: 15px;
  top: 10px;
  margin: 0;
  cursor: pointer;
}
*[renewal-ui=false] .custom_survey .create_area .question .question_delete img,
*[renewal-ui=false] .custom_survey .quesitonnaire_area .question .question_delete img {
  width: 18px;
  height: auto;
}
*[renewal-ui=false] .custom_survey .create_area .question table.matrix,
*[renewal-ui=false] .custom_survey .quesitonnaire_area .question table.matrix {
  position: relative;
  width: 100%;
}
*[renewal-ui=false] .custom_survey .create_area .question table.matrix thead,
*[renewal-ui=false] .custom_survey .quesitonnaire_area .question table.matrix thead {
  position: sticky;
  top: 60px;
  z-index: 100;
}
@media screen and (max-width: 767px) {
  *[renewal-ui=false] .custom_survey .create_area .question table.matrix thead,
*[renewal-ui=false] .custom_survey .quesitonnaire_area .question table.matrix thead {
    top: 60px;
    background: #fff;
  }
}
*[renewal-ui=false] .custom_survey .create_area .question table.matrix th,
*[renewal-ui=false] .custom_survey .create_area .question table.matrix td,
*[renewal-ui=false] .custom_survey .quesitonnaire_area .question table.matrix th,
*[renewal-ui=false] .custom_survey .quesitonnaire_area .question table.matrix td {
  padding: 5px;
  border-bottom: 1px solid #ccc;
}
*[renewal-ui=false] .custom_survey .create_area .question table.matrix th,
*[renewal-ui=false] .custom_survey .quesitonnaire_area .question table.matrix th {
  font-size: 1.2rem;
  min-width: 42px;
  width: 8%;
  text-align: center;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  *[renewal-ui=false] .custom_survey .create_area .question table.matrix th,
*[renewal-ui=false] .custom_survey .quesitonnaire_area .question table.matrix th {
    background: #f6f5f2;
  }
}
*[renewal-ui=false] .custom_survey .create_area .question table.matrix th.title,
*[renewal-ui=false] .custom_survey .quesitonnaire_area .question table.matrix th.title {
  width: 37%;
}
*[renewal-ui=false] .custom_survey .create_area .question table.matrix td,
*[renewal-ui=false] .custom_survey .quesitonnaire_area .question table.matrix td {
  text-align: center;
  font-size: 1.4rem;
  padding: 10px 5px;
}
@media screen and (max-width: 767px) {
  *[renewal-ui=false] .custom_survey .create_area .question table.matrix tr,
*[renewal-ui=false] .custom_survey .quesitonnaire_area .question table.matrix tr {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
  *[renewal-ui=false] .custom_survey .create_area .question table.matrix tr th,
*[renewal-ui=false] .custom_survey .quesitonnaire_area .question table.matrix tr th {
    padding: 5px 1px;
    max-width: 10%;
    min-width: auto;
    text-align: center;
    border-bottom: none;
  }
  *[renewal-ui=false] .custom_survey .create_area .question table.matrix tr th.title,
*[renewal-ui=false] .custom_survey .quesitonnaire_area .question table.matrix tr th.title {
    display: none;
  }
  *[renewal-ui=false] .custom_survey .create_area .question table.matrix tr td,
*[renewal-ui=false] .custom_survey .quesitonnaire_area .question table.matrix tr td {
    max-width: 10%;
    min-width: auto;
    display: block;
    border-bottom: none;
  }
  *[renewal-ui=false] .custom_survey .create_area .question table.matrix tr td.text_left,
*[renewal-ui=false] .custom_survey .quesitonnaire_area .question table.matrix tr td.text_left {
    width: 100%;
    max-width: 100%;
    border-top: 1px solid #ccc;
  }
  *[renewal-ui=false] .custom_survey .create_area .question table.matrix thead tr,
*[renewal-ui=false] .custom_survey .quesitonnaire_area .question table.matrix thead tr {
    flex-wrap: nowrap;
  }
}
*[renewal-ui=false] .custom_survey .create_area .question table.matrix .not_select,
*[renewal-ui=false] .custom_survey .quesitonnaire_area .question table.matrix .not_select {
  background: #f6f5f2;
}
*[renewal-ui=false] .custom_survey .create_area .question table.matrix .title_focus,
*[renewal-ui=false] .custom_survey .quesitonnaire_area .question table.matrix .title_focus {
  color: #fff;
  background: #5bb49b;
}
*[renewal-ui=false] .custom_survey .create_area .question table.matrix .focus,
*[renewal-ui=false] .custom_survey .quesitonnaire_area .question table.matrix .focus {
  background: #5bb49b;
}
*[renewal-ui=false] .custom_survey .create_area .question table.matrix.-own,
*[renewal-ui=false] .custom_survey .quesitonnaire_area .question table.matrix.-own {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  *[renewal-ui=false] .custom_survey .create_area .question table.matrix.-own,
*[renewal-ui=false] .custom_survey .quesitonnaire_area .question table.matrix.-own {
    table-layout: fixed;
  }
}
@media screen and (max-width: 767px) {
  *[renewal-ui=false] .custom_survey .create_area .question table.matrix.-own,
*[renewal-ui=false] .custom_survey .quesitonnaire_area .question table.matrix.-own {
    table-layout: fixed;
  }
}
@media screen and (min-width: 768px) {
  *[renewal-ui=false] .custom_survey .create_area .question table.matrix.-own thead th.title,
*[renewal-ui=false] .custom_survey .quesitonnaire_area .question table.matrix.-own thead th.title {
    width: 20%;
  }
  *[renewal-ui=false] .custom_survey .create_area .question table.matrix.-own thead th:nth-of-type(n+2),
*[renewal-ui=false] .custom_survey .quesitonnaire_area .question table.matrix.-own thead th:nth-of-type(n+2) {
    white-space: normal;
  }
}
@media screen and (max-width: 767px) {
  *[renewal-ui=false] .custom_survey .create_area .question table.matrix.-own thead tr,
*[renewal-ui=false] .custom_survey .quesitonnaire_area .question table.matrix.-own thead tr {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
  *[renewal-ui=false] .custom_survey .create_area .question table.matrix.-own thead th,
*[renewal-ui=false] .custom_survey .quesitonnaire_area .question table.matrix.-own thead th {
    display: none;
  }
  *[renewal-ui=false] .custom_survey .create_area .question table.matrix.-own thead th:nth-of-type(2),
*[renewal-ui=false] .custom_survey .create_area .question table.matrix.-own thead th.matrix_x,
*[renewal-ui=false] .custom_survey .quesitonnaire_area .question table.matrix.-own thead th:nth-of-type(2),
*[renewal-ui=false] .custom_survey .quesitonnaire_area .question table.matrix.-own thead th.matrix_x {
    display: inline-block;
    width: auto;
    min-width: 8%;
    margin-left: 0;
  }
  *[renewal-ui=false] .custom_survey .create_area .question table.matrix.-own thead th:nth-of-type(2):before,
*[renewal-ui=false] .custom_survey .quesitonnaire_area .question table.matrix.-own thead th:nth-of-type(2):before {
    content: "▼";
    position: relative;
    display: inline-block;
    margin-right: 5px;
    transform: rotate(90deg);
    font-size: 1rem;
  }
  *[renewal-ui=false] .custom_survey .create_area .question table.matrix.-own thead th.matrix_rank_end,
*[renewal-ui=false] .custom_survey .quesitonnaire_area .question table.matrix.-own thead th.matrix_rank_end {
    display: inline-block;
    width: auto;
    margin-right: 8%;
    min-width: 8%;
    max-width: 50%;
    margin-left: auto;
  }
  *[renewal-ui=false] .custom_survey .create_area .question table.matrix.-own thead th.matrix_rank_end::after,
*[renewal-ui=false] .custom_survey .quesitonnaire_area .question table.matrix.-own thead th.matrix_rank_end::after {
    content: "▼";
    position: relative;
    display: inline-block;
    margin-left: 5px;
    transform: rotate(-90deg);
    font-size: 1rem;
  }
}
*[renewal-ui=false] .custom_survey .create_area .question table.matrix.-own tbody td,
*[renewal-ui=false] .custom_survey .quesitonnaire_area .question table.matrix.-own tbody td {
  position: relative;
}
@media screen and (max-width: 767px) {
  *[renewal-ui=false] .custom_survey .create_area .question table.matrix.-own tbody td,
*[renewal-ui=false] .custom_survey .quesitonnaire_area .question table.matrix.-own tbody td {
    width: 13.5%;
    height: 40px;
  }
  *[renewal-ui=false] .custom_survey .create_area .question table.matrix.-own tbody td.text_left,
*[renewal-ui=false] .custom_survey .quesitonnaire_area .question table.matrix.-own tbody td.text_left {
    width: 100%;
  }
}
*[renewal-ui=false] .custom_survey .create_area .question table.matrix.-own tbody td input,
*[renewal-ui=false] .custom_survey .quesitonnaire_area .question table.matrix.-own tbody td input {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
*[renewal-ui=false] .custom_survey .create_area .question table.matrix.-own tbody td label,
*[renewal-ui=false] .custom_survey .quesitonnaire_area .question table.matrix.-own tbody td label {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  display: block;
  width: 100%;
  height: 100%;
}
*[renewal-ui=false] .custom_survey .create_area .question table.matrix.-own .text_left,
*[renewal-ui=false] .custom_survey .quesitonnaire_area .question table.matrix.-own .text_left {
  padding-left: 1.5rem;
}
*[renewal-ui=false] .custom_survey .create_area .question table.matrix.-own tr:nth-child(1) .text_left::before,
*[renewal-ui=false] .custom_survey .quesitonnaire_area .question table.matrix.-own tr:nth-child(1) .text_left::before {
  content: "1.";
  position: absolute;
  left: 0;
}
*[renewal-ui=false] .custom_survey .create_area .question table.matrix.-own tr:nth-child(2) .text_left::before,
*[renewal-ui=false] .custom_survey .quesitonnaire_area .question table.matrix.-own tr:nth-child(2) .text_left::before {
  content: "2.";
  position: absolute;
  left: 0;
}
*[renewal-ui=false] .custom_survey .create_area .question table.matrix.-own tr:nth-child(3) .text_left::before,
*[renewal-ui=false] .custom_survey .quesitonnaire_area .question table.matrix.-own tr:nth-child(3) .text_left::before {
  content: "3.";
  position: absolute;
  left: 0;
}
*[renewal-ui=false] .custom_survey .create_area .question table.matrix.-own tr:nth-child(4) .text_left::before,
*[renewal-ui=false] .custom_survey .quesitonnaire_area .question table.matrix.-own tr:nth-child(4) .text_left::before {
  content: "4.";
  position: absolute;
  left: 0;
}
*[renewal-ui=false] .custom_survey .create_area .question table.matrix.-own tr:nth-child(5) .text_left::before,
*[renewal-ui=false] .custom_survey .quesitonnaire_area .question table.matrix.-own tr:nth-child(5) .text_left::before {
  content: "5.";
  position: absolute;
  left: 0;
}
*[renewal-ui=false] .custom_survey .create_area .question table.matrix.-own tr:nth-child(6) .text_left::before,
*[renewal-ui=false] .custom_survey .quesitonnaire_area .question table.matrix.-own tr:nth-child(6) .text_left::before {
  content: "6.";
  position: absolute;
  left: 0;
}
*[renewal-ui=false] .custom_survey .create_area .question table.matrix.-own tr:nth-child(7) .text_left::before,
*[renewal-ui=false] .custom_survey .quesitonnaire_area .question table.matrix.-own tr:nth-child(7) .text_left::before {
  content: "7.";
  position: absolute;
  left: 0;
}
*[renewal-ui=false] .custom_survey .create_area .question table.matrix.-own tr:nth-child(8) .text_left::before,
*[renewal-ui=false] .custom_survey .quesitonnaire_area .question table.matrix.-own tr:nth-child(8) .text_left::before {
  content: "8.";
  position: absolute;
  left: 0;
}
*[renewal-ui=false] .custom_survey .create_area .question table.matrix.-own tr:nth-child(9) .text_left::before,
*[renewal-ui=false] .custom_survey .quesitonnaire_area .question table.matrix.-own tr:nth-child(9) .text_left::before {
  content: "9.";
  position: absolute;
  left: 0;
}
*[renewal-ui=false] .custom_survey .create_area .question table.matrix.-own tr:nth-child(10) .text_left::before,
*[renewal-ui=false] .custom_survey .quesitonnaire_area .question table.matrix.-own tr:nth-child(10) .text_left::before {
  content: "10.";
  position: absolute;
  left: 0;
}
*[renewal-ui=false] .custom_survey .create_area .question table.matrix.-own tr:nth-child(11) .text_left::before,
*[renewal-ui=false] .custom_survey .quesitonnaire_area .question table.matrix.-own tr:nth-child(11) .text_left::before {
  content: "11.";
  position: absolute;
  left: 0;
}
*[renewal-ui=false] .custom_survey .create_area .question table.matrix.-own tr:nth-child(12) .text_left::before,
*[renewal-ui=false] .custom_survey .quesitonnaire_area .question table.matrix.-own tr:nth-child(12) .text_left::before {
  content: "12.";
  position: absolute;
  left: 0;
}
*[renewal-ui=false] .custom_survey .create_area .question table.matrix.-own tr:nth-child(13) .text_left::before,
*[renewal-ui=false] .custom_survey .quesitonnaire_area .question table.matrix.-own tr:nth-child(13) .text_left::before {
  content: "13.";
  position: absolute;
  left: 0;
}
*[renewal-ui=false] .custom_survey .create_area .question table.matrix.-own tr:nth-child(14) .text_left::before,
*[renewal-ui=false] .custom_survey .quesitonnaire_area .question table.matrix.-own tr:nth-child(14) .text_left::before {
  content: "14.";
  position: absolute;
  left: 0;
}
*[renewal-ui=false] .custom_survey .create_area .question table.matrix.-own tr:nth-child(15) .text_left::before,
*[renewal-ui=false] .custom_survey .quesitonnaire_area .question table.matrix.-own tr:nth-child(15) .text_left::before {
  content: "15.";
  position: absolute;
  left: 0;
}
*[renewal-ui=false] .custom_survey .create_area .question table.matrix.-own tr:nth-child(16) .text_left::before,
*[renewal-ui=false] .custom_survey .quesitonnaire_area .question table.matrix.-own tr:nth-child(16) .text_left::before {
  content: "16.";
  position: absolute;
  left: 0;
}
*[renewal-ui=false] .custom_survey .create_area .question table.matrix.-own tr:nth-child(17) .text_left::before,
*[renewal-ui=false] .custom_survey .quesitonnaire_area .question table.matrix.-own tr:nth-child(17) .text_left::before {
  content: "17.";
  position: absolute;
  left: 0;
}
*[renewal-ui=false] .custom_survey .create_area .question table.matrix.-own tr:nth-child(18) .text_left::before,
*[renewal-ui=false] .custom_survey .quesitonnaire_area .question table.matrix.-own tr:nth-child(18) .text_left::before {
  content: "18.";
  position: absolute;
  left: 0;
}
*[renewal-ui=false] .custom_survey .create_area .question table.matrix.-own tr:nth-child(19) .text_left::before,
*[renewal-ui=false] .custom_survey .quesitonnaire_area .question table.matrix.-own tr:nth-child(19) .text_left::before {
  content: "19.";
  position: absolute;
  left: 0;
}
*[renewal-ui=false] .custom_survey .create_area .question table.matrix.-own tr:nth-child(20) .text_left::before,
*[renewal-ui=false] .custom_survey .quesitonnaire_area .question table.matrix.-own tr:nth-child(20) .text_left::before {
  content: "20.";
  position: absolute;
  left: 0;
}
*[renewal-ui=false] .custom_survey .create_area .question table.matrix.-own tr:nth-child(21) .text_left::before,
*[renewal-ui=false] .custom_survey .quesitonnaire_area .question table.matrix.-own tr:nth-child(21) .text_left::before {
  content: "21.";
  position: absolute;
  left: 0;
}
*[renewal-ui=false] .custom_survey .create_area .question table.matrix.-own tr:nth-child(22) .text_left::before,
*[renewal-ui=false] .custom_survey .quesitonnaire_area .question table.matrix.-own tr:nth-child(22) .text_left::before {
  content: "22.";
  position: absolute;
  left: 0;
}
*[renewal-ui=false] .custom_survey .create_area .question table.matrix.-own tr:nth-child(23) .text_left::before,
*[renewal-ui=false] .custom_survey .quesitonnaire_area .question table.matrix.-own tr:nth-child(23) .text_left::before {
  content: "23.";
  position: absolute;
  left: 0;
}
*[renewal-ui=false] .custom_survey .create_area .question table.matrix.-own tr:nth-child(24) .text_left::before,
*[renewal-ui=false] .custom_survey .quesitonnaire_area .question table.matrix.-own tr:nth-child(24) .text_left::before {
  content: "24.";
  position: absolute;
  left: 0;
}
*[renewal-ui=false] .custom_survey .create_area .question table.matrix.-own tr:nth-child(25) .text_left::before,
*[renewal-ui=false] .custom_survey .quesitonnaire_area .question table.matrix.-own tr:nth-child(25) .text_left::before {
  content: "25.";
  position: absolute;
  left: 0;
}
*[renewal-ui=false] .custom_survey .create_area .question table.matrix.-own tr:nth-child(26) .text_left::before,
*[renewal-ui=false] .custom_survey .quesitonnaire_area .question table.matrix.-own tr:nth-child(26) .text_left::before {
  content: "26.";
  position: absolute;
  left: 0;
}
*[renewal-ui=false] .custom_survey .create_area .question table.matrix.-own tr:nth-child(27) .text_left::before,
*[renewal-ui=false] .custom_survey .quesitonnaire_area .question table.matrix.-own tr:nth-child(27) .text_left::before {
  content: "27.";
  position: absolute;
  left: 0;
}
*[renewal-ui=false] .custom_survey .create_area .question table.matrix.-own tr:nth-child(28) .text_left::before,
*[renewal-ui=false] .custom_survey .quesitonnaire_area .question table.matrix.-own tr:nth-child(28) .text_left::before {
  content: "28.";
  position: absolute;
  left: 0;
}
*[renewal-ui=false] .custom_survey .create_area .question table.matrix.-own tr:nth-child(29) .text_left::before,
*[renewal-ui=false] .custom_survey .quesitonnaire_area .question table.matrix.-own tr:nth-child(29) .text_left::before {
  content: "29.";
  position: absolute;
  left: 0;
}
*[renewal-ui=false] .custom_survey .create_area .question table.matrix.-own tr:nth-child(30) .text_left::before,
*[renewal-ui=false] .custom_survey .quesitonnaire_area .question table.matrix.-own tr:nth-child(30) .text_left::before {
  content: "30.";
  position: absolute;
  left: 0;
}
*[renewal-ui=false] .custom_survey .create_area .question table.matrix.-own tr:nth-child(2n),
*[renewal-ui=false] .custom_survey .quesitonnaire_area .question table.matrix.-own tr:nth-child(2n) {
  background: #fcfcfa;
}
*[renewal-ui=false] .custom_survey .create_area .question table.matrix.ranking.-plus .text_left,
*[renewal-ui=false] .custom_survey .quesitonnaire_area .question table.matrix.ranking.-plus .text_left {
  padding-left: 1.5rem;
}
*[renewal-ui=false] .custom_survey .create_area .question table.matrix.ranking.-plus tr:nth-child(1) .text_left::before,
*[renewal-ui=false] .custom_survey .quesitonnaire_area .question table.matrix.ranking.-plus tr:nth-child(1) .text_left::before {
  content: "1.";
  position: absolute;
  left: 0;
}
*[renewal-ui=false] .custom_survey .create_area .question table.matrix.ranking.-plus tr:nth-child(2) .text_left::before,
*[renewal-ui=false] .custom_survey .quesitonnaire_area .question table.matrix.ranking.-plus tr:nth-child(2) .text_left::before {
  content: "2.";
  position: absolute;
  left: 0;
}
*[renewal-ui=false] .custom_survey .create_area .question table.matrix.ranking.-plus tr:nth-child(3) .text_left::before,
*[renewal-ui=false] .custom_survey .quesitonnaire_area .question table.matrix.ranking.-plus tr:nth-child(3) .text_left::before {
  content: "3.";
  position: absolute;
  left: 0;
}
*[renewal-ui=false] .custom_survey .create_area .question table.matrix.ranking.-plus tr:nth-child(4) .text_left::before,
*[renewal-ui=false] .custom_survey .quesitonnaire_area .question table.matrix.ranking.-plus tr:nth-child(4) .text_left::before {
  content: "4.";
  position: absolute;
  left: 0;
}
*[renewal-ui=false] .custom_survey .create_area .question table.matrix.ranking.-plus tr:nth-child(5) .text_left::before,
*[renewal-ui=false] .custom_survey .quesitonnaire_area .question table.matrix.ranking.-plus tr:nth-child(5) .text_left::before {
  content: "5.";
  position: absolute;
  left: 0;
}
*[renewal-ui=false] .custom_survey .create_area .question table.matrix.ranking.-plus tr:nth-child(6) .text_left::before,
*[renewal-ui=false] .custom_survey .quesitonnaire_area .question table.matrix.ranking.-plus tr:nth-child(6) .text_left::before {
  content: "6.";
  position: absolute;
  left: 0;
}
*[renewal-ui=false] .custom_survey .create_area .question table.matrix.ranking.-plus tr:nth-child(7) .text_left::before,
*[renewal-ui=false] .custom_survey .quesitonnaire_area .question table.matrix.ranking.-plus tr:nth-child(7) .text_left::before {
  content: "7.";
  position: absolute;
  left: 0;
}
*[renewal-ui=false] .custom_survey .create_area .question table.matrix.ranking.-plus tr:nth-child(8) .text_left::before,
*[renewal-ui=false] .custom_survey .quesitonnaire_area .question table.matrix.ranking.-plus tr:nth-child(8) .text_left::before {
  content: "8.";
  position: absolute;
  left: 0;
}
*[renewal-ui=false] .custom_survey .create_area .question table.matrix.ranking.-plus tr:nth-child(9) .text_left::before,
*[renewal-ui=false] .custom_survey .quesitonnaire_area .question table.matrix.ranking.-plus tr:nth-child(9) .text_left::before {
  content: "9.";
  position: absolute;
  left: 0;
}
*[renewal-ui=false] .custom_survey .create_area .question table.matrix.ranking.-plus tr:nth-child(10) .text_left::before,
*[renewal-ui=false] .custom_survey .quesitonnaire_area .question table.matrix.ranking.-plus tr:nth-child(10) .text_left::before {
  content: "10.";
  position: absolute;
  left: 0;
}
*[renewal-ui=false] .custom_survey .create_area .question table.matrix.ranking.-plus tr:nth-child(11) .text_left::before,
*[renewal-ui=false] .custom_survey .quesitonnaire_area .question table.matrix.ranking.-plus tr:nth-child(11) .text_left::before {
  content: "11.";
  position: absolute;
  left: 0;
}
*[renewal-ui=false] .custom_survey .create_area .question table.matrix.ranking.-plus tr:nth-child(12) .text_left::before,
*[renewal-ui=false] .custom_survey .quesitonnaire_area .question table.matrix.ranking.-plus tr:nth-child(12) .text_left::before {
  content: "12.";
  position: absolute;
  left: 0;
}
*[renewal-ui=false] .custom_survey .create_area .question table.matrix.ranking.-plus tr:nth-child(13) .text_left::before,
*[renewal-ui=false] .custom_survey .quesitonnaire_area .question table.matrix.ranking.-plus tr:nth-child(13) .text_left::before {
  content: "13.";
  position: absolute;
  left: 0;
}
*[renewal-ui=false] .custom_survey .create_area .question table.matrix.ranking.-plus tr:nth-child(14) .text_left::before,
*[renewal-ui=false] .custom_survey .quesitonnaire_area .question table.matrix.ranking.-plus tr:nth-child(14) .text_left::before {
  content: "14.";
  position: absolute;
  left: 0;
}
*[renewal-ui=false] .custom_survey .create_area .question table.matrix.ranking.-plus tr:nth-child(15) .text_left::before,
*[renewal-ui=false] .custom_survey .quesitonnaire_area .question table.matrix.ranking.-plus tr:nth-child(15) .text_left::before {
  content: "15.";
  position: absolute;
  left: 0;
}
*[renewal-ui=false] .custom_survey .create_area .question table.matrix.ranking.-plus tr:nth-child(16) .text_left::before,
*[renewal-ui=false] .custom_survey .quesitonnaire_area .question table.matrix.ranking.-plus tr:nth-child(16) .text_left::before {
  content: "16.";
  position: absolute;
  left: 0;
}
*[renewal-ui=false] .custom_survey .create_area .question table.matrix.ranking.-plus tr:nth-child(17) .text_left::before,
*[renewal-ui=false] .custom_survey .quesitonnaire_area .question table.matrix.ranking.-plus tr:nth-child(17) .text_left::before {
  content: "17.";
  position: absolute;
  left: 0;
}
*[renewal-ui=false] .custom_survey .create_area .question table.matrix.ranking.-plus tr:nth-child(18) .text_left::before,
*[renewal-ui=false] .custom_survey .quesitonnaire_area .question table.matrix.ranking.-plus tr:nth-child(18) .text_left::before {
  content: "18.";
  position: absolute;
  left: 0;
}
*[renewal-ui=false] .custom_survey .create_area .question table.matrix.ranking.-plus tr:nth-child(19) .text_left::before,
*[renewal-ui=false] .custom_survey .quesitonnaire_area .question table.matrix.ranking.-plus tr:nth-child(19) .text_left::before {
  content: "19.";
  position: absolute;
  left: 0;
}
*[renewal-ui=false] .custom_survey .create_area .question table.matrix.ranking.-plus tr:nth-child(20) .text_left::before,
*[renewal-ui=false] .custom_survey .quesitonnaire_area .question table.matrix.ranking.-plus tr:nth-child(20) .text_left::before {
  content: "20.";
  position: absolute;
  left: 0;
}
*[renewal-ui=false] .custom_survey .create_area .question table.matrix.ranking.-plus tr:nth-child(21) .text_left::before,
*[renewal-ui=false] .custom_survey .quesitonnaire_area .question table.matrix.ranking.-plus tr:nth-child(21) .text_left::before {
  content: "21.";
  position: absolute;
  left: 0;
}
*[renewal-ui=false] .custom_survey .create_area .question table.matrix.ranking.-plus tr:nth-child(22) .text_left::before,
*[renewal-ui=false] .custom_survey .quesitonnaire_area .question table.matrix.ranking.-plus tr:nth-child(22) .text_left::before {
  content: "22.";
  position: absolute;
  left: 0;
}
*[renewal-ui=false] .custom_survey .create_area .question table.matrix.ranking.-plus tr:nth-child(23) .text_left::before,
*[renewal-ui=false] .custom_survey .quesitonnaire_area .question table.matrix.ranking.-plus tr:nth-child(23) .text_left::before {
  content: "23.";
  position: absolute;
  left: 0;
}
*[renewal-ui=false] .custom_survey .create_area .question table.matrix.ranking.-plus tr:nth-child(24) .text_left::before,
*[renewal-ui=false] .custom_survey .quesitonnaire_area .question table.matrix.ranking.-plus tr:nth-child(24) .text_left::before {
  content: "24.";
  position: absolute;
  left: 0;
}
*[renewal-ui=false] .custom_survey .create_area .question table.matrix.ranking.-plus tr:nth-child(25) .text_left::before,
*[renewal-ui=false] .custom_survey .quesitonnaire_area .question table.matrix.ranking.-plus tr:nth-child(25) .text_left::before {
  content: "25.";
  position: absolute;
  left: 0;
}
*[renewal-ui=false] .custom_survey .create_area .question table.matrix.ranking.-plus tr:nth-child(26) .text_left::before,
*[renewal-ui=false] .custom_survey .quesitonnaire_area .question table.matrix.ranking.-plus tr:nth-child(26) .text_left::before {
  content: "26.";
  position: absolute;
  left: 0;
}
*[renewal-ui=false] .custom_survey .create_area .question table.matrix.ranking.-plus tr:nth-child(27) .text_left::before,
*[renewal-ui=false] .custom_survey .quesitonnaire_area .question table.matrix.ranking.-plus tr:nth-child(27) .text_left::before {
  content: "27.";
  position: absolute;
  left: 0;
}
*[renewal-ui=false] .custom_survey .create_area .question table.matrix.ranking.-plus tr:nth-child(28) .text_left::before,
*[renewal-ui=false] .custom_survey .quesitonnaire_area .question table.matrix.ranking.-plus tr:nth-child(28) .text_left::before {
  content: "28.";
  position: absolute;
  left: 0;
}
*[renewal-ui=false] .custom_survey .create_area .question table.matrix.ranking.-plus tr:nth-child(29) .text_left::before,
*[renewal-ui=false] .custom_survey .quesitonnaire_area .question table.matrix.ranking.-plus tr:nth-child(29) .text_left::before {
  content: "29.";
  position: absolute;
  left: 0;
}
*[renewal-ui=false] .custom_survey .create_area .question table.matrix.ranking.-plus tr:nth-child(30) .text_left::before,
*[renewal-ui=false] .custom_survey .quesitonnaire_area .question table.matrix.ranking.-plus tr:nth-child(30) .text_left::before {
  content: "30.";
  position: absolute;
  left: 0;
}
*[renewal-ui=false] .custom_survey .create_area .question table.matrix.ranking.-plus tr:nth-child(2n),
*[renewal-ui=false] .custom_survey .quesitonnaire_area .question table.matrix.ranking.-plus tr:nth-child(2n) {
  background: #fcfcfa;
}
*[renewal-ui=false] .custom_survey .create_area .question table.matrix.ranking.-plus tbody td,
*[renewal-ui=false] .custom_survey .quesitonnaire_area .question table.matrix.ranking.-plus tbody td {
  position: relative;
}
@media screen and (max-width: 767px) {
  *[renewal-ui=false] .custom_survey .create_area .question table.matrix.ranking.-plus tbody td,
*[renewal-ui=false] .custom_survey .quesitonnaire_area .question table.matrix.ranking.-plus tbody td {
    width: 13.5%;
    height: 40px;
  }
  *[renewal-ui=false] .custom_survey .create_area .question table.matrix.ranking.-plus tbody td.text_left,
*[renewal-ui=false] .custom_survey .quesitonnaire_area .question table.matrix.ranking.-plus tbody td.text_left {
    width: 100%;
  }
}
*[renewal-ui=false] .custom_survey .create_area .question table.matrix.ranking.-plus tbody td input,
*[renewal-ui=false] .custom_survey .quesitonnaire_area .question table.matrix.ranking.-plus tbody td input {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
*[renewal-ui=false] .custom_survey .create_area .question table.matrix.ranking.-plus tbody td label,
*[renewal-ui=false] .custom_survey .quesitonnaire_area .question table.matrix.ranking.-plus tbody td label {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  display: block;
  width: 100%;
  height: 100%;
}
*[renewal-ui=false] .custom_survey .create_area .question .slider_box,
*[renewal-ui=false] .custom_survey .quesitonnaire_area .question .slider_box {
  width: calc(100% - 70px);
}
*[renewal-ui=false] .custom_survey .create_area .question .slider_box.count_none,
*[renewal-ui=false] .custom_survey .quesitonnaire_area .question .slider_box.count_none {
  width: 100%;
}
*[renewal-ui=false] .custom_survey .create_area .question .slider_body,
*[renewal-ui=false] .custom_survey .quesitonnaire_area .question .slider_body {
  margin: 20px 0 10px;
}
*[renewal-ui=false] .custom_survey .create_area .question .slider_body.ui-widget.ui-widget-content,
*[renewal-ui=false] .custom_survey .quesitonnaire_area .question .slider_body.ui-widget.ui-widget-content {
  border-color: #ccc;
  background: #ccc;
}
*[renewal-ui=false] .custom_survey .create_area .question .slider_body.ui-slider-horizontal,
*[renewal-ui=false] .custom_survey .quesitonnaire_area .question .slider_body.ui-slider-horizontal {
  height: 0.4em;
}
*[renewal-ui=false] .custom_survey .create_area .question .slider_body .ui-slider-handle,
*[renewal-ui=false] .custom_survey .quesitonnaire_area .question .slider_body .ui-slider-handle {
  top: -0.5em;
  border-radius: 100%;
  background: #5bb49b;
  border: 1px solid #main;
}
*[renewal-ui=false] .custom_survey .create_area .question .slider_caption,
*[renewal-ui=false] .custom_survey .quesitonnaire_area .question .slider_caption {
  margin: 0 0 40px;
  font-size: 1.2rem;
}
*[renewal-ui=false] .custom_survey .create_area .question .slider_caption .text_left,
*[renewal-ui=false] .custom_survey .create_area .question .slider_caption .text_center,
*[renewal-ui=false] .custom_survey .create_area .question .slider_caption .text_right,
*[renewal-ui=false] .custom_survey .quesitonnaire_area .question .slider_caption .text_left,
*[renewal-ui=false] .custom_survey .quesitonnaire_area .question .slider_caption .text_center,
*[renewal-ui=false] .custom_survey .quesitonnaire_area .question .slider_caption .text_right {
  width: 30%;
}
*[renewal-ui=false] .custom_survey .create_area .question .slider_caption .text_center,
*[renewal-ui=false] .custom_survey .quesitonnaire_area .question .slider_caption .text_center {
  text-align: center;
}
*[renewal-ui=false] .custom_survey .create_area .question .slider_caption .text_right,
*[renewal-ui=false] .custom_survey .quesitonnaire_area .question .slider_caption .text_right {
  text-align: right;
}
*[renewal-ui=false] .custom_survey .create_area .question .other_input,
*[renewal-ui=false] .custom_survey .quesitonnaire_area .question .other_input {
  display: inline-block;
  width: 100%;
  max-width: 500px;
  border: 1px solid #ccc;
  margin: 0 0 0 0.5em;
  padding: 5px 15px;
  font-size: 1.8rem;
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  *[renewal-ui=false] .custom_survey .create_area .question .other_input,
*[renewal-ui=false] .custom_survey .quesitonnaire_area .question .other_input {
    font-size: 1.6rem;
  }
}
*[renewal-ui=false] .custom_survey .create_area .question .hover_menu,
*[renewal-ui=false] .custom_survey .quesitonnaire_area .question .hover_menu {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  *[renewal-ui=false] .custom_survey .create_area .question .hover_menu,
*[renewal-ui=false] .custom_survey .quesitonnaire_area .question .hover_menu {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  }
}
*[renewal-ui=false] .custom_survey .create_area .question .hover_menu img,
*[renewal-ui=false] .custom_survey .quesitonnaire_area .question .hover_menu img {
  margin-bottom: 5px;
  width: 20px;
  height: auto;
}
*[renewal-ui=false] .custom_survey .create_area .question .hover_menu .question_add_top,
*[renewal-ui=false] .custom_survey .create_area .question .hover_menu .question_add_bottom,
*[renewal-ui=false] .custom_survey .quesitonnaire_area .question .hover_menu .question_add_top,
*[renewal-ui=false] .custom_survey .quesitonnaire_area .question .hover_menu .question_add_bottom {
  cursor: pointer;
  z-index: 95;
}
*[renewal-ui=false] .custom_survey .create_area .question .hover_menu .question_add_top img,
*[renewal-ui=false] .custom_survey .create_area .question .hover_menu .question_add_bottom img,
*[renewal-ui=false] .custom_survey .quesitonnaire_area .question .hover_menu .question_add_top img,
*[renewal-ui=false] .custom_survey .quesitonnaire_area .question .hover_menu .question_add_bottom img {
  width: 30px;
}
*[renewal-ui=false] .custom_survey .create_area .question .hover_menu .question_copy,
*[renewal-ui=false] .custom_survey .create_area .question .hover_menu .question_delete,
*[renewal-ui=false] .custom_survey .create_area .question .hover_menu .question_up,
*[renewal-ui=false] .custom_survey .create_area .question .hover_menu .question_down,
*[renewal-ui=false] .custom_survey .quesitonnaire_area .question .hover_menu .question_copy,
*[renewal-ui=false] .custom_survey .quesitonnaire_area .question .hover_menu .question_delete,
*[renewal-ui=false] .custom_survey .quesitonnaire_area .question .hover_menu .question_up,
*[renewal-ui=false] .custom_survey .quesitonnaire_area .question .hover_menu .question_down {
  width: 54px;
  padding: 8px 5px 3px;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  box-sizing: border-box;
  overflow: hidden;
  cursor: pointer;
}
*[renewal-ui=false] .custom_survey .create_area .question .hover_menu .question_copy,
*[renewal-ui=false] .custom_survey .quesitonnaire_area .question .hover_menu .question_copy {
  position: absolute;
  top: -30px;
  right: 100px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  *[renewal-ui=false] .custom_survey .create_area .question .hover_menu .question_copy,
*[renewal-ui=false] .custom_survey .quesitonnaire_area .question .hover_menu .question_copy {
    right: 45px;
  }
}
*[renewal-ui=false] .custom_survey .create_area .question .hover_menu .question_delete,
*[renewal-ui=false] .custom_survey .quesitonnaire_area .question .hover_menu .question_delete {
  position: absolute;
  top: -30px;
  right: 30px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  *[renewal-ui=false] .custom_survey .create_area .question .hover_menu .question_delete,
*[renewal-ui=false] .custom_survey .quesitonnaire_area .question .hover_menu .question_delete {
    right: -25px;
  }
}
*[renewal-ui=false] .custom_survey .create_area .question .hover_menu .question_add_top,
*[renewal-ui=false] .custom_survey .quesitonnaire_area .question .hover_menu .question_add_top {
  position: absolute;
  top: -50px;
  left: 0;
  right: 0;
  width: 40px;
  height: 50px;
  margin: 0 auto;
  padding: 0;
  text-align: center;
}
*[renewal-ui=false] .custom_survey .create_area .question .hover_menu .question_add_bottom,
*[renewal-ui=false] .custom_survey .quesitonnaire_area .question .hover_menu .question_add_bottom {
  position: absolute;
  bottom: -50px;
  left: 0;
  right: 0;
  width: 40px;
  height: 50px;
  margin: 0 auto;
  padding: 20px 0 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  *[renewal-ui=false] .custom_survey .create_area .question .hover_menu .question_add_bottom,
*[renewal-ui=false] .custom_survey .quesitonnaire_area .question .hover_menu .question_add_bottom {
    bottom: -80px;
  }
}
*[renewal-ui=false] .custom_survey .create_area .question .hover_menu .question_up,
*[renewal-ui=false] .custom_survey .quesitonnaire_area .question .hover_menu .question_up {
  position: absolute;
  top: calc(50% - 25px);
  right: -25px;
  text-align: center;
  transform: translateY(-35px);
}
*[renewal-ui=false] .custom_survey .create_area .question .hover_menu .question_down,
*[renewal-ui=false] .custom_survey .quesitonnaire_area .question .hover_menu .question_down {
  position: absolute;
  top: calc(50% - 25px);
  right: -25px;
  text-align: center;
  transform: translateY(35px);
}
*[renewal-ui=false] .custom_survey .create_area .question .hover_menu .question_separator,
*[renewal-ui=false] .custom_survey .quesitonnaire_area .question .hover_menu .question_separator {
  position: absolute;
  display: inline-block;
  padding: 10px 80px 10px 15px;
  height: 40px;
  left: 0;
  font-size: 1.4rem;
  bottom: -38px;
  vertical-align: middle;
  box-sizing: border-box;
  background: #fff;
  box-shadow: 0 7px 10px rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  cursor: pointer;
  z-index: 90;
}
*[renewal-ui=false] .custom_survey .create_area .question .hover_menu .question_separator::after,
*[renewal-ui=false] .custom_survey .quesitonnaire_area .question .hover_menu .question_separator::after {
  content: "";
  position: absolute;
  display: inline-block;
  top: 20px;
  bottom: 0;
  right: 15px;
  width: 50px;
  border-top: 1px dashed #ccc;
}
*[renewal-ui=false] .custom_survey .create_area .question .hover_menu .question_separator img,
*[renewal-ui=false] .custom_survey .quesitonnaire_area .question .hover_menu .question_separator img {
  margin-right: 10px;
}
*[renewal-ui=false] .custom_survey .create_area .question .hover_menu .-disabled,
*[renewal-ui=false] .custom_survey .quesitonnaire_area .question .hover_menu .-disabled {
  color: #AAAAAA;
}
*[renewal-ui=false] .custom_survey .create_area .question .hover_menu .-disabled::after,
*[renewal-ui=false] .custom_survey .quesitonnaire_area .question .hover_menu .-disabled::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 25px;
  left: -13px;
  width: 80px;
  height: 1px;
  background: #d11010;
  transform: rotate(45deg);
}
*[renewal-ui=false] .custom_survey .create_area .question .necessary,
*[renewal-ui=false] .custom_survey .quesitonnaire_area .question .necessary {
  position: absolute;
  top: 30px;
  left: 0;
  display: inline-block;
  margin: 0 10px 0 0;
  padding: 2px 5px;
  font-size: 1.4rem;
  color: #fff;
  background: #5bb49b;
  box-sizing: border-box;
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  *[renewal-ui=false] .custom_survey .create_area .question .necessary,
*[renewal-ui=false] .custom_survey .quesitonnaire_area .question .necessary {
    margin: 0 10px 10px 0;
  }
}
*[renewal-ui=false] .custom_survey .create_area .question .optional,
*[renewal-ui=false] .custom_survey .quesitonnaire_area .question .optional {
  position: absolute;
  top: 30px;
  left: 0;
  display: inline-block;
  margin: 0 10px 0 0;
  padding: 2px 5px;
  font-size: 1.4rem;
  color: #5bb49b;
  background: #fff;
  box-sizing: border-box;
  border: 1px solid #5bb49b;
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  *[renewal-ui=false] .custom_survey .create_area .question .optional,
*[renewal-ui=false] .custom_survey .quesitonnaire_area .question .optional {
    margin: 0 10px 10px 0;
  }
}
*[renewal-ui=false] .custom_survey .create_area .separator,
*[renewal-ui=false] .custom_survey .quesitonnaire_area .separator {
  position: relative;
}
*[renewal-ui=false] .custom_survey .create_area .separator::before,
*[renewal-ui=false] .custom_survey .quesitonnaire_area .separator::before {
  content: "";
  position: absolute;
  width: 100%;
  display: inline-block;
  top: 20px;
  bottom: 0;
  left: 0;
  border-top: 1px dashed #ccc;
}
*[renewal-ui=false] .custom_survey .create_area .separator .separate_text,
*[renewal-ui=false] .custom_survey .quesitonnaire_area .separator .separate_text {
  position: relative;
  display: inline-block;
  padding: 10px 10px 10px 30px;
  background: #fff;
  vertical-align: middle;
}
*[renewal-ui=false] .custom_survey .create_area .separator .delete,
*[renewal-ui=false] .custom_survey .quesitonnaire_area .separator .delete {
  position: relative;
  display: inline-block;
  background: #fff;
  padding: 10px 30px 10px 10px;
  cursor: pointer;
}
*[renewal-ui=false] .custom_survey .create_area .separator img,
*[renewal-ui=false] .custom_survey .quesitonnaire_area .separator img {
  position: relative;
  top: -5px;
  width: 20px;
  height: auto;
  margin: 0 10px 0 0;
}
*[renewal-ui=false] .custom_survey .create_area .separator.-mt40,
*[renewal-ui=false] .custom_survey .quesitonnaire_area .separator.-mt40 {
  margin-top: 40px;
}
*[renewal-ui=false] .custom_survey .create_area .close_text,
*[renewal-ui=false] .custom_survey .quesitonnaire_area .close_text {
  position: relative;
  margin: 30px 0 60px;
  text-align: left;
}
*[renewal-ui=false] .custom_survey .create_area .close_text p,
*[renewal-ui=false] .custom_survey .quesitonnaire_area .close_text p {
  margin: 0;
}
@media screen and (max-width: 767px) {
  *[renewal-ui=false] .custom_survey .create_area .close_text p,
*[renewal-ui=false] .custom_survey .quesitonnaire_area .close_text p {
    font-size: 1.4rem;
  }
}
*[renewal-ui=false] .custom_survey .create_area .add_question,
*[renewal-ui=false] .custom_survey .quesitonnaire_area .add_question {
  position: relative;
  margin: 40px auto;
}
*[renewal-ui=false] .custom_survey .create_area .add_question::before,
*[renewal-ui=false] .custom_survey .quesitonnaire_area .add_question::before {
  content: "";
  position: absolute;
  top: 20px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: auto;
  border-top: 1px solid #ccc;
}
*[renewal-ui=false] .custom_survey .create_area .add_question.disabled,
*[renewal-ui=false] .custom_survey .quesitonnaire_area .add_question.disabled {
  margin-bottom: 0;
}
*[renewal-ui=false] .custom_survey .create_area .button,
*[renewal-ui=false] .custom_survey .quesitonnaire_area .button {
  position: relative;
  display: block;
  color: #fff;
  width: 100%;
  max-width: 200px;
  margin: 0 auto;
  padding: 10px;
  text-align: center;
  text-decoration: none;
  font-size: 1.5rem;
  transition: all 0.5s ease;
  background: #5bb49b;
  border: 1px solid #5bb49b;
  cursor: pointer;
}
*[renewal-ui=false] .custom_survey .create_area .button:hover,
*[renewal-ui=false] .custom_survey .quesitonnaire_area .button:hover {
  color: #fff;
  background: #7ec4b0;
}
*[renewal-ui=false] .custom_survey .create_area .button.btn_disabled,
*[renewal-ui=false] .custom_survey .quesitonnaire_area .button.btn_disabled {
  background: #ccc;
  border-color: #ccc;
  margin-bottom: 0;
  cursor: default;
}
*[renewal-ui=false] .custom_survey .create_area .button.btn_add::before,
*[renewal-ui=false] .custom_survey .quesitonnaire_area .button.btn_add::before {
  content: "＋";
  position: relative;
  margin: 0 0 0 10px;
  display: inline-block;
}
*[renewal-ui=false] .custom_survey .create_area .button.mt10,
*[renewal-ui=false] .custom_survey .quesitonnaire_area .button.mt10 {
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  *[renewal-ui=false] .custom_survey .create_area.-analysis,
*[renewal-ui=false] .custom_survey .quesitonnaire_area.-analysis {
    padding: 0;
  }
  *[renewal-ui=false] .custom_survey .create_area.-analysis .box,
*[renewal-ui=false] .custom_survey .quesitonnaire_area.-analysis .box {
    margin-top: 60px;
    padding: 30px 50px 50px;
  }
  *[renewal-ui=false] .custom_survey .create_area.-analysis .show-title,
*[renewal-ui=false] .custom_survey .quesitonnaire_area.-analysis .show-title {
    margin-top: 40px !important;
  }
  *[renewal-ui=false] .custom_survey .create_area.-analysis .answer,
*[renewal-ui=false] .custom_survey .quesitonnaire_area.-analysis .answer {
    text-align: left;
  }
  *[renewal-ui=false] .custom_survey .create_area.-analysis .total td,
*[renewal-ui=false] .custom_survey .quesitonnaire_area.-analysis .total td {
    background: #f6f5f2;
  }
}
@media screen and (max-width: 767px) {
  *[renewal-ui=false] .custom_survey .create_area.-analysis,
*[renewal-ui=false] .custom_survey .quesitonnaire_area.-analysis {
    margin-top: 30px;
    padding: 0;
  }
  *[renewal-ui=false] .custom_survey .create_area.-analysis .box,
*[renewal-ui=false] .custom_survey .quesitonnaire_area.-analysis .box {
    padding-bottom: 20px;
  }
  *[renewal-ui=false] .custom_survey .create_area.-analysis .question .question,
*[renewal-ui=false] .custom_survey .quesitonnaire_area.-analysis .question .question {
    padding: 0;
  }
}
*[renewal-ui=false] .custom_survey .create_area.-analysis .box .data_info,
*[renewal-ui=false] .custom_survey .quesitonnaire_area.-analysis .box .data_info {
  font-size: 1.4rem;
  margin: 0 0 20px;
  padding: 0 0 10px;
  border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 767px) {
  *[renewal-ui=false] .custom_survey .create_area.-analysis .box .data_info,
*[renewal-ui=false] .custom_survey .quesitonnaire_area.-analysis .box .data_info {
    padding-top: 30px;
  }
}
*[renewal-ui=false] .custom_survey .create_area.-analysis .box .data_info .select_area,
*[renewal-ui=false] .custom_survey .quesitonnaire_area.-analysis .box .data_info .select_area {
  margin-bottom: 10px;
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  *[renewal-ui=false] .custom_survey .create_area.-analysis .box .data_info .select_area,
*[renewal-ui=false] .custom_survey .quesitonnaire_area.-analysis .box .data_info .select_area {
    margin-bottom: 0;
    margin-right: 0;
    width: 100%;
  }
}
*[renewal-ui=false] .custom_survey .create_area.-analysis .box .data_info .select_area select,
*[renewal-ui=false] .custom_survey .quesitonnaire_area.-analysis .box .data_info .select_area select {
  margin-left: 10px;
}
@media screen and (max-width: 767px) {
  *[renewal-ui=false] .custom_survey .create_area.-analysis .box .data_info .select_area select,
*[renewal-ui=false] .custom_survey .quesitonnaire_area.-analysis .box .data_info .select_area select {
    width: 100%;
    margin-left: 0;
  }
}
*[renewal-ui=false] .custom_survey .create_area.-analysis .box .data_info .select_area.category,
*[renewal-ui=false] .custom_survey .quesitonnaire_area.-analysis .box .data_info .select_area.category {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  *[renewal-ui=false] .custom_survey .create_area.-analysis .box .data_info .select_area.category select,
*[renewal-ui=false] .custom_survey .quesitonnaire_area.-analysis .box .data_info .select_area.category select {
    border-radius: 0 0 5px 5px;
  }
}
*[renewal-ui=false] .custom_survey .create_area.-analysis .box .data_info .question_select,
*[renewal-ui=false] .custom_survey .quesitonnaire_area.-analysis .box .data_info .question_select {
  -webkit-box-align: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  *[renewal-ui=false] .custom_survey .create_area.-analysis .box .data_info .question_select,
*[renewal-ui=false] .custom_survey .quesitonnaire_area.-analysis .box .data_info .question_select {
    width: 100%;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  *[renewal-ui=false] .custom_survey .create_area.-analysis .box .data_info .question_select .flex,
*[renewal-ui=false] .custom_survey .quesitonnaire_area.-analysis .box .data_info .question_select .flex {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  *[renewal-ui=false] .custom_survey .create_area.-analysis .box .data_info .question_select span,
*[renewal-ui=false] .custom_survey .quesitonnaire_area.-analysis .box .data_info .question_select span {
    display: inline-block;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  *[renewal-ui=false] .custom_survey .create_area.-analysis .box .data_info .question_select .select_area,
*[renewal-ui=false] .custom_survey .create_area.-analysis .box .data_info .question_select select,
*[renewal-ui=false] .custom_survey .quesitonnaire_area.-analysis .box .data_info .question_select .select_area,
*[renewal-ui=false] .custom_survey .quesitonnaire_area.-analysis .box .data_info .question_select select {
    margin: 0;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  *[renewal-ui=false] .custom_survey .create_area.-analysis .box .data_info .category_select,
*[renewal-ui=false] .custom_survey .quesitonnaire_area.-analysis .box .data_info .category_select {
    width: 100%;
  }
  *[renewal-ui=false] .custom_survey .create_area.-analysis .box .data_info .category_select ul,
*[renewal-ui=false] .custom_survey .quesitonnaire_area.-analysis .box .data_info .category_select ul {
    border-radius: 5px 5px 0 0;
  }
  *[renewal-ui=false] .custom_survey .create_area.-analysis .box .data_info .category_select li,
*[renewal-ui=false] .custom_survey .quesitonnaire_area.-analysis .box .data_info .category_select li {
    width: 50%;
  }
  *[renewal-ui=false] .custom_survey .create_area.-analysis .box .data_info .category_select li.comparison,
*[renewal-ui=false] .custom_survey .quesitonnaire_area.-analysis .box .data_info .category_select li.comparison {
    border-radius: 5px 0 0 0;
  }
  *[renewal-ui=false] .custom_survey .create_area.-analysis .box .data_info .category_select li.position,
*[renewal-ui=false] .custom_survey .quesitonnaire_area.-analysis .box .data_info .category_select li.position {
    border-radius: 0 5px 0 0;
  }
}
*[renewal-ui=false] .custom_survey .create_area.-analysis .explain.analyze,
*[renewal-ui=false] .custom_survey .quesitonnaire_area.-analysis .explain.analyze {
  margin: 20px 0;
}
*[renewal-ui=false] .custom_survey .create_area.-analysis .explain.analyze li,
*[renewal-ui=false] .custom_survey .quesitonnaire_area.-analysis .explain.analyze li {
  padding-left: 0;
}
*[renewal-ui=false] .custom_survey .create_area.-analysis .graph.cross,
*[renewal-ui=false] .custom_survey .quesitonnaire_area.-analysis .graph.cross {
  position: relative;
  margin: 40px 0 0;
  padding: 0 0 0 60px;
}
@media screen and (min-width: 768px) {
  *[renewal-ui=false] .custom_survey .create_area.-analysis .graph.cross,
*[renewal-ui=false] .custom_survey .quesitonnaire_area.-analysis .graph.cross {
    min-height: 300px;
  }
}
@media screen and (max-width: 767px) {
  *[renewal-ui=false] .custom_survey .create_area.-analysis .graph.cross,
*[renewal-ui=false] .custom_survey .quesitonnaire_area.-analysis .graph.cross {
    padding: 0 0 0 40px;
  }
}
*[renewal-ui=false] .custom_survey .create_area.-analysis .graph.cross h4,
*[renewal-ui=false] .custom_survey .quesitonnaire_area.-analysis .graph.cross h4 {
  padding: 10px;
  text-align: center;
}
*[renewal-ui=false] .custom_survey .create_area.-analysis .graph.cross .cross_title_horizontal,
*[renewal-ui=false] .custom_survey .quesitonnaire_area.-analysis .graph.cross .cross_title_horizontal {
  margin-bottom: 30px;
  background: url("/note_bg.593a0562.png");
}
@media screen and (max-width: 767px) {
  *[renewal-ui=false] .custom_survey .create_area.-analysis .graph.cross .cross_title_horizontal,
*[renewal-ui=false] .custom_survey .quesitonnaire_area.-analysis .graph.cross .cross_title_horizontal {
    padding: 8px 10px;
    font-size: 1.4rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
*[renewal-ui=false] .custom_survey .create_area.-analysis .graph.cross .cross_title_vertical,
*[renewal-ui=false] .custom_survey .quesitonnaire_area.-analysis .graph.cross .cross_title_vertical {
  position: absolute;
  left: -20px;
  width: 40px;
  height: calc(100% - 75px);
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  background: url("/note_bg_gray.876c5e50.png");
}
@media screen and (min-width: 768px) {
  *[renewal-ui=false] .custom_survey .create_area.-analysis .graph.cross .cross_title_vertical,
*[renewal-ui=false] .custom_survey .quesitonnaire_area.-analysis .graph.cross .cross_title_vertical {
    min-height: 150px;
  }
}
@media screen and (max-width: 767px) {
  *[renewal-ui=false] .custom_survey .create_area.-analysis .graph.cross .cross_title_vertical,
*[renewal-ui=false] .custom_survey .quesitonnaire_area.-analysis .graph.cross .cross_title_vertical {
    width: 30px;
    height: calc(100% - 70px);
    min-height: 150px;
    font-size: 1.4rem;
    line-height: 12px;
  }
}
*[renewal-ui=false] .custom_survey .create_area.-analysis .important_table_open,
*[renewal-ui=false] .custom_survey .create_area.-analysis .reason_table_open,
*[renewal-ui=false] .custom_survey .quesitonnaire_area.-analysis .important_table_open,
*[renewal-ui=false] .custom_survey .quesitonnaire_area.-analysis .reason_table_open {
  margin: 30px 0 0;
}
*[renewal-ui=false] .custom_survey .create_area.-analysis .important_table_open.comment-show .button,
*[renewal-ui=false] .custom_survey .create_area.-analysis .reason_table_open.comment-show .button,
*[renewal-ui=false] .custom_survey .quesitonnaire_area.-analysis .important_table_open.comment-show .button,
*[renewal-ui=false] .custom_survey .quesitonnaire_area.-analysis .reason_table_open.comment-show .button {
  max-width: 500px;
}
*[renewal-ui=false] .custom_survey .create_area.-analysis .important_detail,
*[renewal-ui=false] .custom_survey .create_area.-analysis .reason_detail,
*[renewal-ui=false] .custom_survey .quesitonnaire_area.-analysis .important_detail,
*[renewal-ui=false] .custom_survey .quesitonnaire_area.-analysis .reason_detail {
  padding-top: 30px;
}
*[renewal-ui=false] .custom_survey .create_area.-analysis .important_table_close,
*[renewal-ui=false] .custom_survey .create_area.-analysis .reason_table_close,
*[renewal-ui=false] .custom_survey .quesitonnaire_area.-analysis .important_table_close,
*[renewal-ui=false] .custom_survey .quesitonnaire_area.-analysis .reason_table_close {
  margin-top: 30px;
}
*[renewal-ui=false] .custom_survey .create_area.-analysis .more_box,
*[renewal-ui=false] .custom_survey .quesitonnaire_area.-analysis .more_box {
  display: none;
}
*[renewal-ui=false] .custom_survey .create_area.-analysis .category_select_analyze,
*[renewal-ui=false] .custom_survey .quesitonnaire_area.-analysis .category_select_analyze {
  margin: 20px 0 0;
  -webkit-box-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  align-items: center;
}
*[renewal-ui=false] .custom_survey .create_area.-analysis .category_select_analyze ul,
*[renewal-ui=false] .custom_survey .quesitonnaire_area.-analysis .category_select_analyze ul {
  margin: 0 0 0 10px;
  padding: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  background: #efefef;
}
*[renewal-ui=false] .custom_survey .create_area.-analysis .category_select_analyze li,
*[renewal-ui=false] .custom_survey .quesitonnaire_area.-analysis .category_select_analyze li {
  color: #333;
  padding: 5px 10px;
  cursor: pointer;
}
*[renewal-ui=false] .custom_survey .create_area.-analysis .category_select_analyze li:nth-of-type(1),
*[renewal-ui=false] .custom_survey .quesitonnaire_area.-analysis .category_select_analyze li:nth-of-type(1) {
  border-radius: 5px 0 0 5px;
}
*[renewal-ui=false] .custom_survey .create_area.-analysis .category_select_analyze li:nth-last-of-type(1),
*[renewal-ui=false] .custom_survey .quesitonnaire_area.-analysis .category_select_analyze li:nth-last-of-type(1) {
  border-radius: 0 5px 5px 0;
}
*[renewal-ui=false] .custom_survey .create_area.-analysis .category_select_analyze .current,
*[renewal-ui=false] .custom_survey .quesitonnaire_area.-analysis .category_select_analyze .current {
  margin: 0;
  color: #fff;
  background: #5bb49b;
  cursor: default;
}
*[renewal-ui=false] .custom_survey .create_area.-analysis .table_scroll,
*[renewal-ui=false] .custom_survey .quesitonnaire_area.-analysis .table_scroll {
  margin: 20px 0 0;
  width: 100%;
  overflow-x: auto;
}
*[renewal-ui=false] .custom_survey .create_area.-analysis .table_scroll table,
*[renewal-ui=false] .custom_survey .quesitonnaire_area.-analysis .table_scroll table {
  min-width: 100%;
  width: auto;
  max-width: inherit;
  table-layout: fixed;
}
*[renewal-ui=false] .custom_survey .create_area.-analysis .table_scroll .answer,
*[renewal-ui=false] .custom_survey .quesitonnaire_area.-analysis .table_scroll .answer {
  text-align: left;
  position: -webkit-sticky;
  position: sticky;
  left: -1px;
  z-index: 200;
}
@media screen and (min-width: 768px) {
  *[renewal-ui=false] .custom_survey .create_area.-analysis .table_scroll .answer,
*[renewal-ui=false] .custom_survey .quesitonnaire_area.-analysis .table_scroll .answer {
    width: 250px;
  }
}
@media screen and (max-width: 767px) {
  *[renewal-ui=false] .custom_survey .create_area.-analysis .table_scroll .answer,
*[renewal-ui=false] .custom_survey .quesitonnaire_area.-analysis .table_scroll .answer {
    width: 150px;
  }
}
*[renewal-ui=false] .custom_survey .create_area.-analysis .table_scroll .total td,
*[renewal-ui=false] .custom_survey .quesitonnaire_area.-analysis .table_scroll .total td {
  background: #f6f5f2;
}
@media screen and (min-width: 768px) {
  *[renewal-ui=false] .custom_survey .create_area.-analysis .table_scroll.mt60,
*[renewal-ui=false] .custom_survey .quesitonnaire_area.-analysis .table_scroll.mt60 {
    margin-top: 60px;
  }
}
*[renewal-ui=false] .custom_survey .create_area.-analysis .back,
*[renewal-ui=false] .custom_survey .quesitonnaire_area.-analysis .back {
  background: #fff;
  color: #5bb49b;
}
*[renewal-ui=false] .custom_survey .create_area.-analysis .pager,
*[renewal-ui=false] .custom_survey .quesitonnaire_area.-analysis .pager {
  margin-top: 20px;
}
*[renewal-ui=false] .custom_survey .create_area.-analysis .pager li,
*[renewal-ui=false] .custom_survey .quesitonnaire_area.-analysis .pager li {
  padding: 0;
}
*[renewal-ui=false] .custom_survey .create_area.-analysis .analysis_box_delete,
*[renewal-ui=false] .custom_survey .quesitonnaire_area.-analysis .analysis_box_delete {
  position: absolute;
  right: 30px;
  top: 30px;
  font-size: 3rem;
}
*[renewal-ui=false] .custom_survey .create_area.-analysis h3.analyze_category,
*[renewal-ui=false] .custom_survey .quesitonnaire_area.-analysis h3.analyze_category {
  margin: 40px 0 20px;
  padding: 10px;
  font-weight: bold;
  background: #f6f5f2 url("/note_bg.593a0562.png");
}
*[renewal-ui=false] .custom_survey .create_area.-analysis h3.analyze_category .response_num,
*[renewal-ui=false] .custom_survey .quesitonnaire_area.-analysis h3.analyze_category .response_num {
  position: relative;
  width: auto;
  border-radius: 0;
  background: none;
  border-left: 1px solid #ccc;
  margin-left: 1em;
  padding-left: 1em;
}
@media screen and (min-width: 768px) {
  *[renewal-ui=false] .custom_survey .create_question {
    max-height: 870px;
  }
}
*[renewal-ui=false] .custom_survey .create_question.-plus {
  max-height: 90%;
}
*[renewal-ui=false] .custom_survey .create_question .question_num {
  position: absolute;
  left: 15px;
  top: 0;
  font-family: futura-pt, sans-serif;
  font-weight: 400;
  color: #5bb49b;
}
*[renewal-ui=false] .custom_survey .create_question .select_post_type,
*[renewal-ui=false] .custom_survey .create_question .post_name {
  max-width: 640px;
}
@media screen and (max-width: 767px) {
  *[renewal-ui=false] .custom_survey .create_question .select_post_type,
*[renewal-ui=false] .custom_survey .create_question .post_name {
    width: 100%;
  }
}
*[renewal-ui=false] .custom_survey .create_question .select_post_type dt,
*[renewal-ui=false] .custom_survey .create_question .post_name dt {
  margin-top: 0;
  color: #5bb49b;
}
*[renewal-ui=false] .custom_survey .create_question .select_type_detail {
  max-width: 640px;
}
*[renewal-ui=false] .custom_survey .create_question .select_type_detail dt {
  color: #5bb49b;
}
*[renewal-ui=false] .custom_survey .create_question select {
  padding-right: 40px;
}
*[renewal-ui=false] .custom_survey .create_question .select_text textarea {
  height: 12em;
}
*[renewal-ui=false] .custom_survey .create_question .select_explain textarea {
  height: 5em;
}
*[renewal-ui=false] .custom_survey .create_question .select_explain textarea.detail {
  height: 10em;
}
*[renewal-ui=false] .custom_survey .create_question .slider_setting {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  *[renewal-ui=false] .custom_survey .create_question .slider_setting dt {
    margin-top: 14px;
    float: left;
    color: #333;
    width: 6em;
  }
}
*[renewal-ui=false] .custom_survey .create_question .slider_setting dd {
  padding: 0;
}
*[renewal-ui=false] .custom_survey .create_question .slider_setting dd.align_center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
*[renewal-ui=false] .custom_survey .create_question .slider_setting dd input[type=text] {
  width: 30%;
}
@media screen and (max-width: 767px) {
  *[renewal-ui=false] .custom_survey .create_question .slider_setting dd.slider_label input[type=text] {
    margin-bottom: 10px;
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  *[renewal-ui=false] .custom_survey .create_question .slider_setting dd .select_area {
    width: 25.5%;
  }
}
*[renewal-ui=false] .custom_survey .create_question .-font14 {
  font-size: 1.4rem;
}
*[renewal-ui=false] .custom_survey .create_question .question_count {
  position: fixed;
  text-align: right;
  pointer-events: none;
  margin: 0;
  width: 100%;
  bottom: 10%;
}
*[renewal-ui=false] .custom_survey .create_question .question_count.-show {
  margin: 0 -55px;
  width: 92%;
  max-width: 750px;
}
@media screen and (max-width: 767px) {
  *[renewal-ui=false] .custom_survey .create_question .question_count.-show {
    margin: 0 -50px;
  }
}
*[renewal-ui=false] .custom_survey .create_question .question_count span {
  display: inline-block;
  padding: 15px;
  font-weight: bold;
  border-radius: 5px 0 0 5px;
  background: url("/note_bg.593a0562.png") left top;
}
*[renewal-ui=false] .custom_survey .create_question .button.save {
  display: block;
  color: #fff;
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
  padding: 10px;
  text-align: center;
  text-decoration: none;
  font-size: 1.5rem;
  transition: all 0.5s ease;
  background: #5bb49b;
  border: 1px solid #5bb49b;
}
*[renewal-ui=false] .custom_survey .create_question .button.save:hover {
  color: #fff;
  background: #7ec4b0;
}
*[renewal-ui=false] .custom_survey .create_question .button.save::after {
  content: ">";
  position: relative;
  margin: 0 0 0 10px;
  display: inline-block;
}
*[renewal-ui=false] .custom_survey .create_question .button.save.mt10 {
  margin-top: 10px;
}
*[renewal-ui=false] .custom_survey.full {
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  *[renewal-ui=false] .custom_survey.full {
    padding-bottom: 100px;
    min-height: calc(100vh - 235px);
  }
}
@media screen and (max-width: 767px) {
  *[renewal-ui=false] .custom_survey.full {
    padding-bottom: 100px;
    min-height: calc(100vh - 295px);
  }
}
@media screen and (min-width: 768px) {
  *[renewal-ui=false] .custom_survey.full {
    display: block;
    margin: 0 auto;
    max-width: 1200px;
    background: none;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  *[renewal-ui=false] .custom_survey.full {
    margin: 0 8%;
    padding-top: 0;
    text-align: center;
  }
}
*[renewal-ui=false] .custom_survey.full .contents {
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  *[renewal-ui=false] .custom_survey.full .contents {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
  }
}
*[renewal-ui=false] .custom_survey.full .quesitonnaire_area {
  padding: 60px 80px;
}
@media screen and (max-width: 767px) {
  *[renewal-ui=false] .custom_survey.full .quesitonnaire_area {
    margin: 0;
    padding: 0;
  }
}
*[renewal-ui=false] .custom_survey.full .quesitonnaire_area.box {
  margin-right: 0;
}
*[renewal-ui=false] .custom_survey.full .quesitonnaire_area .question,
*[renewal-ui=false] .custom_survey.full .quesitonnaire_area .explain_text {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  *[renewal-ui=false] .custom_survey.full .quesitonnaire_area .question,
*[renewal-ui=false] .custom_survey.full .quesitonnaire_area .explain_text {
    margin-top: 30px;
    padding: 0;
  }
}
*[renewal-ui=false] .custom_survey.full .quesitonnaire_area .question.subtitle,
*[renewal-ui=false] .custom_survey.full .quesitonnaire_area .explain_text.subtitle {
  margin: -30px -30px 60px;
  padding: 30px 30px 20px;
  background: url("/note_bg.593a0562.png");
}
@media screen and (min-width: 768px) {
  *[renewal-ui=false] .custom_survey.full .quesitonnaire_area .question.subtitle,
*[renewal-ui=false] .custom_survey.full .quesitonnaire_area .explain_text.subtitle {
    margin: -60px -80px 80px;
    padding: 30px 80px 20px;
  }
}
*[renewal-ui=false] .custom_survey.full .quesitonnaire_area .error,
*[renewal-ui=false] .custom_survey.full .quesitonnaire_area .error-text {
  margin: 0 0 10px !important;
  background: none;
}
@media screen and (min-width: 768px) {
  *[renewal-ui=false] .custom_survey.full .quesitonnaire_area .btn_area {
    margin-top: 80px;
  }
}
*[renewal-ui=false] .custom_survey.full .quesitonnaire_area.no_split .subtitle {
  margin-top: 60px;
}
@media screen and (min-width: 768px) {
  *[renewal-ui=false] .custom_survey.full .quesitonnaire_area.no_split .subtitle {
    margin-top: 80px;
  }
}
*[renewal-ui=false] .custom_survey.full .quesitonnaire_complete {
  padding-top: 100px;
}
@media screen and (max-width: 767px) {
  *[renewal-ui=false] .custom_survey.full .quesitonnaire_complete {
    padding-top: 80px;
  }
}
*[renewal-ui=false] .custom_survey.full .quesitonnaire_complete h2 {
  font-size: 2.8rem;
}
@media screen and (max-width: 767px) {
  *[renewal-ui=false] .custom_survey.full .quesitonnaire_complete h2 {
    font-size: 2.2rem;
  }
}
*[renewal-ui=false] .custom_survey.full .quesitonnaire_complete p {
  margin-top: 30px;
  font-size: 1.8rem;
  line-height: 160%;
}
@media screen and (max-width: 767px) {
  *[renewal-ui=false] .custom_survey.full .quesitonnaire_complete p {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 768px) {
  *[renewal-ui=false] .custom_survey .collect_list {
    margin: 0 30px 0 0;
  }
}
@media screen and (max-width: 767px) {
  *[renewal-ui=false] .custom_survey .collect_list {
    margin: 0 5%;
  }
}
*[renewal-ui=false] .custom_survey .collect_list ul.news_list {
  margin: 0;
  padding: 0;
}
*[renewal-ui=false] .custom_survey .collect_list ul.news_list li {
  position: relative;
  padding: 10px;
  border-bottom: 1px dotted #ccc;
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  *[renewal-ui=false] .custom_survey .collect_list ul.news_list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media screen and (min-width: 768px) {
  *[renewal-ui=false] .custom_survey .collect_list ul.news_list li a {
    display: block;
    width: calc(100% - 300px);
  }
}
*[renewal-ui=false] .custom_survey .collect_list ul.news_list li .date {
  text-align: left;
  color: #666;
  font-family: futura-pt, sans-serif;
}
@media screen and (max-width: 767px) {
  *[renewal-ui=false] .custom_survey .collect_list ul.news_list li .date {
    display: block;
  }
}
*[renewal-ui=false] .custom_survey .collect_detail,
*[renewal-ui=false] .custom_survey .analyze_detail {
  margin: 30px 30px 0 0;
  padding: 30px 50px 50px;
}
@media screen and (max-width: 767px) {
  *[renewal-ui=false] .custom_survey .collect_detail,
*[renewal-ui=false] .custom_survey .analyze_detail {
    margin: 30px 0 0;
    padding: 0;
    box-shadow: none;
  }
}
*[renewal-ui=false] .custom_survey .collect_detail .more_box,
*[renewal-ui=false] .custom_survey .analyze_detail .more_box {
  display: none;
}
*[renewal-ui=false] .custom_survey .collect_detail .delete_btn,
*[renewal-ui=false] .custom_survey .analyze_detail .delete_btn {
  margin-top: 30px;
  text-align: right;
}
*[renewal-ui=false] .custom_survey .collect_detail .delete_btn button,
*[renewal-ui=false] .custom_survey .analyze_detail .delete_btn button {
  display: inline-block;
  background: #fff url("/icon_trashbox.96744675.svg") left center/15px auto no-repeat;
  color: #5bb49b;
  padding: 0 0 0 30px;
  border: none;
  outline: none;
}
@media screen and (max-width: 767px) {
  *[renewal-ui=false] .custom_survey .collect_detail .delete_btn button,
*[renewal-ui=false] .custom_survey .analyze_detail .delete_btn button {
    font-size: 1.4rem;
  }
}
*[renewal-ui=false] .custom_survey .collect_detail .survey_intro,
*[renewal-ui=false] .custom_survey .analyze_detail .survey_intro {
  text-align: left;
  margin-right: 0;
  margin-left: 0;
}
*[renewal-ui=false] .custom_survey .collect_detail .user_explain,
*[renewal-ui=false] .custom_survey .analyze_detail .user_explain {
  margin: 0 30px 60px 0;
  padding: 30px;
  background: #f6f5f2;
}
@media screen and (max-width: 767px) {
  *[renewal-ui=false] .custom_survey .collect_detail .user_explain,
*[renewal-ui=false] .custom_survey .analyze_detail .user_explain {
    margin: 0 5% 40px;
    padding: 15px;
  }
}
*[renewal-ui=false] .custom_survey .collect_detail .user_explain h2,
*[renewal-ui=false] .custom_survey .analyze_detail .user_explain h2 {
  font-size: 16px;
}
*[renewal-ui=false] .custom_survey .collect_detail .user_explain ul,
*[renewal-ui=false] .custom_survey .analyze_detail .user_explain ul {
  margin: 20px 0;
  text-align: left;
  list-style: disc;
  font-size: 1.4rem;
}
*[renewal-ui=false] .custom_survey .collect_detail .user_explain ul.-mtb0,
*[renewal-ui=false] .custom_survey .analyze_detail .user_explain ul.-mtb0 {
  margin: 0;
}
*[renewal-ui=false] .custom_survey .collect_detail .user_explain thead th,
*[renewal-ui=false] .custom_survey .analyze_detail .user_explain thead th {
  background: #5bb49b;
  color: #fff;
}
@media screen and (max-width: 767px) {
  *[renewal-ui=false] .custom_survey .collect_detail .user_explain tbody td:nth-of-type(1),
*[renewal-ui=false] .custom_survey .analyze_detail .user_explain tbody td:nth-of-type(1) {
    background: #5bb49b;
    color: #fff;
    text-align: left;
    width: 8%;
  }
}
*[renewal-ui=false] .custom_survey .collect_detail .user_explain .small,
*[renewal-ui=false] .custom_survey .analyze_detail .user_explain .small {
  font-size: 1.1rem;
}
*[renewal-ui=false] .custom_survey .collect_detail .button,
*[renewal-ui=false] .custom_survey .collect_detail input[type=submit],
*[renewal-ui=false] .custom_survey .analyze_detail .button,
*[renewal-ui=false] .custom_survey .analyze_detail input[type=submit] {
  position: relative;
  display: block;
  color: #fff;
  width: 100%;
  max-width: 250px;
  margin: 0 0 10px;
  padding: 10px 10px;
  text-align: center;
  text-decoration: none;
  font-size: 1.5rem;
  transition: all 0.5s ease;
  background: #5bb49b url("/btn_arrow.0b850927.svg") right 15px center no-repeat;
  border: none;
  cursor: pointer;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  *[renewal-ui=false] .custom_survey .collect_detail .button,
*[renewal-ui=false] .custom_survey .collect_detail input[type=submit],
*[renewal-ui=false] .custom_survey .analyze_detail .button,
*[renewal-ui=false] .custom_survey .analyze_detail input[type=submit] {
    width: 100%;
    max-width: none;
    font-size: 1.6rem;
    line-height: 30px;
    height: 5rem;
    margin: 0 auto 0;
  }
  *[renewal-ui=false] .custom_survey .collect_detail .button.btn_collect_select,
*[renewal-ui=false] .custom_survey .collect_detail input[type=submit].btn_collect_select,
*[renewal-ui=false] .custom_survey .analyze_detail .button.btn_collect_select,
*[renewal-ui=false] .custom_survey .analyze_detail input[type=submit].btn_collect_select {
    margin-bottom: 20px;
  }
}
*[renewal-ui=false] .custom_survey .collect_detail .button:hover,
*[renewal-ui=false] .custom_survey .collect_detail input[type=submit]:hover,
*[renewal-ui=false] .custom_survey .analyze_detail .button:hover,
*[renewal-ui=false] .custom_survey .analyze_detail input[type=submit]:hover {
  background: #7ec4b0 url("/btn_arrow.0b850927.svg") right 15px center no-repeat;
  color: #fff;
}
*[renewal-ui=false] .custom_survey .collect_detail .button.back,
*[renewal-ui=false] .custom_survey .collect_detail input[type=submit].back,
*[renewal-ui=false] .custom_survey .analyze_detail .button.back,
*[renewal-ui=false] .custom_survey .analyze_detail input[type=submit].back {
  margin-right: 0;
  border: 1px solid #5bb49b;
  color: #5bb49b;
  background: #fff;
}
@media screen and (max-width: 767px) {
  *[renewal-ui=false] .custom_survey .collect_detail .button.back,
*[renewal-ui=false] .custom_survey .collect_detail input[type=submit].back,
*[renewal-ui=false] .custom_survey .analyze_detail .button.back,
*[renewal-ui=false] .custom_survey .analyze_detail input[type=submit].back {
    margin-right: auto;
    font-size: 1.4rem;
  }
}
*[renewal-ui=false] .custom_survey .collect_detail .button.remind,
*[renewal-ui=false] .custom_survey .collect_detail input[type=submit].remind,
*[renewal-ui=false] .custom_survey .analyze_detail .button.remind,
*[renewal-ui=false] .custom_survey .analyze_detail input[type=submit].remind {
  max-width: 300px;
}
*[renewal-ui=false] .custom_survey .collect_detail .btn_collect_select,
*[renewal-ui=false] .custom_survey .analyze_detail .btn_collect_select {
  display: inline-block;
  margin-right: 20px;
}
@media screen and (min-width: 768px) {
  *[renewal-ui=false] .custom_survey .collect_detail dl,
*[renewal-ui=false] .custom_survey .analyze_detail dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  *[renewal-ui=false] .custom_survey .collect_detail dl,
*[renewal-ui=false] .custom_survey .analyze_detail dl {
    margin: 0 5%;
  }
}
*[renewal-ui=false] .custom_survey .collect_detail dl dt,
*[renewal-ui=false] .custom_survey .analyze_detail dl dt {
  width: 120px;
  margin: 0;
  padding: 28px 0 20px;
  color: #5bb49b;
  border-bottom: 1px dotted #ccc;
  text-align: left;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  *[renewal-ui=false] .custom_survey .collect_detail dl dt,
*[renewal-ui=false] .custom_survey .analyze_detail dl dt {
    width: 100%;
    padding-bottom: 0;
    border-bottom: none;
  }
}
*[renewal-ui=false] .custom_survey .collect_detail dl dd,
*[renewal-ui=false] .custom_survey .analyze_detail dl dd {
  width: calc(100% - 120px);
  margin: 0;
  padding: 20px 0;
  border-bottom: 1px dotted #ccc;
  text-align: left;
}
@media screen and (max-width: 767px) {
  *[renewal-ui=false] .custom_survey .collect_detail dl dd,
*[renewal-ui=false] .custom_survey .analyze_detail dl dd {
    width: 100%;
    padding: 10px 0 20px;
  }
}
*[renewal-ui=false] .custom_survey .collect_detail dl dd.send_date,
*[renewal-ui=false] .custom_survey .collect_detail dl dd.send_mail,
*[renewal-ui=false] .custom_survey .analyze_detail dl dd.send_date,
*[renewal-ui=false] .custom_survey .analyze_detail dl dd.send_mail {
  width: calc(50% - 100px);
}
*[renewal-ui=false] .custom_survey .collect_detail dl dd .button,
*[renewal-ui=false] .custom_survey .collect_detail dl dd input[type=submit],
*[renewal-ui=false] .custom_survey .analyze_detail dl dd .button,
*[renewal-ui=false] .custom_survey .analyze_detail dl dd input[type=submit] {
  background-image: none;
}
*[renewal-ui=false] .custom_survey .collect_detail dl dd .button:hover,
*[renewal-ui=false] .custom_survey .collect_detail dl dd input[type=submit]:hover,
*[renewal-ui=false] .custom_survey .analyze_detail dl dd .button:hover,
*[renewal-ui=false] .custom_survey .analyze_detail dl dd input[type=submit]:hover {
  background-image: none;
}
*[renewal-ui=false] .custom_survey .collect_detail dl dd .button.test_send,
*[renewal-ui=false] .custom_survey .collect_detail dl dd input[type=submit].test_send,
*[renewal-ui=false] .custom_survey .analyze_detail dl dd .button.test_send,
*[renewal-ui=false] .custom_survey .analyze_detail dl dd input[type=submit].test_send {
  max-width: 150px;
}
@media screen and (max-width: 767px) {
  *[renewal-ui=false] .custom_survey .collect_detail dl dd .button.test_send,
*[renewal-ui=false] .custom_survey .collect_detail dl dd input[type=submit].test_send,
*[renewal-ui=false] .custom_survey .analyze_detail dl dd .button.test_send,
*[renewal-ui=false] .custom_survey .analyze_detail dl dd input[type=submit].test_send {
    max-width: none;
  }
}
*[renewal-ui=false] .custom_survey .collect_detail dl .graph.cross,
*[renewal-ui=false] .custom_survey .analyze_detail dl .graph.cross {
  position: relative;
  margin: 0;
  padding: 40px 0 40px 60px;
}
@media screen and (min-width: 768px) {
  *[renewal-ui=false] .custom_survey .collect_detail dl .graph.cross,
*[renewal-ui=false] .custom_survey .analyze_detail dl .graph.cross {
    min-height: 300px;
  }
}
@media screen and (max-width: 767px) {
  *[renewal-ui=false] .custom_survey .collect_detail dl .graph.cross,
*[renewal-ui=false] .custom_survey .analyze_detail dl .graph.cross {
    padding: 0 0 0 40px;
  }
}
*[renewal-ui=false] .custom_survey .collect_detail dl .graph.cross h4,
*[renewal-ui=false] .custom_survey .analyze_detail dl .graph.cross h4 {
  padding: 10px;
  text-align: center;
}
*[renewal-ui=false] .custom_survey .collect_detail dl .graph.cross .cross_title_horizontal,
*[renewal-ui=false] .custom_survey .analyze_detail dl .graph.cross .cross_title_horizontal {
  margin-bottom: 30px;
  background: url("/note_bg.593a0562.png");
}
@media screen and (max-width: 767px) {
  *[renewal-ui=false] .custom_survey .collect_detail dl .graph.cross .cross_title_horizontal,
*[renewal-ui=false] .custom_survey .analyze_detail dl .graph.cross .cross_title_horizontal {
    padding: 8px 10px;
    font-size: 1.4rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
*[renewal-ui=false] .custom_survey .collect_detail dl .graph.cross .cross_title_vertical,
*[renewal-ui=false] .custom_survey .analyze_detail dl .graph.cross .cross_title_vertical {
  position: absolute;
  left: -20px;
  width: 40px;
  height: calc(100% - 75px);
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  background: url("/note_bg_gray.876c5e50.png");
}
@media screen and (min-width: 768px) {
  *[renewal-ui=false] .custom_survey .collect_detail dl .graph.cross .cross_title_vertical,
*[renewal-ui=false] .custom_survey .analyze_detail dl .graph.cross .cross_title_vertical {
    min-height: 150px;
  }
}
@media screen and (max-width: 767px) {
  *[renewal-ui=false] .custom_survey .collect_detail dl .graph.cross .cross_title_vertical,
*[renewal-ui=false] .custom_survey .analyze_detail dl .graph.cross .cross_title_vertical {
    width: 30px;
    height: calc(100% - 70px);
    min-height: 150px;
    font-size: 1.4rem;
    line-height: 12px;
  }
}
*[renewal-ui=false] .custom_survey .collect_detail dl table,
*[renewal-ui=false] .custom_survey .analyze_detail dl table {
  width: 100%;
}
*[renewal-ui=false] .custom_survey .collect_detail dl table td,
*[renewal-ui=false] .custom_survey .analyze_detail dl table td {
  padding: 10px 5px;
}
*[renewal-ui=false] .custom_survey .collect_detail dl table tr:nth-of-type(2n) td,
*[renewal-ui=false] .custom_survey .analyze_detail dl table tr:nth-of-type(2n) td {
  background: #f6f5f2;
}
*[renewal-ui=false] .custom_survey .collect_detail dl.collect_confirm dt,
*[renewal-ui=false] .custom_survey .analyze_detail dl.collect_confirm dt {
  padding: 20px 0;
}
@media screen and (max-width: 767px) {
  *[renewal-ui=false] .custom_survey .collect_detail dl.collect_confirm dt,
*[renewal-ui=false] .custom_survey .analyze_detail dl.collect_confirm dt {
    padding: 20px 0 0;
  }
}
*[renewal-ui=false] .custom_survey .collect_detail dl.collect_confirm .test_setting,
*[renewal-ui=false] .custom_survey .analyze_detail dl.collect_confirm .test_setting {
  padding: 28px 0 20px;
}
@media screen and (max-width: 767px) {
  *[renewal-ui=false] .custom_survey .collect_detail dl.collect_confirm .test_setting,
*[renewal-ui=false] .custom_survey .analyze_detail dl.collect_confirm .test_setting {
    padding: 20px 0 0;
  }
}
*[renewal-ui=false] .custom_survey .collect_detail dl .collect_list,
*[renewal-ui=false] .custom_survey .analyze_detail dl .collect_list {
  margin-top: 10px;
  background: #f6f5f2;
  padding: 20px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  *[renewal-ui=false] .custom_survey .collect_detail dl .collect_list,
*[renewal-ui=false] .custom_survey .analyze_detail dl .collect_list {
    margin: 10px 0 0;
  }
}
*[renewal-ui=false] .custom_survey .collect_detail dl .send_target,
*[renewal-ui=false] .custom_survey .analyze_detail dl .send_target {
  margin: 10px 0 0;
  padding: 5px 20px 15px;
  font-size: 1.4rem;
  background: #f6f5f2;
}
*[renewal-ui=false] .custom_survey .collect_detail dl .send_target dt,
*[renewal-ui=false] .custom_survey .analyze_detail dl .send_target dt {
  width: 200px;
  padding: 10px 0 0;
  border-bottom: none;
}
*[renewal-ui=false] .custom_survey .collect_detail dl .send_target dd,
*[renewal-ui=false] .custom_survey .analyze_detail dl .send_target dd {
  width: calc(100% - 200px);
  padding: 10px 0 0;
  border-bottom: none;
}
@media screen and (max-width: 767px) {
  *[renewal-ui=false] .custom_survey .collect_detail dl.download,
*[renewal-ui=false] .custom_survey .analyze_detail dl.download {
    margin: 0 5%;
  }
}
@media screen and (min-width: 768px) {
  *[renewal-ui=false] .custom_survey .collect_detail dl.download dt,
*[renewal-ui=false] .custom_survey .analyze_detail dl.download dt {
    width: 180px;
    padding: 20px 0 20px;
  }
}
@media screen and (max-width: 767px) {
  *[renewal-ui=false] .custom_survey .collect_detail dl.download dt,
*[renewal-ui=false] .custom_survey .analyze_detail dl.download dt {
    width: 100%;
    padding: 20px 0 0;
    border-bottom: none;
  }
}
@media screen and (min-width: 768px) {
  *[renewal-ui=false] .custom_survey .collect_detail dl.download dd,
*[renewal-ui=false] .custom_survey .analyze_detail dl.download dd {
    width: calc(100% - 180px);
  }
}
@media screen and (max-width: 767px) {
  *[renewal-ui=false] .custom_survey .collect_detail dl.download dd,
*[renewal-ui=false] .custom_survey .analyze_detail dl.download dd {
    width: 100%;
    border-bottom: none;
    padding: 20px 0 0;
  }
}
*[renewal-ui=false] .custom_survey .collect_detail dl.download dd ul,
*[renewal-ui=false] .custom_survey .analyze_detail dl.download dd ul {
  margin: 0;
  padding: 0;
}
*[renewal-ui=false] .custom_survey .collect_detail .send_target,
*[renewal-ui=false] .custom_survey .analyze_detail .send_target {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
*[renewal-ui=false] .custom_survey .collect_detail .send_remind_target select,
*[renewal-ui=false] .custom_survey .analyze_detail .send_remind_target select {
  font-size: 1.4rem;
}
*[renewal-ui=false] .custom_survey .collect_detail .send_title input[type=text],
*[renewal-ui=false] .custom_survey .analyze_detail .send_title input[type=text] {
  display: inline-block;
  width: 100%;
  margin: 0;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 1.4rem;
}
*[renewal-ui=false] .custom_survey .collect_detail .send_content,
*[renewal-ui=false] .custom_survey .analyze_detail .send_content {
  white-space: pre-line;
}
*[renewal-ui=false] .custom_survey .collect_detail .send_content textarea,
*[renewal-ui=false] .custom_survey .analyze_detail .send_content textarea {
  display: block;
  width: 100%;
  margin: 0;
  padding: calc(-1em + 20px) 10px 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 1.4rem;
  text-align: left;
}
@media screen and (min-width: 768px) {
  *[renewal-ui=false] .custom_survey .collect_detail .send_content textarea,
*[renewal-ui=false] .custom_survey .analyze_detail .send_content textarea {
    min-height: 36em;
  }
}
@media screen and (max-width: 767px) {
  *[renewal-ui=false] .custom_survey .collect_detail .send_content textarea,
*[renewal-ui=false] .custom_survey .analyze_detail .send_content textarea {
    min-height: 36em;
  }
}
*[renewal-ui=false] .custom_survey .collect_detail .attention,
*[renewal-ui=false] .custom_survey .analyze_detail .attention {
  background: #ffe4e9;
  padding: 5px 10px;
  font-size: 1.4rem;
}
*[renewal-ui=false] .custom_survey .collect_detail ul.btn_area,
*[renewal-ui=false] .custom_survey .analyze_detail ul.btn_area {
  margin: 60px 0 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  *[renewal-ui=false] .custom_survey .collect_detail ul.btn_area,
*[renewal-ui=false] .custom_survey .analyze_detail ul.btn_area {
    margin: 40px 0 0;
  }
}
*[renewal-ui=false] .custom_survey .collect_detail ul.btn_area li,
*[renewal-ui=false] .custom_survey .analyze_detail ul.btn_area li {
  width: 250px;
  margin: 0 20px 0;
}
@media screen and (max-width: 767px) {
  *[renewal-ui=false] .custom_survey .collect_detail ul.btn_area li,
*[renewal-ui=false] .custom_survey .analyze_detail ul.btn_area li {
    width: 80%;
  }
  *[renewal-ui=false] .custom_survey .collect_detail ul.btn_area li:nth-of-type(2),
*[renewal-ui=false] .custom_survey .analyze_detail ul.btn_area li:nth-of-type(2) {
    margin-top: 20px;
  }
}
*[renewal-ui=false] .custom_survey .collect_detail ul.btn_area a.button.back,
*[renewal-ui=false] .custom_survey .analyze_detail ul.btn_area a.button.back {
  color: #5bb49b;
  background: #fff url("/btn_arrow_prev.6637afef.svg") left 15px center no-repeat;
  border: 1px solid #5bb49b;
}
*[renewal-ui=false] .custom_survey .collect_detail ul.btn_area a.button.back:hover,
*[renewal-ui=false] .custom_survey .analyze_detail ul.btn_area a.button.back:hover {
  background: #5bb49b url("/btn_arrow_prev.6637afef.svg") left 15px center no-repeat;
  color: #fff;
}
*[renewal-ui=false] .custom_survey .collect_detail ul.btn_area.notification_confirm li,
*[renewal-ui=false] .custom_survey .analyze_detail ul.btn_area.notification_confirm li {
  width: 250px;
}
*[renewal-ui=false] .custom_survey .collect_detail div.btn_area,
*[renewal-ui=false] .custom_survey .analyze_detail div.btn_area {
  width: 300px;
  margin: 60px auto 0;
}
*[renewal-ui=false] .custom_survey .collect_detail div.btn_area.notification_confirm,
*[renewal-ui=false] .custom_survey .analyze_detail div.btn_area.notification_confirm {
  width: 540px;
  margin: 30px auto 0;
}
*[renewal-ui=false] .custom_survey .collect_detail div.btn_area .send_option,
*[renewal-ui=false] .custom_survey .analyze_detail div.btn_area .send_option {
  margin: 10px 0 0;
  text-align: center;
}
*[renewal-ui=false] .custom_survey .collect_detail input[type=checkbox],
*[renewal-ui=false] .custom_survey .analyze_detail input[type=checkbox] {
  position: relative;
  width: 16px;
  height: 16px;
  margin-right: 5px;
  border: none;
}
*[renewal-ui=false] .custom_survey .collect_detail input[type=checkbox]:before,
*[renewal-ui=false] .custom_survey .analyze_detail input[type=checkbox]:before {
  transition: all 0.15s ease-in-out;
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  z-index: 1;
  width: 16px;
  height: 16px;
  border: 2px solid #f2f2f2;
  visibility: hidden;
}
*[renewal-ui=false] .custom_survey .collect_detail input[type=checkbox]:after,
*[renewal-ui=false] .custom_survey .analyze_detail input[type=checkbox]:after {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  background: #fff;
  border: 1px solid #ccc;
  width: 16px;
  height: 16px;
  border-radius: 3px;
}
*[renewal-ui=false] .custom_survey .collect_detail input[type=checkbox]:checked:before,
*[renewal-ui=false] .custom_survey .analyze_detail input[type=checkbox]:checked:before {
  transform: rotate(-45deg);
  height: 1rem;
  border-color: #5bb49b;
  border-top-style: none;
  border-right-style: none;
  visibility: visible;
}
*[renewal-ui=false] .custom_survey .collect_detail input[type=checkbox]:checked:after,
*[renewal-ui=false] .custom_survey .analyze_detail input[type=checkbox]:checked:after {
  border: none;
  background: none;
}
*[renewal-ui=false] .custom_survey .collect_detail input[type=radio],
*[renewal-ui=false] .custom_survey .analyze_detail input[type=radio] {
  position: relative;
  width: 16px;
  height: 16px;
  border: none;
  margin-right: 5px;
}
*[renewal-ui=false] .custom_survey .collect_detail input[type=radio]:before,
*[renewal-ui=false] .custom_survey .analyze_detail input[type=radio]:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 3px;
  z-index: 1;
  width: 16px;
  height: 16px;
  visibility: hidden;
}
*[renewal-ui=false] .custom_survey .collect_detail input[type=radio]:after,
*[renewal-ui=false] .custom_survey .analyze_detail input[type=radio]:after {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  background: #fff;
  border: 1px solid #ccc;
  width: 16px;
  height: 16px;
  border-radius: 100%;
}
*[renewal-ui=false] .custom_survey .collect_detail input[type=radio]:checked:before,
*[renewal-ui=false] .custom_survey .analyze_detail input[type=radio]:checked:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background: #5bb49b;
  border-radius: 100%;
  visibility: visible;
}
*[renewal-ui=false] .custom_survey .collect_detail input[type=date],
*[renewal-ui=false] .custom_survey .collect_detail input[type=time],
*[renewal-ui=false] .custom_survey .analyze_detail input[type=date],
*[renewal-ui=false] .custom_survey .analyze_detail input[type=time] {
  display: inline-block;
  width: 100%;
  max-width: 200px;
  border: 1px solid #ccc;
  margin: 0 0 10px;
  padding: 10px 15px;
  font-size: 1.4rem;
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  *[renewal-ui=false] .custom_survey .collect_detail input[type=date],
*[renewal-ui=false] .custom_survey .collect_detail input[type=time],
*[renewal-ui=false] .custom_survey .analyze_detail input[type=date],
*[renewal-ui=false] .custom_survey .analyze_detail input[type=time] {
    font-size: 1.4rem;
    max-width: 46%;
  }
}
*[renewal-ui=false] .custom_survey .collect_detail input[type=text].test_mail,
*[renewal-ui=false] .custom_survey .analyze_detail input[type=text].test_mail {
  display: inline-block;
  width: 100%;
  max-width: 300px;
  border: 1px solid #ccc;
  margin: 0 20px 10px 0;
  padding: 10px 15px;
  font-size: 1.4rem;
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  *[renewal-ui=false] .custom_survey .collect_detail input[type=text].test_mail,
*[renewal-ui=false] .custom_survey .analyze_detail input[type=text].test_mail {
    font-size: 1.6rem;
    margin: 0 0 10px;
    max-width: none;
  }
}
*[renewal-ui=false] .custom_survey .collect_detail input[type=text].test_corporate,
*[renewal-ui=false] .custom_survey .analyze_detail input[type=text].test_corporate {
  display: inline-block;
  width: 100%;
  max-width: 380px;
  border: 1px solid #ccc;
  margin: 0 20px 10px 0;
  padding: 10px 15px;
  font-size: 1.4rem;
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  *[renewal-ui=false] .custom_survey .collect_detail input[type=text].test_corporate,
*[renewal-ui=false] .custom_survey .analyze_detail input[type=text].test_corporate {
    font-size: 1.6rem;
    margin: 0 0 10px;
    max-width: none;
  }
}
*[renewal-ui=false] .custom_survey .collect_detail input[type=time],
*[renewal-ui=false] .custom_survey .analyze_detail input[type=time] {
  margin-left: 20px;
}
*[renewal-ui=false] .custom_survey .collect_detail .send_mail_target,
*[renewal-ui=false] .custom_survey .analyze_detail .send_mail_target {
  display: none;
  margin: 10px 0 0;
  padding: 10px;
  font-size: 1.4rem;
  background: #f6f5f2;
}
*[renewal-ui=false] .custom_survey .collect_detail #mail_both,
*[renewal-ui=false] .custom_survey .analyze_detail #mail_both {
  margin-left: 20px;
}
*[renewal-ui=false] .custom_survey .collect_detail .select_area,
*[renewal-ui=false] .custom_survey .analyze_detail .select_area {
  position: relative;
  display: inline-block;
  background: #fff;
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  *[renewal-ui=false] .custom_survey .collect_detail .select_area,
*[renewal-ui=false] .custom_survey .analyze_detail .select_area {
    margin: 0 auto 20px;
    text-align: center;
  }
}
*[renewal-ui=false] .custom_survey .collect_detail .select_area::after,
*[renewal-ui=false] .custom_survey .analyze_detail .select_area::after {
  content: "▼";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto 0;
  font-size: 10px;
  height: 16px;
  color: #333;
  z-index: 10;
  pointer-events: none;
}
*[renewal-ui=false] .custom_survey .collect_detail select,
*[renewal-ui=false] .custom_survey .analyze_detail select {
  position: relative;
  padding: 10px 30px 10px 10px;
  margin: 0;
  border: 1px solid #ccc;
  border-radius: 5px;
  background: none;
  z-index: 11;
}
*[renewal-ui=false] .custom_survey .collect_detail .respondents .-rate dt,
*[renewal-ui=false] .custom_survey .collect_detail .respondents .-rate dd,
*[renewal-ui=false] .custom_survey .analyze_detail .respondents .-rate dt,
*[renewal-ui=false] .custom_survey .analyze_detail .respondents .-rate dd {
  position: relative;
  border-bottom: none;
}
@media screen and (min-width: 768px) {
  *[renewal-ui=false] .custom_survey .collect_detail .respondents dt,
*[renewal-ui=false] .custom_survey .analyze_detail .respondents dt {
    width: 25%;
    padding: 20px 0;
  }
}
@media screen and (min-width: 768px) {
  *[renewal-ui=false] .custom_survey .collect_detail .respondents dd,
*[renewal-ui=false] .custom_survey .analyze_detail .respondents dd {
    width: 75%;
  }
  *[renewal-ui=false] .custom_survey .collect_detail .respondents dd .button,
*[renewal-ui=false] .custom_survey .analyze_detail .respondents dd .button {
    display: inline-block;
  }
  *[renewal-ui=false] .custom_survey .collect_detail .respondents dd a.button,
*[renewal-ui=false] .custom_survey .analyze_detail .respondents dd a.button {
    margin-right: 20px;
  }
}
*[renewal-ui=false] .custom_survey .collect_detail .respondents dd .edit,
*[renewal-ui=false] .custom_survey .analyze_detail .respondents dd .edit {
  margin-right: 20px;
}
*[renewal-ui=false] .custom_survey .collect_detail .respondents dd .edit img,
*[renewal-ui=false] .custom_survey .analyze_detail .respondents dd .edit img {
  width: 20px;
  height: auto;
}
@media screen and (min-width: 768px) {
  *[renewal-ui=false] .custom_survey .collect_detail .respondents input[type=radio]:nth-of-type(n+2),
*[renewal-ui=false] .custom_survey .analyze_detail .respondents input[type=radio]:nth-of-type(n+2) {
    margin-left: 20px;
  }
}
*[renewal-ui=false] .custom_survey .collect_detail .respondents .list_delete,
*[renewal-ui=false] .custom_survey .analyze_detail .respondents .list_delete {
  position: absolute;
  right: 0;
  top: 20px;
  color: #5bb49b;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  outline: none;
}
*[renewal-ui=false] .custom_survey .collect_detail .respondents .list_delete img,
*[renewal-ui=false] .custom_survey .analyze_detail .respondents .list_delete img {
  position: relative;
  top: -2px;
  margin-right: 5px;
  width: auto;
  height: 18px;
}
*[renewal-ui=false] .custom_survey .collect_detail .error-text,
*[renewal-ui=false] .custom_survey .analyze_detail .error-text {
  text-align: center;
}
*[renewal-ui=false] .custom_survey .collect_detail .download,
*[renewal-ui=false] .custom_survey .analyze_detail .download {
  margin: 20px 0 0;
  padding: 0 0 0 20px;
  background: url("/icon_data_on.c30af273.png") left center/auto 18px no-repeat;
  text-decoration: none;
  color: #5bb49b;
}
*[renewal-ui=false] .custom_survey .collect_detail dl.download,
*[renewal-ui=false] .custom_survey .analyze_detail dl.download {
  padding: 0;
  background: none;
  color: #333;
}
@media screen and (min-width: 768px) {
  *[renewal-ui=false] .custom_survey .collect_detail .collect_type,
*[renewal-ui=false] .custom_survey .analyze_detail .collect_type {
    margin-top: -30px;
    margin-right: 30px;
  }
}
@media screen and (max-width: 767px) {
  *[renewal-ui=false] .custom_survey .collect_detail .collect_type,
*[renewal-ui=false] .custom_survey .analyze_detail .collect_type {
    margin: 0 5% 0;
  }
}
*[renewal-ui=false] .custom_survey .collect_detail .collect_type h2,
*[renewal-ui=false] .custom_survey .analyze_detail .collect_type h2 {
  width: 100%;
}
*[renewal-ui=false] .custom_survey .collect_detail .collect_url,
*[renewal-ui=false] .custom_survey .collect_detail .collect_qr,
*[renewal-ui=false] .custom_survey .analyze_detail .collect_url,
*[renewal-ui=false] .custom_survey .analyze_detail .collect_qr {
  position: relative;
  margin: 10px 0 0;
  padding: 10px 15px 15px;
  background: url("/note_bg.593a0562.png") repeat;
}
@media screen and (max-width: 767px) {
  *[renewal-ui=false] .custom_survey .collect_detail .collect_url,
*[renewal-ui=false] .custom_survey .collect_detail .collect_qr,
*[renewal-ui=false] .custom_survey .analyze_detail .collect_url,
*[renewal-ui=false] .custom_survey .analyze_detail .collect_qr {
    margin: 10px 0 0;
    padding: 5vw;
  }
}
*[renewal-ui=false] .custom_survey .collect_detail .collect_url h3,
*[renewal-ui=false] .custom_survey .collect_detail .collect_qr h3,
*[renewal-ui=false] .custom_survey .analyze_detail .collect_url h3,
*[renewal-ui=false] .custom_survey .analyze_detail .collect_qr h3 {
  margin: 0;
  color: #5bb49b;
  font-weight: bold;
  text-align: left;
}
*[renewal-ui=false] .custom_survey .collect_detail .collect_url .url_text,
*[renewal-ui=false] .custom_survey .collect_detail .collect_qr .url_text,
*[renewal-ui=false] .custom_survey .analyze_detail .collect_url .url_text,
*[renewal-ui=false] .custom_survey .analyze_detail .collect_qr .url_text {
  min-height: 100px;
  margin: 10px 0 0;
  padding: 10px 20px 10px;
  font-size: 1.8rem;
  font-family: futura-pt, sans-serif;
  font-weight: bold;
  line-height: 120%;
  background: #fff;
  word-wrap: break-word;
  overflow-wrap: break-word;
  text-align: left;
}
*[renewal-ui=false] .custom_survey .collect_detail .collect_url .url_text input[type=text],
*[renewal-ui=false] .custom_survey .collect_detail .collect_qr .url_text input[type=text],
*[renewal-ui=false] .custom_survey .analyze_detail .collect_url .url_text input[type=text],
*[renewal-ui=false] .custom_survey .analyze_detail .collect_qr .url_text input[type=text] {
  width: 15em;
  margin-left: 5px;
}
*[renewal-ui=false] .custom_survey .collect_detail .collect_url .url_text span,
*[renewal-ui=false] .custom_survey .collect_detail .collect_qr .url_text span,
*[renewal-ui=false] .custom_survey .analyze_detail .collect_url .url_text span,
*[renewal-ui=false] .custom_survey .analyze_detail .collect_qr .url_text span {
  display: inline-block;
  word-break: break-all;
}
*[renewal-ui=false] .custom_survey .collect_detail .collect_url .qr_code,
*[renewal-ui=false] .custom_survey .collect_detail .collect_qr .qr_code,
*[renewal-ui=false] .custom_survey .analyze_detail .collect_url .qr_code,
*[renewal-ui=false] .custom_survey .analyze_detail .collect_qr .qr_code {
  margin: 10px 0 0;
  padding: 0 10px;
  background: #fff;
}
*[renewal-ui=false] .custom_survey .collect_detail .collect_url .qr_code img,
*[renewal-ui=false] .custom_survey .collect_detail .collect_qr .qr_code img,
*[renewal-ui=false] .custom_survey .analyze_detail .collect_url .qr_code img,
*[renewal-ui=false] .custom_survey .analyze_detail .collect_qr .qr_code img {
  max-width: 100%;
  height: auto;
}
*[renewal-ui=false] .custom_survey .collect_detail .collect_url .button,
*[renewal-ui=false] .custom_survey .collect_detail .collect_qr .button,
*[renewal-ui=false] .custom_survey .analyze_detail .collect_url .button,
*[renewal-ui=false] .custom_survey .analyze_detail .collect_qr .button {
  position: absolute;
  right: 5vw;
  top: 5vw;
  display: inline-block;
  margin-top: 0;
  padding: 3px 10px;
  width: auto;
  color: #5bb49b;
  background: #fff;
  border: 1px solid #5bb49b;
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  *[renewal-ui=false] .custom_survey .collect_detail .collect_url .button,
*[renewal-ui=false] .custom_survey .collect_detail .collect_qr .button,
*[renewal-ui=false] .custom_survey .analyze_detail .collect_url .button,
*[renewal-ui=false] .custom_survey .analyze_detail .collect_qr .button {
    top: 10px;
    right: 15px;
  }
}
@media screen and (max-width: 767px) {
  *[renewal-ui=false] .custom_survey .collect_detail .collect_url .button,
*[renewal-ui=false] .custom_survey .collect_detail .collect_qr .button,
*[renewal-ui=false] .custom_survey .analyze_detail .collect_url .button,
*[renewal-ui=false] .custom_survey .analyze_detail .collect_qr .button {
    line-height: 130%;
    height: auto;
  }
}
*[renewal-ui=false] .custom_survey .collect_detail .collect_url .button img,
*[renewal-ui=false] .custom_survey .collect_detail .collect_qr .button img,
*[renewal-ui=false] .custom_survey .analyze_detail .collect_url .button img,
*[renewal-ui=false] .custom_survey .analyze_detail .collect_qr .button img {
  margin-right: 5px;
  vertical-align: middle;
  width: 14px;
  height: auto;
}
*[renewal-ui=false] .custom_survey .collect_detail .collect_url,
*[renewal-ui=false] .custom_survey .analyze_detail .collect_url {
  width: 100%;
}
@media screen and (min-width: 768px) {
  *[renewal-ui=false] .custom_survey .collect_detail .collect_url,
*[renewal-ui=false] .custom_survey .analyze_detail .collect_url {
    width: calc(100% - 230px);
  }
  *[renewal-ui=false] .custom_survey .collect_detail .collect_url.-w100,
*[renewal-ui=false] .custom_survey .analyze_detail .collect_url.-w100 {
    width: 100%;
  }
  *[renewal-ui=false] .custom_survey .collect_detail .collect_url.-w100 .url_text,
*[renewal-ui=false] .custom_survey .analyze_detail .collect_url.-w100 .url_text {
    min-height: auto;
  }
}
*[renewal-ui=false] .custom_survey .collect_detail .collect_qr,
*[renewal-ui=false] .custom_survey .analyze_detail .collect_qr {
  width: 100%;
}
@media screen and (min-width: 768px) {
  *[renewal-ui=false] .custom_survey .collect_detail .collect_qr,
*[renewal-ui=false] .custom_survey .analyze_detail .collect_qr {
    width: 200px;
  }
}
*[renewal-ui=false] .custom_survey .collect_detail .collect_qr .qr_code,
*[renewal-ui=false] .custom_survey .analyze_detail .collect_qr .qr_code {
  text-align: center;
}
*[renewal-ui=false] .custom_survey .collect_detail .collect_qr img,
*[renewal-ui=false] .custom_survey .analyze_detail .collect_qr img {
  width: 100px;
  height: auto;
}
*[renewal-ui=false] .custom_survey .collect_sub {
  margin: 0 0 20px;
  padding: 0;
  -webkit-box-pack: center;
  justify-content: center;
  border-radius: 5px 5px 0 0;
  border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 767px) {
  *[renewal-ui=false] .custom_survey .collect_sub {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 30px;
    margin: 0 0 20px;
    padding: 0 5% 20px;
  }
}
*[renewal-ui=false] .custom_survey .collect_sub li {
  margin: 0 5px;
  padding: 10px 20px;
  font-size: 1.4rem;
  border-radius: 5px 5px 0 0;
  background: #daf6d0;
  border: 1px solid #daf6d0;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  *[renewal-ui=false] .custom_survey .collect_sub li {
    border-bottom: none;
  }
}
@media screen and (max-width: 767px) {
  *[renewal-ui=false] .custom_survey .collect_sub li {
    width: 48%;
    margin: 5px 0;
    padding: 8px 10px;
    text-align: center;
    border-radius: 5px;
  }
}
*[renewal-ui=false] .custom_survey .collect_sub li.current {
  position: relative;
  background: #fff;
  font-weight: bold;
  border-color: #ccc;
}
@media screen and (min-width: 768px) {
  *[renewal-ui=false] .custom_survey .collect_sub li.current::after {
    position: absolute;
    content: "";
    display: block;
    bottom: -1px;
    left: 1px;
    width: calc(100% - 2px);
    height: 1px;
    background: #fff;
  }
}
*[renewal-ui=false] .custom_survey .collect_sub li a {
  color: #333;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  *[renewal-ui=false] .custom_survey .collect_target.modal-inner {
    margin: auto !important;
  }
}
*[renewal-ui=false] .custom_survey .collect_target.collect_confirm {
  max-height: 550px;
}
*[renewal-ui=false] .custom_survey .collect_target .collect_target_modal dl,
*[renewal-ui=false] .custom_survey .collect_target .collect_confirm_modal dl,
*[renewal-ui=false] .custom_survey .collect_target .collect_remind_modal dl {
  max-width: 600px;
}
*[renewal-ui=false] .custom_survey .collect_target .collect_target_modal dt,
*[renewal-ui=false] .custom_survey .collect_target .collect_confirm_modal dt,
*[renewal-ui=false] .custom_survey .collect_target .collect_remind_modal dt {
  color: #5bb49b;
  font-size: 1.8rem;
}
*[renewal-ui=false] .custom_survey .collect_target .collect_target_modal .table_box,
*[renewal-ui=false] .custom_survey .collect_target .collect_confirm_modal .table_box,
*[renewal-ui=false] .custom_survey .collect_target .collect_remind_modal .table_box {
  margin-top: 20px;
  margin-bottom: 10px;
}
*[renewal-ui=false] .custom_survey .collect_target .collect_confirm_modal dt,
*[renewal-ui=false] .custom_survey .collect_target .collect_remind_modal dt {
  width: 6em;
  float: left;
  font-size: 1.6rem;
  margin: 0;
  padding: 15px 0 0;
}
*[renewal-ui=false] .custom_survey .collect_target .collect_confirm_modal dd,
*[renewal-ui=false] .custom_survey .collect_target .collect_remind_modal dd {
  padding: 15px 0 15px 8em;
  border-bottom: 1px solid #ccc;
}
*[renewal-ui=false] .custom_survey .collect_target .collect_confirm_modal .attention,
*[renewal-ui=false] .custom_survey .collect_target .collect_remind_modal .attention {
  margin: 20px auto;
  max-width: 600px;
}
*[renewal-ui=false] .custom_survey .collect_target .select_collect_type dt {
  margin-top: 0;
}
*[renewal-ui=false] .custom_survey .collect_target .select_collect_type .select_collect_radio label {
  margin: 0;
  display: inline-block;
  width: calc(100% - 50px);
  font-size: 1.6rem;
}
*[renewal-ui=false] .custom_survey .collect_target .select_collect_type .select_collect_radio li {
  margin: 5px 0 0;
  padding: 10px 10px;
  border: 1px solid #ccc;
  border-radius: 10px;
}
*[renewal-ui=false] .custom_survey .collect_target .select_collect_type .select_collect_radio li.selected {
  background: #ccf0dd;
  border: 1px solid #ccf0dd;
}
*[renewal-ui=false] .custom_survey .collect_target .button.save {
  display: block;
  color: #fff;
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
  padding: 10px;
  text-align: center;
  text-decoration: none;
  font-size: 1.5rem;
  transition: all 0.5s ease;
  background: #5bb49b;
  border: 1px solid #5bb49b;
}
*[renewal-ui=false] .custom_survey .collect_target .button.save:hover {
  color: #fff;
  background: #7ec4b0;
}
*[renewal-ui=false] .custom_survey .collect_target .button.save::after {
  content: ">";
  position: relative;
  margin: 0 0 0 10px;
  display: inline-block;
}
*[renewal-ui=false] .custom_survey .collect_target .button.save.mt10 {
  margin-top: 10px;
}
*[renewal-ui=false] .custom_survey .send_date_input .send_complete {
  margin: 0 0 10px 10px;
  padding: 10px 0;
  color: #d11010;
}
*[renewal-ui=false] .custom_survey .send_date_input .error-text {
  width: 100%;
  text-align: left;
}
*[renewal-ui=false] .custom_survey .page_hidden {
  margin: 10px 0 0;
  background: #f6f5f2;
  padding: 10px;
  text-align: center;
  color: #333;
}
@media screen and (max-width: 767px) {
  *[renewal-ui=false] .custom_survey .page_hidden {
    margin: 30px 0 0;
  }
}
*[renewal-ui=false] .custom_survey .status_complete {
  margin-top: -10px;
  background: #56ce8f;
  padding: 10px;
  text-align: center;
  color: #fff;
}
*[renewal-ui=false] .custom_survey .status_complete.-fix {
  background: #C24A4A;
}
*[renewal-ui=false] .custom_survey .status_complete_send {
  margin-top: -10px;
  background: #EBB267;
  padding: 10px;
  text-align: center;
  color: #fff;
}
*[renewal-ui=false] .custom_survey .send_mail_list {
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 767px) {
  *[renewal-ui=false] .custom_survey .send_mail_list {
    margin: 0 5%;
  }
}
*[renewal-ui=false] .custom_survey .send_mail_list li {
  padding: 20px 0;
  text-align: left;
  border-bottom: 1px dotted #ccc;
}
*[renewal-ui=false] .custom_survey .send_mail_list li .date {
  width: 20em;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  *[renewal-ui=false] .custom_survey .send_mail_list li .date {
    margin: 0 0 10px;
    display: block;
  }
}
*[renewal-ui=false] .custom_survey .send_mail_list li .category {
  width: 6em;
  display: inline-block;
  margin: 0 10px 0;
  padding: 2px 5px;
  font-size: 1.4rem;
  text-align: center;
  color: #fff;
  background: #5bb49b;
  box-sizing: border-box;
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  *[renewal-ui=false] .custom_survey .send_mail_list li .category {
    margin: 0 10px 10px 0;
  }
}
*[renewal-ui=false] .custom_survey .send_mail_list li .category.remind {
  background: #EBB267;
}
@media screen and (min-width: 768px) {
  *[renewal-ui=false] .custom_survey .send_mail_list li .status {
    text-align: right;
    float: right;
    white-space: nowrap;
  }
}
@media screen and (max-width: 767px) {
  *[renewal-ui=false] .custom_survey .send_mail_list li .status {
    display: block;
    float: none;
    text-align: left;
  }
}
*[renewal-ui=false] .custom_survey .remind_history {
  margin: 20px 0 0;
  padding: 30px 30px 10px;
  background: #f6f5f2;
}
@media screen and (max-width: 767px) {
  *[renewal-ui=false] .custom_survey .remind_history {
    margin: 20px 5%;
    padding: 20px 20px 10px;
  }
}
*[renewal-ui=false] .custom_survey .remind_history h3 {
  margin: 0;
  padding: 0;
  text-align: left;
  color: #5bb49b;
  font-size: 1.6rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  *[renewal-ui=false] .custom_survey .remind_history .send_mail_list {
    margin: 0;
  }
}
*[renewal-ui=false] .custom_survey .remind_history .send_mail_list li:nth-last-of-type(1) {
  border-bottom: none;
}
*[renewal-ui=false] .custom_survey .analyze_detail span.button {
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  *[renewal-ui=false] .custom_survey .analyze_detail .analyze_type {
    margin: 0 5%;
  }
}
*[renewal-ui=false] .custom_survey .analyze_detail .analyze_type .type {
  padding: 10px 20px;
  color: #fff;
  background: #5bb49b;
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  *[renewal-ui=false] .custom_survey .analyze_detail .analyze_type .type {
    padding: 5px 10px;
    font-size: 1.4rem;
    align-self: center;
  }
}
@media screen and (max-width: 767px) {
  *[renewal-ui=false] .custom_survey .analyze_detail .analyze_type .select_area {
    margin-bottom: 0;
    font-size: 1.4rem;
  }
}
*[renewal-ui=false] .custom_survey .analyze_detail .category_select_analyze {
  margin: 20px 0 0;
  -webkit-box-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  align-items: center;
}
*[renewal-ui=false] .custom_survey .analyze_detail .category_select_analyze ul {
  margin: 0 0 0 10px;
  padding: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  background: #efefef;
}
*[renewal-ui=false] .custom_survey .analyze_detail .category_select_analyze li {
  color: #333;
  padding: 5px 10px;
  cursor: pointer;
}
*[renewal-ui=false] .custom_survey .analyze_detail .category_select_analyze li:nth-of-type(1) {
  border-radius: 5px 0 0 5px;
}
*[renewal-ui=false] .custom_survey .analyze_detail .category_select_analyze li:nth-last-of-type(1) {
  border-radius: 0 5px 5px 0;
}
*[renewal-ui=false] .custom_survey .analyze_detail .category_select_analyze .current {
  margin: 0;
  color: #fff;
  background: #5bb49b;
  cursor: default;
}
*[renewal-ui=false] .custom_survey .analyze_detail h3.analyze_category {
  margin: 40px 0 20px;
  padding: 10px;
  font-weight: bold;
  background: #f6f5f2 url("/note_bg.593a0562.png");
}
*[renewal-ui=false] .custom_survey .analyze_detail h3.analyze_category .response_num {
  position: relative;
  width: auto;
  border-radius: 0;
  background: none;
  border-left: 1px solid #ccc;
  margin-left: 1em;
  padding-left: 1em;
}
*[renewal-ui=false] .custom_survey .analyze_detail .graph {
  margin: 40px 0 60px;
}
@media screen and (max-width: 767px) {
  *[renewal-ui=false] .custom_survey .analyze_detail .graph {
    margin: 20px 0 40px;
  }
}
*[renewal-ui=false] .custom_survey .analyze_detail .table_scroll {
  margin: 20px 0 0;
  width: 100%;
  overflow-x: auto;
}
*[renewal-ui=false] .custom_survey .analyze_detail .table_scroll table {
  min-width: 100%;
  width: auto;
  max-width: inherit;
}
*[renewal-ui=false] .custom_survey .analyze_detail .table_scroll .answer {
  text-align: left;
  position: -webkit-sticky;
  position: sticky;
  left: -1px;
  z-index: 200;
}
@media screen and (min-width: 768px) {
  *[renewal-ui=false] .custom_survey .analyze_detail .table_scroll .answer {
    width: 250px;
  }
}
@media screen and (max-width: 767px) {
  *[renewal-ui=false] .custom_survey .analyze_detail .table_scroll .answer {
    width: 150px;
  }
}
*[renewal-ui=false] .custom_survey .analyze_detail .table_scroll .total td {
  background: #f6f5f2;
}
*[renewal-ui=false] .custom_survey .analyze_detail .response_others_open .button,
*[renewal-ui=false] .custom_survey .analyze_detail .response_others_close .button {
  max-width: 400px;
}
@media screen and (max-width: 767px) {
  *[renewal-ui=false] .custom_survey .analyze_detail .response_others_open .button,
*[renewal-ui=false] .custom_survey .analyze_detail .response_others_close .button {
    width: 100%;
    font-size: 1.4rem;
  }
}
*[renewal-ui=false] .custom_survey .analyze_detail .response_others_list {
  display: none;
  margin-top: 40px;
}
*[renewal-ui=false] .custom_survey .analyze_detail .response_others_list table {
  margin: 20px 0 10px;
}
*[renewal-ui=false] .custom_survey .analyze_detail .response_comment_list table {
  margin: 20px 0 10px;
}
*[renewal-ui=false] .custom_survey .analyze_detail .response_rate {
  max-width: 600px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  *[renewal-ui=false] .custom_survey .analyze_detail .response_rate {
    margin: 0 5%;
  }
}
*[renewal-ui=false] .custom_survey .analyze_detail .response_rate img {
  width: 100%;
  height: auto;
}
*[renewal-ui=false] .custom_survey .analyze_detail .response_rate .graph {
  margin: 40px 0 0;
}
@media screen and (max-width: 767px) {
  *[renewal-ui=false] .custom_survey .analyze_detail .response_rate .graph {
    margin: 20px 0 0;
  }
}
*[renewal-ui=false] .custom_survey .analyze_detail .response_rate .response_rate_detail {
  margin: 40px auto 0;
}
*[renewal-ui=false] .custom_survey .analyze_detail .response_rate_list {
  display: none;
  max-width: 600px;
  margin: 40px auto 0;
}
@media screen and (max-width: 767px) {
  *[renewal-ui=false] .custom_survey .analyze_detail .response_rate_list {
    margin: 40px 5% 0;
  }
}
*[renewal-ui=false] .custom_survey .analyze_detail .response_rate_list h2 {
  text-align: left;
  color: #5bb49b;
}
*[renewal-ui=false] .custom_survey .analyze_detail .response_rate_list table {
  margin-top: 20px;
}
*[renewal-ui=false] .custom_survey .analyze_detail .response_rate_list .name_list {
  text-align: left;
  padding: 10px 20px;
}
*[renewal-ui=false] .custom_survey .analyze_detail .question {
  margin-top: 40px;
  position: relative;
  text-align: left;
}
@media screen and (max-width: 767px) {
  *[renewal-ui=false] .custom_survey .analyze_detail .question {
    margin: 40px 5% 0;
  }
}
*[renewal-ui=false] .custom_survey .analyze_detail .question .num {
  font-family: futura-pt, sans-serif;
  font-weight: 600;
  color: #5bb49b;
  font-size: 1.8rem;
}
@media screen and (min-width: 768px) {
  *[renewal-ui=false] .custom_survey .analyze_detail .question .num {
    position: absolute;
    left: 0;
    min-width: 3.5em;
    display: inline-block;
  }
}
@media screen and (max-width: 767px) {
  *[renewal-ui=false] .custom_survey .analyze_detail .question .num {
    display: block;
  }
}
*[renewal-ui=false] .custom_survey .analyze_detail .question dt {
  position: relative;
  font-size: 1.8rem;
  font-weight: 600;
  padding: 0 0 0 3.5em;
  width: 100%;
  border-bottom: none;
  float: none;
}
@media screen and (max-width: 767px) {
  *[renewal-ui=false] .custom_survey .analyze_detail .question dt {
    padding: 0;
    font-size: 1.6rem;
  }
}
*[renewal-ui=false] .custom_survey .analyze_detail .question dt p.select_attention {
  font-weight: normal;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  *[renewal-ui=false] .custom_survey .analyze_detail .question dt .necessary {
    top: 0;
    left: 3.5em;
  }
}
*[renewal-ui=false] .custom_survey .analyze_detail .question dd {
  width: 100%;
  position: relative;
  margin-top: 10px;
  min-height: 40px;
  padding: 0 0 40px 4em;
}
@media screen and (max-width: 767px) {
  *[renewal-ui=false] .custom_survey .analyze_detail .question dd {
    padding: 0 0 40px;
  }
}
*[renewal-ui=false] .custom_survey .analyze_detail .question ul {
  margin: 0;
  padding: 0;
}
*[renewal-ui=false] .custom_survey .analyze_detail .question ul textarea.other_input {
  width: 100%;
}
@media screen and (max-width: 767px) {
  *[renewal-ui=false] .custom_survey .analyze_detail .question ul textarea.other_input {
    width: 96%;
  }
}
*[renewal-ui=false] .custom_survey .analyze_detail .question label {
  margin-left: 0.5em;
}
*[renewal-ui=false] .custom_survey .analyze_detail .question .other_input {
  display: inline-block;
  width: 100%;
  max-width: 500px;
  border: 1px solid #ccc;
  margin: 0 0 0 1em;
  padding: 5px 15px;
  font-size: 1.8rem;
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  *[renewal-ui=false] .custom_survey .analyze_detail .question .other_input {
    font-size: 1.6rem;
  }
}
*[renewal-ui=false] .custom_survey .analyze_detail .question .necessary {
  position: absolute;
  top: 30px;
  left: 0;
  display: inline-block;
  margin: 0 10px 0 0;
  padding: 2px 5px;
  font-size: 1.4rem;
  color: #fff;
  background: #5bb49b;
  box-sizing: border-box;
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  *[renewal-ui=false] .custom_survey .analyze_detail .question .necessary {
    margin: 0 10px 10px 0;
  }
}
*[renewal-ui=false] .custom_survey .analyze_detail .question .optional {
  position: absolute;
  top: 30px;
  left: 0;
  display: inline-block;
  margin: 0 10px 0 0;
  padding: 2px 5px;
  font-size: 1.4rem;
  color: #5bb49b;
  background: #fff;
  box-sizing: border-box;
  border: 1px solid #5bb49b;
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  *[renewal-ui=false] .custom_survey .analyze_detail .question .optional {
    margin: 0 10px 10px 0;
  }
}
@media screen and (min-width: 768px) {
  *[renewal-ui=false] .custom_survey .create_setting {
    margin: 30px 50px;
  }
}
@media screen and (max-width: 767px) {
  *[renewal-ui=false] .custom_survey .create_setting {
    margin: 30px 0;
    padding: 0 5%;
  }
}
*[renewal-ui=false] .custom_survey .create_setting .title {
  padding: 20px;
  font-weight: bold;
}
*[renewal-ui=false] .custom_survey .create_setting dl {
  margin: 20px 0 0;
}
*[renewal-ui=false] .custom_survey .create_setting dl:nth-of-type(n+2) {
  border-top: 1px solid #ccc;
  padding-top: 20px;
}
*[renewal-ui=false] .custom_survey .create_setting dt {
  text-align: left;
}
@media screen and (min-width: 768px) {
  *[renewal-ui=false] .custom_survey .create_setting dt {
    width: 30%;
  }
}
@media screen and (max-width: 767px) {
  *[renewal-ui=false] .custom_survey .create_setting dt {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  *[renewal-ui=false] .custom_survey .create_setting dd {
    margin: 0 0 0 40px;
  }
}
@media screen and (max-width: 767px) {
  *[renewal-ui=false] .custom_survey .create_setting dd {
    margin: 10px 0 0;
  }
  *[renewal-ui=false] .custom_survey .create_setting dd:nth-last-of-type(1) {
    margin: 10px 0 0 20px;
  }
}
*[renewal-ui=false] .custom_survey .create_setting ul {
  margin: 0;
  padding: 0;
}
*[renewal-ui=false] .custom_survey .create_setting.-collect {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  *[renewal-ui=false] .custom_survey .create_setting.-collect .sp-flex-space-between {
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
}
*[renewal-ui=false] .custom_survey .create_setting.-collect dt {
  position: relative;
  text-align: left;
}
@media screen and (min-width: 768px) {
  *[renewal-ui=false] .custom_survey .create_setting.-collect dt {
    width: 20%;
  }
}
@media screen and (max-width: 767px) {
  *[renewal-ui=false] .custom_survey .create_setting.-collect dt {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  *[renewal-ui=false] .custom_survey .create_setting.-collect dt .help {
    display: none;
  }
  *[renewal-ui=false] .custom_survey .create_setting.-collect dt .helper {
    display: block;
    margin: 10px 0 0;
    padding: 10px;
    background: #f6f5f2;
  }
}
@media screen and (min-width: 768px) {
  *[renewal-ui=false] .custom_survey .create_setting.-collect .redirect {
    width: 100%;
    padding-left: 20%;
    text-align: left;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 767px) {
  *[renewal-ui=false] .custom_survey .create_setting.-collect .redirect {
    margin-left: 0;
  }
}
*[renewal-ui=false] .custom_survey .create_setting.-collect .redirect .redirect_url {
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  *[renewal-ui=false] .custom_survey .create_setting.-collect .-multiple {
    position: relative;
    width: 48%;
    margin-left: 0;
  }
  *[renewal-ui=false] .custom_survey .create_setting.-collect .-multiple input[type=radio] {
    position: absolute;
    top: 11px;
    bottom: 0;
    left: 15px;
  }
  *[renewal-ui=false] .custom_survey .create_setting.-collect .-multiple label {
    margin: 0;
    display: block;
    border: 1px solid #5bb49b;
    border-radius: 5px;
    line-height: 40px;
  }
  *[renewal-ui=false] .custom_survey .create_setting.-collect .-multiple input[type=radio]:checked + label {
    background: #5bb49b;
    color: #fff;
  }
}
@media screen and (max-width: 767px) {
  *[renewal-ui=false] .custom_survey .create_setting.-collect .-endpage {
    position: relative;
    width: 100%;
    margin-left: 0;
  }
  *[renewal-ui=false] .custom_survey .create_setting.-collect .-endpage input[type=radio] {
    position: absolute;
    top: 11px;
    bottom: 0;
    left: 15px;
  }
  *[renewal-ui=false] .custom_survey .create_setting.-collect .-endpage label {
    margin: 0;
    display: block;
    border: 1px solid #5bb49b;
    border-radius: 5px;
    line-height: 40px;
  }
  *[renewal-ui=false] .custom_survey .create_setting.-collect .-endpage input[type=radio]:checked + label {
    background: #5bb49b;
    color: #fff;
  }
}
*[renewal-ui=false] .custom_survey .create_setting.-collect input[type=url] {
  border: 1px solid #ccc;
}
@media screen and (min-width: 768px) {
  *[renewal-ui=false] .custom_survey .create_setting.-collect input[type=url] {
    width: calc(100% - 25px);
    margin: 0 10px 0 25px;
    padding: 10px;
    font-size: 1.6rem;
    box-sizing: border-box;
    border-radius: 5px;
  }
}
@media screen and (max-width: 767px) {
  *[renewal-ui=false] .custom_survey .create_setting.-collect input[type=url] {
    width: 100%;
    margin: 0 0 10px;
    padding: 5px;
    font-size: 1.4rem;
  }
}
*[renewal-ui=false] .custom_survey .create_setting .flag {
  position: relative;
  display: inline-block;
  top: 0;
  margin: 0 5px 0 0;
  padding: 5px 20px;
  color: #333;
  background: #fff;
  border: 2px solid #5bb49b;
}
@media screen and (max-width: 767px) {
  *[renewal-ui=false] .custom_survey .create_setting .flag {
    box-sizing: border-box;
    text-align: center;
    left: 0;
  }
}
*[renewal-ui=false] .custom_survey .create_setting .flag::before {
  content: "";
  position: absolute;
  left: -2px;
  top: -2px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 0;
  border-color: #fff rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}
*[renewal-ui=false] .custom_survey .create_setting .flag::after {
  content: "";
  position: absolute;
  right: -2px;
  bottom: -2px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 10px 10px;
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #fff rgba(0, 0, 0, 0);
}
*[renewal-ui=false] .custom_survey .create_setting .necessary {
  display: inline-block;
  margin: 0 3px 0 0;
  padding: 2px 5px;
  font-size: 1.4rem;
  color: #fff;
  background: #5bb49b;
  box-sizing: border-box;
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  *[renewal-ui=false] .custom_survey .create_setting .necessary {
    margin: 0 10px 10px 0;
  }
}
*[renewal-ui=false] .custom_survey .create_setting .optional {
  display: inline-block;
  margin: 0 5px 0 0;
  padding: 2px 5px;
  font-size: 1.4rem;
  color: #5bb49b;
  background: #fff;
  box-sizing: border-box;
  border: 1px solid #5bb49b;
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  *[renewal-ui=false] .custom_survey .create_setting .optional {
    margin: 0 10px 10px 0;
  }
}
@media screen and (min-width: 768px) {
  *[renewal-ui=false] .custom_survey .create_setting .select_logo dd {
    width: calc(70% - 40px);
  }
}
@media screen and (max-width: 767px) {
  *[renewal-ui=false] .custom_survey .create_setting .select_logo dd {
    width: 100%;
    margin-left: 0;
  }
}
*[renewal-ui=false] .custom_survey .create_setting .select_logo .logo_delete {
  display: inline-block;
  color: #5bb49b;
  padding-left: 20px;
  background: none url("/icon_delete.15e8c271.png") left center/auto 16px no-repeat;
  border: none;
}
@media screen and (min-width: 768px) {
  *[renewal-ui=false] .custom_survey .create_setting .header_color dd {
    width: calc(70% - 40px);
  }
}
@media screen and (max-width: 767px) {
  *[renewal-ui=false] .custom_survey .create_setting .header_color dd {
    width: 100%;
    margin-left: 0;
  }
}
*[renewal-ui=false] .custom_survey .create_setting .header_color li {
  position: relative;
  width: 30%;
}
*[renewal-ui=false] .custom_survey .create_setting .header_color input[type=radio] {
  position: absolute;
  top: 10px;
  left: 10px;
}
*[renewal-ui=false] .custom_survey .create_setting .header_color label {
  width: 100%;
  min-width: 100px;
  height: 70px;
}
*[renewal-ui=false] .custom_survey .create_setting .header_color .head_color1 {
  background: #60bf9f;
  background: linear-gradient(180deg, #60bf9f 0%, #97d682 100%);
}
*[renewal-ui=false] .custom_survey .create_setting .header_color .head_color2 {
  background: #fff;
  background: linear-gradient(180deg, white 75%, #efefef 100%);
  border: 1px solid #ccc;
}
*[renewal-ui=false] .custom_survey .create_setting .header_color .head_color3 {
  background: #000;
  background: linear-gradient(180deg, black 0%, #313131 100%);
}
*[renewal-ui=false] .custom_survey .create_setting .header_color .head_color4 {
  background: #a5032f;
  background: linear-gradient(180deg, #a5032f 0%, #f22828 100%);
}
*[renewal-ui=false] .custom_survey .create_setting .header_color .head_color5 {
  background: #001648;
  background: linear-gradient(180deg, #001648 0%, #17317a 100%);
}
*[renewal-ui=false] .custom_survey .create_setting .header_color .head_color6 {
  background: #003321;
  background: linear-gradient(180deg, #003321 0%, #177a55 100%);
}
*[renewal-ui=false] .custom_survey .create_setting .header_color .head_color7 {
  background: #e169a4;
  background: linear-gradient(180deg, #e169a4 0%, #ffb5e1 100%);
}
*[renewal-ui=false] .custom_survey .create_setting .header_color .head_color8 {
  background: #91b7f8;
  background: linear-gradient(180deg, #91b7f8 0%, #d6e1ff 100%);
}
*[renewal-ui=false] .custom_survey .create_setting .header_color .head_color9 {
  background: #c7bca9;
  background: linear-gradient(180deg, #c7bca9 0%, #f3eedb 100%);
}
@media screen and (min-width: 768px) {
  *[renewal-ui=false] .custom_survey .create_setting .header_type dd {
    width: calc(70% - 40px);
  }
}
@media screen and (max-width: 767px) {
  *[renewal-ui=false] .custom_survey .create_setting .header_type dd {
    width: 100%;
    margin-left: 0;
  }
}
*[renewal-ui=false] .custom_survey .create_setting .header_type input[type=radio] {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 50;
}
*[renewal-ui=false] .custom_survey .create_setting .header_type li {
  position: relative;
}
*[renewal-ui=false] .custom_survey .create_setting .header_type li:nth-child(n+2) {
  margin-top: 20px;
}
*[renewal-ui=false] .custom_survey .create_setting .header_type label {
  width: 100%;
  min-width: 100px;
  height: 70px;
}
*[renewal-ui=false] .custom_survey .create_setting .header_type .sample_header {
  position: relative;
  padding: 20px 50px;
  width: 100%;
  min-height: 70px;
  text-align: left;
  border: 1px solid #ccc;
}
*[renewal-ui=false] .custom_survey .create_setting .header_type .sample_header .logo_image img {
  width: 150px;
  height: auto;
}
*[renewal-ui=false] .custom_survey .create_setting .header_type .head_type1 .sample_header {
  background: #60bf9f;
  background: linear-gradient(180deg, #60bf9f 0%, #97d682 100%);
}
*[renewal-ui=false] .custom_survey .create_setting .header_type .head_type2 .logo_image {
  position: absolute;
  top: 0;
  left: 50px;
  padding: 18px 20px;
  background: #fff;
  border-radius: 0 0 5px 5px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.15);
}
*[renewal-ui=false] .custom_survey .create_setting .header_type .head_type2 .sample_header {
  background: #60bf9f;
  background: linear-gradient(180deg, #60bf9f 0%, #97d682 100%);
  overflow: hidden;
}
*[renewal-ui=false] .custom_survey .create_setting .header_type .head_type3 .sample_header {
  background: #fff;
}
*[renewal-ui=false] .custom_survey .create_setting .header_type .head_type3 .sample_header::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: #60bf9f;
  background: linear-gradient(180deg, #60bf9f 0%, #97d682 100%);
}
*[renewal-ui=false] .custom_survey .create_setting .header_type.default .head_type1 .sample_header,
*[renewal-ui=false] .custom_survey .create_setting .header_type.default .head_type2 .sample_header {
  background: #60bf9f;
  background: linear-gradient(180deg, #60bf9f 0%, #97d682 100%);
}
*[renewal-ui=false] .custom_survey .create_setting .header_type.default .head_type3 .sample_header::after {
  background: #60bf9f;
  background: linear-gradient(180deg, #60bf9f 0%, #97d682 100%);
}
*[renewal-ui=false] .custom_survey .create_setting .header_type.white .head_type1 .sample_header,
*[renewal-ui=false] .custom_survey .create_setting .header_type.white .head_type2 .sample_header {
  background: #fff;
  background: linear-gradient(180deg, white 75%, #efefef 100%);
}
*[renewal-ui=false] .custom_survey .create_setting .header_type.white .head_type3 .sample_header::after {
  background: #fff;
  background: linear-gradient(180deg, white 75%, #efefef 100%);
}
*[renewal-ui=false] .custom_survey .create_setting .header_type.black .head_type1 .sample_header,
*[renewal-ui=false] .custom_survey .create_setting .header_type.black .head_type2 .sample_header {
  background: #000;
  background: linear-gradient(180deg, black 0%, #313131 100%);
}
*[renewal-ui=false] .custom_survey .create_setting .header_type.black .head_type3 .sample_header::after {
  background: #000;
  background: linear-gradient(180deg, black 0%, #313131 100%);
}
*[renewal-ui=false] .custom_survey .create_setting .header_type.red .head_type1 .sample_header,
*[renewal-ui=false] .custom_survey .create_setting .header_type.red .head_type2 .sample_header {
  background: #a5032f;
  background: linear-gradient(180deg, #a5032f 0%, #f22828 100%);
}
*[renewal-ui=false] .custom_survey .create_setting .header_type.red .head_type3 .sample_header::after {
  background: #a5032f;
  background: linear-gradient(180deg, #a5032f 0%, #f22828 100%);
}
*[renewal-ui=false] .custom_survey .create_setting .header_type.navy .head_type1 .sample_header,
*[renewal-ui=false] .custom_survey .create_setting .header_type.navy .head_type2 .sample_header {
  background: #001648;
  background: linear-gradient(180deg, #001648 0%, #17317a 100%);
}
*[renewal-ui=false] .custom_survey .create_setting .header_type.navy .head_type3 .sample_header::after {
  background: #001648;
  background: linear-gradient(180deg, #001648 0%, #17317a 100%);
}
*[renewal-ui=false] .custom_survey .create_setting .header_type.green .head_type1 .sample_header,
*[renewal-ui=false] .custom_survey .create_setting .header_type.green .head_type2 .sample_header {
  background: #003321;
  background: linear-gradient(180deg, #003321 0%, #177a55 100%);
}
*[renewal-ui=false] .custom_survey .create_setting .header_type.green .head_type3 .sample_header::after {
  background: #003321;
  background: linear-gradient(180deg, #003321 0%, #177a55 100%);
}
*[renewal-ui=false] .custom_survey .create_setting .header_type.pink .head_type1 .sample_header,
*[renewal-ui=false] .custom_survey .create_setting .header_type.pink .head_type2 .sample_header {
  background: #e169a4;
  background: linear-gradient(180deg, #e169a4 0%, #ffb5e1 100%);
}
*[renewal-ui=false] .custom_survey .create_setting .header_type.pink .head_type3 .sample_header::after {
  background: #e169a4;
  background: linear-gradient(180deg, #e169a4 0%, #ffb5e1 100%);
}
*[renewal-ui=false] .custom_survey .create_setting .header_type.blue .head_type1 .sample_header,
*[renewal-ui=false] .custom_survey .create_setting .header_type.blue .head_type2 .sample_header {
  background: #91b7f8;
  background: linear-gradient(180deg, #91b7f8 0%, #d6e1ff 100%);
}
*[renewal-ui=false] .custom_survey .create_setting .header_type.blue .head_type3 .sample_header::after {
  background: #91b7f8;
  background: linear-gradient(180deg, #91b7f8 0%, #d6e1ff 100%);
}
*[renewal-ui=false] .custom_survey .create_setting .header_type.beige .head_type1 .sample_header,
*[renewal-ui=false] .custom_survey .create_setting .header_type.beige .head_type2 .sample_header {
  background: #c7bca9;
  background: linear-gradient(180deg, #c7bca9 0%, #f3eedb 100%);
}
*[renewal-ui=false] .custom_survey .create_setting .header_type.beige .head_type3 .sample_header::after {
  background: #c7bca9;
  background: linear-gradient(180deg, #c7bca9 0%, #f3eedb 100%);
}
*[renewal-ui=false] .custom_survey .collect_explain {
  text-align: left;
  margin: 0 0 30px;
  padding: 0;
}
@media screen and (max-width: 767px) {
  *[renewal-ui=false] .custom_survey .collect_explain {
    margin: 0 5% 30px;
  }
}
*[renewal-ui=false] .custom_survey .collect_explain ul {
  margin-top: 0;
}
*[renewal-ui=false] .custom_survey .collect_url {
  padding: 20px 20px 14px;
  background: url("/note_bg.593a0562.png") repeat;
}
@media screen and (max-width: 767px) {
  *[renewal-ui=false] .custom_survey .collect_url {
    margin: 0 5%;
    padding: 5vw;
  }
}
*[renewal-ui=false] .custom_survey .collect_url h3 {
  margin: 0;
  color: #5bb49b;
  font-weight: bold;
}
*[renewal-ui=false] .custom_survey .collect_url .url_text {
  margin: 10px 0 0;
  padding: 20px 10px 15px;
  font-size: 2.2rem;
  font-family: futura-pt, sans-serif;
  font-weight: bold;
  line-height: 120%;
  background: #fff;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
*[renewal-ui=false] .custom_survey .collect_url .url_text input[type=text] {
  width: 15em;
  margin-left: 5px;
}
*[renewal-ui=false] .custom_survey .collect_url .qr_code {
  margin: 10px 0 0;
  padding: 0 10px;
  background: #fff;
}
*[renewal-ui=false] .custom_survey .collect_url .qr_code img {
  max-width: 100%;
  height: auto;
}
*[renewal-ui=false] .custom_survey .collect_num {
  margin: 60px 0 0;
  padding: 20px 20px 14px;
  background: url("/note_bg_gray.876c5e50.png") repeat;
}
@media screen and (max-width: 767px) {
  *[renewal-ui=false] .custom_survey .collect_num {
    margin: 60px 5% 0;
    padding: 5vw;
  }
}
*[renewal-ui=false] .custom_survey .collect_num h3 {
  font-weight: bold;
  margin: 0;
}
*[renewal-ui=false] .custom_survey .collect_num .answered_num {
  font-size: 3rem;
  margin: 10px 0 0;
  padding: 20px 0 15px;
  font-family: futura-pt, sans-serif;
  font-weight: bold;
  line-height: 120%;
  background: #fff;
}
@media screen and (min-width: 768px) {
  *[renewal-ui=false] .custom_survey .add_collect_mail {
    position: absolute;
    right: 50px;
    top: 30px;
    width: 250px;
  }
}
*[renewal-ui=false] .custom_survey .collect_num_simple {
  margin: 20px 0;
}
*[renewal-ui=false] .custom_survey .collect_num_simple strong {
  font-family: futura-pt, sans-serif;
}
@media screen and (min-width: 768px) {
  *[renewal-ui=false] .custom_survey .modal_add_collect_mail {
    height: 410px;
  }
}
*[renewal-ui=false] .custom_survey .modal_add_collect_mail .button.save {
  display: block;
  color: #fff;
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
  padding: 10px;
  text-align: center;
  text-decoration: none;
  font-size: 1.5rem;
  transition: all 0.5s ease;
  background: #5bb49b;
  border: 1px solid #5bb49b;
}
*[renewal-ui=false] .custom_survey .modal_add_collect_mail .button.save:hover {
  color: #fff;
  background: #7ec4b0;
}
*[renewal-ui=false] .custom_survey .modal_add_collect_mail .button.save::after {
  content: ">";
  position: relative;
  margin: 0 0 0 10px;
  display: inline-block;
}
*[renewal-ui=false] .custom_survey .modal_add_collect_mail .button.save.mt10 {
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  *[renewal-ui=false] .custom_survey .collect_first {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  *[renewal-ui=false] .custom_survey .collect_first .button {
    margin: 0 0 0 20px;
    line-height: 30px;
    width: 250px;
  }
}
@media screen and (max-width: 767px) {
  *[renewal-ui=false] .custom_survey .collect_first .button {
    margin-top: 10px;
  }
}
*[renewal-ui=false] .custom_survey .history_list .send_mail_list {
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 767px) {
  *[renewal-ui=false] .custom_survey .history_list .send_mail_list {
    margin: 0 5%;
  }
}
*[renewal-ui=false] .custom_survey .history_list .send_mail_list li {
  padding: 20px 0;
  text-align: left;
  border-bottom: 1px dotted #ccc;
}
*[renewal-ui=false] .custom_survey .history_list .send_mail_list li .date {
  position: relative;
  top: -8px;
  width: 9em;
  font-size: 1.4rem;
  float: left;
}
@media screen and (max-width: 767px) {
  *[renewal-ui=false] .custom_survey .history_list .send_mail_list li .date {
    margin: 0 0 10px;
    display: block;
  }
}
*[renewal-ui=false] .custom_survey .history_list .send_mail_list li .category {
  width: 7em;
  display: inline-block;
  margin: 0 10px 0;
  padding: 2px 5px;
  font-size: 1.4rem;
  text-align: center;
  color: #fff;
  background: #5bb49b;
  box-sizing: border-box;
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  *[renewal-ui=false] .custom_survey .history_list .send_mail_list li .category {
    margin: 0 10px 10px 0;
  }
}
*[renewal-ui=false] .custom_survey .history_list .send_mail_list li .category.remind {
  background: #EBB267;
}
@media screen and (min-width: 768px) {
  *[renewal-ui=false] .custom_survey .history_list .send_mail_list li .status {
    position: relative;
    top: -8px;
    width: 9em;
    text-align: right;
    float: right;
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  *[renewal-ui=false] .custom_survey .history_list .send_mail_list li .status {
    display: block;
    float: none;
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  *[renewal-ui=false] .custom_survey .history_list.-collect .send_mail_list .date {
    width: 100%;
  }
  *[renewal-ui=false] .custom_survey .history_list.-collect .send_mail_list .history_detail {
    display: block;
    width: 100%;
  }
  *[renewal-ui=false] .custom_survey .history_list.-collect .send_mail_list .status {
    margin: 10px 0 0;
    width: 100%;
    font-size: 1.4rem;
  }
}
*[renewal-ui=false] .custom_survey .-recycle {
  overflow-y: scroll;
}
@media screen and (min-width: 768px) {
  *[renewal-ui=false] .custom_survey .collect_target {
    margin: 30px 50px;
  }
}
@media screen and (max-width: 767px) {
  *[renewal-ui=false] .custom_survey .collect_target {
    margin: 30px 0;
    padding: 0 5%;
  }
}
*[renewal-ui=false] .custom_survey .collect_target .title {
  padding: 20px;
  font-weight: bold;
}
*[renewal-ui=false] .custom_survey .collect_target dl {
  margin: 20px 0 0;
}
*[renewal-ui=false] .custom_survey .collect_target dl:nth-of-type(n+2) {
  border-top: 1px solid #ccc;
  padding-top: 20px;
}
*[renewal-ui=false] .custom_survey .collect_target dt {
  text-align: left;
}
@media screen and (min-width: 768px) {
  *[renewal-ui=false] .custom_survey .collect_target dt {
    width: 30%;
  }
}
@media screen and (max-width: 767px) {
  *[renewal-ui=false] .custom_survey .collect_target dt {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  *[renewal-ui=false] .custom_survey .collect_target dd {
    width: auto;
    margin: 0 0 0 40px;
    padding: 0;
    border: none;
  }
}
@media screen and (max-width: 767px) {
  *[renewal-ui=false] .custom_survey .collect_target dd {
    margin: 10px 0 0;
  }
  *[renewal-ui=false] .custom_survey .collect_target dd:nth-last-of-type(1) {
    margin: 10px 0 0 20px;
  }
}
*[renewal-ui=false] .custom_survey .collect_target ul {
  margin: 0;
  padding: 0;
}
*[renewal-ui=false] .custom_survey .collect_target.-collect {
  margin-top: 0;
}
*[renewal-ui=false] .custom_survey .collect_target.-collect dt {
  text-align: left;
}
@media screen and (min-width: 768px) {
  *[renewal-ui=false] .custom_survey .collect_target.-collect dt {
    width: 20%;
  }
}
@media screen and (max-width: 767px) {
  *[renewal-ui=false] .custom_survey .collect_target.-collect dt {
    width: 100%;
  }
}
*[renewal-ui=false] .custom_survey .collect_target.-collect .redirect {
  text-align: left;
}
*[renewal-ui=false] .custom_survey .collect_target.-collect input[type=url] {
  border: 1px solid #ccc;
}
@media screen and (min-width: 768px) {
  *[renewal-ui=false] .custom_survey .collect_target.-collect input[type=url] {
    width: 350px;
    margin: 0 10px 0 25px;
    padding: 5px;
    font-size: 1.4rem;
    box-sizing: border-box;
    border-radius: 5px;
  }
}
@media screen and (max-width: 767px) {
  *[renewal-ui=false] .custom_survey .collect_target.-collect input[type=url] {
    width: 100%;
    margin: 0 0 10px;
    padding: 5px;
    font-size: 1.4rem;
  }
}
*[renewal-ui=false] .custom_survey .collect_target .flag {
  position: relative;
  display: inline-block;
  margin: 0 5px 0 0;
  padding: 5px 20px;
  color: #333;
  background: #fff;
  border: 2px solid #5bb49b;
}
@media screen and (max-width: 767px) {
  *[renewal-ui=false] .custom_survey .collect_target .flag {
    box-sizing: border-box;
    text-align: center;
    left: 0;
  }
}
*[renewal-ui=false] .custom_survey .collect_target .flag::before {
  content: "";
  position: absolute;
  left: -2px;
  top: -2px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 0;
  border-color: #fff rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}
*[renewal-ui=false] .custom_survey .collect_target .flag::after {
  content: "";
  position: absolute;
  right: -2px;
  bottom: -2px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 10px 10px;
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #fff rgba(0, 0, 0, 0);
}
*[renewal-ui=false] .custom_survey .collect_target .necessary {
  display: inline-block;
  margin: 0 3px 0 0;
  padding: 2px 5px;
  font-size: 1.4rem;
  color: #fff;
  background: #5bb49b;
  box-sizing: border-box;
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  *[renewal-ui=false] .custom_survey .collect_target .necessary {
    margin: 0 10px 10px 0;
  }
}
*[renewal-ui=false] .custom_survey .collect_target .optional {
  display: inline-block;
  margin: 0 5px 0 0;
  padding: 2px 5px;
  font-size: 1.4rem;
  color: #5bb49b;
  background: #fff;
  box-sizing: border-box;
  border: 1px solid #5bb49b;
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  *[renewal-ui=false] .custom_survey .collect_target .optional {
    margin: 0 10px 10px 0;
  }
}
@media screen and (min-width: 768px) {
  *[renewal-ui=false] .custom_survey .collect_target .select_logo dd {
    width: calc(70% - 40px);
  }
}
@media screen and (max-width: 767px) {
  *[renewal-ui=false] .custom_survey .collect_target .select_logo dd {
    width: 100%;
    margin-left: 0;
  }
}
*[renewal-ui=false] .custom_survey .collect_target .select_logo .logo_delete {
  display: inline-block;
  color: #5bb49b;
  padding-left: 20px;
  background: none url("/icon_delete.15e8c271.png") left center/auto 16px no-repeat;
  border: none;
}
@media screen and (min-width: 768px) {
  *[renewal-ui=false] .custom_survey .collect_target .header_color dd {
    width: calc(70% - 40px);
  }
}
@media screen and (max-width: 767px) {
  *[renewal-ui=false] .custom_survey .collect_target .header_color dd {
    width: 100%;
    margin-left: 0;
  }
}
*[renewal-ui=false] .custom_survey .collect_target .header_color li {
  position: relative;
  width: 30%;
}
*[renewal-ui=false] .custom_survey .collect_target .header_color input[type=radio] {
  position: absolute;
  top: 10px;
  left: 10px;
}
*[renewal-ui=false] .custom_survey .collect_target .header_color label {
  width: 100%;
  min-width: 100px;
  height: 70px;
}
*[renewal-ui=false] .custom_survey .collect_target .header_color .head_color1 {
  background: #60bf9f;
  background: linear-gradient(180deg, #60bf9f 0%, #97d682 100%);
}
*[renewal-ui=false] .custom_survey .collect_target .header_color .head_color2 {
  background: #fff;
  background: linear-gradient(180deg, white 75%, #efefef 100%);
  border: 1px solid #ccc;
}
*[renewal-ui=false] .custom_survey .collect_target .header_color .head_color3 {
  background: #000;
  background: linear-gradient(180deg, black 0%, #313131 100%);
}
*[renewal-ui=false] .custom_survey .collect_target .header_color .head_color4 {
  background: #a5032f;
  background: linear-gradient(180deg, #a5032f 0%, #f22828 100%);
}
*[renewal-ui=false] .custom_survey .collect_target .header_color .head_color5 {
  background: #001648;
  background: linear-gradient(180deg, #001648 0%, #17317a 100%);
}
*[renewal-ui=false] .custom_survey .collect_target .header_color .head_color6 {
  background: #003321;
  background: linear-gradient(180deg, #003321 0%, #177a55 100%);
}
*[renewal-ui=false] .custom_survey .collect_target .header_color .head_color7 {
  background: #e169a4;
  background: linear-gradient(180deg, #e169a4 0%, #ffb5e1 100%);
}
*[renewal-ui=false] .custom_survey .collect_target .header_color .head_color8 {
  background: #91b7f8;
  background: linear-gradient(180deg, #91b7f8 0%, #d6e1ff 100%);
}
*[renewal-ui=false] .custom_survey .collect_target .header_color .head_color9 {
  background: #c7bca9;
  background: linear-gradient(180deg, #c7bca9 0%, #f3eedb 100%);
}
@media screen and (min-width: 768px) {
  *[renewal-ui=false] .custom_survey .collect_target .header_type dd {
    width: calc(70% - 40px);
  }
}
@media screen and (max-width: 767px) {
  *[renewal-ui=false] .custom_survey .collect_target .header_type dd {
    width: 100%;
    margin-left: 0;
  }
}
*[renewal-ui=false] .custom_survey .collect_target .header_type input[type=radio] {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 50;
}
*[renewal-ui=false] .custom_survey .collect_target .header_type li {
  position: relative;
}
*[renewal-ui=false] .custom_survey .collect_target .header_type li:nth-child(n+2) {
  margin-top: 20px;
}
*[renewal-ui=false] .custom_survey .collect_target .header_type label {
  width: 100%;
  min-width: 100px;
  height: 70px;
}
*[renewal-ui=false] .custom_survey .collect_target .header_type .sample_header {
  position: relative;
  padding: 20px 50px;
  width: 100%;
  min-height: 70px;
  text-align: left;
  border: 1px solid #ccc;
}
*[renewal-ui=false] .custom_survey .collect_target .header_type .sample_header .logo_image img {
  width: 150px;
  height: auto;
}
*[renewal-ui=false] .custom_survey .collect_target .header_type .head_type1 .sample_header {
  background: #60bf9f;
  background: linear-gradient(180deg, #60bf9f 0%, #97d682 100%);
}
*[renewal-ui=false] .custom_survey .collect_target .header_type .head_type2 .logo_image {
  position: absolute;
  top: 0;
  left: 50px;
  padding: 18px 20px;
  background: #fff;
  border-radius: 0 0 5px 5px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.15);
}
*[renewal-ui=false] .custom_survey .collect_target .header_type .head_type2 .sample_header {
  background: #60bf9f;
  background: linear-gradient(180deg, #60bf9f 0%, #97d682 100%);
  overflow: hidden;
}
*[renewal-ui=false] .custom_survey .collect_target .header_type .head_type3 .sample_header {
  background: #fff;
}
*[renewal-ui=false] .custom_survey .collect_target .header_type .head_type3 .sample_header::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: #60bf9f;
  background: linear-gradient(180deg, #60bf9f 0%, #97d682 100%);
}
*[renewal-ui=false] .custom_survey .collect_target .header_type.default .head_type1 .sample_header,
*[renewal-ui=false] .custom_survey .collect_target .header_type.default .head_type2 .sample_header {
  background: #60bf9f;
  background: linear-gradient(180deg, #60bf9f 0%, #97d682 100%);
}
*[renewal-ui=false] .custom_survey .collect_target .header_type.default .head_type3 .sample_header::after {
  background: #60bf9f;
  background: linear-gradient(180deg, #60bf9f 0%, #97d682 100%);
}
*[renewal-ui=false] .custom_survey .collect_target .header_type.white .head_type1 .sample_header,
*[renewal-ui=false] .custom_survey .collect_target .header_type.white .head_type2 .sample_header {
  background: #fff;
  background: linear-gradient(180deg, white 75%, #efefef 100%);
}
*[renewal-ui=false] .custom_survey .collect_target .header_type.white .head_type3 .sample_header::after {
  background: #fff;
  background: linear-gradient(180deg, white 75%, #efefef 100%);
}
*[renewal-ui=false] .custom_survey .collect_target .header_type.black .head_type1 .sample_header,
*[renewal-ui=false] .custom_survey .collect_target .header_type.black .head_type2 .sample_header {
  background: #000;
  background: linear-gradient(180deg, black 0%, #313131 100%);
}
*[renewal-ui=false] .custom_survey .collect_target .header_type.black .head_type3 .sample_header::after {
  background: #000;
  background: linear-gradient(180deg, black 0%, #313131 100%);
}
*[renewal-ui=false] .custom_survey .collect_target .header_type.red .head_type1 .sample_header,
*[renewal-ui=false] .custom_survey .collect_target .header_type.red .head_type2 .sample_header {
  background: #a5032f;
  background: linear-gradient(180deg, #a5032f 0%, #f22828 100%);
}
*[renewal-ui=false] .custom_survey .collect_target .header_type.red .head_type3 .sample_header::after {
  background: #a5032f;
  background: linear-gradient(180deg, #a5032f 0%, #f22828 100%);
}
*[renewal-ui=false] .custom_survey .collect_target .header_type.navy .head_type1 .sample_header,
*[renewal-ui=false] .custom_survey .collect_target .header_type.navy .head_type2 .sample_header {
  background: #001648;
  background: linear-gradient(180deg, #001648 0%, #17317a 100%);
}
*[renewal-ui=false] .custom_survey .collect_target .header_type.navy .head_type3 .sample_header::after {
  background: #001648;
  background: linear-gradient(180deg, #001648 0%, #17317a 100%);
}
*[renewal-ui=false] .custom_survey .collect_target .header_type.green .head_type1 .sample_header,
*[renewal-ui=false] .custom_survey .collect_target .header_type.green .head_type2 .sample_header {
  background: #003321;
  background: linear-gradient(180deg, #003321 0%, #177a55 100%);
}
*[renewal-ui=false] .custom_survey .collect_target .header_type.green .head_type3 .sample_header::after {
  background: #003321;
  background: linear-gradient(180deg, #003321 0%, #177a55 100%);
}
*[renewal-ui=false] .custom_survey .collect_target .header_type.pink .head_type1 .sample_header,
*[renewal-ui=false] .custom_survey .collect_target .header_type.pink .head_type2 .sample_header {
  background: #e169a4;
  background: linear-gradient(180deg, #e169a4 0%, #ffb5e1 100%);
}
*[renewal-ui=false] .custom_survey .collect_target .header_type.pink .head_type3 .sample_header::after {
  background: #e169a4;
  background: linear-gradient(180deg, #e169a4 0%, #ffb5e1 100%);
}
*[renewal-ui=false] .custom_survey .collect_target .header_type.blue .head_type1 .sample_header,
*[renewal-ui=false] .custom_survey .collect_target .header_type.blue .head_type2 .sample_header {
  background: #91b7f8;
  background: linear-gradient(180deg, #91b7f8 0%, #d6e1ff 100%);
}
*[renewal-ui=false] .custom_survey .collect_target .header_type.blue .head_type3 .sample_header::after {
  background: #91b7f8;
  background: linear-gradient(180deg, #91b7f8 0%, #d6e1ff 100%);
}
*[renewal-ui=false] .custom_survey .collect_target .header_type.beige .head_type1 .sample_header,
*[renewal-ui=false] .custom_survey .collect_target .header_type.beige .head_type2 .sample_header {
  background: #c7bca9;
  background: linear-gradient(180deg, #c7bca9 0%, #f3eedb 100%);
}
*[renewal-ui=false] .custom_survey .collect_target .header_type.beige .head_type3 .sample_header::after {
  background: #c7bca9;
  background: linear-gradient(180deg, #c7bca9 0%, #f3eedb 100%);
}
*[renewal-ui=false] .custom_survey .alert {
  text-align: center;
}
*[renewal-ui=false] .custom_survey .collect_copy_modal .history_list .send_mail_list li {
  position: relative;
}
*[renewal-ui=false] .custom_survey .collect_copy_modal .history_list .send_mail_list .date {
  position: relative;
  display: block;
  width: 100%;
  float: none;
}
@media screen and (max-width: 767px) {
  *[renewal-ui=false] .custom_survey .collect_copy_modal .history_list .send_mail_list .date {
    font-size: 1.1rem;
  }
}
*[renewal-ui=false] .custom_survey .collect_copy_modal .history_list .send_mail_list .category {
  margin-left: 0;
}
*[renewal-ui=false] .custom_survey .collect_copy_modal .history_list .send_mail_list .mail_text {
  display: none;
  margin: 10px 0 0;
  padding: 20px;
  white-space: pre-wrap;
  background: #f6f5f2;
}
*[renewal-ui=false] .custom_survey .collect_copy_modal .history_list .send_mail_list .copy {
  position: absolute;
  right: 0;
  top: 40px;
  color: #5bb49b;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  *[renewal-ui=false] .custom_survey .collect_copy_modal .history_list .send_mail_list .copy {
    top: 13px;
    font-size: 1.3rem;
  }
}
*[renewal-ui=false] .custom_survey .collect_copy_modal .history_list .send_mail_list .copy img {
  position: relative;
  top: -2px;
  margin-right: 5px;
  width: 20px;
  height: auto;
}
*[renewal-ui=false] .custom_survey .collect_copy_modal .history_list .pager {
  margin-top: 20px;
}
*[renewal-ui=false] .custom_survey .history_modal .-no_mp {
  margin: 0 !important;
  padding: 0 !important;
}
*[renewal-ui=false] .custom_survey .history_modal .-no_mp dl {
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  *[renewal-ui=false] .custom_survey .history_modal .-no_mp dl {
    margin: 0;
  }
}
*[renewal-ui=false] .custom_survey .btn_area.-mt30 {
  margin-top: 30px !important;
}
@media screen and (min-width: 768px) {
  *[renewal-ui=false] .custom_survey .individual_head {
    flex-wrap: nowrap;
  }
}
*[renewal-ui=false] .custom_survey .individual_head .list_search input[type=text] {
  display: inline-block;
  width: 100%;
  max-width: 400px;
  margin: 0 0 10px;
  padding: 10px 10px 10px 40px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 1.4rem;
  background: url("/icon_search.48a78da4.png") left 10px center no-repeat;
}
*[renewal-ui=false] .custom_survey .individual_head .individual_select {
  margin-bottom: 10px;
  margin-left: auto;
  font-size: 1.4rem;
}
*[renewal-ui=false] .custom_survey .individual_head .individual_select .select_area {
  margin-left: 20px;
}
*[renewal-ui=false] .custom_survey .individual_table.slide_graph {
  overflow-x: auto;
  overflow-y: visible;
  padding-top: 35px;
  margin-top: -25px;
}
@media screen and (min-width: 768px) {
  *[renewal-ui=false] .custom_survey .individual_table table {
    table-layout: fixed;
    width: auto;
    min-width: 100%;
    white-space: nowrap;
  }
}
*[renewal-ui=false] .custom_survey .individual_table .question {
  position: relative;
  width: 13%;
}
*[renewal-ui=false] .custom_survey .individual_table .question .count {
  display: -webkit-box;
  margin: 0 auto;
  padding-right: 1.2em;
  width: 160px;
  text-align: left;
  overflow: hidden;
  white-space: normal;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
*[renewal-ui=false] .custom_survey .individual_table .question .sort {
  position: absolute;
  right: 5px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  height: 1.4em;
}
*[renewal-ui=false] .custom_survey .individual_table .question .notes {
  display: none;
  position: absolute;
  margin: 0;
  padding: 8px 15px;
  top: 95%;
  right: 0;
  width: 300px;
  background: #ebfae1;
  white-space: normal;
  border-radius: 5px;
  font-family: futura-pt, sans-serif;
  border: 1px solid #fff;
  z-index: 3000;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}
*[renewal-ui=false] .custom_survey .individual_table .question .notes.notes_show {
  display: block;
}
*[renewal-ui=false] .custom_survey .individual_table .question .notes strong {
  font-size: 1.8rem;
  font-weight: bold;
}
*[renewal-ui=false] .custom_survey .individual_table .question .notes::after {
  content: "";
  position: absolute;
  display: inline-block;
  right: 20px;
  top: -10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 5px 10px 5px;
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #ebfae1 rgba(0, 0, 0, 0);
}
*[renewal-ui=false] .custom_survey .individual_table .question:nth-last-of-type(1) .notes {
  left: auto;
  right: 0;
}
*[renewal-ui=false] .custom_survey .individual_table .question:nth-last-of-type(1) .notes::after {
  left: auto;
  right: 20px;
}
*[renewal-ui=false] .custom_survey .individual_table img {
  width: 20px;
  height: auto;
  cursor: pointer;
}
*[renewal-ui=false] .custom_survey .member_nav .back_list {
  padding: 0 0 10px;
  text-align: left;
  font-size: 1.4rem;
  border-bottom: 1px dotted #ccc;
}
*[renewal-ui=false] .custom_survey .member_nav .back_list a {
  color: #666;
  text-decoration: none;
}
*[renewal-ui=false] .custom_survey .member_nav .back_list a:hover {
  text-decoration: underline;
}
*[renewal-ui=false] .custom_survey .respondent_detail {
  background: #f6f5f2;
  padding: 20px;
}
*[renewal-ui=false] .custom_survey .respondent_detail ul {
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 768px) {
  *[renewal-ui=false] .custom_survey .respondent_detail ul {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
  }
}
*[renewal-ui=false] .custom_survey .respondent_detail ul li {
  text-align: left;
  line-height: 200%;
}
@media screen and (min-width: 768px) {
  *[renewal-ui=false] .custom_survey .respondent_detail ul li {
    width: 50%;
    white-space: nowrap;
  }
}
@media screen and (max-width: 767px) {
  *[renewal-ui=false] .custom_survey .respondent_detail ul li {
    font-size: 1.4rem;
  }
}
*[renewal-ui=false] .custom_survey .respondent_answer dl {
  display: block;
}
*[renewal-ui=false] .custom_survey .respondent_answer dt {
  position: relative;
  padding: 20px 0 0 3em !important;
  width: 100% !important;
  border-bottom: none !important;
}
*[renewal-ui=false] .custom_survey .respondent_answer dt .num {
  position: absolute;
  left: 0;
}
*[renewal-ui=false] .custom_survey .respondent_answer dd {
  width: 100% !important;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  *[renewal-ui=false] .custom_survey .respondent_answer .back_list {
    margin: 60px auto 0;
  }
  *[renewal-ui=false] .custom_survey .respondent_answer .back_list .button {
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  *[renewal-ui=false] .custom_survey .respondent_answer .back_list {
    margin: 20px 5% 0;
  }
}
*[renewal-ui=false] .custom_survey .modal-answer-delete {
  max-height: 340px;
}
*[renewal-ui=false] .custom_survey .modal-answer-delete .resign input[type=submit] {
  margin-top: 0;
  background-color: #d11010;
}
@media screen and (min-width: 768px) {
  *[renewal-ui=false] .custom_survey .modal-answer-delete .resign {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  *[renewal-ui=false] .custom_survey .modal-answer-delete .resign h4 {
    margin-top: 0;
    font-size: 1.6rem;
  }
  *[renewal-ui=false] .custom_survey .modal-answer-delete .resign form {
    margin: 30px 0 0;
    padding: 20px 0 20px;
  }
}
*[renewal-ui=false] .custom_survey .modal-answer-delete .resign .follow_delete_cancel {
  display: block;
  margin: 20px auto 0;
  text-align: center;
  color: #5bb49b;
  background: #fff url("/btn_arrow_prev.6637afef.svg") left 15px center no-repeat;
  border: 1px solid #5bb49b;
}
*[renewal-ui=false] .custom_survey .modal-answer-delete .resign .follow_delete_cancel:hover {
  background: #5bb49b url("/btn_arrow_prev.6637afef.svg") left 15px center no-repeat;
  color: #fff;
}
@media screen and (max-width: 767px) {
  *[renewal-ui=false] aside .custom_survey {
    padding-top: 0;
  }
}
*[renewal-ui=false] .result_intro {
  margin: 20px 30px 40px 0;
  padding: 30px;
  text-align: left;
  background: #f6f5f2;
}
@media screen and (max-width: 767px) {
  *[renewal-ui=false] .result_intro {
    margin: 0 5% 40px;
  }
}
*[renewal-ui=false] .result_intro ul.annotation {
  margin-top: 0;
}
*[renewal-ui=false] .result_download dt {
  position: relative;
}
@media screen and (min-width: 768px) {
  *[renewal-ui=false] .result_download dt .helper {
    right: 0;
    margin: 0 auto;
  }
  *[renewal-ui=false] .result_download dt .helper::after {
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  *[renewal-ui=false] .result_download dt .help {
    display: none;
  }
  *[renewal-ui=false] .result_download dt .helper {
    display: block;
    text-align: left;
  }
}
*[renewal-ui=false] .result_download ul {
  margin: 20px 0;
  padding: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  *[renewal-ui=false] .result_download ul {
    margin: 0;
  }
}
*[renewal-ui=false] .result_download li {
  margin: 0 20px;
}
@media screen and (max-width: 767px) {
  *[renewal-ui=false] .result_download li {
    width: 100%;
    text-align: left;
  }
}
*[renewal-ui=false] .translate_btn dt {
  position: relative;
}
@media screen and (min-width: 768px) {
  *[renewal-ui=false] .translate_btn .helper {
    width: 530px;
    bottom: auto;
    top: -60px;
  }
}

.talent .modal-inner.talent_edit .add_skill .button.btn_disabled {
  background: #ccc;
  border-color: #ccc;
  margin-bottom: 0;
  cursor: default;
}

/*# sourceMappingURL=custom_survey.css.map */