@charset "utf-8";

.main_img {
  padding: 35px 0;
  height: 41px;
  width: 940px;
  margin: 0 auto;
  font-size: 32px;
  font-family: "ヒラギノ明朝 ProN W3","HiraMinProN-W3","HGP明朝M","游明朝体", "Yu Mincho", YuMincho, "ＭＳ Ｐ明朝","MS PMincho","MS 明朝",serif;
  color: #993399;
  font-weight: normal;
}
.bkmg_list {
  overflow:hidden;
  margin-bottom: 18px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.bkmg_list::before {
  display: block;
  width: 22%;
  height: 0;
  order: 1;
  content: '';
}
.bkmg_list::after {
  display: block;
  width: 22%;
  height: 0;
  content: '';
}
.bkmg_list li {
  width:23%;
  border-top:2px solid #e8e8e8;
  padding: 20px 0 0;
}
.listimg {
  margin-bottom: 20px;
  line-height:0;
  text-align: center;
}
.listimg img {
  width: 150px;
  height: 220px;
  object-fit: contain;
  object-position: top center;
}
.list_text {
  font-size: 14px;
  line-height: 19px;
}
.text{
  font-size: 12px;
  padding: 1em 0;
}
.text span{
  font-size:12px;
  display:block;
}
.last{
  margin-right:0 !important;
}
.path p {
  padding: 9px 0 8px 0;
}
.path a {
  text-decoration: underline;
}

/* タブレット以下 */
@media screen and (max-width: 959px){
  .path p{ padding:9px 0 8px 8px;}
  .main_img {
    border-top: none;
    width: 100%;
    padding-left: 20px;
  }
}

/* スマホ */
@media screen and (max-width: 700px) {
  .main_img {
    font-size: 22px;
    text-align: center;
    padding: 25px 0;
    height: auto;
  }
  .bkmg_list li {
    width: 32%;
  }
  .listimg img {
    width: 29vw;
    height: 40vw;
  }
  .list_text {
    font-size: 12px;
  }
  .text {
    font-size: 10px;
  }

}
