.style2b{
  vertical-align: middle;
  color: #fff;
  text-align: center;
  padding-top: 5px;
}
.post_row img{
  width: 50%;
  margin:  0 auto;
}
.post_row{
  text-align: center;
}
.zaikoitem30{
  width: 22%;
  border-radius: 20px;
  padding: 25px;
  box-sizing: border-box;
  background-color: #fff;
  border: 1px #555 solid;
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: center;
  margin: 10px;
} 
.zaiko_name{
  font-size: 1.4rem;
  font-weight: 700;

}
.zaiko_spec{
  font-size: 0.9rem;
}
.specWrap{
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 auto;
  justify-content: space-between;

  
}
.specbox{
  display: flex;
  flex-direction: column;
}.specWrap__box{
  width:100%;
  display: flex;
 flex-wrap: wrap;
}
.specWrap__box__title{
  font-size:8px;
}
.specWrap__num,.specWrap__box p{
  font-size: 12px;
}/* 001 */
/* LINE007 */
.button001 a {
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 10px auto;
  max-width: auto;
  padding: 2rem 25px;
  color: #313131;
  transition: 0.3s ease-in-out;
  font-weight: 600;
  background: #eee;

}
.button001 a:hover {
  background: #ebfcfe;
  color: #6bb6ff;
}
.button001 a:before, .button001 a:after {
box-sizing: inherit;
content: "";
position: absolute;
border: 2px solid transparent;
width: 0;
height: 0;
}
.button001 a:before {
top: 0;
left: 0;
}
.button001 a:after {
bottom: 0;
right: 0;
}
.button001 a:hover:before, .button001 a:hover:after {
width: 100%;
height: 100%;
}
.button001 a:hover:before {
border-top-color: #6bb6ff;
border-right-color: #6bb6ff;
transition: width 0.15s ease-out, height 0.15s ease-out 0.15s;
}
.button001 a:hover:after {
border-bottom-color: #6bb6ff;
border-left-color: #6bb6ff;
transition: border-color 0s ease-out 0.2s, width 0.15s ease-out 0.2s, height 0.15s ease-out 0.3s;
}
@media screen and (max-width: 650px){
  li.zaikoitem30{
    width: 100% !important;
    display: flex;
    flex-direction: column;
  }
    
}