@charset "UTF-8";
/*
example
@include taJ
*/
/*************************
共通class
************************ */
.fontbold {
	font-weight: bold;
}

.underline {
	text-decoration: underline;
}

.frd {
	color: #d8261c;
	font-weight: bold;
}

.fbl {
	color: #00aadb;
	font-weight: bold;
}

.fgn {
	color: #adff65;
	font-weight: bold;
}

.f24 {
	font-size: 24px;
	font-size: 2.4rem;
}

@media screen and (max-width: 768px) {
	.f24 {
		font-size: 20px;
		font-size: 2rem;
	}
}

.f30 {
	font-size: 30px;
	font-size: 3rem;
	line-height: 1.5;
}

@media screen and (max-width: 768px) {
	.f30 {
		font-size: 24px;
		font-size: 2.4rem;
	}
}

.f36 {
	font-size: 36px;
	font-size: 3.6rem;
}

@media screen and (max-width: 768px) {
	.f36 {
		font-size: 28px;
		font-size: 2.8rem;
		line-height: 1.2;
	}
}

.bgy {
	background-color: #feeb35;
	display: inline-block;
	padding: 0.6rem;
	font-weight: 700;
	line-height: 1;
}

.ubg {
	display: inline-block;
	position: relative;
}

.ubg:after {
	content: '';
	display: block;
	width: 100%;
	height: 3px;
	background-color: #38cc74;
	position: absolute;
	bottom: -0.4rem;
	left: 0;
}

@media screen and (max-width: 768px) {
	.ubg:after {
		content: none;
	}
}

.moviebox .movie {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}

.moviebox .movie iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
}

@media screen and (max-width: 992px) {
	.container {
		max-width: 728px;
	}
}

@media screen and (max-width: 480px) {
	.container {
		max-width: none;
	}
}

/*************************
main
************************ */
.sctbox {
	position: relative;
	margin-top: 40px;
}

.sctbox .title {
	position: absolute;
	left: auto;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	font-size: 14px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 40px;
	height: 100%;
	margin-right: 40px;
	-ms-flex-direction: column;
	-webkit-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	border-right: 2px solid #d8261c;
}

@media screen and (max-width: 768px) {
	.sctbox .title {
		margin-right: 0;
	}
}

.sctbox .title span {
	-webkit-transform: rotate(-180deg);
	    -ms-transform: rotate(-180deg);
	        transform: rotate(-180deg);
	font-family: Exo,sans-serif;
	color: #d8261c;
	font-weight: 800;
	text-align: center;
	letter-spacing: 2px;
	width: 100%;
	line-height: 40px;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}

.sctbox .title2 {
	text-align: center;
	color: #525252;
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-size: 20px;
	line-height: 24px;
	margin-bottom: 40px;
	letter-spacing: 2px;
	position: relative;
	z-index: 3;
}

@media screen and (max-width: 480px) {
	.sctbox .title2 {
		letter-spacing: 0;
	}
}

.sctbox .title2:before {
	content: '';
	display: block;
	width: 20px;
	height: 20px;
	background-color: transparent;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: center bottom;
	background-size: contain;
	margin: 0 auto 8px;
}

.sctbox .title3 {
	width: 100%;
	height: 80px;
	line-height: 80px;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	color: #525252;
	font-family: fot-tsukuardgothic-std, sans-serif;
	letter-spacing: 4px;
	border: 1px solid #e87d78;
	border-radius: 8px;
	background-color: #fff5f5;
	margin-bottom: 16px;
	position: relative;
}

@media screen and (max-width: 992px) {
	.sctbox .title3 {
		margin-bottom: 20px;
	}
}

@media screen and (max-width: 768px) {
	.sctbox .title3 {
		height: 60px;
		line-height: 58px;
		letter-spacing: 0;
	}
}

@media screen and (max-width: 480px) {
	.sctbox .title3 {
		font-size: 16px;
		letter-spacing: 0;
	}
}

.sctbox .title3:before {
	content: '';
	display: block;
	width: 18px;
	height: 18px;
	background: transparent url(../common/img/icon_info_circle.png) no-repeat scroll center center;
	background-size: contain;
	position: absolute;
	left: 1.6rem;
	top: calc(50% - 9px);
}

.sctbox .title4 {
	font-size: 28px;
	text-align: center;
	color: #d8261c;
	font-weight: 700;
	margin-bottom: 16px;
	line-height: 40px;
}

