@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');

html {
	position: relative;
	min-height: 100%;
}
* {
	margin: 0px;
	padding: 0px;
}
a{
	text-decoration: none;
}
/*img {
	border-width: 0px;
	line-height: 0;
	margin: 0px;
	padding: 0px;
}*/
br {
	letter-spacing: normal;
}
ul li {
	list-style-type: none;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	margin: 0;
	padding: 0;
}
body{
	width: 100%;
	color: #040000;
	font-size: 14px;
	font-family: "Noto Sans JP", 'ヒラギノ丸ゴ Pro W4','ヒラギノ丸ゴ Pro','Hiragino Maru Gothic Pro','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','HG丸ｺﾞｼｯｸM-PRO','HGMaruGothicMPRO','ＭＳ Ｐゴシック','MS PGothic',Osaka,sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: 800;
	line-height: 150%;
	letter-spacing: 1px;
	text-align: center;
	-webkit-text-size-adjust: 100%;
	background-color: #F0F8FF;
}
#loader-bg {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #ffffffb5;
  z-index: 1;
}
#loader {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 200px;
  margin-top: -100px;
  margin-left: 17px;
  text-align: center;
  color: #305496;
  z-index: 2;
  opacity: 0.9;
}
#loader-modal, #loader-modal-open {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	width: 300px;
    height: 110px;
    padding: 40px;
    margin-top: -100px;
    margin-left: -70px;
    text-align: center;
    color: #305496;
    background: #fff;
    border: 1px solid #b7b7b7;
    z-index: 3;
}
#loader-modal #loader-modal-text, #loader-modal-open #loader-modal-text-open{
	margin-bottom: 20px;
	line-height: 1.2;
}
#loader-modal ul, #loader-modal-open ul{
	margin: 0 auto;
	width: 250px;
}
#loader-modal ul li, #loader-modal-open ul li{
	display: inline-block;
    letter-spacing: normal;
    vertical-align: middle;
}
#loader-modal ul li input, #loader-end input, #loader-modal-open ul li input, #loader-error input{
	display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
    width: 110px;
    height: 36px;
}
#loader-end, #loader-error {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	width: 300px;
    height: 75px;
    padding: 30px;
    margin-top: -100px;
    margin-left: -70px;
    text-align: center;
    color: #305496;
    background: #fff;
    border: 1px solid #b7b7b7;
    z-index: 3;
}
#loader-end .loader-alart p, #loader-error .loader-alart p{
	margin-bottom: 20px;
	line-height: 1.2;
}

a{
	color: #040000;
}
a:hover{
	opacity: 0.6;
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
}
.b{
	font-weight: 800;
}
.sp{
	display: none;
}
input,select{
	vertical-align: middle;
	padding: 5px 1%;
}
.page_box{
	/*width: 80%;*/
	margin: 15px auto 0 auto;
}
#page_list{
	float: right;
}
.no_link{
	width: 30px;
	display: inline-block;
}
.now_page{
	width: 30px;
	display: inline-block;
}
.now_link a{
	width: 30px;
	display: inline-block;
	color: #E60012;
	border: 1px #E60012 solid;
	padding: 5px 0;
}
.clear{
	clear: both;
}
.err_mess{
	width: 90%;
	color: red;
	text-align: center;
	margin: 35px auto 15px auto;
}
#warp{
	width: 100%;
	/*background-color: #F0F8FF;*/
	padding-left: 230px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.head_info{
	width: 96%;
	background-color: #305496;
	margin: 0 auto;
	padding: 7px 2%;
	height: 32px;
	display: flex;
	position: relative;
}
.head_info .head_top{
	font-size: 120%;
	flex-wrap: wrap;
	/*float: left;*/
	margin-right: 15px;
}
.head_info .head_top a{
	color: #fff;
	font-size: 20px;
    display: inline-block;
    margin: 0.15em 0.3em;
}
.head_info .head_left{
	font-size: 120%;
	float: left;
	color: #fff;
}
.head_info .head_nav{
	display: inline-block;
	float: right;
	margin: 0 10px;
}
.head_info .head_nav .nav_nportal a{
	display: inline-block;
    margin: 0.15em 0.3em;
    /*padding-top: 5px;*/
    color: #fff;
    text-decoration: none;
    font-size: 20px;
    /*font-size: 2rem;*/
    /*font-family: 'Francois One', sans-serif;*/
	letter-spacing: 0.1px;
}
.head_info .head_right{
	flex-wrap: wrap;
	margin-left: auto;
	height: 30px;
}
.head_info .head_right .nav_logout{
	height: 30px;
	font-size: 90%;
	background-color: #fff;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}
.head_info .head_right .nav_logout a{
	width: 100%;
	height: 100%;
	line-height: 30px;
	padding: 10px;
}

header{
	width: 100%;
	top: 0;
	z-index: 3;
}
#menuList{
	width: 100%;
	height: 45px;
	background: #000;
	margin-bottom: 30px;
	
}
#menuList ul {
	height: 45px;
	margin: 0 auto;
}
#menuList ul li {
	float: left;
}
#menuList ul li a{
	height: 45px;
	box-sizing: border-box;
	display: inline-block;
	padding: 10px 30px;
	font-size: 120%;
}
#menuList ul li a{
	color: #fff;
}

/* カテゴリヘッダー */
.property_info{
	width: 96%;
    background-color: #305496;
    margin: 0 auto;
    padding: 7px 2%;
    height: 25px;
    position: relative;
}
.property_info .head_left{
	font-size: 120%;
	float: left;
	color: #fff;
}
.property_info .head_right{
	/*flex-wrap: wrap;*/
	/*margin-left: auto;*/
	/*height: 30px;*/
}
.menuList{
	/*width: 100%;*/
	/*height: 45px;*/
	background: #3b7ecd;
	/*margin-bottom: 30px;*/
	
}
.menuList ul {
	/*height: 45px;*/
	margin: 0 auto;
	display: inline-block;
	margin: 5px 16px;
}
.menuList ul li {
	float: left;
	margin-right: 5px;
}
.menuList ul li a{
	box-sizing: border-box;
    display: inline-block;
    padding: 6px 10px 1px;
    /*background: blue;*/
	border-bottom: 2px solid;
    margin: 5px;
    font-size: 11px;
}
.menuList ul li a{
	color: #fff;
}
.dli-caret-down {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  line-height: 1;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  border-width: 0.64952em 0.375em;
  border-top-color: currentColor;
  border-bottom: 0;
  margin-left: 5px;
}
.is-fixed{
	position: fixed;
    z-index: 999;
    top: 0;
    left: 230px;
	box-shadow: 0px 5px 6px 0px rgb(0 0 0 / 0.2);
}

.head_margin{
	margin-top: 45px;
}
@media only screen and (min-width: 767px) {
	.menu_sp{
		display: none;
	}
}
/* カテゴリヘッダーここまで */
.container{
	/*display: flex;*/
	width: 100%;
	max-width: 1300px;
	margin: 0 auto;
	padding: 10px 0;
}
#main{
	width: 100%;
	display: flex;
	flex-direction: column;
	min-height: 100vh;
	padding-top: 100px;
}
#main_top{
	    /* width: 98%; */
    width: 95%;
    /* display: flex; */
    /* flex-direction: column; */
    min-height: calc(100vh - 100px);
    /* padding-top: 100px; */
    /* height: calc(100vh - 100px); */
    margin: auto;
}
h2{
	width: 90%;
	color: #fff;
	font-size: 100%;
	text-align: left;
	background-color: #00377B;
	margin: 10px auto 15px auto;
	padding: 5px 1%;
}
.h2_list{
	width: 98%;
	margin-right: 15px;
}
.h2_eva{
	/*background-color: #fb731b;*/
	background-color: #fff;
	border: 2px #00377B solid;
	color: #00377B;
	
}
.h2_view{
	background-color: #F0F8FF;
    border-bottom: 3px #00377B solid;
    color: #00377B;
}
/*footer*/
#footer{
	text-align: center;
	/*margin-top: auto;*/
}
#footer p{
	font-size: 80%;
	padding: 20px 0 5px 0;
}
.head_btn{
	width: 80%;
	margin: 0 auto 15px auto;
	height: 32px;
}

