@charset "utf-8";

/* --------------------------------------------
  #jig
-------------------------------------------- */

#rwd-content #jig {
  margin-top: 100px;
}
#rwd-content #jig .headline {
  font-size: 3.5rem;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
  line-height: 1;
  font-family: 'Noto Serif Japanese';
  font-weight: 500;
}
#rwd-content #jig .lead {
  max-width: 905px;
  margin: 45px auto 60px;
  padding-bottom: 35px;
  font-size: 2rem;
  line-height: 1.5;
  position: relative;
}
#rwd-content #jig .lead::after {
  width: 206px;
  height: 6px;
  content: "";
  display: block;
  background: #243764;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

#rwd-content #jig .jig-sec2 + .jig-sec2 {
  margin-top: 75px;
}
#rwd-content #jig .jig-sec2 .headline2 {
  font-size: 2.2rem;
  font-weight: 700;
  text-align: center;
  line-height: 1;
}
#rwd-content #jig .jig-sec2 .desc {
  max-width: 905px;
  margin: 1.5em auto 0;
  font-size: 1.6rem;
  line-height: 1.875;
}
#rwd-content #jig .jig-sec2 .pics {
  margin-top: 45px;
}

#rwd-content #jig .large-image {
  margin-top: 148px;
}
#rwd-content #jig .large-image img {
  width: 100%;
}

@media print, screen and (min-width: 768px){
  #rwd-content #jig .pics {
    display: flex;
    justify-content: space-between;
  }
  #rwd-content #jig .pics li {
    width: calc(594 / 1213 * 100%);
  }
}

@media print, screen and (max-width: 767px){
  #rwd-content #jig {
    margin-top: 25px;
  }
  #rwd-content #jig .headline {
    white-space: normal;
    line-height: 1.65;
    font-size: 26px;
  }
  #rwd-content #jig .lead {
    margin: 1.5em auto 50px;
    padding-bottom: 60px;
    font-size: 1.8rem;
    line-height: 1.55;
  }
  #rwd-content #jig .lead::after {
    width: 164px;
    height: 6px;
  }

  #rwd-content #jig .jig-sec2 + .jig-sec2 {
    margin-top: 68px;
  }
  #rwd-content #jig .jig-sec2 .headline2 {
    font-size: 2rem;
    line-height: 1.5;
    text-align: left;
  }
  #rwd-content #jig .jig-sec2 .desc {
    margin: 1.2em auto 0;
  }
  
  #rwd-content #jig .jig-sec2 .pics li + li {
    margin-top: 25px;
  }

  #rwd-content #jig .large-image {
    margin-top: 87px;
  }
}

/* --------------------------------------------
  
-------------------------------------------- */

@media print, screen and (min-width: 768px){
  
}

@media print, screen and (max-width: 767px){
  
}

/* --------------------------------------------
  
-------------------------------------------- */

@media print, screen and (min-width: 768px){
  
}

@media print, screen and (max-width: 767px){
  
}

/* --------------------------------------------
  
-------------------------------------------- */

@media print, screen and (min-width: 768px){
  
}

@media print, screen and (max-width: 767px){
  
}