@charset "UTF-8";


/*---------------------------------------------------------
Reset
---------------------------------------------------------*/
body,
div, article, section,
h1, h2, h3, h4, h5, h6,
dl, dt, dd,
ul, ol, li,
pre, form, input, textarea, address,
table, th, td,
a, p, img {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	vertical-align: top;
}

html {
	overflow-y: scroll;
	-webkit-font-smoothing: antialiased;
	margin-top: 0 !important;
}

table {
	border-collapse: collapse;
}

ul, li {
	list-style-type: none;
}

sup,
sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	_vertical-align: bottom;
	position: relative;
}
sup { bottom: 1ex; }
sub { top: .5ex; }

img {
	border: none;
}



/*-----------------------------------------------------

  /training/index.html

-----------------------------------------------------*/
#main {
  padding-bottom: 140px;
}

.inner {
  position: relative;
}

.br_pc { display: inline; }
.br_sp { display: none; }

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

	#main {
	padding-bottom: 50px;
	}
	.inner {
	padding: 0;
	}
	.br_pc { display: none; }
	.br_sp { display: inline; }

}

#title { margin-bottom: 0; }



.clm {
	padding: 0 0 50px 0;
}

@media only screen and (max-width: 640px) {
	.clm {
		padding: 0 3.125% 25px;
	}
}



.toplead {
	padding: 50px 0 40px;
	font-size: 1.7rem;
	line-height: 1.65;
}

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

	.toplead {
		padding: 15px 3.125% 20px;
		font-size: 1.3rem;
		line-height: 1.5;
	}

}


#tra_clm01 .wrap {
	overflow: hidden;
}
#tra_clm01 .ttl03 {
	margin: 0 0 30px;
}
#tra_clm01 .txt .lead {
	font-size: 1.7rem;
	line-height: 1.65;
}

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

	#tra_clm01 .ttl03 {
		margin: 0 0 15px;
	}
	#tra_clm01 .txt .lead {
		font-size: 1.3rem;
		line-height: 1.5;
	}

}


#tra_clm02 .wrap {
	overflow: hidden;
}
#tra_clm02 .ttl03 {
	margin: 0 0 30px;
}
#tra_clm02 ul {
	margin: 0;
	padding: 20px;
	border: 4px solid #cde8cd;
}
#tra_clm02 ul li {
	position: relative;
	margin: 0 0 10px 0;
	padding: 0 0 0 25px;
	font-size: 1.7rem;
	line-height: 1.3;
}
#tra_clm02 ul li::before {
	content: '';
	position: absolute;
	background-color: #009600;
	width: 10px;
	height: 10px;
	top: 6px;
	left: 5px;
	border-radius: 5px;
}

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

	#tra_clm02 .ttl03 {
		margin: 0 0 15px;
	}
	#tra_clm02 ul {
		margin: 0;
		padding: 15px;
		border: 3px solid #cde8cd;
	}
	#tra_clm02 ul li {
		position: relative;
		margin: 0 0 10px 0;
		padding: 0 0 0 15px;
		font-size: 1.3rem;
		line-height: 1.5;
	}
	#tra_clm02 ul li:last-child {
		margin: 0;
	}
	#tra_clm02 ul li::before {
		width: 5px;
		height: 5px;
		top: 7px;
		left: 3px;
	}

}


#tra_clm03 {
}
#tra_clm03 .wrap {
	overflow: hidden;
}
#tra_clm03 .ttl03 {
	margin: 0 0 30px;
}

#tra_clm03 ol {
	counter-reset: my-counter;
	list-style: none;
	padding: 0;
}
#tra_clm03 ol li {
	position: relative;
	background-image: url(../images/step_arrow.png);
	background-repeat: no-repeat;
	background-position: 21px 75px;
	background-size: 17px auto;
	margin: 0 0 20px;
	padding: 0 0 10px 70px;
	border-bottom: 1px dotted #bbb;
}
#tra_clm03 ol li:nth-child(4) {
	background-position: 21px 55px;
}
#tra_clm03 ol li:last-child {
	background: none;
}
#tra_clm03 ol li:before {
	content: counter(my-counter);
	counter-increment: my-counter;
	position: absolute;
	display: block;
	background-color: #006a00;
	width: 40px;
	height: 40px;
	top: 0;
	left: 10px;
	border-radius: 50%;
	font-size: 2.2rem;
	color: #fff;
	text-align: center;
	line-height: 40px;
}
#tra_clm03 ol li .ttl {
	margin: 0 0 10px 0;
	font-size: 2.4rem;
	font-weight: bold;
	color: #006a00;
}
#tra_clm03 ol li .body {
	font-size: 1.7rem;
	line-height: 1.65;
}

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

	#tra_clm03 .ttl03 {
		margin: 0 0 15px;
	}
	#tra_clm03 ol li {
		background-image: url(../images/step_arrow.png);
		background-position: 17px 45px;
		background-size: 17px auto;
		margin: 0 0 20px;
		padding: 0 0 10px 50px;
	}
	#tra_clm03 ol li:nth-child(4) {
		background-position: 21px 55px;
	}
	#tra_clm03 ol li:last-child {
		background: none;
		margin: 0;
	}
	#tra_clm03 ol li:before {
		content: counter(my-counter);
		counter-increment: my-counter;
		position: absolute;
		display: block;
		background-color: #006a00;
		width: 30px;
		height: 30px;
		top: 0;
		left: 10px;
		border-radius: 50%;
		font-size: 1.9rem;
		color: #fff;
		text-align: center;
		line-height: 30px;
	}
	#tra_clm03 ol li .ttl {
		margin: 0 0 10px 0;
		padding: 5px 0 0 0;
		font-size: 1.6rem;
		font-weight: bold;
		color: #006a00;
	}
	#tra_clm03 ol li .body {
		font-size: 1.3rem;
		line-height: 1.5;
	}

}