.edit_btn{
	display: inline-block;
    float: left;
}
.edit_btn a{
  display: inline-block;
  width: 100px;
  height: 35px;
  text-align: center;
  text-decoration: none;
  line-height: 32px;
  outline: none;
  float: left;
}
.edit_btn a::before,
.edit_btn a::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.edit_btn a,
.edit_btn a::before,
.edit_btn a::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.edit_btn a {
	background-color: #fff;
  border: 1px solid #305496;
  color: #305496;
  line-height: 32px;
}
.edit_btn a:hover {
	background-color: #757575;
    border-color: #333;
    color: #fff;
}
.sort_btn{
	float: left;
	/*float: right;*/
	-moz-box-shadow: inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow: inset 0px 1px 0px 0px #ffffff;
	box-shadow: inset 0px 1px 0px 0px #ffffff;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf));
	background: -moz-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
	background: -webkit-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
	background: -o-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
	background: -ms-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
	background: linear-gradient(to bottom, #ededed 5%, #dfdfdf 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf',GradientType=0);
	background-color: #ededed;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #dcdcdc;
	display: inline-block;
	cursor: pointer;
	color: #333;
	font-size: 15px;
	padding: 5px 1em;
	line-height: 20px;
	text-decoration: none;
	text-shadow: 0px 1px 0px #ffffff;
	margin-left: 10px;
}
.row-head{
	width: 80%;
	border-collapse: collapse;
	vertical-align: middle;
	margin: 0 auto;
}
.row-head th,
.row-head td {
	color: #333;
	border: 1px solid #DDDDDD;
	padding: 8px;
}
.row-head thead{
	background: #305496;
}
.row-head th{
	color: #fff;
}
.row-head tbody{
	background: #fff;
}
.row-head .td_white{
	background: #fff;
}
.row-head td .text{
	/*border: 1px solid #333;*/
	padding: 5px 8px;
    margin-bottom: 5px;
	background-color: #F0F8FF;
	color: #305496;
	position: relative;
}
.row-head td .disable_text{
	background: #c4c4c4;
}
#bt-area span{
	-moz-box-shadow: inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow: inset 0px 1px 0px 0px #ffffff;
	box-shadow: inset 0px 1px 0px 0px #ffffff;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf));
	background: -moz-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
	background: -webkit-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
	background: -o-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
	background: -ms-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
	background: linear-gradient(to bottom, #ededed 5%, #dfdfdf 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf',GradientType=0);
	background-color: #ededed;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #dcdcdc;
	display: inline-block;
	cursor: pointer;
	color: #333;
	font-size: 15px;
	padding: 5px 1em;
	line-height: 20px;
	text-decoration: none;
	text-shadow: 0px 1px 0px #ffffff;
}
.hide_color{
	background-color: #808080;
}
.disp_color{
	background-color: ffff;
}

/*sort.php*/
.list_table{
	width: 80%;
	border-collapse: collapse;
	vertical-align: middle;
	margin: 0 auto;
}
.list_table th,
.list_table td {
	color: #333;
	border: 1px solid #DDDDDD;
	padding: 8px;
}
.list_table th{
	color: #fff;
	background: #305496;
}
.btn_sp{
	/*display: block;*/
	margin: 20px auto;
	
}
/*
.btn_sp input{
	margin: 0 10px;
	font-weight: 800;
	-moz-box-shadow: inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow: inset 0px 1px 0px 0px #ffffff;
	box-shadow: inset 0px 1px 0px 0px #ffffff;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf));
	background: -moz-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
	background: -webkit-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
	background: -o-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
	background: -ms-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
	background: linear-gradient(to bottom, #ededed 5%, #dfdfdf 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf',GradientType=0);
	background-color: #ededed;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #dcdcdc;
	display: inline-block;
	cursor: pointer;
	color: #333;
	font-size: 15px;
	padding: 5px 1em;
    line-height: 20px;
	text-decoration: none;
	text-shadow: 0px 1px 0px #ffffff;
}
*/
.btn_sp input{
  display: inline-block;
  width: 25%;
  height: 50px;
  text-align: center;
  text-decoration: none;
  line-height: 26px;
  outline: none;
  font-size: 18px;
  background-color: #fdc313;
  border: none;
  color: #333;
  cursor: pointer;
}
.btn_sp input::before,
.btn_sp input::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.btn_sp input,
.btn_sp input::before,
.btn_sp input::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.btn_sp input:hover {
  background-color: #305496;
  border-color: #305496;
  color: #fff;
}
/*edit.php*/
.edit_table{
	width: 80%;
	border-collapse: collapse;
	vertical-align: middle;
	margin: 0 auto;
}
.edit_table th{
	width: 18%;
	color: #fff;
	text-align: left;
	background: #305496;
	border: 1px solid #DDDDDD;
	padding: 10px 1%;
}
.edit_table td{
	width: 78%;
	color: #333;
	text-align: left;
	border: 1px solid #DDDDDD;
	padding: 10px 1%;
}
.row-nmap{
	width: 80%;
	border-collapse: collapse;
	vertical-align: middle;
	margin: 0 auto;
}
.row-nmap th,
.row-nmap td {
	color: #333;
	/*border: 1px solid #000;*/
	border: none;
	padding: 8px;
}
.row-nmap th{
	color: #fff;
	background: #305496;
}
.waku{
	width: 100%;
	font-family: initial;
	border: 1px #040000 solid;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	padding: 5px 1%;
	*width: 98%;
	_width: 98%;
}
.red_s{
	color: #F8EC03;
	font-size: 80%;
}
.remove{
	width: 30px;
	height: 30px;
	font-size: 20px;
	background-color: tomato;
	color: white;
	border: none;
	border-radius: 15px;
	visibility: hidden;
}
.item {
	width: 100%;
}
.td_add{
	border: 0px solid #DDDDDD;
}
.add_row{
	width: 100px;
	color: #fff;
	text-align: center;
	cursor: pointer;
	background-color: #08348B;
	border: none;
	margin: 0 auto;
	padding: 5px 10px;
}
.box select{
	width: 100%;
}
.row-head3{
	width: 80%;
	border-collapse: collapse;
	vertical-align: middle;
	margin: 0 auto;
}
.row-head3 th,
.row-head3 td {
	color: #333;
	border: 1px solid #DDDDDD;
	padding: 8px;
}
.row-head3 thead{
	background: #305496;
}
.row-head3 th{
	color: #fff;
}
.row-head3 tbody{
	background: #fff;
}
.row-head3 tbody tr.clickable:hover td {
	background: #ecf2fa;
	cursor: pointer;
}
.row-head3 .td_white{
	background: #fff;
}
/*nmap.sheet.php*/
/*TOP of Page*/
#js-pagetop {
  position: fixed;
  width: 100px;
  height: 100px;
  border-radius: 8px;
  background: #f99900;
  color: #fff;
  bottom: 50px;
  right: 50px;
  cursor: pointer;
}
#js-pagetop span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 100%;
  text-align: center;
  font-size: 14px;
}
/*TOP of Pageここまで*/

input[type=checkbox].input-area {
  -ms-transform: scale(2.0, 2.0);
  -webkit-transform: scale(2.0, 2.0);
  transform: scale(2.0, 2.0);
}

.pc_size { display: block !important; }
.sp_size { display: none !important; }
.head_btn_sh{
	width: 80%;
	margin: 0 auto;
	height: 32px;
}
.user_info{
	width: 80%;
	margin: 0 auto 15px auto;
	padding: 5px 10px;
}
h3{
	text-align: center;
	font-size: 25px;
	font-weight: bold;
	margin: 0 auto 15px auto;
}
h3 span{
	color: #00CCFF;
}
.user_list{
	width: 60%;
	text-align: left;
	float: left;
}
.list_info{
	width: 100%;
	display: table;
	margin-bottom: 10px;
	padding: 0;
}

.list_info li{
	display: table-cell;
	border-bottom: 2px solid #bbb;
	padding: 5px 5px 5px 15px;
}
.newline{
	white-space: pre-wrap;
}
.list_th{
	width: 20%;
	border: 1px solid #bbb;
    border-right: 2px solid #bbb;
    border-radius: 10px;
	background-color: #fff;
}
.user_info_box{
	width: 90%;
	min-width: 170px;
	margin: 0 auto 15px auto;
	padding: 5px 10px;
	display: flex;
	flex-direction: column;
}
.user_left_box{
	width: 100%;
	text-align: left;
	overflow:hidden;
	margin-right: auto;
	/*background-color: #fff;*/
}
.user_right_box{
	width: 100%;
	text-align: left;
	overflow:hidden;
	background-color: #fff;
}
.item-column{
	display: flex;
	margin: auto;
    width: 90%;
}
.item-row{
	width: 100%;
}
.item_box{
	/*width: 40%;*/
	display: block;
	margin: 15px;
	border: 2px solid #3b7ecd;
	background: #fff;
}
.inner_box{
	padding: 5px;
}
.title_bar{
	text-align: left;
	padding: 2px 5px;
	border-bottom: 1px solid #8aa6c5;
}
.content_box{
	text-align: left;
}
.refine_box{
	width: 70%;
    padding: 0 4px;
    margin-bottom: 10px;
}
.box_info{
	width: 96%;
	display: table;
	padding: 0;
}

.box_info li{
	padding: 5px 15px;
	font-size: 90%;
	display: inline-block;
}
.box_info li span{
	font-size: 20px;
}
.user_info_box .left-head, .user_info_box .right-head{
	background: #BAD3FF; /* 背景色 */
	text-align: left;/* 中央寄せ */
	color: #040000; /* 文字色 */
	font-weight: bold;/* 文字太さ */
	padding:5px 10px;/* 余白 */
	font-size:15px;/* 文字大きさ */
	line-height:1.5;/* 行間 */
	/*height:50px;*//* 縦幅 */
	display:inline-block;/* 形式 */
	vertical-align:middle;/* 高さ中央寄せ */
	width: 100%;/* 横幅 */
}
.user_info_box .left-body, .user_info_box .right-body{
	padding: 10px 0;
}
#delete_employee{
	padding: 5px;
	font-size: 16px;
	color: #fff;
	background: #1b83fb;
	border: 1px solid #1b83fb;
}
.delete_toggle{
	background: #fff !important;
	color: #1b83fb !important;
}
.delete_exe{
	display: none;
}
.exp{
	width: 35%;
	float: right;
	text-align: left;
}
.save_draft_box{
	border: 1px solid #ccc;
    background: #fff;
    width: 80%;
    margin: 0 auto 8px;
    text-align: left;
}
.save_draft_inner{
	padding: 6px 30px;
	display: flex;
    align-items: center;
    justify-content: space-between;
}
.save_draft_inner p{
	display: inline-block;
	border-bottom: 1px solid;
	font-size: 12px;
}
.save_draft_inner p span{
	font-size: 16px;
}
.save_draft_inner input{
	padding: 4px 20px;
}
.left_td{
	text-align: left;
	position: relative;
}
.left_td a{
	color: #ec6941;
	word-break: break-all;
}
/*
.left_td a{
	display: inline-block;
	background-color: #ec6941;
	color: #fff;
	font-weight: 700;
	padding: 5px 25px;
	margin: 5px 0 5px 20px;
	border-radius: 20px;
	box-shadow: 0px 1px 5px rgb(0 0 0 / 30%);
}
.left_td a span{
	color: #FFF;
  position: relative;
  padding-right: 20px;
}
.left_td a span::before{
  content: "";
  position: absolute;
  top: 50%;
  left: 180px;
  width: 7px;
  height: 7px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  margin-top: -5px;
}
*/
.history{
	width: 80%;
	text-align: left;
	margin: 10px auto 5px auto;
}

/*コメント機能*/
.comment_area{
	margin: 0px;
    width: 100%;
    /* height: 100%; */
    box-sizing: border-box;
    height: 10em;
    padding: 0.3em!important;
    border: 2px solid #ccc;
    border-radius: 5px!important;
	outline: none;
	font: inherit;
}
.comment_img{
	float: right;
	width: 1em;
}
/*コメント機能ここまで*/

/*チェックボックスCSS*/
.check_mk {
    position: relative;
    padding: 1px 0px 1px 2em;
    margin: 10px;
    font-size: 18px;
}
.check_mk::before,
.check_mk::after {
    position: absolute;
    top: 50%;
    height: 1em;
    content: "";
}
.check_mk::before {
    left: 6px;
    transform: translateY(-50%);
    width: 1em;
    border: 1px solid #fff;
}
.check_mk::after {
    left: 0.9em;
    transform: translateY(-75%) rotate(45deg);
    width: 0.5em;
    border-bottom: 3px solid #fff;
    border-right: 3px solid #fff;
}

.check_mk + .check_mk {
    margin: 1em 0px 0px;
}
/*チェックボックスここまで*/
.prop_td {
	width: 100px;
}
@media screen and (min-width: 1300px){
	.prop_td {
		width: 150px;
	}
}

