@charset "UTF-8";
.spuser{display:none;}
.sp{display:none!important;}
.pc{display:block;}

img{
	width:100%;
	height:auto;
}

body,html{height:100%;}

#login{
	text-align:center;
	display: table;
	max-width: 700px;
	margin:0 auto;
	padding:60px 0 30px 0;
	width:100%;
	height:100%;

}

#login .inner{
	display: table-cell;
	vertical-align: middle;
}

#login .logo{
	margin:0 auto 35px auto;
	width:155px;
}

#login .topmsg{
	background:#dd3a4d;
	color:#fff;
	text-align:center;
	padding:10px 10px;
	margin:0 auto 35px auto;
}

#login .msg{
	text-align:center;
	margin:0 auto 35px auto;
}
#login .loginform{
	width:420px;
	margin:0 auto;
}
#login .loginform dl{
	display:flex;
	margin:0 auto;
	padding:7px 0;
}

#login .loginform dt{
	width:30%;
	padding-top:5px;
	font-weight:bold;
}

#login .loginform dd{
	width:70%;
}

#login .loginform dd input[type="text"],#login .loginform dd input[type="password"]{
	font-family: 'Noto Sans JP',sans-serif;
	padding:8px;
	width:100%;
}

#login .topcheckbox{
	text-align:center;
	padding:14px 0 24px 0;
}

#login .topcheckbox input[type="checkbox"]{
	margin-right:5px;
}

#login button{
	background:#005bab;
	border-radius:50px;
	outline:none;
	border:none;
	color:#fff;
	font-family: 'Noto Sans JP',sans-serif;
	padding:8px;
	font-weight:700;
	width:150px;
	margin:0 auto;
	display:block;
}

#login .nologin{
	text-align:center;
	padding:30px 0 40px 0;
	display:block;
}

#login .toplink{
	display:flex;
	justify-content: center;
	padding-bottom:25px;
}

#login .toplink li{
	margin:0 10px;
	font-size:13px;
}

#login .copy{
	font-size:10px;
}

#top_status .status{
	text-align:left;
	/* padding:30px 0 40px 0; */
	display:block;

	background:#fff;
	width:50%;
	/* margin:1vw auto; */
	border:1px solid #ccc;
	box-sizing:border-box;
	padding:1vw;
}

/* お知らせテーブル */
#top-information .information-table{
    background: #fff;
    margin-bottom: 1.25rem;
    border: solid 1px #ddd;
    border-collapse: unset;  /* collapse; */
    border-spacing: 0;
    padding: 0px;
    table-layout: fixed;
    width: 80%;
}


#header{
	background:#005bab;
	color:#fff;
	display:flex;
	justify-content: space-between;
	width:100%;
	height:50px;
}

#header .h_left{
	padding-left: 18px;
	padding-top:12px;
	box-sizing:border-box;
	font-size: larger;
}

.h_left a{
	color: #fff!important;
	border-bottom: none!important;
}
#header .h_left a{
    line-height: 27px!important;
}

#header .h_right{
	font-size: 13px;
}

#header .h_right a{
	display: inline-block;
	width:58px;
	height:100%;
	padding-top:14px;
	box-sizing:border-box;
	margin-left: 20px;
	text-align: center;
	border-left: 1px solid #005096;
}

#header .h_right a img{
	width:18px;
}

#header .h_right a{
	border-bottom:none!important;
}

#header .h_right a:hover{
	opacity:0.7;
}

#wrap{
	/* height:calc(100% - 51px); */
	display: flex;
	position:relative;
}

nav{
	background:#333333;
	width:235px;
	min-height:100%;
	position:absolute;
	left:0;
	top:0;
}

nav a{
	color:#fff!important;
	font-size:14px;
	border-bottom:none!important;
}

nav a:hover{
	opacity:0.7;
}

