@charset "UTF-8";

/* #page_title */
#page_title {
	padding: 150px 50px;
	background: url(../img/KentaroKaneko.jpg) right bottom no-repeat #fff;
	background-size: 450px auto;
	animation: show 2s ease-out both;
	transition: .3s ease;
	overflow: hidden;
	}
@media screen and (max-width:1100px){
#page_title {
	padding: 100px 50px 100px;
	background-size: 350px auto;
	}
}
@media screen and (max-width:768px){
#page_title {
	background-size: 350px auto;
	}
}
@media screen and (max-width:767.98px){
#page_title {
	padding: 70px 4vw;
	background: url(../img/KentaroKaneko.jpg) right -50px bottom no-repeat #fff;
	background-size: 220px auto;
	}
}

@keyframes show {
	0% {
		transform: translate(0,.5em);
		opacity: 0;
	}
	100% {
		transform: translate(0,0);
		opacity: 1;
	}
}

#page_title h1 {
	animation: show 1s ease-out both .5s;
	}
@media screen and (max-width:1100px){
#page_title h1 {
	font-size: 42px;
	}
}
@media screen and (max-width:768px){
#page_title h1 {
	font-size: 36px;
	text-indent: -.2em;
	letter-spacing: .2em;
	}
}
@media screen and (max-width:767.98px){
#page_title h1 {
	font-size: 6vw;
	text-indent: -.1em;
	letter-spacing: .1em;
	}
}

#page_title div {
	position: absolute;
	right: 400px;
	bottom: 10px;
	animation: show 1s ease-out both 1s;
	}
@media screen and (max-width:1100px){
#page_title div {
	right: 300px;
	}
}
@media screen and (max-width:767.98px){
#page_title div {
	right: auto;
	left: 4vw;
	}
}

#page_title div h2 {
	font-family: "Zen Old Mincho", serif;
	font-size: 16px;
	letter-spacing: .5em;
	line-height: 2em;
	}
@media screen and (max-width:1100px){
#page_title div h2 {
	font-size: 12px;
	}
}
@media screen and (max-width:767.98px){
#page_title div h2 {
	font-size: 2vw;
	}
}

#page_title div p {
	font-family: "Zen Old Mincho", serif;
	font-size: 10px;
	font-weight: 300;
	letter-spacing: .2em;
	}
@media screen and (max-width:1100px){
#page_title div p {
	font-size: 8px;
	}
}
@media screen and (max-width:767.98px){
#page_title div p {
	font-size: 1.5vw;
	letter-spacing: 0;
	}
}

/* #intro */
#intro {
	padding: 100px 0;
	background: url(../img/bg_blue.jpg) center center no-repeat #001E45;
	background-size: cover;
	}
@media screen and (max-width:1100px){
#intro {
	padding: 50px 0 30px;
	}
}
@media screen and (max-width:767.98px){
#intro {
	padding: 10vw 4vw;
	}
}

#intro div {
	margin: 0 auto;
	width: fit-content;
	}

#intro div h2 {
	margin: 0 0 1.5em;
	color: #fff;
	font-size: 24px;
	font-weight: 500;
	letter-spacing: .2em;
	text-indent: -.5em;
	}
@media screen and (max-width:1100px){
#intro div h2 {
	font-size: 22px;
	}
}
@media screen and (max-width:768px){
#intro div h2 {
	font-size: 18px;
	}
}
@media screen and (max-width:767.98px){
#intro div h2 {
	font-size: 4vw;
	letter-spacing: 0;
	}
}

#intro div p {
	margin: 0 0 2em;
	color: #fff;
	font-size: 16px;
	line-height: 2em;
	letter-spacing: .1em;
	font-weight: 300;
	}
@media screen and (max-width:1100px){
#intro div p {
	font-size: 14px;
	}
}
@media screen and (max-width:768px){
#intro div p {
	font-size: 12px;
	}
}
@media screen and (max-width:767.98px){
#intro div p {
	font-size: 3vw;
	text-align: left;
	}
}

/* #teaching_materials */
#teaching_materials {
	padding: 100px 4vw 0;
	background: #fff;
	}
@media screen and (max-width:768px){
#teaching_materials {
	padding: 50px 4vw 0;
	}
}
@media screen and (max-width:767.98px){
#teaching_materials {
	padding: 20vw 4vw 0;
	}
}

