
/* * * * * * * * * * * * * * * * * * * *
 邂｡逅�逕ｻ髱｢
* * * * * * * * * * * * * * * * * * * */
#management-screen {
  padding-top: 1px;
}
#login-box {
  margin: 45px auto 80px;
  width: 600px; /*470px*/
  /*border-radius: 4px;*/
  /*border: 1px solid #ddd;*/
  line-height: 1.2;
}
#login-box .header {
  font-size: 15px;
  text-align: center;
  padding: 10px 0;
  /*background-color: #F5F5F5;*/
}
#login-box .body {
  padding: 20px;
}
#login-box form {
  margin: 0;
}
#login-box form input {
  margin: 0;
}
#login-box table {
  width: auto;
  margin: auto;
}
#login-box table th {
  font-weight: normal;
  text-align: left;
  vertical-align: middle;
  padding: 7px;
}
#login-box table td {
  vertical-align: middle;
  padding: 7px;
}
#login-box .remember input {
  margin-right: 10px;
}
#login-box table + p {
  color: #777;
  font-size: 13px;
}
#login-box .btns {
  margin-top: 18px;
  text-align: center;
}
#login-box .btns .btn {
  display: inline-block;
  margin: 0 5px;
  padding: 7px 12px;
  width: 140px;
  background-color: #337AB7;
  font-size: 15px;
  color: #fff;

  border: 0;
  background-image: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
}
#management-screen .page-header {
  margin-bottom: 15px;
}
#management-screen .page-header h2 {
  margin: 0;
  float: left;
  line-height: 1.5;
  font-size: 20px;
  font-weight: normal;
}
#management-screen .page-header .search-area-01 {
  float: right;
}
#management-screen .btn-area {
  overflow: hidden;
  margin-bottom: 15px;
}
#management-screen .btn-area-top {
  margin-bottom: -5px;
}
#management-screen .btn-area-bottom {
  margin-top: 20px;
}
#management-screen .btn-area-bottom2 {
	margin-top:20px;
	border-top:1px solid #EEE;
	padding:10px 0 0;
	color:#000;
}
#management-screen .btn-area .btn {
  float: left;
  display: inline-block;
  margin: 0 5px 5px 0;
  padding: 7px 12px;
  background-color: #337AB7;
  font-size: 15px;
  color: #fff;

  border: 0;
  background-image: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
}
#management-screen .btn-area .btn-width {
	width: 173px;
}
#management-screen .btn-area .bg_pink {
	background-color: #F672AB;
}
#management-screen .btn-area .bg_green {
	background-color: #79CD41;
}
#management-screen .btn-area .bg_orange {
	background-color: #FF6600;
}
#management-screen .btn-area .bg_red{
	background-color: #FF0000;
}
#management-screen .btn-area .bg_gray {
	background-color: #A3A3A3;
}
#management-screen .search-area-02 {
  margin: 20px 0 30px;
}
#management-screen .search-area-03 {
  margin: 20px 0 20px;
}
#management-screen [class*="search-area"] * {
  margin-bottom: 0;
  vertical-align: middle;
}
#management-screen [type="text"],
#management-screen [type="password"],
#management-screen [type="search"] {
  box-sizing: content-box;
}
#management-screen [class*="search-area"] .btn {
  display: inline-block;
  padding: 2px 10px;
  background-color: #337AB7;
  color: #fff;
  border: 0;
  background-image: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
}
#management-screen [class*="search-area"] > div {
  float: left;
}
#management-screen [class*="search-area"] > div + div {
  margin-left: 45px;
}
#management-screen .sub-header {
  margin-bottom: 20px;
  font-size: 15px;
}
#mng-list-wrap {
  margin-top: 15px;
  border: 1px solid #ddd;
  border-radius: 5px;
}
#mng-list-head {
  display: table;
  width: 100%;
  padding: 0px 15px;
  background-color: #F5F5F5;
  vertical-align: middle;
  border-bottom: 1px solid #ddd;
}
#mng-list-head .show-num {
  display: table-cell;
  vertical-align: middle;
  text-align: right;
}
#mng-list-head .show-num select {
  width: auto;
  margin: 0;
}
#mng-list-head h3 {
  display: table-cell;
  vertical-align: middle;
  margin: 0;
  font-size: 14px;
  font-weight: normal;
}
#mng-list-body {
  padding: 15px;
  overflow: hidden;
}
#mng-list-table {
  width: 100%;
}
#mng-list-table tbody tr:nth-child(odd) {
  background-color: #F9F9F9;
}
#mng-list-table th {
  padding: 8px 15px;
  min-width: 8em;
  border: 1px solid #DDD;
  border-bottom: 3px solid #ddd;
  text-align: left;
  font-size: 15px;
}
#mng-list-table th .arrow {
  float: right;
  position: relative;
  display: inline-block;
  margin-top: 5px;
  height: 10px;
  width: 8px;
}
#mng-list-table th .arrow span {
  left: 0;
  right: 0;
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border: 4px solid #999;
  width: 0;
}
#mng-list-table th .arrow span.up {
  top: -4px;
  border-right-color: transparent!important;
  border-left-color: transparent!important;
  border-top-color: transparent!important;
}
#mng-list-table th .arrow span.down {
  bottom: -4px;
  border-right-color: transparent!important;
  border-left-color: transparent!important;
  border-bottom-color: transparent!important;
}
#mng-list-table th.sorting_asc span.up ,
#mng-list-table th.sorting_desc span.down {
  border-color: #000;
}
#mng-list-table a {
  color: #525252;
}
#mng-list-table tbody td {
  border: 1px solid #DDD;
  padding: 8px 15px;
  height: 36px;
}
#mng-list-table_info {
  padding: 8px 0 0;
  float: left;
  margin-right: auto;
}
#mng-list-table_paginate {
  float: right;
  display: inline-block;
  margin-top: 8px;
  border: 1px solid #ccc;
  border-radius: 4px;
}
#mng-list-table_paginate a {
  display: inline-block;
  padding: 4px 12px;
  color: #525252;
}
#mng-list-table_paginate > span {
  display: inline-block;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
