@charset "UTF-8";
.st-Entry {
  z-index: 5;
}
.prev-Content_wrap {
  padding: 80px 5.2%;
  background: #e9e9e9;
}
.prev-Content_bg {
  padding: 0 5.8% 0px;
  max-width: 1380px;
  background: #fff;
}
.prev-Content_lead {
  width: 100%;
  max-width: 880px;
  font-size: 2.3rem;
  text-align: center;
  margin: 0 auto;
  padding: 80px 0;
}
.prev-Content_lead h2 {
  margin: 0 auto 30px;
  /*	font-size: 22px;*/
  letter-spacing: .29em;
  color: #00835e;
  font-weight: 700;
  font-family: "A1明朝","A1 Mincho","ヒラギノ明朝 ProN W3","HiraMinProN-W3","HG明朝E","ＭＳ Ｐ明朝","MS PMincho","MS 明朝",serif;
}
.prev-Content_lead p {
  text-align: left;
  font-size: 1.4rem;
  letter-spacing: .22em;
}
.prev-List {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 880px;
  margin: 0 auto;
  padding-bottom: 50px;
}
.prev-List_item {
  max-width: 260px;
  width: 29.54%;
  margin: 0 5.68% 50px 0;
  text-align: center;
}
.prev-List_item:nth-child(3n) {
  margin-right: 0;
}
.prev-List_img {
  position: relative;
  width: 100%;
  padding-top: 100%;
  background-color: #f1f1f1;
  border-radius: 10px;
}
.prev-List_img:before {
  position: absolute;
  width: 100%;
  height: 100%;
}
.prev-List_item .prev-List_img img {
  position: absolute;
}
.prev-List_item:nth-child(1) .prev-List_img img {
  width: 65.38%;
  height: auto;
  top: 35%;
  left: 17.31%;
}
.prev-List_item:nth-child(2) .prev-List_img img {
  width: 52.39%;
  height: auto;
  top: 26%;
  left: 23.8%;
}
.prev-List_item:nth-child(3) .prev-List_img img {
  width: 38.46%;
  height: auto;
  top: 30%;
  left: 30.77%;
}
.prev-List_item:nth-child(4) .prev-List_img img {
  width: 35%;
  height: auto;
  top: 14%;
  left: 25.5%;
}
.prev-List_item:nth-child(5) .prev-List_img img {
  width: 50%;
  height: auto;
  top: 28%;
  left: 26%;
}
.prev-List_item:nth-child(6) .prev-List_img img {
  width: 43.99%;
  height: auto;
  top: 19%;
  left: 28.2%;
}
.prev-List_item:nth-child(7) .prev-List_img img {
  width: 27.69%;
  height: auto;
  top: 23%;
  left: 35%;
}
.prev-List_item:nth-child(8) .prev-List_img img {
  width: 40.97%;
  height: auto;
  top: 30%;
  left: 30.77%;
}
.prev-List_item:nth-child(9) .prev-List_img img {
  width: 54%;
  height: auto;
  top: 33%;
  left: 23%;
}
/*.prev-List_ttl {
  margin-bottom: 25px;
  font-size: 22px;
  text-indent: .29em;
  letter-spacing: .29em;
  color: #00835e;
  font-weight: 700;
  font-family: "A1明朝","A1 Mincho","ヒラギノ明朝 ProN W3","HiraMinProN-W3","HG明朝E","ＭＳ Ｐ明朝","MS PMincho","MS 明朝",serif;
}*/
.prev-List_txt {
  margin-top: 15px;
  text-align: left;
  color: #00835e;
  font-size: 1.32rem;
  line-height: 1.75;
}
.prev-List_txt .indent {
  text-indent: -1em;
  padding-left: 1em;
}
.prev-List_txt .font_s {
  font-size: 0.9em;
}
.prev_info {
  width: 100%;
  max-width: 880px;
  margin: 0 auto;
  padding-bottom: 50px;
  text-align: left;
  font-size: 1.4rem;
  letter-spacing: .14em;
  line-height: 2.1;
}
.prev_info_ttl, .prev_info_ttl_2 {
  margin-top: 2em;
}
.prev_info_txt li {
  text-indent: -1em;
  padding-left: 1em;
}
.prev_info_txt_2 {
  text-indent: -1px;
  padding-left: 1px;
  margin-top: 2em;
}
.prev-photo {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 880px;
  margin: 0 auto;
  padding-bottom: 50px;
}
.prev-photo_img {
  /*	max-width: 260px;*/
  width: 33.3333333%;
  margin: 0 0 50px 0;
  text-align: center;
}
.prev-photo_img img {
  width: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 1560px) {
  .prev-Content_wrap {
    padding: 5vw 5.2%;
  }
  .prev-Content_bg {
    padding: 0 5.8% 0;
  }
}
@media only screen and (max-width: 767px) {
  .prev-Content_wrap {
    padding: 2.4vw 2.666% 16vw;
  }
  .prev-Content_bg {
    padding: 0 5.63%;
  }
  .prev-Content_lead {
    font-size: 5.4vw;
    padding: 12vw 0;
  }
  .prev-Content_lead h2 {
    margin: 0 auto 6vw;
    letter-spacing: .29em;
  }
  .prev-Content_lead p {
    font-size: 3.2vw;
    letter-spacing: .22em;
  }
  .prev-List {
    padding-bottom: 5vw;
  }
  .prev-List_item {
    max-width: 100%;
    width: 100%;
    margin: 0 auto 12vw;
  }
  .prev-List_item:nth-child(3n) {
    margin-right: auto;
  }
  .prev-List_ttl {
    margin-bottom: 9.33vw;
    font-size: 4.8vw;
    text-indent: .27em;
    letter-spacing: .27em;
  }
  .prev-List_txt {
    margin-top: 4vw;
    font-size: 3.6vw;
    line-height: 1.75;
    /*    letter-spacing: .228em;*/
    letter-spacing: .18em;
  }
  .prev-List_txt .indent {
    text-indent: -1em;
    padding-left: 1em;
  }
  /*
.prev-List_txt .font_s {
	font-size: 3.2vw;	
}
*/
  .prev_info {
    padding-bottom: 10vw;
    font-size: 3.2vw;
    letter-spacing: .1em;
    line-height: 2.1;
  }
  .prev-photo_img {
    /*	max-width: 260px;*/
    width: 100%;
    max-width: 100%;
    margin: 0 auto 3vw auto;
    text-align: center;
  }
  .prev-photo_img img {
    width: 100%;
  }
  .sp_br {
    display: block;
  }
}