.icon-input > a{
	background:url(/kokoroe/img/icon-input.png) left center no-repeat;
	background-size:18px;
	padding-left:24px;
}
.icon-result > a{
	background:url(/kokoroe/img/icon-result.png) left center no-repeat;
	background-size:18px;
	padding-left:24px;
}
.icon-aggregate-view > a{
	background:url(/kokoroe/img/icon-aggregate-view.png) left center no-repeat;
	background-size:18px;
	padding-left:24px;
}
.icon-aggregate-all > a{
	background:url(/kokoroe/img/icon-aggregate-all.png) left center no-repeat;
	background-size:18px;
	padding-left:24px;
}
.icon-admin .accordion-title{
	background:url(/kokoroe/img/icon-admin.png) left center no-repeat;
	background-size:18px;
	padding-left:24px;
	color:#fff;
	width:100%;
	display:block;
	position: relative;
	box-sizing:border-box;
	cursor:pointer;height: 22px;
}

.accordion-title-second{
	background:url(/kokoroe/img/arrow03.png) left center no-repeat!important;
	background-size:8px 10px!important;
	padding-left:11px!important;
	color:#fff;
	margin-left: 6px!important;
	font-size:14px!important;
	width:97.5%;
	display:block;
	position: relative;
	box-sizing:border-box;
	cursor:pointer;height: 22px;
}

ul, ol, dl {
    font-size: 15px!important;
    line-height: 1.5!important;
}
nav > ul > li{
	width:100%;
	border-bottom:1px solid #222;
	padding:12px 0 12px 12px;
	box-sizing:border-box;
}

nav > ul > li > ul{
	display:none;
}

nav .admin-menu li a{
	background: url(/kokoroe/img/arrow03.png) left 7px no-repeat!important;
	background-size:5px 6px!important;
	padding-left: 11px!important;
	color:#fff;
	margin-left: 17px!important;
	font-size:12px!important;
}

.accordion-content{
	display:none;
}

.accordion-content-second{
	display:none;
}

.js-accordion-title.open:after{
	content:"";
	display: inline-block;
	width:10px;
	height:8px;
	position: absolute;
	right: 12px;
	top: 7px;
	background:url(/kokoroe/img/arrow01.png) right top no-repeat;
	background-size:10px 8px;
}

.js-accordion-title:after{
	content:"";
	display: inline-block;
	width:10px;
	height:8px;
	position: absolute;
	right: 12px;
	top: 7px;
	background:url(/kokoroe/img/arrow01-02.png) right top no-repeat;
	background-size:10px 8px;
}

.js-accordion-title-second.open_second:after{
	content:"";
	display: inline-block;
	width:10px;
	height:8px;
	position: absolute;
	right: 12px;
	top: 7px;
	background:url(/kokoroe/img/arrow01.png) right top no-repeat;
	background-size:10px 8px;
}

.js-accordion-title-second:after{
	content:"";
	display: inline-block;
	width:10px;
	height:8px;
	position: absolute;
	right: 12px;
	top: 7px;
	background:url(/kokoroe/img/arrow01-02.png) right top no-repeat;
	background-size:10px 8px;
}

.admin-menu li{
	padding:1px 0;
    /* height:23.81px!important; */

}

.admin-menu{
	padding-top:12px;
    margin-left:0px!important;

}
.admin-menu .nav-link{
    margin: 0px 0px 0px 6px!important;
    padding: 0px 0px 0px 11px!important;
    display:inline!important;
}


#main{
	padding-left:235px;
	width: 100%;
}

.db{display:none;}

.closebtn{
	display:inline-block;
}

.navsize{
	text-align:right;
	padding-right:10px;
}

.navsize span{
	width:10px;
	height:8px;
	line-height:0.4;
	cursor:pointer;
}

.openbtn{
	margin-right:7px;
}

.custcopy{
	text-align:center;
	font-size:10px;
	color:#fff;
}

#main #main-inner{
	padding:20px 28px;
	box-sizing:border-box;
}
#main h2{
	padding-bottom:10px;
	font-size:22px;
	font-weight:700;
}

fieldset{
	border:none;
}

th{
	text-align:inherit;
}

