@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;}
#chairmanBox dt,
#chairmanName{  font-size: 1.2em;  }
#chairmanBox dd{ line-height:1.8em; }

#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; }
}

@media screen and (max-width: 1059px){
#chairmanBox{ margin-bottom:4%; }
#chairmanName{ padding-top: 5px; }
}

@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{ margin-bottom:40px; }
#massagedate{ font-size:15px; text-align: right; }
}
