@charset "UTF-8";

body.student .main-container{
	padding-bottom:0!important;
}
.main-container{
	padding-bottom:0;
}
/*--- お知らせ ---*/
#s_news{
	text-align: center;
	padding-bottom:  calc(var(--spacer)*8);
}
#s_news .container{
	width: auto;
	display: inline-block;
}

#s_news ul{
	display: inline-flex;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: flex-start;
	text-align: center;
	margin-bottom: 24px;
}
#s_news ul li{
	display: block;
	line-height: 1;
	margin: 0 3px 6px;
}
#s_news ul li a{
	width: auto;
	display: block;
	padding: 6px 10px;
	font-size: calc(var(--font-size-base)*.9);
	color: #fff;
	transition: 0.3s;
	margin: 0;
}
#s_news ul li a:hover{
	opacity: 0.7;
}
#s_news .heading+dl,
#s_news ul+dl{
	border-top: 1px solid var(--border);
}
#s_news dl{
	text-align: left;
	display: flex;
	align-items: center;
	border-bottom: 1px solid var(--border);
	padding: 15px 0;
}
#s_news dl dt{
	width: 160px;
}
#s_news dl dd{
	width: calc(100% - 160px);
}
#s_news dl dd a{
	display: inline-flex;
	align-items: center;
	justify-content: flex-start;
	padding-left: 120px;
	position: relative;
}
#s_news dl dd a i{
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}
#s_news .btn{
	margin-top: 40px;
}
@media screen and (max-width: 1000px){
	#s_news{
		padding-bottom: 50px;
	}
	#s_news dl{
		display: block;
	}
	#s_news dl dd{
		width: auto;
	}
	#s_news dl dd a{
		padding-left: 0;
	}
	#s_news dl dd a i{
		top: -25px;
		left: 150px;
		transform: translate(0);
	}
}
@media screen and (max-width: 850px){
	#s_news dl dt{
		margin-bottom: 5px
	}
	#s_news dl dd a i{
		top: -28px;
		left: 130px;
	}
}
@media screen and (max-width: 500px){
	#s_news ul{
		margin-bottom: 15px;
	}
}

/*pickup2*/
body.student #s_pick .pickup2{
	justify-content: space-between;
}
body.student #s_pick .pickup2 >*{
	width: 48%;
	text-align: left;
}
@media screen and (max-width: 1000px){
	body.student #s_pick .pickup2 >*{
		width: 100%;
		margin-bottom: calc(var(--spacer)*2);
	}
	body.student #s_pick .pickup2 {
		margin-top: 0;
	}
}
/**/
.table thead th,
.table thead td,
.table tfoot th,
.table tfoot td{
    background: color-mix(in srgb, var(--body) 11%, white);
	font-weight: bold;
	text-align: center;
}
/*------------
cloud 授業支援
--------------*/
body.student-cloud #lv .lv-title{
	border-bottom:1px solid var(--border);
	padding-bottom: 4vh;
}
body.student-cloud #lv .lv-img{
	display: none;
}
@media screen and (max-width: 768px) {
	body.student-cloud #lv figure img {
	  object-position: 60% 50%;
	}
  }
/*------------
curriclium 教科指導
--------------*/
body.student-curriclium #lv .lv-title{
	border-bottom:1px solid var(--border);
	padding-bottom: 4vh;
}
body.student-curriclium #lv .lv-img{
	display: none;
}

body.student-curriclium table {
    font-size:calc(var(--font-size-base)*.9);
}
body.student-curriclium .d-flex-basic > div{
	order:1;
}
body.student-curriclium .d-flex-basic > figure{
	order:2;
}
@media screen and (max-width: 768px) {
	body.student-curriclium .d-flex-basic > div{
		order:2;
	}
	body.student-curriclium .d-flex-basic > figure{
		order:1;
		margin-bottom:calc(var(--spacer)*3);
	}
}
/*------------
library 図書館
--------------*/
body.student-library #lv .lv-title{
	border-bottom:1px solid var(--border);
	padding-bottom: 4vh;
}
body.student-library #lv .lv-img{
	display: none;
}
body.student-library article:not(:last-of-type){
	margin-bottom:calc(var(--spacer)*5);
}
body.student-library .d-flex-basic > div{
	order:1;
}
body.student-library .d-flex-basic > figure{
	order:2;
}
@media screen and (max-width: 768px) {
	body.student-library .d-flex-basic > div{
		order:2;
	}
	body.student-library .d-flex-basic > figure{
		order:1;
		margin-bottom:calc(var(--spacer)*3);
	}
}
/*------------
office 事務室
--------------*/
/*#lvイメージ無し*/
body.student-office #lv .lv-title{
	border-bottom:1px solid var(--border);
	padding-bottom: 4vh;
}
body.student-office #lv .lv-img{
	display: none;
}
body.student-office .d-flex-basic > div{
	order:1;
}
body.student-office .d-flex-basic > figure{
	order:2;
}
@media screen and (max-width: 768px) {
	body.student-office .d-flex-basic > div{
		order:2;
	}
	body.student-office .d-flex-basic > figure{
		order:1;
		margin-bottom:calc(var(--spacer)*3);
	}
  }
body.student-office .d-flex.office-btn > div{
	width:48%;
}
body.student-office.form article h3{
	display: none;
}
/*certificate 証明書申請*/
@media screen and (max-width: 768px){
	body.student-office .d-flex.office-btn > div{
		width: 100%;
		margin-bottom:calc(var(--spacer)*3);
	}
	
}