@media screen and (max-width: 480px) {
	.sctbox .title4 {
		font-size: 16px;
		letter-spacing: 0;
		line-height: 28px;
	}
}

.sctbox:nth-of-type(odd) .title {
	left: 0;
	right: auto;
	margin-right: 0;
	margin-left: 40px;
	border-right: none;
	border-left: 2px solid #d8261c;
}

@media screen and (max-width: 768px) {
	.sctbox:nth-of-type(odd) .title {
		margin-left: 0;
	}
}

.sctbox .ftred {
	color: #d8261c;
	font-weight: 700;
}

#head {
	margin-top: 0;
	padding-top: 120px;
}

@media screen and (max-width: 768px) {
	#head {
		padding-top: 80px;
	}
}

#head .container {
	margin-bottom: 80px;
}

@media screen and (max-width: 992px) {
	#head .container {
		margin-bottom: 60px;
	}
}

@media screen and (max-width: 768px) {
	#head .container {
		margin-bottom: 40px;
	}
}

#head .notes {
	text-align: center;
}

#head .notes p {
	font-size: 30px;
	font-weight: 700;
	color: #000;
	line-height: 1.6;
	letter-spacing: 0.5px;
	padding: 12px 20px;
	background-color: #d8261c;
	color: #fff;
	text-shadow: 3px 3px 0 #7d0f09;
	-webkit-box-shadow: 5px 5px 0 #fcc;
	        box-shadow: 5px 5px 0 #fcc;
	display: inline-block;
	-webkit-transform: skewX(350deg);
	    -ms-transform: skewX(350deg);
	        transform: skewX(350deg);
	position: relative;
}

@media screen and (max-width: 768px) {
	#head .notes p {
		font-size: 17px;
		padding: 10px 12px;
	}
}

#head .notes p:before {
	content: '+';
	display: block;
	font-size: 200px;
	font-weight: 900;
	line-height: 0.52;
	color: #ffc904;
	text-shadow: none;
	position: absolute;
	top: calc(50% - 50px);
	left: calc(50% - 4px);
	z-index: 1;
	opacity: .8;
}

@media screen and (max-width: 768px) {
	#head .notes p:before {
		font-size: 160px;
		top: calc(50% - 41px);
		left: calc(50% - 15px);
	}
}

#head .notes p span {
	position: relative;
	z-index: 2;
}

#head h1 {
	margin-top: 30px;
	color: #d8261c;
	font-size: 68px;
	line-height: 1.6;
	text-align: center;
	text-shadow: 4px 4px 0 #fcc;
	font-weight: 800;
	letter-spacing: 4px;
	margin-bottom: 60px;
}

@media screen and (max-width: 992px) {
	#head h1 {
		margin-top: 40px;
		font-size: 52px;
		line-height: 1.4;
		margin-bottom: 40px;
	}
}

@media screen and (max-width: 768px) {
	#head h1 {
		font-size: 40px;
		margin-top: 20px;
		margin-bottom: 20px;
		letter-spacing: 0;
		padding: 0 20px;
	}
}

@media screen and (max-width: 480px) {
	#head h1 {
		text-align: left;
	}
}

#head figure {
	width: 100%;
	padding: 30px 0 40px;
}

@media screen and (max-width: 768px) {
	#head figure {
		padding: 20px 40px 40px;
	}
}

@media screen and (max-width: 480px) {
	#head figure {
		padding: 20px 0 40px;
	}
}

#head figure img {
	width: 100%;
	height: 320px;
	-o-object-fit: cover;
	   object-fit: cover;
}

@media screen and (max-width: 480px) {
	#head figure img {
		height: 160px;
	}
}

#head .txtbox {
	background-color: #fafafa;
	border: 1px solid #e0e0e0;
	border-radius: 10px;
	padding: 40px;
	max-width: 700px;
	margin: 0 auto;
}

@media screen and (max-width: 992px) {
	#head .txtbox {
		max-width: 488px;
	}
}

@media screen and (max-width: 768px) {
	#head .txtbox {
		max-width: calc(100% - 120px);
		padding: 40px 0;
	}
}

@media screen and (max-width: 480px) {
	#head .txtbox {
		max-width: calc(100% - 80px);
		padding: 20px;
	}
}

