body {
    font-size: 1.5rem;
    font-weight: 400;
}

.description,.howtouse,.howtoeat,.capa,.compo,.caution{
  display: inline-block;
  width: 100%;
text-align:justify;
}
.description{
margin-top:30px;
}
.description:before {
  content: "■アイテム説明";
  display: block;
}
.howtoeat:before {
  content: "■お召し上がり方";
  display: block;
}
.howtouse:before {
  content: "■ご使用方法";
  display: block;
}
.capa:before {
  content: "■内容量";
  display: block;
}

.compo:before {
  content: "■成分";
  display: block;
}
.caution:before {
  content: "■ご使用上の注意";
  display: block;
}


.fs-p-headerNavBar {
  background: #2559A8;
    border-bottom: none;
    color: #ffffff;
}

.fs-p-drawer__heading {
  background: #2559A8;
  color: #ffffff;
padding:6px;
border:0;
margin-bottom:3px;
font-size:1.5rem;
}

.fs-p-sideMenu .fs-pt-menu__heading--lv1 {
    border-left: none;
    border-right: none;
    color: #2559A8;
    font-weight: 500;
margin-top:5px;
margin-bottom:3px;
}

.fs-p-sideMenu .fs-pt-menu__heading--lv1  a:hover{
    color: #333;
}
.fs-p-sideMenu a:hover {
  background: none;
    color: #2559A8;
    font-weight: 500;
}
.fs-p-sideMenu .fs-pt-menu__heading--lv2 {
    border-bottom: none;
}
.fs-p-sideMenu .fs-pt-menu__item + .fs-pt-menu__item {
    margin-top: 0;
}