#mng-list-table_paginate > span .current {
  background-color: #337AB7;
  color: #fff;
  font-weight: bold;
}
#mng-list-table_paginate > span a + a {
  border-left: 1px solid #ccc;
}
#mng-list-table_paginate {
}

#mng-list-body .page-navi {
  margin-top: 8px;
  display:table;
  width: 100%;
}
#mng-list-body .page-navi .text {
  display:table-cell;
  vertical-align: middle;
}
#mng-list-body .page-navi .button {
  display:table-cell;
  vertical-align: middle;
  text-align: right;
}

/* 荳�闊ｬ繝�繝ｼ繝悶Ν */
.mng-common-table {
  width: 100%;
}
.mng-common-table th {
  padding: 8px 15px;
  min-width: 8em;
  border: 1px solid #DDD;
  border-bottom: 3px solid #ddd;
  text-align: left;
  font-size: 15px;
}
.mng-common-table a {
  color: #525252;
}
.mng-common-table tbody td {
  border: 1px solid #DDD;
  padding: 8px 15px;
  height: 36px;
}
.mng-common-table_info {
  padding: 8px 0 0;
  float: left;
  margin-right: auto;
}
.mng-common-table .title-bg {
  background-color: #F9F9F9;
}

.required {
	font-size: small;
	color: red;
}
.warning {
	color: red;
}
.alert {
	color: red;
}
.gray-text {
	color: #bbbbbb;
}

.selected {
  background-color: #cceeff !important;
}


/* * * * * * * * * * * * * * * * * * * *
 蛟倶ｺｺ�ｼ�莨夂､ｾ邨先棡繝壹�ｼ繧ｸ
* * * * * * * * * * * * * * * * * * * */

#name_area {
  padding-top: 5px;
  padding-bottom: 20px;
  display: table;
  width: 100%;
  font-size: 15px;
}
#name_area .name {
  display: table-cell;
  vertical-align: bottom;
  text-align: left;
  line-height: 1.4;
}
#name_area .btn,
.print .btn {
  margin-top: 12px;
  border-radius: 5px;
  background-color: #337AB7;
  color: #fff;
  text-shadow: none;
  text-align: center;
  width: 170px;
  padding: 3px 12px;
  font-size: 15px;
  border: none;
  box-shadow: none;
}
#name_area .btn span,
.print .btn span {
  display: block;
}
#name_area .tags {
  display: table-cell;
  vertical-align: bottom;
  text-align: right;
}
#name_area .tag {
  display: inline-block;
  border-radius: 5px;
  padding: 3px 12px;
  color: #fff;
}
#name_area .tag +.tag {
  margin-left: 3px;
}
#name_area .tag-red { background-color: #FF2626;}
#name_area .tag-blue { background-color: #337AB7;}
#name_area .tag-green { background-color: #398425;}


