@charset "utf-8";

body{
	font-family: Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;;
	-webkit-text-size-adjust: 100%;
	font-size: 16px;
	line-height: 1.5;
	color: black;
	background: url(../images/bg.jpg);
	min-width: 1100px;
	overflow-y:scroll;
}
.white{
	background: white;
	border: 1px solid #e6e6e6;
}

a{cursor:pointer;}

.relative{
	position: relative;
}

.complete{
		background-image:url("../images/complete.png");
		background-position:center;
		background-repeat:no-repeat;
		background-size:contain;
		width: 93px;
		height: 116px;
		margin-top:-30px;
		margin-left:200px;
		position:absolute;
		display:none;}

#loading{
		z-index:9;
		background-color:rgba(255,255,255,0.3);
		background-image:url("../images/loading.gif");
		background-repeat:no-repeat;
		background-position:center;
		background-size:240px;
		width:100%;
		height:100%;
		position:fixed;
		top:0;
		left:0;}
#logout{float:right;}
.fixed_text{
	position:absolute;
	text-align: center;
	font-weight: bold;
	top: 20%;
	right:30px;
	z-index: 8;
	filter:alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
    box-sizing: border-box;
    padding: 0.5em;
    writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	-webkit-writing-mode:vertical-rl;
	background: #4367aa;
	border: 1px solid #335087;
	color: white;
}

h2 {
	position: relative;
	height: 50px;
	line-height: 50px;
	padding: 0 1em;
	background-color: #d85656;
	color: white;
	margin: 0 0 1em;
}
h2::before,
h2::after {
	content: '';
	position: absolute;
}
h2::before {
	top: 100%;
	left: 0;
	border-width: 0 15px 15px 0;
	border-style: solid;
	border-color: transparent;
	border-right-color: #a75656;
}
h2::after {
	top: 0;
	right: 0;
	z-index: 2;
	border-width: 25px 20px;
	border-style: solid;
	border-color: transparent;
	border-right-color: #fff;
}

h3 {
	position: relative;
	padding: 1em 0;
	font-size: 1.6em;
	margin-bottom: 1em;
}
h3::before,
h3::after {
	position: absolute;
	left: 0;
	content: '';
	width: 100%;
	height: 6px;
	box-sizing: border-box;
}
h3::before {
	top: 0;
	border-top: 2px solid #ccc;
	border-bottom: 1px solid #ccc;
}
h3::after {
	bottom: 0;
	border-top: 1px solid #ccc;
	border-bottom: 2px solid #ccc;
}

img{
	max-width: 620px;
	width: 100%;
	vertical-align:middle;
}

header{
	box-sizing: border-box;
	background: #62410b;
	padding: 0.5em 0;
	color: white;
	margin-bottom: 2em;
}

.header_inner{
	width: 90%;
	margin: auto;
	position: relative;
}

.reaf{
	position: absolute;
	right: 0;
	top:10px;
	z-index: 7;
}
.reaf img{
	width: 150px;
}

.main{
/* background:#fff; */
	width: 90%;
	margin: auto;	
	box-sizing: border-box;
	padding: 10px;
	text-align: center;
	display:none;
	margin-bottom:150px;
/* 	overflow: hidden; */
}

.menu_table{
	width: 100%;
}

.menu_table td{
	padding: 0.5em;
	box-sizing: border-box;

}

.menu_card{
	background: white;
	border: 1px solid #ebebeb;
	width: 240px;
	height: 310px;
	box-sizing: border-box;
	box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.17);
	border-radius: 10px;
	padding: 0.3em;
	display: block;
	margin: auto;
	text-decoration: none;
	color: #5b8ec9;
	}

.menu_card:hover{
	background: #fbfbfb;
	box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.27)inset; 
	}


.menu_card img{
	width: 120px;
	height: 120px;
	margin: auto;
}

#container {
  width: 50%;
  height: 50%;
  margin: auto;
  position: relative;
  top: 10px;
}

/*
.contents{
	width: 100%;
	height: 200px;
	margin: auto;
	background: white;
	border: 1px solid #d8d8d8;
	box-sizing: border-box;
	padding: 10px;
}
*/

footer{
/* 	position:fixed; */
	bottom:0;
	width: 100%;
	box-sizing: border-box;
	padding: 0.5em 0;
	color: white;
	background: #62410b;
	text-align: center;
	margin-top: 1em;
	z-index:6;
}

#login_area{
	width: 500px;
	height: auto;
	margin: 10% auto;
	padding: 1em;
	background: -webkit-linear-gradient(#fdfdfd 0%, #e3e3e3 100%);
	border: 1px solid #cdcdcd;
	text-align: center;
	overflow: hidden;
	box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.29);
}

#login_area img{
	width: 80%;
}

#login_area table{
	width: 400px;
	margin: auto;
}

