section.mv{
	background: var(--course-color-eb);
	flex-wrap: wrap;
}

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

main > div.inner{
	background: none;
	background-size: 55%;
}

.catch{
	color: var(--course-color-eb);
}

h3{
	border-top:1px solid var(--course-color-eb);
}

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

h5{
	color: var(--course-color-eb);
}
section.readArea{
	padding-top: 0rem;
	margin-bottom: 4rem;
}

section.readArea p{
	width: 100%;
	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 var(--course-color-eb);
	color: var(--course-color-eb);
	background: #fff0f0;
	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: var(--course-color-eb);
	display: block;
}

section.recommend{
	margin-bottom: 8rem;
	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: #72b2dc;
	color: #fff;
	border:2px solid #000;
}

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

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

section.curriculum{
	margin-bottom: 8rem;
}


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

section.other > div{
	width: 100%;
	border:none;
	border-radius: 0;
	padding: 1rem 0;
	margin-right: 0;
}

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 ul li{
	list-style: none;
	display: inline-block;
	margin-bottom: 0.5rem;
}

section.other div.license ul li:before{
	content:"■";
	color:var(--course-color-eb);
}

section.other div.course p{
	line-height: 1.5;
	margin: 0;
}
section.intro_area .inner{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

section.intro_area .inner > div{
	width: 31%;
}

section.intro_area .inner h4{
	position: relative;
	padding-left: 4rem;
}

section.intro_area .inner h4:before{
	content: "";
	height: 3rem;
	color: #fff;
	width: 2.5rem;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: -4px;
	left: 1rem;
	background: #000;
}

section.intro_area .inner div:nth-child(1) h4:before{
	content: "01"
}

section.intro_area .inner div:nth-child(2) h4:before{
	content: "02"
}

section.intro_area .inner div:nth-child(3) h4:before{
	content: "03"
}

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

	h2{
		order: 1;
	}
	main > div.inner{
		background-size:100%;
	

}
	section.readArea p{
		width: 100%;
		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.intro_area .inner > div{
		width: 100%;
	}
}














section.pickup .inner h4{
	border: 2px solid var(--course-color-eb);
	color: var(--course-color-eb);
	background: #fff0f0;
	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:-4.5rem;
	left: calc(50% - 3.5rem);
	margin: 0;
}
p.point_area_margin{
	display:block;
	padding-top:40px;
}

.pointarea_title{
	font-weight: bold;
    color: var(--course-color-eb);
    font-size: 1.3rem;
    line-height: 1.4;
    text-align: center;
}

section.recommend,
section.recommend h4{
	background: #ffffab!important;
}

section.recommend h4:after{
	border-top-color:#ffffab;
}