.patent_area {
  width: 100%;
  max-width: 1040px;
  margin: 0 auto 90px;
}
@media screen and (max-width: 768px) {
  .patent_area {
    padding: 0px 5%;
    margin-bottom: 50px;
  }
}
.patent_area .lead {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .patent_area .lead {
    font-size: 14px;
  }
}
.patent_area h2 {
  line-height: 1;
  font-size: 28px;
  padding: 20px;
  background: #f9faf4;
  text-align: left;
  margin-bottom: 35px;
}
@media screen and (max-width: 768px) {
  .patent_area h2 {
    font-size: 18px;
    padding: 15px;
    margin-bottom: 20px;
  }
}
.patent_area h3 {
  width: 200px;
  line-height: 1;
  font-size: 20px;
  padding: 15px;
  border: 1px solid #000000;
  margin-bottom: 25px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .patent_area h3 {
    width: 150px;
    font-size: 16px;
    padding: 10px;
    margin-bottom: 20px;
    width: 150px;
  }
}
.patent_area .btn {
  width: 380px;
  height: 45px;
  margin: 40px 0 80px;
  cursor: pointer;
  color: #ffffff;
  font-size: 16px;
  display: flex;
  align-items: center;
  text-align: center;
  background-color: #009966;
  position: relative;
  padding: 0 35px;
}
@media screen and (max-width: 768px) {
  .patent_area .btn {
    width: 100%;
    height: 50px;
    margin: 20px auto 40px;
    font-size: 14px;
    justify-content: center;
    padding: 0 10%;
    line-height: 1.3;
  }
}
.patent_area .btn:after {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  top: calc(50% - 7px);
  right: 15px;
  background: url(/common/img/icn_blank_white.svg) no-repeat right center;
}
.patent_area .date {
  font-size: 16px;
  text-align: right;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .patent_area .date {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .patent_area .table_area {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
  }
}
.patent_area .table_area table {
  border-top: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .patent_area .table_area table {
    width: 700px;
  }
}
.patent_area .table_area table tr th {
  background-color: #f3f3f3;
  font-size: 14px;
  text-align: center;
  vertical-align: middle;
  padding: 15px;
  border-right: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
}
@media screen and (max-width: 768px) {
  .patent_area .table_area table tr th {
    font-size: 13px;
    padding: 10px;
    width: auto;
  }
  .patent_area .table_area table tr th.th1 {
    width: 15%;
  }
  .patent_area .table_area table tr th.th2 {
    width: 15%;
  }
  .patent_area .table_area table tr th.th3 {
    width: 55%;
  }
  .patent_area .table_area table tr th.th4 {
    width: 15%;
  }
}
.patent_area .table_area table tr td {
  font-size: 14px;
  vertical-align: middle;
  padding: 15px;
  border-right: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .patent_area .table_area table tr td {
    font-size: 13px;
    padding: 10px;
  }
}/*# sourceMappingURL=layout.css.map */