/*レーティング評価*/
.row-head th .r-h-check{
	display: flex;
    padding: 0 8px;
    flex-direction: column;
    align-items: center;
}
.row-head th .r-h-check div{
	display: flex;
    padding: 0 8px;
}
.rate-form {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
}
.rate-form input[type=radio] {
  display: none;
}
.rate-form label {
  position: relative;
  padding: 0 10px;
  color: #ccc;
  cursor: pointer;
  font-size: 25px;
  display: flex;
  flex-direction: column;
}
div.rate-form-other label {
  cursor: default;
}
.rate-form label i{
    font-size: 40%;
    padding-right: 3px;
}
.rate-form label:hover {
  color: #ffcc00;
}
.rate-form label:hover ~ label {
  color: #ffcc00;
}
.rate-form input[type=radio]:checked ~ label {
  color: #ffcc00;
}
.rate-form .answer {
	background: #fff2be;
}
div.rate-form-other label:hover {
  color: #ccc;
}
div.rate-form-other label:hover ~ label {
  color: #ccc;
}
div.rate-form-other input[type=radio]:checked ~ label {
  color: #000000;
}
/*レーティング評価ここまで*/

/*履歴チェックボックスCSS*/
.check_log {
    position: relative;
    padding: 1px 0px 1px 2em;
    margin: 10px;
    font-size: 18px;
}
.check_log::before,
.check_log::after {
    position: absolute;
    top: 50%;
    height: 1em;
    content: "";
}
.check_log::after {
    left: 0.9em;
    transform: translateY(-75%) rotate(45deg);
    width: 0.5em;
    border-bottom: 3px solid #000;
    border-right: 3px solid #000;
}

.check_log + .check_log {
    margin: 1em 0px 0px;
}
/*チェックボックスここまで*/
/*モーダルウィンド*/
.modal_box{
	width: 300px;
	height: 300px;
}
.overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.5);
	width: 100%;
	height: 100%;
	z-index: 10;
}
.modal-window {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 50%;
	background-color: #fff;
	border-radius: 5px;
	cursor: move;
	z-index: 9999;
	padding: 1rem;
}
.modal-window form{
	cursor: default;
}

.memo_table{
	width: 100%;
	border-collapse: collapse;
	box-sizing: border-box;
	text-align: left;
}
.memo_table .memo_side{
	display: flex;
	justify-content: space-between;
    align-items: center;
}
.memo_table caption{
	font-weight: 800;
	text-align: left;
}
.memo_table th{
	color: #fff;
	background-color: #0162b0;
	border: 1px #ccc solid;
	padding: 1%;
}
.memo_table td{
	border: 1px #ccc solid;
	padding: 1%;
}
.td_scrol{
	min-height: 350px;
    max-height: 60vh;
	overflow-y: scroll;
	background: #e4e4e4;
	margin-bottom: 5px;
}

.memo_table_rspsv .chat_box{
	margin-left: 10px;
	margin: 8px;
}
.memo_table_rspsv .chat_speech{
	background: #fff;
	padding: 11px;
    border-radius: 5px;
	margin-left: 23px;
}
.memo_table_rspsv .chat_user{
	display: flex;
	align-items: center;
	margin-bottom: 3px;
}
.memo_table_rspsv .chat_img1{
	width: 17px;
    border-radius: 11px;
    background: #597da7;
    padding: 3px;
	margin-right: 4px;
}
.memo_table_rspsv .chat_img2{
	width: 17px;
    border-radius: 11px;
    background: #5b5b5b;
    padding: 3px;
	margin-right: 4px;
}
.memo_table_rspsv .chat_name{
	font-size: 16px;
	color: #485b71;
}
.memo_table_rspsv .chat_text{
	line-height: 19px;
}
.memo_table_rspsv .chat_file{
	border: 1px solid #096fb7;
    border-radius: 3px;
    padding: 5px;
    margin-top: 10px;
}
.memo_table_rspsv .chat_content{
	display: flex;
	justify-content: space-between;
	margin-left: 20px;
}
.memo_table_rspsv .chat_date{
	font-size: 80%;
}
.evaluator_height{
	height: 250px;
}
.memo_link{
	margin-top: 15px;
}
.memo_table_rspsv{
	width: 100%;
	border-collapse: collapse;
	box-sizing: border-box;
}
/*
.memo_table_rspsv th{
	text-align: center;
	background-color: #606060;
}
.memo_table_rspsv td{
	border: 1px #ccc solid;
}
.memo_table_rspsv .td_member{
	width: 20%;
}
.memo_table_rspsv .td_memo{
	width: 50%;
}
.memo_table_rspsv .td_day{
	width: 20%;
}
.memo_table_rspsv .td_del{
	width: 10%;
	text-align: center
}
*/
.del_btn{
	/*color: #fff; */
    cursor: pointer;
    /* background-color: #000; */
    border: 0;
    /* padding: 10px; */
    width: 50px;
    margin-right: 5px;
}
.aicomt_btn{
	color: #fff;
	background-color: #CC0066;
	border: 0;
	width: 115px;
	margin-right: 5px;
	padding: 2%;
    border-radius: 3px;
}
.chat_aicomment{
	margin-left: auto;
	margin-right: 10px;
}
.boss-type {
	position: relative;
}
.boss-type::before,
.boss-type::after {
	position: absolute;
	content: '';
	pointer-events: none;
}
.boss-type::before {
	right: 0;
	display: inline-block;
	width: 1.8em;
	height: 1.8em;
	border-radius: 0 3px 3px 0;
	background-color: #cc0066;
	content: '';
}
.boss-type::after {
	position: absolute;
	top: 50%;
	right: 1.4em;
	transform: translate(50%, -50%) rotate(45deg);
	width: 6px;
	height: 6px;
	border-bottom: 3px solid #fff;
	border-right: 3px solid #fff;
	content: '';
}
.boss-type select {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	min-width: 100px;
	height: 1.8em;
	padding: .1em 1.6em .1em .1em;
	border: 2px solid #cc0066;
	border-radius: 3px;
	color: #cc0066;
	font-size: 1em;
	cursor: pointer;
}
.boss-type select:focus {
	outline: 1px solid #cc0066;
}


#nowLoading {
	display: table;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background-color: #fff;
	opacity: 0.8;
	z-index: 10000;
}
#innerMsg {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	padding-top: 140px;
	z-index: 10000;
	background: url("https://www.webantena.net/wp-content/uploads/2013/12/loading-line.gif") center center no-repeat;
}
.modal-window2 {
	width: 50%;
	font-size: 12px;
	border-color: #000000;
	border-style: solid;
}
.modal-window2 {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 40%;
	background-color: #fff;
	border-radius: 5px;
	cursor: move;
	z-index: 10001;
	padding: 1rem;
}
.modal-window2 form {
	cursor: default;
}
#memo_side_ai{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.button_close_ai_chk{
	color: #000;
	cursor: pointer;
	background-color: #dcdcdc;
	border: 0;
	padding: 0 8px;
	font-size: 30px;
}
#p_ai_feedback{
	text-align: left;
	color: #FF0000;
}
.memo_ai{
	color: #fff;
	cursor: pointer;
	background-color: #CC0066;
	border: 0;
	padding: 5px 10px;
}

.memo_clear{
	color: #fff;
	cursor: pointer;
	background-color: #5087b3;
	border: 0;
	margin-left: 1%;
	padding: 0 5px;
	width: 100%;
	font-size: 19px;
    vertical-align: middle;
}
.memo_list{
	width: 70%;
	font-size: 0;
	letter-spacing: -4em;
	/*margin: 20px auto 0 auto;*/
}
.memo_list li{
	font-size: 14px;
	letter-spacing: normal;
	display: inline-block;
	padding: 2px 4px;
	padding: 5px 0;
}
.memo_list li input[type="file"], .memo_list li .memo_clear{
    display: none;
}
.memo_list li img{
	width: 20px;
	vertical-align: middle;
	padding: 3px;
	cursor: pointer;
	border-radius: 3px;
}
.memo_list li img:hover{
	background: #5087b342;
}
.memo_table .button-close{
	color: #000;
	cursor: pointer;
	background-color: #dcdcdc;
    border: 0;
    padding: 0 8px;
    font-size: 30px;
}
.memo_entry{
	color: #fff;
	cursor: pointer;
	background-color: #0162b0;
	border: 0;
	padding: 5px 10px;
}
.memo_list li .button-close{
	color: #fff;
	cursor: pointer;
	background-color: #000;
	border: 0;
	padding: 10px;
}
a.memo-edit {
    background-color: #172848;
    padding: 5px 10px;
    /* border: 2px solid #f69d9d; */
    display: inline-block;
    cursor: pointer;
    border-radius: 5px;
    color: rgb(255 255 255 / 90%);
}

.waku_2{
	width: 98%;
	height: 100px;
	padding: 1%;
}

.maru_log{
	width: 15px;
	height: 15px;
	border-radius: 50%;
	border: 2px solid #666;
	margin: 0 auto;
}
.no-check{
	background-color: #fe8989;
}
.balloon {
	display: none;
	width: 200px;
	/*height: 50px;*/
	position: absolute;
	top: 0px;
	left: 100%;
	padding: 8px;
	border-radius: 5px;
	background: #888888;
	color: #fff;
	font-size: 12px;
	z-index: 2;
	
}
.balloon:after {
	position: absolute;
	width: 0;
	height: 0;
	top: 10%;
	right: 100%;
	/*left: 0;
	bottom: -19px;
	margin-left: 10px;*/
	border: solid transparent;
	border-color: rgb(138 138 138 / 0%);
	border-right-color: #888888;
	border-width: 10px;
	pointer-events: none;
	content: " ";
}
.text:hover + .balloon {
	display: block;
}
.bookmark_box {
	width: 19px;
    position: relative;
    float: right;
    margin: auto;
}
.balloon_bm {
	display: none;
    width: 145px;
    position: absolute;
    bottom: 80px;
    left: -30px;
    padding: 8px;
    border-radius: 5px;
    background: #a7bec9;
    color: #fff;
    font-size: 12px;
    z-index: 2;
}
.balloon_bm:after {
	position: absolute;
    width: 0;
    height: 0;
    top: 93%;
    right: 70%;
    border: solid transparent;
    border-color: rgb(138 138 138 / 0%);
    border-top-color: #a7bec9;
    border-width: 10px;
    pointer-events: none;
    content: " ";
}
.bookmark:hover + .balloon_bm {
	display: block;
}

