@charset "UTF-8";
/*
	Filename: methods
	Version: 1.0.1
*/
.methods p {
	font-size: 18px;
	line-height: 2;
	text-align: center;
}
.methods .center {
	margin-top: 50px;
	margin-bottom: 80px;
}
.methods .center h2 span{
	font-size: 30px;
}
.methods .center img {
	width: 350px;
}
.methods .flex {
  justify-content: flex-start;
	margin-bottom: 50px;
}
.system_l {
  width: 60%;
}
.system_l p {
  font-size: 16px;
  line-height: 2;
	text-align: left;
}
.system_r {
  width: 35%;
  margin-left: 5%;
}
.system_r img {
  width: 100%;
}
.system_r .center {
  max-width: 250px;
}
.system_r .center a {
  display: block;
}
.diploma {
	width: 48%;
}
@media screen and (max-width: 1000px) {
  .system_l {
    width: 100%;
		margin-bottom: 30px;
  }
  .system_r {
    width: 100%;
    margin-left: 0;
  }
  .system_r .center {
    max-width: 100%;
  }
}
@media screen and (max-width: 750px) {
	.methods p {
		font-size: 16px;
		text-align: left;
	}
	.methods .center {
		margin-bottom: 60px;
	}
	.methods .center h2 span {
		font-size: 23px;
	}
	.diploma {
		width: 100%;
		margin-bottom: 30px;
	}
}