#teaching_materials h2 {
	position: relative;
	margin: 0 0 .5em;
	font-size: 32px;
	font-weight: 500;
	letter-spacing: .25em;
	text-indent: .25em;
	text-align: center;
	}
@media screen and (max-width:1100px){
#teaching_materials h2 {
	font-size: 26px;
	}
}
@media screen and (max-width:767.98px){
#teaching_materials h2 {
	font-size: 5vw;
	letter-spacing: .15em;
	}
}

#teaching_materials h2:after {
	position: absolute;
	left: 50%;
	bottom: 0px;
	transform: translate(-50%,0);
	content: "";
	width: 280px;
	height: 3px;
	background: #003399;
	}

#teaching_materials p.subtitle {
	margin: 0 0 2em;
	font-size: 20px;
	font-weight: 400;
	line-height: 1.5em;
	text-align: center;
	}
@media screen and (max-width:767.98px){
#teaching_materials p.subtitle {
	font-size: 14px;
	}
}

#teaching_materials p.intro {
	margin: 0 0 2em;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.5em;
	text-align: center;
	}
@media screen and (max-width:1100px){
#teaching_materials p.intro {
	font-size: 14px;
	}
}
@media screen and (max-width:767.98px){
#teaching_materials p.intro {
	font-size: 12px;
	}
}

#teaching_materials .column {
	width: 100%;
	max-width: 1300px;
	margin: 0 auto 2em;
	padding: 70px 50px 50px;
	background: url(../img/bg_blue.jpg) center center no-repeat #001E45;
	background-size: cover;
	}
@media screen and (max-width:767.98px){
#teaching_materials .column {
	padding: 50px 20px 20px;
	}
}

#teaching_materials .column h3 {
	position: relative;
	margin: 0 0 2em;
	color: #fff;
	font-size: 28px;
	font-weight: 500;
	letter-spacing: .5em;
	text-indent: .5em;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0,0,0,.8);
	}
@media screen and (max-width:1100px){
#teaching_materials .column h3 {
	font-size: 24px;
	}
}
@media screen and (max-width:767.98px){
#teaching_materials .column h3 {
	font-size: 20px;
	letter-spacing: .1em;
	}
}

#teaching_materials .column h3:after {
	position: absolute;
	left: 50%;
	top: 1.6em;
	transform: translate(-50%,0);
	content: "";
	width: 280px;
	height: 3px;
	background: #003399;
	box-shadow: 0 1px 2px rgba(0,0,0,.8);
	}
@media screen and (max-width:767.98px){
#teaching_materials .column h3:after {
	width: 200px;
	}
}

#teaching_materials .column div {
	width: 100%;
	max-width: 900px;
	margin: 0 auto 1em;
	padding: 50px;
	background: #020F24;
	border: 1px solid #003399;
	}
@media screen and (max-width:767.98px){
#teaching_materials .column div {
	padding: 20px;
	}
}

#teaching_materials .column div h4 {
	margin: 0 0 .5em;
	color: #fff;
	font-size: 24px;
	line-height: 1.5em;
	}
@media screen and (max-width:1100px){
#teaching_materials .column div h4 {
	font-size: 20px;
	}
}
@media screen and (max-width:767.98px){
#teaching_materials .column div h4 {
	font-size: 16px;
	}
}

#teaching_materials .column div p {
	margin: 0 0 .5em;
	color: #fff;
	font-size: 16px;
	font-weight: 300;
	line-height: 2em;
	}
@media screen and (max-width:1100px){
#teaching_materials .column div p {
	font-size: 14px;
	}
}
@media screen and (max-width:767.98px){
#teaching_materials .column div p {
	font-size: 12px;
	}
}

/* #original_text */
#original_text {
	padding: 100px 4vw 0;
	background: #fff;
	}
@media screen and (max-width:768px){
#original_text {
	padding: 50px 4vw 0;
	}
}
@media screen and (max-width:767.98px){
#original_text {
	padding: 20vw 4vw 0;
	}
}

#original_text h2 {
	position: relative;
	margin: 0 0 2em;
	font-size: 32px;
	font-weight: 500;
	letter-spacing: .25em;
	text-indent: .25em;
	text-align: center;
	}
