@charset "UTF-8";
/* Scss Document */
/* Scss Document */
*[renewal-ui=false] .stresscheck_content .tab::before,
*[renewal-ui=false] .stresscheck_content .content_head h1::before {
  content: "ストレスチェック";
}
@media screen and (min-width: 768px) {
  *[renewal-ui=false] .stresscheck_content section {
    margin-right: 30px;
  }
}
*[renewal-ui=false] .stresscheck_content section .box h3 {
  font-weight: 600;
}
*[renewal-ui=false] .stresscheck_content section .button {
  display: block;
  color: #5bb49b;
  width: 100%;
  max-width: 450px;
  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] .stresscheck_content section .button:hover {
  color: #fff;
  background: #5bb49b;
}
*[renewal-ui=false] .stresscheck_content section .button::after {
  content: ">";
  position: relative;
  margin: 0 0 0 10px;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  *[renewal-ui=false] .stresscheck_content section .select_area {
    margin: 0 auto 20px;
  }
}
*[renewal-ui=false] .stresscheck_content section select {
  padding: 10px 30px 10px 10px;
  margin: 0 0 0 10px;
}
*[renewal-ui=false] .stresscheck_content section .stresscheck_tab {
  margin: 0 0 20px 0;
  padding: 0;
  -webkit-box-pack: center;
  justify-content: center;
  border-radius: 5px 5px 0 0;
  border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 767px) {
  *[renewal-ui=false] .stresscheck_content section .stresscheck_tab {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 30px;
    margin: 0 0 20px;
    padding: 0 0 20px;
  }
}
*[renewal-ui=false] .stresscheck_content section .stresscheck_tab li {
  margin: 0 5px;
  padding: 10px 20px;
  font-size: 1.4rem;
  border-radius: 5px 5px 0 0;
  background: #efefef;
  border: 1px solid #efefef;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  *[renewal-ui=false] .stresscheck_content section .stresscheck_tab li {
    border-bottom: none;
  }
}
@media screen and (max-width: 767px) {
  *[renewal-ui=false] .stresscheck_content section .stresscheck_tab li {
    width: 48%;
    margin: 5px 0;
    padding: 8px 10px;
    text-align: center;
    border-radius: 5px;
  }
}
*[renewal-ui=false] .stresscheck_content section .stresscheck_tab li.active {
  position: relative;
  background: #fff;
  font-weight: bold;
  border-color: #ccc;
}
@media screen and (min-width: 768px) {
  *[renewal-ui=false] .stresscheck_content section .stresscheck_tab li.active::after {
    position: absolute;
    content: "";
    display: block;
    bottom: -1px;
    left: 1px;
    width: calc(100% - 2px);
    height: 1px;
    background: #fff;
  }
}
*[renewal-ui=false] .stresscheck_content section .stresscheck_tab li a {
  color: #5bb49b;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  *[renewal-ui=false] .stresscheck_content section .high_stress_table {
    padding-top: 20px;
  }
}
*[renewal-ui=false] .stresscheck_content .stresscheck_flow .box {
  margin-top: 30px;
  margin-bottom: 80px;
  padding: 0;
  text-align: left;
  border-radius: 0;
  box-shadow: none;
}
@media screen and (max-width: 767px) {
  *[renewal-ui=false] .stresscheck_content .stresscheck_flow .box {
    margin: 0;
    padding: 0 5vw;
  }
}
*[renewal-ui=false] .stresscheck_content .stresscheck_flow .box h2 {
  font-size: 1.8rem;
  border-bottom: 1px solid #ccc;
}
*[renewal-ui=false] .stresscheck_content .stresscheck_flow .box .step {
  display: inline-block;
  margin: 0 15px 0 0;
  padding: 5px 10px;
  font-size: 1.4rem;
  color: #fff;
  background: #5bb49b;
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  *[renewal-ui=false] .stresscheck_content .stresscheck_flow .box .step {
    margin: 0 0 10px;
  }
}
*[renewal-ui=false] .stresscheck_content .stresscheck_flow .box .lead {
  margin: 20px 0 0;
}
@media screen and (max-width: 767px) {
  *[renewal-ui=false] .stresscheck_content .stresscheck_flow .box .lead {
    font-size: 1.5rem;
  }
}
*[renewal-ui=false] .stresscheck_content .stresscheck_flow .box .lead .target {
  position: relative;
  display: inline-block;
  margin: 0 10px;
  padding: 2px 10px;
  font-size: 1.4rem;
  border: 1px solid #ccc;
}
*[renewal-ui=false] .stresscheck_content .stresscheck_flow .box .flow_image {
  margin: 20px 0 0;
  text-align: center;
}
*[renewal-ui=false] .stresscheck_content .stresscheck_flow .box .flow_image img {
  width: 100%;
  max-width: 1200px;
  height: auto;
}
*[renewal-ui=false] .stresscheck_content .stresscheck_flow .box ul {
  margin: 20px 0;
  padding: 20px 20px 20px 50px;
  list-style: disc;
  font-size: 1.5rem;
  background: #f6f5f2;
}
@media screen and (max-width: 767px) {
  *[renewal-ui=false] .stresscheck_content .stresscheck_flow .box ul {
    padding: 15px 15px 15px 35px;
    font-size: 1.4rem;
  }
}
*[renewal-ui=false] .stresscheck_content .stresscheck_flow .box ul li {
  margin: 5px 0 0;
}
*[renewal-ui=false] .stresscheck_content .stresscheck_flow .box ul li:nth-of-type(1) {
  margin-top: 0;
}
*[renewal-ui=false] .stresscheck_content .stresscheck_flow .box .stresscheck_month {
  padding: 10px;
  background: #e3f8f1;
  text-align: center;
}
*[renewal-ui=false] .stresscheck_content .stresscheck_flow .box .stresscheck_month .select_area {
  margin-left: 20px;
}
*[renewal-ui=false] .stresscheck_content .stresscheck_flow .box .stresscheck_month .select_area select {
  margin-left: 0;
}
*[renewal-ui=false] .stresscheck_content .stresscheck_flow .box .next_stresscheck {
  margin: 30px 0 0;
  text-align: center;
}
*[renewal-ui=false] .stresscheck_content .stresscheck_flow .box .next_stresscheck strong {
  color: #5bb49b;
  font-size: 2rem;
}
*[renewal-ui=false] .stresscheck_content .stresscheck_flow .box .preview {
  position: relative;
  margin: 30px 0 0;
  padding: 30px;
  border: 2px dashed #ccc;
}
@media screen and (min-width: 768px) {
  *[renewal-ui=false] .stresscheck_content .stresscheck_flow .box .preview .inhouse {
    width: 49%;
  }
}
*[renewal-ui=false] .stresscheck_content .stresscheck_flow .box .preview .inhouse dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 0 0;
}
@media screen and (max-width: 767px) {
  *[renewal-ui=false] .stresscheck_content .stresscheck_flow .box .preview .inhouse dl {
    font-size: 1.4rem;
  }
}
*[renewal-ui=false] .stresscheck_content .stresscheck_flow .box .preview .inhouse dl dt {
  width: 6em;
  margin: 2px 0 0;
  padding: 5px 10px;
  box-sizing: border-box;
  color: #fff;
  background: #333;
}
*[renewal-ui=false] .stresscheck_content .stresscheck_flow .box .preview .inhouse dl dd {
  width: calc(100% - 6em);
  margin: 2px 0 0;
  padding: 5px 10px;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  *[renewal-ui=false] .stresscheck_content .stresscheck_flow .box .preview .outside {
    width: 49%;
  }
}
@media screen and (max-width: 767px) {
  *[renewal-ui=false] .stresscheck_content .stresscheck_flow .box .preview .outside {
    margin-top: 30px;
  }
}
*[renewal-ui=false] .stresscheck_content .stresscheck_flow .box .preview .outside p {
  margin: 0 0 0;
  font-size: 1.5rem;
}
*[renewal-ui=false] .stresscheck_content .stresscheck_flow .box .preview .ttl {
  display: inline-block;
  padding: 5px 10px;
  position: absolute;
  left: 0;
  top: -15px;
  font-size: 1.4rem;
  color: #666;
  background: #fff;
}
*[renewal-ui=false] .stresscheck_content .stresscheck_flow .box .button {
  background: #5bb49b;
  color: #fff;
}
*[renewal-ui=false] .stresscheck_content .stresscheck_flow .box .button:hover {
  background: #459780;
}
*[renewal-ui=false] .stresscheck_content.result .error-text {
  margin: 30px 0 !important;
}
@media screen and (min-width: 768px) {
  *[renewal-ui=false] .stresscheck_content.result .data_info.flex {
    margin-top: 20px;
  }
  *[renewal-ui=false] .stresscheck_content.result .data_info.flex .flex_ct {
    margin-left: 20px;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  *[renewal-ui=false] .stresscheck_content.result .data_info.flex .flex_ct:nth-of-type(1) {
    margin-left: 0;
  }
}
@media screen and (min-width: 768px) {
  *[renewal-ui=false] .stresscheck_content.result .data_info.flex .flex_ct .compare_others {
    margin-left: 10px;
  }
  *[renewal-ui=false] .stresscheck_content.result .data_info.flex .flex_ct.unchange {
    color: #999;
  }
  *[renewal-ui=false] .stresscheck_content.result .data_info.flex .flex_ct.unchange input[type=checkbox]:checked + label {
    background: #ccc;
    border-color: #ccc;
  }
}
@media screen and (max-width: 767px) {
  *[renewal-ui=false] .stresscheck_content.result .data_info.flex {
    padding: 20px 0;
    border-top: 1px dotted #ccc;
  }
  *[renewal-ui=false] .stresscheck_content.result .data_info.flex .flex_ct {
    margin: 0 auto;
  }
  *[renewal-ui=false] .stresscheck_content.result .data_info.flex .flex_ct span.subttl {
    display: inline-block;
    width: 8em;
    text-align: left;
  }
}
@media screen and (min-width: 768px) {
  *[renewal-ui=false] .stresscheck_content.result .stresscheck_title {
    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] .stresscheck_content.result .stresscheck_title h2 {
  display: inline-block;
  background: none;
  margin: 0;
  padding: 0;
  border: none;
}
*[renewal-ui=false] .stresscheck_content.result .stresscheck_title h2::before,
*[renewal-ui=false] .stresscheck_content.result .stresscheck_title h2::after {
  display: none;
}
*[renewal-ui=false] .stresscheck_content.result .stresscheck_title h2 {
  display: inline-block;
  font-size: 2.4rem;
  margin: 0;
  padding: 0 0 5px;
}
@media screen and (max-width: 767px) {
  *[renewal-ui=false] .stresscheck_content.result .stresscheck_title h2 {
    font-size: 2.2rem;
  }
}
*[renewal-ui=false] .stresscheck_content.result .stresscheck_title .result_data {
  text-align: right;
  font-size: 1.3rem;
  color: #666;
}
@media screen and (max-width: 767px) {
  *[renewal-ui=false] .stresscheck_content.result .stresscheck_title .result_data {
    margin-top: 10px;
    text-align: left;
  }
}
*[renewal-ui=false] .stresscheck_content.result .stresscheck_title .result_data strong {
  font-size: 1.6rem;
  font-weight: normal;
}
*[renewal-ui=false] .stresscheck_content.result h3.org_name {
  margin: 60px 0 0;
  padding: 10px 0;
  font-size: 2.2rem;
  text-align: center;
  background: url("/note_bg.593a0562.png");
}
@media screen and (max-width: 767px) {
  *[renewal-ui=false] .stresscheck_content.result h3.org_name {
    font-size: 1.8rem;
  }
}
*[renewal-ui=false] .stresscheck_content.result h3.org_name:nth-of-type(1) {
  margin: 30px 0 0;
}
*[renewal-ui=false] .stresscheck_content.result h4 {
  font-size: 2.2rem;
}
@media screen and (max-width: 767px) {
  *[renewal-ui=false] .stresscheck_content.result h4 {
    font-size: 1.6rem;
  }
}
*[renewal-ui=false] .stresscheck_content.result h4 .num {
  margin: 0 10px 0 0;
  padding: 0;
  color: #B5B5B5;
  font-family: futura-pt, sans-serif;
  font-size: 4rem;
  font-weight: normal;
  text-align: center;
  font-style: italic;
}
@media screen and (max-width: 767px) {
  *[renewal-ui=false] .stresscheck_content.result h4 .num {
    font-size: 2.4rem;
  }
}
*[renewal-ui=false] .stresscheck_content.result th.left {
  text-align: left;
}
*[renewal-ui=false] .stresscheck_content.result td.left {
  text-align: left;
}
*[renewal-ui=false] .stresscheck_content.result td.row1 {
  background: #ffe3e9;
}
*[renewal-ui=false] .stresscheck_content.result td.row2 {
  background: #fe8ea9;
}
*[renewal-ui=false] .stresscheck_content.result td.high1 {
  background: #ccf0dd;
}
*[renewal-ui=false] .stresscheck_content.result td.high2 {
  background: #5fde9b;
}
*[renewal-ui=false] .stresscheck_content.result .result_detail {
  margin-top: 60px;
  margin-right: 0;
}
*[renewal-ui=false] .stresscheck_content.result .result_detail:nth-of-type(1) {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  *[renewal-ui=false] .stresscheck_content.result .result_detail .flex_bt {
    position: relative;
  }
}
@media screen and (min-width: 768px) {
  *[renewal-ui=false] .stresscheck_content.result .result_detail .explain {
    position: absolute;
    right: 0;
    top: -30px;
  }
}
@media screen and (max-width: 767px) {
  *[renewal-ui=false] .stresscheck_content.result .result_detail .explain {
    position: relative;
    right: auto;
    top: auto;
  }
}
@media screen and (min-width: 768px) {
  *[renewal-ui=false] .stresscheck_content.result .result_detail .explain li {
    display: block;
    text-align: left;
  }
}
*[renewal-ui=false] .stresscheck_content.result .result_detail .explain li {
  padding: 0 0 0 60px;
}
*[renewal-ui=false] .stresscheck_content.result .result_detail .explain li::before {
  display: none;
}
*[renewal-ui=false] .stresscheck_content.result .result_detail .explain li.line1 {
  background: url("/stress_graph_line1.702cb359.png") left center no-repeat;
}
*[renewal-ui=false] .stresscheck_content.result .result_detail .explain li.line2 {
  background: url("/stress_graph_line2.15c0972b.png") left center no-repeat;
}
*[renewal-ui=false] .stresscheck_content.result .result_detail .explain li.line3 {
  background: url("/stress_graph_line3.c9fdb4ca.png") left center no-repeat;
}
@media screen and (max-width: 767px) {
  *[renewal-ui=false] .stresscheck_content.result .result_detail .explain li {
    padding: 0 0 0 40px;
  }
  *[renewal-ui=false] .stresscheck_content.result .result_detail .explain li.line1 {
    background: url("/stress_graph_line1.702cb359.png") left center/30px auto no-repeat;
  }
  *[renewal-ui=false] .stresscheck_content.result .result_detail .explain li.line2 {
    background: url("/stress_graph_line2.15c0972b.png") left center/30px auto no-repeat;
  }
  *[renewal-ui=false] .stresscheck_content.result .result_detail .explain li.line3 {
    background: url("/stress_graph_line3.c9fdb4ca.png") left center/30px auto no-repeat;
  }
}
@media screen and (min-width: 768px) {
  *[renewal-ui=false] .stresscheck_content.result .result_detail.resut_map .data_info {
    -webkit-box-pack: center;
    justify-content: center;
  }
}
*[renewal-ui=false] .stresscheck_content.result .result_score {
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  *[renewal-ui=false] .stresscheck_content.result .result_score {
    width: 48%;
    min-width: 340px;
  }
}
@media screen and (max-width: 767px) {
  *[renewal-ui=false] .stresscheck_content.result .result_score {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  *[renewal-ui=false] .stresscheck_content.result .result_score .flex_bt {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  *[renewal-ui=false] .stresscheck_content.result .result_score .slide_graph {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  *[renewal-ui=false] .stresscheck_content.result .result_score table {
    width: 100%;
    font-size: 1.3rem;
  }
}
*[renewal-ui=false] .stresscheck_content.result .result_score .left {
  text-align: left;
}
@media screen and (min-width: 768px) {
  *[renewal-ui=false] .stresscheck_content.result .graph {
    width: 48%;
  }
}
@media screen and (max-width: 767px) {
  *[renewal-ui=false] .stresscheck_content.result .graph {
    margin: 30px 0 0;
  }
}
*[renewal-ui=false] .stresscheck_content.result .first {
  padding-left: 1em;
}
*[renewal-ui=false] .stresscheck_content.result .second {
  padding-left: 2em;
}
*[renewal-ui=false] .stresscheck_content.result .stressmap_graph {
  position: relative;
  margin: 30px 0 0;
  padding: 30px 5% 0;
  text-align: center;
}
*[renewal-ui=false] .stresscheck_content.result .stressmap_graph .horizontal_map {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  text-align: center;
}
*[renewal-ui=false] .stresscheck_content.result .stressmap_graph .vertical_map {
  width: 15px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  writing-mode: vertical-rl;
  text-align: left;
}
@media screen and (max-width: 767px) {
  *[renewal-ui=false] .stresscheck_content.result .stressmap_graph .vertical_map {
    width: 5px;
  }
}
*[renewal-ui=false] .stresscheck_content.result .stressmap_graph .graph_area {
  text-align: left;
}
*[renewal-ui=false] .stresscheck_content.result .stressmap_graph .error-text {
  display: inline-block;
  margin: 0 auto !important;
  width: auto;
  max-width: auto;
}
@media screen and (max-width: 767px) {
  *[renewal-ui=false] .stresscheck_content.result .stress_profile table {
    width: 950px;
  }
}
*[renewal-ui=false] .stresscheck_content.result .stress_profile .sub_head th {
  width: 45px;
  writing-mode: vertical-rl;
}
*[renewal-ui=false] .stresscheck_content.result .stress_profile .sub_head td.left {
  min-width: 100px;
}
@media screen and (min-width: 768px) {
  *[renewal-ui=false] .stresscheck_content.result .result_flex {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}
*[renewal-ui=false] .stresscheck_content.result .result_flex .high_stress_status {
  max-width: auto;
  width: 100%;
}
@media screen and (max-width: 767px) {
  *[renewal-ui=false] .stresscheck_content.result .result_flex .high_stress_status table {
    width: 650px;
  }
}
@media screen and (min-width: 768px) {
  *[renewal-ui=false] .stresscheck_content.result .result_flex .benchmark {
    width: 300px;
    margin-left: 30px;
  }
}
@media screen and (max-width: 767px) {
  *[renewal-ui=false] .stresscheck_content.result .result_flex .benchmark {
    width: 100%;
  }
}
*[renewal-ui=false] .stresscheck_content.result .annotation {
  margin: 20px 0 0;
  font-size: 1.3rem;
  color: #666;
}
@media screen and (min-width: 768px) {
  *[renewal-ui=false] .stresscheck_content.result .annotation.right {
    text-align: right;
  }
}
*[renewal-ui=false] .stresscheck_content.high_stress .error-text {
  margin: 30px 0 !important;
}
*[renewal-ui=false] .stresscheck_content.high_stress .high_stress_list {
  margin-top: 20px;
}
*[renewal-ui=false] .stresscheck_content.high_stress .high_stress_list img {
  width: 18px;
  height: auto;
}
*[renewal-ui=false] .stresscheck_content.high_stress .high_stress_list .button.edit_btn {
  margin: 0;
  padding: 5px;
  background: #5bb49b;
  color: #fff;
}
*[renewal-ui=false] .stresscheck_content.high_stress .high_stress_list .button.edit_btn::after {
  display: none;
}
*[renewal-ui=false] .stresscheck_content.high_stress .high_stress_list select {
  margin-left: 0;
}
@media screen and (max-width: 767px) {
  *[renewal-ui=false] .stresscheck_content.high_stress table {
    width: 950px;
  }
}
*[renewal-ui=false] .stresscheck_content.high_stress .judge ul.lead,
*[renewal-ui=false] .stresscheck_content.high_stress .register ul.lead {
  margin: 20px 0;
  padding: 20px 20px 20px 50px;
  list-style: disc;
  font-size: 1.5rem;
  background: #f6f5f2;
}
@media screen and (max-width: 767px) {
  *[renewal-ui=false] .stresscheck_content.high_stress .judge ul.lead,
*[renewal-ui=false] .stresscheck_content.high_stress .register ul.lead {
    padding: 15px 15px 15px 35px;
    font-size: 1.4rem;
  }
}
*[renewal-ui=false] .stresscheck_content.high_stress .judge ul.lead li,
*[renewal-ui=false] .stresscheck_content.high_stress .register ul.lead li {
  margin: 5px 0 0;
}
*[renewal-ui=false] .stresscheck_content.high_stress .judge ul.lead li:nth-of-type(1),
*[renewal-ui=false] .stresscheck_content.high_stress .register ul.lead li:nth-of-type(1) {
  margin-top: 0;
}
*[renewal-ui=false] .stresscheck_content.high_stress .show_lead {
  position: absolute;
  left: 230px;
  top: 35px;
  padding: 0 10px 0 20px;
  font-size: 1.4rem;
  color: #5bb49b;
  cursor: pointer;
  transition: all 0.5s ease;
  z-index: 50;
  background: url("/help.627d06a5.png") left center/20px auto no-repeat;
}
@media screen and (max-width: 767px) {
  *[renewal-ui=false] .stresscheck_content.high_stress .show_lead {
    left: auto;
    right: 10px;
    top: 15px;
    font-size: 1.2rem;
  }
}
*[renewal-ui=false] .stresscheck_content.high_stress .register .show_lead {
  left: 180px;
}
*[renewal-ui=false] .stresscheck_content.high_stress .register .button.modal-open {
  color: #fff;
  background: #5bb49b;
}
*[renewal-ui=false] .stresscheck_content.high_stress .register .button.modal-open::before {
  content: "+";
  font-size: 1.8rem;
  margin-right: 10px;
}
*[renewal-ui=false] .stresscheck_content.high_stress .register .button.modal-open::after {
  display: none;
}
*[renewal-ui=false] .stresscheck_content.high_stress .register .comment {
  width: 23%;
  text-align: left;
}
*[renewal-ui=false] .stresscheck_content .download_btn {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  *[renewal-ui=false] .stresscheck_content .download_btn {
    margin: 0 5% 30px;
  }
}
*[renewal-ui=false] .stresscheck_content .download_btn .button {
  max-width: 600px;
}
@media screen and (max-width: 767px) {
  *[renewal-ui=false] .stresscheck_content .download_btn .button {
    height: auto;
    line-height: 140%;
  }
}
*[renewal-ui=false] .stresscheck_content .download_btn p {
  margin: 10px 0 0;
  text-align: center;
  font-size: 1.4rem;
  color: #666;
}
@media screen and (max-width: 767px) {
  *[renewal-ui=false] .stresscheck_content .labor_report_list {
    margin: 0 5%;
    padding-bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  *[renewal-ui=false] .stresscheck_content .labor_report_list dl {
    width: 40%;
  }
}
@media screen and (max-width: 767px) {
  *[renewal-ui=false] .stresscheck_content .labor_report_list dl {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  *[renewal-ui=false] .stresscheck_content .labor_report_list dl.amount {
    width: 20%;
  }
}
*[renewal-ui=false] .stresscheck_content .labor_report_list dl dt {
  text-align: center;
}
@media screen and (min-width: 768px) {
  *[renewal-ui=false] .stresscheck_content .labor_report_list dl dt {
    height: 3em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  *[renewal-ui=false] .stresscheck_content .labor_report_list dl dt {
    padding: 10px 0;
    background: url("/note_bg.593a0562.png");
  }
}
*[renewal-ui=false] .stresscheck_content .labor_report_list dl dd {
  padding: 5px 0 0;
}
@media screen and (min-width: 768px) {
  *[renewal-ui=false] .stresscheck_content .labor_report_list dl dd {
    margin: 10px 0 0;
    padding: 15px 0 0;
    border-top: 1px solid #ccc;
  }
}
*[renewal-ui=false] .stresscheck_content .labor_report_list dl dd .select_area select {
  min-width: 250px;
  margin-left: 0;
}
*[renewal-ui=false] .stresscheck_content .labor_report_list dl dd strong {
  font-family: futura-pt, sans-serif;
  font-size: 3.2rem;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  *[renewal-ui=false] .stresscheck_content .labor_report_list dl.time dd {
    padding-top: 15px;
  }
}
*[renewal-ui=false] .stresscheck_content .open_stresscheck form {
  position: relative;
  margin-top: 0 !important;
}
@media screen and (min-width: 768px) {
  *[renewal-ui=false] .stresscheck_content .open_stresscheck input[type=text],
*[renewal-ui=false] .stresscheck_content .open_stresscheck input[type=mail],
*[renewal-ui=false] .stresscheck_content .open_stresscheck input[type=password],
*[renewal-ui=false] .stresscheck_content .open_stresscheck input[type=tel],
*[renewal-ui=false] .stresscheck_content .open_stresscheck input[type=num],
*[renewal-ui=false] .stresscheck_content .open_stresscheck input[type=url],
*[renewal-ui=false] .stresscheck_content .open_stresscheck input[type=date] {
    width: 100%;
    margin: 0;
    padding: 5px;
    font-size: 1.4rem;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 767px) {
  *[renewal-ui=false] .stresscheck_content .open_stresscheck input[type=text],
*[renewal-ui=false] .stresscheck_content .open_stresscheck input[type=mail],
*[renewal-ui=false] .stresscheck_content .open_stresscheck input[type=password],
*[renewal-ui=false] .stresscheck_content .open_stresscheck input[type=tel],
*[renewal-ui=false] .stresscheck_content .open_stresscheck input[type=num],
*[renewal-ui=false] .stresscheck_content .open_stresscheck input[type=url],
*[renewal-ui=false] .stresscheck_content .open_stresscheck input[type=date] {
    margin: 0 0 10px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  *[renewal-ui=false] .stresscheck_content .open_stresscheck dl.info {
    margin-top: 30px;
  }
}
*[renewal-ui=false] .stresscheck_content .open_stresscheck dl.info dt {
  position: relative;
  color: #5bb49b;
}
@media screen and (min-width: 768px) {
  *[renewal-ui=false] .stresscheck_content .open_stresscheck dl.info dt {
    padding-top: 20px;
    width: 36%;
    float: left;
  }
  *[renewal-ui=false] .stresscheck_content .open_stresscheck dl.info dt.no_float {
    float: none;
    width: auto;
  }
}
@media screen and (max-width: 767px) {
  *[renewal-ui=false] .stresscheck_content .open_stresscheck dl.info dt {
    padding: 0;
  }
}
*[renewal-ui=false] .stresscheck_content .open_stresscheck dl.info dt.uneditable {
  padding-top: 20px;
}
*[renewal-ui=false] .stresscheck_content .open_stresscheck dl.info dd {
  margin: 0;
  vertical-align: middle;
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  *[renewal-ui=false] .stresscheck_content .open_stresscheck dl.info dd {
    padding: 20px 0 20px 40%;
    border-bottom: 1px solid #ccc;
  }
  *[renewal-ui=false] .stresscheck_content .open_stresscheck dl.info dd.no_float {
    padding: 20px 0 20px;
  }
}
@media screen and (max-width: 767px) {
  *[renewal-ui=false] .stresscheck_content .open_stresscheck dl.info dd {
    margin-bottom: 20px;
    border-bottom: 1px solid #ccc;
    padding: 0 0 10px;
  }
}
*[renewal-ui=false] .stresscheck_content .open_stresscheck dl.info dd.pt0 {
  padding-top: 0;
}
*[renewal-ui=false] .stresscheck_content .open_stresscheck dl.info dd.bb0 {
  border-bottom: none;
}
*[renewal-ui=false] .stresscheck_content .open_stresscheck dl.info dd .lead {
  margin-top: 10px;
  margin-bottom: 20px;
}
*[renewal-ui=false] .stresscheck_content .open_stresscheck dl.info dd .progress {
  margin: 0 0 20px;
}
@media screen and (min-width: 768px) {
  *[renewal-ui=false] .stresscheck_content .open_stresscheck dl.info dd select {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  *[renewal-ui=false] .stresscheck_content .open_stresscheck dl.info dd select {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  *[renewal-ui=false] .stresscheck_content .open_stresscheck dl.info dd .select-wrap {
    width: 100%;
    margin: 0;
  }
  *[renewal-ui=false] .stresscheck_content .open_stresscheck dl.info dd .select-wrap::after {
    top: 15px;
    bottom: auto;
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  *[renewal-ui=false] .stresscheck_content .open_stresscheck dl.info dd .select-wrap {
    width: 100%;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  *[renewal-ui=false] .stresscheck_content .open_stresscheck input[type=submit].edit {
    line-height: 25px;
    width: 100%;
    height: auto !important;
  }
}
@media screen and (max-width: 767px) {
  *[renewal-ui=false] .stresscheck_content .survey_rate_list {
    margin: 0 5vw;
  }
}
*[renewal-ui=false] .stresscheck_content .survey_rate_list .annotation {
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  *[renewal-ui=false] .stresscheck_content .survey_rate_list .annotation {
    text-align: right;
  }
}
*[renewal-ui=false] .stresscheck_content .survey_rate_list .modal-open {
  cursor: pointer;
}
*[renewal-ui=false] .stresscheck_content .switch {
  position: relative;
  right: 0;
  height: 20px;
  font-size: 1.4rem;
  text-align: right;
  padding-right: 180px;
}
*[renewal-ui=false] .stresscheck_content .switch .switchArea {
  position: absolute;
  margin: 0;
  top: -2px;
  right: 0;
  width: 160px;
}
*[renewal-ui=false] .stresscheck_content .switch .switchArea input[type=checkbox]:checked ~ #swImg {
  transform: translateX(137px);
}
*[renewal-ui=false] .stresscheck_content .switch .switchArea label span::after {
  content: "全従業員";
}
*[renewal-ui=false] .stresscheck_content .switch .switchArea input[type=checkbox]:checked + label span::after {
  content: "高ストレス者のみ";
}
*[renewal-ui=false] .stresscheck_content .modal_box.response_rate_modal {
  position: relative;
}
*[renewal-ui=false] .stresscheck_content .modal_box.response_rate_modal .collect_detail {
  margin: 0;
  padding: 0;
}
*[renewal-ui=false] .stresscheck_content .modal_box.response_rate_modal .collect_detail .collect_confirm {
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  *[renewal-ui=false] .stresscheck_content .modal_box.response_rate_modal table {
    width: 90%;
    margin: 0 auto;
  }
}
@media screen and (min-width: 768px) {
  *[renewal-ui=false] .stresscheck_content .modal_box.response_rate_modal .response_data {
    margin: 0 auto 25px;
  }
}
@media screen and (min-width: 768px) {
  *[renewal-ui=false] .stresscheck_content .modal_box.response_rate_modal .rate_text {
    margin: 10px 0 25px;
    font-size: 2rem;
  }
}
*[renewal-ui=false] .stresscheck_content .modal_box.response_rate_modal .name_list {
  text-align: left;
}
*[renewal-ui=false] .stresscheck_content .modal_box.response_rate_modal .button {
  position: relative;
  display: block;
  color: #fff;
  width: 100%;
  max-width: 250px;
  margin: 20px auto 0;
  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] .stresscheck_content .modal_box.response_rate_modal .button {
    width: 100%;
    max-width: none;
    font-size: 1.6rem;
    line-height: 30px;
    height: 5rem;
    margin: 20px auto 40px;
  }
  *[renewal-ui=false] .stresscheck_content .modal_box.response_rate_modal .button.btn_collect_select {
    margin-bottom: 20px;
  }
}
*[renewal-ui=false] .stresscheck_content .modal_box.response_rate_modal .button:hover {
  background: #7ec4b0 url("/btn_arrow.0b850927.svg") right 15px center no-repeat;
  color: #fff;
}
*[renewal-ui=false] .stresscheck_content .modal_box.response_rate_modal .button.back {
  border: 1px solid #5bb49b;
  color: #5bb49b;
  background: #fff;
}
@media screen and (max-width: 767px) {
  *[renewal-ui=false] .stresscheck_content .modal_box.response_rate_modal .button.back {
    font-size: 1.4rem;
  }
}