html {font-size: 62.5%;}

/*リセット*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	line-height: 1;
}
*{
	-webkit-appearance:none;
}
a,
i.fa,i.fas,i.fab{
	cursor: pointer;
	text-decoration: none;
}
body {
	font-family:"メイリオ", Meiryo, sans-serif;
	font-style: normal;
	line-height: 1.5em;
	font-size: 14px;
	font-weight: 400;
	color:#2f2e33;
	width: 100%;
	display: flex;
	background: #f3f2f1;
	padding: 0;
	margin: 0;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	overflow-x: hidden;
	background:linear-gradient(to right, #a2f2f3,#d1ffbe) !important;
	animation: fadein 1.5s forwards;
}
.container {
	width: calc(100% - 165px - 10em);
	margin: 15px auto;
	background: rgba(255, 255, 255, 0.95);
	padding: 2em;
	z-index: 5;
	margin-left: calc(190px + 3em);
	min-height: calc(100vh - 78px);
	border-radius: 5px;
	box-shadow: 1px 1px 5px rgb(0 0 0 / 10%);
	overflow: auto;
}
.container .full {
	width: 100%;
}
.container .big {
	width: 960px;
}
.container .middle {
	width: 760px;
}
.container .mini {
	width: 530px;
}
.container .small {
	width: 280px;
}
.center{
	text-align: center;
	margin: 0 auto;
}
button{
	line-height: 1.5em;
	font-size: 14px;
	font-weight: 400;
	margin: 0;
}
textarea,
select,
input[type="url"],
input[type="search"],
input[type="datetime-local"],
input[type="time"],
input[type="email"],
input[type="number"],
input[type="tel"],
input[type="date"],
input[type="month"],
input[type="text"],
input[type="password"]{
  border: 1px solid #ccc;
  text-align: left;
  width:calc(100% - 2px - 1em);
  padding: 0.5em 0.5em;
	vertical-align: middle;
}
input[type="search"]{
  width:100%;
}
input[type="checkbox"]{
	width:15px;
	height:15px;
	vertical-align: middle;
	border: 1px solid #000;
	-webkit-appearance:auto !important;
}

input[type="radio"]{
	width:15px;
	height:15px;
	vertical-align: top;
	border: 1px solid #000;
	-webkit-appearance:auto !important;
}
input[type="number"]{
	text-align: right;
}

select{
  width:calc(100%);
}
.btn_area{
	margin-top: 10px;
}
.btn {
  cursor: pointer;
  padding: 0.4em 1em;
  border: none;
  border-radius: 6px;
	display: inline-block;
	vertical-align: top;
	box-shadow: 0.5px 0.5px 0.5px #555;
	line-height: 1.5em;
}
.btn:hover {
	box-shadow: 0.2px 0.2px 0.5px #555;
}
.btn-default {
	border-bottom: 5px solid #1c5eaf;
	background: #247cf0;
  color:#fff;
}
.btn-default:hover {
	margin-top: 3px;
  border-bottom: 2px solid #1c5eaf;
}

.btn-edit {
	border-bottom: 5px solid #017a36;
	background: #02a147;
	color:#fff;
}
.btn-edit:hover {
	margin-top: 3px;
	border-bottom: 2px solid #017a36;
}

.btn-list {
	border-bottom: 5px solid #8f8700 ;
	background: #b8ae00;
  color:#fff;
}
.btn-list:hover {
	margin-top: 3px;
	border-bottom: 2px solid #8f8700;
}

.btn-entry {
	border-bottom: 5px solid #333;
	background: #555;
  color:#fff;
}
.btn-entry:hover {
	margin-top: 3px;
	border-bottom: 2px solid #333;
}

.btn-purple {
	border-bottom: 5px solid #600060 ;
	background: #800080;
  color:#fff;
}
.btn-purple:hover {
	margin-top: 3px;
	border-bottom: 2px solid #600060;
}

.btn-lightcoral {
	border-bottom: 5px solid #c06464;
	background: #f08080;
  color:#fff;
}
.btn-lightcoral:hover {
	margin-top: 3px;
	border-bottom: 2px solid #c06464;
}
.btn-red {
  border-bottom: 5px solid #cc0000;
	background: #ff0000;
  color:#fff;
}
.btn-red:hover {
	margin-top: 3px;
	border-bottom: 2px solid #cc0000;
}
.btn-danger {
  border-bottom: 5px solid #c07370;
	background: #f0908d;
  color:#fff;
}
.btn-danger:hover {
	margin-top: 3px;
	border-bottom: 2px solid #c07370;
}
.btn-csv {
  border-bottom: 5px solid #517b01;
	background: #68a102;
  color:#fff;
}
.btn-csv:hover {
	margin-top: 3px;
	border-bottom: 2px solid #517b01;
}
.btn-small{
	font-size: 8px;
	padding: 0;
}
.danger{
	background-color: antiquewhite;
}
.td_btn{
	text-align: center;
	font-size: 12px;
}
.pointer {
	width: 100px;
	margin: 10px;
	padding: 5px 10px;
	color: #FFF;
	font-size: 20px;
	cursor: pointer;
	transition-duration: 0.5s;
}
.check_btn{
  position: relative;
}
.check_btn span{
  position: absolute;
  font-size: 30px;
  color: red;
  top: -8px;
  left: 35px;
  font-weight: bold;
}

.cp_pagenum:hover{
	cursor: pointer;
}
.cp_navi{
	margin-bottom: 5px;
}
.button_area{
	text-align: left;
	margin-top: 1em;
}
/*login*/
.login {
  margin: 2em auto;
  border: 1px solid #ccc;
  max-width: 240px;
  padding: 20px;
  text-align: center;
}
.login input{
  font-size: 14px;
  margin: 0.5em auto;
}
.login img{
  width: 90%;
}
/*header*/
header{
	position: fixed;
	height: calc(100vh - 58px);
	width: calc(200px - 2em);
	background: rgba(255, 255, 255, 0.95);
	color:#fff;
	padding: 1em;
	z-index: 2;
	border-radius: 5px;
	box-shadow: 1px 1px 5px rgb(0 0 0 / 10%);
	margin: 15px;
	overflow-y: auto;
}
header .left{
	display: inline-block;
	color: black;
}
header a{
	color:#2f2e33;
}
header i{
	font-size: 30px;
	float: left;
	margin-right: 10px;
}
header span{
	display: inline-block;
	font-size: clamp(10px, 10px, 12px);
	padding-top: 2px;
	overflow: hidden;
	width: 13em;
	height: 1em;
}
.navi-btn {
  position:absolute;
  right:0.5em;
}
.navi-btn {
  position:absolute;
  right:0.5em;
  top:0.25em;
  height: 25px;
  width: 31px;
  justify-content: center;
  align-items: center;
  background-color: #fff;
	box-shadow: 0.5px 0.5px 2px #555;
}
.navi-btn span{
  transition:all 300ms 0s ease;
  content:'';
  display: block;
  height: 3px;
  width:25px;
  border-radius: 3px;
  background: #555;
  position: absolute;
  margin: auto;
  left: 0;
  right:0;
  top: 0;
  bottom:0;
}
.navi-btn span:nth-of-type(1){
  bottom: 12px;
}
.navi-btn span:nth-of-type(3){
  top:12px;
}
.navi-btn.active span:nth-of-type(2){
  opacity: 0;
}
.navi-btn.active span:nth-of-type(1){
  bottom: 0;
  transform: rotate(45deg);
}
.navi-btn.active span:nth-of-type(3){
  top:0;
  transform: rotate(-45deg);
}
.navi ul {
  text-align: left;
}
/*title*/
.title {
	text-align: left;
	font-size: 18px;
	margin-bottom: 0.5em;
}
.title:before {
	content:'-';
	margin: auto 0.5em;
}
.title:after {
	content:'-';
	margin: auto 0.5em;
}
/*table*/
.container table{
	border-collapse: collapse;
	box-shadow: 0.5px 0.5px 0.5px #ccc;
	width: 100%;
	max-width: 100%;
}
.container .table_half {
	width: max-content;
	min-width: 40%;
}