#head .txtbox p {
	font-family: ryo-display-plusn, '游明朝', YuMincho, "Yu Mincho", "ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
	text-align: center;
	margin-bottom: 10px;
	font-size: 17px;
	line-height: 2;
	letter-spacing: 1px;
}

@media screen and (max-width: 768px) {
	#head .txtbox p {
		font-size: 16px;
		line-height: 1.8;
		letter-spacing: 0;
	}
}

@media screen and (max-width: 480px) {
	#head .txtbox p {
		font-size: 14px;
		text-align: left;
	}
}

#head .txtbox .point {
	padding-top: 20px;
}

#head .txtbox .point p {
	margin-bottom: 20px;
	font-family: ryo-gothic-plusn,sans-serif;
	color: #333;
	font-size: 28px;
	line-height: 1.2;
	font-weight: 800;
	text-align: center;
	letter-spacing: 2px;
	text-shadow: 2px 2px 0 #fff04f;
}

@media screen and (max-width: 992px) {
	#head .txtbox .point p {
		font-size: 20px;
	}
}

@media screen and (max-width: 768px) {
	#head .txtbox .point p {
		letter-spacing: 0;
	}
}

@media screen and (max-width: 480px) {
	#head .txtbox .point p {
		font-size: 16px;
	}
}

#head .txtbox .point p:last-of-type {
	margin-bottom: 0;
}

#head .txtbox .point p b {
	display: block;
	margin-top: 8px;
	font-size: 48px;
	line-height: 1.2;
	text-shadow: 2px 2px 0 #fff04f;
}

@media screen and (max-width: 768px) {
	#head .txtbox .point p b {
		font-size: 40px;
	}
}

@media screen and (max-width: 480px) {
	#head .txtbox .point p b {
		font-size: 36px;
	}
}

.txt {
	margin-bottom: 4rem;
}

@media screen and (max-width: 480px) {
	.txt {
		padding: 0 12px;
		margin-bottom: 20px;
	}
}

.txt p {
	color: #525252;
	line-height: 32px;
	font-size: 16px;
	text-align: center;
	letter-spacing: 0.8px;
}

@media screen and (max-width: 768px) {
	.txt p {
		margin-bottom: 10px;
	}
}

.txt p.lhm {
	line-height: 32px;
}

@media screen and (max-width: 480px) {
	.txt p.lhm {
		font-size: 14px;
		line-height: 24px;
		text-align: left;
		margin-bottom: 20px;
	}
}

.txt p.lhh {
	line-height: 45px;
}

@media screen and (max-width: 768px) {
	.txt p.lhh {
		line-height: 32px;
	}
}

@media screen and (max-width: 480px) {
	.txt p.lhh {
		font-size: 14px;
		line-height: 32px;
		text-align: left;
		margin-bottom: 20px;
	}
}

.weblesson {
	display: block;
	text-align: center;
	border-radius: 4px;
}

.weblesson dt img {
	width: 150px;
	height: 16px;
}

.weblesson dd {
	text-align: center;
}

.weblesson dd a {
	line-height: 52px;
	height: 52px;
	font-size: 20px;
	display: inline-block;
	width: 280px;
	border-radius: 4px;
	background-image: -webkit-linear-gradient(315deg, #d8261c, #ff9e99);
	background-image: linear-gradient(135deg, #d8261c, #ff9e99);
	color: #fff;
	font-weight: 700;
	text-align: center;
	letter-spacing: -.2px;
}

@media screen and (max-width: 480px) {
	.weblesson dd a {
		width: 100%;
	}
}

.mouse .weblesson dd a:hover {
	-webkit-transform: translate3d(0px, -4px, 0px) scale3d(1.02, 1.02, 1);
	        transform: translate3d(0px, -4px, 0px) scale3d(1.02, 1.02, 1);
	-webkit-transform-style: preserve-3d;
	        transform-style: preserve-3d;
}

@media screen and (max-width: 992px) {
	#course01 {
		margin-top: 6rem;
	}
}

@media screen and (max-width: 768px) {
	#course01 .container {
		padding: 0 20px;
	}
}

#course01 .campaign {
	font-family: ryo-display-plusn, '游明朝', YuMincho, "Yu Mincho", "ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
	color: #d8261c;
	font-size: 24px;
	line-height: 1.4;
	font-weight: 500;
	letter-spacing: 3px;
	text-align: center;
	margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
	#course01 .campaign {
		font-size: 20px;
		letter-spacing: 0;
	}
}

