@charset "UTF-8";

/*------------------------

Info

------------------------*/

#content .contentInner .leftContent .whiteBox .section ._img {
  text-align: center;
}

#content .contentInner .leftContent .whiteBox .section ._img img {
  width: 100%;
}


#content ._message{
  text-align: center;
}
#content ._message .section_inner{
  display: inline-block;
  text-align: left;
}
#content ._message .title_h2 {
  font-weight: bold;
  font-size: 54px;
  color: #000;
  font-family: 'GU-Regular','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',Meiryo,"MS P Gothic",sans-serif;
}
#content ._message .title_h2 ._subtitle{
  font-size: 34px;
  display: block;
  text-align: left;
}
#content .contentInner .leftContent .whiteBox .section ._txt {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 25px;
}




/*------------------------
@media max-width:640px
------------------------*/
@media (max-width:640px){
  #content ._message{
    text-align: left;
  }
  #content ._message .title_h2 {
    font-size: 32px;
  }
  #content ._message .title_h2 ._subtitle{
    font-size: 22px;
  }
  #content .contentInner .leftContent .whiteBox .section ._txt {
    font-size: 14px;
  }
}