th,td{
	border: 1px solid #ccc;
	padding: 0.5em;
	vertical-align: middle;
}
th{
	background: #555;
	color:#fff;
	font-weight: normal;
}
.table_scroll{
	overflow-x: scroll;
}
.table_scroll::-webkit-scrollbar{
  display: none;
}
/*edit*/
.edit_form{
	width: 30%;
}
form center {
	margin: 1em auto;
}
form label {
	display: block;
	margin-top: 20px;
  margin-bottom: 5px;
}
input.input-verry-mini {
	width:50px;
}
input.input-mini {
	width:200px;
	height: 34px;
}
input.input-mini-middle {
	width:150px;
}
input.input-middle {
	width:200px;
}
input.input-long {
	width:300px;
}
.radio_area {
	text-align: left;
	border: 1px solid #ccc;
	padding: 0.5em;
}
.radio_area label{
	display: inline-block;
	margin-right: 0.5em;
	white-space: nowrap;
}
.search {
	display: inline-block;
	vertical-align: top;
}
.search label {
	display: inline-block;
	vertical-align: top;
}
.content{
	border: 1px solid #000;
	height: auto;
	white-space: pre;
	margin-bottom: 10px;
	overflow: auto;
}
.result-date{
	width: 50%;
	margin: 0 auto;
}
.result{
	display: inline-block;
	width: 48%;
}
.bg-bubbles {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.bg-bubbles li {
	position: absolute;
	list-style: none;
	display: block;
	width: 40px;
	height: 40px;
	border-radius: 100%;
	background-color: rgba(0,0,0,0.1);
	top: -160px;
	-webkit-animation: square 25s infinite;
	animation: square 25s infinite;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
}
.bg-bubbles li:nth-child(1) {
  left: 10%;
}
.bg-bubbles li:nth-child(2) {
  left: 20%;
  width: 80px;
  height: 80px;
  animation-delay: 2s;
  animation-duration: 17s;
}
.bg-bubbles li:nth-child(3) {
  left: 25%;
  animation-delay: 4s;
}
.bg-bubbles li:nth-child(4) {
  left: 40%;
  width: 60px;
  height: 60px;
  animation-duration: 22s;
  background-color: rgba(255,255,255,0.25);
}
.bg-bubbles li:nth-child(5) {
  left: 70%;
}
.bg-bubbles li:nth-child(6) {
  left: 80%;
  width: 120px;
  height: 120px;
  animation-delay: 3s;
  background-color: rgba(255,255,255,0.2);
}
.bg-bubbles li:nth-child(7) {
  left: 32%;
  width: 160px;
  height: 160px;
  animation-delay: 7s;
}
.bg-bubbles li:nth-child(8) {
  left: 55%;
  width: 20px;
  height: 20px;
  animation-delay: 15s;
  animation-duration: 40s;
}
.bg-bubbles li:nth-child(9) {
  left: 25%;
  width: 10px;
  height: 10px;
  animation-delay: 2s;
  animation-duration: 40s;
  background-color: rgba(255,255,255,0.3);
}
.bg-bubbles li:nth-child(10) {
  left: 90%;
  width: 160px;
  height: 160px;
  animation-delay: 11s;
}
@media screen and (max-width:1000px) {
	body .container {
		margin-left: 7px;
		margin-top: 55px;
		width: fit-content;
		width: calc(100% - 142px - -9em);
		padding-left: 10px;
		padding-right: 10px;
	}
	.container .table_half,
	.container table{
    	word-break: break-word;
		width: 100%;
		max-width: 100%;
	  	white-space: nowrap;
		overflow-x: auto;
		box-shadow: none;
	  -webkit-overflow-scrolling: touch;
	}
	.container table::-webkit-scrollbar{
		display: none;
	}
	.container table td div{
		max-height: 100px;
    max-width: 150px;
    overflow-y: auto;
	}
	.container table img{
		width: 58px;
	}
	.edit_form{
		width: 100%;
	}
	input[name="entry_date"]{
		padding: 0.5em;
		-webkit-appearance: none;
	}
}
@-webkit-keyframes square {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(700px) rotate(600deg);
  }
}
@keyframes square {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(700px) rotate(600deg);
  }
}

