@charset "UTF-8";
.feature-list{
  list-style: none;
  padding: 0;
  margin: 0;
}

.feature-list li{
  position: relative;
  padding-left: 1.8em;
  margin-bottom: 0.5em;
}

.feature-list li::before{
  content: "✓";
  color: #00843d;
  font-weight: bold;
  position: absolute;
  left: 0;
}

.product-concept{
  display: block;
  font-weight: 600;
  font-size: 20px;
  color: #008F3D;
}

.notes{
  font-size: 12px;
}

.productdes{
  border: solid #008F3D 2px;
  padding: 15px;
}

.story-lead {
  position: relative;
  text-align: center;
  font-size: 26px;
  max-width: 960px;
  margin: 0 auto;
}

.story-lead::before {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  top: calc(50% - 1px);
  background: #000;
}

.story-lead span {
  position: relative;
  display: inline-block;
  padding: 0 20px;
  background: #fff;
  font-weight: 500;
}

.story-ttl {
  position: relative;
}

.story-ttl::before {
  content: "";
  width: 67px;
  aspect-ratio: 67/71;
  background: url(../img/ttl_bg.jpg) no-repeat 0 0 /contain;
  position: absolute;
  top: -13px;
  left: -27px;
}

.story-ttl span {
  position: relative;
  letter-spacing: 0;
}

.story-ttl span.is-sub {
  font-weight: 500;
  font-size: 26px;
}

.story-ttl span.is-main {
  font-weight: bold;
  font-size: 30px;
  color: #009342;
}

.story-txt .is-color-01 {
  color: #0170C0;
  font-weight: 500;
}

.story-txt .is-color-02 {
  color: #378600;
  font-weight: 500;
}

#story_wmaws60 .story-txt p {
    line-height: 2;
    letter-spacing: 0;
}

#story_wmaws60 .btn-c a.toDetail {
  background-image: url(../img/btn-toDetail.jpg);
}

@media only screen and (max-width: 768px) {
  .story-lead {
    font-size: 22px;
  }
  .story-lead span {
    padding: 0 15px;
    max-width: 77%;
    font-size: 20px;
  }
  .story-ttl::before {
    width: 50px;
    top: -7px;
    left: -7px;
  }
  .story-ttl span.is-sub {
    font-size: 18px;
	display: block;
  }
  .story-ttl span.is-main {
    font-size: 21px;
  }
}