@charset "UTF-8";
/*今すぐ論文を読もう！*/
h2 {
  font-size: 46px;
  font-weight: bold;
  border-bottom: none;
  padding: 130px 0;
  margin: 0;
  color: #32b16c;
  text-shadow: 2px 2px 0px #fff;
  text-align: center;
  background-image: url("../img/top.jpg");
  background-position: center;
  background-size: cover;
}
h2::after {
  position: static;
}
h2 span {
  font-size: 30px;
  margin-left: 0;
}
h3 {
  font-size: 22px;
  font-weight: normal;
  padding: 10px 3% 13px;
  border-left: none;
  background-color: #333;
  color: #fff;
	text-align: center;
	border-radius:5px;
}
h3::before {
  position: static;
}
.box{
	width: 22.33%;
	float: left;
	margin: 5px 0.5%;
	padding: 30px 5% 20px;
}
.box.b{
	background-color: #d8ebce;
}
.box.c{
	background-color: #c3e5f5;
}
.box.d{
	background-color: #fcdac0;
}
.box figure{
	width: 100%;
	margin: 0;
	text-align: center;
}
.box figure img{
	width: 60%;
	margin-bottom: 10px;
	 box-shadow: 1px 1px 10px #555;
}
.box figure figcaption{
	text-align: center;
	font-weight: bold;
	position: relative;
}
.box figure figcaption i{
	margin-left: 10px;
	position: absolute;
	top: 5px;
}
@media screen and (min-width:700px) and (max-width:1024px) {
  h2 {
    padding: 100px 0;
  }
}
@media screen and (max-width:700px) {
  h2 {
    font-size: 20px;
    padding: 50px 0;
  }
  h3 {
    font-size: 18px;
  }
.box{
	width: 90%;
	float: left;
	margin: 5px auto;
	padding: 30px 5% 20px;
}
.box figure img{
	width: 100px;
}
}