@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_question {
  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;
  -webkit-box-pack: end;
  justify-content: flex-end;
}
*[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;
}
@media screen and (max-width: 767px) {
  *[renewal-ui=false] .custom_survey .btn_area.head .button {
    padding: 5px 10px;
  }
}
*[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;
}
*[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 .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 .table_box .icon_edit {
  width: auto;
  height: 20px;
}
*[renewal-ui=false] .custom_survey .survey_list .table_box .icon_history {
  width: auto;
  height: 16px;
}
@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 .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%;
}
@media screen and (max-width: 767px) {
  *[renewal-ui=false] .custom_survey .edit_area.emp li.add_table {
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 768px) {
  *[renewal-ui=false] .custom_survey .modal-inner dl.info {
    max-width: 600px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  *[renewal-ui=false] .custom_survey .modal-inner dl.info {
    margin-top: 30px;
  }
}
*[renewal-ui=false] .custom_survey .modal-inner dl.info dt {
  position: relative;
  color: #5bb49b;
}
@media screen and (min-width: 768px) {
  *[renewal-ui=false] .custom_survey .modal-inner dl.info dt {
    padding-top: 12px;
    width: 36%;
    float: left;
  }
  *[renewal-ui=false] .custom_survey .modal-inner dl.info dt.no_float {
    float: none;
    width: auto;
  }
}
@media screen and (max-width: 767px) {
  *[renewal-ui=false] .custom_survey .modal-inner dl.info dt {
    padding: 0;
  }
}
*[renewal-ui=false] .custom_survey .modal-inner dl.info dt.uneditable {
  padding-top: 20px;
}
*[renewal-ui=false] .custom_survey .modal-inner dl.info dd {
  margin: 0;
  vertical-align: middle;
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  *[renewal-ui=false] .custom_survey .modal-inner dl.info dd {
    padding: 20px 0 20px 40%;
    border-bottom: 1px solid #ccc;
  }
  *[renewal-ui=false] .custom_survey .modal-inner dl.info dd.no_float {
    padding: 20px 0 20px;
  }
}
@media screen and (max-width: 767px) {
  *[renewal-ui=false] .custom_survey .modal-inner dl.info dd {
    margin-bottom: 20px;
    border-bottom: 1px solid #ccc;
    padding: 0 0 10px;
  }
}
*[renewal-ui=false] .custom_survey .modal-inner dl.info dd.pt0 {
  padding-top: 0;
}
*[renewal-ui=false] .custom_survey .modal-inner dl.info dd.bb0 {
  border-bottom: none;
}
*[renewal-ui=false] .custom_survey .modal-inner dl.info dd .lead {
  margin-top: 10px;
  margin-bottom: 20px;
}
*[renewal-ui=false] .custom_survey .modal-inner dl.info dd .progress {
  margin: 0 0 20px;
}
@media screen and (min-width: 768px) {
  *[renewal-ui=false] .custom_survey .modal-inner dl.info dd select {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  *[renewal-ui=false] .custom_survey .modal-inner dl.info dd select {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  *[renewal-ui=false] .custom_survey .modal-inner dl.info dd .select_area {
    width: 100%;
    margin: 0;
  }
  *[renewal-ui=false] .custom_survey .modal-inner dl.info dd .select_area::after {
    top: 15px;
    bottom: auto;
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  *[renewal-ui=false] .custom_survey .modal-inner dl.info dd .select_area {
    width: 100%;
    margin-bottom: 10px;
  }
}
*[renewal-ui=false] .custom_survey .modal_action_btn_area {
  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: 865px;
  }
}
@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;
}
@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%;
  }
}
*[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 (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;
}
*[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,
*[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 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;
  }
}
*[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 .quesitonnaire_area .lead {
  position: relative;
  margin: 30px 0 0;
}
*[renewal-ui=false] .custom_survey .create_area .lead.edit,
*[renewal-ui=false] .custom_survey .quesitonnaire_area .lead.edit {
  margin: 0 0 0;
}
*[renewal-ui=false] .custom_survey .create_area .lead .prewrap,
*[renewal-ui=false] .custom_survey .quesitonnaire_area .lead .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 .quesitonnaire_area .lead .prewrap {
    font-size: 1.4rem;
  }
}
*[renewal-ui=false] .custom_survey .create_area .lead .from,
*[renewal-ui=false] .custom_survey .quesitonnaire_area .lead .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 .quesitonnaire_area .lead .from {
    font-size: 1.4rem;
  }
}
*[renewal-ui=false] .custom_survey .create_area .lead .marker,
*[renewal-ui=false] .custom_survey .quesitonnaire_area .lead .marker {
  font-weight: bold;
  background: linear-gradient(transparent 60%, #c4e4db 60%);
}
*[renewal-ui=false] .custom_survey .create_area .lead.main_lead .prewrap,
*[renewal-ui=false] .custom_survey .quesitonnaire_area .lead.main_lead .prewrap {
  margin-bottom: 40px;
  line-height: 180%;
}
*[renewal-ui=false] .custom_survey .create_area .lead.main_lead .from,
*[renewal-ui=false] .custom_survey .quesitonnaire_area .lead.main_lead .from {
  margin-bottom: 40px;
}
*[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 .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;
  font-weight: normal;
}
@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 table.multi_radio,
*[renewal-ui=false] .custom_survey .quesitonnaire_area .question table.multi_radio {
  position: relative;
  width: 100%;
}
*[renewal-ui=false] .custom_survey .create_area .question table.multi_radio thead,
*[renewal-ui=false] .custom_survey .quesitonnaire_area .question table.multi_radio thead {
  position: sticky;
  top: 60px;
  z-index: 100;
}
@media screen and (max-width: 767px) {
  *[renewal-ui=false] .custom_survey .create_area .question table.multi_radio thead,
*[renewal-ui=false] .custom_survey .quesitonnaire_area .question table.multi_radio thead {
    top: 9.2vw;
  }
}
*[renewal-ui=false] .custom_survey .create_area .question table.multi_radio th,
*[renewal-ui=false] .custom_survey .create_area .question table.multi_radio td,
*[renewal-ui=false] .custom_survey .quesitonnaire_area .question table.multi_radio th,
*[renewal-ui=false] .custom_survey .quesitonnaire_area .question table.multi_radio td {
  padding: 5px;
  border-bottom: 1px solid #ccc;
}
*[renewal-ui=false] .custom_survey .create_area .question table.multi_radio th,
*[renewal-ui=false] .custom_survey .quesitonnaire_area .question table.multi_radio th {
  font-size: 1.2rem;
  background: #fff;
}
*[renewal-ui=false] .custom_survey .create_area .question table.multi_radio td,
*[renewal-ui=false] .custom_survey .quesitonnaire_area .question table.multi_radio td {
  text-align: center;
  font-size: 1.2rem;
}
*[renewal-ui=false] .custom_survey .create_area .question table.multi_radio td.text_left,
*[renewal-ui=false] .custom_survey .quesitonnaire_area .question table.multi_radio td.text_left {
  font-size: 1.4rem;
  font-weight: bold;
}
*[renewal-ui=false] .custom_survey .create_area .question table.multi_radio .not_select,
*[renewal-ui=false] .custom_survey .quesitonnaire_area .question table.multi_radio .not_select {
  background: #f6f5f2;
}
*[renewal-ui=false] .custom_survey .create_area .question table.multi_radio .title_focus,
*[renewal-ui=false] .custom_survey .quesitonnaire_area .question table.multi_radio .title_focus {
  color: #fff;
  background: #5bb49b;
}
*[renewal-ui=false] .custom_survey .create_area .question table.multi_radio .focus,
*[renewal-ui=false] .custom_survey .quesitonnaire_area .question table.multi_radio .focus {
  background: #5bb49b;
}
*[renewal-ui=false] .custom_survey .create_area .question dl.multi_radio,
*[renewal-ui=false] .custom_survey .quesitonnaire_area .question dl.multi_radio {
  position: relative;
  width: 100%;
  margin: 30px 0 0;
  padding: 0;
}
*[renewal-ui=false] .custom_survey .create_area .question dl.multi_radio dt,
*[renewal-ui=false] .custom_survey .quesitonnaire_area .question dl.multi_radio dt {
  margin: 0;
  padding: 5px;
  display: block;
  width: 100%;
  font-size: 1.6rem;
  font-weight: bold;
  border-bottom: none;
  border-top: 1px solid #ccc;
  background: url("/note_bg.593a0562.png");
}
*[renewal-ui=false] .custom_survey .create_area .question dl.multi_radio dt:nth-child(1),
*[renewal-ui=false] .custom_survey .quesitonnaire_area .question dl.multi_radio dt:nth-child(1) {
  border-top: none;
}
*[renewal-ui=false] .custom_survey .create_area .question dl.multi_radio dd,
*[renewal-ui=false] .custom_survey .quesitonnaire_area .question dl.multi_radio dd {
  margin: 0;
  padding: 0;
}
*[renewal-ui=false] .custom_survey .create_area .question dl.multi_radio dd ul,
*[renewal-ui=false] .custom_survey .quesitonnaire_area .question dl.multi_radio dd ul {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  margin: 0;
  padding: 0;
  flex-wrap: nowrap;
}
@media screen and (max-width: 767px) {
  *[renewal-ui=false] .custom_survey .create_area .question dl.multi_radio dd ul,
*[renewal-ui=false] .custom_survey .quesitonnaire_area .question dl.multi_radio dd ul {
    margin: 10px 0;
  }
}
*[renewal-ui=false] .custom_survey .create_area .question dl.multi_radio dd ul li,
*[renewal-ui=false] .custom_survey .quesitonnaire_area .question dl.multi_radio dd ul li {
  padding: 5px 10px;
  font-size: 1.2rem;
  text-align: center;
  flex: 1;
}
@media screen and (max-width: 767px) {
  *[renewal-ui=false] .custom_survey .create_area .question dl.multi_radio dd ul li,
*[renewal-ui=false] .custom_survey .quesitonnaire_area .question dl.multi_radio dd ul li {
    position: inherit;
    padding: 5px 10px 25px;
    font-size: 1.2rem;
  }
  *[renewal-ui=false] .custom_survey .create_area .question dl.multi_radio dd ul li label,
*[renewal-ui=false] .custom_survey .quesitonnaire_area .question dl.multi_radio dd ul li label {
    display: none;
    font-size: 1.2rem;
  }
  *[renewal-ui=false] .custom_survey .create_area .question dl.multi_radio dd ul li:nth-of-type(1) label,
*[renewal-ui=false] .custom_survey .quesitonnaire_area .question dl.multi_radio dd ul li:nth-of-type(1) label {
    display: block;
    position: absolute;
    left: 0;
    bottom: -0.5em;
  }
  *[renewal-ui=false] .custom_survey .create_area .question dl.multi_radio dd ul li:nth-of-type(1) label::before,
*[renewal-ui=false] .custom_survey .quesitonnaire_area .question dl.multi_radio dd ul li:nth-of-type(1) label::before {
    content: "▼";
    display: inline-block;
    margin-right: 5px;
    transform: rotate(90deg);
  }
  *[renewal-ui=false] .custom_survey .create_area .question dl.multi_radio dd ul li:nth-last-of-type(1) label,
*[renewal-ui=false] .custom_survey .quesitonnaire_area .question dl.multi_radio dd ul li:nth-last-of-type(1) label {
    display: block;
    position: absolute;
    text-align: right;
    right: 0;
    bottom: -0.5em;
  }
  *[renewal-ui=false] .custom_survey .create_area .question dl.multi_radio dd ul li:nth-last-of-type(1) label::after,
*[renewal-ui=false] .custom_survey .quesitonnaire_area .question dl.multi_radio dd ul li:nth-last-of-type(1) label::after {
    content: "▼";
    display: inline-block;
    margin-left: 5px;
    transform: rotate(-90deg);
  }
}
*[renewal-ui=false] .custom_survey .create_area .question dl.multi_radio dd ul li input[type=radio],
*[renewal-ui=false] .custom_survey .quesitonnaire_area .question dl.multi_radio dd ul li input[type=radio] {
  position: relative;
  left: auto;
}
@media screen and (min-width: 768px) {
  *[renewal-ui=false] .custom_survey .create_area .question dl.multi_radio dd ul li input[type=radio],
*[renewal-ui=false] .custom_survey .quesitonnaire_area .question dl.multi_radio dd ul li input[type=radio] {
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  *[renewal-ui=false] .custom_survey .create_area .question dl.multi_radio dd ul li br.for-pc,
*[renewal-ui=false] .custom_survey .quesitonnaire_area .question dl.multi_radio dd ul li br.for-pc {
    display: none;
  }
  *[renewal-ui=false] .custom_survey .create_area .question dl.multi_radio dd ul li label,
*[renewal-ui=false] .custom_survey .quesitonnaire_area .question dl.multi_radio dd ul li label {
    display: block;
    padding: 30px 0 0;
  }
}
*[renewal-ui=false] .custom_survey .create_area .question dl.multi_radio .not_select,
*[renewal-ui=false] .custom_survey .quesitonnaire_area .question dl.multi_radio .not_select {
  background: #f6f5f2;
}
*[renewal-ui=false] .custom_survey .create_area .question dl.multi_radio .title_focus,
*[renewal-ui=false] .custom_survey .quesitonnaire_area .question dl.multi_radio .title_focus {
  color: #fff;
  background: #5bb49b;
}
*[renewal-ui=false] .custom_survey .create_area .question dl.multi_radio .focus,
*[renewal-ui=false] .custom_survey .quesitonnaire_area .question dl.multi_radio .focus {
  background: #5bb49b;
}
*[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: -8.4vw;
    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: 6%;
  background: #fff;
  text-align: center;
}
*[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: 64%;
}
*[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;
}
@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 .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 .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 .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;
}
*[renewal-ui=false] .custom_survey .create_question {
  height: 775px;
}
*[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 {
  max-width: 640px;
}
*[renewal-ui=false] .custom_survey .create_question .select_post_type 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 .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 (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 select {
  padding-right: 40px;
}
*[renewal-ui=false] .custom_survey .create_question .select_text textarea {
  height: 8em;
}
*[renewal-ui=false] .custom_survey .create_question .select_text .custom_select {
  display: none;
}
*[renewal-ui=false] .custom_survey .create_question .select_text .custom_select.open {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  padding: 10px 20px;
  background: #f6f5f2;
}
*[renewal-ui=false] .custom_survey .create_question .select_text .custom_select .select_area {
  margin-left: 20px;
}
*[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 .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 .question,
*[renewal-ui=false] .custom_survey.full .quesitonnaire_area .explain_text {
  margin: 60px auto;
}
@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 .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_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;
  }
}
*[renewal-ui=false] .custom_survey.full .quesitonnaire_complete .edit_answer {
  margin-top: 160px;
}
@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 .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.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_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=mail],
*[renewal-ui=false] .custom_survey .analyze_detail input[type=mail] {
  display: inline-block;
  width: 100%;
  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=mail],
*[renewal-ui=false] .custom_survey .analyze_detail input[type=mail] {
    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;
}
*[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 .error-text,
*[renewal-ui=false] .custom_survey .analyze_detail .error-text {
  text-align: center;
}
*[renewal-ui=false] .custom_survey .collect_sub {
  margin: 0 0 20px;
  padding: 0;
  -webkit-box-pack: center;
  justify-content: center;
  border-bottom: 1px solid #ccc;
  border-radius: 5px 5px 0 0;
}
*[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;
  border-bottom: none;
}
*[renewal-ui=false] .custom_survey .collect_sub li.current {
  position: relative;
  background: #fff;
  font-weight: bold;
  border-color: #ccc;
}
*[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;
}
*[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 .status_complete {
  margin-top: -10px;
  background: #56ce8f;
  padding: 10px;
  text-align: center;
  color: #fff;
}
*[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 {
  position: relative;
  top: -8px;
  width: 9em;
  font-size: 1.4rem;
  float: left;
}
@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: 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 .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;
    font-size: 14px;
  }
}
@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 .explain.analyze {
  position: relative;
  margin: 20px 0 0;
}
@media screen and (min-width: 768px) {
  *[renewal-ui=false] .custom_survey .analyze_detail .explain.analyze {
    text-align: right;
  }
}
@media screen and (max-width: 767px) {
  *[renewal-ui=false] .custom_survey .analyze_detail .explain.analyze {
    text-align: left;
  }
}
*[renewal-ui=false] .custom_survey .analyze_detail .explain.analyze li:nth-of-type(1):before {
  color: #5AB797;
}
*[renewal-ui=false] .custom_survey .analyze_detail .explain.analyze li:nth-of-type(2):before {
  color: #D6D130;
}
*[renewal-ui=false] .custom_survey .analyze_detail .explain.analyze li:nth-of-type(3):before {
  color: #7055B1;
}
*[renewal-ui=false] .custom_survey .analyze_detail .explain.analyze li:nth-of-type(4):before {
  color: #59C4D1;
}
*[renewal-ui=false] .custom_survey .analyze_detail .explain.analyze li:nth-of-type(5):before {
  color: #89CF66;
}
*[renewal-ui=false] .custom_survey .analyze_detail .explain.analyze li:nth-of-type(6):before {
  color: #5E70C5;
}
*[renewal-ui=false] .custom_survey .analyze_detail .explain.analyze li:nth-of-type(7):before {
  color: #E5659D;
}
*[renewal-ui=false] .custom_survey .analyze_detail .explain.analyze li:nth-of-type(8):before {
  color: #E29653;
}
*[renewal-ui=false] .custom_survey .analyze_detail .explain.analyze li:nth-of-type(9):before {
  color: #9B9B9B;
}
*[renewal-ui=false] .custom_survey .analyze_detail .explain.analyze li:nth-of-type(10):before {
  color: #E36969;
}
*[renewal-ui=false] .custom_survey .analyze_detail .explain.analyze li:nth-of-type(11):before {
  color: #7FE8C4;
}
*[renewal-ui=false] .custom_survey .analyze_detail .explain.analyze li:nth-of-type(12):before {
  color: #FFFC8D;
}
*[renewal-ui=false] .custom_survey .analyze_detail .explain.analyze li:nth-of-type(13):before {
  color: #B698FF;
}
*[renewal-ui=false] .custom_survey .analyze_detail .explain.analyze li:nth-of-type(14):before {
  color: #84F2FF;
}
*[renewal-ui=false] .custom_survey .analyze_detail .explain.analyze li:nth-of-type(15):before {
  color: #B5FF8F;
}
*[renewal-ui=false] .custom_survey .analyze_detail .explain.analyze li:nth-of-type(16):before {
  color: #899DFE;
}
*[renewal-ui=false] .custom_survey .analyze_detail .explain.analyze li:nth-of-type(17):before {
  color: #FF9EC8;
}
*[renewal-ui=false] .custom_survey .analyze_detail .explain.analyze li:nth-of-type(18):before {
  color: #FFD2AA;
}
*[renewal-ui=false] .custom_survey .analyze_detail .explain.analyze li:nth-of-type(19):before {
  color: #EEEEEE;
}
*[renewal-ui=false] .custom_survey .analyze_detail .explain.analyze li:nth-of-type(20):before {
  color: #FFBBBB;
}
*[renewal-ui=false] .custom_survey .analyze_detail .explain.analyze li:nth-of-type(21):before {
  color: #1F644C;
}
*[renewal-ui=false] .custom_survey .analyze_detail .explain.analyze li:nth-of-type(22):before {
  color: #858326;
}
*[renewal-ui=false] .custom_survey .analyze_detail .explain.analyze li:nth-of-type(23):before {
  color: #4C217D;
}
*[renewal-ui=false] .custom_survey .analyze_detail .explain.analyze li:nth-of-type(24):before {
  color: #1C646D;
}
*[renewal-ui=false] .custom_survey .analyze_detail .explain.analyze li:nth-of-type(25):before {
  color: #397B17;
}
*[renewal-ui=false] .custom_survey .analyze_detail .explain.analyze li:nth-of-type(26):before {
  color: #293882;
}
*[renewal-ui=false] .custom_survey .analyze_detail .explain.analyze li:nth-of-type(27):before {
  color: #801A46;
}
*[renewal-ui=false] .custom_survey .analyze_detail .explain.analyze li:nth-of-type(28):before {
  color: #82430B;
}
*[renewal-ui=false] .custom_survey .analyze_detail .explain.analyze li:nth-of-type(29):before {
  color: #262626;
}
*[renewal-ui=false] .custom_survey .analyze_detail .explain.analyze li:nth-of-type(30):before {
  color: #671313;
}
*[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 {
  margin: 0 auto;
  text-align: left;
}
@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: 20px 0 40px;
}
@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: 20px auto 0;
}
*[renewal-ui=false] .custom_survey .analyze_detail .response_rate .response_rate_detail img {
  width: 18px;
  height: auto;
  cursor: pointer;
}
*[renewal-ui=false] .custom_survey .analyze_detail .response_rate .response_rate_detail .sort {
  background: none;
  font-size: 1rem;
  cursor: pointer;
  color: #666;
  position: relative;
  top: -2px;
  margin-left: 5px;
}
*[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 .response_info {
  font-size: 1.4rem;
  -webkit-box-align: center;
  align-items: center;
}
*[renewal-ui=false] .custom_survey .analyze_detail .response_info select {
  margin-left: 10px;
}
*[renewal-ui=false] .custom_survey .analyze_detail .response_info .total_data {
  text-align: right;
}
*[renewal-ui=false] .custom_survey .analyze_detail .response_info strong.total {
  font-size: 1.6rem;
}
*[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;
  font-weight: normal;
}
@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;
  }
}
*[renewal-ui=false] .custom_survey dl.respondents dt {
  width: 200px;
}
*[renewal-ui=false] .custom_survey dl.respondents dd {
  width: calc(100% - 200px);
}
*[renewal-ui=false] .custom_survey dl.respondents select {
  width: 300px;
}
*[renewal-ui=false] .custom_survey dl.respondents .target_select {
  display: none;
}
*[renewal-ui=false] .custom_survey dl.respondents .target_list {
  margin: 0;
  padding: 0;
}
*[renewal-ui=false] .custom_survey dl.respondents .target_list li {
  width: 30%;
  margin: 0 0 10px;
}
*[renewal-ui=false] .custom_survey .schedule_list {
  width: 100%;
}
*[renewal-ui=false] .custom_survey .schedule_list thead th {
  padding: 10px 0;
  font-size: 1.4rem;
  background: #f6f5f2;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
*[renewal-ui=false] .custom_survey .schedule_list td {
  padding: 10px 0;
  font-size: 1.4rem;
}
*[renewal-ui=false] .custom_survey .schedule_list td .icon_company {
  width: 20px;
  height: auto;
  cursor: pointer;
}
*[renewal-ui=false] .custom_survey .schedule_list td.disabled {
  opacity: 0.5;
}
*[renewal-ui=false] .custom_survey .schedule_list tbody tr:nth-of-type(even) td {
  background: #f6f5f2;
}
*[renewal-ui=false] .custom_survey .schedule_list input[type=date] {
  width: 58%;
  margin: 0;
}
*[renewal-ui=false] .custom_survey .schedule_list input[type=time] {
  width: 36%;
  margin: 0 0 0 5px;
}
*[renewal-ui=false] .custom_survey .schedule_list.schedule_list_confirm td.disabled {
  opacity: 0.5;
}
@media screen and (min-width: 768px) {
  *[renewal-ui=false] .custom_survey .modal_box.schedule dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  *[renewal-ui=false] .custom_survey .modal_box.schedule dl {
    margin: 0 5%;
  }
}
*[renewal-ui=false] .custom_survey .modal_box.schedule dl dt {
  width: 240px;
  margin: 0;
  padding: 28px 0 20px;
  color: #5bb49b;
  border-bottom: 1px dotted #ccc;
  text-align: left;
  box-sizing: border-box;
}
*[renewal-ui=false] .custom_survey .modal_box.schedule dl dt.text {
  padding: 20px 0 0;
}
@media screen and (max-width: 767px) {
  *[renewal-ui=false] .custom_survey .modal_box.schedule dl dt {
    width: 100%;
    padding-bottom: 0;
    border-bottom: none;
  }
}
*[renewal-ui=false] .custom_survey .modal_box.schedule dl dd {
  width: calc(100% - 240px);
  margin: 0;
  padding: 20px 0;
  border-bottom: 1px dotted #ccc;
  text-align: left;
}
@media screen and (max-width: 767px) {
  *[renewal-ui=false] .custom_survey .modal_box.schedule dl dd {
    width: 100%;
    padding: 10px 0 20px;
  }
}
*[renewal-ui=false] .custom_survey .modal_box.schedule dl dd.send_date,
*[renewal-ui=false] .custom_survey .modal_box.schedule dl dd.send_mail {
  width: calc(50% - 100px);
}
*[renewal-ui=false] .custom_survey .modal_box.schedule dl dd .button,
*[renewal-ui=false] .custom_survey .modal_box.schedule dl dd input[type=submit] {
  background-image: none;
}
*[renewal-ui=false] .custom_survey .modal_box.schedule dl dd .button:hover,
*[renewal-ui=false] .custom_survey .modal_box.schedule dl dd input[type=submit]:hover {
  background-image: none;
}
*[renewal-ui=false] .custom_survey .modal_box.schedule dl dd .button.test_send,
*[renewal-ui=false] .custom_survey .modal_box.schedule dl dd input[type=submit].test_send {
  max-width: 150px;
}
@media screen and (max-width: 767px) {
  *[renewal-ui=false] .custom_survey .modal_box.schedule dl dd .button.test_send,
*[renewal-ui=false] .custom_survey .modal_box.schedule dl dd input[type=submit].test_send {
    max-width: none;
  }
}
*[renewal-ui=false] .custom_survey .modal_box.schedule dl dd .select_area {
  width: 100%;
}
*[renewal-ui=false] .custom_survey .modal_box.schedule h3 {
  margin: 20px 0 10px;
}
*[renewal-ui=false] .custom_survey .modal_box.schedule .sort {
  background: none;
  font-size: 1rem;
  cursor: pointer;
  color: #666;
  position: relative;
  top: -2px;
  margin-left: 5px;
}
*[renewal-ui=false] .custom_survey .modal_box.history .collect_detail {
  margin: 0;
  padding: 0;
}
*[renewal-ui=false] .custom_survey .modal_box.history .collect_detail .collect_confirm {
  max-width: 100%;
}
*[renewal-ui=false] .custom_survey .modal_box.response_status_modal .collect_detail {
  margin: 0;
  padding: 0;
}
*[renewal-ui=false] .custom_survey .modal_box.response_status_modal .collect_detail .collect_confirm {
  max-width: 100%;
}
*[renewal-ui=false] .custom_survey .modal_box.response_status_modal .name_list {
  text-align: left;
}
*[renewal-ui=false] .custom_survey .modal_box.response_status_modal .send_employee_reminder {
  margin-top: 20px;
}
*[renewal-ui=false] .custom_survey .modal_box.response_status_modal .employee_reminder_detail {
  display: none;
}
*[renewal-ui=false] .custom_survey .modal_box.response_status_modal .employee_reminder_detail dl {
  max-width: 100%;
}
*[renewal-ui=false] .custom_survey .modal_box.response_status_modal .employee_reminder_detail input[type=mail] {
  margin-bottom: 0;
}
*[renewal-ui=false] .custom_survey .modal_box.response_status_modal ul.btn_area {
  margin-top: 20px;
}
*[renewal-ui=false] .custom_survey .year_change {
  text-align: right;
}
*[renewal-ui=false] .custom_survey .year_change input[type=text] {
  display: inline-block;
  width: 100%;
  max-width: 100px;
  border: 1px solid #ccc;
  margin: 10px 0 0;
  padding: 6px 15px 8px;
  font-size: 1.8rem;
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  *[renewal-ui=false] .custom_survey .year_change input[type=text] {
    font-size: 1.6rem;
  }
}
*[renewal-ui=false] .custom_survey .year_change .button {
  display: inline-block;
  max-width: 160px;
}

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