@media screen and (max-width: 480px) {
	#course01 .campaign {
		font-size: 16px;
		line-height: 1.4;
		font-weight: 700;
	}
}

#course01 h1 {
	padding-top: 12px;
	padding-bottom: 12px;
	border-radius: 4px;
	background-color: #d8261b;
	color: #fff;
	font-weight: 800;
	font-size: 38px;
	line-height: 50px;
	text-align: center;
	letter-spacing: 2px;
	margin-bottom: 40px;
}

@media screen and (max-width: 992px) {
	#course01 h1 {
		margin-bottom: 20px;
	}
}

@media screen and (max-width: 768px) {
	#course01 h1 {
		font-size: 30px;
		letter-spacing: 1px;
	}
}

@media screen and (max-width: 480px) {
	#course01 h1 {
		font-size: 20px;
	}
}

#course01 figure {
	margin-bottom: 40px;
}

@media screen and (max-width: 992px) {
	#course01 figure {
		margin-bottom: 20px;
	}
}

#course01 figure img {
	width: 100%;
	height: 560px;
	-o-object-fit: cover;
	   object-fit: cover;
}

@media screen and (max-width: 768px) {
	#course01 figure img {
		height: 320px;
	}
}

@media screen and (max-width: 480px) {
	#course01 figure img {
		height: 200px;
	}
}

#course01 .outline {
	margin-bottom: 20px;
}

#course01 .outline dl {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	padding: 11px 20px 8px;
	border-radius: 4px;
	background-color: #f5f5f5;
	border: 1px solid #e0e0e0;
	margin-bottom: 8px;
}

#course01 .outline dl dt {
	width: 294px;
	font-size: 20px;
	line-height: 1;
	font-weight: 700;
	color: #525252;
}

@media screen and (max-width: 992px) {
	#course01 .outline dl dt {
		width: calc((100% - 16px) / 3);
	}
}

@media screen and (max-width: 768px) {
	#course01 .outline dl dt {
		font-size: 16px;
	}
}

@media screen and (max-width: 480px) {
	#course01 .outline dl dt {
		font-size: 12px;
	}
}

#course01 .outline dl dd {
	width: calc(100% - 16px - 294px);
	padding-left: 16px;
	font-size: 16px;
	line-height: 1.8;
	font-weight: 400;
	text-align: justify;
}

@media screen and (max-width: 992px) {
	#course01 .outline dl dd {
		width: calc((100% - 16px) / 3 * 2);
	}
}

@media screen and (max-width: 768px) {
	#course01 .outline dl dd {
		font-size: 14px;
		line-height: 1.6;
	}
}

@media screen and (max-width: 480px) {
	#course01 .outline dl dd {
		font-size: 12px;
	}
}

#course01 .outline dl:last-of-type {
	margin-bottom: 0;
}

#course01 .btnbox {
	text-align: center;
	margin-bottom: 80px;
}

@media screen and (max-width: 768px) {
	#course01 .btnbox {
		margin-bottom: 60px;
	}
}

@media screen and (max-width: 480px) {
	#course01 .btnbox {
		margin-bottom: 40px;
	}
}

#course01 .btnbox .btn2 {
	display: block;
	width: 320px;
	padding: 16px;
	margin: 0 auto 12px;
	border-radius: 8px;
	background-color: #e06d42;
	-webkit-box-shadow: 0 4px 0 0 #b25635;
	        box-shadow: 0 4px 0 0 #b25635;
	color: #fff;
	font-size: 16px;
	line-height: 1;
	font-weight: 700;
}

@media screen and (max-width: 480px) {
	#course01 .btnbox .btn2 {
		width: 100%;
		font-size: 14px;
	}
}

#course01 .txtbox {
	margin-bottom: 32px;
}

@media screen and (max-width: 480px) {
	#course01 .txtbox p {
		letter-spacing: 0;
	}
}

@media screen and (max-width: 768px) {
	#course01 .txtbox.kodawari .txt {
		padding: 0;
	}
}

@media screen and (max-width: 480px) {
	#course01 .txtbox.kodawari .txt {
		padding: 0 20px;
	}
}

