:root{
	--spacer : 1rem;
}

/*----- TOPページ -----*/

.notice{
	font-weight: bold;
	padding: 0.5rem;
	font-size: 1.5rem;
	font-family: -apple-system, BlinkMacSystemFont, Roboto, Segoe UI semibold, Helvetica Neue, HelveticaNeue, YuGothic, Yu Gothic, Segoe UI, Verdana, Meiryo, sans-serif;
}
.notice i{
	color: #60ACEC;
	font-size: 1.5em;
    margin-right: 0.5rem;
    display: inline-block;
    vertical-align: middle;
}

.notice-list th,
.notice-list td{
	border: solid 1px;
	padding: 10px;
	border-color: #C7C7C7;
	font-family: -apple-system, BlinkMacSystemFont, Roboto, Segoe UI semibold, Helvetica Neue, HelveticaNeue, YuGothic, Yu Gothic, Segoe UI, Verdana, Meiryo, sans-serif;
}

.notice-list {
	width: 100%;
	border-collapse:  collapse;
  }

.notice-list td a{
	color: #1C89B0;
	text-decoration: none;
	font-size: 100%;
  }

.mark-new{
	border: 2px solid currentColor;
	padding: calc(var(--spacer) * 0.25) calc(var(--spacer) * 0.5);
	color: #F46063;;
	font-size: 0.8rem;
	font-weight: 900;
}

/*--------------------業界・職種設定チェックボックス--------------------*/

.class-checklist{
	display: inline-block;
	width: 70%;
}
.class-checklist label{
	display: inline-block;
	width: 45% !important;
	padding-left: 0px !important;
	margin: 0 10px 0 0;
	background: none !important;
	cursor: pointer;
}

.master-checklist{
	display: inline-block;
	width: 70%;
}

.master-checklist label{
	display: inline-block;
	width: 45% !important;
	padding-left: 0px !important;
	margin: 0 10px 0 0;
	background: none !important;
	cursor: pointer;
}

.master-checklist label.none-master{
	display: none;
}

.class-list{
	display: inline-block;
	margin: 0 10px 0 0;
	width: 45% !important;
	background: none !important;
	padding-left: 0px !important;
}


/*-----------------------------学生情報タブ------------------------------*/

#student-tab{
    --spacer: 1rem;
    --bs-xs-width: 0;    --global-header-height: 0px;
}

.student-data label{
	font-size: 1.5rem;
}

.student-data div{
    padding: 0.5em 1em;
    margin: 0 0 0.5em 0;
    font-weight: bold;
    background: #FFF;
    border: solid 3px #60ACEC;/*線*/
    border-radius: 10px;/*角の丸み*/
}

.student-data div p{
	white-space: pre-line;
    margin: 0; 
    padding: 0;
}


/*-----------------------------記事タブ------------------------------*/


/*----- ダイアログ -----*/
#add-article-dialog{
    width: 300px;
    border: none;
}

#change_interview-dialog{
    width: 350px;
    border: none;
}

#change_status-dialog{
    width: 350px;
    border: none;
}

#send-message-dialog{
	width: 800px;
    border: none;
}

#send-message-dialog label{
	display: block;
}

#show-message-dialog{
	width: 600px;
	border: none;
}

.send-message-button{
	transition: 0.5s ease-in-out;
}

@keyframes spin {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}


.loading {
	width: 24px;
	height: 24px;
	border-radius: 50%;
	border: 0.25rem solid rgba(255, 255, 255, 0.2);
	border-top-color: rgb(255, 255, 255);
	animation: spin 1s infinite linear;
}

.type-list{
	display: inline-block;
	margin-right: 10px;
}

#type-select{
	margin-right: 5px;
}


/*----- スコア情報 -----*/
:root{
	--bs-primary: #60ACEC;
	--radar-color: rgba(96, 172, 236, 0.8);
	--radar-color01: rgba(218, 96, 236, 0.6);
	--radar-color02: rgba(33, 117, 241, 0.3);
	--radar-color03: rgba(128, 197, 255, 0.6);
	--radar-color04: rgba(158, 98, 189, 1);
	--base-bold-font-family:-apple-system, BlinkMacSystemFont, Roboto, Segoe UI semibold, Helvetica Neue, HelveticaNeue, YuGothic, Yu Gothic, Segoe UI, Verdana, Meiryo, sans-serif;
	}
	
#chart01-wrapper {
	width: 100%;
}
#chart01-lg-wrapper > canvas {
	width: 100%;
}
.mx-auto{
	margin-right: auto !important;
	margin-left: auto !important;
}

#chart01{
	width: 400px;
	height: 400px;
}

.score-body{
	width: 100%;
}
.score-number{
	width: 100%;
	text-align: center;
}

/* score  */
.score-number::before {
	content: "スコア";
	font-weight: bold;
	font-family: var(--base-bold-font-family);
	font-size: 2rem;
	display: block;
	opacity: 0.5;
  }
  .score-number b {
	display: flex;
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
			align-items: flex-end;

	width: fit-content;
	border-top: 1px solid var(--bs-border-color);
	margin: calc(var(--spacer) * 0.5) auto 0;
	padding-top: calc(var(--spacer) * 0.5);
	line-height: 1;
	font-size: calc(1.425rem + 2.1vw);
  }
  @media (min-width: 1200px) {
	.score-number b {
	  font-size: 3rem;
	}
  }
  .score-number b::after {
	content: "点";
	display: inline-block;
	font-weight: normal;
	font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
	font-size: 2rem;
	margin-right: -0.5rem;
	margin-bottom: 0.4em;
  }

  .event-as-needed{
	margin: 5px 0px;
  }

  /* .tbl06 */
.compare-data {
	width: 100%;
  }
.compare-data th,
.compare-data td{
	width: 25%;
	text-align: center;
	white-space : nowrap;
	border: solid 1px;
	padding: 10px;
	border-color: #C7C7C7;

	font-family: -apple-system, BlinkMacSystemFont, Roboto, Segoe UI, Helvetica Neue, HelveticaNeue, YuGothic, Yu Gothic Medium, Yu Gothic, Verdana, Meiryo, sans-serif;
}