section.mv{
	background: #8189C2;
	flex-wrap: wrap;
}

h2 span{
	border-top: 1px solid #A1A1C6;
}

main > div.inner{
	background:url(../imgs/course-university/read_bg.jpg) no-repeat 100% 0;
	background-size: 55%;
}

.catch{
	color: #8189C2;
}

h3{
	border-top:1px solid #8189C2;
}

h4{
	border:2px solid #8189C2;
	color:#8189C2;
	background:#fff url(../imgs/shared/diagonal_line_gb.png) repeat 0 0;
}

h5{
	color: #8189C2;
}
section.readArea{
	padding-top: 2rem;
	margin-bottom: 8rem;
	display: flex;
	flex-wrap: wrap;
}

section.readArea .text{
	width: 40%;
	margin-right: 14rem;
}

section.readArea .circle{
	width:22rem;
	height: 22rem;
	background: #8189C2;
	color: #fff;
	border-radius: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 1rem 2rem;
	box-sizing: border-box;
	text-align: center;
}

section.readArea .circle .top{
	font-size:1.5rem;
	line-height: 1.3;
	border-bottom: 2px solid #fff;
	margin-bottom: 1rem;
	padding-bottom: 1rem;
}

section.readArea .circle .top span{
	font-size:2.5rem;
	line-height: 1;
}

section.readArea .circle .bottom{
	line-height: 2;
}

section.readArea p{
	line-height: 2.5;
	font-size: 1rem;
}

