/*--------------------------------
	common
--------------------------------*/
#sub h3 {
  margin-bottom: 30px;
}

#sub .wrp-tbl tr:nth-child(odd) th, #sub .wrp-tbl tr:nth-child(odd) td {
  background: rgba(156, 209, 71, 0.1);
}

#sub.pd100, #sub .pd100 {
  padding: 100px 0;
}

#sub .bg-ptn {
  background: url("/img/top/pattern-gg.png");
  padding: 100px 0;
}

#sub .bg-grid {
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(95%, transparent), color-stop(50%, rgba(221, 221, 221, 0.3)), to(rgba(221, 221, 221, 0.3))), -webkit-gradient(linear, left top, right top, color-stop(95%, transparent), color-stop(50%, rgba(221, 221, 221, 0.3)), to(rgba(221, 221, 221, 0.3)));
  background-image: linear-gradient(transparent 95%, rgba(221, 221, 221, 0.3) 50%, rgba(221, 221, 221, 0.3)), linear-gradient(90deg, transparent 95%, rgba(221, 221, 221, 0.3) 50%, rgba(221, 221, 221, 0.3));
  background-size: 12px 12px;
  background-repeat: repeat;
  padding: 100px 0;
}

#sub .ttl-postit, #sub h3 {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 36px;
  font-weight: 600;
  background: rgba(65, 166, 52, 0.1);
  padding: 15px 30px;
}

#sub .wrp-flebox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#sub .wrp-flebox .flebox-inner {
  width: 520px;
  max-width: 100%;
}

#sub .ttl-postit {
  border-bottom: solid 3px #41a634;
}

#sub .ttl-postit h3 {
  background: none;
  padding: 0;
  margin-bottom: 0;
  margin-left: 30px;
}

#sub .num-list {
  font-size: 24px;
  font-size: 2.4rem;
}

#sub .num-list span {
  font-size: 36px;
  font-size: 3.6rem;
}

#sub .card-base-gry {
  background: #f9f9f9;
  padding: 30px 40px;
}

#sub .check-list {
  background: #fff;
  border: solid 3px #41a634;
  border-radius: 15px;
  padding: 30px;
}

#sub .check-list li {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 24px;
  list-style: disc;
  margin-left: 20px;
}

#sub .check-list li:not(:first-child) {
  border-top: dotted 3px #41a634;
  margin-top: 15px;
  padding-top: 15px;
}

#sub .common-bana {
  background: url("/img/top/about-bg.png") top left no-repeat;
  z-index: 1;
}

#sub .common-bana::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

#sub .common-bana .box {
  width: 340px;
  background: #333;
}

#sub .common-bana .box .ttl {
  font-family: 'Zen Maru Gothic', sans-serif;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 500;
  text-align: center;
  background: #9cd147;
  padding: 10px;
  color: #fff;
  position: relative;
}

#sub .common-bana .box .ttl::after {
  font-family: 'Font Awesome 5 Free';
  content: '\f054';
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 900;
  position: absolute;
  top: calc(50% - 14px);
  right: 15px;
}

#sub .common-bana .box:not(:first-child) {
  margin-left: 30px;
}

#sub .common-bana .box:hover img {
  opacity: .8;
}

#sub .info-contact {
  padding: 100px 0;
}

/*--------------------------------
sub
--------------------------------*/
#sub.service.software .wrp-merit-list .num-list {
  border-bottom: solid 2px #fb931b;
  margin-bottom: 20px;
}

#sub.greeting .wrp-greet .txt {
  width: 800px;
  max-width: 100%;
}
/*# sourceMappingURL=style_sub.css.map */