@charset "UTF-8";
/* =============================================================================

	style.css

============================================================================= */

/*===============================================================
	
	section_notes
	
===============================================================*/
.section_notes {
	background: #f5f5f5;
}
.section_notes .note {
	background: #fff;
	box-shadow: 0 0 20px 0 rgba(0,0,0,0.05);
	padding: 50px;
}

.section_notes .title {
	font-size: 25px;
	line-height: 1.3;
}
.section_notes p {
	font-size: 16px;
	line-height: 2;
}
.section_notes * + p {
	margin-top: 2em;
} 
.section_notes .date {
	font-size: 14px;
	padding-bottom: 10px;
}
.section_notes .box {
	margin-top: 2em;
}
.section_notes .box .headline {
	font-size: 1.2em;
	font-weight: bold;
	text-align: left;
} 
.section_notes .box * + p {
	margin-top: 0;
}
.section_notes .box .headline + p {
	margin-top: 1em;
} 
.section_notes .box ul + p {
	margin-top: 2em;
}
.section_notes .box .subtitle {
	font-size: 1.1em;
	font-weight: bold;
	text-align: left;
	margin-top: 2em;
}

.indent_list li {
	font-size: 16px;
	line-height: 1.6;
	text-indent: -1em;
	padding-left: 1em;
	margin-top: 0.8em;
}

.indent_list.str2 li {
	font-size: .9em;
	text-indent: -2em;
	padding-left: 2em;
}
.indent_list.alert {
	margin-top: 2em;
}

