@charset "UTF-8";

#introduction{
  margin:.2em;
  padding:1em;
  border:2px solid #999;
}
#introduction ol li{
  margin-left:1.5em;
  line-height:1.5em;
}
p.whatsCSR,p.whatsODD{
  padding:10px;
  color:#666;
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
  border-radius:5px;
  background:#eee;
}
#contents article p.fsL{
  font-size:1.4em;
  margin-top:1em;
}
#contents article p.mt05m{
  margin-top:.5em;
  margin-bottom:1em;
}

ul.pic {
  margin-top:1em;
  display: flex;
  align-items: center;
  justify-content: center;
}
ul.pic li {
  list-style: none;
}
ul.pic li:nth-child(2) {
  margin: 0 10px;
}
ul.pic li img {
  height:250px;
}
ul.pic li img.achievement {
  height:100%;
}
/* ----- responsive ----- */
@media (max-width:767px) {
  #contents article p.fsL{font-size:1.2em;}
  #introduction p.fsL{margin-top:2em;}
  #introduction ol li{font-size:.9em;}
  ul.pic {flex-flow: column;}
  ul.pic li:nth-child(2) {margin: 10px 0;}
  ul.pic li img.achievement {height:80px;}
}