/* mbanner */

#mbanner {
  width: 100%;
  height: 265px;
  background: url(../images/welcome_next_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 .text1 {
  padding: 1.6rem 0 0 0;
  text-align: left;
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 1.5;
  color: #111;
}

#content1 .worship_wrap {
  display: flex;
  margin-top: 1rem;
  border-top: 1px solid #bbb;
  padding: 2.5rem 0;
  flex-wrap: wrap;
}

#content1 .worship_wrap.last {
  border-bottom: 1px solid #bbb;
}

#content1 .worship_wrap .col1 {
  width: 40%;
  box-sizing: border-box;
}

#content1 .worship_wrap .col1 img {
  width: 100%;
}

#content1 .worship_wrap .col2 {
  width: 60%;
  padding: 1rem;
  box-sizing: border-box;
}

#content1 .worship_wrap .col2 h3 {
  text-align: left;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  color: #111;
}

#content1 .worship_wrap .col2 .text2 {
  margin-top: 1rem;
  margin-bottom: 1rem;
  text-align: left;
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 1.5;
  color: #111;
  word-break: keep-all;
}

#content1 .worship_wrap .col2 .text3 {
  text-align: left;
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 1.5;
  color: #111;
}

#content1 .worship_wrap .col2 .text3 strong {
  font-weight: 700;
}

/* end contents */

@media screen and (max-width: 1220px) {
  #content1 .worship_wrap .col1 {
    width: 100%;
  }
  #content1 .worship_wrap .col2 {
    width: 100%;
    padding: 1rem 0;
  }
  #content1 .worship_wrap .col2 .text2 br {
    display: none;
  }
}