@charset "UTF-8";
/**
*
* スタッフ紹介ページ 
*  
**/

.wrap {
  background-image: none;
  background-repeat: no-repeat;
  background-size: cover;
  line-height: 1.8;
  background-position: center center; 
  font-size: 15px;
}

.title {
  font-family: serif;
  margin-top: 50px;
}

h3.staff_name {
  margin-top: 30px;
  padding-bottom: 8px;
  border-bottom: solid 1px rgba(255, 255, 255, 0.7);
}

h4.staff_name_en {
  font-size: 14px;
  margin-bottom: 20px;
}

/* 左 */
.staff_photo {
  padding: 4px;
  border: solid 1px rgba(255, 255, 255, 0.7);
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .staff_photo {
    width: 250px;
    margin: 0 auto 20px
  }
}

.staff_photo img {
  width: 100%;
}

/* 右 */
.staff_content {
  border: solid 1px rgba(255, 255, 255, 0.7);
  background: rgba(83,83,83,0.7);
  padding: 20px 15px;
  margin-bottom: 30px; 
}

.copyright {
  margin: 0;
  font-size: 12px;
  width: 100%;
  color: #fff;
  padding: 10px;
}

@media screen and (max-width: 768px) {
  .staff_content_img_wrap {
    max-width: 300px;
    margin: 0 auto 10px
  }
  
  .copyright {
    margin: 0;
    background: #122540;
  }
}

hr {
  border-top: solid 1px rgba(255, 255, 255, 0.7);
}

.staff_content img {
  width: 100%;
}

.mb40 {
  margin-bottom: 40px;
}