@charset "UTF-8";
.president {
  width: auto;
  margin: 0 30%;
}

.home-wrapper {
  display: block;
  width: 100%;
  margin: 40px auto;
}

.home-wrapper_button {
  display: block;
  width: 600px;
  background: black;
  margin: 0 auto;
  text-decoration: none;
  padding: 8px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transform: scale(1);
          transform: scale(1);
  border-radius: 2px;
}

.home-wrapper_button a {
  text-decoration: none;
}

.home-wrapper_button p {
  text-align: center;
  color: white;
  font-weight: bold;
  font-size: 1.0em;
  text-shadow: none;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.home-wrapper_button p:before {
  content: "▶";
}

.home-wrapper_button:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  background: rgba(0, 0, 0, 0.8);
}

.common-wrapper .common-box .common-container {
  margin: 0px auto;
  padding-bottom: 4px;
}

.common-wrapper .common-box .common-container:last-child {
  margin-top: 0;
}

.common-wrapper .common-box .common-container.title {
  margin-bottom: 30px;
}

.common-wrapper .common-box .text .annotation {
  font-size: 0.6em;
  text-decoration: none;
}

.common-wrapper .common-box .text.president-profile {
  text-align: center;
}

.common-wrapper .common-box .caption {
  width: 96%;
  margin: auto auto;
  font-size: 1.4em;
  background: black;
}

.image-wrapper {
  margin: 0 auto;
}

.image-wrapper .image {
  width: 48%;
  margin: auto 1%;
}

.image-wrapper.president {
  margin-top: 3%;
}

.image-wrapper a.image {
  cursor: initial;
}

.image-wrapper a.image img:hover {
  -webkit-transform: initial;
          transform: initial;
  -webkit-filter: initial;
          filter: initial;
}
