.ham {
	position: relative;
	width: 51px;
	height: 51px;
	cursor: pointer;
	background-color: #fff;
	float:left;
}
.ham_line {
	position: absolute;
	left: 15px;
	width: 20px;
	height: 2px;
	background-color: #333333;
	transition: all 0.3s;
}
.ham_line1 {
	top: 15px;
}
.ham_line2 {
	top: 23px;
}
.ham_line3 {
	top: 31px;
}

.clicked .ham_line1 {
	transform: rotate(45deg);
	top: 23px;
}
.clicked .ham_line2 {
	width: 0px;
}
.clicked .ham_line3 {
	transform: rotate(-45deg);
	top: 23px;
}
.menu {
	position: fixed;
	top: 51px;
	width: 300px;
	height: calc(100% - 51px);
    overflow-y: scroll;
	left: -400px;
	background-color: #333;
	transition: all 0.3s;
}
.clicked .menu {
	left: 8px;
}

.menu ul {
	margin: 0;
	padding: 1em;
	list-style-type: none;
}
.menu ul li {
	padding: 1em 0;
	border-bottom: 1px solid #fff;
}
.menu ul li {
	display: block;
	text-align: center;
	text-decoration: none;
	color: #fff;
}
.menu a {
	display: block;
	text-align: left;
	text-decoration: none;
	color: #fff;
}

.pageTitle{
  color: #ffffff;/*文字色*/
  background-color: #364e96;/*背景色*/
  border: solid 3px #364e96;/*線色*/
  padding: 0.5em;/*文字周りの余白*/
  border-radius: 0.5em;/*角丸*/
  text-align: center;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}

.pageTitle_mobile{
  color: #ffffff;/*文字色*/
  background-color: #364e96;/*背景色*/
  border: solid 3px #364e96;/*線色*/
  padding: 0.5em;/*文字周りの余白*/
  border-radius: 0.5em;/*角丸*/
  text-align: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.nyuryoku-div1 {
	width:450px; 
}

.ichiran-div1 {
	width:60%;  
}

.display-flex{
	display:flex;
}


.margin-auto{
	margin-left: auto;
	margin-right: auto;
}

.overflow{
	overflow-y:scroll;
}

.display-none{
	display: none;
}

.margin-auto-w50{
	width:50%;
	margin-left: auto;
	margin-right: auto;
}

.kaigyou-td-th { 
	white-space: nowrap;
}

.th-color{
	background-color: cornflowerblue;
	color: #ffffff;
}

.th-height{
	height:40px;
}

.td-height{
	height:55px;
}

.btn-custum{
	display:inline-block;
	margin-bottom:0;
	font-weight:400;
	text-align:center;
	vertical-align:middle;
	-ms-touch-action:manipulation;
	touch-action:manipulation;
	cursor:pointer;background-image:none;
	border:1px solid transparent;
	white-space:nowrap;padding:6px 12px;
	font-size:14px;line-height:1.6;
	border-radius:4px;-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none
}
.btn-custum.active.focus,.btn-custum.active:focus,.btn-custum.focus,.btn-custum:active.focus,.btn-custum:active:focus,.btn-custum:focus{
		outline:5px auto -webkit-focus-ring-color;
		outline-offset:-2px
}
.btn-custum.focus,.btn-custum:focus,.btn-custum:hover{
	color:#636b6f;
	text-decoration:none
}
.btn-custum.active,.btn-custum:active{
	outline:0;
	background-image:none;
	-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);
	box-shadow:inset 0 3px 5px rgba(0,0,0,.125)
}
.btn-custum.disabled,.btn-custum[disabled],fieldset[disabled] .btn-custum{
	cursor:not-allowed;
	opacity:.65;
	filter:alpha(opacity=65);
	-webkit-box-shadow:none;
	box-shadow:none
}
a.btn-custum.disabled,fieldset[disabled] a.btn-custum{
	pointer-events:none
}

.btn-config {
	text-align: right;	
	margin-right: 100px;
	margin-bottom: 20px;
}

.btn-config2{
	margin-bottom: 20px;
	text-align: left;	
}

