#title .inner1500 h2 {
	background: url("../img/title_service_training.jpg") no-repeat 50px top / 100% 50px;
}
#title nav ol {
	display: flex;
	margin-top: 1em;
}
#title nav ol li a {
	color: #BBB;
}
#title nav ol li a:hover {
	color: #FFF;
}
#title nav ol li:after {
	content: '>';
	display: inline-block;
	margin: 0 0.5em;
}
#title nav ol li:last-child:after {
	content: none;
}
h3 {
	font-size: 1.8rem;
}
.training p.for {
	background: #666;
	border-radius: 9999px;
	line-height: 1;
	padding: 0.4em 1em 0.3em;
	width: fit-content;
}
.training .h3_box {
	margin-bottom: 2em;
}
.training h3 {
	line-height: 1.2;
	margin-top: 0.5em;
}
.training h3 span {
	display: inline-block;
	font-weight: 400;
	font-size: 0.8em;
}
.training .course {
	background-color: rgba(255, 255, 255, 0.1);
	border: solid 1px #FFF;
	margin-bottom: 2em;
	padding: 1em;
}
.training .course p.crs {
	background: #666;
	border-radius: 9999px;
	font-size: 1.4rem;
	font-weight: 700;
	margin-bottom: 1em;
	text-align: center;
}
.training .course h4 {
	font-size: 1.6rem;
	font-weight: 700;
	text-align: center;
}
.training .course h4 span {
	display: block;
	font-size: 0.8em;
	font-weight: 400;
	line-height: 1.2;
	margin-bottom: 0.5em;
}
.training .course p.price {
	font-size: 1.8rem;
	font-weight: 700;
	margin-bottom: 0.5em;
	text-align: center;
}
.training .course p.price span {
	font-size: 0.7em;
}
.training .course p.txt {
	border-top: solid 1px #FFF;
	padding-top: 1em;
}

.training .course p.period {
	border-bottom: solid 1px #FFF;
	text-align: center;
	margin-bottom: 0.5em;
	padding-bottom: 0.5em;
}
.training .course ul {
	margin: 1em auto;
	width: fit-content;
}
.training .course ul li {
	background: url("../img/check.svg") no-repeat left top / 1.2em auto;
	padding-left: 1.5em;
	width: fit-content;
}
.training .course ul li sup {
	vertical-align: top;
}
.training .course p.sup_txt {
	font-size: 0.8em;
	margin: auto;
	width: fit-content;
}
#flow {
	padding-bottom: 5em;
}
#flow h3 {
	text-align: center;
	margin-bottom: 1em;
}
#flow ol, #flow ol li {
	width: fit-content;
}
#flow ol {
	margin: auto;
}
#flow ol li {
	font-size: 1.2em;
}
#flow ol li span {
	font-family: "Robot", sans-serif;
	font-size: 1.5em;
	font-weight: 500;
}
#flow ol li:after {
	content: '';
	display: block;
	height: 1em;
	width: 1em;
	background: url("../img/triangle_gra.svg") no-repeat left center / contain;
	margin-left: 1.5em;
}
#flow ol li:last-child:after {
	content: none;
}
aside {
	background-color: #CCC;
	color: #070829;
	font-weight: 700;
	padding: 30px 0;
	text-align: center;
}
aside h4 {
	font-size: 1.8rem;
	font-weight: 700;
	margin-bottom: 5px;
}
aside a {
	display: block;
	width: calc(100% - 4px);
	height: 60px;
	line-height: 60px;
	background: linear-gradient(to right,#253455,#000024);
	border: solid 2px #FFF;
	color: #FFF;
	font-size: 1.8rem;
	letter-spacing: 0.1em;
	margin-top: 20px;
	text-align: center;
}

@media screen and (min-width: 768px) {
	#title .inner1500 h2 {
		background: url("../img/title_service_training.jpg") no-repeat 80px top / 100% 80px;
	}
	
	#generate ul {
		display: flex;
		justify-content: center;
		gap: 2em;
	}
	#generate ul li {
		width: 40%;
		max-width: 30em;
	}
	#e-learning .course {
		margin: auto;
		width: 30em;
	}
	#e-learning .course p.crs {}
	aside {
		padding: 40px 0;
		text-align: left;
	}
	aside .fl_box {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	aside h4 {
		text-align: left;
	}
	aside a {
		width: 35%;
		max-width: 600px;
		margin-top: 0;
	}
	aside br {
		display: none;
	}
}
@media screen and (min-width: 960px) {
	#title .inner1500 h2 {
		background: url("../img/title_service_training.jpg") no-repeat 100px top / 100% 120px;
	}
	h3 {
		font-size: 2.4rem;
	}
	#generate h3 {
		white-space: nowrap;
	}
	.training .h3_box {
		display: flex;
		margin-bottom: 3em;
		padding-top: 1em;
	}
	.training h3 {
		margin-top: 0;
		margin-right: 1em;
	}
	.training .course p.crs {
		font-size: 1.8rem;
	}
	.training .course h4, .training .course p.price {
		font-size: 2rem;
	}
	aside {
		padding: 60px 0;
	}
	aside h4 {
		font-size: 2.4rem;
		margin-bottom: 10px;
	}
	aside a {
		font-size: 2rem;
	}
}
@media screen and (min-width: 1200px) {
	#title .inner1500 h2 {
		background: url("../img/title_service_training.jpg") no-repeat 140px top / 100% 160px;
	}
	h3 {
		font-size: 3.6rem;
	}
	.training .course p.crs {
		font-size: 2.4rem;
	}
	.training .course h4, .training .course p.price {
		font-size: 2.8rem;
	}
	aside {
		padding: 80px 0;
	}
	aside h4 {
		font-size: 3rem;
		margin-bottom: 10px;
	}
	aside a {
		height: 80px;
		line-height: 80px;
		font-size: 2.8rem;
	}
}