@charset "UTF-8";
/* CSS Document */

.title li {
  list-style: none;
}
.title_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.title_img {
  width: 75%;
  transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    -webkit-transform: rotate(-10deg);
  margin-right: -10px;
}
.title_img-line {
  margin-left: -30px;
}



.sub_title img{
  width: 20%;
  transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    -webkit-transform: rotate(-10deg);
  margin-right: -10px;
  display: block;
  text-align: left;
  margin-left: 100px;
  
}



.message_staff {
  display: flex;
  width: 87%;
  margin: 95px auto 0;
}
.message_img {
  display: flex;
  flex-direction: column;
}
.message_img img {
  max-width: 158px;
}
.message_text {
  text-align: left;
  padding-left: 25px;
}
.message_text-p {
  font-size: 1.4rem;
  padding-left: 20px;
  padding-top: 20px;
}





.sub_title2 {
  margin-top: 150px;
}


.message_memberphoto img{
  width: 260px;
  padding-left: 20px;
  height: 190px;
  object-fit: cover;
}
.message_text-title {
  font-weight: 600;
  font-size: 1.6rem;
  padding-left: 15px;
  border-left: solid 6px #333;
  margin-left: 20px;
}

.message_text-ffiliation {
  font-size: 1.2rem;
}


.member_gyokou {
  padding-top: 150px;
}

.message_staff-img {
  display: flex;
}





.fura_wrap {
  margin: 0 auto;
  padding: 0 8%;
}
.fura_content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  max-width: 1126px;
  margin: 0 auto;
  padding-top: 30px;
  flex-wrap: wrap;
}
.fura_wrap ul {
  display: flex;
  margin: 20px auto 0;
  max-width: 1126px;
  flex-wrap: wrap;
  justify-content: center;
}
.fura_wrap img {
  max-width: 250px;
}
.fura_wrap li {
  padding: 0 10px 20px;
}

.fura_subtitle {
  padding-left: 2%;
}


.fura_name {
  font-size: 1.2rem;
}



@media (max-width:965px) {
  .fura_content {
    align-items: center;
  }
  .fura_wrap li {
  padding: 0 10px 20px;
}
  
}







@media (max-width:960px) {
  .message_staff-img {
    display: flex;
    justify-content: center;
  }
  .message_staff {
    flex-direction: column;
  }
  .message_text {
    padding-left: 0;
    max-width: 600px;
    margin: 0 auto;
  }
  .message_text-p {
    padding-left: 0;
    font-size: 1.3rem;
  }
  .message_img img {
    max-width: 100px;
    width: 100%;
  }
  .message_memberphoto img {
    width: 100%;
    height: auto;
    max-width: 190px;
  }
  .message_text-title {
    margin-top: 20px;
  }
  .venue_title img {
    margin-left: 10px;
    max-width: 220px;
  }
  
  .sub_title img {
    width: 59%;
    margin-left: 24px;
    max-width: 350px;
  }
  .message_text-title {
    margin-left: 0;
  }
  
  
  
  
  
  
  
}