@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: #dd6363;
  background: linear-gradient(125deg, #dd6363 30%, #fdd23f 80%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="$color1",endColorstr="$color2",GradientType=1);
}

.main-sec .main-title {
  margin-top: 15%;
}

@media screen and (min-width: 768px) {
  .main-sec .main-title {
    margin-top: 150px;
  }
}

.main-sec .main-title:after {
  background: #dd6363;
  background: linear-gradient(125deg, #dd6363 30%, #fdd23f 80%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="$color1",endColorstr="$color2",GradientType=1);
}

#machine {
  line-height: 1.5;
}

@media screen and (min-width: 768px) {
  #machine {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  #machine {
    font-size: 110%;
  }
}

#machine .table-list table, #machine .table-list th, #machine .table-list td {
  border: 1px solid #ffffff;
}

#machine .table-list table {
  width: 100%;
  border-collapse: collapse;
  text-align: center;
}

#machine .table-list table th {
  background-color: #f3b04a;
  color: #ffffff;
  font-weight: normal;
  padding: 7px 15px;
  width: 200px;
}

#machine .table-list table th[rowspan="3"] {
  width: 10px;
  padding: 5px 8px;
}

#machine .table-list table td {
  padding: 7px 15px;
  background-color: #e6e6e6;
}

#machine .table-list table td[rowspan="6"] {
  width: 260px;
}

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

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

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

#machine .note {
  margin-top: 10px;
}

@media screen and (min-width: 768px) {
  #machine .note {
    text-align: right;
  }
}

#machine .list-info {
  -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;
}

#machine .list-info .grid-info {
  width: 100%;
}

@media screen and (min-width: 768px) {
  #machine .list-info .grid-info {
    width: calc(50% - 20px);
  }
}

#machine .list-info .grid-info .title {
  line-height: 1.18182;
  font-size: calc(2.2vw + 14px);
  padding: 8px 10px;
  background-color: #f9d7a4;
}

@media screen and (min-width: 768px) {
  #machine .list-info .grid-info .title {
    font-size: 22px;
  }
}

#machine .list-info .grid-info .title span {
  line-height: 1.5;
  display: block;
}

@media screen and (min-width: 768px) {
  #machine .list-info .grid-info .title span {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  #machine .list-info .grid-info .title span {
    font-size: 110%;
  }
}

#machine .list-info .grid-info .title + p {
  background-color: #fbe7c8;
  padding: 8px 10px;
}

#machine .list-info .grid-info .fig-img {
  margin: 20px 0 30px;
  text-align: center;
}

@media screen and (min-width: 768px) {
  #machine .list-info .grid-info .fig-img {
    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;
    margin: 20px 0 60px;
  }
}

#machine #auto-expan table {
  margin-bottom: 30px;
}

#machine #original .desc {
  line-height: 2.5;
  color: #dd6363;
}

@media screen and (min-width: 768px) {
  #machine #original .desc {
    font-size: 20px;
  }
}

@media screen and (max-width: 767px) {
  #machine #original .desc {
    font-size: 130%;
  }
}

#machine #original .list-info .grid-info .title {
  background-color: #eeb1b1;
}

#machine #original .list-info .grid-info .title + p {
  background-color: #f5d0d0;
}

#machine #original .list-info + p {
  line-height: 1.66667;
}

@media screen and (min-width: 768px) {
  #machine #original .list-info + p {
    font-size: 18px;
  }
}

@media screen and (max-width: 767px) {
  #machine #original .list-info + p {
    font-size: 120%;
  }
}

#machine #sec03 {
  margin-bottom: calc(190px / 2);
}

@media screen and (min-width: 768px) {
  #machine #sec03 {
    margin-bottom: 190px;
  }
}
