@charset "UTF-8";
/* Scss Document */
/* Scss Document */
*[renewal-ui=false] .error {
  margin: 5px auto 0 !important;
  color: #d11010;
}
@media screen and (min-width: 768px) {
  *[renewal-ui=false] .error {
    font-size: 1.4rem !important;
  }
}
@media screen and (max-width: 767px) {
  *[renewal-ui=false] .error {
    font-size: 1.3rem !important;
  }
}
*[renewal-ui=false] .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] .error-text {
    font-size: 1.4rem !important;
  }
}
@media screen and (max-width: 767px) {
  *[renewal-ui=false] .error-text {
    font-size: 1.3rem !important;
  }
}
*[renewal-ui=false] .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] .error-text:before {
    top: 4px;
  }
}
*[renewal-ui=false] .error-text.center {
  text-align: center;
}
*[renewal-ui=false] .error-text.center::before {
  position: relative;
}
*[renewal-ui=false] .error-text.absolute {
  position: absolute;
  right: 0;
  bottom: -30px;
  width: auto;
  white-space: nowrap;
}
*[renewal-ui=false] .delete_btn {
  margin-top: 30px;
  text-align: right;
}
*[renewal-ui=false] .delete_btn button {
  display: inline-block;
  background: #fff url("/icon_trashbox.96744675.svg") left center/15px auto no-repeat;
  color: #5bb49b;
  padding: 0 0 0 30px;
  border: none;
  outline: none;
}
@media screen and (max-width: 767px) {
  *[renewal-ui=false] .delete_btn button {
    font-size: 1.4rem;
  }
}
*[renewal-ui=false] input[type=text],
*[renewal-ui=false] input[type=date] {
  display: inline-block;
  width: 100%;
  max-width: 250px;
  border: 1px solid #ccc;
  margin: 0;
  padding: 10px 10px;
  font-size: 1.8rem;
  border-radius: 5px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  *[renewal-ui=false] input[type=text],
*[renewal-ui=false] input[type=date] {
    font-size: 1.6rem;
  }
}
*[renewal-ui=false] .select_area {
  position: relative;
  display: inline-block;
  background: #fff;
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  *[renewal-ui=false] .select_area {
    width: 90%;
    margin: 0 auto 20px;
    text-align: center;
  }
}
*[renewal-ui=false] .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] select {
  position: relative;
  padding: 10px 30px 10px 10px;
  margin: 0;
  border: 1px solid #ccc;
  border-radius: 5px;
  background: none;
  z-index: 11;
}
@media screen and (max-width: 767px) {
  *[renewal-ui=false] select {
    width: 100%;
  }
}
*[renewal-ui=false] input[type=checkbox] {
  position: relative;
  width: 16px;
  height: 16px;
  border: none;
}
*[renewal-ui=false] 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] 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] 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] input[type=checkbox]:checked:after {
  border: none;
  background: none;
}
*[renewal-ui=false] .btn_area {
  margin: 30px auto 0;
}
*[renewal-ui=false] .button,
*[renewal-ui=false] input[type=submit] {
  position: relative;
  display: block;
  color: #fff;
  width: 100%;
  max-width: 250px;
  margin: 0 auto 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] .button,
*[renewal-ui=false] input[type=submit] {
    width: 100%;
    max-width: none;
    font-size: 1.6rem;
    line-height: 30px;
    height: 5rem;
    margin: 0 auto 0;
  }
  *[renewal-ui=false] .button.btn_collect_select,
