@charset "UTF-8";
.leader {
  margin-top: 50px;
  margin-bottom: 70px;
  padding: 8px 40px 70px 40px;
  background-color: #fff; }
  .leader:after {
    clear: both;
    display: block;
    content: ''; }
  .leader .leader-title {
    font-size: 26px;
    border-bottom: 1px solid rgba(51, 51, 51, 0.1);
    width: 5em;
    margin: 0 auto;
    margin-bottom: 40px;
    padding-bottom: 12px;
    padding-top: 24px;
    line-height: 1; }
  .leader .leader-left {
    background-color: rgba(247, 247, 247, 0.5);
    float: left;
    width: 200px;
    text-align: center;
    padding-left: 20px;
    padding-right: 20px; }
    .leader .leader-left .leader-left-title {
      font-size: 22px;
      font-weight: 600;
      margin-bottom: 30px; }
      .leader .leader-left .leader-left-title:before {
        content: '—';
        color: #ccc;
        margin-right: 12px; }
      .leader .leader-left .leader-left-title::after {
        content: '—';
        color: #ccc;
        margin-left: 12px; }
    .leader .leader-left .leader-left-mail {
      display: block;
      border: 1px solid rgba(153, 153, 153, 0.2);
      height: 102px; }
      .leader .leader-left .leader-left-mail img {
        width: 100%;
        height: 100%; }
    .leader .leader-left .leader-left-line {
      height: 1px;
      background-color: rgba(51, 51, 51, 0.1);
      margin-top: 20px;
      margin-bottom: 36px; }
    .leader .leader-left .leader-left-stitle {
      display: block;
      opacity: 1;
      font-size: 20px;
      cursor: pointer;
      color: rgba(51, 51, 51, 0.8);
      margin-bottom: 30px; }
      .leader .leader-left .leader-left-stitle.active, .leader .leader-left .leader-left-stitle:hover {
        opacity: 1;
        color: #005293;
        font-weight: 600; }
    .leader .leader-left .leader-m-head, .leader .leader-left .leader-left-mail-m {
      display: none; }
  .leader .leader-right {
    float: right;
    width: 800px;
    display: none; }
    .leader .leader-right .leader-right-title {
      font-size: 26px;
      line-height: 50px;
      border-bottom: 1px solid rgba(51, 51, 51, 0.1);
      margin-bottom: 22px;
      font-size: 20px;
      font-weight: 500;
      line-height: 48px;
      margin-bottom: 22px; }
    .leader .leader-right.active {
      display: block; }
    .leader .leader-right .leader-right-pic {
      display: block;
      width: 160px;
      height: 200px;
      margin: 0 auto;
      margin-bottom: 40px; }
    .leader .leader-right .leader-right-text {
      font-size: 16px;
      text-indent: 2em;
      margin-bottom: 50px;
      line-height: 24px; }
    .leader .leader-right .leader-right-qr {
      text-align: center;
      font-size: 14px;
      color: #999999; }
      .leader .leader-right .leader-right-qr img {
        display: block;
        margin: 0 auto;
        width: 132px;
        height: 132px;
        margin-bottom: 20px; }