.table-zone::-webkit-scrollbar{
	width: 5px;
	height:5px;
}
.table-zone2::-webkit-scrollbar{
	width: 10px;
	height:10px;
}
.table-zone::-webkit-scrollbar-track{
	background: #fff;
	border: none;

}
.table-zone2::-webkit-scrollbar-track{
	background: #fff;
	border: none;

}
.table-zone::-webkit-scrollbar-thumb{
	background: #333;
	border-radius: 0px;
	box-shadow: none;
}
.table-zone2::-webkit-scrollbar-thumb{
	background: #333;
	border-radius: 0px;
	box-shadow: none;
}


.table-zone::-webkit-scrollbar-corner{
	background: #fff;
	border: none;
	border-radius: 5px;
}
.table-zone2::-webkit-scrollbar-corner{
	background: #fff;
	border: none;
	border-radius: 5px;
}

.table-zone input,.table-zone select{
	padding:5px;
}
.table-zone2 input,.table-zone2 select{
	padding:5px;
}

/*
input:read-only, textarea:read-only {
	background-color: #fff!important;
	border:none;
	outline:none;
	text-align:center;
}
*/

.totalnum input:read-only{
	background-color: #333!important;
	border:none;
	outline:none;
	text-align:center;
	color:#fff;
}

p:read-only {
	background-color: #f3f3f3;
}














.easy-select-box{
  background: #fff;
  border: 1px solid #ccc;
  text-align:left;
  font-size:14px;
  color:#0c2245;
  position: relative;
}
.easy-select-box .esb-displayer{
  background: url(/kokoroe/img/arrow04.png) no-repeat right 11px;
	background-size:15px 8px;
	color:#0c2245;
	cursor: default;
  height: 30px;
	line-height:30px;
	padding:0 3px;
	text-indent: 5px;

}
.easy-select-box .esb-displayer:hover {
  filter: alpha(opacity=80);
  -ms-filter: 'alpha(opacity=80)';
  opacity: .8;
}
.easy-select-box:hover .esb-displayer{
	text-decoration:none;
}
.easy-select-box.disabled .esb-displayer,
.easy-select-box:hover.disabled .esb-displayer{
	background-position: 0 -36px;
}
.easy-select-box .esb-dropdown{
  background: #fff;
  border: 1px solid #ccc;
  display: none;
  max-height: 100px;
  overflow: auto;
  position: absolute;
  left: 0;
  z-index: 999;
  top: 31px;
}
.easy-select-box  .esb-item{
	padding: 0 9px;
	background:#fff;
	color:#333;
	cursor:default;
}
.easy-select-box .esb-item:hover{
	background:#333;
	color:#fff;
	text-decoration:none;
}


.easy-select-box .esb-dropdown::-webkit-scrollbar{
	width: 5px;
	height:5px;
}
.easy-select-box .esb-dropdown::-webkit-scrollbar-track{
	background: #fff;
	border: none;

}
.easy-select-box .esb-dropdown::-webkit-scrollbar-thumb{
	background: #333;
	border-radius: 0px;
	box-shadow: none;
}


.easy-select-box .esb-dropdown::-webkit-scrollbar-corner{
	background: #fff;
	border: none;
	border-radius: 5px;
}

.btnbox{
	padding-top:20px;
}

.btnbox-r{
	float: right;
}

.mr12{
	margin-right:12px;
}

.btnstyle01{
	background: #005bab;
	border-radius: 50px;
	outline: none;
	border: none;
	color: #fff !important;
	font-family: 'Noto Sans JP',sans-serif;
	padding: 8px 40px;
	font-weight: 700;
	display: inline-block;
}

/* 集計実行時コメント */
.comment{
	display: none;
	color: #000;
	font-family: 'Noto Sans JP',sans-serif;
	font-weight: bold;
	text-align: center;
	position: absolute;
    top: -3.5em;
    left: 15em;
	padding: 3px;
	border-radius: 5px;
	background: #acd;
}

/* 集計実行時コメント */
.comment:after {
	position: absolute;
	width: 0;
	height: 0;
	left: 0;
	bottom: -19px;
	margin-left: 10px;
	border: solid transparent;
	border-color: rgba(51, 204, 153, 0);
	border-top-color: #acd;
	border-width: 10px;
	pointer-events: none;
	content: " ";
}

