@charset "UTF-8";
.ls100 {
  letter-spacing: 0.1em;
}

.ls200 {
  letter-spacing: 0.2em;
}

.ls-100 {
  letter-spacing: -0.1em;
}

.page-original-products {
  padding: 0 25px;
  font-family: "Noto Serif JP", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  letter-spacing: 0.1em;
}
@media only screen and (min-width: 769px) {
  .page-original-products {
    padding: 0 calc(50vw - 500px);
  }
}

.for-business__title {
  padding: 48px 0 63px;
  font-size: 20px;
  text-align: center;
  letter-spacing: 0.2em;
  line-height: 1;
}
@media only screen and (min-width: 769px) {
  .for-business__title {
    font-size: 40px;
    padding: 120px 0 155px;
    letter-spacing: 0.12em;
  }
}

.sec-machine {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 80px;
  border-top: solid 1px #999;
  border-bottom: solid 1px #999;
}
@media only screen and (min-width: 769px) {
  .sec-machine {
    width: 1000px;
    margin-bottom: 160px;
    border-width: 2px;
  }
}
.sec-machine__image {
  width: 100%;
  padding: 20px 0;
  text-align: center;
}
@media only screen and (min-width: 769px) {
  .sec-machine__image {
    width: 500px;
    padding: 0;
  }
}
.sec-machine__image img {
  width: 250px;
}
@media only screen and (min-width: 769px) {
  .sec-machine__image img {
    width: 100%;
  }
}
.sec-machine__detail {
  width: 100%;
  padding-bottom: 25px;
  border-top: solid 1px #999;
  background-color: #F3FAFD;
}
@media only screen and (min-width: 769px) {
  .sec-machine__detail {
    width: 500px;
    padding-bottom: 0;
    border-top: 0;
    border-width: 2px;
  }
}
.sec-machine__name {
  margin-bottom: 12px;
  padding: 22px 0 18px;
  border-bottom: solid 1px #4EB8DD;
  font-size: 20px;
  text-align: center;
  line-height: 1;
}
@media only screen and (min-width: 769px) {
  .sec-machine__name {
    margin-bottom: 18px;
    padding: 35px 0 27px;
    border-width: 2px;
    font-size: 30px;
  }
}
.sec-machine.machine3 .sec-machine__image {
  padding: 41px 0 31px;
}
@media only screen and (min-width: 769px) {
  .sec-machine.machine3 .sec-machine__image {
    padding: 73px 0 50px;
  }
}

.machine-cupsule {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 10px;
}
@media only screen and (min-width: 769px) {
  .machine-cupsule {
    gap: 30px;
    margin-bottom: 16px;
  }
}
.machine-cupsule__item {
  width: 96px;
}
@media only screen and (min-width: 769px) {
  .machine-cupsule__item {
    width: 149px;
  }
}
.machine-cupsule__item img {
  width: 100%;
}

.machine-function {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 15px;
  margin-bottom: 18px;
}
@media only screen and (min-width: 769px) {
  .machine-function {
    margin-bottom: 28px;
  }
}
.machine-function__item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 135px;
  height: 50px;
  border: solid 1px #4EB8DD;
  border-radius: 10px;
  background-color: #FFF;
  color: #4EB8DD;
  font-size: 13px;
  text-align: center;
  line-height: 1;
}
@media only screen and (min-width: 769px) {
  .machine-function__item {
    width: 208px;
    height: 77px;
    border-width: 2px;
    font-size: 20px;
  }
}
.machine-function__item .mark {
  font-size: 0.6em;
  vertical-align: top;
}
.machine-function__item .note {
  font-size: 8px;
}
@media only screen and (min-width: 769px) {
  .machine-function__item .note {
    font-size: 12px;
  }
}

.machine-link {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 8px;
}
@media only screen and (min-width: 769px) {
  .machine-link {
    gap: 12px;
  }
}
.machine-link__item {
  width: 288px;
  height: 39px;
  background: url(../img/for-business/bg-machine-link-btn-sp.png) center/contain no-repeat;
  font-size: 13px;
}
@media only screen and (min-width: 769px) {
  .machine-link__item {
    width: 436px;
    height: 60px;
    background-image: url(../img/for-business/bg-machine-link-btn.png);
    font-size: 20px;
  }
}
.machine-link__item a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding-right: 1em;
  color: #FFF;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
}