section.pickup .inner{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

section.pickup h3{
	margin-bottom: 5rem;
}

section.pickup .inner > div{
	width: 31%;
	position: relative;
}

section.pickup .inner h4{
	border: 2px solid #8189C2;
	color: #8189C2;
	background: #edeeff;
	border-radius: 100%;
	width: 7rem;
	height: 7rem;
	box-sizing: border-box;
	padding: 1rem;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	position: absolute;
	top: -3rem;
	left: -2.5rem;
	margin: 0;
}

section.pickup .inner h4 span{
	width: 100%;
	text-align: center;
	font-size:2rem;
}

section.pickup .inner h4 span:before{
	width: 2rem;
	height: 1px;
	content: "";
	margin: 0.2rem auto;
	background: #8189C2;
	display: block;
}

section.recommend{
	margin-bottom: 4rem;
	background:#FFFF00;
	position: relative;
	padding: 4rem 0 3rem;
}

section.recommend h4{
    position:absolute;
    width:30%;
    background:#FFFF00;
    text-align:center;
    border:2px solid #000000;
    color:#000;
    font-weight:bold;
	margin: 0;
	border-radius: 0;
	top:-2rem;
	left: calc(50% - 15%);
}
section.recommend h4:after,section.recommend h4:before{
    border: solid transparent;
    content:'';
    height:0;
    width:0;
    pointer-events:none;
    position:absolute;
    top:100%;
    left:50%;
}
section.recommend h4:after{
    border-color: rgba(247, 221, 51, 0);
    border-top-width:14px;
    border-bottom-width:20px;
    border-left-width:10px;
    border-right-width:10px;
    margin-left: -10px;
    border-top-color:#FFFF00;
}
section.recommend h4:before{
    border-color: rgba(0, 0, 0, 0);
    border-top-width:15px;
    border-bottom-width:24px;
    border-left-width:12px;
    border-right-width:12px;
    margin-left: -12px;
    margin-top: 2px;
    border-top-color:#000000;
}

section.recommend ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

section.recommend ul li{
	list-style: none;
	margin-right: 2rem;
	vertical-align: middle;
	font-weight: 600;
}

section.recommend ul li:last-child{
	margin-right: 0;
}

section.recommend ul li:before{
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content:"\f14a";
	margin-right: 0.5rem;
	font-size: 1.8rem;
}

table tr th{
	background: #afb4d8;
	color: #fff;
	border:2px solid #000;
}

table tr th,
table tr td{
	text-align: center;
}

table tr th.none{
	background: none;
	border: none;
}


section.other{
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}

section.other > div{
	width: 30%;
	border:4px solid #efefef;
	border-radius: 3px;
	padding: 1rem;
	margin-right: 2rem;
}

section.other > div:last-child{
	margin-right: none;
}


section.other div h4{
	margin-top: -3rem;
	background: #000;
	border: none;
	color: #fff;
	text-align: center;
}

section.other div.license{
	display: flex;
	justify-content: space-between;
	width: 100%;
	box-sizing: border-box;
	margin-right: 0;
}

section.other div.license h4{
	margin: 0;
	width: 30%;
}

section.other div.license ul{
	display: flex;
	justify-content: space-between;
}


section.other div.license ul li{
	list-style: none;
	display: flex;
	margin-bottom: 0.5rem;
	align-items: center;
	margin-right: 1rem;
	margin-bottom: 0;
}
section.other div.license ul li:last-child{
	margin-right: 0;
}

section.other div.license ul li:before{
	content:"■";
	color:#8189C2;
}

section.other div.course p{
	line-height: 1.5;
	margin: 0;
}

section.student{
	border: 4px solid #8189C2;
	padding: 2rem;
	background:#fff url(../imgs/shared/diagonal_line_gb.png) repeat 0 0;
	box-sizing: border-box;
}

section.student p{
	margin: 0;
}

section.student p.catch{
	margin-top: 0;
	margin-bottom: 0.5rem;
	font-size:1.2rem;
}

section ol{
	padding-left: 1.2rem;
}

@media (max-width: 673px) {
	section.mv img{
		display: block;
		order: 2;
		width: 100%;
	}

	h2{
		order: 1;
	}
	main > div.inner{
		background-size:100%;
	}
	section.readArea .text{
		width: 100%;
		margin-right: 0;
	}
	section.readArea .circle{
		height: 19rem;
		width: 19rem;
		margin: 0 auto;
	}
	section.readArea .circle .bottom{
		font-size: 0.9rem;
		line-height: 1.6
	}
	section.readArea .circle .top{
		font-size:1.2rem;
	}
	section.readArea .circle .top span{
		font-size:2;
		line-height: 0.9;
	}
	
	section.readArea p{
		font-size:0.9rem;
		line-height: 2;
	}
	section.readArea{
		margin-bottom: 3rem;
	}
	section.pickup .inner > div{
		width: 100%;
	}
	section.curriculum{
		margin-bottom: 5rem;
	}
	section.other > div{
		width: 100%;
		margin-right: 0;
	}
	section.other div.license{
		margin-bottom: 3rem;
	}
	section.pickup .inner h4{
		top:-4.5rem;
		left: calc(50% - 3.5rem);
	}
	section.pickup .inner > div{
		margin-bottom: 5rem;
	}
	section.pickup .inner > div:last-child{
		margin-bottom: 0;
	}
	
	section.recommend{
		padding-bottom: 1rem;
		margin-bottom: 5rem;
	}
	section.recommend h4{
		width: 90%;
		left: calc(50% - 45%);
		box-sizing: border-box;
	}
	section.recommend ul{
		margin: 0 1rem;
	}
	section.recommend ul li:before {
		display: block;
		width: 100%;
		text-align: center;
		margin-bottom: 0.5rem;
		font-size:2rem;
	}
	section.recommend ul li{
		margin-right: 0;
		margin-bottom: 1.5rem;
		text-align: center;
	}
	section.other div.license{
		display: block;
	}
	section.other div.license h4{
		width: 100%;
		box-sizing: border-box;
		margin-bottom: 1rem;
	}
	section.other div.license ul{
		display: block;

	}
	section.other div.license ul li{
		margin-right: 0;
		margin-bottom: 1rem;
	}
	section.other div.license ul li:last-child{
		margin-bottom: 0;
	}
	section.student{
		padding: 1rem;
	}
}
