.top_thumb{
    position: relative;
    width: 100%;
    height: auto;
    display: block;
  }
  .thumb-tag_pink{
    background-color: #f587a0;
    color: #ffffff;
    font-size: 12px;
    padding: 0 0.5em;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
  }
  .thumb-tag_blue{
    background-color: #cfaddc;
    color: #ffffff;
    font-size: 12px;
    padding: 0 0.5em;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
  }

.free_space .col.col-lg-12 {
  padding-right: 0;
  padding-left: 0;
}

.info-bnr{
  margin-bottom: 18px;
}
.info-bnr:last-of-type {
  margin-bottom: 40px;
}

.btn-more01{
margin-top: -20px;
}
.btn-more{
background-color: #fff;
font-weight: bold;
border-radius: 4px;
}

.ichioshi_lists{
  display: none;
  }
  @media screen and (max-width: 480px) {
	.ichioshi_lists{
  display: block;
  }
  }
  .ichioshi_list{
    padding-bottom: 1.2vh;
  }