@charset 'utf-8';

@media only screen and (max-width: 640px) {
  .box-point {
    position: absolute;
    top: 15px;
    right: 50px;
  }
}
.header-menu .box-point {
  width: 124px;
  background-color: #fff;
  border: 1px solid #b3b3b2;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  margin-top: 0px;
  margin-left: auto;
  margin-right: 10px;
}
.header-menu .box-point a {
  position: relative;
  display: block;
  height: 43px;
  padding: 7px 18px 0 34px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none; 
}
.header-menu .box-point a::before {
  content: '';
  position: absolute;
  top: 12px;
  left: 4px;
  width: 21px;
  height: 21px;
  background-image: url("../../../03001/img/d_point_logo.png");
  background-size: 100%;
}
.header-menu .box-point a::after{
  content: '';
  display: block;
  margin-top: -6px;
  position: absolute;
  top: 50%;
  right: 5px;
  width: 8px;
  height: 13px;
  background-image: url("../../../03001/img/d_point_arrow.png");
  background-size: 100%;
}
.header-menu .box-point span.image {
  width: 47px;
  height: 12px;
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background-image: url("../../../03001/img/d_point_moji.png");
  background-size: 100%;
}
.header-menu .box-point span.point {
  padding: 2px 0 0 0;
  font-style: normal;
  font-size: 15px;
  color: #333333;
}
.header-menu .box-point span.minus-point {
  padding: 2px 0 0 0;
  font-style: normal;
  font-size: 15px;
  color: #c00000;
}
.header-menu .box-point span.minus-point-reduced {
  padding: 2px 0 0 0;
  font-style: normal;
  font-size: 14px;
  color: #c00000;
}
.header-menu .box-point span.point small {
  font-size: 14px;
  color: #999;
  padding: 0 2px;
}
.header-menu .box-point span.minus-point small {
  font-size: 14px;
  color: #9c6666;
  padding: 0 2px;
}
.header-menu::after {
  content: '';
  display: block;
  clear: both;
  margin-bottom: 20px;
}
@media only screen and (max-width: 640px) {
  .header-menu::after {
    margin-bottom: 50px;
  }
}