/* * * * * * * * * * * * * * * * * * * *
 蛟倶ｺｺ邨先棡繝壹�ｼ繧ｸ
* * * * * * * * * * * * * * * * * * * */

/* 蛟倶ｺｺ邨先棡 - 繧ｹ繝医Ξ繧ｹ繝ｬ繝吶Ν */
.stress-level {
}
.stress-level ul {
  margin: 0;
}
.stress-level li {
  list-style: none;
  line-height: 37px;
  border-radius: 5px;
  text-align: center;
  border: 1px solid #6EB0EC;
  font-size: 15px;
  font-weight: bold;
  color: #6EB0EC;
}
.stress-level li + li {
  margin-top: 6px;
}
.stress-level li.current {
  background: url(../images/common/ico_check_01_blue.png) 95% center no-repeat #6EB0EC;
  color: #fff;
}

/* 蛟倶ｺｺ邨先棡 - 豌励↓縺ｪ繧九し繧､繝ｳ */
.box-sign {
  height: auto!important;
}
.box-sign .box-body {
  font-size: 13px;
  line-height: 1.4;
}


/* * * * * * * * * * * * * * * * * * * *
 繝�繝ｼ繧ｿ
* * * * * * * * * * * * * * * * * * * */

/* 繧ｰ繝ｩ繝輔ヰ繝ｼ豎守畑 */
div.bar_bg {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  background-color: #f0f0f0;
  float:left;
}
div.bar_value {
  -webkit-border-top-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-bottomleft: 5px;
  position: absolute;
  float: left;
}
div.bar_value_full {
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
}


/* 蛟倶ｺｺ邨先棡 - 莉穂ｺ九せ繝医Ξ繧ｹ蛻�譫�/繧ｹ繝医Ξ繧ｹ繝槭ロ繧ｸ繝｡繝ｳ繝� */
.data-01 {
  width: 100%;
  line-height: 1.2;
}
.data-01 tbody td {
  padding: 5px 0;
  vertical-align: middle;
}
.data-01 .graph {
  text-align: center;
  padding-right: 22px;
  width: 202px;
}
.data-01 .level {
  text-align: center;
  width: 344px;/*142px;*/
}
.box-blue .data-01 .item {
  text-align: center;
  color: #6CB0EB;
}

/* 蛟倶ｺｺ邨先棡 - 繧ｹ繧ｳ繧｢ */
.data-02 td {
  text-align: center;
  width: 140px;
}
.data-02 td:first-child {
  width: auto;
}
.data-02 thead td {
  padding: 9px;
  font-size: 15px;
}
.data-02 tbody td {
  padding: 9px;
}
.data-02.table-blue {
  border: 1px solid #cfe4f9;
  border-top-width: 2px;
}
.data-02.table-blue thead {
  color: #4599E6;
}
.data-02.table-blue thead tr {
  background-color: #cfe4f9;
}
.data-02.table-blue thead td {
  border-top: 1px solid #cfe4f9;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #cfe4f9;
}
.data-02.table-blue tbody td {
  border-right: 1px solid #cfe4f9;
}
.data-02.table-blue td:last-child {
  border-right: 0;
}

/* 蛟倶ｺｺ邨先棡 - 繝ｬ繝ｼ繝�繝ｼ繝√Ε繝ｼ繝� */
.stress-radar-label {
  position:relative;
  float:left;
}
.stress-radar-label-corp {
  top: -130px;
  left: 50px;
}
.stress-radar-label-corp-detail {
  top: -70px;
  left: 50px;
}
.stress-radar-label span {
  position:relative;
  border-radius:5px;
  padding:3px 12px;
  color:#FFFFFF;
}
.radar-sensing {
  top: -360px;
  left: 162px;
}
.radar-avoidance {
  top: -255px;
  left: 280px;
}
.radar-disposal {
  top: -50px;
  left: 160px;
}
.radar-conversion {
  top: -50px;
  left: -90px;
}
.radar-experience {
  top: -255px;
  left: -215px;
}

