.input-prepend.input-append input {
  font-size: 24px;
  padding-top: 11px;
  padding-bottom: 11px;
  width: 100px;
  text-align: right;
}
/*´ØÏ¢¾¦ÉÊ*/
.together-block h2 {
  border-left: 2px solid #000;
  line-height: 1.6em;
  padding-left: 0.3em;
  font-size: 14pt;
  border-bottom: 1px solid #000;
}

.together-block .flexbox {
  margin-left: 1%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}

.together-block .flexbox div {
  width: 31%;
  margin-right: 2%;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .together-block .flexbox div {
    width: 48%;
    margin-left: 1%;
    margin-right: 1%;
    margin-bottom: 3vw;
  }
}

.together-block .flexbox div p.item-name {
  font-size: 12pt;
  line-height: 1.4em;
  margin-top: 1em;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .together-block .flexbox div p.item-name {
    font-size: 3.6vw;
  }
}

.together-block .flexbox div p.item-name span {
  display: none;
}

@media screen and (max-width: 768px) {
  .together-block .flexbox div p.item-price2 {
    font-size: 3.4vw;
  }
}
/*# sourceMappingURL=toggther.css.map */