#course01 .heading {
	border: 1px solid #d8261c;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
	overflow: hidden;
	border-radius: 4px;
	margin-bottom: 32px;
}

@media screen and (max-width: 480px) {
	#course01 .heading {
		margin-bottom: 20px;
	}
}

#course01 .heading .nmb {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	padding: 8px 20px;
	background-color: #d8261c;
	color: #fff;
	font-size: 60px;
	font-weight: 700;
	line-height: 1;
	font-family: ryo-gothic-plusn,sans-serif;
	position: relative;
}

@media screen and (max-width: 768px) {
	#course01 .heading .nmb {
		font-size: 40px;
	}
}

@media screen and (max-width: 480px) {
	#course01 .heading .nmb {
		font-size: 40px;
		padding: 8px 10px;
	}
}

#course01 .heading .nmb:before {
	content: '';
	display: block;
	width: 20px;
	height: 20px;
	background: transparent url(../common/img/icon_check_square.png) no-repeat scroll center center;
	background-size: contain;
	margin-right: 8px;
}

@media screen and (max-width: 480px) {
	#course01 .heading .nmb:before {
		margin-right: 4px;
	}
}

#course01 .heading .title5 {
	padding: 16px 16px 16px 28px;
}

@media screen and (max-width: 768px) {
	#course01 .heading .title5 {
		padding: 16px 16px 16px 28px;
	}
}

@media screen and (max-width: 480px) {
	#course01 .heading .title5 {
		padding: 16px 0 16px 16px;
	}
}

#course01 .heading .title5 span {
	display: block;
	margin-top: 4px;
	margin-bottom: 0;
	margin-left: 2px;
	font-size: 16px;
	font-weight: 400;
}

@media screen and (max-width: 480px) {
	#course01 .heading .title5 span {
		line-height: 1.2;
	}
}

#course01 .heading .title5 b {
	display: block;
	margin-top: 12px;
	margin-bottom: 0;
	margin-left: 0;
	color: #d8261c;
	font-size: 40px;
	line-height: 1.2;
	font-weight: 400;
	letter-spacing: 3px;
	text-shadow: 3px 3px 0 #fcc;
}

@media screen and (max-width: 768px) {
	#course01 .heading .title5 b {
		font-size: 28px;
		margin-top: 4px;
		letter-spacing: 0;
	}
}

@media screen and (max-width: 480px) {
	#course01 .heading .title5 b {
		font-size: 18px;
		line-height: 1.4;
		margin-top: 12px;
	}
}

#course01 .txt {
	padding: 0 60px;
	margin-bottom: 0;
}

@media screen and (max-width: 768px) {
	#course01 .txt {
		padding: 0 40px;
	}
}

@media screen and (max-width: 480px) {
	#course01 .txt {
		padding: 0 20px 1px;
	}
}

#course01 .txt .lhm {
	font-size: 16px;
	text-align: center;
	line-height: 1.8;
}

#course01 .txt .lhh {
	font-size: 16px;
	line-height: 1.8;
	text-align: center;
}

@media screen and (max-width: 480px) {
	#course01 .txt p {
		line-height: 1.8;
	}
}

#course01 .txt p:last-of-type {
	margin-bottom: 0;
}

#course01 .txt.lctrwrap {
	padding: 0 40px;
}

@media screen and (max-width: 768px) {
	#course01 .txt.lctrwrap {
		padding: 0 20px;
	}
}

#course01 .support {
	max-width: 442px;
	border: 1px dashed #d8261c;
	padding: 20px;
	border-radius: 4px;
	margin: 20px auto 0;
}

#course01 .support h4 {
	font-size: 20px;
	line-height: 1;
	font-weight: 700;
	text-align: center;
	margin-bottom: 20px;
}

#course01 .support .supportlist li {
	display: block;
	width: 400px;
	margin-bottom: 8px;
	padding: 11px 20px 8px;
	border: 1px solid #e0e0e0;
	border-radius: 4px;
	background-color: #f5f5f5;
	color: #525252;
	font-size: 16px;
	line-height: 1.8;
	font-weight: 400;
	text-align: center;
}

@media screen and (max-width: 768px) {
	#course01 .support .supportlist li {
		width: 100%;
	}
}

@media screen and (max-width: 480px) {
	#course01 .support .supportlist li {
		font-size: 12px;
		line-height: 1.6;
	}
}