*[renewal-ui=false] input[type=submit].btn_collect_select {
    margin-bottom: 20px;
  }
}
*[renewal-ui=false] .button:hover,
*[renewal-ui=false] input[type=submit]:hover {
  background: #7ec4b0 url("/btn_arrow.0b850927.svg") right 15px center no-repeat;
  color: #fff;
}
*[renewal-ui=false] .button.back,
*[renewal-ui=false] input[type=submit].back {
  border: 1px solid #5bb49b;
  color: #5bb49b;
  background: #fff;
}
@media screen and (max-width: 767px) {
  *[renewal-ui=false] .button.back,
*[renewal-ui=false] input[type=submit].back {
    margin-right: auto;
    font-size: 1.4rem;
  }
}
*[renewal-ui=false] .button.-download,
*[renewal-ui=false] input[type=submit].-download {
  display: block;
  color: #5bb49b;
  width: 100%;
  max-width: 300px;
  margin: 30px auto 0;
  padding: 10px;
  text-align: center;
  text-decoration: none;
  font-size: 1.5rem;
  transition: all 0.5s ease;
  background: #fff;
  border: 1px solid #5bb49b;
}
*[renewal-ui=false] .button.-download:hover,
*[renewal-ui=false] input[type=submit].-download:hover {
  color: #fff;
  background: #5bb49b;
}
*[renewal-ui=false] .button.-download::after,
*[renewal-ui=false] input[type=submit].-download::after {
  content: ">";
  position: relative;
  margin: 0 0 0 10px;
  display: inline-block;
}
*[renewal-ui=false] .select_cross_sub {
  display: none;
  position: relative;
}
@media screen and (min-width: 768px) {
  *[renewal-ui=false] .select_cross_sub {
    margin-right: 30px;
  }
}
*[renewal-ui=false] .select_cross_sub.show {
  display: block;
}
*[renewal-ui=false] .select_cross_sub ul.cross_select_box {
  position: relative;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  margin: 20px 0 0;
  padding: 20px;
  background: #f6f5f2;
}
@media screen and (max-width: 767px) {
  *[renewal-ui=false] .select_cross_sub ul.cross_select_box {
    margin: 0;
    padding: 15px;
  }
}
*[renewal-ui=false] .select_cross_sub ul.cross_select_box::before {
  content: "";
  position: absolute;
  display: inline-block;
  right: 50px;
  top: -12px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 7px 12.1px 7px;
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #f6f5f2 rgba(0, 0, 0, 0);
}
@media screen and (max-width: 767px) {
  *[renewal-ui=false] .select_cross_sub ul.cross_select_box::before {
    right: auto;
    left: 50px;
  }
}
*[renewal-ui=false] .select_cross_sub ul.cross_select_box li {
  padding-right: 20px;
  min-width: 50%;
  box-sizing: border-box;
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  *[renewal-ui=false] .select_cross_sub ul.cross_select_box li {
    min-width: 20%;
  }
}
*[renewal-ui=false] .select_cross_sub ul.cross_select_box label {
  padding-left: 5px;
}
*[renewal-ui=false] .select_cross_sub .cross_select_switch {
  margin-top: -2px;
  text-align: right;
}
*[renewal-ui=false] .select_cross_sub .cross_select_switch .switch_text {
  font-size: 1.4rem;
  cursor: pointer;
  padding: 2px 5px;
  background: #f6f5f2;
  border-radius: 0 0 5px 5px;
}
@media screen and (min-width: 768px) {
  *[renewal-ui=false] .plus_download .download_select {
    margin-right: 30px;
  }
}
*[renewal-ui=false] .plus_download .edit_area {
  margin: 30px 0 0;
  padding: 0;
}
@media screen and (min-width: 768px) {
  *[renewal-ui=false] .plus_download .edit_area {
    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;
  }
}
*[renewal-ui=false] .plus_download .edit_area li {
  position: relative;
  margin: 0 0 20px;
  padding: 20px;
  box-sizing: border-box;
  border-radius: 10px;
}
@media screen and (min-width: 768px) {
  *[renewal-ui=false] .plus_download .edit_area li {
    width: 100%;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  *[renewal-ui=false] .plus_download .edit_area li {
    text-align: left;
  }
}
*[renewal-ui=false] .plus_download .edit_area li.add_table {
  background: #ccf0dd;
}
*[renewal-ui=false] .plus_download .edit_area li.add_table .select_area {
  width: 70%;
}
*[renewal-ui=false] .plus_download .edit_area li.add_table select {
  width: 100%;
}
*[renewal-ui=false] .plus_download .edit_area li.change_table {
  background: #dbf7ef;
}
*[renewal-ui=false] .plus_download .edit_area li h3 {
  font-size: 1.8rem;
  color: #225e4d;
}
@media screen and (min-width: 768px) {
  *[renewal-ui=false] .plus_download .edit_area li h3 {
    width: 14em;
    margin: 0 20px 0 0;
  }
}
@media screen and (max-width: 767px) {
  *[renewal-ui=false] .plus_download .edit_area li h3 {
    margin-bottom: 20px;
    padding: 0 0 10px;
    text-align: center;
    border-bottom: 1px solid #225e4d;
  }
}
*[renewal-ui=false] .plus_download .edit_area li h3 span {
  font-family: futura-pt, sans-serif;
  font-size: 2rem;
}
*[renewal-ui=false] .plus_download .select_all {
  margin: 0 0 0 30px;
}
@media screen and (min-width: 768px) {
  *[renewal-ui=false] .dashboard_sticky {
    margin-top: -20px;
    margin-left: -10px;
    padding-left: 10px;
    padding: 20px 0 10px;
    top: 60px;
  }
}
*[renewal-ui=false] .dashboard_sticky span {
  display: inline-block;
  margin-bottom: 10px;
}
*[renewal-ui=false] .dashboard_sticky .question_select,
*[renewal-ui=false] .dashboard_sticky .select_area {
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  *[renewal-ui=false] .dashboard_sticky .question_select,
*[renewal-ui=false] .dashboard_sticky .select_area {
    margin-right: 10px;
  }
}
@media screen and (max-width: 767px) {
  *[renewal-ui=false] .dashboard_sticky .question_select,
*[renewal-ui=false] .dashboard_sticky .select_area {
    margin-top: 5px;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  *[renewal-ui=false] .dashboard_sticky .question_select select,
*[renewal-ui=false] .dashboard_sticky .select_area select {
    width: 100%;
  }
}
*[renewal-ui=false] .dashboard_sticky input[type=date] {
  width: 140px;
  margin-bottom: 10px;
  padding: 8px 5px;
}
@media screen and (max-width: 767px) {
  *[renewal-ui=false] .dashboard_sticky input[type=date] {
    width: 40%;
    vertical-align: middle;
  }
}
*[renewal-ui=false] .dashboard_sticky input[type=date]:nth-of-type(1) {
  margin-left: 0;
}
*[renewal-ui=false] .dashboard_sticky select {
  padding: 9px 25px 9px 8px;
}
@media screen and (min-width: 768px) {
  *[renewal-ui=false] .plus_dashboard {
    margin: 10px 30px 0 0;
  }
}
*[renewal-ui=false] .plus_dashboard .box {
  margin-top: 30px;
  padding: 30px;
}
@media screen and (max-width: 767px) {
  *[renewal-ui=false] .plus_dashboard .box {
    margin: 30px 5% 0;
    padding: 5vw;
  }
}
*[renewal-ui=false] .plus_dashboard .box h3 {
  text-align: left;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  *[renewal-ui=false] .plus_dashboard .box h3 {
    margin-bottom: 30px;
  }
}
*[renewal-ui=false] .plus_dashboard .box h3 span {
  font-width: normal;
}
*[renewal-ui=false] .plus_dashboard .box h4 {
  margin: 40px 0 20px;
  padding: 10px;
  font-weight: bold;
  background: #f6f5f2 url("/note_bg.593a0562.png");
  text-align: left;
}
*[renewal-ui=false] .plus_dashboard .box h4 .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] .plus_dashboard .box .pager {
  text-align: left;
}
@media screen and (max-width: 767px) {
  *[renewal-ui=false] .plus_dashboard .box .helper {
    text-align: left;
  }
}
*[renewal-ui=false] .plus_dashboard .box .graph_select {
  background: #E9E9E9;
  overflow: hidden;
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  *[renewal-ui=false] .plus_dashboard .box .graph_select {
    position: absolute;
    right: 0;
    top: 0;
    padding: 12px 20px 12px 45px;
  }
}
@media screen and (max-width: 767px) {
  *[renewal-ui=false] .plus_dashboard .box .graph_select {
    margin-bottom: 20px;
    padding: 5vw 5vw 10px;
  }
}
@media screen and (min-width: 768px) {
  *[renewal-ui=false] .plus_dashboard .box .graph_select::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 60px 0 0 30px;
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #fff;
  }
}
*[renewal-ui=false] .plus_dashboard .box .graph_select input[type=date],
*[renewal-ui=false] .plus_dashboard .box .graph_select select {
  padding: 5px 30px 5px 10px;
  font-size: 1.4rem;
}
*[renewal-ui=false] .plus_dashboard .box .graph_select input[type=date]:disabled,
*[renewal-ui=false] .plus_dashboard .box .graph_select input[type=date]:disabled::placeholder,
*[renewal-ui=false] .plus_dashboard .box .graph_select select:disabled,
*[renewal-ui=false] .plus_dashboard .box .graph_select select:disabled::placeholder {
  color: #999;
}
@media screen and (max-width: 767px) {
  *[renewal-ui=false] .plus_dashboard .box .graph_select .select_area {
    width: 100%;
    margin-bottom: 10px;
  }
  *[renewal-ui=false] .plus_dashboard .box .graph_select .select_area select {
    width: 100%;
  }
}
*[renewal-ui=false] .plus_dashboard .box .graph_select input[type=date] {
  padding: 5px 10px;
  width: 150px;
}
@media screen and (max-width: 767px) {
  *[renewal-ui=false] .plus_dashboard .box .graph_select input[type=date] {
    width: 45%;
    margin-bottom: 10px;
  }
}
*[renewal-ui=false] .plus_dashboard .plus_graph_list {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  justify-content: space-between;
  margin: 20px 2% 0 2%;
}
*[renewal-ui=false] .plus_dashboard .plus_graph_list li {
  writing-mode: vertical-rl;
  display: inline-block;
  text-align: left;
  font-size: 1.4rem;
}
*[renewal-ui=false] .plus_dashboard .table_scroll {
  margin: 20px 0 0;
  width: 100%;
  overflow-x: auto;
}
*[renewal-ui=false] .plus_dashboard .table_scroll table {
  min-width: 100%;
  width: auto;
  max-width: inherit;
  table-layout: fixed;
}
*[renewal-ui=false] .plus_dashboard .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] .plus_dashboard .table_scroll .answer {
    width: 250px;
  }
}
@media screen and (max-width: 767px) {
  *[renewal-ui=false] .plus_dashboard .table_scroll .answer {
    width: 150px;
  }
}
*[renewal-ui=false] .plus_dashboard .table_scroll .total td {
  background: #f6f5f2;
}
*[renewal-ui=false] .plus_dashboard .table_scroll img {
  width: 18px;
  height: auto;
}
@media screen and (min-width: 768px) {
  *[renewal-ui=false] .plus_dashboard .table_scroll.mt60 {
    margin-top: 60px;
  }
}
@media screen and (min-width: 768px) {
  *[renewal-ui=false] .plus_dashboard .slide_graph {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  *[renewal-ui=false] .plus_dashboard .slide_graph {
    margin-top: 45px;
    overflow-x: scroll;
  }
}
@media screen and (max-width: 767px) {
  *[renewal-ui=false] .plus_dashboard .line_graph {
    width: 750px;
  }
}
@media screen and (min-width: 768px) {
  *[renewal-ui=false] .survey_setting.plus_trend .dashboard_sticky {
    margin-top: -50px;
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 768px) {
  *[renewal-ui=false] .survey_setting.plus_trend .dashboard_sticky input[type=date] {
    margin: 0 10px;
  }
  *[renewal-ui=false] .survey_setting.plus_trend .dashboard_sticky input[type=date]:nth-of-type(1) {
    margin-left: 0;
  }
}
@media screen and (min-width: 768px) {
  *[renewal-ui=false] .survey_setting.plus_trend .dashboard_sticky .-term {
    margin-left: auto;
  }
}
*[renewal-ui=false] .survey_setting.plus_trend .dashboard_sticky span {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  *[renewal-ui=false] .survey_setting.plus_trend .dashboard_sticky .select_wrap {
    width: 100%;
  }
}
*[renewal-ui=false] .survey_setting.plus_trend .dashboard_sticky .select_wrap.-disabled {
  color: #999;
}
*[renewal-ui=false] .survey_setting.plus_trend .dashboard_sticky .select_wrap.-disabled .select_area::after {
  color: #999;
}
*[renewal-ui=false] .survey_setting.plus_trend .select_area {
  margin-left: 10px;
}
@media screen and (min-width: 768px) {
  *[renewal-ui=false] .survey_setting.plus_trend .select_area {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  *[renewal-ui=false] .survey_setting.plus_trend .select_area {
    margin-left: 0;
  }
}
*[renewal-ui=false] .survey_setting.plus_trend .select_area::after {
  right: 10px;
}
*[renewal-ui=false] .survey_setting.plus_trend .individual_head {
  margin-bottom: 20px;
  padding-top: 20px;
  border-top: 1px dotted #ccc;
}
@media screen and (min-width: 768px) {
  *[renewal-ui=false] .survey_setting.plus_trend .resign-cover p {
    margin-top: 250px;
  }
}
@media screen and (min-width: 768px) {
  *[renewal-ui=false] .survey_setting.plus_trend {
    margin: 10px 0 0;
  }
}
@media screen and (max-width: 767px) {
  *[renewal-ui=false] .survey_setting.plus_trend .content_head {
    margin-bottom: 0;
  }
  *[renewal-ui=false] .survey_setting.plus_trend .content_head h1 {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  *[renewal-ui=false] .survey_setting.plus_trend .tab.inner li {
    width: 48%;
  }
}
*[renewal-ui=false] .survey_setting.plus_trend .box {
  margin-top: 30px;
  padding: 30px;
}
@media screen and (max-width: 767px) {
  *[renewal-ui=false] .survey_setting.plus_trend .box {
    margin: 30px 5% 0;
    padding: 5vw;
  }
}
*[renewal-ui=false] .survey_setting.plus_trend .box h2 {
  text-align: left;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  *[renewal-ui=false] .survey_setting.plus_trend .box h2 {
    margin-bottom: 30px;
  }
}
*[renewal-ui=false] .survey_setting.plus_trend .box h2 span {
  font-width: normal;
}
*[renewal-ui=false] .survey_setting.plus_trend .box h4 {
  margin: 40px 0 20px;
  padding: 10px;
  font-weight: bold;
  background: #f6f5f2 url("/note_bg.593a0562.png");
  text-align: left;
}
*[renewal-ui=false] .survey_setting.plus_trend .box h4 .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] .survey_setting.plus_trend .box .pager {
  text-align: left;
}
@media screen and (max-width: 767px) {
  *[renewal-ui=false] .survey_setting.plus_trend .box .helper {
    text-align: left;
  }
}
*[renewal-ui=false] .survey_setting.plus_trend .box .graph_select {
  background: #E9E9E9;
  overflow: hidden;
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  *[renewal-ui=false] .survey_setting.plus_trend .box .graph_select {
    position: absolute;
    right: 0;
    top: 0;
    padding: 12px 20px 12px 45px;
  }
}
@media screen and (max-width: 767px) {
  *[renewal-ui=false] .survey_setting.plus_trend .box .graph_select {
    margin-bottom: 20px;
    padding: 5vw 5vw 10px;
  }
}
@media screen and (min-width: 768px) {
  *[renewal-ui=false] .survey_setting.plus_trend .box .graph_select::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 60px 0 0 30px;
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #fff;
  }
}
*[renewal-ui=false] .survey_setting.plus_trend .box .graph_select input[type=date],
*[renewal-ui=false] .survey_setting.plus_trend .box .graph_select select {
  padding: 5px 30px 5px 10px;
  font-size: 1.4rem;
}
*[renewal-ui=false] .survey_setting.plus_trend .box .graph_select input[type=date]:disabled,
*[renewal-ui=false] .survey_setting.plus_trend .box .graph_select input[type=date]:disabled::placeholder,
*[renewal-ui=false] .survey_setting.plus_trend .box .graph_select select:disabled,
*[renewal-ui=false] .survey_setting.plus_trend .box .graph_select select:disabled::placeholder {
  color: #999;
}
@media screen and (max-width: 767px) {
  *[renewal-ui=false] .survey_setting.plus_trend .box .graph_select .select_area {
    width: 100%;
    margin-bottom: 10px;
  }
  *[renewal-ui=false] .survey_setting.plus_trend .box .graph_select .select_area select {
    width: 100%;
  }
}
*[renewal-ui=false] .survey_setting.plus_trend .box .graph_select input[type=date] {
  padding: 5px 10px;
  width: 150px;
}
@media screen and (max-width: 767px) {
  *[renewal-ui=false] .survey_setting.plus_trend .box .graph_select input[type=date] {
    width: 45%;
    margin-bottom: 10px;
  }
}
*[renewal-ui=false] .survey_setting.plus_trend .graph_select {
  background: #E9E9E9;
  overflow: hidden;
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  *[renewal-ui=false] .survey_setting.plus_trend .graph_select {
    position: absolute;
    right: 0;
    top: 0;
    padding: 12px 20px 12px 45px;
  }
}
@media screen and (max-width: 767px) {
  *[renewal-ui=false] .survey_setting.plus_trend .graph_select {
    margin-bottom: 20px;
    padding: 5vw 5vw 10px;
  }
}
@media screen and (min-width: 768px) {
  *[renewal-ui=false] .survey_setting.plus_trend .graph_select::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 60px 0 0 30px;
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #fff;
  }
}
*[renewal-ui=false] .survey_setting.plus_trend .graph_select input[type=date],
*[renewal-ui=false] .survey_setting.plus_trend .graph_select select {
  padding: 5px 30px 5px 10px;
  font-size: 1.4rem;
}
*[renewal-ui=false] .survey_setting.plus_trend .graph_select input[type=date]:disabled,
*[renewal-ui=false] .survey_setting.plus_trend .graph_select input[type=date]:disabled::placeholder,
*[renewal-ui=false] .survey_setting.plus_trend .graph_select select:disabled,
*[renewal-ui=false] .survey_setting.plus_trend .graph_select select:disabled::placeholder {
  color: #999;
}
@media screen and (max-width: 767px) {
  *[renewal-ui=false] .survey_setting.plus_trend .graph_select .select_area {
    width: 100%;
    margin-bottom: 10px;
  }
  *[renewal-ui=false] .survey_setting.plus_trend .graph_select .select_area select {
    width: 100%;
  }
}
*[renewal-ui=false] .survey_setting.plus_trend .graph_select input[type=date] {
  padding: 5px 10px;
  width: 150px;
}
@media screen and (max-width: 767px) {
  *[renewal-ui=false] .survey_setting.plus_trend .graph_select input[type=date] {
    width: 45%;
    margin-bottom: 10px;
  }
}
*[renewal-ui=false] .survey_setting.plus_trend .add_question {
  position: relative;
  margin: 40px auto;
}
*[renewal-ui=false] .survey_setting.plus_trend .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] .survey_setting.plus_trend .add_question.disabled {
  margin-bottom: 0;
}
*[renewal-ui=false] .survey_setting.plus_trend .add_question .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] .survey_setting.plus_trend .add_question .button:hover {
  color: #fff;
  background: #7ec4b0;
}
*[renewal-ui=false] .survey_setting.plus_trend .add_question .button.btn_disabled {
  background: #ccc;
  border-color: #ccc;
  margin-bottom: 0;
  cursor: default;
}
*[renewal-ui=false] .survey_setting.plus_trend .add_question .button.btn_add::before {
  content: "＋";
  position: relative;
  margin: 0 0 0 10px;
  display: inline-block;
}
*[renewal-ui=false] .survey_setting.plus_trend .add_question .button.mt10 {
  margin-top: 10px;
}
*[renewal-ui=false] .survey_setting.plus_trend .graph {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  *[renewal-ui=false] .survey_setting.plus_individual .dashboard_sticky {
    margin-top: -50px;
  }
}
@media screen and (min-width: 768px) {
  *[renewal-ui=false] .survey_setting.plus_individual .dashboard_sticky input[type=date] {
    margin: 0 10px;
  }
  *[renewal-ui=false] .survey_setting.plus_individual .dashboard_sticky input[type=date]:nth-of-type(1) {
    margin-left: 0;
  }
}
*[renewal-ui=false] .survey_setting.plus_individual .dashboard_sticky span {
  margin-bottom: 0;
}
*[renewal-ui=false] .survey_setting.plus_individual .select_area {
  margin-left: 10px;
}
@media screen and (min-width: 768px) {
  *[renewal-ui=false] .survey_setting.plus_individual .select_area {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  *[renewal-ui=false] .survey_setting.plus_individual .select_area {
    margin-left: 0;
  }
}
*[renewal-ui=false] .survey_setting.plus_individual .select_area::after {
  right: 10px;
}
*[renewal-ui=false] .survey_setting.plus_individual .individual_head {
  margin-bottom: 0;
  padding-top: 20px;
  border-top: 1px dotted #ccc;
}
@media screen and (min-width: 768px) {
  *[renewal-ui=false] .survey_setting.plus_individual .resign-cover p {
    margin-top: 250px;
  }
}
@media screen and (min-width: 768px) {
  *[renewal-ui=false] .individual_detail {
    margin-right: 30px;
  }
}
@media screen and (min-width: 768px) {
  *[renewal-ui=false] .individual_detail .member_nav {
    top: 60px;
  }
  *[renewal-ui=false] .individual_detail .member_nav::before,
*[renewal-ui=false] .individual_detail .member_nav::after {
    content: "";
    position: absolute;
    width: 10px;
    height: 105px;
    top: -10px;
    background: #fff;
  }
  *[renewal-ui=false] .individual_detail .member_nav::before {
    left: -10px;
  }
  *[renewal-ui=false] .individual_detail .member_nav::after {
    right: -10px;
  }
}
*[renewal-ui=false] .individual_detail .member_nav.plus_individual h2 {
  padding: 0 140px 10px;
  text-align: center;
  border-bottom: 1px dotted #ccc;
}
*[renewal-ui=false] .individual_detail .member_nav.plus_individual .back_list {
  border-bottom: none;
}
@media screen and (min-width: 768px) {
  *[renewal-ui=false] .individual_detail .member_nav.plus_individual .back_list {
    position: absolute;
    display: inline-block;
    left: 0;
    top: 15px;
    margin: 0;
    padding: 0;
  }
}
@media screen and (min-width: 768px) {
  *[renewal-ui=false] .individual_detail .member_nav.plus_individual ul::before {
    height: 60px;
  }
}
*[renewal-ui=false] .individual_detail .answered_num {
  margin-top: 15px;
  margin-bottom: 0;
}
*[renewal-ui=false] .individual_detail .answered_num .en {
  font-family: futura-pt, sans-serif;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  *[renewal-ui=false] .individual_detail .individual_head.flex {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media screen and (min-width: 768px) {
  *[renewal-ui=false] .individual_detail .individual_head .list_search {
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
}
@media screen and (min-width: 768px) {
  *[renewal-ui=false] .individual_detail .individual_head .individual_select {
    max-width: 700px;
    margin-bottom: 0;
  }
}
*[renewal-ui=false] .individual_detail .individual_head .individual_select .more {
  position: relative;
  width: 100%;
  margin-top: 10px;
  height: 35px;
}
*[renewal-ui=false] .individual_detail .individual_head .individual_select .-more {
  position: absolute;
  left: 0;
}
*[renewal-ui=false] .individual_detail .individual_head .individual_select select {
  max-width: 20em;
}
*[renewal-ui=false] .individual_detail .individual_head .individual_select .-choices select {
  max-width: 15em;
}
@media screen and (min-width: 768px) {
  *[renewal-ui=false] .individual_detail .list_search input {
    margin-bottom: 0 !important;
  }
}
*[renewal-ui=false] .individual_detail .respondent_detail .date {
  width: 100%;
}
@media screen and (min-width: 768px) {
  *[renewal-ui=false] .individual_detail .respondent_answer {
    margin-top: 30px;
    padding: 30px 50px;
  }
}
@media screen and (min-width: 768px) {
  *[renewal-ui=false] .individual_detail .respondent_answer 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] .individual_detail .respondent_answer dl {
    margin: 0 5%;
  }
}
*[renewal-ui=false] .individual_detail .respondent_answer 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] .individual_detail .respondent_answer dl dt {
    width: 100%;
    padding-bottom: 0;
    border-bottom: none;
  }
}
*[renewal-ui=false] .individual_detail .respondent_answer 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] .individual_detail .respondent_answer dl dd {
    width: 100%;
    padding: 10px 0 20px;
  }
}
*[renewal-ui=false] .individual_detail .respondent_answer dl dd.send_date,
*[renewal-ui=false] .individual_detail .respondent_answer dl dd.send_mail {
  width: calc(50% - 100px);
}
*[renewal-ui=false] .individual_detail .respondent_answer dl dd .button,
*[renewal-ui=false] .individual_detail .respondent_answer dl dd input[type=submit] {
  background-image: none;
}
*[renewal-ui=false] .individual_detail .respondent_answer dl dd .button:hover,
*[renewal-ui=false] .individual_detail .respondent_answer dl dd input[type=submit]:hover {
  background-image: none;
}
*[renewal-ui=false] .individual_detail .respondent_answer dl dd .button.test_send,
*[renewal-ui=false] .individual_detail .respondent_answer dl dd input[type=submit].test_send {
  max-width: 150px;
}
@media screen and (max-width: 767px) {
  *[renewal-ui=false] .individual_detail .respondent_answer dl dd .button.test_send,
*[renewal-ui=false] .individual_detail .respondent_answer dl dd input[type=submit].test_send {
    max-width: none;
  }
}
*[renewal-ui=false] .individual_detail .respondent_answer dl.collect_confirm dt {
  padding: 20px 0;
}
@media screen and (max-width: 767px) {
  *[renewal-ui=false] .individual_detail .respondent_answer dl.collect_confirm dt {
    padding: 20px 0 0;
  }
}
*[renewal-ui=false] .individual_detail .respondent_answer dl.collect_confirm .test_setting {
  padding: 28px 0 20px;
}
@media screen and (max-width: 767px) {
  *[renewal-ui=false] .individual_detail .respondent_answer dl.collect_confirm .test_setting {
    padding: 20px 0 0;
  }
}
*[renewal-ui=false] .individual_detail .respondent_answer dl .collect_list {
  margin-top: 10px;
  background: #f6f5f2;
  padding: 20px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  *[renewal-ui=false] .individual_detail .respondent_answer dl .collect_list {
    margin: 10px 0 0;
  }
}
*[renewal-ui=false] .individual_detail .respondent_answer dl .send_target {
  margin: 10px 0 0;
  padding: 5px 20px 15px;
  font-size: 1.4rem;
  background: #f6f5f2;
}
*[renewal-ui=false] .individual_detail .respondent_answer dl .send_target dt {
  width: 200px;
  padding: 10px 0 0;
  border-bottom: none;
}
*[renewal-ui=false] .individual_detail .respondent_answer dl .send_target dd {
  width: calc(100% - 200px);
  padding: 10px 0 0;
  border-bottom: none;
}
@media screen and (max-width: 767px) {
  *[renewal-ui=false] .individual_detail .respondent_answer dl.download {
    margin: 0 5%;
  }
}
@media screen and (min-width: 768px) {
  *[renewal-ui=false] .individual_detail .respondent_answer dl.download dt {
    width: 180px;
    padding: 20px 0 20px;
  }
}
@media screen and (max-width: 767px) {
  *[renewal-ui=false] .individual_detail .respondent_answer dl.download dt {
    width: 100%;
    padding: 20px 0 0;
    border-bottom: none;
  }
}
@media screen and (min-width: 768px) {
  *[renewal-ui=false] .individual_detail .respondent_answer dl.download dd {
    width: calc(100% - 180px);
  }
}
@media screen and (max-width: 767px) {
  *[renewal-ui=false] .individual_detail .respondent_answer dl.download dd {
    width: 100%;
    border-bottom: none;
    padding: 20px 0 0;
  }
}
*[renewal-ui=false] .individual_detail .respondent_answer dl.download dd ul {
  margin: 0;
  padding: 0;
}
*[renewal-ui=false] .individual_detail .respondent_answer table {
  width: 100%;
}
*[renewal-ui=false] .individual_detail .respondent_answer table td {
  padding: 10px 5px;
}
@media screen and (min-width: 768px) {
  *[renewal-ui=false] .individual_detail .respondent_answer table td:nth-of-type(1) {
    width: 5%;
    padding-right: 50px;
    white-space: nowrap;
  }
}
*[renewal-ui=false] .individual_detail .respondent_answer table tr:nth-of-type(2n) td {
  background: #f6f5f2;
}
@media screen and (min-width: 768px) {
  *[renewal-ui=false] .plus_trend_detail {
    margin-right: 30px;
  }
}
*[renewal-ui=false] .trend_comparison_switch {
  position: absolute;
  display: inline-block;
  padding: 5px 25px 5px 10px;
  color: #5bb49b;
  border: 1px solid #5bb49b;
  border-radius: 5px;
  z-index: 100;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  *[renewal-ui=false] .trend_comparison_switch {
    top: 28px;
    left: 200px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  *[renewal-ui=false] .trend_comparison_switch {
    top: 18px;
    right: 5vw;
    font-size: 1.2rem;
  }
}
*[renewal-ui=false] .trend_comparison_switch::after {
  content: ">";
  position: absolute;
  top: 11px;
  right: 8px;
  width: 10px;
  height: 8px;
  line-height: 8px;
  display: inline-block;
  transform: rotate(90deg) scale(0.8, 1);
  transition: transform 0.2s ease;
}
*[renewal-ui=false] .trend_comparison_switch.-show {
  border-radius: 5px 5px 0 0;
}
*[renewal-ui=false] .trend_comparison_switch.-show::before {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 3px;
  background: #fff;
}
*[renewal-ui=false] .trend_comparison_switch.-show::after {
  transform: rotate(-90deg);
}
*[renewal-ui=false] .trend_comparison_list {
  display: none;
  position: relative;
  z-index: 99;
}
@media screen and (min-width: 768px) {
  *[renewal-ui=false] .trend_comparison_list {
    margin-right: 30px;
  }
}
*[renewal-ui=false] .trend_comparison_list.show {
  display: block;
}
*[renewal-ui=false] .trend_comparison_list ul.cross_select_box {
  position: relative;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  margin: -30px 0 40px;
  padding: 20px;
  border: 1px solid #5bb49b;
  text-align: left;
}
@media screen and (max-width: 767px) {
  *[renewal-ui=false] .trend_comparison_list ul.cross_select_box {
    margin: -3px 0 0;
    padding: 15px;
  }
}
*[renewal-ui=false] .trend_comparison_list ul.cross_select_box li {
  padding-right: 20px;
  min-width: 50%;
  box-sizing: border-box;
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  *[renewal-ui=false] .trend_comparison_list ul.cross_select_box li {
    min-width: 25%;
  }
  *[renewal-ui=false] .trend_comparison_list ul.cross_select_box li.comparison_continue {
    min-width: 75%;
  }
}
*[renewal-ui=false] .trend_comparison_list ul.cross_select_box label {
  padding-left: 5px;
}
@media screen and (max-width: 767px) {
  *[renewal-ui=false] aside .custom_survey {
    padding-top: 0;
  }
}
*[renewal-ui=false] .-mt30 {
  margin-top: 30px;
}
*[renewal-ui=false] .modal-answer-delete {
  max-height: 340px;
}
*[renewal-ui=false] .modal-answer-delete .resign input[type=submit] {
  margin-top: 0;
  background-color: #d11010;
}
@media screen and (min-width: 768px) {
  *[renewal-ui=false] .modal-answer-delete .resign {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  *[renewal-ui=false] .modal-answer-delete .resign h4 {
    margin-top: 0;
    font-size: 1.6rem;
  }
  *[renewal-ui=false] .modal-answer-delete .resign form {
    margin: 30px 0 0;
    padding: 20px 0 20px;
  }
}
*[renewal-ui=false] .modal-answer-delete .resign .follow_delete_cancel {
  display: block;
  margin: 20px auto 0;
  text-align: center;
  color: #5bb49b;
  background: #fff url("/btn_arrow_prev.6637afef.svg") left 15px center no-repeat;
  border: 1px solid #5bb49b;
}
*[renewal-ui=false] .modal-answer-delete .resign .follow_delete_cancel:hover {
  background: #5bb49b url("/btn_arrow_prev.6637afef.svg") left 15px center no-repeat;
  color: #fff;
}

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