@charset "utf-8";
/* CSS Document */
.txtUnd{ margin-bottom:10px;}
.greetingTxt{ text-indent: 1em; line-height: 2em;  }

#txtRight{ text-align:right; padding-top:10px; }

#chairmanBox {align-items:center; /* text-align:center;*/  }


#chairmanBox dt{ margin-bottom:10px; font-size: 1.2em; }
#chairmanBox dd{ line-height:1.8em; }

#chairmanName{ font-size:1.35em; }
#chairmanName span{ font-size:0.75em; margin-right: 15px; }

#massagedate{ font-size:1.2em;  }

/*sp*/
@media screen and (min-width: 661px) {
  #chairmanBox { display: flex; }
  #chairmanBox img{ width: 20%; }
  #chairmanBox dl{ margin-left:20px;  }
}

@media screen and (min-width: 661px) and (max-width: 1059px) {
#chairmanBox{ margin: 0 auto 8%; }
#chairmanBox dl{ text-align: right; }
#chairmanName{ text-align: center; }
}

@media screen and (max-width: 1059px){
#greetBox{ margin-bottom:4%; }
}

@media screen and (max-width: 660px){
  #chairmanBox img{ width: 40%; display: block; margin: 0 auto 3%; }
  #chairmanBox dl{ text-align: center;  }
  #chairmanBox dd p:first-child{line-height: 1.3em;}
}

@media screen and (max-width: 510px){
#chairmanBox span{ display: block }
}

/*PC*/
@media screen and (min-width: 1060px) {
#chairmanBox{ /*font-size:0.87em;*/ }
#greetBox{ /*float:left; width: 466px; margin-right: 20px;*/ margin-bottom:40px; }
#massagedate{ font-size:15px; text-align: right; }
}
