@charset "UTF-8";
/* CSS Document */



/*-----------
product Individual
-----------*/

.name_price .name_price_inner {
  display:flex;
}

.w380{
  width: 380px;
}

.w380 h3,
.w380 table{
  margin-right: 40px;
  width: 340px;
}

.w380 .txt_s{
  font-size: 12px;
  padding-top: 15px;
}

.name_price .direction{
  width: 350px;
  height: auto;
  padding: 25px 0 0 60px
}

.name_price .direction img{
  width: 100%;
}


@media screen and ( max-width:768px) {

.name_price .name_price_inner {
  display: block;
  margin-bottom: 14%;
}

.w380{
  width: 100%;
}

.w380 h3,
.w380 table{
  margin-right: 0;
  width: 100%;
}

.name_price .direction{
  width: 90%;
  padding: 30px 5% 0;
}


}

