@media all and (min-width: 641px) {

/* INDEX */
body#research-index .section {
	margin-bottom: 120px;
}
body#research-index .research .text{
  margin-bottom: 30px;
  text-indent: 1em;
	line-height:2;
}
body#research-index .research .image{
  text-align: center;
}

body#research-index #research-about .text{
  margin-bottom: 50px;
}
body#research-index #research-about .image-list{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

}

@media only screen and (max-width: 640px) {

/* INDEX */
body#research-index .section {
	margin-bottom: 80px;
}
body#research-index .research .text{
  margin-bottom: 20px;
  text-indent: 1em;
	line-height:2;
}
body#research-index .research .image{
  text-align: center;
}
body#research-index .research .image img{
	display:inline-block;
	margin-bottom:20px;
}
body#research-index #research-about .text{
  margin-bottom: 30px;
}
body#research-index #research-about .image-list{
  width: 80%;
  margin: 0 auto;
}

}
