#study {
	width: 100%;
	margin-bottom: 50px;
}
.study01 {
	margin-bottom: 40px;
}
.study01 dt {
}
.study01 dd {
	text-align: center;
}
.study02 {
	max-width: 800px;
	width: 100%;
	margin: 0px auto;
}
.study02 dt {
	text-align: center;
	font-size: 120%;
	font-weight: 500;
	margin-bottom: 10px;
}
.study02 dd {
	margin-bottom: 30px;
}
.study03 {
	max-width: 600px;
	width: 100%;
	margin: 20px auto 80px;
	list-style: none;
}
.study03 li {
	border: #444 1px solid;
	margin-bottom: 30px;
	position: relative;
}
.study03 li:not(:last-child):after {
	position: absolute;
	content: url(../images/common/point01.png);
	display: block;
	bottom: -30px;
	left: 50%;/*中央配置*/
	transform: translateX(-50%);
}
.study03 li strong {
	display: block;
	background-color: #444;
	color: #fff;
	line-height: 100%;
	padding: 8px 15px 10px;
}
.study03 li p {
	padding: 10px 15px;
}
.study04 {
	overflow: hidden;
	margin-bottom: 80px;
}
.study04 .ph {
	float: right;
	width: 48%;
}
.study04 .study4_l {
	width: 48%;
}
.study04 .study4_l dl {
	margin-bottom: 20px;
}
.study04 .study4_l dt {
	font-size: 120%;
	margin-bottom: 10px;
	font-weight: 500;
}
.study04 .study4_l dd {
}
.study05 {
	margin-bottom: 80px;
}
.study05 .txt {
	max-width: 800px;
	width: 100%;
	margin: 0px auto 30px;
}
.study05 .zu1 {
	text-align: center;
}
.study05 .zu2 {
	display: none;
}
.study06 {
	border-bottom: #aaa 1px dotted;
	max-width: 800px;
	width: 100%;
	margin: 20px auto 80px;
	list-style: none;
}
.study06 li {
	border-top: #aaa 1px dotted;
	overflow: hidden;
	padding: 20px 0;
}
.study06 li span {
	display: block;
	float: left;
	width: 80px;
	text-align: center;
	font-size: 220%;
	font-weight: 300;
	line-height: 100%;
	margin-top: -5px;
}
.study06 li p {
	margin-left: 90px;
}
.study07 {
	margin-bottom: 80px;
}
.study07 .txt {
	max-width: 800px;
	width: 100%;
	margin: 0px auto 20px;
}
.study07 .outer {
	width: 100%;
}
.study07 .outer table {
	width: 100%;
	border-collapse: collapse;
	font-family: 'Noto Sans JP', sans-serif;
}
.study07 .outer table td, .study07 .outer table th {
  border: 1px solid #ccc;
  padding: 10px 0;
  text-align: center;
  vertical-align: middle;
  font-size: 90%;
  line-height: 160%;
}
.study07 .outer table th {
  background-color: #eee;
  font-weight: 400;
}
.study07 .outer table td.ttl {
  background-color: #F0F0E1;
  font-weight: 400;
}
.study08_mv {
	width: 100%;
	height: 340px;
	background: url(../images/study/ph02.jpg) no-repeat center center;
	margin-bottom: 20px;
}
@media screen and (min-width: 1600px) {
	.study08_mv {
		background-size: 100% auto;
	}
}
.study08 {
	max-width: 1000px;
	width: 85%;
	margin: 0px auto;
}
.study08 ul {
	display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}
.study08 ul li {
	width: 48%;
	margin-right: 4%;
	margin-bottom: 30px;
}
.study08 ul li:nth-child(2n) {
	margin-right: 0;
}
.study08 ul li strong {
	display: block;
	font-size: 120%;
	font-weight: 500;
	margin-bottom: 5px;
}
.study08 .txt {
	text-align: center;
	margin-bottom: 20px;
}
.study08 .txt2 {
	text-align: right;
}






@media screen and (max-width: 680px) {
	.study01,
	.study02,
	.study03,
	.study04,
	.study05,
	.study06,
	.study07 {
		font-size: 90%;
	}
	.study04 .ph {
		float: none;
		width: auto;
		text-align: center;
		margin-bottom: 20px;
	}
	.study04 .study4_l {
		width: 100%;
	}
	.study05 .zu1 {
		display: none;
	}
	.study05 .zu2 {
		display: inherit;
		text-align: center;
	}
	.study06 li span {
		width: 60px;
		font-size: 220%;
		margin-top: -5px;
	}
	.study06 li p {
		margin-left: 60px;
	}
	.study07 .outer {
		overflow-x:scroll;
	}
	.study07 .outer table {
		width: 700px;
	}
	.study08_mv {
		height: 150px;
		background-size: auto 150px;
	}
	.study08 ul,
	.study08 .txt,
	.study08 .txt2 {
		font-size: 90%;
	}
}
@media screen and (max-width: 500px) {
	.study01 dd,
	.study08 .txt,
	.study08 .txt2 {
		text-align: left;
	}
	.study08 ul li,
	.study08 ul li:nth-child(2n) {
		float: none;
		width: 100%;
		margin-right: 0;
	}
}