@charset "UTF-8";
/* Scss Document */
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@400;500;700;800&family=Noto+Sans+JP:wght@400;500;700&display=swap');

/*--------------------------------------------------
+: format
==================================================*/
body{
	position:relative;
	background-image: url(../images/bg.jpg);
	width: 100%;
	overflow-x: hidden;
	}
	.btn-warning{color:#fff;}



	/*--------------------------------------------------
+: header
==================================================*/

header section nav #header-profile > a p{
	max-width: 260px;
	display:flex;
	align-items:center;
	letter-spacing: .1em;
}
header section nav #header-profile > a p i{
	margin-right: 5px;
	color: #ffc107;
	font-size: 1.125rem;
}

/*--------------------------------------------------
+: aside
==================================================*/
aside {
	border-radius:0;
	background-repeat:no-repeat;
	background-position:center 800px;
	z-index:100;
	min-height: calc(100vh - 70px);
	min-height: calc(100lvh - 70px);
	height: 100%;
	.user-type-parent & {
		min-height: calc(100vh - 70px - 60px);
		min-height: calc(100lvh - 70px - 60px);
	}
}
body:not(.sidemenu-close) aside{
	background-image: url(../images/aside-bg2.png);
}
aside:before {
	content:"";
	width:8px;
	height:100%;
	background-image: url(../images/aside-bg1.png);
	background-repeat:repeat-y;
	position:absolute;
	right:-7px;
	top:0;
}
aside nav ul *{
}

body.sidemenu-close aside nav ul li{
	padding:10px 0;
}
aside nav ul li a{
	height:inherit;
}
body:not(.sidemenu-close) aside nav ul li a.active,
body:not(.sidemenu-close) aside nav ul li a:hover{
	background-color:#2f9dff;
	background-color: rgba(255,255,255,.2);
	border-radius: 4px;
}
body.sidemenu-close aside nav ul li a{
	padding:0;
}
body.sidemenu-close aside nav ul li a em{
	width:0;
}
aside nav ul li a > span{
	position:inherit;
	right:0;
	top:0;
	transition: all .15s;
}
body:not(.sidemenu-close) aside nav ul li a > span{
	width: 50px;
	height: 50px;
	position:inherit;
	border-radius: 25px;
}
body:not(.sidemenu-close) aside nav ul > li > a > span > i {
  font-size: 1.25rem;
}
/*--------------------------------------------------
+: main
==================================================*/
main{
	background:none;
}
main .content-body {
  background-color: transparent;
  padding: 0;
  border-radius: 0;
  border-bottom: none;
}
main .content-body section.block {
  background-color: #fff;
  padding: 30px;
  border-radius: 10px;
}
main .content-body section.block.has-border {
	position: relative;
	padding-top: 40px;
}
@media (max-width: 767.98px) {
	main .content-body section.block.has-border {
		padding-top: 20px;
	}
}
main .content-body section.block.has-border::before {
	content: "";
	position: absolute;
	display: block;
	width: 100%;
	height: 10px;
	background-color: #22A2E6;
	top:0;
	left:0;
	border-radius: 10px;
}
  @media (max-width: 767.98px) {
		main .content-body section.block {
		  padding: 10px;
		  border-radius: 10px;
		}
  }

	/*--------------------------------------------------
+: footer
==================================================*/
footer{
	background:none;
}

/*--------------------------------------------------
+: contents
==================================================*/
main .content-body .welcome-message:before {
	width: 50px;
	height: 50px;
	border: solid 7px #ffc721;
	background-color:	#fff;
	background-image:	url(../images/ai-welcome.png);
	background-repeat:	no-repeat;
	background-position:center center;
}
