@charset "UTF-8";

/* ===============================================
CSS Information

FileName:lecture.css
Author:MML
Last edit:20191001

=============================================== */
.single-lecture #container .contents.type-lecture {
	
}

.single-lecture #container .contents.type-lecture img {
	max-width: 100%;
}
.single-lecture #container .contents.type-lecture img.aligncenter {
	display: block;
	text-align: center;
	margin: 0 auto;
}

.single-lecture #container .contents.type-lecture span span {
	color: inherit;
	font-size: inherit;
	font-weight: inherit;
}
.single-lecture #container .contents.type-lecture span a {
	font-size: inherit;
	font-weight: inherit;
}


.single-lecture #container .contents.type-lecture strong {
	font-weight: bold;
}

.single-lecture #container .contents.type-lecture table th,
.single-lecture #container .contents.type-lecture table td {
	min-width: 4em;
}


.single-lecture #container .contents.type-lecture .lec_schedul table {
	width: 100%;
	border: 0!important;
}

.single-lecture #container .contents.type-lecture .lec_schedul table thead th {
	font-size: 1.7rem!important;
	vertical-align: middle!important;
	text-align: left!important;
	background-color: transparent!important;
	border: 0!important;
}
.single-lecture #container .contents.type-lecture .lec_schedul table tbody td {
	padding: 5px!important;
	border: 1px solid #ccc!important;
	vertical-align: middle!important;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.single-lecture #container .contents.type-lecture .lec_schedul table tbody td:nth-child(1),
.single-lecture #container .contents.type-lecture .lec_schedul table tbody td:nth-child(2),
.single-lecture #container .contents.type-lecture .lec_schedul table tbody td:nth-child(4),
.single-lecture #container .contents.type-lecture .lec_schedul table tbody td:nth-child(5) {
	width: 5%!important;
	text-align: center!important;
}

.single-lecture #container .contents.type-lecture .lec_schedul table tbody td:nth-child(3),
.single-lecture #container .contents.type-lecture .lec_schedul table tbody td:nth-child(6) {
	width: 40%!important;
}


.single-lecture #container .contents.type-lecture .contentBox h2{
	margin-bottom: 2.5em;
	padding-left: .1em;
	padding-bottom: 8px;
	font-weight: bold;
	font-size: 24px;
	font-size: 2.4rem;
	border-bottom: 1px solid #e5e5e5;
	position: relative;
}
.single-lecture #container .contents.type-lecture .contentBox h2::after{
	content: "";
	width: 200px;
	height: 1px;
	background-color: #005bac;
	position: absolute;
	bottom: -1px;
	left: 0;
}

.single-lecture #container .contents.type-lecture .contentBox h3 {
	margin: 20px 0 2.5em;
	font-weight: bold;
	font-size: 2.1rem;
	color: #000;
	padding-bottom: 10px;
	border-bottom: 1px solid #000;
}
.single-lecture #container .contents.type-lecture .contentBox h4 {
	margin-bottom: 2em;
	font-weight: bold;
	font-size: 1.8rem;
	color: #000;
}
.single-lecture #container .contents.type-lecture .contentBox h5 {
	margin-bottom: 2em;
	font-weight: bold;
	font-size: 1.6rem;
	color: #000;
}
.single-lecture #container .contents.type-lecture .contentBox h5::before {
	content: "";
	display: inline-block;
	width: .5em;
	height: .5em;
	margin-right: .5em;
	text-align: center;
	line-height: 1em;
	border-radius: 50%;
	border: solid 3px #666;
	font-size: 16px;
}

.single-lecture #container .contents.type-lecture .contentBox ol {
	list-style-type: decimal;
}
.single-lecture #container .contents.type-lecture .contentBox li {
	margin-left: 1.3em;
	margin-bottom: .5em;
	text-indent: -1.3em;
	list-style: inherit;
	list-style-position: inside;
}

.single-lecture #container .contents.type-lecture .contentBox hr {
	margin: 2em 0;
}