.form-control {
display: block;
width: 100%;
height: 34px;
padding: 6px 12px;
font-size: 14px;
line-height: 1.42857143;
color: #555555;
background-color: #ffffff;
background-image: none;
border: 1px solid #cccccc;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.submit_btn{
	margin: 1em auto;
	box-sizing: border-box;
	text-align: center;
	background: -webkit-linear-gradient(#2f71d4 0%, #394fad 100%);
	color: white;
	width: 300px;
	padding: 1em;
	border: none;
	cursor: pointer;
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0px 1px 2px rgba(0, 0, 0, 0.2); 
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0px 1px 2px rgba(0, 0, 0, 0.2); 
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0px 1px 2px rgba(0, 0, 0, 0.2);
-webkit-border-radius: 3px; 
-moz-border-radius: 3px; 
border-radius: 3px;
}


.submit_btn:hover{
		background: -webkit-linear-gradient(#394fad 100%,#2f71d4 0%);
}

input:focus{
	outline: 1px #5886da dashed;
	
}

/****下層ページ****/

.menu_list{
	background: white;
	text-align: left;
	border: 1px solid #ebebeb;
	width: 90%;
	height: 80px;
	box-sizing: border-box;
	box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.17);
/* 	border-radius: 10px; */
	padding: 1.1em 0.6em 0.4em;
	display: block;
	margin:auto;
	text-decoration: none;
	color: #3c5169;	
	overflow: hidden;
	
}

.menu_list:hover{
	background: #fbfbfb;
	box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.27)inset; 

}

.menu_list_txt{
	display: inline-block;
	margin-left: 1em;
	font-size: 1.1em;
	font-weight: 800;
	color: #525252;
	width: 70%;
	box-sizing: border-box;
}
.menu_list .img{
	height: 50px;
	width: 50px;
	vertical-align: middle;
}

/***チェックボックス***/

.checkbox-wrap{
}
.label-checkbox input[type="checkbox"]{
  display: none;
}
.label-checkbox{
  cursor: pointer;
  
  position: relative;
}
.label-checkbox .lever{
  display: block;
  color: #ccc;
  font-weight: normal;
  display: inline-block;
  padding: 8px 40px;
  border: 1px solid #e5e5e5;
  border-radius:20px;
  margin-right: 10px;
  margin-bottom: 10px;
  -webkit-transition: all 300ms cubic-bezier(1, 0, 0, 1);
  -moz-transition: all 300ms cubic-bezier(1, 0, 0, 1);
  -o-transition: all 300ms cubic-bezier(1, 0, 0, 1);
  transition: all 300ms cubic-bezier(1, 0, 0, 1);
  -webkit-transition-timing-function: cubic-bezier(1, 0, 0, 1);
  -moz-transition-timing-function: cubic-bezier(1, 0, 0, 1);
  -o-transition-timing-function: cubic-bezier(1, 0, 0, 1);
  transition-timing-function: cubic-bezier(1, 0, 0, 1);
}
.label-checkbox .lever:before{
  content:'';
  position: absolute;
  left: 4px;
  top:-6px;
  border: 1px solid #e5e5e5;
  background: #fff;
  width: 30px;
  height: 30px;
  border-radius:100%;
  -webkit-transition: all 300ms cubic-bezier(1, 0, 0, 1);
  -moz-transition: all 300ms cubic-bezier(1, 0, 0, 1);
  -o-transition: all 300ms cubic-bezier(1, 0, 0, 1);
  transition: all 300ms cubic-bezier(1, 0, 0, 1);
  -webkit-transition-timing-function: cubic-bezier(1, 0, 0, 1);
  -moz-transition-timing-function: cubic-bezier(1, 0, 0, 1);
  -o-transition-timing-function: cubic-bezier(1, 0, 0, 1);
  transition-timing-function: cubic-bezier(1, 0, 0, 1);
}
.label-checkbox:hover .lever:before{
   border-color: #ddd;
}
.label-checkbox input[type="checkbox"]:checked + .lever{
   background: #5cb85c;
   color: #fff;
}
.label-checkbox input[type="checkbox"]:checked + .lever{
   border-color:#5cb85c;
}
.label-checkbox input[type="checkbox"]:checked + .lever:before{
   left: 100%;
   margin-left: -44px;
   border-color: #fff;
}