/* 集計ボタン処理 */
.btnstyle01:disabled {
	background-color: #987;
	color: #fff;
	opacity: 0.5;
	border: none;
	cursor: not-allowed;
}

/* ＊隣接セレクタ適用 集計処理ボタン hoverで注意文表示  */
.btnstyle01:disabled:hover + .comment {
	display: block;
}

/* ランキング集計ボタン */
.btnstyle11{
	background: #005bab;
	border-radius: 50px;
	outline: none;
	border: none;
	color: #fff;
	font-family: 'Noto Sans JP',sans-serif;
	padding: 8px 40px;
	font-weight: 700;
	display: inline-block;
}

/* ランキング集計実行時コメント */
.comment11{
	display: none;
	color: #000;
	font-family: 'Noto Sans JP',sans-serif;
	font-weight: bold;
	text-align: center;
	position: absolute;
    top: -3.5em;
    left: 20em;
	padding: 3px;
	border-radius: 5px;
	background: #acd;
}

/* ランキング集計実行時コメント */
.comment11:after {
	position: absolute;
	width: 0;
	height: 0;
	left: 0;
	bottom: -19px;
	margin-left: 10px;
	border: solid transparent;
	border-color: rgba(51, 204, 153, 0);
	border-top-color: #acd;
	border-width: 10px;
	pointer-events: none;
	content: " ";
}

/* ランキング集計ボタン処理 */
.btnstyle11:disabled {
	background-color: #987;
	color: #fff;
	opacity: 0.5;
	border: none;
	cursor: not-allowed;
}

/* ＊隣接セレクタ適用 ランキング集計処理ボタン hoverで注意文表示  */
.btnstyle11:disabled:hover + .comment11 {
	display: block;
}

.btnstyle02{
	background: #333;
	border-radius: 50px;
	outline: none;
	border: none;
	color: #fff;
	font-family: 'Noto Sans JP',sans-serif;
	padding: 8px 40px;
	font-weight: 700;
	display: inline-block;
}

.btnstyle03{
	background: #777;
	border-radius: 50px;
	outline: none;
	border: none;
	color: #fff!important;
	font-family: 'Noto Sans JP',sans-serif;
	padding: 8px 40px;
	font-weight: 700;
	display: inline-block;
}

.selectdate02 select{
	padding:5px 10px;
	/* min-width:180px; */
	margin-left: 10px;
	margin-right: 25px;
	max-width: 25em;
}

.selectdate02{
	padding-bottom:20px;
}

.selectbtn{
	padding-bottom:20px;
	/* 集計時コメント */
	position: relative;
}

.viewbox{
	display:flex;
	width:100%;
	border:0.5px solid #ccc;
}

.viewbox .view_l{
	background:#005bab;
	color:#fff;
	padding:15px;
	min-width: 5rem;
	text-align: center;
	position: relative;
}

.viewbox .view_l::before{
	content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
}

.viewbox .view_l span{
	writing-mode: vertical-rl;
	-webkit-text-orientation: upright;
	box-sizing:border-box;
}

.viewbox .view_r{
	width:100%;
}

.viewbox table{
	width:100%;
	border-collapse:collapse;
}

.viewbox th{
	width:8.3333333%;
	padding:10px 8px;
	font-size:13px;
	line-height:1.2;
	font-weight:500;
	text-align:center;
}

.viewbox td{
	padding:10px 5px;
	font-size:13px;
	line-height:1.2;
	font-weight:500;
	text-align:center;
}

.viewbox .viewdate{
	background:#ececec;
	text-align:center;
	padding:10px 8px;
}

.viewitemttl{
	background:#ececec!important;
	text-align:center!important;
	padding:10px 8px!important;
	font-size:15px!important;
	font-weight:700!important;
}
.btn-comments{
    position:absolute;
    left:86%;
    top:3%;
}
.btn-viewCmt{
    float:right;
    padding: 8px 40px;
    font-size: 15px;
    margin-right: 10px;
    border-bottom: 1px dotted #1e4f8a;
}
