@charset "UTF-8";
/* Scss Document */
*[renewal-ui=false] .cross_analysis .tab::before,
*[renewal-ui=false] .cross_analysis .content_head h1::before {
  content: "クロス集計";
}
@media screen and (max-width: 767px) {
  *[renewal-ui=false] .cross_analysis .tab li {
    width: 48%;
  }
}
*[renewal-ui=false] .cross_analysis .data_info .select_area {
  margin-right: 30px;
}
*[renewal-ui=false] .cross_analysis .data_info .select_area.category {
  margin-right: 0;
}
*[renewal-ui=false] .cross_analysis .survey_title {
  text-align: left;
}
*[renewal-ui=false] .cross_analysis .survey_intro {
  position: relative;
}
*[renewal-ui=false] .cross_analysis .survey_intro h2 {
  margin-right: 10px;
}
@media screen and (min-width: 768px) {
  *[renewal-ui=false] .cross_analysis .survey_intro h2 {
    display: inline-block;
  }
}
*[renewal-ui=false] .cross_analysis .survey_intro .show_lead {
  padding: 2px 10px;
  font-size: 1.4rem;
  color: #5bb49b;
  background: #fff;
  border: 1px solid #5bb49b;
  cursor: pointer;
}
*[renewal-ui=false] .cross_analysis .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] .cross_analysis .btn_area li {
    width: 200px;
    margin: 0 10px;
  }
}
@media screen and (max-width: 767px) {
  *[renewal-ui=false] .cross_analysis .btn_area li {
    width: 100%;
    max-width: 100%;
    margin-top: 10px;
  }
  *[renewal-ui=false] .cross_analysis .btn_area li .button {
    width: 100%;
    max-width: 100%;
  }
}
*[renewal-ui=false] .cross_analysis .btn_area li .preview,
*[renewal-ui=false] .cross_analysis .btn_area li .back {
  border-color: #5bb49b;
  color: #5bb49b;
  background-color: #fff;
}
*[renewal-ui=false] .cross_analysis .btn_area.head {
  margin: 0;
  padding: 0;
}
*[renewal-ui=false] .cross_analysis .btn_area.head li {
  width: auto;
  margin-left: 10px;
}
*[renewal-ui=false] .cross_analysis .btn_area.head li.flex-start {
  margin-right: auto;
}
*[renewal-ui=false] .cross_analysis .btn_area.head .button {
  width: 150px;
  max-width: 150px;
}
@media screen and (max-width: 767px) {
  *[renewal-ui=false] .cross_analysis .btn_area.head .button {
    padding: 5px 10px;
  }
}
*[renewal-ui=false] .cross_analysis textarea {
  border-color: #ccc;
}
@media screen and (min-width: 768px) {
  *[renewal-ui=false] .cross_analysis 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] .cross_analysis textarea {
    width: 100%;
    margin: 0 0 10px;
    font-size: 1.4rem;
  }
}
*[renewal-ui=false] .cross_analysis .error {
  margin: 5px auto 0 !important;
  color: #d11010;
}
@media screen and (min-width: 768px) {
  *[renewal-ui=false] .cross_analysis .error {
    font-size: 1.4rem !important;
  }
}
@media screen and (max-width: 767px) {
  *[renewal-ui=false] .cross_analysis .error {
    font-size: 1.3rem !important;
  }
}
*[renewal-ui=false] .cross_analysis .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] .cross_analysis .error-text {
    font-size: 1.4rem !important;
  }
}
@media screen and (max-width: 767px) {
  *[renewal-ui=false] .cross_analysis .error-text {
    font-size: 1.3rem !important;
  }
}
*[renewal-ui=false] .cross_analysis .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] .cross_analysis .error-text:before {
    top: 4px;
  }
}
*[renewal-ui=false] .cross_analysis .error-text.center {
  text-align: center;
}
*[renewal-ui=false] .cross_analysis .error-text.center::before {
  position: relative;
}
*[renewal-ui=false] .cross_analysis .error-text.absolute {
  position: absolute;
  right: 0;
  bottom: -30px;
  width: auto;
  white-space: nowrap;
}
*[renewal-ui=false] .cross_analysis .survey_list form {
  margin: 0;
  padding: 0 5px;
}
*[renewal-ui=false] .cross_analysis .survey_list .list_action {
  width: 1%;
  white-space: nowrap;
}
*[renewal-ui=false] .cross_analysis .survey_list .icon_send {
  width: 20px;
  height: auto;
}
*[renewal-ui=false] .cross_analysis .survey_list .icon_result {
  width: 15px;
  height: auto;
}
*[renewal-ui=false] .cross_analysis .survey_list .button.edit_btn {
  margin: 0;
  padding: 5px 10px;
  background: #5bb49b;
  color: #fff;
  border: none;
}
*[renewal-ui=false] .cross_analysis .survey_list .button.edit_btn::after {
  display: none;
}
@media screen and (min-width: 768px) {
  *[renewal-ui=false] .cross_analysis .flex_bt .list_search {
    width: 400px;
  }
}
@media screen and (max-width: 767px) {
  *[renewal-ui=false] .cross_analysis .flex_bt .list_search {
    width: 100%;
  }
}
*[renewal-ui=false] .cross_analysis .modal_action_btn_area {
  margin-top: 40px !important;
}
*[renewal-ui=false] .cross_analysis .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] .cross_analysis .modal_action_btn_area .button.create:hover {
  color: #fff;
  background: #7ec4b0;
}
*[renewal-ui=false] .cross_analysis .modal_action_btn_area .button.create::after {
  content: ">";
  position: relative;
  margin: 0 0 0 10px;
  display: inline-block;
}
*[renewal-ui=false] .cross_analysis .modal_action_btn_area .button.create.mt10 {
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  *[renewal-ui=false] .cross_analysis .create_survey_select {
    max-height: 670px;
  }
}
@media screen and (min-width: 768px) {
  *[renewal-ui=false] .cross_analysis .create_survey_delete {
    max-height: 400px;
  }
}
@media screen and (max-width: 767px) {
  *[renewal-ui=false] .cross_analysis .create_survey_delete {
    max-height: 55vh;
  }
}
*[renewal-ui=false] .cross_analysis .cross_intro {
  margin: -20px 30px 40px 0;
  padding: 30px;
  text-align: left;
  background: #f6f5f2;
}
@media screen and (max-width: 767px) {
  *[renewal-ui=false] .cross_analysis .cross_intro {
    margin: 0 5% 40px;
  }
}
*[renewal-ui=false] .cross_analysis .cross_intro.inner {
  margin: 20px 0;
  background: none;
  padding: 0;
}
*[renewal-ui=false] .cross_analysis .cross_intro h2 {
  font-size: 1.6rem;
}
*[renewal-ui=false] .cross_analysis .cross_intro .annotation {
  margin: 0 0 0 25px;
  padding: 0;
  color: #333;
  font-size: 1.4rem;
  list-style: disc;
}
*[renewal-ui=false] .cross_analysis .cross_analyze_detail {
  margin: 30px 30px 0 0;
}
@media screen and (max-width: 767px) {
  *[renewal-ui=false] .cross_analysis .cross_analyze_detail {
    margin: 30px 0 0;
    padding: 0;
    box-shadow: none;
  }
}
*[renewal-ui=false] .cross_analysis .cross_analyze_detail .question {
  margin-top: 40px;
  position: relative;
  text-align: left;
}
@media screen and (max-width: 767px) {
  *[renewal-ui=false] .cross_analysis .cross_analyze_detail .question {
    margin: 40px 5% 0;
    padding: 0;
  }
}
*[renewal-ui=false] .cross_analysis .cross_analyze_detail .question.box {
  padding: 20px;
}
@media screen and (min-width: 768px) {
  *[renewal-ui=false] .cross_analysis .cross_analyze_detail .question.box {
    padding: 30px;
  }
}
*[renewal-ui=false] .cross_analysis .cross_analyze_detail .question dt {
  position: relative;
  font-size: 1.8rem;
  font-weight: 600;
  padding: 0;
  width: 100%;
  border-bottom: none;
  float: none;
}
@media screen and (max-width: 767px) {
  *[renewal-ui=false] .cross_analysis .cross_analyze_detail .question dt {
    padding: 20px 0 0;
    font-size: 1.6rem;
  }
}
*[renewal-ui=false] .cross_analysis .cross_analyze_detail .question dt h3 {
  margin: 0 0 20px;
  font-size: 1.8rem;
  color: #5bb49b;
  font-weight: bold;
}
*[renewal-ui=false] .cross_analysis .cross_analyze_detail .question dt p {
  margin: 0;
  color: #333;
  font-size: 1.6rem;
}
*[renewal-ui=false] .cross_analysis .cross_analyze_detail .question dd {
  width: 100%;
  position: relative;
  margin-top: 10px;
  min-height: 40px;
  padding: 0;
  border-bottom: none;
}
@media screen and (max-width: 767px) {
  *[renewal-ui=false] .cross_analysis .cross_analyze_detail .question dd {
    padding: 0 0 20px;
    font-size: 1.4rem;
  }
}
*[renewal-ui=false] .cross_analysis .cross_analyze_detail .question .pager {
  margin-top: 10px;
}
*[renewal-ui=false] .cross_analysis .cross_analyze_detail .question ul {
  margin: 0;
  padding: 0;
}
*[renewal-ui=false] .cross_analysis .cross_analyze_detail .question ul textarea.other_input {
  width: 100%;
}
@media screen and (max-width: 767px) {
  *[renewal-ui=false] .cross_analysis .cross_analyze_detail .question ul textarea.other_input {
    width: 92%;
  }
}
*[renewal-ui=false] .cross_analysis .cross_analyze_detail .question label {
  margin-left: 0.5em;
}
*[renewal-ui=false] .cross_analysis .cross_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] .cross_analysis .cross_analyze_detail .question .other_input {
    font-size: 1.6rem;
  }
}
*[renewal-ui=false] .cross_analysis .cross_analyze_detail .question .explain.analyze {
  position: relative;
  margin: 20px 0 0;
}
@media screen and (min-width: 768px) {
  *[renewal-ui=false] .cross_analysis .cross_analyze_detail .question .explain.analyze {
    text-align: right;
  }
}
@media screen and (max-width: 767px) {
  *[renewal-ui=false] .cross_analysis .cross_analyze_detail .question .explain.analyze {
    text-align: left;
  }
}
*[renewal-ui=false] .cross_analysis .cross_analyze_detail .question .explain.analyze.top0 {
  top: 0;
}
*[renewal-ui=false] .cross_analysis .cross_analyze_detail .question .explain.analyze li:nth-of-type(1):before {
  color: #5ab797;
}
*[renewal-ui=false] .cross_analysis .cross_analyze_detail .question .explain.analyze li:nth-of-type(2):before {
  color: #d6d130;
}
*[renewal-ui=false] .cross_analysis .cross_analyze_detail .question .explain.analyze li:nth-of-type(3):before {
  color: #7055b1;
}
*[renewal-ui=false] .cross_analysis .cross_analyze_detail .question .explain.analyze li:nth-of-type(4):before {
  color: #59c4d1;
}
*[renewal-ui=false] .cross_analysis .cross_analyze_detail .question .explain.analyze li:nth-of-type(5):before {
  color: #89cf66;
}
*[renewal-ui=false] .cross_analysis .cross_analyze_detail .question .explain.analyze li:nth-of-type(6):before {
  color: #5e70c5;
}
*[renewal-ui=false] .cross_analysis .cross_analyze_detail .question .explain.analyze li:nth-of-type(7):before {
  color: #e5659d;
}
*[renewal-ui=false] .cross_analysis .cross_analyze_detail .question .explain.analyze li:nth-of-type(8):before {
  color: #e29653;
}
*[renewal-ui=false] .cross_analysis .cross_analyze_detail .question .explain.analyze li:nth-of-type(9):before {
  color: #9b9b9b;
}
*[renewal-ui=false] .cross_analysis .cross_analyze_detail .question .explain.analyze li:nth-of-type(10):before {
  color: #e36969;
}
*[renewal-ui=false] .cross_analysis .cross_analyze_detail .question .explain.analyze li:nth-of-type(11):before {
  color: #7fe8c4;
}
*[renewal-ui=false] .cross_analysis .cross_analyze_detail .question .explain.analyze li:nth-of-type(12):before {
  color: #fffc8d;
}
*[renewal-ui=false] .cross_analysis .cross_analyze_detail .question .explain.analyze li:nth-of-type(13):before {
  color: #b698ff;
}
*[renewal-ui=false] .cross_analysis .cross_analyze_detail .question .explain.analyze li:nth-of-type(14):before {
  color: #84f2ff;
}
*[renewal-ui=false] .cross_analysis .cross_analyze_detail .question .explain.analyze li:nth-of-type(15):before {
  color: #b5ff8f;
}
*[renewal-ui=false] .cross_analysis .cross_analyze_detail .question .explain.analyze li:nth-of-type(16):before {
  color: #899dfe;
}
*[renewal-ui=false] .cross_analysis .cross_analyze_detail .question .explain.analyze li:nth-of-type(17):before {
  color: #ff9ec8;
}
*[renewal-ui=false] .cross_analysis .cross_analyze_detail .question .explain.analyze li:nth-of-type(18):before {
  color: #ffd2aa;
}
*[renewal-ui=false] .cross_analysis .cross_analyze_detail .question .explain.analyze li:nth-of-type(19):before {
  color: #eeeeee;
}
*[renewal-ui=false] .cross_analysis .cross_analyze_detail .question .explain.analyze li:nth-of-type(20):before {
  color: #ffbbbb;
}
*[renewal-ui=false] .cross_analysis .cross_analyze_detail .question .explain.analyze li:nth-of-type(21):before {
  color: #1f644c;
}
*[renewal-ui=false] .cross_analysis .cross_analyze_detail .question .explain.analyze li:nth-of-type(22):before {
  color: #858326;
}
*[renewal-ui=false] .cross_analysis .cross_analyze_detail .question .explain.analyze li:nth-of-type(23):before {
  color: #4c217d;
}
*[renewal-ui=false] .cross_analysis .cross_analyze_detail .question .explain.analyze li:nth-of-type(24):before {
  color: #1c646d;
}
*[renewal-ui=false] .cross_analysis .cross_analyze_detail .question .explain.analyze li:nth-of-type(25):before {
  color: #397b17;
}
*[renewal-ui=false] .cross_analysis .cross_analyze_detail .question .explain.analyze li:nth-of-type(26):before {
  color: #293882;
}
*[renewal-ui=false] .cross_analysis .cross_analyze_detail .question .explain.analyze li:nth-of-type(27):before {
  color: #801a46;
}
*[renewal-ui=false] .cross_analysis .cross_analyze_detail .question .explain.analyze li:nth-of-type(28):before {
  color: #82430b;
}
*[renewal-ui=false] .cross_analysis .cross_analyze_detail .question .explain.analyze li:nth-of-type(29):before {
  color: #262626;
}
*[renewal-ui=false] .cross_analysis .cross_analyze_detail .question .explain.analyze li:nth-of-type(30):before {
  color: #671313;
}
*[renewal-ui=false] .cross_analysis .cross_analyze_detail .question .category_score {
  margin-right: 0;
}
@media screen and (min-width: 768px) {
  *[renewal-ui=false] .cross_analysis .cross_analyze_detail .question .category_score {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  *[renewal-ui=false] .cross_analysis .cross_analyze_detail .question .category_score {
    margin-top: 30px;
    margin-left: 0;
  }
}
*[renewal-ui=false] .cross_analysis .cross_analyze_detail .question .category_score .select {
  margin: 10px 0 0;
  padding: 10px;
}
@media screen and (max-width: 767px) {
  *[renewal-ui=false] .cross_analysis .cross_analyze_detail .question .category_score .select {
    padding: 10px 0;
  }
}
@media screen and (min-width: 768px) {
  *[renewal-ui=false] .cross_analysis .cross_analyze_detail .question .category_score .select .flex {
    -webkit-box-pack: end;
    justify-content: flex-end;
  }
}
@media screen and (max-width: 767px) {
  *[renewal-ui=false] .cross_analysis .cross_analyze_detail .question .category_score .select .flex {
    -webkit-box-pack: start;
    justify-content: flex-start;
  }
}
*[renewal-ui=false] .cross_analysis .cross_analyze_detail .question .category_score .select ul {
  margin: 0;
  padding: 0;
}
*[renewal-ui=false] .cross_analysis .cross_analyze_detail .question .category_score .select li {
  margin: 0 10px;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  *[renewal-ui=false] .cross_analysis .cross_analyze_detail .question .category_score .select li {
    margin: 0 20px 0 0;
  }
}
*[renewal-ui=false] .cross_analysis .cross_analyze_detail .question .response_comment_list {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  *[renewal-ui=false] .cross_analysis .cross_analyze_detail .question .response_comment_list {
    margin-top: 30px;
  }
}
*[renewal-ui=false] .cross_analysis .cross_analyze_detail .question .satisfy_comparison {
  position: relative;
  margin: 20px 0 60px;
}
*[renewal-ui=false] .cross_analysis .cross_analyze_detail .question .satisfy_comparison .line_graph .score_compare_ttl {
  margin-left: 35px;
  margin-right: 0;
}
*[renewal-ui=false] .cross_analysis .cross_analyze_detail .question .satisfy_comparison .line_graph .score_compare_ttl dl {
  padding: 20px 0 10px;
}
*[renewal-ui=false] .cross_analysis .cross_analyze_detail .question .satisfy_comparison .line_graph .score_compare_ttl dt {
  font-size: 1.4rem;
  padding: 12px 0 0;
}
*[renewal-ui=false] .cross_analysis .cross_analyze_detail .question .satisfy_comparison .line_graph .score_compare_ttl .section2 {
  width: 19% !important;
}
*[renewal-ui=false] .cross_analysis .cross_analyze_detail .question .satisfy_comparison .line_graph .score_compare_ttl .section2 li {
  width: 20%;
}
*[renewal-ui=false] .cross_analysis .cross_analyze_detail .question .satisfy_comparison .line_graph .score_compare_ttl .section3 {
  width: 19% !important;
}
*[renewal-ui=false] .cross_analysis .cross_analyze_detail .question .satisfy_comparison .line_graph .score_compare_ttl .section3 li {
  width: 20%;
}
*[renewal-ui=false] .cross_analysis .cross_analyze_detail .question .satisfy_comparison .line_graph .score_compare_ttl .section4 {
  width: 19% !important;
}
*[renewal-ui=false] .cross_analysis .cross_analyze_detail .question .satisfy_comparison .line_graph .score_compare_ttl .section4 li {
  width: 20%;
}
*[renewal-ui=false] .cross_analysis .cross_analyze_detail .question .satisfy_comparison .line_graph .score_compare_ttl .section5 {
  width: 19% !important;
}
*[renewal-ui=false] .cross_analysis .cross_analyze_detail .question .satisfy_comparison .line_graph .score_compare_ttl .section5 li {
  width: 20%;
}
*[renewal-ui=false] .cross_analysis .cross_analyze_detail .question .satisfy_comparison .line_graph .score_compare_ttl .section6 {
  width: 22.7% !important;
}
*[renewal-ui=false] .cross_analysis .cross_analyze_detail .question .satisfy_comparison .line_graph .score_compare_ttl .section6 li {
  width: 16.6%;
}
@media screen and (max-width: 767px) {
  *[renewal-ui=false] .cross_analysis .cross_analyze_detail .question .satisfy_comparison .line_graph {
    width: 900px;
  }
}
@media screen and (min-width: 768px) {
  *[renewal-ui=false] .cross_analysis .cross_analyze_detail .question .satisfy_comparison .explain {
    top: 0;
    right: 0;
  }
}
@media screen and (max-width: 767px) {
  *[renewal-ui=false] .cross_analysis .cross_analyze_detail .question .satisfy_comparison .explain {
    top: 0;
    margin: 0 5%;
  }
}
*[renewal-ui=false] .cross_analysis .cross_analyze_detail .question .satisfy_comparison .explain .part {
  font-size: 1.4rem;
}
*[renewal-ui=false] .cross_analysis .cross_analyze_detail .question .satisfy_comparison .category_score .select input[type=checkbox] {
  margin-right: 2em;
}
*[renewal-ui=false] .cross_analysis .cross_analyze_detail .question .satisfy_comparison .category_score .select li {
  position: relative;
}
*[renewal-ui=false] .cross_analysis .cross_analyze_detail .question .satisfy_comparison .category_score .select li:nth-last-of-type(1) input[type=checkbox] {
  margin-right: 10px;
}
*[renewal-ui=false] .cross_analysis .cross_analyze_detail .question .satisfy_comparison .category_score .select li::before {
  position: absolute;
  left: 1.7em;
  content: "●";
  margin-right: 5px;
}
*[renewal-ui=false] .cross_analysis .cross_analyze_detail .question .satisfy_comparison .category_score .select li:nth-of-type(1):before {
  color: #5ab797;
}
*[renewal-ui=false] .cross_analysis .cross_analyze_detail .question .satisfy_comparison .category_score .select li:nth-of-type(2):before {
  color: #d6d130;
}
*[renewal-ui=false] .cross_analysis .cross_analyze_detail .question .satisfy_comparison .category_score .select li:nth-of-type(3):before {
  color: #7055b1;
}
*[renewal-ui=false] .cross_analysis .cross_analyze_detail .question .satisfy_comparison .category_score .select li:nth-of-type(4):before {
  color: #59c4d1;
}
*[renewal-ui=false] .cross_analysis .cross_analyze_detail .question .satisfy_comparison .category_score .select li:nth-of-type(5):before {
  color: #89cf66;
}
*[renewal-ui=false] .cross_analysis .cross_analyze_detail .question .satisfy_comparison .category_score .select li:nth-of-type(6):before {
  color: #5e70c5;
}
*[renewal-ui=false] .cross_analysis .cross_analyze_detail .question .satisfy_comparison .category_score .select li:nth-of-type(7):before {
  color: #e5659d;
}
*[renewal-ui=false] .cross_analysis .cross_analyze_detail .question .satisfy_comparison .category_score .select li:nth-of-type(8):before {
  color: #e29653;
}
*[renewal-ui=false] .cross_analysis .cross_analyze_detail .question .satisfy_comparison .category_score .select li:nth-of-type(9):before {
  color: #9b9b9b;
}
*[renewal-ui=false] .cross_analysis .cross_analyze_detail .question .satisfy_comparison .category_score .select li:nth-of-type(10):before {
  color: #e36969;
}
*[renewal-ui=false] .cross_analysis .cross_analyze_detail .question .satisfy_comparison .category_score .select li:nth-of-type(11):before {
  color: #7fe8c4;
}
*[renewal-ui=false] .cross_analysis .cross_analyze_detail .question .satisfy_comparison .category_score .select li:nth-of-type(12):before {
  color: #fffc8d;
}
*[renewal-ui=false] .cross_analysis .cross_analyze_detail .question .satisfy_comparison .category_score .select li:nth-of-type(13):before {
  color: #b698ff;
}
*[renewal-ui=false] .cross_analysis .cross_analyze_detail .question .satisfy_comparison .category_score .select li:nth-of-type(14):before {
  color: #84f2ff;
}
*[renewal-ui=false] .cross_analysis .cross_analyze_detail .question .satisfy_comparison .category_score .select li:nth-of-type(15):before {
  color: #b5ff8f;
}
*[renewal-ui=false] .cross_analysis .cross_analyze_detail .question .satisfy_comparison .category_score .select li:nth-of-type(16):before {
  color: #899dfe;
}
*[renewal-ui=false] .cross_analysis .cross_analyze_detail .question .satisfy_comparison .category_score .select li:nth-of-type(17):before {
  color: #ff9ec8;
}
*[renewal-ui=false] .cross_analysis .cross_analyze_detail .question .satisfy_comparison .category_score .select li:nth-of-type(18):before {
  color: #ffd2aa;
}
*[renewal-ui=false] .cross_analysis .cross_analyze_detail .question .satisfy_comparison .category_score .select li:nth-of-type(19):before {
  color: #eeeeee;
}
*[renewal-ui=false] .cross_analysis .cross_analyze_detail .question .satisfy_comparison .category_score .select li:nth-of-type(20):before {
  color: #ffbbbb;
}
*[renewal-ui=false] .cross_analysis .cross_analyze_detail .question .satisfy_comparison .category_score .select li:nth-of-type(21):before {
  color: #1f644c;
}
*[renewal-ui=false] .cross_analysis .cross_analyze_detail .question .satisfy_comparison .category_score .select li:nth-of-type(22):before {
  color: #858326;
}
*[renewal-ui=false] .cross_analysis .cross_analyze_detail .question .satisfy_comparison .category_score .select li:nth-of-type(23):before {
  color: #4c217d;
}
*[renewal-ui=false] .cross_analysis .cross_analyze_detail .question .satisfy_comparison .category_score .select li:nth-of-type(24):before {
  color: #1c646d;
}
*[renewal-ui=false] .cross_analysis .cross_analyze_detail .question .satisfy_comparison .category_score .select li:nth-of-type(25):before {
  color: #397b17;
}
*[renewal-ui=false] .cross_analysis .cross_analyze_detail .question .satisfy_comparison .category_score .select li:nth-of-type(26):before {
  color: #293882;
}
*[renewal-ui=false] .cross_analysis .cross_analyze_detail .question .satisfy_comparison .category_score .select li:nth-of-type(27):before {
  color: #801a46;
}
*[renewal-ui=false] .cross_analysis .cross_analyze_detail .question .satisfy_comparison .category_score .select li:nth-of-type(28):before {
  color: #82430b;
}
*[renewal-ui=false] .cross_analysis .cross_analyze_detail .question .satisfy_comparison .category_score .select li:nth-of-type(29):before {
  color: #262626;
}
*[renewal-ui=false] .cross_analysis .cross_analyze_detail .question .satisfy_comparison .category_score .select li:nth-of-type(30):before {
  color: #671313;
}
*[renewal-ui=false] .cross_analysis .cross_analyze_detail .question .satisfy_comparison .category_score .select li:nth-last-of-type(1):before {
  display: none;
}
*[renewal-ui=false] .cross_analysis .cross_analyze_detail .question .graph {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  *[renewal-ui=false] .cross_analysis .cross_analyze_detail .question .graph {
    margin-top: 30px;
  }
}
*[renewal-ui=false] .cross_analysis .cross_analyze_detail .question .graph.cross {
  position: relative;
  margin: 40px 0 0;
  padding: 0 0 0 60px;
}
@media screen and (max-width: 767px) {
  *[renewal-ui=false] .cross_analysis .cross_analyze_detail .question .graph.cross {
    padding: 0 0 0 40px;
  }
}
*[renewal-ui=false] .cross_analysis .cross_analyze_detail .question .graph.cross h4 {
  padding: 10px;
  text-align: center;
}
*[renewal-ui=false] .cross_analysis .cross_analyze_detail .question .graph.cross .cross_title_horizontal {
  margin-bottom: 30px;
  background: url("/note_bg.593a0562.png");
}
*[renewal-ui=false] .cross_analysis .cross_analyze_detail .question .graph.cross .cross_title_vertical {
  position: absolute;
  left: -20px;
  width: 40px;
  height: calc(100% - 75px);
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  background: url("/note_bg_gray.876c5e50.png");
}
@media screen and (max-width: 767px) {
  *[renewal-ui=false] .cross_analysis .cross_analyze_detail .question .graph.cross .cross_title_vertical {
    width: 30px;
    height: calc(100% - 70px);
    font-size: 1.4rem;
    line-height: 12px;
  }
}
*[renewal-ui=false] .cross_analysis .cross_analyze_detail .question .slide_graph {
  position: relative;
  margin-top: 10px;
}
*[renewal-ui=false] .cross_analysis .cross_analyze_detail .question .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] .cross_analysis .cross_analyze_detail .question .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] .cross_analysis .cross_analyze_detail .question .category_select_analyze li {
  color: #333;
  padding: 5px 10px;
  cursor: pointer;
}
*[renewal-ui=false] .cross_analysis .cross_analyze_detail .question .category_select_analyze li:nth-of-type(1) {
  border-radius: 5px 0 0 5px;
}
*[renewal-ui=false] .cross_analysis .cross_analyze_detail .question .category_select_analyze li:nth-last-of-type(1) {
  border-radius: 0 5px 5px 0;
}
*[renewal-ui=false] .cross_analysis .cross_analyze_detail .question .category_select_analyze .current {
  margin: 0;
  color: #fff;
  background: #5bb49b;
  cursor: default;
}
*[renewal-ui=false] .cross_analysis .cross_analyze_detail .question .important_detail {
  display: none;
  margin-top: 20px;
}
*[renewal-ui=false] .cross_analysis .cross_analyze_detail .question .important_detail .table {
  position: sticky;
  top: 120px;
  position: relative;
}
*[renewal-ui=false] .cross_analysis .cross_analyze_detail .question .important_detail thead th {
  position: sticky;
  top: 0;
  z-index: 1;
}
*[renewal-ui=false] .cross_analysis .cross_analyze_detail .question .important_detail td {
  padding: 5px 10px;
}
*[renewal-ui=false] .cross_analysis .cross_analyze_detail .data_info {
  font-size: 1.4rem;
  margin: 0 0 20px;
  padding: 0 0 10px;
  border-bottom: 1px solid #ccc;
}
*[renewal-ui=false] .cross_analysis .cross_analyze_detail .data_info .select_area {
  margin-bottom: 10px;
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  *[renewal-ui=false] .cross_analysis .cross_analyze_detail .data_info .select_area {
    margin-bottom: 0;
    margin-right: 0;
    width: 100%;
  }
}
*[renewal-ui=false] .cross_analysis .cross_analyze_detail .data_info .select_area select {
  margin-left: 10px;
}
@media screen and (max-width: 767px) {
  *[renewal-ui=false] .cross_analysis .cross_analyze_detail .data_info .select_area select {
    width: 100%;
    margin-left: 0;
  }
}
*[renewal-ui=false] .cross_analysis .cross_analyze_detail .data_info .select_area.category {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  *[renewal-ui=false] .cross_analysis .cross_analyze_detail .data_info .select_area.category select {
    border-radius: 0 0 5px 5px;
  }
}
*[renewal-ui=false] .cross_analysis .cross_analyze_detail .data_info .question_select {
  -webkit-box-align: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  *[renewal-ui=false] .cross_analysis .cross_analyze_detail .data_info .question_select {
    width: 100%;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  *[renewal-ui=false] .cross_analysis .cross_analyze_detail .data_info .question_select .flex {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  *[renewal-ui=false] .cross_analysis .cross_analyze_detail .data_info .question_select span {
    display: inline-block;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  *[renewal-ui=false] .cross_analysis .cross_analyze_detail .data_info .question_select .select_area,
*[renewal-ui=false] .cross_analysis .cross_analyze_detail .data_info .question_select select {
    margin: 0;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  *[renewal-ui=false] .cross_analysis .cross_analyze_detail .data_info .category_select {
    width: 100%;
  }
  *[renewal-ui=false] .cross_analysis .cross_analyze_detail .data_info .category_select ul {
    border-radius: 5px 5px 0 0;
  }
  *[renewal-ui=false] .cross_analysis .cross_analyze_detail .data_info .category_select li {
    width: 50%;
  }
  *[renewal-ui=false] .cross_analysis .cross_analyze_detail .data_info .category_select li.comparison {
    border-radius: 5px 0 0 0;
  }
  *[renewal-ui=false] .cross_analysis .cross_analyze_detail .data_info .category_select li.position {
    border-radius: 0 5px 0 0;
  }
}
*[renewal-ui=false] .cross_analysis .cross_analyze_detail .question_delete {
  position: absolute;
  right: -20px;
  top: -20px;
  margin: 0;
  cursor: pointer;
}
*[renewal-ui=false] .cross_analysis .cross_analyze_detail .question_delete img {
  width: 40px;
  height: auto;
}
*[renewal-ui=false] .cross_analysis .cross_analyze_detail table.single {
  width: 400px;
  margin: 0 auto;
}
*[renewal-ui=false] .cross_analysis .cross_analyze_detail .table_scroll {
  margin: 20px 0 0;
  width: 100%;
  overflow-x: auto;
}
*[renewal-ui=false] .cross_analysis .cross_analyze_detail .table_scroll table {
  min-width: 100%;
  width: auto;
  max-width: inherit;
}
*[renewal-ui=false] .cross_analysis .cross_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] .cross_analysis .cross_analyze_detail .table_scroll .answer {
    width: 250px;
  }
}
@media screen and (max-width: 767px) {
  *[renewal-ui=false] .cross_analysis .cross_analyze_detail .table_scroll .answer {
    width: 150px;
  }
}
*[renewal-ui=false] .cross_analysis .cross_analyze_detail .table_scroll .total td {
  background: #f6f5f2;
}
*[renewal-ui=false] .cross_analysis .cross_analyze_detail .cross_analysis_download {
  padding: 0;
  box-shadow: none;
}
@media screen and (max-width: 767px) {
  *[renewal-ui=false] .cross_analysis .cross_analyze_detail .cross_analysis_download {
    padding: 0 5vw;
  }
}
@media screen and (min-width: 768px) {
  *[renewal-ui=false] .cross_analysis .cross_analyze_detail .cross_analysis_download dl {
    padding: 0;
    display: -webkit-box;
    display: flex;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  *[renewal-ui=false] .cross_analysis .cross_analyze_detail .cross_analysis_download dl {
    margin: 0;
  }
}
@media screen and (min-width: 768px) {
  *[renewal-ui=false] .cross_analysis .cross_analyze_detail .cross_analysis_download dt {
    width: 180px;
    padding: 0;
    border-bottom: none;
    float: none;
  }
}
@media screen and (max-width: 767px) {
  *[renewal-ui=false] .cross_analysis .cross_analyze_detail .cross_analysis_download dt {
    width: 100%;
    padding: 20px 0 0;
    border-bottom: none;
  }
}
@media screen and (min-width: 768px) {
  *[renewal-ui=false] .cross_analysis .cross_analyze_detail .cross_analysis_download dd {
    width: auto;
    padding: 0;
    border-bottom: none;
  }
}
@media screen and (max-width: 767px) {
  *[renewal-ui=false] .cross_analysis .cross_analyze_detail .cross_analysis_download dd {
    width: 100%;
    border-bottom: none;
    padding: 20px 0 0;
  }
}
*[renewal-ui=false] .cross_analysis .cross_analyze_detail .cross_analysis_download dd ul {
  margin: 0;
  padding: 0;
}
*[renewal-ui=false] .cross_analysis .cross_analyze_detail .cross_analysis_download .btn_area {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  *[renewal-ui=false] .cross_analysis .cross_analyze_detail .cross_analysis_download .btn_area {
    margin-top: 50px;
  }
}
@media screen and (min-width: 768px) {
  *[renewal-ui=false] .cross_analysis .cross_analyze_detail .cross_analysis_download .btn_area .button {
    max-width: 400px;
    padding: 20px;
  }
}
*[renewal-ui=false] .cross_analysis .cross_analyze_detail .cross_analysis_download label {
  margin-bottom: 0;
}
*[renewal-ui=false] .cross_analysis .cross_analyze_detail .box_tab .tab {
  position: relative;
}
*[renewal-ui=false] .cross_analysis .cross_analyze_detail .box_tab .tab_attribute_name {
  display: none;
  position: absolute;
  bottom: 50px;
  background: #fff;
  padding: 10px;
  border-radius: 5px;
  box-sizing: border-box;
  border: 1px solid #ccc;
  color: #333;
}
*[renewal-ui=false] .cross_analysis .cross_analyze_detail .box_tab .tab_attribute_name::before,
*[renewal-ui=false] .cross_analysis .cross_analyze_detail .box_tab .tab_attribute_name::after {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 0;
  height: 0;
  border-style: solid;
}
*[renewal-ui=false] .cross_analysis .cross_analyze_detail .box_tab .tab_attribute_name::before {
  bottom: -10px;
  border-width: 10px 10px 0 10px;
  border-color: #ccc rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}
*[renewal-ui=false] .cross_analysis .cross_analyze_detail .box_tab .tab_attribute_name:after {
  bottom: -8px;
  border-width: 8px 8px 0 8px;
  border-color: #fff rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}
@media screen and (min-width: 768px) {
  *[renewal-ui=false] .cross_analysis .cross_analyze_detail .box_tab .tab_attribute_name {
    left: 0;
    width: 200px;
    overflow: visible;
    transform: translateX(-28%);
  }
}
*[renewal-ui=false] .cross_analysis .cross_analyze_detail table .disabled td {
  background: #ebebeb;
  color: #999;
}
*[renewal-ui=false] .cross_analysis .cross_analyze_detail table .disabled td.status::before {
  color: #ccc;
}
@media screen and (min-width: 768px) {
  *[renewal-ui=false] .cross_analysis .cross_analyze_detail .cross_analysis_attribute {
    padding: 30px;
  }
}
@media screen and (max-width: 767px) {
  *[renewal-ui=false] .cross_analysis .cross_analyze_detail .cross_analysis_attribute {
    margin: 0 5%;
  }
}
*[renewal-ui=false] .cross_analysis .cross_analyze_detail .cross_analysis_attribute input[type=text],
*[renewal-ui=false] .cross_analysis .cross_analyze_detail .cross_analysis_attribute input[type=tel],
*[renewal-ui=false] .cross_analysis .cross_analyze_detail .cross_analysis_attribute input[type=mail],
*[renewal-ui=false] .cross_analysis .cross_analyze_detail .cross_analysis_attribute input[type=password],
*[renewal-ui=false] .cross_analysis .cross_analyze_detail .cross_analysis_attribute input[type=num],
*[renewal-ui=false] .cross_analysis .cross_analyze_detail .cross_analysis_attribute input[type=url],
*[renewal-ui=false] .cross_analysis .cross_analyze_detail .cross_analysis_attribute input[type=date] {
  display: inline-block;
  width: 100%;
  max-width: 500px;
  border: 1px solid #ccc;
  margin: 0 0;
  padding: 10px 15px;
  font-size: 1.8rem;
  border-radius: 5px;
}
@media screen and (min-width: 768px) {
  *[renewal-ui=false] .cross_analysis .cross_analyze_detail .cross_analysis_attribute input[type=text],
*[renewal-ui=false] .cross_analysis .cross_analyze_detail .cross_analysis_attribute input[type=tel],
*[renewal-ui=false] .cross_analysis .cross_analyze_detail .cross_analysis_attribute input[type=mail],
*[renewal-ui=false] .cross_analysis .cross_analyze_detail .cross_analysis_attribute input[type=password],
*[renewal-ui=false] .cross_analysis .cross_analyze_detail .cross_analysis_attribute input[type=num],
*[renewal-ui=false] .cross_analysis .cross_analyze_detail .cross_analysis_attribute input[type=url],
*[renewal-ui=false] .cross_analysis .cross_analyze_detail .cross_analysis_attribute input[type=date] {
    min-width: 300px;
  }
}
@media screen and (max-width: 767px) {
  *[renewal-ui=false] .cross_analysis .cross_analyze_detail .cross_analysis_attribute input[type=text],
*[renewal-ui=false] .cross_analysis .cross_analyze_detail .cross_analysis_attribute input[type=tel],
*[renewal-ui=false] .cross_analysis .cross_analyze_detail .cross_analysis_attribute input[type=mail],
*[renewal-ui=false] .cross_analysis .cross_analyze_detail .cross_analysis_attribute input[type=password],
*[renewal-ui=false] .cross_analysis .cross_analyze_detail .cross_analysis_attribute input[type=num],
*[renewal-ui=false] .cross_analysis .cross_analyze_detail .cross_analysis_attribute input[type=url],
*[renewal-ui=false] .cross_analysis .cross_analyze_detail .cross_analysis_attribute input[type=date] {
    font-size: 1.4rem;
    padding: 5px 10px;
  }
}
@media screen and (min-width: 768px) {
  *[renewal-ui=false] .cross_analysis .cross_analyze_detail .cross_analysis_attribute .attribute_name {
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  *[renewal-ui=false] .cross_analysis .cross_analyze_detail .cross_analysis_attribute .attribute_name {
    width: 100%;
  }
}
*[renewal-ui=false] .cross_analysis .cross_analyze_detail .cross_analysis_attribute .attribute_name dt,
*[renewal-ui=false] .cross_analysis .cross_analyze_detail .cross_analysis_attribute .attribute_name dd {
  width: auto;
  margin: 0;
  padding: 0 10px;
  border-bottom: none;
}
@media screen and (max-width: 767px) {
  *[renewal-ui=false] .cross_analysis .cross_analyze_detail .cross_analysis_attribute .attribute_name dt {
    padding: 0 10px 0 0;
  }
}
*[renewal-ui=false] .cross_analysis .cross_analyze_detail .cross_analysis_attribute .attribute_name dd {
  flex-wrap: nowrap;
}
@media screen and (max-width: 767px) {
  *[renewal-ui=false] .cross_analysis .cross_analyze_detail .cross_analysis_attribute .attribute_name dd {
    padding: 0;
  }
}
*[renewal-ui=false] .cross_analysis .cross_analyze_detail .cross_analysis_attribute .attribute_name input[type=submit] {
  display: inline-block;
  width: 100px;
  margin: 0 0 0 10px;
  padding: 13px 10px;
}
@media screen and (max-width: 767px) {
  *[renewal-ui=false] .cross_analysis .cross_analyze_detail .cross_analysis_attribute .attribute_name input[type=submit] {
    font-size: 1.4rem;
    padding: 5px 10px;
  }
}
*[renewal-ui=false] .cross_analysis .cross_analyze_detail .cross_analysis_attribute .attribute_table {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  *[renewal-ui=false] .cross_analysis .cross_analyze_detail .cross_analysis_attribute .attribute_table {
    margin: 20px 0 0;
    width: 100%;
    overflow-x: auto;
  }
  *[renewal-ui=false] .cross_analysis .cross_analyze_detail .cross_analysis_attribute .attribute_table table {
    width: 1000px;
  }
}
*[renewal-ui=false] .cross_analysis .cross_analyze_detail .cross_analysis_attribute .edit_area .button {
  margin: 0 auto;
}
*[renewal-ui=false] .cross_analysis .cross_analyze_detail .cross_analysis_attribute .edit_area .button::after {
  display: none;
}
@media screen and (max-width: 767px) {
  *[renewal-ui=false] .cross_analysis .cross_analyze_detail .cross_analysis_attribute_link {
    margin: 0 5%;
  }
}
*[renewal-ui=false] .cross_analysis .cross_analyze_detail .cross_analysis_attribute_link input[type=text],
*[renewal-ui=false] .cross_analysis .cross_analyze_detail .cross_analysis_attribute_link input[type=tel],
*[renewal-ui=false] .cross_analysis .cross_analyze_detail .cross_analysis_attribute_link input[type=mail],
*[renewal-ui=false] .cross_analysis .cross_analyze_detail .cross_analysis_attribute_link input[type=password],
*[renewal-ui=false] .cross_analysis .cross_analyze_detail .cross_analysis_attribute_link input[type=num],
*[renewal-ui=false] .cross_analysis .cross_analyze_detail .cross_analysis_attribute_link input[type=url],
*[renewal-ui=false] .cross_analysis .cross_analyze_detail .cross_analysis_attribute_link input[type=date] {
  display: inline-block;
  width: 100%;
  max-width: 500px;
  border: 1px solid #ccc;
  margin: 0 0;
  padding: 10px 15px;
  font-size: 1.8rem;
  border-radius: 5px;
}
@media screen and (min-width: 768px) {
  *[renewal-ui=false] .cross_analysis .cross_analyze_detail .cross_analysis_attribute_link input[type=text],
*[renewal-ui=false] .cross_analysis .cross_analyze_detail .cross_analysis_attribute_link input[type=tel],
*[renewal-ui=false] .cross_analysis .cross_analyze_detail .cross_analysis_attribute_link input[type=mail],
*[renewal-ui=false] .cross_analysis .cross_analyze_detail .cross_analysis_attribute_link input[type=password],
*[renewal-ui=false] .cross_analysis .cross_analyze_detail .cross_analysis_attribute_link input[type=num],
*[renewal-ui=false] .cross_analysis .cross_analyze_detail .cross_analysis_attribute_link input[type=url],
*[renewal-ui=false] .cross_analysis .cross_analyze_detail .cross_analysis_attribute_link input[type=date] {
    min-width: 300px;
  }
}
@media screen and (max-width: 767px) {
  *[renewal-ui=false] .cross_analysis .cross_analyze_detail .cross_analysis_attribute_link input[type=text],
*[renewal-ui=false] .cross_analysis .cross_analyze_detail .cross_analysis_attribute_link input[type=tel],
*[renewal-ui=false] .cross_analysis .cross_analyze_detail .cross_analysis_attribute_link input[type=mail],
*[renewal-ui=false] .cross_analysis .cross_analyze_detail .cross_analysis_attribute_link input[type=password],
*[renewal-ui=false] .cross_analysis .cross_analyze_detail .cross_analysis_attribute_link input[type=num],
*[renewal-ui=false] .cross_analysis .cross_analyze_detail .cross_analysis_attribute_link input[type=url],
*[renewal-ui=false] .cross_analysis .cross_analyze_detail .cross_analysis_attribute_link input[type=date] {
    font-size: 1.6rem;
  }
}
*[renewal-ui=false] .cross_analysis .cross_analyze_detail .cross_analysis_attribute_link .list_search input[type=text] {
  display: inline-block;
  width: 100%;
  max-width: 400px;
  margin: 0 0 10px;
  padding: 10px 10px 10px 40px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 1.4rem;
  background: url("/icon_search.48a78da4.png") left 10px center no-repeat;
}
@media screen and (min-width: 768px) {
  *[renewal-ui=false] .cross_analysis .cross_analyze_detail .cross_analysis_attribute_link .attribute_name {
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
  }
}
*[renewal-ui=false] .cross_analysis .cross_analyze_detail .cross_analysis_attribute_link .attribute_name dt,
*[renewal-ui=false] .cross_analysis .cross_analyze_detail .cross_analysis_attribute_link .attribute_name dd {
  width: auto;
  margin: 0;
  padding: 0 10px;
  border-bottom: none;
}
*[renewal-ui=false] .cross_analysis .cross_analyze_detail .cross_analysis_attribute_link .attribute_name dd {
  flex-wrap: nowrap;
}
*[renewal-ui=false] .cross_analysis .cross_analyze_detail .cross_analysis_attribute_link .attribute_name input[type=submit] {
  display: inline-block;
  width: 100px;
  margin: 0 0 0 10px;
  padding: 13px 10px;
}
@media screen and (max-width: 767px) {
  *[renewal-ui=false] .cross_analysis .cross_analyze_detail .cross_analysis_attribute_link .attribute_table {
    overflow-x: auto;
  }
  *[renewal-ui=false] .cross_analysis .cross_analyze_detail .cross_analysis_attribute_link .attribute_table table {
    width: 1000px;
  }
}
*[renewal-ui=false] .cross_analysis .cross_analyze_detail .cross_analysis_attribute_link .attribute_table img {
  width: 18px;
  height: auto;
}
*[renewal-ui=false] .cross_analysis .cross_analyze_detail .cross_analysis_attribute_link .edit_area .button {
  margin: 0 auto;
}
*[renewal-ui=false] .cross_analysis .cross_analyze_detail .cross_analysis_attribute_link .edit_area .button::after {
  display: none;
}
*[renewal-ui=false] .cross_analysis .cross_analyze_detail .add_question {
  position: relative;
  margin: 40px auto;
  text-align: center;
}
@media screen and (max-width: 767px) {
  *[renewal-ui=false] .cross_analysis .cross_analyze_detail .add_question {
    width: 90%;
  }
}
*[renewal-ui=false] .cross_analysis .cross_analyze_detail .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] .cross_analysis .cross_analyze_detail .add_question span {
  margin: 0 auto;
  background-image: none;
}
@media screen and (max-width: 767px) {
  *[renewal-ui=false] .cross_analysis .cross_analyze_detail .add_question span {
    width: 50%;
  }
}
*[renewal-ui=false] .cross_analysis .cross_analyze_detail .add_question span::before {
  margin-right: 5px;
  content: "＋";
}
*[renewal-ui=false] .cross_analysis .cross_analyze_detail .add_question span:hover {
  background-image: none;
}
*[renewal-ui=false] .cross_analysis .cross_analyze_detail .button,
*[renewal-ui=false] .cross_analysis .cross_analyze_detail input[type=submit] {
  width: 100%;
  max-width: 250px;
  margin: 0 auto 10px;
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  *[renewal-ui=false] .cross_analysis .cross_analyze_detail .button,
*[renewal-ui=false] .cross_analysis .cross_analyze_detail input[type=submit] {
    width: 90%;
    max-width: none;
  }
  *[renewal-ui=false] .cross_analysis .cross_analyze_detail .button.btn_collect_select,
*[renewal-ui=false] .cross_analysis .cross_analyze_detail input[type=submit].btn_collect_select {
    margin-bottom: 20px;
  }
}
*[renewal-ui=false] .cross_analysis .cross_analyze_detail .button.back,
*[renewal-ui=false] .cross_analysis .cross_analyze_detail input[type=submit].back {
  margin-right: 0;
}
*[renewal-ui=false] .cross_analysis .cross_analyze_detail .button.remind,
*[renewal-ui=false] .cross_analysis .cross_analyze_detail input[type=submit].remind {
  max-width: 300px;
}
@media screen and (min-width: 768px) {
  *[renewal-ui=false] .cross_analysis .cross_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] .cross_analysis .cross_analyze_detail dl {
    margin: 0;
  }
}
*[renewal-ui=false] .cross_analysis .cross_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] .cross_analysis .cross_analyze_detail dl dt {
    width: 100%;
    padding-bottom: 0;
    border-bottom: none;
  }
}
*[renewal-ui=false] .cross_analysis .cross_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] .cross_analysis .cross_analyze_detail dl dd {
    width: 100%;
    padding: 10px 0 20px;
  }
}
*[renewal-ui=false] .cross_analysis .cross_analyze_detail dl dd.send_date,
*[renewal-ui=false] .cross_analysis .cross_analyze_detail dl dd.send_mail {
  width: calc(50% - 100px);
}
*[renewal-ui=false] .cross_analysis .cross_analyze_detail dl dd .button,
*[renewal-ui=false] .cross_analysis .cross_analyze_detail dl dd input[type=submit] {
  background-image: none;
}
*[renewal-ui=false] .cross_analysis .cross_analyze_detail dl dd .button:hover,
*[renewal-ui=false] .cross_analysis .cross_analyze_detail dl dd input[type=submit]:hover {
  background-image: none;
}
*[renewal-ui=false] .cross_analysis .cross_analyze_detail dl dd .button.test_send,
*[renewal-ui=false] .cross_analysis .cross_analyze_detail dl dd input[type=submit].test_send {
  max-width: 150px;
}
@media screen and (max-width: 767px) {
  *[renewal-ui=false] .cross_analysis .cross_analyze_detail dl dd .button.test_send,
*[renewal-ui=false] .cross_analysis .cross_analyze_detail dl dd input[type=submit].test_send {
    max-width: none;
  }
}
*[renewal-ui=false] .cross_analysis .cross_analyze_detail dl.collect_confirm dt {
  padding: 20px 0;
}
@media screen and (max-width: 767px) {
  *[renewal-ui=false] .cross_analysis .cross_analyze_detail dl.collect_confirm dt {
    padding: 20px 0 0;
  }
}
*[renewal-ui=false] .cross_analysis .cross_analyze_detail dl.collect_confirm .test_setting {
  padding: 28px 0 20px;
}
@media screen and (max-width: 767px) {
  *[renewal-ui=false] .cross_analysis .cross_analyze_detail dl.collect_confirm .test_setting {
    padding: 20px 0 0;
  }
}
*[renewal-ui=false] .cross_analysis .cross_analyze_detail dl .collect_list {
  margin-top: 10px;
  background: #f6f5f2;
  padding: 20px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  *[renewal-ui=false] .cross_analysis .cross_analyze_detail dl .collect_list {
    margin: 10px 0 0;
  }
}
*[renewal-ui=false] .cross_analysis .cross_analyze_detail dl .send_target {
  margin: 10px 0 0;
  padding: 5px 20px 15px;
  font-size: 1.4rem;
  background: #f6f5f2;
}
*[renewal-ui=false] .cross_analysis .cross_analyze_detail dl .send_target dt {
  width: 200px;
  padding: 10px 0 0;
  border-bottom: none;
}
*[renewal-ui=false] .cross_analysis .cross_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] .cross_analysis .cross_analyze_detail dl.download {
    margin: 0 5%;
  }
}
@media screen and (min-width: 768px) {
  *[renewal-ui=false] .cross_analysis .cross_analyze_detail dl.download dt {
    width: 180px;
    padding: 20px 0 20px;
  }
}
@media screen and (max-width: 767px) {
  *[renewal-ui=false] .cross_analysis .cross_analyze_detail dl.download dt {
    width: 100%;
    padding: 20px 0 0;
    border-bottom: none;
  }
}
@media screen and (min-width: 768px) {
  *[renewal-ui=false] .cross_analysis .cross_analyze_detail dl.download dd {
    width: calc(100% - 180px);
  }
}
@media screen and (max-width: 767px) {
  *[renewal-ui=false] .cross_analysis .cross_analyze_detail dl.download dd {
    width: 100%;
    border-bottom: none;
    padding: 20px 0 0;
  }
}
*[renewal-ui=false] .cross_analysis .cross_analyze_detail dl.download dd ul {
  margin: 0;
  padding: 0;
}
*[renewal-ui=false] .cross_analysis .cross_analyze_detail .attention {
  background: #ffe4e9;
  padding: 5px 10px;
  font-size: 1.4rem;
}
*[renewal-ui=false] .cross_analysis .cross_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] .cross_analysis .cross_analyze_detail ul.btn_area {
    margin: 40px 0 0;
  }
}
*[renewal-ui=false] .cross_analysis .cross_analyze_detail ul.btn_area li {
  width: 250px;
  margin: 0 20px 0;
}
@media screen and (max-width: 767px) {
  *[renewal-ui=false] .cross_analysis .cross_analyze_detail ul.btn_area li {
    width: 80%;
  }
  *[renewal-ui=false] .cross_analysis .cross_analyze_detail ul.btn_area li:nth-of-type(2) {
    margin-top: 20px;
  }
}
*[renewal-ui=false] .cross_analysis .cross_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] .cross_analysis .cross_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] .cross_analysis .cross_analyze_detail ul.btn_area.notification_confirm li {
  width: 250px;
}
*[renewal-ui=false] .cross_analysis .cross_analyze_detail div.btn_area {
  width: 300px;
  margin: 60px auto 0;
}
@media screen and (max-width: 767px) {
  *[renewal-ui=false] .cross_analysis .cross_analyze_detail div.btn_area {
    width: 100%;
    margin: 40px auto 0;
  }
}
*[renewal-ui=false] .cross_analysis .cross_analyze_detail div.btn_area.notification_confirm {
  width: 540px;
  margin: 30px auto 0;
}
*[renewal-ui=false] .cross_analysis .cross_analyze_detail div.btn_area .send_option {
  margin: 10px 0 0;
  text-align: center;
}
*[renewal-ui=false] .cross_analysis .cross_analyze_detail input[type=radio],
*[renewal-ui=false] .cross_analysis .cross_analyze_detail input[type=checkbox] {
  margin-right: 5px;
}
*[renewal-ui=false] .cross_analysis .cross_analyze_detail input[type=date],
*[renewal-ui=false] .cross_analysis .cross_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] .cross_analysis .cross_analyze_detail input[type=date],
*[renewal-ui=false] .cross_analysis .cross_analyze_detail input[type=time] {
    font-size: 1.4rem;
    max-width: 46%;
  }
}
*[renewal-ui=false] .cross_analysis .cross_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] .cross_analysis .cross_analyze_detail input[type=text].test_mail {
    font-size: 1.6rem;
    margin: 0 0 10px;
    max-width: none;
  }
}
*[renewal-ui=false] .cross_analysis .cross_analyze_detail input[type=time] {
  margin-left: 20px;
}
@media screen and (max-width: 767px) {
  *[renewal-ui=false] .cross_analysis .cross_analyze_detail .select_area {
    margin: 0 auto 20px;
  }
}
*[renewal-ui=false] .cross_analysis .cross_analyze_detail select {
  padding: 10px 30px 10px 10px;
}
*[renewal-ui=false] .cross_analysis .cross_analyze_detail .error-text {
  text-align: center;
}
*[renewal-ui=false] .cross_analysis .modal-inner .attribute_add_modal .pos_input {
  margin-top: 0;
}
*[renewal-ui=false] .cross_analysis .modal-inner .attribute_add_modal .add_question {
  position: relative;
  margin: 40px auto;
  text-align: center;
  max-width: 650px;
}
*[renewal-ui=false] .cross_analysis .modal-inner .attribute_add_modal .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] .cross_analysis .modal-inner .attribute_add_modal .add_question span {
  margin: 0 auto;
  padding: 10px;
  background-image: none;
}
*[renewal-ui=false] .cross_analysis .modal-inner .attribute_add_modal .add_question span::before {
  margin-right: 20px;
  content: "＋";
}
*[renewal-ui=false] .cross_analysis .modal-inner .attribute_add_modal .pos_input.mt30,
*[renewal-ui=false] .cross_analysis .modal-inner .attribute_edit_modal .pos_input.mt30,
*[renewal-ui=false] .cross_analysis .modal-inner .attribute_list_modal .pos_input.mt30 {
  margin-top: 30px;
}
*[renewal-ui=false] .cross_analysis .modal-inner .attribute_add_modal .pos_input.mt0,
*[renewal-ui=false] .cross_analysis .modal-inner .attribute_edit_modal .pos_input.mt0,
*[renewal-ui=false] .cross_analysis .modal-inner .attribute_list_modal .pos_input.mt0 {
  margin-top: 0px;
}
@media screen and (min-width: 768px) {
  *[renewal-ui=false] .cross_analysis .modal-inner .attribute_add_modal .pos_input dt:nth-of-type(-n + 3),
*[renewal-ui=false] .cross_analysis .modal-inner .attribute_edit_modal .pos_input dt:nth-of-type(-n + 3),
*[renewal-ui=false] .cross_analysis .modal-inner .attribute_list_modal .pos_input dt:nth-of-type(-n + 3) {
    margin-top: 20px;
  }
}
*[renewal-ui=false] .cross_analysis .modal-inner .attribute_add_modal .mb0,
*[renewal-ui=false] .cross_analysis .modal-inner .attribute_edit_modal .mb0,
*[renewal-ui=false] .cross_analysis .modal-inner .attribute_list_modal .mb0 {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  *[renewal-ui=false] .cross_analysis .modal-inner .attribute_add_modal .pc_mt20,
*[renewal-ui=false] .cross_analysis .modal-inner .attribute_edit_modal .pc_mt20,
*[renewal-ui=false] .cross_analysis .modal-inner .attribute_list_modal .pc_mt20 {
    margin-top: 20px;
  }
}
*[renewal-ui=false] .cross_analysis .modal-inner .attribute_add_modal input[type=text],
*[renewal-ui=false] .cross_analysis .modal-inner .attribute_edit_modal input[type=text],
*[renewal-ui=false] .cross_analysis .modal-inner .attribute_list_modal input[type=text] {
  width: 100%;
}