@import url("https://fonts.googleapis.com/css?family=Cabin:400,500,600");
.d-flex-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.clip-path-parent {
  -webkit-clip-path: polygon(calc(100% - 30px) 0%, 100% 50%, calc(100% - 30px) 100%, 0% 100%, 0% 50%, 0% 0%);
          clip-path: polygon(calc(100% - 30px) 0%, 100% 50%, calc(100% - 30px) 100%, 0% 100%, 0% 50%, 0% 0%);
}

.clip-path-child {
  -webkit-clip-path: polygon(calc(100% - 30px) 0%, calc(100% - 1px) 50%, calc(100% - 30px) 100%, 0% 100%, 0% 50%, 0% 0%);
          clip-path: polygon(calc(100% - 30px) 0%, calc(100% - 1px) 50%, calc(100% - 30px) 100%, 0% 100%, 0% 50%, 0% 0%);
}

.page #header {
  background: #6bdd63;
  background: linear-gradient(125deg, #6bdd63 30%, #3f50fd 80%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="$color1",endColorstr="$color2",GradientType=1);
}

.main-sec {
  line-height: 1.5;
  margin-bottom: 11%;
}

@media screen and (min-width: 768px) {
  .main-sec {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .main-sec {
    font-size: 110%;
  }
}

@media screen and (min-width: 768px) {
  .main-sec {
    margin-bottom: 110px;
  }
}

.main-sec .main-title:after {
  background: #6bdd63;
  background: linear-gradient(125deg, #6bdd63 48%, #3f50fd 50%);
}

.main-sec .desc {
  font-size: calc(2.4vw + 14px);
  line-height: 1.625;
  color: #ed6b48;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
  .main-sec .desc {
    font-size: 24px;
  }
}

.main-sec .desc span {
  font-size: 16px;
  margin-left: 65px;
}

@media screen and (max-width: 767px) {
  .main-sec .desc span {
    font-size: calc(1.6vw + 14px);
  }
}

.main-sec p {
  margin-bottom: 30px;
}

.main-sec .list-info dl {
  margin: 0;
  border-bottom: 1px solid #eaeaea;
  padding: 15px 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.main-sec .list-info dd {
  margin-left: 0;
}

@media screen and (min-width: 768px) {
  #intro .main-title {
    margin-bottom: 0;
  }
}

#intro .entry-content {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media screen and (min-width: 768px) {
  #intro .entry-content .list-info {
    width: 575px;
  }
}

#intro .entry-content .list-info dt {
  min-width: 155px;
}

#intro .entry-content .list-info dd span {
  font-size: 14px;
}

#intro .img-table {
  margin-top: 30px;
}

#material .list-info dt {
  min-width: 120px;
}

@media screen and (max-width: 575px) {
  #material .list-info dt {
    min-width: 100%;
  }
}

#material .list-info dd {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#material .list-info dd span {
  display: block;
}

#material .list-info dd span:first-child {
  width: 50px;
}

@media screen and (max-width: 575px) {
  #material .list-info dd span {
    width: 100%;
  }
  #material .list-info dd span:first-child {
    width: 100%;
  }
}

#product .list-info dt {
  width: 100%;
}

@media screen and (min-width: 576px) {
  #product .list-info dt {
    width: 170px;
  }
}

#product .list-info dd {
  width: 100%;
  margin-top: 10px;
}

@media screen and (min-width: 576px) {
  #product .list-info dd {
    margin-top: 0;
    width: calc(100% - 170px);
  }
}

#example {
  margin-bottom: 23%;
}

@media screen and (min-width: 768px) {
  #example {
    margin-bottom: 230px;
  }
}

#example table, #example th, #example td {
  border: 1px solid #eaeaea;
}

#example table {
  width: 100%;
  border-collapse: collapse;
}

#example table th {
  background-color: #5596b1;
  color: #ffffff;
  font-weight: normal;
  padding: 7px 15px;
  text-align: left;
  width: 140px;
}

#example table th[rowspan="3"], #example table th[rowspan="2"] {
  width: 10px;
  padding: 5px 8px;
}

#example table td {
  padding: 7px 15px;
}

#example table td[rowspan="7"], #example table td[rowspan="8"] {
  width: 48%;
}

#example table .prod-name td {
  background-color: #ddeaef;
  padding: 15px;
}

#example .table-list + .table-list {
  margin-top: 30px;
}

@media screen and (min-width: 768px) {
  #example .table-list + .table-list {
    margin-top: 60px;
  }
}

@media screen and (max-width: 767px) {
  #example .table-list {
    overflow-y: scroll;
  }
  #example .table-list table {
    width: 800px;
  }
}
