/*
.jpg_head{
  position: relative;
  background: url("/wedding/img/topics/topics_img.jpg") no-repeat center center;
  background-size: cover;
}
.webp_head{
  position: relative;
  background: url("/wedding/img/topics/topics_img.webp") no-repeat center center;
  background-size: cover;
}
*/
.head_img img{
  object-position: center center;
}
.main_contents{
  position: relative;
  background: url(/wedding/img/faq/shape.jpg) no-repeat right bottom;
  background-size: 1200px auto;
  background-attachment: fixed;
  padding-bottom: 60px;
}
.topics_wrap{
  position: relative;
  max-width: 1200px;
  margin: 90px auto 0;
  justify-content: space-between;
  padding: 0 30px;
}
.topics_wrap .center{
  text-align: center;
}
.h_p{
  position: relative;
  font-size: 18px;
  line-height: 18px;
  margin-bottom: 60px;
}
.topics_flex{
  display: flex;
  justify-content:space-between;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto 60px;
  background: #f8f6f2;
  /*
  border: solid 1px #f0f0f0;
  */
  box-sizing: border-box;
  box-shadow: 1px 1px 4px rgba(0,0,0,0.1);
}
.topics_flex .topics_img{
  width: 28%;
}
.topics_flex .topics_img img{
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.topics_flex .topics_txt{
  width: calc(65% - 60px);
  padding:30px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;  
}
.topics_txt h3{
  font-size: 24px;
  line-height: 30px;
  font-weight: normal;
  margin-bottom:15px;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  color: #de6a84;
  text-align: left;
}
.topics_txt p{
  margin-bottom:20px;
  text-align: justify;
  font-size: 16px;
  line-height: 38px;  
}
.topics_txt .more_btn{
  /*
  margin: 0 auto;
  */
  background: #FFF;
}
@media (max-width: 960px) {
  /*
  .inner_head {
    min-height: 0;
    padding-top: 72%;
  }
  */
  .topics_txt h3 {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 15px;
  }  
  .topics_txt p {
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 32px;
  }
  .topics_flex .topics_txt {
    padding: 30px;
  }
}

@media (max-width: 769px) {
  .h_p {
    font-size: 14px;
    line-height: 28px;
    margin-bottom: 40px;
  }
  /*
  .jpg_head {
    min-height: 0;
    padding-top: 72%;
    background: url("/wedding/img/topics/topics_img_sp.jpg") no-repeat center center;
    background-size: cover;
  }
  .webp_head {
    min-height: 0;
    padding-top: 72%;
    background: url("/wedding/img/topics/topics_img_sp.webp") no-repeat center center;
    background-size: cover;
  }
  */
  .topics_flex {
    display: block;
    margin: 0 auto 30px;
  }
  .topics_flex .topics_txt {
    padding: 30px 15px;
  }
  .topics_flex .topics_img {
    width: 100%;
    padding-top: 50%;
    height: 0;
    position: relative;
  }
  .topics_flex .topics_img img{
    position: absolute;
    left: 0;
    top:0;
  }
  .topics_flex .topics_txt {
    width: calc(100% - 30px);
  }
  .topics_wrap {
    position: relative;
    margin: 60px auto 0;
    justify-content: space-between;
    padding: 0 15px;
  }  
  .topics_txt p {
    text-align: justify;
  }
  .topics_txt p br{
    display: none;
  }
  .topics_txt h3 {
    font-size: 22px;
    line-height: 24px;
  }
  .main_contents {
    position: relative;
    background: url(/wedding/img/faq/shape.jpg) no-repeat right bottom;
    background-size: 100% auto;
    padding-bottom: 60px;
  }
  
}

/*

*/




















