
.ttl_sub01 {
  margin-bottom: 1em;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴシック Pro", Hiragino Kaku Gothic Pro, Osaka, "ＭＳ Ｐゴシック", MS PGothic, sans-serif!important;
  text-align: center;
}

@media screen and (min-width:668px) {
  .ttl_sub01 {
    font-size: 24px;
  }
}

.ttl_sub-sodamaker {
  margin-bottom: 1em;
  color: #08a9de;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴシック Pro", Hiragino Kaku Gothic Pro, Osaka, "ＭＳ Ｐゴシック", MS PGothic, sans-serif;
  text-align: center;
}

@media screen and (min-width:668px) {
  .ttl_sub-sodamaker {
    font-size: 24px;
  }
}


.ttl_border-bk {
  border: 1px solid #534741;
  margin: 0 auto 20px;
  font-size: 18px;
  text-align: center;
   font-family: "メイリオ", Meiryo, "ヒラギノ角ゴシック Pro", Hiragino Kaku Gothic Pro, Osaka, "ＭＳ Ｐゴシック", MS PGothic, sans-serif;
}

@media screen and (min-width:668px) {
  .ttl_border-bk {
    margin-bottom: 40px;
    width: 475px;
    line-height: 68px;
    font-size: 24px;
  }
}

.ttl_line-wh, .ttl_line-bk {
  margin: 0 auto 20px;
  padding: 20px 0;
  text-align: center;
  font-size: 18px;
}

@media screen and (min-width:668px) {
  .ttl_line-wh, .ttl_line-bk {
    margin-bottom: 40px;
    width: 556px;
    padding: 20px 0;
    font-size: 36px;
  }
}

@media screen and (max-width:667px) {
  .inner.ttl_line-wh, .inner.ttl_line-bk {
    width: 90%;
  }
}

.ttl_line-wh span, .ttl_line-bk span {
  display: block;
  font-family: inherit;
  font-size: 12px;
}

@media screen and (min-width:668px) {
  .ttl_line-wh span, .ttl_line-bk span {
    font-size: 24px;
  }
}

.ttl_line-wh {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

.ttl_line-bk {
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
}


.border-cyan {
  border: 1px solid #08a9de;
  padding: 20px;
  background-color:#f6f5f5 ;
}


@media screen and (min-width:767px) {
  .border-cyan {
    padding: 40px
  }
}

.border-cyan li {
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴシック Pro", Hiragino Kaku Gothic Pro, Osaka, "ＭＳ Ｐゴシック", MS PGothic, sans-serif
}



.list-disc {
  margin-bottom: 20px;
  background: #f6f5f5;
}

@media screen and (min-width:668px) {
  .list-disc {
    margin-bottom: 40px;
  }
}

.list-disc>li {
  position: relative;
  margin-bottom: .5em;
  padding-left: 1.25em;
}

.list-disc>li:last-child {
  margin-bottom: 0;
}

#sodamaker .list-disc>li {
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴシック Pro", Hiragino Kaku Gothic Pro, Osaka, "ＭＳ Ｐゴシック", MS PGothic, sans-serif;
}

.color-blue {
  color: #007ac4;
  font-family: inherit;
}

.tbl-common01 {
  width: 100%;
  height: 100%;
}

.tbl-common01 th {
  background: #cce4f3;
  width: 180px;
}
.tbl-common01 th, .tbl-common01 td {
  border: 1px solid #fff;
  padding: 10px 20px;
  text-align: left;
  vertical-align: middle;
}
.tbl-common01 td {
  background: #f6f5f5;
}
@media screen and (max-width:768px) {
.tbl-common01 {
  border: 1px solid #fff;
  }
 
.tbl-common01 tr, .tbl-common01 th, .tbl-common01 td {
    display: block;
  }


.tbl-common01 th, .tbl-common01 td {
  border: none
}

.tbl-common01 th {
  width: 100%;
}
}


.list-faq {
  margin-bottom: 30px;
}

@media screen and (min-width:668px) {
  .list-faq {
    margin-bottom: 72px;
  }
}

.list-faq:last-of-type {
  margin-bottom: 0;
}


.item-ttl-area {
  padding: 10px;
  background: #007ac4;
  text-align: center;
}

@media screen and (min-width:668px) {
  .item-ttl-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px;
  }
}

.item-ttl-area .radius {
  display: inline-block;
  border-radius: 100%;
  margin-right: 20px;
  padding: 20px;
  background: #fff;
  color: #007ac4;
  font-weight: 700;
}

@media screen and (max-width:667px) {
  .item-ttl-area .radius {
    margin: 0 0 10px;
  }
}

@media screen and (min-width:668px) {
  .item-ttl-area .radius {
    font-size: 24px;
  }
}

.item-ttl-area .txt {
  color: #fff;
  font-weight: 700;
  text-align: center;
  font-size: 16px;
}

@media screen and (max-width:667px) {
  .item-ttl-area .txt {
    display: block;
  }
}

@media screen and (min-width:668px) {
  .item-ttl-area .txt {
    font-size: 22px;
  }
}

.item-detail-inner {
  padding: 20px 10px;
  background: #f6f7f8;
  text-align: center;
}

@media screen and (min-width:668px) {
  .item-detail-inner {
    padding: 40px 40px 60px;
  }
}

.item-detail-inner .price {
  margin-bottom: .25em;
  color: #f00;
  font-size: 18px;
  font-weight: 700;
}

@media screen and (min-width:668px) {
  .item-detail-inner .price {
    font-size: 26px;
  }
}

.item-detail-inner .price .label {
  display: inline-block;
  margin-right: 1em;
  padding: 0 .5em;
  background: #ff0;
  color: #10c0da;
  font-weight: 700;
}

@media screen and (min-width:668px) {
  .item-detail-inner .price .label {
    font-size: 28px;
  }
}

.item-detail-inner .price strong {
  font-size: 24px;
  font-weight: 700;
}

@media screen and (min-width:668px) {
  .item-detail-inner .price strong {
    font-size: 48px;
  }
}

.item-detail-inner .txt {
  margin-bottom: 1em;
}

.item-detail-inner .thumb {
  margin-bottom: 20px;
}

@media screen and (min-width:668px) {
  .item-detail-inner .thumb {
    margin-bottom: 30px;
  }
}

