@charset 'utf-8'; 

/* common
------------------------------------------------ */
.page__title { margin-bottom: 0; background-image: url(../../img/school/title_index.jpg); }

/* school
------------------------------------------------ */
.school { margin-top: 80px; max-width: 800px; }
.school__content {margin-bottom: 60px;}
.school__content .title--2 {margin: 40px 0 20px;}
.school__content--title {position: relative; margin-bottom: 28px; padding-bottom: 10px; border-bottom: solid #003884 3px; font-size: 2.2rem; font-weight: 600; letter-spacing: .05em; color: #282A2C; }
.school__content p { margin-bottom: 20px; font-size: 1.6rem; }
.school__content dl { display: flex; font-size: 1.6rem; }
.school__content dl + dl { margin-top: 6px; }
.school__content dl dt,
.school__content dl dd { padding: 6px 20px; }
.school__content dl dt { display: flex; justify-content: center; align-items: center; width: 8em; background: #003884; text-align: center; font-weight: bold; color: #fff; }
.school__content dl dd { margin-left: 6px; width: calc(100% - (8em + 6px)); background: #efefef; }
.school__content__lists { margin-top: 40px; }
.school__content__lists--item { position: relative; margin-top: 6px; padding-left: 1em; text-indent: -1em; font-size: 1.6rem; }
.school__content__lists--item:first-child { margin-top: 0; }
.school-calendar { position: relative; margin-top: 60px; padding-bottom: 80%; width: 100%; height: 0; overflow: hidden; }
.school-calendar > iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.school-lessons { margin-top: 60px; }
.school-lessons-table { margin-top: 40px; }
.school-lessons .bgc-1 { background: #cfc; }
.school-lessons .bgc-2 { background: #ffc; }
.school-lessons .bgc-3 { background: #ccf; }
.school-lessons .bgc-4 { background: #fcc; }
.school-lessons-lists { position: relative; }
.school-lessons-lists--item { display: flex; align-items: center; position: relative; }
.school-lessons-lists--item:not(:first-child) { margin-top: 10px; }
.school-lessons-lists__info { position: relative; padding: 20px 10px 20px 60px; width: calc(100% - 280px); }
.school-lessons-lists__info > p { margin: 0; }
.school-lessons-lists__info > .num { position: absolute; top: 50%; left: 20px; transform: translateY(-50%); font-size: 2rem; }
.school-lessons-lists__info > .class { font-size: 1.4rem; font-weight: bold; }
.school-lessons-lists__info > .name { font-size: 2rem; font-weight: bold; }
.school-lessons-lists__info > .date { font-size: 1.6rem; font-weight: bold; }
.school-lessons-lists__info > .date span { font-size: 1.4rem; color: #f00; }
.school-lessons-lists--form,
.school-lessons-lists--line { margin-left: 20px; width: 120px; }
.school-lessons-lists--form > p,
.school-lessons-lists--line > p { margin: 0; }
.school-lessons-lists--form > .qr,
.school-lessons-lists--line > .qr { text-align: center; }
.school-lessons-lists--form > .link,
.school-lessons-lists--line > .account,
.school-lessons-lists--line > .link { text-align: center; font-size: 1.2rem; }
.school-lessons-lists--line > .account { font-weight: bold; }
.school-lessons-table table { width: 100%; border-collapse: separate; border-spacing: 1px; }
.school-lessons-table table caption,
.school-lessons-table table th,
.school-lessons-table table td { padding: 8px 4px; text-align: center; font-size: 1.2rem; }
.school-lessons-table table caption,
.school-lessons-table table th { background: #003884; font-weight: bold; color: #fff; }
.school-lessons-table table th span { font-size: 1rem; color: #ff0; }
.school-lessons-table table td { width: 20%; background: #efefef; }
.school-lessons-table table th.empty,
.school-lessons-table table td.empty { background: #fff; }

@media only screen and (max-width: 768px) {
	.school { margin-top: 40px; padding: 0 20px; }
	.school__content {margin-bottom: 35px;}
	.school__content .title--2 {margin: 30px 0 10px;}
	.school__content .title--2:first-child {margin: 70px 0 10px;}
	.school__content:first-child {margin-bottom: 17px;}
	.school__content:last-child {margin: 0;}
	.school__content--title {font-size: 1.35rem; margin-bottom: 16px;}
	.school__content p { font-size: 1.2rem; }
	.school__content dl { display: block; font-size: 1.2rem; }
	.school__content dl + dl { margin-top: 10px; }
	.school__content dl dt,
	.school__content dl dd { padding: 4px 12px; width: auto; }
	.school__content dl dt { display: block; margin-bottom: 1px; }
	.school__content dl dd { margin-left: 0; }
	.school__content__lists { margin-top: 20px; }
	.school__content__lists--item { font-size: 1.2rem; }
	.school-calendar { position: relative; margin-top: 30px; padding-bottom: 120%; }
	.school-lessons { margin-top: 30px; }
	.school-lessons-lists--item { flex-wrap: wrap; }
	.school-lessons-lists--item:not(:first-child) { margin-top: 20px; }
	.school-lessons-lists__info { padding: 10px 10px 10px 40px; width: 100%; }
	.school-lessons-lists__info > .num { left: 10px; font-size: 1.8rem; }
	.school-lessons-lists__info > .class { font-size: 1.2rem; }
	.school-lessons-lists__info > .name { font-size: 1.8rem; }
	.school-lessons-lists__info > .date { font-size: 1.4rem; }
	.school-lessons-lists__info > .date span { font-size: 1.2rem; }
	.school-lessons-lists--form,
	.school-lessons-lists--line { margin: 10px 0 0; width: 50%; }
	.school-lessons-lists--form > .link,
	.school-lessons-lists--line > .account,
	.school-lessons-lists--line > .link { font-size: 1rem; }
	.school-lessons-table { margin-top: 20px; padding-bottom: 10px; overflow-x: auto; }
	.school-lessons-table table caption,
	.school-lessons-table table th,
	.school-lessons-table table td { white-space: nowrap; }
}
