@charset "UTF-8";
.study .mainV img {
	width: 100%;
	height: auto;
}
.study em {
  font-style: normal;
  font-weight: bold;
  color: #333;
}
.study .l-wrapper.main {
	margin-top: 65px;
}
.study .box_01 {
	margin: 50px 0 45px;
}
.study .box_01:after , .study .box_01:before {
	content:"";
	display: block;
	width: 100%;
	height: 3px;
	background: url(../images/common/line_dot.png) center center;
}
.study .box_01 dl {
	padding: 22px 40px;
}
.study .box_01 dl dt {
	padding: 5px 25px;
	background: #ffc000;
	font-size: 20px;
	font-weight: bold;
	margin-right: 45px;
}
.study .box_01 dl dd {
	font-size: 22px;
	font-weight: bold;
}
.study .table_std {
	margin-bottom: 50px;
}
.study .table_std td {
	text-align: left;
	padding: 14px 29px;
}
.study .courseList {
	margin: 25px 0 65px;
}
.study .courseList li a {
	display: block;
}
.study .imgList {
	margin-bottom: 65px;
}
.study .imgList li p {
	margin-bottom: 10px;
}

/* -- Media query	762px以上の場合 PC設定------------------------------------------------------------- */

@media screen and (min-width: 762px) {
	.study .box_01 dl {
		display: flex;
		align-items: center;
	}
	.study .courseList li:not(:nth-child(3n+1)) {
		margin-left: 10px;
	}
	.study .courseList li:nth-child(n+4) {
		margin-top: 20px;
	}
	.study .courseList {
		display: flex;
		flex-wrap: wrap;
	}
	.study .courseList li {
		width: calc((100% - 20px) / 3);
		flex-shrink: 0;
	}
	.study .courseList li a {
		padding: 15px 57px 15px 29px;
		text-align: center;
		margin: 0;
	}
	.study .courseList li a span {
		font-size: 22px;
	}
	.study .imgList {
		display: flex;
		justify-content: space-around;
	}
	.study .imgList:after {
		content: none;
	}
}

/* -- Media query	761px以下の場合 スマートフォン設定------------------------------------------------------------- */

@media screen and (max-width: 761px) {
	.study .box_01 dl {
		padding: 10px;
	}
	.study .box_01 dl dt {
		display: inline-block;
		font-size: 14px;
		margin-right: 0;
		margin-bottom: 10px;
	}
	.study .box_01 dl dd {
		font-size: 16px;
	}
	.study .courseList li + li {
		margin-top: 20px;
	}
	.study .courseList li a {
		margin: 0;
	}
	.study .imgList img {
		max-width: 100%;
		height: auto;
		display: block;
		margin: 0 auto;
	}
	.study .imgList li + li {
		margin-top: 20px;
	}
}