/* mbanner */

#mbanner {
  width: 100%;
  height: 265px;
  background: url(../images/info_history_pc_banner.png) center/cover no-repeat;
}
#mbanner .tit{
  text-align: center;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  height:1em;
  padding-top:100px;
}

/* contents */
#contents {
  margin-bottom: 50px;
}

#content1 h2.tit {
  padding: 4.5rem 0 0 0;
  text-align: left;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.5;
  color: #111;
}

#content1 p {
  padding: 1.25rem 0 0 0;
  text-align: left;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.5;
  color: #111;
  word-break: keep-all;
}

#content2 .sub_menu {
  padding: 3.4rem 0 0 0;
  display: flex;
}

#content2 .sub_menu .sub_tit {
  text-align: left;
  font-size: 2.2rem;
  font-weight: 400;
  line-height: 2;
  color: #111;
  margin-right: 3rem;
  cursor:pointer;
}

#content2 .sub_menu .sub_tit.active {
  border-bottom: 2px solid #ffbd18;
}

#content2 .people_wrap {
  margin-top:2rem;
  display: flex;
}

#content2 .people_wrap .people2 {
  display:none;
  width: 100%;
}

#content2 .senior_wrap {
  display:flex;
  flex-wrap: nowrap;
}

#content2 .senior_wrap .col1 {
  width: 50%;
}

#content2 .senior_wrap .col2 {
  width: 50%;
}

#content2 .senior_wrap .col1 img {
  width: 100%;
}

#content2 .senior_wrap .col2 {
  padding: 1rem 0 0 2.5rem;
}

#content2 .senior_wrap .col2 h4 {
  font-size: 2.2rem;
  font-weight: 700;
  color: #111;
  line-height: 1.5;
}

#content2 .senior_wrap .col2 h4 span {
  font-weight: 300;
}

#content2 .senior_wrap .col2 p {
  font-size: 1.25rem;
  font-weight: 300;
  color: #111;
  line-height: 1.7;
  letter-spacing: -1px;
  margin-top: 20px;
}

#content2 .pastor_wrap {
  margin-top: 70px;
  display: flex;
  flex-wrap: wrap;
}

#content2 .pastor_wrap .pastor_item {
  flex: 1 1 33%; /* explanation below */
}

#content2 .pastor_wrap .pastor_item img {
  display: block;
  margin:0 auto;
}

#content2 .pastor_wrap .pastor_item h4 {
  font-size: 1.6rem;
  font-weight: 700;
  color: #111;
  line-height: 2;
  text-align: center;
}
#content2 .pastor_wrap .pastor_item h4 span {
  font-weight: 300;
}
#content2 .pastor_wrap .pastor_item p {
  font-size: 1.1rem;
  font-weight: 300;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 40px;
}

#content2 .elder_tit {
  text-align: left;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  color: #111;
  margin-top: 30px;
}

#content2 .elder_wrap {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
}

#content2 .elder_wrap .elder_item {
  flex-basis: 220px; /* explanation below */
}

#content2 .elder_wrap .elder_item img {
  display: block;
  margin:0 auto;
}

#content2 .elder_wrap .elder_item h5 {
  font-size: 1.3rem;
  font-weight: 700;
  color: #111;
  line-height: 2;
  text-align: center;
}
#content2 .elder_wrap .elder_item h5 span {
  font-weight: 300;
}
#content2 .elder_wrap .elder_item p {
  font-size: 1.1rem;
  font-weight: 300;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 40px;
}

/* end contents */

@media screen and (max-width: 1220px) {
  #content2 .sub_menu .sub_tit {
    font-size: 1.6rem;
  }

  #content2 .senior_wrap {
    flex-wrap: wrap;
  }

  #content2 .senior_wrap .col1 {
    width: 100%;
  }
  
  #content2 .senior_wrap .col2 {
    width: 100%;
  }

  #content2 .senior_wrap .col2 {
    padding: 1.5rem 0 0 1rem;
  }

  #content2 .elder_wrap .elder_item {
    flex-basis: 260px; /* explanation below */
  }
  
}