/* 蛟倶ｺｺ邨先棡 - 繝ｬ繝ｼ繝�繝ｼ繝√Ε繝ｼ繝域ｨｪ */
.data-03 td:first-child {
  text-align: center;
}
.data-03 td {
  padding: 9px;
  border-color: #CEE4F9;
}
.data-03 thead td {
  text-align: center;
  font-size: 15px;
}
.data-03 td p {
  margin-bottom: 0;
}
.data-03.table-blue {
  border: 1px solid #cfe4f9;
  border-top-width: 2px;
}
.data-03.table-blue thead {
  color: #4599E6;
}
.data-03.table-blue thead td {
  border-top: 1px solid #cfe4f9;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #cfe4f9;
}
.data-03.table-blue tbody td {
  border-right: 1px solid #cfe4f9;
}
.data-03.table-blue td:last-child {
  border-right: 0;
}
.data-03.table-blue tbody tr:nth-child(odd) td {
  background-color: #E0EEFC;
  border-bottom-color: #CEE4F9;
}

/*  莨夂､ｾ邨先棡 - 繧ｵ繝槭Μ繝ｼ1 */
.data-04 {
  width: 100%;
}
.data-04 thead th {
  text-align: center;
  font-weight: normal;
  font-size: 13px;
}
.data-04 tbody tr + tr td {
  padding-top: 10px;
}
.data-04 .rounded {
  display: inline-block;
  border-radius: 5px;
  border: 1px solid;
  padding: 5px 0;
  width: 100%;
  text-align: center;
  white-space: nowrap;
}
.data-04 .col-01 {
  width: 165px;
  padding-right: 5px;
}
.data-04 .col-01 span {
  font-size: 15px;
  font-weight: bold;
}
.data-04 .col-02 {
  width: 185px;
  padding-right: 5px;
}
.box-detail .data-04 .col-02 {
  width: 250px;
  padding-right: 5px;
}
.data-04 .col-02.percent {
  width: 125px;
}
.data-04 .col-02.percent span {
  background-color: #000;
  font-size: 16px;
  padding: 4px;
  color: #fff;
}
.data-04 .col-04 {
  width: 66px;
}
.data-04 .col-04 span {
  background-color: #000;
  font-size: 16px;
  padding: 4px;
  color: #fff;
}
.box-pink2 .data-04 .col-01 span { color: #F893BF; }
.box-pink2 .data-04 .col-01 span.current { color: #F00; }
.box-pink2 .data-04 .col-02 span { background-color: #F893BF; border-color: #F893BF;}
.box-pink2 .data-04 .col-04 span { background-color: #FAB3D2; border-color: #FAB3D2;}
.box-green2 .data-04 .col-01 span { color: #04CCBD; }
.box-green2 .data-04 .col-04 span { background-color: #4FDBD1; border-color: #4FDBD1;}
.box-green3 .data-04 .col-01 span { color: #A0E47F; }
.box-green3 .data-04 .col-04 span { background-color: #AFE893; border-color: #AFE893;}
.box-blue2 .data-04 .col-01 span { color: #6DB0EB; }
.box-blue2 .data-04 .col-04 span { background-color: #99C8F2; border-color: #99C8F2;}

/* 莨夂､ｾ邨先棡隧ｳ邏ｰ - 隧ｳ邏ｰ蛻�譫� */
.section-corporate-result .box-detail .data-04.wide {
  float: left;
  margin-right: 5%;
  width: 45%;
}
.section-corporate-result .box-detail .data-04.wide .col-01 { padding-right: 10px; }
.section-corporate-result .box-detail .data-04.wide .col-02 { padding-right: 10px; width: 260px; }
.section-corporate-result .box-detail .data-04.wide .col-01 { width: 230px; }
.section-corporate-result .box-detail .data-04.wide .col-02 { width: 126px; }
.section-corporate-result .box-detail .data-04.wide .col-04 { width: 66px; }

/*  莨夂､ｾ邨先棡 - 隧ｳ邏ｰ蛻�譫先焚蛟､1 */
.data-05 {
  width: 100%;
}
.data-05 {
}
.data-05 {
  width: 100%;
  border: 1px solid;
  border-top-width: 2px;
}
.data-05 thead {
  background-color: #999;
  color: #fff;
  text-align: center;
  font-size: 14px;
  line-height: 1.2;
}
.data-05 thead th {
  padding: 10px;
  height: 45px;
  font-weight: bold;
}
.data-05 thead th + th {
  text-align: center;
  border-left: 1px solid #fff;
}
.data-05 tbody th {
  border: 1px solid ;
  background-color: #ccc;
  padding: 8px;
  text-align: center;
  vertical-align: middle;
  font-weight: normal;
}
.data-05 tbody td {
  border: 1px solid ;
  padding: 8px;
  height: 50px;
  text-align: center;
  vertical-align: middle;
}
.data-05 .rounded {
  display: inline-block;
  border-radius: 5px;
  padding: 5px 0;
  width: 66px;
  color: #fff;
  text-align: center;
  font-size: 16px;
  white-space: nowrap;
}

.data-05.table-green2 ,
.data-05.table-green2 tbody th ,
.data-05.table-green2 tbody td { border-color: #04CCBD; }
.data-05.table-green2 thead { background-color: #04CCBD; }
.data-05.table-green2 thead th { border-color: #9BEBE5; }
.data-05.table-green2 tbody th { background-color: #E5FAF8; }
.data-05.table-green2 tbody tr:nth-child(odd) { background-color: #E5FAF8; }
.data-05.table-green2 tbody tr:nth-child(even) { background-color: #F7FDFD; }
.data-05.table-green2 .col-04 span { background-color: #4FDBD1; }

.data-05.table-green3 ,
.data-05.table-green3 tbody th ,
.data-05.table-green3 tbody td { border-color: #A1E480; }
.data-05.table-green3 thead { background-color: #A1E480; }
.data-05.table-green3 thead th { border-color: #D9F4CC; }
.data-05.table-green3 tbody th { background-color: #F5FCF2; }
.data-05.table-green3 tbody tr:nth-child(odd) { background-color: #F5FCF2; }
.data-05.table-green3 tbody tr:nth-child(even) { background-color: #FCFEFB; }
.data-05.table-green3 .col-04 span { background-color: #AFE893; }

.data-05.table-green4 ,
.data-05.table-green4 tbody th ,
.data-05.table-green4 tbody td { border-color: #A3D900; }
.data-05.table-green4 thead { background-color: #A3D900; }
.data-05.table-green4 thead th { border-color: #DAF099; }
.data-05.table-green4 tbody th { background-color: #F5FCF2; }
.data-05.table-green4 tbody tr:nth-child(odd) { background-color: #F5FCF2; }
.data-05.table-green4 tbody tr:nth-child(even) { background-color: #FCFEFB; }
.data-05.table-green4 .col-04 span { background-color: #BEE44C; }

.data-05.table-blue2 ,
.data-05.table-blue2 tbody th ,
.data-05.table-blue2 tbody td { border-color: #6EB0EC; }
.data-05.table-blue2 thead { background-color: #6EB0EC; }
.data-05.table-blue2 thead th { border-color: #C5DFF7; }
.data-05.table-blue2 tbody th { background-color: #F0F7FD; }
.data-05.table-blue2 tbody tr:nth-child(odd) { background-color: #F0F7FD; }
.data-05.table-blue2 tbody tr:nth-child(even) { background-color: #FAFDFE; }
.data-05.table-blue2 .col-04 span { background-color: #99C8F2; }

.data-05.table-orange ,
.data-05.table-orange tbody th ,
.data-05.table-orange tbody td { border-color: #FFC579; }
.data-05.table-orange thead { background-color: #FFC579; }
.data-05.table-orange thead th { border-color: #FFE8C9; }
.data-05.table-orange tbody th { background-color: #FFF9F1; }
.data-05.table-orange tbody tr:nth-child(odd) { background-color: #FFF9F1; }
.data-05.table-orange tbody tr:nth-child(even) { background-color: #FFFDFB; }
.data-05.table-orange .col-04 span { background-color: #FFD194; }

/*  莨夂､ｾ邨先棡 - 隧ｳ邏ｰ蛻�譫先焚蛟､2 */
.data-08 {
  margin-top: 20px;
  width: 100%;
  border: 1px solid;
  line-height: 1.4;
}
.data-08 thead {
  background-color: #999;
  color: #fff;
  font-size: 14px;
}
.data-08 th {
  font-weight: bold;
}
.data-08 th ,
.data-08 td {
  padding: 10px;
  vertical-align: top;
  text-align: center;
}
.data-08 thead th + th {
  border-left: 1px solid;
  text-align: center;
}
.data-08 .col-01 {
  color: #fff!important;
}
.data-08 tbody .col-01 {
  border-top: 1px solid #fff!important;
  background-color: #ccc;
}
.data-08 tbody td {
  border: 1px solid ;
}

.data-08.table-pink2 thead { background-color: #FBBED9; }
.data-08.table-pink2 thead th { color: #EE0F6D; }
.data-08.table-pink2 ,
.data-08.table-pink2 th ,
.data-08.table-pink2 td { border-color: #F893BF; }
.data-08.table-pink2 .col-01 { background-color: #F893BF; border-left: 1px solid #F893BF; }

/*  莨夂､ｾ邨先棡 - 繝｢繝√�吶�ｼ繧ｷ繝ｧ繝ｳ */
.data-06 {
  width: 100%;
}
.data-06 thead th {
  text-align: center;
  font-weight: normal;
  font-size: 13px;
}
.data-06 tbody tr + tr td {
  padding-top: 15px;
}
.data-06 .col-01 {
  text-align: left;
}
.data-06 tbody .col-01 {
  font-size: 15px;
}
.data-06 .col-02 {
  width: 340px;
}
.data-06 tbody .col-02 img {
  display: block;
}
.data-06 tbody .col-02 img ~ img {
  margin-top: 3px;
}
.box-orange .data-06 tbody .col-01 {
  color: #FFC579;
}

/*  莨夂､ｾ邨先棡 - 繧ｹ繝医Ξ繧ｹ閠先�ｧ */
.data-07 {
}
.data-07 .score {
  text-align: center;
  margin-top: 70px;
}
.data-07 .score table {
  width: auto;
  margin: auto;
}
.data-07 .score table th ,
.data-07 .score table td {
  white-space: nowrap;
  width: auto;
  vertical-align: middle;
  text-align: center;
}
.data-07 .score table th {
  font-size: 15px;
  font-weight: bold;
}
.data-07 .score table th:nth-child(1) {
  color: #A3D800;
}
.data-07 .score table td {
  padding: 0 12px;
}
.data-07 .score table td .rounded {
  display: inline-block;
  border-radius: 5px;
  background-color: #A3D900;
  width: 126px;
  line-height: 39px;
  font-size: 16px;
  color: #fff;
}
.data-07 .score table td:nth-child(2) .rounded {
  background-color: #BEE44C;
}
.box-detail .data-07 .score {
  margin-top: 10px;
}


/* * * * * * * * * * * * * * * * * * * *
 莨夂､ｾ邨先棡繝壹�ｼ繧ｸ
* * * * * * * * * * * * * * * * * * * */

.section-corporate-result {
  margin-top: 30px;
  margin-bottom: 55px;
}
.section-corporate-result ~ .section-corporate-result {
  margin-top: 20px;
  margin-bottom: 0;
}
.section-corporate-result .head-01 + p.note {
  margin: -10px 0 15px;
  font-size: 12px;
}
.section-corporate-result .box-head {
  padding: 13px 10px;
  font-size: 16px;
}

/* 莨夂､ｾ邨先棡 - 繧ｵ繝槭Μ繝ｼ */
.section-corporate-result .box-summary {
  position: relative;
  margin-bottom: 20px;
}
.section-corporate-result .box-summary .bottom-text {
  position: absolute;
  bottom: -2.2em;
  left: 0;
  right: 0;
  overflow: hidden;
  font-size: 12px;
}
.section-corporate-result .box-summary .bottom-text p {
  float: left;
  margin: 0;
}
.section-corporate-result .box-summary .bottom-text p:nth-child(2) {
  float: right;
  color: #337AB7;
}
.section-corporate-result .box-summary .bottom-text a {
  color: #337AB7;
}

.section-corporate-result .information {
  margin-top: 20px;
}
.section-corporate-result .information thead th {
  height: auto;
}
.section-corporate-result .information tbody td {
  padding-top: 10px;
  padding-bottom: 10px;
  vertical-align: middle;
  height: auto;
}

.section-corporate-result .information tbody tr:nth-child(n) {
  background-color: #fff;
}
.section-corporate-result .information tbody .col-07 {
  padding-left: 20px;
  padding-right: 20px;
  text-align: left;
}
.section-corporate-result .information tbody .col-08 {
  padding-left: 20px;
  padding-right: 20px;
  text-align: left;
}
.section-corporate-result .information ul {
  list-style: none;
  margin: 0;
}
.section-corporate-result .information ul li {
  text-align: left;
  padding-left: 1em;
  text-indent: -1em;
}
.section-corporate-result .information .col-05 { width: 170px; }
.section-corporate-result .information .col-06 { width: 350px; }
.section-corporate-result .information .col-07 { width: 480px; }


/* login */
.login_lead {
  font-size: 15px;
  margin-top: 3%;
}
.login_box {
  max-width: 380px;
  margin: 2.5% auto;
}
.login_box.pass_set,
.login_box.mail_entry {
  max-width: 450px;
}
.login_box.pass_set.mail_entry.input {
  max-width: 500px;
}
.login_box.pass_set {
  margin-top: 24px;
}
.login_box table,
.login_box.pass_set.mail_entry.input table {
  width: 100%;
}
.login_box.pass_set.mail_entry table {
  margin-left: auto;
  margin-right: auto;
  width: auto;
}
.login_box table th,
.login_box table td {
  vertical-align: top;
  text-align: left;
}

.login_box table th {
  font-weight: normal;
  padding: 13px 0;
  width: 95px;
}

.login_box.pass_set table th,
.login_box.pass_set table td {
  vertical-align: middle;
}

.login_box.pass_set table th {
  padding-right: 1em;
  white-space: nowrap;
  width: auto;
}
.login_box.pass_set.mail_entry {
  margin-bottom: 0;
}
.login_box.pass_set.mail_entry table th {
  width: 13em;
}
.login_box.pass_set.mail_entry.input table th {
  width: auto;
}
.login_box.pass_set.mail_entry.input table td:before {
  content: "";
  display: block;
  margin-top: -1px;
  height: 1px;
  min-width: calc(500px - 16em);
  width: 100%;
}
.login_box.pass_set.mail_entry table td ul {
  margin: 0 -3rem 0 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}
.login_box.pass_set.mail_entry table td ul li {
  margin: 0 3rem 0 0;
  padding: 0;
  float: left;
  white-space: nowrap;
}

.login_box table td {
  padding: 10px 0;
}
.login_box table input[type="text"],
.login_box table input[type="password"] {
  width: 100%;
}
.login_box table tr:nth-child(2) td {
  position: relative;
}
.login_box table tr:nth-child(2) td input[type="text"],
.login_box table tr:nth-child(2) td input[type="password"] {
  padding-right: 30px;
}
/* .login_box table tr:nth-child(2) td i {
  display: block;
  position: absolute;
  top: 16px;
  right: 10px;
  cursor: pointer;
} */
.field-icon {
  color: #555;
  float: right;
  margin-right: 10px;
  margin-top: -22.5px;
  position: relative;
  z-index: 2;
}
.login_box table input + input[type="checkbox"] {
  vertical-align: top;
  margin-top: 8px;
}
.login_box table label {
  margin-top: 5px;
  font-weight: normal;
}
.login_box .remember {
  text-align: left;
}
.login_box .remember label {
  font-weight: normal;
}
.login_box .remember input {
  margin-right: 0.5em;
}
.login_box .btn {
  width: 75%;
  background: #60A536;
  border: 2px solid #fff;
}
.login_box .btn.border {
  border-color: #60A536;
  background-color: #fff;
  color: #60A536;
  border-radius: 2px;
  width: calc(75% - 4px);
}
.login_box .toggle_password_disp {
  padding-top: 0;
}
.login_box .toggle_password_disp label {
  font-weight: normal;
}

@media screen and (max-width: 600px) {
  .login_box.pass_set.mail_entry table {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
  .login_box.pass_set.mail_entry.input table th {
    white-space: normal;
  }
  .login_box table th,
  .login_box table td,
  .login_box.pass_set table th {
    width: auto;
    display: block;
    padding-top: 0;
  }
  .login_box table th,
  .login_box.pass_set table th {
    padding-bottom: 0;
    text-align: left;
  }
}

/* ログイン画面利用規約 */
.terms,
.rule {
  margin: 50px auto;
  max-width: 960px;
}
.rule {
  display: block;
  border: 1px solid #ccc;
  max-height: 350px;
  overflow: auto;
  padding: 9.5px;
  background-color: #f5f5f5;
  border-radius: 3px;
  word-break: break-all;
}

/* 本パスワード設定 */
.pass_attention {
  text-align: center;
}
@media screen and (max-width:600px) {
  .pass_attention {
    text-align: left;
  }
}

/* personal_analysis */

#management-screen .row {
  margin-left: -20px;
  margin-right: 0;
  clear: both;
}
.personal_analysis_attention {
	padding: 15px 0;
	text-align: center;
	color: #fff;
	background-color: #f00;
	border-radius: 10px;
	font-size: 18px;
  font-weight: bold;
  margin: 2em 0;
}
#management-screen .page-header .personal_analysis_attention {
  margin-top: 0;
}

.doctor_interview {
	text-align: center;
	font-size: 16px;
	line-height: 175%;
	margin-bottom: 100px;
  font-weight: bold;
  margin-top: 50px;
  color: #525252;
}
.doctor_interview p {
  margin-bottom: 2em;
}
.doctor_interview p:nth-child(2) {
  text-align: left;
}
.doctor_interview p .border {
  border:  1px solid #f00;
  padding:  10px 20px;
  color: #525252;
  display: block;
  text-decoration: none;
}
.doctor_interview p span,
.doctor_interview p:nth-child(2) .border span:first-child {
  color: #f00;
  text-decoration: underline;
}
.doctor_interview p:nth-child(2) span:first-child {
  text-decoration: none;
}
.doctor_interview a,
.doctor_interview input[type="submit"],
.doctor_interview input[type="button"],
.doctor_interview button,
.page_close a,
.page_close input[type="submit"],
.page_close input[type="button"],
.page_close button {
	padding: 0 50px;
	font-size: 20px;
	display: inline-block;
	border-radius: 5px;
  border: none;
  padding-top: -webkit-calc((50px - 1em) / 2);
  padding-top: calc((50px - 1em) / 2);
  padding-bottom: -webkit-calc((50px - 1em) / 2);
  padding-bottom: calc((50px - 1em) / 2);
}
.doctor_interview a,
.doctor_interview input[type="submit"],
.doctor_interview input[type="button"],
.doctor_interview button {
	background-color: #fcd6e6;
	color: #525252;
}
.doctor_interview a:hover,
.doctor_interview a:link,
.doctor_interview a.submitted:hover,
.doctor_interview a.submitted:link,
.page_close a:hover,
.page_close a:link {
	text-decoration: none;
}
.doctor_interview a i {
  font-size: 26px;
  vertical-align: middle;
  margin-right: 15px;
}
.doctor_interview a.submitted {
  background-color: rgb(230, 230, 230);
  cursor: default;
  color: #a3a3a3;
}
.print {
  clear: both;
  text-align: center;
  margin-left: 20px;
  margin-top: 30px;
}
.print .btn {
  margin: 0;
}
.page_close {
  margin-top: 60px;
  margin-left: 20px;
	text-align: center;
}
.page_close a,
.page_close input[type="submit"],
.page_close input[type="button"],
.page_close button {
	background-color: #a3a3a3;
	color: #fff;
}

#stress_response .box-body .table-area:first-child {
	width: 65%;
}
#stress_response .box-body .table-area:nth-of-type(2) {
	width: 35%;
}
#surrounding_support table.table,
#stress_response .data-02.reaction-score {
	width: 100%;
  table-layout: fixed;
}
/*
#surrounding_support table.table + table.table,
#stress_response .data-02.reaction-score + .data-02.reaction-score {
	margin-left: -1px;
	width: -webkit-calc(50% + 1px);
	width: calc(50% + 1px);
}
*/
#surrounding_support table.data-02.table-blue thead td:not(:first-child),
#stress_response .data-02.reaction-score + .data-02.reaction-score thead td {
	border-left: 1px solid #fff;
}
#surrounding_support table.table.data-02 td,
#stress_response .data-02.reaction-score td,
#stress_response .data-02.other-score td {
  width: auto;
  padding: 9px;
}
#stress-level-area .stress-level li {
  border: none;
}
.stress-radar-label-person span.radar-conversion, 
.stress-radar-label-person-en span.radar-conversion,
.stress-radar-label-person span.less, 
.stress-radar-label-person-en span.less {
  background: none;
}
.stress-radar-label-person span.radar-sensing {
  top: 0;
}
#management-screen table.table > tbody > tr > td {
  vertical-align: middle;
  padding: 9px;
}

.btn_wrap #answered.btn {
  width: 100%;
  max-width: 456px;
  font-size: 23px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin:  50px auto;
}

.attention {
  margin: 2em 0;
  border: 1px solid #f00;
  color: #f00;
  padding:  10px 15px;
}

.login_attention {
  display: block;
  max-width: 960px;
  margin: 50px auto;
  color:#333;
}

/* 個人結果- スコア */
.stress-reaction .box-body {
  line-height: 0.8;
  display: flex;
}
.data-02.reaction-score,
.data-02.other-score {
  width: 100%;
}

.emphasis_attention {
  font-weight: bold;
  text-decoration: underline;
}