/* animation */
@keyframes korokoro {
	0%   { transform: translate(0%, 0%); }
	3%   { transform: translate(10%, 0%) rotate(10deg); }
	12%  { transform: translate(20%, 0%) rotate(20deg); }
	15%  { transform: translate(-10%, 0%) rotate(-10deg); }
	17%  { transform: translate(-15%, 0%) rotate(-15deg); }
	22%  { transform: translate(10%, 0%) rotate(10deg); }
	25%  { transform: translate(15%, 0%) rotate(15deg); }
	30%  { transform: translate(-5%, 0%) rotate(-5deg); }
	32%  { transform: translate(-7%, 0%) rotate(-7deg); }
	37%  { transform: translate(0%, 0%) rotate(0deg); }
	50% { transform: translate(0%, 0%) rotate(0deg); }
	100% { transform: translate(0%, 0%) rotate(0deg); }
}
@keyframes purupuru {
	0%   { transform: scale(1.0, 1.0) translate(0%, 0%); }
	5%  { transform: scale(1.0, 1.06) translate(-5%, -4%) skew(6deg, 0deg); }
	12%  { transform: scale(1.0, 0.94) translate(5%, 4%) skew(-6deg, 0deg); }
	17%  { transform: scale(1.0, 1.03) translate(2%, -2%) skew(-3deg, 0deg); }
	20%  { transform: scale(1.0, 0.97) translate(-2%, 2%) skew(3deg, 0deg); }
	25% { transform: scale(1.0, 1.0) translate(0%, 0%); }
	100% { transform: scale(1.0, 1.0) translate(0%, 0%); }
}

