@charset "UTF-8";

/*//////////////// セクション1 //////////////////*/
@media (min-width: 992px) {
	.sec1 p {
		letter-spacing: 0.02rem;
	}
}

/*//////////////// セクション2 //////////////////*/
.sec2 {
	background-image: url(../../assets/images/course/img01-sp.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	background-size: 100% auto;
	background-color: #FFF8EE;
	padding: 2.0rem 0;	
}

.sec2 .block-title1 {
	width: 66%;
	display: block;
	margin: 0 auto;
}

.sec2 .num {
	width: 15%;
}

.sec2 .text-box {
	width: 82%;
}

.sec2 .text-box p span {
	color: #FF0000;
	font-weight: bold;
}

.sec2 .box {
	border-bottom: 1px dashed #808080;
	padding: 1.25rem 0;
}

.sec2 .box:last-child {
	border-bottom: none;
	padding: 1.25rem 0 0;
}

.sec2 .box2 {
	background-color: #FFF;
	padding: 1.5rem;
}

.sec2 .box2 h3 {
	background-color: #C6DD66;
	border-radius: 6px;
	color: #FFF;
	font-size: 1.2rem;
	text-align: center;
	padding: 0.5rem 0;
}

.sec2 .box2 h3 span {
	color: #FFFF00;
	font-size: 0.8rem;
	vertical-align: 0.15rem;
}

@media (min-width: 768px) {
	.sec2 .block-title1 {
		width: 36%;
	}

	.sec2 .num {
		width: 60px;
	}

	.sec2 .text-box {
		width: 89%;
	}

	.sec2 .box {
		padding: 1.0rem 0;
	}

	.sec2 .box:last-child {
		padding: 1.0rem 0 0;
	}

	.sec2 .box2 {
		font-size: 0.9rem;
		line-height: 1.7em;
	}

	.sec2 .box2 h3 span {
		vertical-align: 0.1rem;
	}
}

@media (min-width: 992px) {
	.sec2 {
		background-image: url(../../assets/images/course/img01-pc.jpg);
		padding: 2.5rem 0;	
	}	
	
	.sec2 .block-title1 {
		width: 270px;
	}

	.sec2 .num {
		width: 60px;
		margin-right: 3%;
	}

	.sec2 .text-box {
		width: 86%;
	}

	.sec2 .box {
		padding: 1.2rem 0;
		justify-content: flex-start;
		width: 74%;
	}

	.sec2 .box:last-child {
		padding: 1.2rem 0 0;
	}

	.sec2 .box2 {
		background-color: rgba(255,255,255,0.70);
		padding: 1.4rem 1.5rem;
	}

	.sec2 .box2 h3 {
		font-size: 1.1rem;
	}
	
	.sec2 .box2 h3 span {
		vertical-align: 0.1rem;
	}
}

@media (min-width: 1200px) {
	.sec2 {
		padding: 3.5rem 0;	
	}	
	
	.sec2 .block-title1 {
		width: 290px;
	}

	.sec2 .box {
		width: 62%;
	}

	.sec2 .box2 {
		width: 600px;
		height: 350px;
		font-size: 1rem;
		padding: 1.75rem;
	}

	.sec2 .box2 h3 {
		font-size: 1.2rem;
	}
	
	.sec2 .img02 {
		width: auto;
		height: 350px;
	}
}

@media (min-width: 1400px) {

}	
	

/*//////////////// セクション3 //////////////////*/
.sec3 .container {
	max-width: 1024px;
}

.sec3 .step {
	text-align: center;
	font-size: 1.15rem;
}

.sec3 .step h3 {
	font-size: 1.15rem;
	color: #ff8aab;
	text-align: center;
	border: 1px solid #ff8aab;
	border-radius: 16px;
	padding: 0.5rem;
}

.sec3 .step span {
	color: #ff8aab;
	text-align: center;
	display: block;
}

.sec3 .step h4 {
	font-size: 1.3rem;
	background: linear-gradient(transparent 65%, #F4EB00 50%);
	display: inline-block;
	padding: 0 0.5rem 0.25rem;
}

@media (min-width: 768px) {
	.sec3 .step {
		font-size: 1.0rem;
	}

	.sec3 .step h3 {
		font-size: 1.0rem;
		margin-bottom: 0.2rem;
	}

	.sec3 .step h4 {
		font-size: 1.4rem;
	}
	
	.sec3 .step .col-md-7 {
		padding-top: 0.25rem;
	}
	
	.sec3 .btn1 {
		width: 290px;
	}	
}


/*//////////////// 共通 //////////////////*/