.tag_display span{
	display: inline-block;
    padding: 0px 10px;
    font-size: 10px;
    border-radius: 12px;
    color: #fff;
    margin-right: 5px;
	margin-bottom: 5px;
}
/*nmap.list.php*/
#main_top .main-header{
	background: #BAD3FF; /* 背景色 */
	text-align: left;/* 中央寄せ */
	color: #040000; /* 文字色 */
	font-weight: bold;/* 文字太さ */
	/*padding:5px 10px;*//* 余白 */
	font-size:15px;/* 文字大きさ */
	line-height:1.5;/* 行間 */
	/*height:50px;*//* 縦幅 */
	display:inline-block;/* 形式 */
	vertical-align:middle;/* 高さ中央寄せ */
	width: 100%;/* 横幅 */
	margin-bottom: 15px;
}
/*テンプレートボタン*/
.comment_temp{
	display: inline-block;
	padding: 0px 10px;
	background: #ff7676;
    float: right;
    border-radius: 5px;
	cursor: pointer;
}
/*テンプレートボタンここまで*/

.weekly_repo label{
    display: block;
	width: 180px; 
	padding: 3px 10px;
	background: #fff;
	color: #aaa;
	border: 1px solid #aaa;
    border-radius: 5px;
	cursor: pointer;
	margin-bottom: 5px;
}
.health_check{
	padding: 6px;
    border: 2px solid #ccc;
    border-radius: 5px;
}
.health_check_sp{
	padding: 6px;
    border: 2px solid #ccc;
    border-radius: 5px;
}
.health_check caption{
	text-align: left;
}
.health_check th {
	color: #333;
    border: 0;
    padding: 0 8px;
	text-align: left;
}
.health_check td {
    color: #333;
	border: 0;
    /*border: 1px solid #DDDDDD;*/
    padding: 0;
}
.health_box_sp li{
	display: inline-block;
}
.btn-radio { 
  display: none;
}
.health_check, .health_check_sp { 
  display: none;
}
.health_check label { /* label */
  width: 60px;
  text-align: center;
  cursor: pointer;
  display: block;
  padding: 5px 10px 1px;
  /*border: 2px solid #000000;*/
  /*border-radius: 5px 5px;*/
  overflow: hidden;
  background-color: white;
  position: relative;
}
.health_check label p { 
  font-size: 12px;
  margin-top: -3px;
}
.health_check_sp label { /* label */
  width: 40px;
  text-align: center;
  cursor: pointer;
  display: block;
  padding: 3px;
  /*border: 1px solid #DDDDDD;*/
  border-radius: 5px 5px;
  overflow: hidden;
  background-color: white;
  position: relative;
}
.health_check_sp label p { 
  font-size: 12px;
  margin-top: -3px;
}

#phyTrigger1 img,
#phyTrigger2 img,
#phyTrigger3 img,
#phyTrigger4 img,
#phyTrigger5 img,
#menTrigger1 img,
#menTrigger2 img,
#menTrigger3 img,
#menTrigger4 img,
#menTrigger5 img{
	opacity: 0.3;
}
/* 全コンディション項目のアイコン：デフォルトで薄く表示 */
.health_check label img,
.health_check_sp label img {
	opacity: 0.3;
}
/* 選択されたコンディション項目のアイコン：はっきり表示 */
.health_check .btn-radio:checked + label img,
.health_check_sp .btn-radio:checked + label img {
	opacity: 1;
}
#physical1:checked ~ #phyTrigger1 img,
#physical2:checked ~ #phyTrigger2 img,
#physical3:checked ~ #phyTrigger3 img,
#physical4:checked ~ #phyTrigger4 img,
#physical5:checked ~ #phyTrigger5 img,
#mental1:checked ~ #menTrigger1 img,
#mental2:checked ~ #menTrigger2 img,
#mental3:checked ~ #menTrigger3 img,
#mental4:checked ~ #menTrigger4 img,
#mental5:checked ~ #menTrigger5 img,
#physical1_sp:checked ~ #phyTrigger1 img,
#physical2_sp:checked ~ #phyTrigger2 img,
#physical3_sp:checked ~ #phyTrigger3 img,
#physical4_sp:checked ~ #phyTrigger4 img,
#physical5_sp:checked ~ #phyTrigger5 img,
#mental1_sp:checked ~ #menTrigger1 img,
#mental2_sp:checked ~ #menTrigger2 img,
#mental3_sp:checked ~ #menTrigger3 img,
#mental4_sp:checked ~ #menTrigger4 img,
#mental5_sp:checked ~ #menTrigger5 img{
	opacity: 1;
  /*background-color: #a8c8ff;*/
}
#weekly:checked ~ #weeklyTrigger{
  background-color: #ff7676;
  color: #fff;
  border: 0;
}
#weekly_sp:checked ~ #weeklyTrigger_sp{
  background-color: #ff7676;
  color: #fff;
  border: 0;
}
.condition{
	width: 97%;
}
.health_log {
	text-align: left;
}
.health_edit p img {
	width: 28px;
	vertical-align: middle;
	margin-top: 2px;
}
.health_edit li {
	display: inline-block;
}
.health_edit label { /* label */
  width: 75px;
  text-align: center;
  cursor: pointer;
  display: block;
  padding: 3px 10px;
  margin: 0 3px;
  border: 1px solid #DDDDDD;
  /*border-radius: 5px 5px;*/
  overflow: hidden;
  background-color: white;
  position: relative;
}
.health_edit label img {
  vertical-align: middle;
}
.health_edit label span {
  margin-left: 3px;
}
#physical_edit1:checked ~ #phyEditTrigger1,
#physical_edit2:checked ~ #phyEditTrigger2,
#physical_edit3:checked ~ #phyEditTrigger3,
#physical_edit4:checked ~ #phyEditTrigger4,
#physical_edit5:checked ~ #phyEditTrigger5,
#mental_edit1:checked ~ #menEditTrigger1,
#mental_edit2:checked ~ #menEditTrigger2,
#mental_edit3:checked ~ #menEditTrigger3,
#mental_edit4:checked ~ #menEditTrigger4,
#mental_edit5:checked ~ #menEditTrigger5{
  background-color: #a8c8ff;
}
/* コメント編集モーダル：全コンディション項目の選択時背景色 */
.health_edit .btn-radio:checked + label {
  background-color: #a8c8ff;
}
/*tab css ここから*/
.tab-label {
  color: White;
  background: LightGray;
  font-weight: bold;
  white-space: nowrap;
  text-align: center;
  padding: 10px .5em;
  order: -1;
  position: relative;
  z-index: 1;
  cursor: pointer;
  border-radius: 5px 5px 0 0;
  flex: 1;
}

.tab_contents {
	width: 100%;
	/*background-color: silver;*/
	/*padding: 30px;*/
	margin: 64px auto 20px;
	position: relative;
}
/*
.tab_wrap {
	width: 50%;
	margin: 50px auto;
	opacity: 0.8;
}
*/
@media screen and (max-width:900px) {
	.tab_wrap {
		width: 100%;
		margin: 0 auto;
		/*opacity: 0.8;*/
	}
}
.tab_lab1, .tab_lab2, .tab_lab3, .tab_lab4, .tab_lab5, .tab_lab6{
	background: #888888;
	color: #fff;
	padding: 15px 15px 4px 15px;
	cursor: pointer;
    border-radius: 5px 5px 0 0;
	position: absolute;
    top: -60px;
    left: 0;
	width: 80px;
	height: 42px;
}
.tab_lab2, .tab_lab4 {
	left: 112px;
}
.tab_lab5, .tab_lab6 {
	left: 224px;
}
/*タブにチェック入ったとき*/
#tab1:checked~.tab_lab1 {
	background: #305496;
}
#tab2:checked~.tab_lab2 {
	background: #305496;
}
#tab3:checked~.tab_lab3 {
	background: #333;
}
#tab4:checked~.tab_lab4 {
	background: #333;
}
#tab5:checked~.tab_lab5 {
	background: #305496;
}
#tab6:checked~.tab_lab6 {
	background: #333;
}

/*タブボタンとボックス連動*/
#tab1:checked~.panels #area1 {
	display: block;
}
#tab2:checked~.panels #area2 {
	display: block;
}
#tab3:checked~.panels #area3 {
	display: block;
}
#tab4:checked~.panels #area4 {
	display: block;
}
#tab5:checked~.panels #area5 {
	display: block;
}
#tab6:checked~.panels #area6 {
	display: block;
}

#tab3:checked~.panels #area3_pager {
	display: block;
}
#tab4:checked~.panels #area4_pager {
	display: block;
}
#tab6:checked~.panels #area6_pager {
	display: block;
}

/*チェックボックスとボックス非表示*/
input[name="check"], input[name="check2"] {
	display: none;
}
.panel {
	display: none;
}


/*tab cssここまで*/

.sheet_list_box{
	width: 100%;
	/*background: #BAD3FF;*/
	/*padding: 0 10px;*/
	box-sizing: border-box;
	margin: 0 auto;
}

.row-head_list{
	/*width: 80%;*/
	width: 100%;
	border-collapse: collapse;
	vertical-align: middle;
	margin-right: 15px;
	margin: auto;
	font-size: 85%;
}
.row-head_list th,
.row-head_list td {
	color: #333;
	/*border: 1px solid #DDDDDD;*/
	padding: 4px 8px;
}
.row-head_list td {
    border-bottom: 1px solid #DDDDDD;
}
.row-head_list thead{
	background: #305496;
}
.row-head_list th{
	color: #fff;
	padding: 8px;
	padding-top: 12px;
}
.row-head_list tbody tr{
	background: #fff;
}
.row-head_list tbody tr.clickable:hover td {
	background: #ecf2fa;
	cursor: pointer;
}
.row-head_list .td_white{
	background: #fff;
}
.row-head_list td .year-txt {
    display: none;
}
.th_emp{
	width: 95px;
}
.th_occ{
	width: 104px;
}
.th_date{
	width: 100px;
}
.th_percent{
	width: 70px;
}
/*
#current_role{
	height: 30px;
	padding: 5px 10px;
}
*/