@keyframes poyon {
	0%   { transform: scale(0.8, 1.4) translate(0%, -100%); }
	10%  { transform: scale(0.8, 1.4) translate(0%, -15%); }
	20%  { transform: scale(1.4, 0.6) translate(0%, 30%); }
	30%  { transform: scale(0.9, 1.1) translate(0%, -10%); }
	40%  { transform: scale(0.95, 1.2) translate(0%, -30%); }
	50%  { transform: scale(0.95, 1.2) translate(0%, -10%); }
	60%  { transform: scale(1.1, 0.9) translate(0%, 5%); }
	70%  { transform: scale(1.0, 1.0) translate(0%, 0%); }
	100% { transform: scale(1.0, 1.0) translate(0%, 0%); }
  }
  @keyframes poyooon {
	0%   { transform: scale(1.0, 1.0) translate(0%, 0%); }
	10%  { transform: scale(1.1, 0.9) translate(0%, 5%); }
	40%  { transform: scale(1.2, 0.8) translate(0%, 15%); }
	50%  { transform: scale(1.0, 1.0) translate(0%, 0%); }
	60%  { transform: scale(0.9, 1.2) translate(0%, -100%); }
	75%  { transform: scale(0.9, 1.2) translate(0%, -20%); }
	85%  { transform: scale(1.2, 0.8) translate(0%, 15%); }
	100% { transform: scale(1.0, 1.0) translate(0%, 0%); }
  }
  @keyframes purun {
	0%   { transform: scale(1.0, 1.0) translate(0%, 0%); }
	15%  { transform: scale(0.9, 0.9) translate(0%, 5%); }
	30%  { transform: scale(1.3, 0.8) translate(0%, 10%); }
	50%  { transform: scale(0.8, 1.3) translate(0%, -10%); }
	70%  { transform: scale(1.1, 0.9) translate(0%, 5%); }
	100% { transform: scale(1.0, 1.0) translate(0%, 0%); }
  }