@media screen and (max-width:1100px){
#original_text h2 {
	font-size: 26px;
	}
}
@media screen and (max-width:767.98px){
#original_text h2 {
	font-size: 5vw;
	letter-spacing: .15em;
	}
}

#original_text h2:after {
	position: absolute;
	left: 50%;
	bottom: 0px;
	transform: translate(-50%,0);
	content: "";
	width: 280px;
	height: 3px;
	background: #003399;
	}

#original_text .column {
	width: 100%;
	max-width: 1300px;
	margin: 0 auto 2em;
	padding: 50px;
	color: #fff;
	background: #001E45;
	}
@media screen and (max-width:767.98px){
#original_text .column {
	padding: 40px 20px 20px;
	}
}

#original_text .column h3 {
	margin: 0 0 .5em;
	font-size: 24px;
	}
@media screen and (max-width:1100px){
#original_text .column h3 {
	font-size: 20px;
	}
}

#original_text .column .inner {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	}

#original_text .column p {
	display: block;
	width: 60%;
	font-size: 16px;
	font-weight: 300;
	line-height: 2em;
	}
@media screen and (max-width:1100px){
#original_text .column p {
	font-size: 14px;
	}
}
@media screen and (max-width:767.98px){
#original_text .column p {
	font-size: 12px;
	}
}

#original_text .column p.txt1 {
	width: 60%;
	}
@media screen and (max-width:768px){
#original_text .column p.txt1 {
	width: 72.5%;
	}
}
@media screen and (max-width:767.98px){
#original_text .column p.txt1 {
	width: 100%;
	}
}

#original_text .column p.txt2 {
	width: 80%;
	}
@media screen and (max-width:768px){
#original_text .column p.txt2 {
	width: 72.5%;
	}
}
@media screen and (max-width:767.98px){
#original_text .column p.txt2 {
	width: 100%;
	}
}


#original_text .column .inner .pic1 {
	width: 40%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 0 0 0 20px;
	}
@media screen and (max-width:768px){
#original_text .column .inner .pic1 {
	width: 27.5%;
	}
}
@media screen and (max-width:767.98px){
#original_text .column .inner .pic1 {
	width: 100%;
	padding: 0;
	}
}

#original_text .column .inner .pic2 {
	width: 20%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 0 0 0 20px;
	}
@media screen and (max-width:768px){
#original_text .column .inner .pic2 {
	width: 27.5%;
	}
}
@media screen and (max-width:767.98px){
#original_text .column .inner .pic2 {
	width: 100%;
	padding: 0;
	}
}

#original_text .column .inner .pic1 img {
	display: block;
	width: 48%;
	height: auto;
	}
@media screen and (max-width:768px){
#original_text .column .inner .pic1 img {
	display: block;
	width: 100%;
	}
}

#original_text .column .inner .pic2 img {
	display: block;
	width: 100%;
	height: auto;
	}
@media screen and (max-width:768px){
#original_text .column img {
	width: 100%;
	margin: 0 0 20px;
	}
}
@media screen and (max-width:767.98px){
#original_text .column img {
	width: 48%;
	margin: 20px 0 0;
	}
}

/* #levelspecific_model */
#levelspecific_model {
	padding: 100px 4vw 0;
	background: #fff;
	}
@media screen and (max-width:768px){
#levelspecific_model {
	padding: 50px 4vw 0;
	}
}
@media screen and (max-width:767.98px){
#levelspecific_model {
	padding: 20vw 4vw 0;
	}
}

#levelspecific_model h2 {
	position: relative;
	margin: 0 0 1.5em;
	font-size: 32px;
	font-weight: 500;
	letter-spacing: .25em;
	text-indent: .25em;
	text-align: center;
	}
@media screen and (max-width:1100px){
#levelspecific_model h2 {
	font-size: 26px;
	}
}
@media screen and (max-width:767.98px){
#levelspecific_model h2 {
	font-size: 5vw;
	letter-spacing: .15em;
	}
}

#levelspecific_model h2:after {
	position: absolute;
	left: 50%;
	bottom: 0px;
	transform: translate(-50%,0);
	content: "";
	width: 280px;
	height: 3px;
	background: #003399;
	}

