

.officer-profile-left{
  margin-bottom: 2rem;
}
.officer-profile-right{
  padding-left: 3rem;
}

.officer-position{
  color: #f07f0a;
  font-weight: bold;
  font-size: 1.4rem;
  margin-top: 0;
}
.officer-name-etc{
  margin-top: 21px;
  margin-bottom: 20px;
}
.officer-name{
  font-weight: bold;
  font-size: 2.4rem;
  margin-right:1.8rem;
}
.officer-spell-etc{
  color:#999999;
}



.officer-story{
  margin-bottom: 3rem;
}

#officer-profile dl{
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    text-align: left;
    font-size: 1.3rem;
    color:#999999;
    margin-bottom: 0.8rem;
    font-weight: normal;
}
.officer-profile-right{
  padding-left: 9px;
}
#officer-profile dl dt{
  width:20%;
  font-weight: normal;
}
#officer-profile dl dd{
  width:80%;
}
.officer-spec-photo img {
    width: 280px;
/*    height: 122px;*/
}

p a {
	color:#004190;
}
p a:hover {
	color:#004190;
	text-decoration:underline;
}


/* ーーーーーーーーーーiPadサイズ対応ーーーーーーーーーー */
@media(min-width:768px) {
    .officer-profile-right{
      padding-left: 9px;
    }
    #officer-profile dl dt{
      width:10%;
      font-weight: normal;
    }
    #officer-profile dl dd{
      width:90%;
    }
}
