@charset "utf-8";
/*  style　[ 吹上焼酎 Smart Phone ]
=================================================================== */
/* ～767px(xs) ____________________________________________________ */
@media screen and (max-width: 767px) {
.xsTit01 {
  position: relative;
  background: #9dae8c;
  padding: 5px 5px 5px 46px;
  font-size: 20px;
  color: #FFF;
}
.xsTit01:before {
  content: "";
  display: inline-block;
  line-height: 40px;
  position: absolute;
  padding: 0;
  color: #FFF;
  background: #2e6e3e;
  width: 40px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  left: 0;
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border: solid 3px white; 
  border-radius: 50%;
}
.xsTit02 {
  position: relative;
  background: #c39f65;
  padding: 5px 5px 5px 46px;
  font-size: 20px;
  color: #FFF;
}
.xsTit02:before {
  content: "";
  display: inline-block;
  line-height: 40px;
  position: absolute;
  padding: 0;
  color: #FFF;
  background: #9e7b49;
  width: 40px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  left: 0;
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border: solid 3px white; 
  border-radius: 50%;
}
.xsTit03 {
  position: relative;
  background: #a5a9b7;
  padding: 5px 5px 5px 46px;
  font-size: 20px;
  color: #FFF;
}
.xsTit03:before {
  content: "";
  display: inline-block;
  line-height: 40px;
  position: absolute;
  padding: 0;
  color: #FFF;
  background: #49627d;
  width: 40px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  left: 0;
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border: solid 3px white; 
  border-radius: 50%;
}
}
/* ～429px(xs) ____________________________________________________ */
@media screen and (max-width: 429px) {
.product {
  width: 100%;
}
}