@charset "utf-8";
/* ==========================================================================
   SP CSS
   ========================================================================== */
html {
  font-size: 13px;
  line-height: 1.4;
}
/* ==========================================================================
   Layout css
   ========================================================================== */  
.pc-view {
  display: none;
}
.pc-vh {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.inner {
  padding-left: 4.68%;
  padding-right: 4.68%;
}
.brand-content {
}
/* header
--------------------------------------------------------- */
.site-head {
  position: relative;
}
.site-head .inner {
  overflow: hidden;
}
.site-head .logo {
  width: 92px;
  height: 19px;
  margin-top: 7px;
  float: left;
}
#g-nav {
  display: none;
}
.bt-nav {
  width: 68px;
  height: 0;
  padding-top: 20px;
  overflow: hidden;
  cursor: pointer;
  margin: 7px 10px;
  float: left;
  background-image: url(/vaporub/common/img/sp_btn_menu.png);
  background-repeat: no-repeat;
  background-position: 0 -20px;
  background-size: 68px 40px;
}
.close {
  background-position: 0 0;
}
.site-nav {
  position: absolute;
  width: 100%;
  top: 34px;
  left: 0;
  z-index: 9999;
  padding: 0 4.68% 15px;
  background-color: #00a495;
  color: #fff;
  font-size: .92rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.site-nav a {
  color: #fff;
}
.site-nav ul {
  margin-bottom: 14px;
}
.site-nav li, .foot-nav li {
  border-bottom: dashed 1px #fff;
}
.site-nav li a, .foot-nav li a {
  padding: 15px 10px;
  display: block;
  position: relative;
}
.site-nav li a:after, .foot-nav li a:after {
  position: absolute;
  top: 50%;
  right: 7px;
  width: 7px;
  height: 14px;
  content: "";
  display: block;
  margin-top: -7px;
  background-image: url(/vaporub/common/img/sp_arrow.png);
  background-size: 7px 14px;
}
.bt-close {
  text-align: center;
}
.bt-close::before {
  content: "";
  width: 12px;
  height: 12px;
  display: inline-block;
  background: url(/vaporub/common/img/cross.png) 0 0;
  background-size: 12px auto;
  margin-right: 10px;
  position: relative;
  top: 2px;
}
/* content
--------------------------------------------------------- */
.page-title {
  margin: 25px 0 40px;
  text-align: center;
}
.page-title img {
  height: 43px;
  width: auto;
}
.sec-title {
  color: #00a495;
  font-size: 16px;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 20px;
}
/* footer
--------------------------------------------------------- */
.site-foot {
  margin-top: 50px;
}
.sns-bt {
  margin: 28px;
  text-align: center;
}
.sns-bt li {
  width: 28px;
  height: 28px;
  display: inline-block;
  margin: 0 5px;
}
.foot-nav {
  background-color: #00a495;
}
.foot-nav a {
  color: #fff;
}
.foot-nav li:last-child {
  border: none;
}

@media (min-width:461px) and (max-width:779px) {
br.sp-view {
  display: none;
}
br.pc-view {
  display: inline;
}
}