#course01 .btn3 {
	display: block;
	width: 280px;
	height: 40px;
	margin: 20px auto 0;
	border: 2px solid #d8261c;
	border-radius: 4px;
	background-color: transparent;
	-webkit-box-shadow: 0 2px 0 0 #d8261c;
	        box-shadow: 0 2px 0 0 #d8261c;
	font-family: ryo-gothic-plusn,sans-serif;
	color: #d8261c;
	line-height: 36px;
	font-weight: 700;
	text-align: center;
}

@media screen and (max-width: 480px) {
	#course01 .btn3 {
		width: 42%;
		margin-bottom: 20px;
	}
}

#course01 .lecturerbox {
	padding-top: 20px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
}

#course01 .lecturerbox .lecturer {
	width: 400px;
	margin-bottom: 24px;
}

@media screen and (max-width: 992px) {
	#course01 .lecturerbox .lecturer {
		width: calc((100% - 16px) / 2);
	}
}

@media screen and (max-width: 768px) {
	#course01 .lecturerbox .lecturer {
		width: 100%;
	}
}

#course01 .lecturerbox .lecturer dl {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	margin-bottom: 16px;
}

#course01 .lecturerbox .lecturer dl dt {
	width: 192px;
	height: 192px;
	font-size: 0;
}

@media screen and (max-width: 992px) {
	#course01 .lecturerbox .lecturer dl dt {
		width: calc((100% - 16px) / 2);
		height: 140px;
	}
}

@media screen and (max-width: 768px) {
	#course01 .lecturerbox .lecturer dl dt {
		height: 200px;
	}
}

@media screen and (max-width: 480px) {
	#course01 .lecturerbox .lecturer dl dt {
		height: 120px;
	}
}

#course01 .lecturerbox .lecturer dl dt img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
	        box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}

#course01 .lecturerbox .lecturer dl dd {
	width: 192px;
}

@media screen and (max-width: 992px) {
	#course01 .lecturerbox .lecturer dl dd {
		width: calc((100% - 16px) / 2);
	}
}

#course01 .lecturerbox .lecturer dl dd strong {
	font-size: 24px;
	line-height: 30px;
}

@media screen and (max-width: 992px) {
	#course01 .lecturerbox .lecturer dl dd strong {
		font-size: 20px;
	}
}

@media screen and (max-width: 992px) {
	#course01 .lecturerbox .lecturer dl dd p {
		font-size: 12px;
	}
}

#course01 .lecturerbox .lecturer p {
	font-size: 14px;
	line-height: 20px;
	text-align: left;
}

@media screen and (max-width: 480px) {
	#course01 .lecturerbox .lecturer p {
		font-size: 12px;
		line-height: 18px;
	}
}

#course01 .lecturerbox .lecturer:nth-last-of-type(2), #course01 .lecturerbox .lecturer:last-of-type {
	margin-bottom: 0;
}

@media screen and (max-width: 768px) {
	#course01 .lecturerbox .lecturer:nth-last-of-type(2), #course01 .lecturerbox .lecturer:last-of-type {
		margin-bottom: 24px;
	}
}

@media screen and (max-width: 768px) {
	#course01 .weblesson {
		padding-top: 30px;
	}
}

@media screen and (max-width: 480px) {
	#course01 .weblesson {
		padding-top: 20px;
	}
}

.txtbox .link {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
}

@media screen and (max-width: 480px) {
	.txtbox .link {
		-webkit-flex-wrap: wrap;
		    -ms-flex-wrap: wrap;
		        flex-wrap: wrap;
	}
}

.txtbox .link li {
	width: calc((100% - 16px) / 2);
}

@media screen and (max-width: 480px) {
	.txtbox .link li {
		width: 100%;
		margin-bottom: 10px;
	}
}

.txtbox .link li a {
	display: block;
	width: 100%;
	padding: 22px 16px 18px;
	border: 1px solid #d8261c;
	border-radius: 2px;
	background-color: #fff;
	-webkit-box-shadow: 0 2px 0 0 #d8261c;
	        box-shadow: 0 2px 0 0 #d8261c;
	color: #525252;
	font-size: 16px;
	line-height: 11px;
	font-weight: 700;
	text-align: center;
}

@media screen and (max-width: 768px) {
	.txtbox .link li a {
		font-size: 13px;
		line-height: 20px;
		padding: 14px 0;
	}
}