/**************
********/

		.meter { 
			height: 20px;  /* Can be anything */
			position: relative;
			margin: 30px 0 20px 0; /* Just for demo spacing */
			background: #999999;
			-moz-border-radius: 25px;
			-webkit-border-radius: 25px;
			border-radius: 25px;
			padding: 10px;
			-webkit-box-shadow: inset 0 -1px 1px rgba(255,255,255,0.3);
			-moz-box-shadow   : inset 0 -1px 1px rgba(255,255,255,0.3);
			box-shadow        : inset 0 -1px 1px rgba(255,255,255,0.3);
		}
		.meter > span {
			display: block;
			height: 100%;
			   -webkit-border-top-right-radius: 8px;
			-webkit-border-bottom-right-radius: 8px;
			       -moz-border-radius-topright: 8px;
			    -moz-border-radius-bottomright: 8px;
			           border-top-right-radius: 8px;
			        border-bottom-right-radius: 8px;
			    -webkit-border-top-left-radius: 20px;
			 -webkit-border-bottom-left-radius: 20px;
			        -moz-border-radius-topleft: 20px;
			     -moz-border-radius-bottomleft: 20px;
			            border-top-left-radius: 20px;
			         border-bottom-left-radius: 20px;
			background-color: rgb(43,194,83);
			background-image: -webkit-gradient(
			  linear,
			  left bottom,
			  left top,
			  color-stop(0, rgb(43,194,83)),
			  color-stop(1, rgb(84,240,84))
			 );
			background-image: -moz-linear-gradient(
			  center bottom,
			  rgb(43,194,83) 37%,
			  rgb(84,240,84) 69%
			 );
			-webkit-box-shadow: 
			  inset 0 2px 9px  rgba(255,255,255,0.3),
			  inset 0 -2px 6px rgba(0,0,0,0.4);
			-moz-box-shadow: 
			  inset 0 2px 9px  rgba(255,255,255,0.3),
			  inset 0 -2px 6px rgba(0,0,0,0.4);
			box-shadow: 
			  inset 0 2px 9px  rgba(255,255,255,0.3),
			  inset 0 -2px 6px rgba(0,0,0,0.4);
			position: relative;
			overflow: hidden;
		}
		.meter > span:after, .animate > span > span {
			content: "";
			position: absolute;
			top: 0; left: 0; bottom: 0; right: 0;
			background-image: 
			   -webkit-gradient(linear, 0 0, 100% 100%, 
			      color-stop(.25, rgba(255, 255, 255, .2)), 
			      color-stop(.25, transparent), color-stop(.5, transparent), 
			      color-stop(.5, rgba(255, 255, 255, .2)), 
			      color-stop(.75, rgba(255, 255, 255, .2)), 
			      color-stop(.75, transparent), to(transparent)
			   );
			background-image: 
				-moz-linear-gradient(
				  -45deg, 
			      rgba(255, 255, 255, .2) 25%, 
			      transparent 25%, 
			      transparent 50%, 
			      rgba(255, 255, 255, .2) 50%, 
			      rgba(255, 255, 255, .2) 75%, 
			      transparent 75%, 
			      transparent
			   );
			z-index: 1;
			-webkit-background-size: 50px 50px;
			-moz-background-size: 50px 50px;
			-webkit-animation: move 2s linear infinite;
			   -webkit-border-top-right-radius: 8px;
			-webkit-border-bottom-right-radius: 8px;
			       -moz-border-radius-topright: 8px;
			    -moz-border-radius-bottomright: 8px;
			           border-top-right-radius: 8px;
			        border-bottom-right-radius: 8px;
			    -webkit-border-top-left-radius: 20px;
			 -webkit-border-bottom-left-radius: 20px;
			        -moz-border-radius-topleft: 20px;
			     -moz-border-radius-bottomleft: 20px;
			            border-top-left-radius: 20px;
			         border-bottom-left-radius: 20px;
			overflow: hidden;
		}
		
		.animate > span:after {
			display: none;
		}
		
		@-webkit-keyframes move {
		    0% {
		       background-position: 0 0;
		    }
		    100% {
		       background-position: 50px 50px;
		    }
}
.shintyoku {
	width: 90%;
	margin: auto;
	text-align: left;
	font-size: 1.3em;
	font-weight: 500;
	border-bottom: 2px solid #ccc;
	border-left: 8px solid #3498db;
	padding: 0 0 0.3em 0.5em;
}



.btn{
	display: inline-block;
	padding: 0.5em 0;
	background: white;
	border: 1px solid #dbdbdb;
	border-radius: 15px;
	color: #747474;
	text-decoration: none;
	width: 200px;
	box-sizing: border-box;
	margin: 1em;
	margin-left: 0;
}

.btn.lft{float:left;}
.btn.rgt{float:right;}

.btn:hover{
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	-moz-transition: 0.5s;
	background: #4367aa;
	color: white;
}



/******/

 .swiper-pagination-bullet {
        width: 50px;
        height: 50px;
        text-align: center;
        line-height: 20px;
        font-size: 12px;
        color:#000;
        opacity: 1;
        background: rgba(0,0,0,0.2);
    }
    .swiper-pagination-bullet-active {
        color:#fff;
        background: #007aff;
    }
    
    .swiper-container:hover{
	    cursor: pointer;
    }
/******/