.single-lecture #container .contents.type-lecture .contentBox blockquote {
	position: relative;
	padding: 10px 15px 10px 60px;
	box-sizing: border-box;
	font-style: italic;
	background: #f5f5f5;
	color: #777777;
	border-left: 4px solid #9dd4ff;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.14);
}

.single-lecture #container .contents.type-lecture .contentBox blockquote:before{
	display: inline-block;
	position: absolute;
	top: 15px;
	left: 15px;
	content: "";
	width: 30px;
	height: 30px;
	background: url(../img/common/quote-left-solid.svg) no-repeat;
	-webkit-background-size: 30px auto;
	background-size: 30px auto;
	color: #9dd4ff;
	line-height: 1;
	font-weight: 900;
}

.single-lecture #container .contents.type-lecture .contentBox blockquote p {
	padding: 0;
	margin: 7px 0;
	line-height: 1.7;
}

.single-lecture #container .contents.type-lecture .contentBox blockquote cite {
	display: block;
	text-align: right;
	color: #888888;
	font-size: 0.9em;
}

.single-lecture #container .contents.type-lecture .event {
	margin-bottom: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-lines:multiple;
	-webkit-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	justify-content: space-between;
}

.single-lecture #container .contents.type-lecture .event .img {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 32%;
}

.single-lecture #container .contents.type-lecture .event .img img { min-height: 10%; }

.single-lecture #container .contents.type-lecture .event .detail { width: 65%; }

.single-lecture #container .contents.type-lecture .read {
	margin-bottom: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-lines:multiple;
	-webkit-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	justify-content: space-between;
}

.single-lecture #container .contents.type-lecture .read p {
	display: block;
	width: 84%;
	font-size: 114%;
	font-weight: bold;
}

.single-lecture #container .contents.type-lecture dl.childcare dt,
.single-lecture #container .contents.type-lecture dl.childcare dd {
	color: #e75297!important;
}

.single-lecture #container .contents.type-lecture dl.childcare dt {
	font-size: 107%;
	font-weight: bold;
}

.single-lecture #container .contents.type-lecture dl.childcare dt span { font-size: 80%; }
.single-lecture #container .contents.type-lecture dl.childcare dt img { margin-right: 5px; }
.single-lecture #container .contents.type-lecture dl.childcare dd { padding-left: 22px; }

.lectureBtn {
	margin: 0 auto 50px;
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-lines:multiple;
	-webkit-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	justify-content: space-between;
}

.lectureBtn li {
	margin: 0!important;
	width: 32%;
}

.lectureBtn li a {
    padding: 25px 0;
    font-size: 1.8rem;
    font-weight: bold;
    color: #fff;
	height: 100%;
    text-align: center;
    text-decoration: none;
    background-color: #005bac;
    transition: all 0.5s;
    box-sizing: border-box;
    position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.lectureBtn li a:hover { background-color: #288ae2; }
.lectureBtn li a::after {
      content: "";
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 0 0 10px 10px;
      border-color: transparent transparent #bef0ff transparent;
      position: absolute;
      bottom: 10px;
      right: 10px;
}
.single-lecture #container .contents.type-lecture .course {
	margin-bottom: 10px;
	min-height: 60px;
	border: 2px solid #005bac;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-lines:multiple;
	-webkit-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	justify-content: flex-end;
}

@media all and (-ms-high-contrast: none) {
	.single-lecture #container .contents.type-lecture .course { min-height: 30px; }
}

.single-lecture #container .contents.type-lecture .course.image { border: 2px solid #e4004f; }

.single-lecture #container .contents.type-lecture .course h4,
.single-lecture #container .contents.type-lecture .course p {
	padding: 5px 10px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
}

.single-lecture #container .contents.type-lecture .course h4 {
	margin-bottom: 0!important;
	font-size: 14px;
	font-weight: bold;
	width: 27%;
	align-items: flex-start;
}

.single-lecture #container .contents.type-lecture .course p.level {
	width: 15%;
	flex-direction: row;
	flex-wrap:wrap;
}

.single-lecture #container .contents.type-lecture .course p.level img { margin-left: 10px; }

.single-lecture #container .contents.type-lecture .course p.level > span {
	display: block;
	margin-left: 10px;
	line-height: 1.2;
	text-align: center;
}