#levelspecific_model p.subtitle {
	margin: 0 0 2em;
	font-size: 20px;
	font-weight: 400;
	line-height: 1.5em;
	text-align: center;
	}
@media screen and (max-width:767.98px){
#levelspecific_model p.subtitle {
	font-size: 14px;
	}
}

#levelspecific_model p.intro {
	margin: 0 0 2em;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.5em;
	text-align: center;
	}
@media screen and (max-width:1100px){
#levelspecific_model p.intro {
	font-size: 14px;
	}
}
@media screen and (max-width:767.98px){
#levelspecific_model p.intro {
	font-size: 12px;
	}
}

#levelspecific_model .column {
	width: 100%;
	max-width: 1300px;
	margin: 0 auto 2em;
	padding: 70px 50px 50px;
	background: url(../img/bg_blue.jpg) center center no-repeat #001E45;
	background-size: cover;
	}
@media screen and (max-width:1100px){
#levelspecific_model .column {
	padding: 50px 20px 20px;
	}
}
@media screen and (max-width:767.98px){
#levelspecific_model .column {
	padding: 50px 20px 20px;
	}
}

#levelspecific_model .column h3 {
	position: relative;
	margin: 0 0 1em;
	color: #fff;
	font-size: 24px;
	font-weight: 500;
	}
@media screen and (max-width:1100px){
#levelspecific_model .column h3 {
	font-size: 20px;
	}
}

#levelspecific_model .column p {
	position: relative;
	margin: 0 0 5em;
	color: #fff;
	font-size: 16px;
	font-weight: 300;
	line-height: 2em;
	}
@media screen and (max-width:1100px){
#levelspecific_model .column p {
	font-size: 14px;
	}
}
@media screen and (max-width:767.98px){
#levelspecific_model .column p {
	margin: 0 0 3em;
	}
}

#levelspecific_model .column h4 {
	position: relative;
	margin: 0 0 2em;
	color: #fff;
	font-size: 24px;
	font-weight: 500;
	letter-spacing: .1em;
	text-indent: .1em;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0,0,0,.8);
	}
@media screen and (max-width:1100px){
#levelspecific_model .column h4 {
	font-size: 20px;
	}
}
@media screen and (max-width:767.98px){
#levelspecific_model .column h4 {
	font-size: 18px;
	letter-spacing: .1em;
	}
}

#levelspecific_model .column h4:after {
	position: absolute;
	left: 50%;
	top: 1.6em;
	transform: translate(-50%,0);
	content: "";
	width: 280px;
	height: 3px;
	background: #003399;
	box-shadow: 0 1px 2px rgba(0,0,0,.8);
	}
@media screen and (max-width:767.98px){
#levelspecific_model .column h4:after {
	width: 200px;
	}
}

#levelspecific_model .column ul {
	display: block;
	margin: 0 0 3em;
	}

#levelspecific_model .column li {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	margin: 0 auto 1em;
	background: #fff;
	}
@media screen and (max-width:767.98px){
#levelspecific_model .column li {
	padding: 20px;
	}
}
@media screen and (max-width:767.98px){
#levelspecific_model .column li {
	padding: 0;
	}
}

#levelspecific_model .column li h5 {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	width: 200px;
	color: #fff;
	text-align: center;
	background: #003399;
	}
@media screen and (max-width:1100px){
#levelspecific_model .column li h5 {
	width: 150px;
	}
}
@media screen and (max-width:768px){
#levelspecific_model .column li h5 {
	display: block;
	width: 100%;
	padding: 5px 0;
	}
#levelspecific_model .column li h5 br {
	display: none;
	}
}
@media screen and (max-width:767.98px){
#levelspecific_model .column li h5 {
	padding: .5em 0;
	font-size: 16px;
	}
}

#levelspecific_model .column li img {
	display: block;
	width: 200px;
	}
@media screen and (max-width:1100px){
#levelspecific_model .column li img {
	width: 150px;
	}
}
@media screen and (max-width:767.98px){
#levelspecific_model .column li img {
	width: 80%;
	margin: 20px auto;
	box-shadow: 0 1px 5px rgba(0,0,0,.8);
	}
}

#levelspecific_model .column li div {
	display: block;
	max-width: 600px;
	padding: 20px;
	}
@media screen and (max-width:768px){
#levelspecific_model .column li div {
	display: block;
	width: 510px;
	}
}

