@charset 'UTF-8';
/*  透過
----------------------------------------*/
/*  ボーダー
----------------------------------------*/
.update {
  margin: -30px 0 10px;
  padding: 0;
  text-align: right;
}

.officer_list {
  margin-bottom: 60px;
}
.officer_list_ul {
  width: 100%;
  margin-bottom: 60px;
  border-top: 1px dotted #d1d0d0;
}
.officer_list_li {
  border-bottom: 1px dotted #d1d0d0;
}
.officer_list_dl {
  display: table;
  width: 100%;
  line-height: 1.5em;
}
.officer_list_dt {
  display: table-cell;
  width: 232px;
  padding: 24px 22px 24px 18px;
  vertical-align: middle;
  font-weight: bold;
}
.officer_list_dd {
  display: table-cell;
  width: 574px;
  padding-right: 26px;
  vertical-align: middle;
}
.officer_list_dd_inner {
  display: table;
  width: 100%;
}
.officer_list_name {
  display: table-cell;
  width: 296px;
  vertical-align: middle;
}
.officer_list_kana {
  display: block;
  font-size: 1.2rem;
}
.officer_list_department {
  display: table-cell;
  width: 252px;
  vertical-align: middle;
}





.officer_list_li_detail{
  margin-bottom:100px;
}
.officer_details{
  overflow: hidden;
}
.officer_details_name{
  background: #f6f6f6;
  padding: 10px 15px;
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}
.officer_details_name p.position1{
  width: 320px;
}
.officer_details_name p.position1.long{
  width: 100%;
}
.officer_details_name p.position1.dotL{
  border-right: 1px dotted #d1d0d0;
  margin-right: 20px;
}
.officer_details_name p.position2.dotR{
  border-left: 1px dotted #d1d0d0;
  padding-left: 20px;
}
.officer_details_name p.position1 span{
  display: block;
  font-weight: bold;
}
.officer_details_name p.position1 span.name{
  display: inline;
  font-weight: normal;
  font-size: 1.6rem;
  margin-right:1em;
}
.officer_details_img{
  margin: 0 60px 25px 20px;
  width: 274px;
  float: left;
  text-align: center;
}
.officer_details_img .picture{
  margin-bottom:10px;
}
.detail_cap{
  font-size:1.2rem;
  text-align: center;
  margin-top:10px;
}
.officer_details_Career{
  float: left;
}
.officer_details_Career table{
  width: 450px;
}
.officer_details_Career table tr{
  border-bottom:1px dotted #d0d0d0;
}
.officer_details_Career table tr td{
  padding:3px 0;
}
.officer_details_Career table tr:first-child td{
  padding:0 0 3px 0;
}
.officer_details_Career table tr td.year{
  width: 3.5em;
}
.officer_details_Career table tr td.year_en{
  width: 8em;
  text-align:right;
}
.officer_details_Career table tr td.month{
  width: 2.5em;
  text-align:right;
}
.officer_details_Career table tr td.event{
  padding-left: 40px;
}
.officer_details_Career table tr td.event_en{
  padding-left: 20px;
}
.content_notes{
  margin-top:30px;
}
.pc_only{
  display: block;
}
.sp_only{
  display: none;
}
.noBo{
  border-top:none;
}