/*ソート順のリストcss*/
.tablesorter th{
    position: relative;
    cursor: pointer;
    /*text-align: left;*/
}
.tablesorter th::before, .tablesorter th::after{
    content: '';
    position: absolute;
    z-index: 2;
    right: 2px;
    width: 0;
    height: 0;
    border: 4px dashed;
    border-color: #fff transparent;
    pointer-events: none;
}
.tablesorter th::before{
    border-bottom-style: solid;
    border-top: none;
    top: 30%;
}
.tablesorter th::after{
    border-top-style: solid;
    border-bottom: none;
    bottom: 30%;
}
.tablesorter th.tablesorter-headerAsc:after{
    border: none;
}
.tablesorter th.tablesorter-headerAsc:before{
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.tablesorter th.tablesorter-headerDesc:before{
    border: none;
}
.tablesorter th.tablesorter-headerDesc:after{
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.tablesorter th.sorter-false:before, .tablesorter th.sorter-false:after{
    border: none;
}
/*ソート順のリストcssここまで*/

/*セレクトボックスデザインここから*/
#current_role {
  position: relative;
  /*Don't really need this just for demo styling*/
  
  float: left;
  min-width: 200px;
}

/* IE11 hide native button (thanks Matt!) */
select::-ms-expand {
display: none;
}

#current_role:after {
  content: '<>';
  font: 17px "Consolas", monospace;
  color: #333;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  right: 11px;
  /*Adjust for position however you want*/
  
  top: 18px;
  padding: 0 0 2px;
  border-bottom: 1px solid #999;
  /*left line */
  
  position: absolute;
  pointer-events: none;
}

#current_role select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /* Add some styling */
  
  display: block;
  width: 100%;
  max-width: 320px;
  height: 50px;
  float: right;
  margin: 5px 0px;
  padding: 0px 24px;
  font-size: 16px;
  line-height: 1.75;
  color: #333;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  -ms-word-break: normal;
  word-break: normal;
}
/*セレクトボックスデザインここまで*/
.sel_eva, .sel_view{
	width: 100%;
	text-align: left;
	/*margin: 0 auto 15px auto;*/
	display: none;
}
.sel_eva p, .sel_view p{
	/*float: left;*/
	padding:5px 10px;
	background-color: #BAD3FF;
}

.mentor_content{
    margin: 15px 10px;
}
.mentor_content .mentor_title{
    border-left: solid 10px #3b7ecd;
    width: 90%;
    text-align: left;
    padding: 2px 1%;
}
.eva_search_name, .view_search_name{
	width: 85%;
    max-width: 150px;
}

#eva_search_btn, #view_search_btn{
	color: #fff;
    text-align: center;
    cursor: pointer;
    background-color: #1b83fb;
    border: none;
    padding: 5px 50px;
    margin: 10px 0;
}
.search-result-eva p, .search-result-view p {
  font-weight: bold;
  background-color: #fff;
}
.search-result-eva span, .search-result-view span {
  display: inline-block;
  margin: 0 15px 5px 5px;
  padding: 5px;
  background: #F2F2F2;
  border: 1px solid #3b7ecd;
  cursor: pointer;
}

#trainer,#viewer{
	min-width: 150px;
	margin: 15px 10px;
}
#follower{
	display: none;
}
table.evaluatee th{
	color: #fff;
	background: #333333;
}
.list_bt a{
	display: inline-block;
  width: 100px;
  height: 30px;
  text-align: center;
  text-decoration: none;
  line-height: 26px;
  outline: none;
}
.list_bt a::before,
.list_bt a::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.list_bt a,
.list_bt a::before,
.list_bt a::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.list_bt a {
	background-color: #fff;
  border: 1px solid #305496;
  color: #305496;
  line-height: 26px;
}
.list_bt a:hover {
  background-color: #acc9ff8a;
  border-color: #305496;
  color: #305496;
}

.list_bt button{
  display: inline-block;
  width: 70px;
  height: 30px;
  text-align: center;
  text-decoration: none;
  line-height: 26px;
  outline: none;
}
.list_bt button::before,
.list_bt button::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.list_bt button,
.list_bt button::before,
.list_bt button::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.list_bt button {
	background-color: #fff;
  border: 1px solid #333;
  color: #333;
  line-height: 26px;
}
.list_bt button:hover {
  background-color: #dfdfdf;
  border-color: #333;
  color: #333;
}
.list_bt span{
	font-size: 14px;
    font-family: 'ヒラギノ丸ゴ Pro W4','ヒラギノ丸ゴ Pro','Hiragino Maru Gothic Pro','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','HG丸ｺﾞｼｯｸM-PRO','HGMaruGothicMPRO','ＭＳ Ｐゴシック','MS PGothic',Osaka,sans-serif;
    font-style: normal;
    font-variant: normal;
    font-weight: 800;
    line-height: 150%;
    letter-spacing: 1px;
    text-align: center;
    -webkit-text-size-adjust: 100%;
}

.bt_eva, .eva_def, .bt_view, .view_def{
	border: none;
	outline: none;
}
#eva_table tbody tr:hover td, #eva_table2 tbody tr:hover td, #eva_table3 tbody tr:hover td, #eva_table4 tbody tr:hover td {
	background: #EEEEEE;
	cursor: pointer;
}
table#eva_table {
    width: 100%;
	/*margin-top: 20px;*/
}
.progress_dis{
	color: #fff;
	text-decoration: revert;
	float: right;
}
/*nmap.standard.php*/
#warp_white{
	width: 100%;
	background-color: #FFF;
}
h3 .male_color{
	color: #305496;
	border: 1px solid;
    padding: 3px 10px;
    margin-left: 10px;
	border-radius: 10px;
}
h3 .female_color{
	color: #da536e;
	border: 1px solid;
    padding: 3px 10px;
    margin-left: 10px;
	border-radius: 10px;
}
.name_list{
	width: 30%;
	text-align: left;
	float: left;
}
.list_n{
	width: 100%;
	display: table;
	margin: 0;
	padding: 0;
}

.list_n li{
	display: table-cell;
	padding: 5px;
	text-align: center;
	border-bottom: 2px solid #000;
}
.newline{
	white-space: pre-wrap;
}
.th_name{
	width: 30%;
	border: 2px solid #000;
	border-radius: 10px;
	background-color: #fff;
}
.row-female{
	width: 80%;
	border-collapse: collapse;
	vertical-align: middle;
	margin: 0 auto;
}
.row-female tbody{
	background-color: #fff;
}
.row-female th,
.row-female td {
	color: #333;
	border: 1px solid #DDDDDD;
	padding: 8px;
}
.row-female th{
	color: #fff;
	background: #da536e;
}
/*index.php*/
#top_menu{
	width: 80%;
	margin: 0 auto 15px auto;
}
#top_menu ul{
	text-align: left;
}
#top_menu li{
	font-size: 20px;
	background-color: #BAD3FF;
	padding: 5px;
	margin-bottom: 15px;
}
.td_color{
	background-color: #fad5e0;
	
}
.row-head thead.th_eva{
	background-color: #333333;
}

.history a{
	display: inline-block;
  width: 100px;
  height: 30px;
  text-align: center;
  text-decoration: none;
  line-height: 26px;
  outline: none;
}
.history a::before,
.history a::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.history a,
.history a::before,
.history a::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.history a {
	background-color: #fff;
  border: 1px solid #305496;
  color: #305496;
  line-height: 26px;
}
.history a:hover {
  background-color: #333;
  border-color: #333;
  color: #fff;
}

.tb_scroll{
	/*width: 1500px;*/
	border-collapse: separate;
    border-spacing: 0;
	vertical-align: middle;
	margin: 0 auto;
	/*table-layout: fixed;*/
}
.tb_scroll th,
.tb_scroll td {
	color: #333;
	border: 1px solid #DDDDDD;
	padding: 8px;
}

.tb_scroll thead{
	background: #305496;
}
.tb_scroll th{
	color: #fff;
}
.tb_scroll tbody{
	background: #fff;
}
.tb_scroll thead.th_eva{
	background-color: #333333;
}
/*
.tb_scroll thead,.tb_scroll tbody {
  display: block;
}

.tb_scroll tbody {
  
  overflow-y: scroll;
  height: 75vh;
}
.tb_scroll tbody td{
	overflow-x: scroll;
}
*/
.sticky_table_wrapper {
  overflow: scroll;
  width: 80%;
  height: 75vh;
  margin: 0 auto;
}
.tb_scroll tbody th{
	color: #000;
}

.tb_scroll thead tr:nth-child(1) th,
.tb_scroll thead tr:nth-child(2) th {
  position: sticky;
  position: -webkit-sticky;
  z-index: 4;
}

.tb_scroll thead tr:nth-child(1) th {
  top: 0;
}
.tb_scroll thead tr:nth-child(2) th {
  top: 4.3rem;
}
.tb_scroll thead th {
	background: #305496;
	border: 1px solid #000;
}

.tb_scroll thead td{
	position: -webkit-sticky;
	position: sticky;
	top: 100px;
	/*tbody内のセルより手前に表示する*/
	z-index: 4;
}
.tb_scroll thead .th_width{
	width: 430px;
	position: -webkit-sticky;
	position: sticky;
	background: #305496;
	color: #fff;
	border: 1px solid #DDDDDD;
	z-index: 5 !important;
	left: 0;
}
.tb_scroll .td_white{
	background: #c0e4d4;
}
.tb_scroll tbody th{
	/* 横スクロール時に固定する */
	position: -webkit-sticky;
	position: sticky;
	background: #fff;
	border: 1px solid #DDDDDD;
}
.tb_scroll tbody th.yoko_scroll1{
	width: 60px;
	max-width: 60px;
	min-width: 60px;
	padding: 8px;
	left: 0;
	z-index: 2;
	font-size: 12px;
}
.tb_scroll tbody th.yoko_scroll2{
	width: 70px;
	max-width: 70px;
	min-width: 70px;
	padding: 8px;
	left: 79px;
	z-index: 2;
	font-size: 12px;
}
.tb_scroll tbody th.yoko_scroll3{
	width: 50px;
	max-width: 50px;
	min-width: 50px;
	padding: 8px;
	left: 167px;
	z-index: 2;
	font-size: 12px;
}
.tb_scroll tbody th.yoko_scroll4{
	width: 150px;
	max-width: 150px;
	min-width: 150px;
	padding: 8px;
	left: 235px;
	z-index: 2;
}
.sticky_table_wrapper2 {
  overflow-y: scroll;
  width: 90%;
  height: 75vh;
  margin: 0 auto;
}
.row-head2{
	width: 100%;
	border-collapse: collapse;
	vertical-align: middle;
	margin: 0 auto;
}
.row-head2 th,
.row-head2 td {
	color: #333;
	border: 1px solid #b5b5b5;
	padding: 8px;
}
.row-head2 thead{
	background: #305496;
}
.row-head2 thead th {
	/*縦スクロール時に固定する*/
	position: -webkit-sticky;
	position: sticky;
	background: #305496;
	border: 1px solid #DDDDDD;
	top: 0;
	/*tbody内のセルより手前に表示する*/
	z-index: 4;
}
.row-head2 th{
	color: #fff;
}
.row-head2 tbody th{
	color: #333;
}
.row-head2 tbody{
	background: #fff;
}
.row-head2 .td_white{
	background: #c0e4d4;
}
.tb_scroll thead td{
	position: -webkit-sticky;
	position: sticky;
	top: 100px;
	/*tbody内のセルより手前に表示する*/
	z-index: 4;
}
.row-head2 .th_width{
	background: #305496;
	color: #fff;
}
#parent-canvas{
	width: 80%;
	/*height: 500px;*/
	margin: 0 auto;
}