#levelspecific_model .column li div h6 {
	display: block;
	margin: 0 0 .5em;
	color: #000;
	font-size: 15px;
	}
@media screen and (max-width:1100px){
#levelspecific_model .column li div h6 {
	font-size: 14px;
	}
}
@media screen and (max-width:768px){
#levelspecific_model .column li div h6 {
	font-size: 12px;
	}
}
@media screen and (max-width:767.98px){
#levelspecific_model .column li div h6 {
	font-size: 3.5vw;
	}
}

#levelspecific_model .column li div p {
	display: block;
	margin: 0;
	color: #000;
	font-size: 14px;
	}
@media screen and (max-width:1100px){
#levelspecific_model .column li div p {
	font-size: 12px;
	}
}
@media screen and (max-width:768px){
#levelspecific_model .column li div p {
	font-size: 10px;
	}
}
@media screen and (max-width:767.98px){
#levelspecific_model .column li div p {
	font-size: 3vw;
	}
}

#levelspecific_model p.notice {
	margin: 0;
	font-size: 12px;
	text-align: center;
	}

/* #app */
#app {
	padding: 100px 4vw 0;
	background: #fff;
	}
@media screen and (max-width:768px){
#app {
	padding: 50px 4vw 0;
	}
}
@media screen and (max-width:767.98px){
#app {
	padding: 20vw 4vw 0;
	}
}

#app h2 {
	position: relative;
	margin: 0 0 1.5em;
	font-size: 32px;
	font-weight: 500;
	letter-spacing: .25em;
	text-indent: .25em;
	text-align: center;
	}
@media screen and (max-width:1100px){
#app h2 {
	font-size: 26px;
	}
}
@media screen and (max-width:767.98px){
#app h2 {
	font-size: 5vw;
	letter-spacing: .15em;
	}
}

#app h2:after {
	position: absolute;
	left: 50%;
	bottom: 0px;
	transform: translate(-50%,0);
	content: "";
	width: 280px;
	height: 3px;
	background: #003399;
	}

#app h3 {
	position: relative;
	margin: 0 0 2em;
	color: #fff;
	font-size: 24px;
	font-weight: 500;
	letter-spacing: .1em;
	text-indent: .1em;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0,0,0,.8);
	}
@media screen and (max-width:1100px){
#app h3 {
	font-size: 20px;
	}
}
@media screen and (max-width:767.98px){
#app h3 {
	font-size: 18px;
	letter-spacing: .1em;
	}
}

#app h3:after {
	position: absolute;
	left: 50%;
	top: 1.6em;
	transform: translate(-50%,0);
	content: "";
	width: 280px;
	height: 3px;
	background: #003399;
	box-shadow: 0 1px 2px rgba(0,0,0,.8);
	}
@media screen and (max-width:767.98px){
#app h3:after {
	width: 200px;
	}
}

#app p.summary {
	margin: 0 0 1em;
	color: #fff;
	font-size: 20px;
	font-weight: 400;
	line-height: 1.5em;
	text-align: center;
	}
@media screen and (max-width:767.98px){
#app p.summary {
	font-size: 14px;
	}
}

#app img {
	display: block;
	margin: 0 auto 30px;
	}

#app img.icon {
	width: 300px;
	}
@media screen and (max-width:1100px){
#app img.icon {
	width: 200px;
	}
}
@media screen and (max-width:767.98px){
#app img.icon {
	width: 150px;
	}
}

#app .column {
	width: 100%;
	max-width: 1300px;
	margin: 0 auto 2em;
	padding: 70px 50px 50px;
	background: url(../img/bg_blue.jpg) center center no-repeat #001E45;
	background-size: cover;
	}
@media screen and (max-width:1100px){
#app .column {
	padding: 50px 20px 20px;
	}
}
@media screen and (max-width:767.98px){
#app .column {
	padding: 50px 20px 20px;
	}
}

#app .desc {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	width: 100%;
	color: #fff;
	}

#app .desc img {
	width: 30%;
	}
@media screen and (max-width:767.98px){
#app .desc img {
	width: 100%;
	}
}

#app .text {
	width: 100%;
	}

#app .text h4 {
	margin: 0 0 .5em;
	color: #fff;
	font-size: 24px;
	font-weight: 400;
	}
