@charset "UTF-8";
/**
 * About SPU
 *
 */
/* ==========================================================================
   Chairman
   ========================================================================== */
.chairman #message-box {
  position: relative;
}
.chairman #message-box .fl {
  width: 62.0689655172%;
}
.chairman #message-box .fr {
  width: 33.3333333333%;
  margin-top: 21%;
}
.chairman #message-box .fr p {
  font-size: 14px;
  font-size: 1.4rem;
}
.chairman #message-box .fr p strong {
  font-size: 228.5714285714%;
  font-family: 'Roboto Condensed','中ゴシックBBB JIS2004';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #212324;
  font-weight: normal;
}
.chairman #message-box .fr dl {
  position: absolute;
  bottom: 0;
}
.chairman #message-box .fr dl dt {
  color: #009d42;
  margin-bottom: 16px;
}
.chairman #message-box .fr dl dd {
  font-size: 13px;
  font-size: 1.3rem;
}
@media screen and (max-width: 767px) {
  .chairman #message-box {
    position: relative;
  }
  .chairman #message-box .fl {
    width: 100%;
  }
  .chairman #message-box .fr {
    width: 100%;
    margin-top: 16px;
  }
  .chairman #message-box .fr p {
    position: relative;
  }
  .chairman #message-box .fr p strong {
    position: absolute;
    top: 0;
    right: 0;
  }
  .chairman #message-box .fr dl {
    position: relative;
    bottom: auto;
  }
  .chairman #message-box .fr dl dt {
    color: #009d42;
    margin-bottom: 16px;
  }
  .chairman #message-box .fr dl dd {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

/* ==========================================================================
   President
   ========================================================================== */
.president #message-box {
  position: relative;
}
.president #message-box .fl {
  width: 62.0689655172%;
}
.president #message-box .fr {
  width: 33.3333333333%;
  margin-top: 112px;
}
.president #message-box .fr p {
  font-size: 14px;
  font-size: 1.4rem;
}
.president #message-box .fr p strong {
  font-size: 228.5714285714%;
  font-family: 'Roboto Condensed','中ゴシックBBB JIS2004';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #212324;
  font-weight: normal;
}
.president #message-box .fr dl {
  position: absolute;
  bottom: 0;
}
.president #message-box .fr dl dt {
  color: #009d42;
  margin-bottom: 16px;
}
.president #message-box .fr dl dd {
  font-size: 13px;
  font-size: 1.3rem;
}
@media screen and (max-width: 767px) {
  .president #message-box {
    position: relative;
  }
  .president #message-box .fl {
    width: 100%;
  }
  .president #message-box .fr {
    width: 100%;
    margin-top: 16px;
  }
  .president #message-box .fr p {
    position: relative;
  }
  .president #message-box .fr p strong {
    position: absolute;
    top: 0;
    right: 0;
  }
  .president #message-box .fr dl {
    position: relative;
    bottom: auto;
  }
  .president #message-box .fr dl dt {
    color: #009d42;
    margin-bottom: 16px;
  }
  .president #message-box .fr dl dd {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

/* ==========================================================================
   History
   ========================================================================== */
.history .box1 {
  position: relative;
  margin-bottom: 40px;
}
.history .box1 .elem1 {
  position: absolute;
  right: 0;
  top: 100%;
  margin-top: 20px;
}
.history .box1 .elem1 p {
  text-align: right;
}
.history .box1 .elem1 p:nth-child(1) {
  padding-right: 30px;
}
.history .box1 .elem1 p:nth-child(2) {
  padding-right: 0;
}
.history .box1 .elem1 p:nth-child(3) {
  padding-right: 20px;
}
@media screen and (max-width: 767px) {
  .history .box1 {
    margin-bottom: 20px;
  }
  .history .box1 .elem1 {
    display: none;
  }
}