/*nmap_all_progress.php*/
.icon_exp{
	display: flex;
    align-items: flex-start;
}
.color_box{
	background: #fff;
    border: 2px solid #c7c7c7;
    width: 350px;
    margin: 0 0 15px 40px;
    padding: 8px;
}
.color_code{
	line-height: 40px;
}
.color_code p{
	text-align: left;
    margin-left: 19px;
}
.color_code span{
	display: inline-block;
    width: 200px;
    vertical-align: middle;
    padding: 15px;
    background-image: linear-gradient(90deg, #ff6464, #ffee64 50%, #34f300);
    border-radius: 5px;
}
.health_box{
	width: 50%;
	margin: 0 0 15px 40px;
}
.all_progress{
	background: #fff;
	margin-left: 40px;
	width: 93%;
    /*table-layout: fixed;
	display: block;
    overflow-x: scroll;*/
    white-space: nowrap;
}
/*
.all_progress tbody, .all_progress thead{
	display: table;
}
*/
.all_progress th, .all_progress .name_width{
	font-size: 10px;
}
.all_progress .name_width{
	width: 20%;
}
.work_color{
	background: #ffa2e740;	/*ピンク色*/
	/*background: #a2c7ff40;*/
}

/*サイドメニューcss*/
#side_menu{
	background-color: #b2d1f5;
    left: 0;
    position: fixed;
    top: 0;
    width: 230px;
    z-index: 100;
	height: 100%;
}
.inner_side{
	overflow: scroll;
    overflow-x: hidden;
    width: 230px;
    /* position: absolute; */
    height: 100%;
    margin: 0 auto;
}
.ctl_header{
    padding: 10px 15px;
    text-align: center;
    vertical-align: middle;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	background-color: #003879;
}
.ctl_img{
	width: 80%;
}
.profile_info{
	background: #1c2c3e;
    padding: 8px;
    color: #fff;
	font-size: 12px;
}
.profile_info span{
	font-size: 130%;
}
.menu__item {
  background: #3b7ecd;
  color: #fff;
  cursor: pointer;
  display: block;
  margin-bottom: 1px;
  position: relative;
}
.menu__item__link {
  color: #fff;
  display: block;
  padding: 1rem;
}
 
.submenu {
  background: #fff;
  display: none;
}
.submenu__item a{
	border-bottom: 1px solid #3b7ecd;
    color: #333;
    padding: 1rem;
    background: #b2d1f5;
	display: block;
}
.logout_btn{
	font-size: 90%;
	background-color: #fff;
	padding: 8px 15px;
    margin: 10px;
    display: inline-block;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}
.menu_cat{
	background: #21a4eb;
}
.submenu__item_cat a{
	font-size: .7rem;
    border-bottom: 1px solid #ccc;
    color: #111;
    font-weight: 700;
    background-color: rgba(255,255,255,1);
    padding: 3px 5px 3px 15px;
    display: block;
	position: relative;
}
.submenu__item_cat a:before{
    box-sizing: border-box;
    content: "";
    position: absolute;
    top: 10px;
    left: 6px;
    width: 6px;
    height: 6px;
    border-top: 2px solid #111;
    border-right: 2px solid #111;
    transform: rotate(45deg);
}
/*サイドメニューcssここまで*/

/*アンカーリンク
.property_nav{
	display: block;
}
#page_nav.active {
    left: 240px;
}
#page_nav {
    position: fixed;
    z-index: 3;
    bottom: 10px;
    left: 40px;
    transition: all .4s cubic-bezier(.165,.84,.44,1);
    transition-timing-function: cubic-bezier(.165,.84,.44,1);
}
.shadow-wrapper {
    position: relative;
}
.shadow-wrapper:after {
    content: "";
    position: absolute;
    left: 2.5%;
    bottom: 0;
    width: 95%;
    height: 90%;
    z-index: -1;
    border-radius: 20px;
    box-shadow: 0 3px 30px rgb(160 160 160 / 20%);
    pointer-events: none;
	box-sizing: border-box;
}
#page_nav .page--nav--wrapper {
    position: relative;
}
#page_nav .page--nav--wrapper #page--nav--trigger {
    position: absolute;
    height: 100%;
    background: #3f68f1;
    background: linear-gradient(100deg,#3f68f1 0,#00e6e6 100%);
    width: 30px;
    top: 0;
    right: -29px;
    border-radius: 0 5px 5px 0;
}
#page_nav.active .page--nav--wrapper #page--nav--trigger:before {
    transform: rotate(225deg);
    left: 10px;
}
#page_nav .page--nav--wrapper #page--nav--trigger:before {
    margin-top: -9px;
    box-sizing: border-box;
    content: "";
    position: absolute;
    top: 50%;
    left: 8px;
    width: 10px;
    height: 10px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    transform: rotate(45deg);
}
#page_nav .page--nav--wrapper ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    overflow: hidden;
    border-radius: 5px 0 0 5px;
}
#page_nav .page--nav--wrapper ul li a {
    display: block;
    background-color: rgba(255,255,255,1);
    padding: 3px 10px 3px 20px;
    width: 160px;
    font-size: .75rem;
    border-bottom: 1px solid #ccc;
    color: #111;
    font-weight: 700;
    position: relative;
}
*/
#pc-save-draft, #sp-save-draft{
	display: inline-block;
    width: 25%;
    background: #fff;
    border: 1px solid #aaa;
    border-radius: 20px;
	font-weight: 600;
	cursor: pointer;
    height: 30px;
    line-height: 30px;
}
.achieve-sp{
	display: none;
}
.assess-sp{
	display: none;
}
#js-sp{
	display: none;
}
#js-achieve-head{
  display: block;
  position: fixed;
  right: 0;
  bottom: 300px;
  width: 60px;
  height: 20px;
  border-radius:10px 10px 0 0;
  margin-right:15px;
  /*opacity: .6;*/
  background:#ffe200;/*背景色*/
  color: #333;/*マークの色*/
  border: 2px solid #555;/*外枠の線*/
  box-shadow: 0px 0px 4px 1px rgb(0 0 0 / 15%);
}
#js-achieve{
  display: block;
  position: fixed;
  right: 0;
  bottom: 243px;
  width: 60px;
  height: 40px;
  border-radius:0 0 10px 10px;
  margin-right:15px;
  margin-bottom:15px;
  /*opacity: .6;*/
  background:#fff49b;/*背景色*/
  color: #333;/*マークの色*/
  border: 2px solid #555;/*外枠の線*/
  border-top: 0;
  box-shadow: 0px 0px 4px 1px rgb(0 0 0 / 15%);
}
#js-achieve p{
    height: 20px;
    padding: 10px 0;
}
#js-assess-head{
  display: block;
  position: fixed;
  right: 0;
  bottom: 216px;
  width: 60px;
  height: 20px;
  border-radius:10px 10px 0 0;
  margin-right:15px;
  /*opacity: .6;*/
  background:#ffcd1f;/*背景色*/
  color: #333;/*マークの色*/
  border: 2px solid #555;/*外枠の線*/
  box-shadow: 0px 0px 4px 1px rgb(0 0 0 / 15%);
}
#js-assess{
  display: block;
  position: fixed;
  right: 0;
  bottom: 159px;
  width: 60px;
  height: 40px;
  border-radius:0 0 10px 10px;
  margin-right:15px;
  margin-bottom:15px;
  /*opacity: .6;*/
  background:#ffe99b;/*背景色*/
  color: #333;/*マークの色*/
  border: 2px solid #555;/*外枠の線*/
  border-top: 0;
  box-shadow: 0px 0px 4px 1px rgb(0 0 0 / 15%);
}
#js-assess p{
    height: 20px;
    padding: 10px 0;
}
/*pagetop*/
#js-pagetop{
  position: fixed;
  right: 0;
  bottom: 50px;
  width: 60px;
  height: 60px;
  border-radius:50%;
  margin-right:15px;
  margin-bottom:15px;
  opacity: .6;
  background:#F2F0E9;/*背景色*/
  color: #333;/*マークの色*/
  border: 2px solid #555;/*外枠の線*/
  cursor: pointer;
  /*transition: .3s;*/
  
  /*デフォルトで非表示にする*/
  /*opacity: 0;
  visibility: hidden;*/
}
#js-pagetop::before{
    content: '';
    width: 15px;
    height: 15px;
    border: 0px;
    border-top: solid 5px #333;
    border-right: solid 5px #333;
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    top: 50%;
    left: 20px;
    margin-top: -7px;
}
.modal-content{
		width:50%;
		/*margin:1.5em auto 0;*/
		padding:10px 20px;
		border:2px solid #aaa;
		background:#fff;
		z-index:1000;
		position:fixed;
		display: none;
	}
	.modal-content table{
		width: 100%;
	}
	.modal-content th{
		background: #305496;
		color: #fff;
		border: 1px solid #DDDDDD;
		padding: 8px;
	}
	.modal-content td {
		color: #333;
		border: 1px solid #DDDDDD;
		padding: 8px;
		text-align: left;
	}
	
	.button-link{
		color:#00f;
		/*text-decoration:underline;*/
	}
