@charset "UTF-8";
#contentsArea .prof2 a{
  color: #023d21;
}
#contentsArea .number {
  font-size: 6.8em;
}
#contentsArea .name{
  font-size: 2.4em;
}
#contentsArea .profBlock .text{
  line-height: 1.7;
}
#contentsArea .articleBlock .photo{
  max-width: 700px;
}
#contentsArea .articleBlock .contents p {
  max-width: 450px;
}
.contents h1,.contents h2{
  color: #023d21;
}
.contents h1{
  font-size: 28px;
  padding: 1em 0 1.5em;
  font-weight: bold;
  text-align: center;
}
.contents h1 span{
  font-size: 74%;
  padding: 1em 0;
}
.contents h2{
  max-width: 450px;
  margin: 0 auto;
  font-size: 26px;
  font-weight: bold;
  padding: 1em 0;
  white-space: nowrap;
}
.contents h2.pt{
  padding: 2em 0 1em;
}
.contents .center{
  padding-top: 2em;
}
@media screen and (max-width: 640px){
  #contentsArea .number {
    font-size: 5em;
  }
  .contents h1 {
    font-size: 20px;
    padding: 1em 10px;
  }
  .contents h2{
    font-size: 18px;
    white-space: normal;
    padding: 1em 16px;
  }
  #contentsArea .articleBlock .photo{
    margin: 1.5em auto;
    font-size: 100%;
  }
    #contentsArea .articleBlock .photo-s{
    width: 70%;
  }
}