@charset "UTF-8";

/* A Modern CSS Reset */
*,*::before,*::after{box-sizing:border-box}body,h1,h2,h3,h4,p,figure,blockquote,dl,dd,ul{margin:0;padding: 0;}ul,ol{list-style:none}html:focus-within{scroll-behavior:smooth}body{min-height:100vh;text-rendering:optimizeSpeed;line-height:1.6;font-size: 16px;color: #000;}a{text-decoration:none},img,picture{max-width:100%;display:block}input,button,textarea,select{font:inherit}@media(prefers-reduced-motion:reduce){html:focus-within{scroll-behavior:auto}*,*::before,*::after{animation-duration:.01ms !important;animation-iteration-count:1 !important;transition-duration:.01ms !important;scroll-behavior:auto !important}}

@media screen and (max-width: 767px) {
	.sp-none {
		display: none !important;
	}
	.pc-none {
		display: block !important;
	}
}
@media screen and (min-width: 767px) {
	.sp-none {
		display: block !important;
	}
	.pc-none {
		display: none !important;
	}
}

img {image-rendering: -webkit-optimize-contrast;}
body, header, footer {width: 100%;overflow-x: hidden;}
h1 {
	font-size: 26px;padding: 2rem 2rem 2rem 3.5rem;
	margin-left: -2rem;
	width: calc(100% + 4rem);
	color: #fff;
	background: #673ab7;
	background: -webkit-gradient(linear, left top, right top, from(#673ab7), to(#9fe1ff));
	background: -webkit-linear-gradient(left, #673ab7, #9fe1ff);
	background: -moz-linear-gradient(left, #673ab7, #9fe1ff);
	background: -o-linear-gradient(left, #673ab7, #9fe1ff);
	background: linear-gradient(to right, #673ab7, #9fe1ff);}
h2 {font-size: 20px;}
h3 {font-size: 18px;}
a:hover, button:hover {
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
header {padding: 0 10px;box-sizing: border-box;border-top: 5px solid #000;background: #fff;height: 70px;position: fixed;-webkit-box-shadow: 0 0 8px rgb(0 0 0 / 50%);box-shadow: 0 0 8px rgb(0 0 0 / 50%);z-index: 10;}
#logo {top: 10px;position: absolute;}
#wrapper {
	padding-top: 70px;
}
#content {width: calc(100% - 250px);height: 100%;padding: 0 2rem 2rem;margin-left: 250px;}
#main {
	padding: 30px 20px;
}
aside {min-width: 250px;background: #233445;position: fixed;height: 100%;top: 70px;}
aside a {color: #c1c9d1;display: block;padding: 1rem 1rem 1rem 3rem;border-bottom: 1px solid #101820;border-top: 1px solid #31465c;}
aside a:hover {background: #2e3192;}
footer {background: #eee;text-align: right;font-size: 12px;padding: 1rem;}
.flex3 {display: flex;flex-wrap: wrap;}
.flex3 li {width: calc( 94% / 3 );margin-right: 2%;margin-bottom: 1rem;}
.bx_news {margin-bottom: 2rem;}
.bx_news li {margin-bottom: 1rem;}
.flex3 li:nth-child(3n); {margin-right: 0;}
.flex3 li a, .bx_news li a {padding: 1.5rem 1rem 1rem;background: #f1f0f2;display: block;height: 100%;border-radius: 5px;}
.flex3 li a:hover, .bx_news li a:hover {color: #f1f0f2;background: #2e3192;}
.flex3 li a h3 {margin: -0.2rem 0 1rem;padding-left: 2rem;}
.bx_news li a h3 {margin: -0.2rem 0 1rem;}
.flex3 li a:hover p, .bx_news li a:hover p {color: #f1f0f2;}
.flex3 li a p, .bx_news li a p {color: #222;}
h2 {padding: 0.5rem 0 0.5rem 1rem;border-bottom: 1px solid #eee;margin-bottom: 1rem;border-left: 5px solid #ffeb3b;}
a.btn_logout {position: absolute;top: 13px;right: 13px;display: block;padding: 0.5rem 1rem 0.5rem 2.5rem;border: 1px solid #eee;border-radius: 5px;font-size: 14px;color: #222;background: url(../img/ico_logout.svg) 5px center no-repeat;background-size: 20px;}

a.btn_logout:hover {background: #f4f4f4 url(../img/ico_logout.svg) 10px center no-repeat;background-size: 20px;}
.ico_home, .ico_pen, .ico_memo, .ico_info, .ico_edit, .ico_pw {position: relative;}
.ico_home:before, .ico_memo:before, .ico_pen:before, .ico_edit:before, .ico_pw:before, .ico_info:before {content: '';width: 30px;height: 30px;background: url(../img/ico_home.svg) 0 0 no-repeat;position: absolute;background-size: 20px;left: 1rem;}
.ico_home:before {background: url(../img/ico_home.svg) 0 0 no-repeat;background-size: 20px;}
.ico_memo:before {background: url(../img/ico_memo.svg) 0 0 no-repeat;background-size: 16px;}
.ico_pen:before {background: url(../img/ico_pen.svg) 0 0 no-repeat;background-size: 20px;}
.ico_edit:before {background: url(../img/ico_edit.svg) 0 0 no-repeat;background-size: 18px;}
.ico_pw:before {background: url(../img/ico_pw.svg) 0 0 no-repeat;background-size: 16px;}
.ico_info:before {background: url(../img/ico_info.svg) 0 0 no-repeat;background-size: 18px;}
h1.ico_home:before {
	background: url(../img/ico_home.svg) 0 0 no-repeat;
	background-size: 28px;filter: brightness(2);margin-top: 5px;}
h1.ico_edit:before {
	background: url(../img/ico_edit.svg) 0 0 no-repeat;
	background-size: 28px;filter: brightness(2);margin-top: 5px;}
	#nav_input, #menu-btn-check {display: none;}
	.ico_info {color: #666;
margin-bottom: 1rem;background: #f4f4f4;padding: 1rem 0 1rem 2.5rem;border: 1px solid #ddd;font-size: 14px;}
	table{
		border-collapse: collapse;
		width: 100%;
		margin-bottom: 2rem;font-size: 14px;
		border-bottom: solid 1px #ccc;
	}
	.tbl01 th,
	.tbl01 td{
		padding: 10px;
		text-align:left;
		box-sizing:border-box;
		border: solid 1px #ccc;
	}
	.tbl01 th {
		background: #eceaff;
		color: #222;
		text-align: right;
		width: 250px;
	}
	.req {position: relative;}
	.req:after {content: '必須';text-align: center;background: #ff0000;color: #fff;border-radius: 3px;font-size: 10px;padding: 5px;margin-left: 10px;}
	.mb1 {margin-bottom: 1rem;}
	.mb2 {margin-bottom: 2rem;}
	.mb3 {margin-bottom: 3rem;}
	.mb4 {margin-bottom: 4rem;}
	.mb5 {margin-bottom: 5rem;}
	.mb6 {margin-bottom: 6rem;}
	.mb7 {margin-bottom: 7rem;}
	.mb8 {margin-bottom: 8rem;}
	button,
	a.btn {
			text-align: center;
			width: 70%;
			max-width: 300px;
			margin-left: auto;
			margin-right: auto;
			display: block;
			cursor: pointer;
			background: #3a3c86;
			color: #fff;
			border: none;
			border-radius: 5px;
			padding: 1rem;
			position: relative;
			}
	button:after,
	a.btn:after {
	content: '';
	width: 8px;
	height: 8px;
	border-top: solid 1px;
	border-right: solid 1px;
	position: absolute;
	top: 50%;
	right: 15px;
	margin-top: -4px;
	transform: rotate(45deg);
			}
	button:hover,
	a.btn:hover {
			background: #2c2cff;
			}
	button.btn_back,
	a.btn_back {margin-left: 0;width: 100px;padding: 0.5rem;background: #999;}
	button.btn_back:after,a.btn_back:after {
	left: 15px;
	transform: rotate(225deg);
			}
	button.btn_back:hover, a.btn_back:hover {background: #bdb9b9;}
@media screen and (max-width: 640px) {
	.tbl01 {width: 100%;}
		table.tbl01 th,
		table.tbl01 td {
		text-align: left;
		display: block;
		width: 100%;
		border-bottom:none;
		}
		.tbl01 tr:last-child {
		border-bottom: solid 1px #ccc;
	}
	#main {
		padding: 20px 15px;
	}
	.form-inline input.form-control.number {
		width: 80px;
	}
}
@media screen and (max-width: 1000px){
#logo {top: 15px;}
#logo img {width: 190px; height: auto;}
a.btn_logout, a.btn_logout:hover {background: url(../img/ico_logout.svg) 0 center no-repeat;width: 30px;height: 35px;padding-left: 10px;border: none;filter: brightness(0);background-size: 20px;right: 0;top: 14px;}
a.btn_logout span {display: none;}
h1 {font-size: 20px;padding-left: 2.7rem;}
h2 {font-size: 18px;}
h3 {font-size: 16px;}
h1.ico_home:before {
	background: url(../img/ico_home.svg) 5px 0 no-repeat;
	background-size: 20px;
}
h1.ico_edit:before {
	background: url(../img/ico_edit.svg) 5px 0 no-repeat;
	background-size: 20px;
}
.flex3 li {width: 100%;}
#logo {position: relative;text-align: center;}
#content {width: 100%;margin-left: 0;padding: 0 1rem 2rem;}
#nav_left {position: relative;}

/*アイコンのスペース*/
/*ヘッダー*/
#nav_open {
    display: inline-block;
    width: 30px;
    height: 30px;
    vertical-align: middle;
    position: fixed;
    top: 28px;
    left: 15px;
    z-index: 100;
    cursor: pointer;
}

/*ハンバーガー*/
#nav_open span, #nav_open span:before, #nav_open span:after {
  position: absolute;
  height: 2px;
  width: 25px;
  border-radius: 3px;
  background: #222;
  display: block;
  content: '';
  cursor: pointer;
  border-radius: 2px;
}
#nav_open span:before {
  bottom: -8px;
}
#nav_open span:after {
  bottom: -16px;
}

/*閉じるボタン*/
#nav_close {
    display: none;
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: black;
    opacity: 0;
    transition: .3s ease-in-out;
    cursor: pointer;
}
#nav_close:before {
    content: '';
    position: absolute;
    width: 30px;
    height: 2px;
    background: #fff;
    right: 7px;
    top: 20px;
    transform: rotate(45deg);
    animation: ani_rotate 1.5s;
    animation-fill-mode: forwards;
}
#nav_close:after {
    content: '';
    position: absolute;
    width: 30px;
    height: 2px;
    background: #fff;
    right: 7px;
    top: 20px;
    transform: rotate(-45deg);
    animation: ani_rotate2 1.5s;
    animation-fill-mode: forwards;
}
@keyframes ani_rotate {
  0%  {
    opacity: 0.3;
    transform: scale(0.5, 0.5) rotate(45deg);
  }
  100% {
    opacity: 1;
    transform: scale(1.0, 1.0) rotate(45deg);
  }
}
@keyframes ani_rotate2 {
  0%  {
    opacity: 0.3;
    transform: scale(0.5, 0.5) rotate(-45deg);
  }
  100% {
    opacity: 1;
    transform: scale(1.0, 1.0) rotate(-45deg);
  }
}


/*メニューの中身*/
#nav_content {
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 80%;
  max-width: 330px;/*最大幅（お好みで調整を）*/
  height: 100%;
  background: #ffeb3b;
  transition: .3s ease-in-out;
  -webkit-transform: translateX(-105%);
  transform: translateX(-105%);
}

/*チェックがついたら表示させる*/
#nav_input:checked ~ #nav_close {
  display: block;
  opacity: .8;
}
.toggle dd {display: none;}

#nav_input:checked ~ #nav_content {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
  box-shadow: 6px 0 25px rgba(0,0,0,.15);
}
#nav_content li a {
    padding: 1.3rem 0 1.3rem 3rem;
    border-bottom: 1px dotted;
    border-top: none;
    color: #222;
}
.ico_home:before, .ico_memo:before, .ico_pen:before, .ico_edit:before, .ico_pw:before {filter: invert(0.3);}
#nav_content li a:hover {
    color: #fff;
}
nav#nav_content ul li {
    margin-bottom: 0;
}

ul.card_flow li:after {
    width: 15px;
    height: 15px;
    border: 3px solid;
    border-color: #bea888 #bea888 transparent transparent;
    transform: rotate(136deg);
    position: absolute; content: '';
    top: auto;
    right: 0;
    left: 0;
    margin: 0 auto;
    bottom: -12px;
 }

ul.card_flow li {
    width: 100%;
}

}

input.form-control {
	width: 100%;
}
.form-inline input.form-control {
	width: auto;
}