.comment_table{
	text-align: left;
}
.comment_table th{
	display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.file_copy{
	color: #333;
    cursor: pointer;
    background-color: #b2d1f5;
    border: 1px solid #0162b0;
    padding: 3px 10px;
	margin-left: 10px; 
	display: block;
	font-family: 'ヒラギノ丸ゴ Pro W4','ヒラギノ丸ゴ Pro','Hiragino Maru Gothic Pro','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','HG丸ｺﾞｼｯｸM-PRO','HGMaruGothicMPRO','ＭＳ Ｐゴシック','MS PGothic',Osaka,sans-serif;
	font-weight: 800;
}
.comment_edit{
	cursor: pointer;
	margin-left: 10px;
	margin-top: 10px;
    padding: 10px;
    background: #ffdada;
    color: #cb0000;
    border: 1px solid #dd0000;
    border-radius: 5px;
}
.edit_close{
	cursor: pointer;
	margin-left: 10px;
	margin-top: 10px;
    padding: 10px;
    background: #ffffff;
    color: #818181;
    border: 1px solid #818181;
    border-radius: 5px;
}
/*pagetopここまで*/

/*nmap_record.php*/
/*
.item-column{
	display: flex;
}
.item-row{
	width: 100%;
}
.item_box{
	display: block;
	margin: 15px;
	border: 2px solid #3b7ecd;
}
.item-row-right{
	width: 60%;
}
.inner_box{
	padding: 5px;
}
.title_bar{
	text-align: left;
	padding: 2px 5px;
	border-bottom: 1px solid #8aa6c5;
}
.content_box{
	padding: 10px;
}
.content_box label{
	padding: 5px;
}
.score-table th{
	padding: 5px 8px;
}
.score-table td{
	padding: 5px 8px;
	text-align: left;
}
*/
/*nmap_record.phpここまで*/

/* feature/matrix */
.submenu_third a {
	background-color: #eff6ff;
}
/* feature/matrix */

@media screen and (max-width:768px){
	header {
		position: fixed;
		height: 45px;
		z-index: 99;
	}
	.head_info{
		height: 25px;
	}
	.head_info .head_top {
		width: 50%;
	}
	.head_info .head_top a {
		font-size: 15px;
	}
	.head_info .head_nav .nav_nportal a {
		display: none;
	}
	.head_info .head_right .nav_logout a {
		display: none;
	}
	#current_role{
		min-width: 120px;
	}
	#loader-modal, #loader-modal-open {
		width: 250px;
		height: 110px;
		padding: 35px;
		margin-left: 0px;
	}
	#loader-end, #loader-error {
		width: 250px;
		padding: 20px;
		margin-left: 0px;
	}
	.sp{
		display: block;
	}
	.hb_box{
		height: 45px;
		background: #00377B;
	}
	.logo_sp{
		position: absolute;
		left: 50%;
		top: 0;
		transform: translateX(-50%);
		-webkit- transform: translateX(-50%);
	}
	.logo_sp img{
		height: 35px;
		margin-top: 5px;
	}
	/*習得項目スマホ対応*/
	.menuList{
		display: none;
	}
	.property_nav{
		display: none;
	}
	.Toggle {
		display: block;
		position: absolute;
		width: 32px;
		height: 42px;
		cursor: pointer;
		color: #fff;
		z-index: 300;
		right: 15px;
		top: 10px;
	}
	.menu_sp {
		/*text-align: center;*/
		background-color: rgba(255,255,255,1);
		transition: .5s ease;
		-webkit-transform: translateX(105%);
		transform: translateX(105%);
		margin-left: auto;
		width: 70%;
	}
	.menu_sp.open {
		-webkit-transform: translateX(0%);
		transform: translateX(0%);
		width: 70%;
	}
	.menu_sp li{
		display: black;
		padding: 15px 25px;
		border-bottom: solid 1px #ddd;
		text-align: left;
		background: #3b7ecd;
	}
	/*
	.menu_sp li:nth-child(1){
		background-color: #ebebeb;
		display: flex;
		flex-direction: row;
		align-items: center;
	}
	*/
	.menu_sp li img{
		width: 15%;
		margin-right: 15px;
	}
	.menu_sp li a{
		display: flex;
		flex-direction: row;
		align-items: center;
		font-size: 12px;
		color: #fff;
	}
	#overlay_sp{
	  visibility: hidden;
	  opacity: 0;
	}
	#overlay_sp.overlay-on{
	  position: fixed;
	  top:0;
	  z-index: 10;
	  width: 100vw;
	  height: 100vh;
	  visibility: visible;
	  opacity: 1;
	  background: rgba(0,0,0,0.3);
	  transition: all 0.5s ease-out;
	}
	
	#warp{
		padding-left: 0;
	}
	#side_menu{
		display: none;
	}
	
	#main {
		padding-top: 39px;
	}
	h2 {
		width: 94%;
		margin: 20px auto 10px auto;
	}
	#top_menu {
		width: 96%;
		margin: 10px auto 15px auto;
	}
	.head_btn_sh {
		width: 96%;
		margin: 5px auto 15px auto;
		
	}
	.user_info {
		width: 94%;
	}
	.user_info_box {
		width: 95%;
		display: flex;
		flex-direction: column;
		margin: 20px auto 15px auto;
	}
	.user_left_box {
		width: 100%;
		margin-right: 0;
		/*border-top: 3px solid #305496;*/
	}
	.user_right_box {
		width: 100%;
	}
	.user_info_box .left-head, .user_info_box .right-head {
		display: none;
	}
	.user_left_box box_info {
		width: 50%;
		margin-right: 0;
	}
	.user_left_box box_info li:before {
		content: attr(aria-label);
		float: left;
	}
	.sel_eva, .sel_view {
		margin: 5px auto;
	}
	.sel_eva p, .sel_view p{
		/*float: left;*/
		padding:5px 10px;
		background-color: #FFF;
		/*margin: 15px 10px;*/
	}
	.eva_search_name, .view_search_name{
		display: block;
	}
	.sheet_list_box{
		width: 92%;
		padding: 0 10px;
	}
	.list_bt button{
	  width: 100px;
	}
	/*nmap_sheet*/
	.user_list {
		width: 100%;
		float: none;
	}
	.list_info li {
		display: block;
		border-bottom: none;
		padding: 5px 5px 5px 15px;
		background-color: #fff;
		width: 94%;
	}
	.list_th {
		width: 94%;
		border: none;
		border-radius: 0;
	}
	.exp {
		width: 100%;
		float: none;
	}
	.save_draft_box{
		width: 92%;
	}
	.save_draft_inner{
		padding: 6px 10px;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	.save_draft_inner p span{
		display: block;
	}
	.save_draft_inner input{
		padding: 4px 20px;
	}
	h3 {
		font-size: 20px;
	}
	.sheet_box{
		width: 90%;
		background: #fff;
		border: 1px solid #000;
		padding: 5px;
		margin: -1px auto;
		text-align: left;
	}
	.sheet_box li{
		padding: 1px 5px;
	}
	.sheet_box li .property_sp{
		/*padding: 5px;*/
	}
	.sheet_box li a.memo-edit{
		text-align: center;
		margin: 0 auto;
		width: 50%;
		display: block;
	}
	.pc_size { display: none !important; }
    .sp_size { display: block !important; }
	
	.sp_size dt{
		border-bottom: 1px solid #000;
		padding-bottom: 2px;
		color: #3399FF;
	}
	.female dt{
		border-bottom: 1px solid #000;
		padding-bottom: 2px;
		color: #da536e;
	}
	.sp_size dd{
		padding: 5px 0;
		
	}
	.sp_size dd a{
		color: #ec6941;
		word-wrap: break-word;
	}
	.sp_size dd div{
		/*border: 1px solid #333;
		padding: 5px 8px;*/
		margin-bottom: 5px;
		/*background-color: #F0F8FF;
		color: #305496;*/
	}
	.check_bx{
		display: flex;
		flex-direction: row;
		justify-content: space-evenly;
	}
	.check_bx li{
		display: inline-block;
		/*border: 1px solid #000;*/
		padding: 5px;
		/*margin: 5px 0;*/
		
	}
	/*チェックボックスデザインここから*/
	.check_bx li label{
		display: inline-block;
		background-color: rgba(255, 255, 255, .9);
		border: 2px solid rgba(139, 139, 139, .3);
		color: #adadad;
		border-radius: 25px;
		white-space: nowrap;
		margin: 3px 0px;
		-webkit-touch-callout: none;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
		-webkit-tap-highlight-color: transparent;
		transition: all .2s;
	}

	.check_bx li label {
		padding: 6px 10px;
		cursor: pointer;
		position: relative;
		padding-left: 30px;
		padding-right: 20px;
		
	}

	.check_bx li label::before {
		padding: 2px 6px 2px 2px;
		content: "";
		position: absolute;
		display: block;
		box-sizing: border-box;
		width: 15px;
		height: 15px;
		margin-top: -7px;
		left: 0;
		top: 50%;
		border: 1px solid;
		transition: transform .3s ease-in-out;
		margin-left: 10px;
	}

	.check_bx li input[type="checkbox"]:checked + label::after {
		content: "";
		position: absolute;
		display: block;
		box-sizing: border-box;
		width: 13px;
		height: 6px;
		margin-top: -5px;
		top: 50%;
		left: 3px;
		transform: rotate(-45deg);
		border-bottom: 3px solid;
		border-left: 3px solid;
		transition: transform .3s ease-in-out;
		margin-left: 10px;
	}

	.check_bx li input[type="checkbox"]:checked + label {
		border: 2px solid #1bdbf8;
		background-color: #12bbd4;
		color: #fff;
		transition: all .2s;
	}

	.check_bx li input[type="checkbox"] {
	  display: absolute;
	}
	.check_bx li input[type="checkbox"] {
	  position: absolute;
	  opacity: 0;
	}
	.check_bx li input[type="checkbox"]:disabled + label {
	  background-color: #DDDDDD;
	  color: #adadad;
	  border: 2px solid rgba(139, 139, 139, .3);
	}	
	/*チェックボックスデザインここまで*/
	
	dt a{
		display: inline-block;
		background-color: #ec6941;
		color: #fff;
		font-weight: 700;
		padding: 5px 10px;
		margin: 5px 0;
		border-radius: 20px;
		box-shadow: 0px 1px 5px rgb(0 0 0 / 30%);
		float: right;
	}
	dt a span{
		color: #FFF;
	  position: relative;
	  padding-right: 15px;
	}
	dt a span::before{
	  content: "";
	  position: absolute;
	  top: 50%;
	  left: 65px;
	  width: 7px;
	  height: 7px;
	  border-top: 2px solid #fff;
	  border-right: 2px solid #fff;
	  transform: rotate(45deg);
	  margin-top: -5px;
	}
	.dd a{
		color: #ec6941;
	}
	.modal-window {
		width: 74%;
		font-size: 12px;
	}
	/*５段階評価*/
	.criteria_box{
		width: 85%;
		margin: 8px auto;
		text-align: left;
		padding: 5px 14px;
		border: 1px solid;
		background: #fff;
	}
	.rate-box {
		padding: 8px;
	}
	.rate-form {
		display: flex;
		flex-direction: row-reverse;
		justify-content: space-evenly;
	}
	.rate-form label {
		position: relative;
		padding: 0 10px;
		color: #ccc;
		cursor: pointer;
		font-size: 25px;
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	/*５段階評価ここまで*/
	/*履歴の一覧*/
	.sp_row table{
		width: 94%;
	}
	.sp_row table thead{
		display: none;
	}
	.sp_row table,
	.sp_row table tbody,
	.sp_row table tr,
	.sp_row table tr th,
	.sp_row table tr td {
		display:block;
	}
	.sp_row table tr{
		padding: 8px;
	}
	.sp_row table tr th,
	.sp_row table tr td {
		margin:-1px; /* borderが二重になるのを防ぐ */
	}
	.sp_row table tr td {
		border-bottom: 1px solid #ddd;
		text-align: right;
		display: flex;
		justify-content: space-between;
	}
	.sp_row table tr td:before {
		content: attr(aria-label);
		float: left;
	}
	.sp_row table .sp_disable{
		display: none;		/*レスポンシブのとき「被評価者／評価者」は非表示*/
	}
	/*コメントアリアイコン*/
	.comment_img{
		width: 1.4em;
	}
	/*履歴詳細ボタンのデザイン*/
	.sp_row table tr td.list_bt a{
		flex: 1;
		overflow: hidden;
		color: #333;
		background-color: #ededed;
		height: 40px;
	}
	.sp_row table tr td.list_bt a::before {
		content: attr(aria-label);
		align-items: center;
		display: flex;
		font-size: 14px;
		height: 40px;
		justify-content: center;
		line-height: 40px;
		width: 89%;
		z-index: 0;
	}
	.container{
		display: inline-block;
		margin: 50px auto 0 auto;
	}
	#main_top {
		width: 98%;
		padding: 0;
		margin: 0 auto;
	}
	.h2_list {
		margin: 0 auto;
	}
	.row-head_list {
		margin: 15px auto;
	}
	/*
	.row-head_list tr td:before {
		content: attr(aria-label);
	}
	*/
	.row-head_list tr .kesu{
		display: none;
	}
	.row-head_list {
    border: 0;
  }
  
  .row-head_list thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  
  .row-head_list tr {
    border: 3px solid #305496;
    display: block;
    margin-bottom: .625em;
	background-color: #FFF;
	font-size: 140%;
  }
  .row-head_list tr.border_color {
    border: 3px solid #333;
  }
  
  .row-head_list td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: .8em;
    text-align: right;
  }
  
  .row-head_list td::before {
    /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }
  
  .row-head_list td:last-child {
    border-bottom: 0;
	text-align: center;
  }
  .row-head_list td .year-txt {
    display: inline;
  }
	.history {
		width: 94%;
		text-align: center;
		margin: 10px auto 5px auto;
	}
	/*nmap_standerd.php*/
	.name_list {
		width: 50%;
		text-align: left;
		float: left;
	}
	.exp_st{
		width: 50%;
		float: right;
	}
	/*nmap_log.php*/
	.check_bx_log{
		display: flex;
		flex-direction: row;
		justify-content: space-evenly;
	}
	.check_bx_log li{
		display: inline-block;
		/*border: 1px solid #000;*/
		padding: 5px;
		/*margin: 5px 0;*/
		
	}
	.check_bx_log li label{
		display: inline-block;
		background-color: rgba(255, 255, 255, .9);
		/*border: 2px solid rgba(139, 139, 139, .3);*/
		color: #adadad;
		border-radius: 25px;
		white-space: nowrap;
		margin: 3px 0px;
		-webkit-touch-callout: none;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
		-webkit-tap-highlight-color: transparent;
		transition: all .2s;
	}

	.check_bx_log li label{
		padding: 6px 10px;
		position: relative;
		padding-left: 20px;
		padding-right: 20px;
		
	}
	.check_bx_log li .maru2_log{
		border: 2px solid red;
		color: #333;
	}
	.modal-content{
		width:74%;
		margin:1.5em auto 0;
		padding:30px 20px;
		border:2px solid #aaa;
		background:#fff;
		z-index:2;
		position:fixed;
		display: none;
	}
	.sp_row .modal-content table{
		width: 100%;
		text-align: left;
	}
	.sp_row .modal-content table tr td{
		text-align: left;
		display: block;
	}
	.button-link{
		color:#00f;
		text-decoration:underline;
	}
	 
	.button-link:hover{
		cursor:pointer;
		color:#f00;
	}
	#modal-overlay{
		z-index:1;
		display:none;
		position:fixed;
		top:0;
		left:0;
		width:100%;
		height:120%;
		background-color:rgba(0,0,0,0.75);
	}
	.icon_exp {
		display: flex;
		flex-direction: column;
	}
	.color_box {
		margin: 0 auto;
		margin-bottom: 20px;
	}
	.health_box{
		width: 100%;
		margin: 0 auto;
		margin-bottom: 20px;
	}
	.health_log {
		border: 1px solid #777777;
		padding: 5px 8px;
	}
	.health_edit label {
		width: 75px;
		font-size: 12px;
		text-align: center;
		cursor: pointer;
		display: block;
		padding: 3px 2px;
		margin: 0 3px;
		border: 1px solid #DDDDDD;
		overflow: hidden;
		background-color: white;
		position: relative;
	}
	.all_progress_ps{
		background: #fff;
		font-size: 10px;
	}
	.comment_table th {
		display: flex !important;
	}
	
	#js-achieve-head{
		display: none;
	}
	#js-achieve{
		display: none;
	}
	#js-assess-head{
		display: none;
	}
	#js-assess{
		display: none;
	}
	#js-achieve-head-sp{
	  /*position: fixed;
	  right: 0;
	  bottom: 360px;
	  width: 60px;*/
	  height: 20px;
	  border-radius:10px 10px 0 0;
	  /*margin-right:15px;*/
	  /*opacity: .6;*/
	  background:#ffe200;/*背景色*/
	  color: #333;/*マークの色*/
	  border: 2px solid #555;/*外枠の線*/
	  box-shadow: 0 0 4px 1px rgba(0,0,0,0.15);
	}
	#js-achieve-sp{
		
	  /*position: fixed;
	  right: 0;
	  bottom: 303px;
	  width: 60px;*/
	  height: 40px;
	  border-radius:0 0 10px 10px;
	  /*margin-right:15px;
	  margin-bottom:15px;*/
	  /*opacity: .6;*/
	  background:#fff49b;/*背景色*/
	  color: #333;/*マークの色*/
	  border: 2px solid #555;/*外枠の線*/
	  border-top: 0;
	  box-shadow: 0 0 4px 1px rgba(0,0,0,0.15);
	}
	#js-achieve-sp p{
		height: 20px;
		padding: 10px 0;
	}
	.achieve-sp{
		display: block;
		opacity: 0;
		transition: transform .3s ease-out;
		position: fixed;
		right: 20px;
		bottom: 125px;
		width: 20px;
		margin-right: 15px;
		margin-bottom: 15px;
	}
	.achieve-showUp{
		opacity: 1;
		right: 4px;
		bottom: 148px;
		width: 64px;
		margin-right: 15px;
		margin-bottom: 15px;
		transform: translate(0%,-128%);
	}
	
	#js-assess-head-sp{
	  /*position: fixed;
	  right: 0;
	  bottom: 280px;
	  width: 60px;*/
	  height: 20px;
	  border-radius:10px 10px 0 0;
	  /*margin-right:15px;*/
	  /*opacity: .6;*/
	  background:#ffcd1f;/*背景色*/
	  color: #333;/*マークの色*/
	  border: 2px solid #555;/*外枠の線*/
	  box-shadow: 0 0 4px 1px rgba(0,0,0,0.15);
	}
	#js-assess-sp{
	  /*position: fixed;
	  right: 0;
	  bottom: 223px;
	  width: 60px;*/
	  height: 40px;
	  border-radius:0 0 10px 10px;
	  /*margin-right:15px;
	  margin-bottom:15px;*/
	  /*opacity: .6;*/
	  background:#ffe99b;/*背景色*/
	  color: #333;/*マークの色*/
	  border: 2px solid #555;/*外枠の線*/
	  border-top: 0;
	  box-shadow: 0 0 4px 1px rgba(0,0,0,0.15);
	}
	#js-assess-sp p{
		height: 20px;
		padding: 10px 0;
	}
	.assess-sp{
		display: block;
		opacity: 0;
		transition: transform .2s ease-out;
		position: fixed;
		right: 20px;
		bottom: 125px;
		width: 20px;
		margin-right: 15px;
		margin-bottom: 15px;
	}
	.assess-showUp{
		opacity: 1;
		right: 4px;
		bottom: 155px;
		width: 64px;
		margin-right: 15px;
		margin-bottom: 15px;
		transform: translate(0%,-8%);
	}
	#js-sp{
		display: block;
		position: fixed;
		right: 0;
		bottom: 91px;
		width: 52px;
		height: 52px;
		border-radius: 50%;
		margin-right: 25px;
		margin-bottom: 15px;
		/*opacity: .6;*/
		background: #ffcd1ffc;
		color: #333;
		border: 2px solid #555;
		cursor: pointer;
		box-shadow: 0 0 4px 1px rgba(0,0,0,0.15);
	}
	#js-sp p{
		font-size: 11px;
		line-height: 12px;
		width: 52px;
		/* height: 52px; */
		padding: 13px 0;
		letter-spacing: 0px;
	}
	#js-pagetop {
		bottom: 25px;
		width: 52px;
		height: 52px;
		border-radius: 50%;
		margin-right: 25px;
		margin-bottom: 15px;
		opacity: .75;
	}
	#js-pagetop::before {
		width: 14px;
		height: 14px;
		border: 0px;
		border-top: solid 4px #333;
		border-right: solid 4px #333;
		top: 56%;
		left: 18px;
		margin-top: -8px;
	}
}
@media screen and (max-width:350px){
	.check_bx {
		display: flex;
		flex-direction: column;
	}
	.check_bx li {
		margin: 0 auto;
	}
}
/*
.modal-content{
		width:50%;
		margin:1.5em auto 0;
		padding:10px 20px;
		border:2px solid #aaa;
		background:#fff;
		z-index:2;
		position:fixed;
		display: none;
	}
	.modal-content table{
		width: 100%;
	}
	.modal-content th{
		background: #305496;
		color: #fff;
		border: 1px solid #DDDDDD;
		padding: 8px;
	}
	.modal-content td {
		color: #333;
		border: 1px solid #DDDDDD;
		padding: 8px;
		text-align: left;
	}
	*/
	.button-link{
		color:#00f;
		/*text-decoration:underline;*/
	}
	
	.com-close{
		display: inline-block;
		margin-top: 10px;
		/*color:#00f;
		text-decoration:underline;*/
		color: #fff;
		cursor: pointer;
		background-color: #000;
		border: 0;
		padding: 10px;
	}
	/* 
	.button-link:hover{
		cursor:pointer;
		color:#f00;
	}
	*/
	#modal-overlay{
		z-index:1;
		display:none;
		position:fixed;
		top:0;
		left:0;
		width:100%;
		height:120%;
		background-color:rgba(0,0,0,0.75);
	}
.comment_scrol{
	overflow-y: scroll;
}