.circle_num_list li.line {
	position: relative;
	font-size: 16px;
	line-height: 1.6;
	padding-left: 2em;
	margin-top: 1em;
}
.circle_num_list li .num {
	display: block;
	position: absolute;
	top: .125em;
	left: 0;
	width: 1.8em;
	height: 1.8em;
	font-family: 'Noto Sans JP', "sans-serif";
	font-size: 12px;
	line-height: 1.8em;
	text-align: center;
	border: 1px solid #000;
	border-radius: .9em;
	letter-spacing: -0.05em;
	/*padding-right: 0.05em;*/
}
.url {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

/* タブレット以下 */
@media screen and (max-width: 1070px) {

}/* for tablet max-width: 1070px */

/* SP向けレイアウトの指定：～800px */
@media only screen and (max-width: 800px) {
.section_notes .note {
	border: solid 0px #ddd;
	padding: 4vw;
}

.section_notes .title {
	font-size: 5vw;
	line-height: 1.3;
}
.section_notes p {
	font-size: 3.5vw;
	line-height: 1.8;
}
.section_notes * + p {
	margin-top: 2em;
} 
.section_notes .date {
	font-size: 3.5vw;
	padding-bottom: 3vw;
} 

.section_notes .box {
	margin-top: 1em;
}
.section_notes .box .headline {
	font-size: 4.0vw;
}
.section_notes .box .subtitle {
	font-size: 3.8vw;
	margin-top: 1em;
}
.indent_list li {
	font-size: 3.5vw;
}
.circle_num_list li.line {
	font-size: 3.5vw;
}
.circle_num_list li .num {
	top: 0;
	font-size: 2.8vw;
}
.indent_list.str2 li {
	font-size: .75em;
	text-indent: -2em;
	padding-left: 2em;
}
}/* for SP max-width: 800px */

/*-------------------------------------------------------------
	foo	
-------------------------------------------------------------*/
.section_notes .btn_detail {
	width: 300px;
}
.section_notes .btn_detail a {
	box-shadow: none;
	padding: 10px;
	background: #fff;
	font-weight: normal;
	color: #555;
	font-size: 16px;
	border: solid 1px #eaeaea;
	letter-spacing: 0;
}
.section_notes .btn_detail a::after {
	border-color: #555;
	transform: rotate(-45deg);
	left: 15px;
	right: auto;
}
.section_notes .btn_detail a:hover {
	color: #333;
	border-color: #ccc;
}
/* タブレット以下 */
@media screen and (max-width: 1070px) {

}/* for tablet max-width: 1070px */

/* SP向けレイアウトの指定：～800px */
@media only screen and (max-width: 800px) {
.section_notes .btn_detail {
	margin-top: 3vw;
	width: 80%;
}
.section_notes .btn_detail a {
	padding: 2vw;
	font-size: 3.5vw;
}
.section_notes .btn_detail a::after {
	left: 3vw;
}
}/* for SP max-width: 800px */
/*===============================================================
	
	section_news_header
	
===============================================================*/
.section_news_header {
	background: #fff;
	border-top: solid 1px #ddd;
}
.section_news_list {
	background: #f5f5f5;
}
.section_news_header .headline .title {
	font-size: 35px;
	line-height: 1.4;
	padding-top: 10px;
}
.section_news_header .headline p {
	font-size: 16px;
	margin-top: 15px;
}
.section_news_list .btn_wrp .btn_wrp {
	margin-top: -20px;
}
.section_news_list .btn_wrp .btn a {
	background: #fff;
	display: block;
	margin-top: 20px;
	padding: 20px;
	display:flex;
	flex-direction:row;
	flex-wrap:wrap;
	justify-content:space-between;
	color: #000;
	font-weight: bold;
	box-shadow: 0 0 20px 0 rgba(0,0,0,0.05);
}
.section_news_list .btn_wrp .btn a .update {
	color: #f00;
	font-weight: normal;
	font-size: 90%;
}
.section_news_list .btn_wrp .btn a:hover {
	text-decoration: none;
	opacity: 0.7;
}
.section_news_list .btn_wrp .btn a br {
	display: none;
}

/* タブレット以下 */
@media screen and (max-width: 1070px) {

}/* for tablet max-width: 1070px */

/* SP向けレイアウトの指定：～800px */
@media only screen and (max-width: 800px) {
.section_news_header .headline {
	text-align: left;
}
.section_news_header .headline .title {
	font-size: 5vw;
	padding-top: 0;
	text-align: left;
}
.section_news_header .headline p {
	font-size: 3.5vw;
	margin-top: 2vw;
}
.section_news_list .btn_wrp .btn_wrp {
	margin-top: -2vw;
}
.section_news_list .btn_wrp .btn a {
	background: #fff;
	display: block;
	margin-top: 2vw;
	padding: 3vw;
	font-size: 4vw;
	line-height: 1.4;
	display: block;
}

}/* for SP max-width: 800px */

/*===============================================================
	
	section_news_list
	2020/4/3 カラム化
	
===============================================================*/
.section_news_list .item {
	background: #fff;
	margin-top: 0;
}
.section_news_list .item .head {
	padding: 1.2em 0;
	background: #ff0;
}
.section_news_list .item .head .title {
	font-size: 18px;
	line-height: 1.5em;
	text-align: center;
}
.section_news_list .item.event .head {
	/*padding: 1.25em 0;*/
}
.section_news_list .list {
	padding: 15px;
}
.section_news_list .list li {
}
.section_news_list .list li + li {
	margin-top: 15px;
}
.section_news_list .list li a {
	position: relative;
	display: block;
	color: #000;
	font-weight: bold;
	border: 1px solid #eaeaea;
	padding: 15px 20px 15px 15px;
}
.section_news_list .list li a:hover {
	text-decoration: none;
	border: 1px solid #ccc;
}
.section_news_list .list li a .new {
	display: inline-block;
	color: #ff4e4e;
	font-size: 0.75em;
	font-weight: normal;
	vertical-align: middle;
	border: 1px solid #ff4e4e;
	border-radius: 0.25em;
	padding:  0 0.25em;
	margin-left: 0.5em;
}
.section_news_list .list li a .update {
	display: inline-block;
	color: #fff;
	font-size: 0.75em;
	font-weight: normal;
	vertical-align: middle;
	border: 1px solid #ff4e4e;
	background: #ff4e4e;
	border-radius: 0.25em;
	padding:  0 0.25em;
	margin-left: 0.5em;
}
.section_news_list .list .no_date {
	color: #888;
	text-align: center;
}
.section_notes .change {
	color: #ff4e4e !important;
	font-weight: bold !important;
}

/* btn_detail */
.section_news_list .btn_detail a {
	color: #555;
	font-size: 16px;
	font-weight: normal;
	border: solid 1px #eaeaea;
	background: #fff;
	box-shadow: none;
	padding: 10px;
}
.section_news_list .list li a:after,
.section_news_list .btn_detail a:after {
	position: absolute;
	content: " ";
	width: 6px;
	height: 6px;
	top: 0;
	left: auto;
	bottom: 0;
	right: 10px;
	margin: auto;
	border-top: solid 1px #555;
	border-left: solid 1px #555;
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	transform: rotate(135deg);
}
.section_news_list .btn_detail.back a:after {
	right: auto;
	left: 10px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.section_news_list .btn_detail a:hover {
	color: #333;
	border-color: #ccc;
}

/* タブレット以下 */
@media screen and (max-width: 1070px) {
.section_news_list .item .head .title {
	font-size: 1.7vw;
}
.section_news_list .list li a,
.section_news_list .list .no_date  {
	font-size: 1.5vw;
}
}/* for tablet max-width: 1070px */

/* SP向けレイアウトの指定：～800px */
@media only screen and (max-width: 800px) {
.section_news_list .item {
	margin-top: 20px;
}
.section_news_list .item:first-child {
	margin-top: 0;
}
.section_news_list .item .head .title {
	font-size: 4.0vw;
}
.section_news_list .list li a,
.section_news_list .list .no_date  {
	font-size: 3.5vw;
}
.section_news_list .btn_detail a {
	font-size: 3.5vw
}
}/* for SP max-width: 800px */

/*===============================================================
	
	capture
	2020/4/28 zoomダウンロード
	
===============================================================*/
.zoom_dl .capture {
	box-sizing: border-box;
	border: 1px solid #ccc;
	padding: 1px;
}
.zoom_dl .capture.center {
	margin: 10px auto 0;
	width: 31.464174454828661%;
}
.zoom_dl .btn {
	margin-top: 10px;
	width: auto;
}
.zoom_dl .btn a {
	display: block;
	font-size: 18px;
	line-height: 1;
	font-weight: bold;
	background: #0078C9;
	color: #fff;
	text-align: center;
	padding: 15px 0;
	box-sizing: border-box;
}
.zoom_dl .btn a:hover {
	background: #46AFF7;
	text-decoration: none;
}


/*===============================================================
	
	2020/6/25 小バナー
	
===============================================================*/
.banner_s {
	width: 858px;
	margin: 20px auto 0;
}

/* タブレット以下 */
@media screen and (max-width: 1070px) {
.banner_s {
	width: 100%;
}
}/* for tablet max-width: 1070px */

/* SP向けレイアウトの指定：～800px */
@media only screen and (max-width: 800px) {
.banner_s {
	margin-top: 15px;
}
}/* for SP max-width: 800px */


/*===============================================================
	
	案内エリア
	
===============================================================*/
.guide_wrp {
	background: #f5f5f5;
	padding: 50px;
	margin: 2em 0;
}
/* タブレット以下 */
@media screen and (max-width: 1070px) {
}/* for tablet max-width: 1070px */

/* SP向けレイアウトの指定：～800px */
@media only screen and (max-width: 800px) {
.guide_wrp {
	padding: 15px;
}
}/* for SP max-width: 800px */


/*===============================================================
	
	活動制限指針
	
===============================================================*/
.table_wrp {
	margin-top: 80px;
}
.table_wrp .title {
	font-size: 20px;
	line-height: 1.5em;
	text-align: center;
}
.guideline_tbl {
	position: relative;
	width: 100%;
	margin-top: 30px;
}
.guideline_tbl ul.row {
	display: flex;
	align-items: stretch;
}
.guideline_tbl li {
	font-size: 14px;
	vertical-align: middle;
	padding: 1em 1em;
}
.guideline_tbl ul.row li {
	display: flex;
	align-items: center;
}
.guideline_tbl .level {
	width: 5%;
	padding: 1em 0;
}
.guideline_tbl .threshold {
	width: 19%;
}
.guideline_tbl .lesson {
	width: 19%;
}
.guideline_tbl .admission {
	width: 19%;
}
.guideline_tbl .event {
	width: 19%;
}
.guideline_tbl .self_study {
	width: 19%;
}
.guideline_tbl ul.row.head li {
	justify-content: center;
	color: #fff;
	font-weight: bold;
	background: #333;
}
.guideline_tbl ul.current_status {
	position: relative;
}
.guideline_tbl ul.current_status:after {
	content: "";
	position: absolute;
	top: -3px;
	left: -3px;
	height: 100%;
	width: 100%;
	border: 3px solid #f00;
	z-index: 10;
}
.guideline_tbl ul.current_status:before {
	content: "現在のレベル";
	position: absolute;
	top: 0;
	left: 0;
	color: #fff;
	font-size: 10px;
	font-weight: bold;
	background: #f00;
	padding: 0 .25em;
	z-index: 10;
}
.guideline_tbl .level_num {
	position: relative;
	justify-content: center;
	font-size: 16px;
	font-weight: bold;
}
.guideline_tbl .level_num:after {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 15px 0 15px;
	border-color: #e1f4bd transparent transparent transparent;
	transform: translateX(-50%);
	z-index: 5;
}
.guideline_tbl .level0 {
	background: #e1f4bd;
}
.guideline_tbl .level0 .level_num:after {
	border-color: #e1f4bd transparent transparent transparent;
}
.guideline_tbl .level1 {
	background: #fff4d3;
}
.guideline_tbl .level1 .level_num:after {
	border-color: #fff4d3 transparent transparent transparent;
}
.guideline_tbl .level2 {
	background: #ffe290;
}
.guideline_tbl .level2 .level_num:after {
	border-color: #ffe290 transparent transparent transparent;
}
.guideline_tbl .level3 {
	/*color: #fff;*/
	background: #f9a269;
}
.guideline_tbl .level3 .level_num:after {
	border-color: #f9a269 transparent transparent transparent;
}
.guideline_tbl .level4 {
	color: #fff;
	background: #e44b5e;
}
.guideline_tbl .level4 .level_num:after {
	border-color: #e44b5e transparent transparent transparent;
}
.guideline_tbl .level5 {
	color: #fff;
	background: #ae071b;
}
.guideline_tbl .level5 .level_num:after {
	border-color: #ae071b transparent transparent transparent;
}
.guideline_tbl .level6 {
	color: #fff;
	background: #6e0714;
}
.guideline_tbl .level6 .level_num:after {
	content: none;
}
.guideline_tbl .bl_bk {
	border-left: 1px dotted #000;
}
.guideline_tbl .bl_wh {
	border-left: 1px dotted #fff;
}

/* タブレット以下 */
@media screen and (max-width: 1070px) {
}/* for tablet max-width: 1070px */

/* SP向けレイアウトの指定：～800px */
@media only screen and (max-width: 800px) {
.table_wrp {
	margin-top: 30px;
}
.table_wrp .title {
	font-size: 3.8vw;
}
.guideline_tbl {
	width: 100%;
	overflow: auto;
	margin-top: 15px;
}
.guideline_tbl ul.row {
	width: 300vw;
	margin: 0 3px;
}
.guideline_tbl li {
	font-size: 3.2vw;
	padding: .5em 1em;
}
.guideline_tbl ul.current_status:before {
	font-size: 2.6vw;
}
.guideline_tbl .level_num {
	font-size: 3.5vw;
}
.guideline_tbl .level_num:after {
	border-width: 10px 15px 0 15px;
}
}/* for SP max-width: 800px */


/*===============================================================
	
	新型コロナウイルス感染拡大防止に関する本学のこれまでの対応
	
===============================================================*/
.past_link {
	text-align: center;
	margin-top: 40px;
}
.past_link a {
	position: relative;
	display: block;
	color: #000;
	font-weight: bold;
	border: 1px solid #eaeaea;
	background: #fff;
	padding: 15px 20px 15px 15px;
}
.past_link a:after {
	position: absolute;
	content: "";
	width: 6px;
	height: 6px;
	top: 50%;
	right: 10px;
	margin: auto;
	border-top: solid 1px #555;
	border-left: solid 1px #555;
	transform: translateY(-50%) rotate(135deg);
}
.past_link a:hover {
	text-decoration: none;
	border-color: #ccc;
}

/* タブレット以下 */
@media screen and (max-width: 1070px) {
}/* for tablet max-width: 1070px */

/* SP向けレイアウトの指定：～800px */
@media only screen and (max-width: 800px) {
}/* for SP max-width: 800px */