.single-lecture #container .contents.type-lecture .course p.date {
	font-size: 14px;
	font-weight: bold;
	width: 28%;
}

.single-lecture #container .contents.type-lecture .course p.seat {
	font-size: 14px;
	font-weight: bold;
	width: 15%;
	border-left: 2px solid #005bac;
}

.single-lecture #container .contents.type-lecture .course p.seat iframe {
	width: 100%;
	height: 1em;
}

.single-lecture #container .contents.type-lecture .course.image p.seat { border-left: 2px solid #e4004f; }

.single-lecture #container .contents.type-lecture .course p.seat.soldout { color: #f00; }

.single-lecture #container .contents.type-lecture .course p.request {
	padding: 0;
	font-weight: bold;
	width: 15%;
}

.single-lecture #container .contents.type-lecture .course p.request a {
	text-decoration: none;
	color: #fff;
	width: 100%;
	height: 100%;
	background: #005bac;
	transition: all 0.5s;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
}

.single-lecture #container .contents.type-lecture .course.image p.request a { background: #e4004f; }

.request_read {
	margin-bottom: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-lines:multiple;
	-webkit-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	justify-content: space-between;
}

.request_read p {
	display: block;
	line-height: 2.2;
	width: 48%;
}


@media screen and (min-width: 768px) {
	

}

@media screen and (max-width: 767px) {
	.single-lecture #container .contents.type-lecture .contentBox h2{
		padding-left: .1em;
		padding-bottom: 8px;
		font-weight: bold;
		font-size: 1.8rem;
		border-bottom: 1px solid #e5e5e5;
		position: relative;
	}
	.single-lecture #container .contents.type-lecture .contentBox h2::after{
		width: 35%;
	}
	
	.single-lecture #container .contents.type-lecture .contentBox h3 {
		font-size: 1.8rem;
	}
	.single-lecture #container .contents.type-lecture .contentBox h4 {
		font-size: 1.7rem;
	}
	
	.single-lecture #container .contents.type-lecture .event {
		margin-bottom: 20px;
	}
	
	.single-lecture #container .contents.type-lecture .event .img {
		margin-bottom: 20px;
		width: 100%;
	}
	
	.single-lecture #container .contents.type-lecture .event .icon {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		width: 20%;
	}
	
	.single-lecture #container .contents.type-lecture .event .detail { width: 100%; }
	.single-lecture #container .contents.type-lecture .event .detail .read p { width: 78%; }
	
	.single-lecture #container .contents.type-lecture dl.childcare dt span { display: block; }
	.single-lecture #container .contents.type-lecture dl.childcare dd { padding: 0; }
	
	.lectureBtn { margin: 0 auto 30px; }
	.lectureBtn li {
		margin-bottom: 10px!important;
		width: 100%;
	}
	.lectureBtn li#dl a { padding: 11px 0; }
	
	.single-lecture #container .contents.type-lecture .course {
		margin-bottom: 10px;
		min-height: auto;
	}

	.single-lecture #container .contents.type-lecture .course h4,
	.single-lecture #container .contents.type-lecture .course p {
		padding: 5px 10px;
		width: 100%;
	}

	.single-lecture #container .contents.type-lecture .course h4 {
		font-size: 121%;
		width: 100%;
		align-items: center;
	}

	.single-lecture #container .contents.type-lecture .course p.level {
		margin: 0 auto;
		width: 44%;
		/* justify-content: space-around; */
	}

	.single-lecture #container .contents.type-lecture .course p.date { width: 100%; }

	.single-lecture #container .contents.type-lecture .course p.seat {
		width: 100%;
		border-top: 2px solid #005bac;
		border-left: none;
	}
	
	.single-lecture #container .contents.type-lecture .course.image p.seat {
		border-top: 2px solid #e4004f;
		border-left: none;
	}

	.single-lecture #container .contents.type-lecture .course p.request {
		font-size: 121%;
		width: 100%;
	}
	
	.single-lecture #container .contents.type-lecture .course p.request a { line-height: 4; }
	
	.request_read p {
		margin-bottom: 10px;
		width: 100%;
	}

}