@charset "UTF-8";

.secNormal_text > .icon-arrowRight1 {
	color: #0AB875;
	margin: 0 5px;
}

.areaCourse {
	position: relative;
	z-index: 1;
}

.areaCourse:after {
	content: "";
	display: block;
	width: 2px;
	position: absolute;
	z-index: 0;
	height: 100%;
	background: #00A3D9;
	left: 0;
	top: 0;
}

.courseText {
	margin-bottom: 1.5em;
	padding-right: 190px;
	padding-left: 20px;
	position: relative;
	z-index: 2;
	line-height: 1.2;
}

.courseText-point {
}

.courseText-point:before {
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	background: #00A3D9;
	border-radius: 50%;
	position: absolute;
	z-index: 2;
	left: -3px;
	top: 50%;
	margin-top: -4px;
}

.courseText-first:after {
	content: "";
	display: block;
	width: 2px;
	height: 100%;
	background: #fff;
	position: absolute;
	z-index: 1;
	left: 0;
	bottom: 50%;
}

.courseText-last:after {
	content: "";
	display: block;
	width: 2px;
	height: 100%;
	background: #fff;
	position: absolute;
	z-index: 1;
	left: 0;
	top: 50%;
}

.courseText-point > b {
}

.courseText > b {
	font-size: 16px;
	color: #00A3D8;
}

.courseImage {
	position: relative;
	z-index: 1;
}

.courseImage > figure {
	position: absolute;
	z-index: 1;
	right: 0;
	top: 0;
	max-width: 150px;
}

.courseImage-offsetTop > figure {
	top: -45px;
}

.courseImage > figure > img {margin-bottom: 0.5em;display: block;}

/* タブレット以下設定 */

@media screen and (max-width:989px) {

.secNormal_text > .icon-arrowRight1 {
}

.areaCourse {
}

.areaCourse:after {
}

.courseText {
	padding-right: 150px;
}

.courseText-point {
}

.courseText-point:before {
}

.courseText-first:after {
}

.courseText-last:after {
}

.courseText-point > b {
}

.courseText > b {
	font-size: 14px;
}

.courseImage {
}

.courseImage > figure {
	width: 130px;
}

.courseImage > figure > img {
}
}

/* スマホ設定 */

@media screen and (max-width:699px) {

.secNormal_text > .icon-arrowRight1 {
}

.areaCourse {
}

.areaCourse:after {
}

.courseText {
	padding-right: 0;
	margin-bottom: 1em;
	padding-left: 15px;
}

.courseText-point {
}

.courseText-point:before {
}

.courseText-first:after {
}

.courseText-last:after {
}

.courseText-point > b {
}

.courseText > b {
}

.courseImage {
	margin: 1em 0;
}

.courseImage > figure {
	width: 100%;
	position: static;
	max-width: 150px;
	margin: 0 0 0 auto;
	max-width: 120px;
}

.courseImage > figure > img {
}
}