@media screen and (max-width:1100px){
#app .text h4 {
	font-size: 20px;
	}
}
@media screen and (max-width:768px){
#app .text h4 {
	font-size: 16px;
	}
}

#app .text p {
	margin: 0 0 1em;
	color: #fff;
	font-size: 16px;
	font-weight: 300;
	line-height: 2em;
	text-align: left;
	}
@media screen and (max-width:1100px){
#app .text p {
	font-size: 14px;
	}
}
@media screen and (max-width:768px){
#app .text p {
	font-size: 12px;
	}
}

/* #learning_design */
#learning_design {
	padding: 100px 4vw 0;
	background: #fff;
	}
@media screen and (max-width:768px){
#learning_design {
	padding: 50px 4vw 0;
	}
}
@media screen and (max-width:767.98px){
#learning_design {
	padding: 20vw 4vw 0;
	}
}

#learning_design h2 {
	position: relative;
	margin: 0 0 2em;
	font-size: 32px;
	font-weight: 500;
	letter-spacing: .25em;
	text-indent: .25em;
	text-align: center;
	}
@media screen and (max-width:1100px){
#learning_design h2 {
	font-size: 26px;
	}
}
@media screen and (max-width:767.98px){
#learning_design h2 {
	font-size: 5vw;
	letter-spacing: .15em;
	}
}

#learning_design h2:after {
	position: absolute;
	left: 50%;
	bottom: 0px;
	transform: translate(-50%,0);
	content: "";
	width: 280px;
	height: 3px;
	background: #003399;
	}

#learning_design p.summary {
	margin: 0 0 2em;
	font-size: 16px;
	font-weight: 400;
	line-height: 2em;
	text-align: center;
	}
@media screen and (max-width:767.98px){
#learning_design p.summary {
	font-size: 14px;
	}
}

#learning_design .column {
	width: 100%;
	max-width: 1300px;
	margin: 0 auto 2em;
	padding: 70px 50px 50px;
	background: url(../img/bg_blue.jpg) center center no-repeat #001E45;
	background-size: cover;
	}
@media screen and (max-width:1100px){
#learning_design .column {
	padding: 50px 30px 30px;
	}
}
@media screen and (max-width:767.98px){
#learning_design .column {
	padding: 50px 20px 20px;
	}
}

#learning_design h3 {
	position: relative;
	margin: 0 0 2em;
	color: #fff;
	font-size: 24px;
	font-weight: 500;
	letter-spacing: .1em;
	text-indent: .1em;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0,0,0,.8);
	}
@media screen and (max-width:1100px){
#learning_design h3 {
	font-size: 20px;
	}
}
@media screen and (max-width:767.98px){
#learning_design h3 {
	font-size: 18px;
	letter-spacing: .1em;
	}
}

#learning_design h3:after {
	position: absolute;
	left: 50%;
	top: 1.6em;
	transform: translate(-50%,0);
	content: "";
	width: 280px;
	height: 3px;
	background: #003399;
	box-shadow: 0 1px 2px rgba(0,0,0,.8);
	}
@media screen and (max-width:767.98px){
#app h3:after {
	width: 200px;
	}
}

#learning_design .column img {
	display: block;
	width: 100%;
	max-width: 900px;
	margin: 0 auto 2em;
	}

#learning_design .column ol {
	display: block;
	width: 100%;
	max-width: 900px;
	margin: 0 auto 2em;
	}

#learning_design .column ol li {
	position: relative;
	display: block;
	margin: 0 0 2em;
	padding: 40px;
	color: #fff;
	font-size: 20px;
	background: #020F24;
	border: 1px solid #003399;
	}

#learning_design .column ol li h4 span {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 30px;
	height: 30px;
	color: #fff;
	line-height: 30px;
	text-align: center;
	background: #003399;
	}

#learning_design .column ol li h4 {
	font-size: 18px;
	line-height: 1.5em;
	}
@media screen and (max-width:767.98px){
#learning_design .column ol li h4 {
	font-size: 14px;
	}
}

#learning_design .column ol li p {
	font-size: 16px;
	font-weight: 300;
	line-height: 2em;
	}
@media screen and (max-width:767.98px){
#learning_design .column ol li p {
	font-size: 12px;
	}
}