.dc.dc-top .ttl {
  height: auto;
}
@media screen and (max-width: 767px) {
  .dc.dc-top .side-nav {
    margin-bottom: 50px !important;
  }
}
@media screen and (max-width: 767px) {
  .dc.dc-top .side-nav .side-nav-wrap {
    padding: 0 5%;
  }
}
.dc.dc-top .about-dl-list {
  display: flex;
  flex-wrap: wrap;
}
.dc.dc-top .about-dl-list dt {
  width: 20%;
  padding: 10px;
  border-bottom: 1px solid #ADADAD;
  border-right: 1px dotted #ADADAD;
}
@media screen and (max-width: 767px) {
  .dc.dc-top .about-dl-list dt {
    width: 35%;
  }
}
.dc.dc-top .about-dl-list dt:first-of-type {
  border-top: 1px solid #ADADAD;
}
.dc.dc-top .about-dl-list dt:nth-of-type(even) {
  background: #F7FDFF;
}
.dc.dc-top .about-dl-list dd {
  width: 80%;
  padding: 10px;
  border-bottom: 1px solid #ADADAD;
}
@media screen and (max-width: 767px) {
  .dc.dc-top .about-dl-list dd {
    width: 65%;
  }
}
.dc.dc-top .about-dl-list dd:first-of-type {
  border-top: 1px solid #ADADAD;
}
.dc.dc-top .about-dl-list dd:nth-of-type(even) {
  background: #F7FDFF;
}
.dc.dc-top .specification tbody th {
  width: 30%;
  background: #CCEBFF;
  text-align: left;
  font-weight: normal;
  padding: 10px;
  border-left: none;
}
@media screen and (max-width: 767px) {
  .dc.dc-top .specification tbody th {
    width: 40%;
  }
}
.dc.dc-top .specification tbody td {
  font-size: 0.9375rem;
  padding: 10px;
  border-right: none;
  border-left: 1px dotted #ADADAD;
}
.dc.dc-top .specification tbody tr:first-of-type th,
.dc.dc-top .specification tbody tr:first-of-type td {
  border-top: 1px solid #ADADAD;
}
.dc.dc-top table thead th {
  width: 50%;
  padding: 5px 10px;
  font-weight: 500;
  background: #CCEBFF;
}
.dc.dc-top table thead tr th {
  border-left: none;
}
.dc.dc-top table thead tr th:first-of-type {
  border-right: 1px dotted #ADADAD;
}
.dc.dc-top table thead tr th:nth-of-type(2) {
  border-right: none;
}
.dc.dc-top table tbody td {
  font-size: 0.9375rem;
}
.dc.dc-top table tbody tr td {
  border-left: none;
}
.dc.dc-top table tbody tr td:first-of-type {
  border-right: 1px dotted #ADADAD;
}
.dc.dc-top table tbody tr td:nth-of-type(2) {
  border-right: none;
}
.dc.dc-top table.control tbody tr:first-of-type td {
  border-top: 1px solid #ADADAD;
}
.dc.dc-top table.control tbody tr td {
  border-right: none;
}
.dc.dc-top table.system-table thead th:first-of-type {
  width: 30%;
}
@media screen and (max-width: 767px) {
  .dc.dc-top table.system-table thead th:first-of-type {
    width: 40%;
  }
}
.dc.dc-top table.system-table thead th:nth-of-type(2) {
  width: 70%;
}
@media screen and (max-width: 767px) {
  .dc.dc-top table.system-table thead th:nth-of-type(2) {
    width: 60%;
  }
}
.dc.dc-top table.system-table tbody td {
  font-size: 0.875rem;
}
@media screen and (max-width: 767px) {
  .dc.dc-top table.system-table tbody td {
    font-size: 0.8125rem;
  }
}
.dc.dc-top .section-block-col2 .section-block-col2-img .item-img {
  border: 1px solid #D9DBDA;
}
.dc.dc-top .section-block-col2 .section-block-col2-img .cap {
  margin-top: 5px;
  font-size: 0.875rem;
}
.dc.dc-top .contents-wrap .product-accordion .product-accordion-contents .product-accordion-contents-wrap {
  display: block;
}
.dc.dc-top .contents-wrap .product-accordion .product-accordion-contents .product-accordion-contents-wrap .section-block .section-block-col2 .section-block-col2-img {
  width: 390px !important;
}
.dc.dc-top .contents-wrap .product-accordion .product-accordion-contents .product-accordion-contents-wrap .section-block .section-block-col2 .attention {
  width: 100%;
  margin-top: 10px;
}
.dc.dc-top .contents-wrap .product-accordion .product-accordion-contents .product-accordion-contents-wrap .section-block .table-wrap-dc {
  margin-bottom: 15px;
}
.dc.dc-top .contents-wrap .product-accordion .product-accordion-contents .product-accordion-contents-wrap .section-block .table-wrap-dc table {
  width: 1300px;
}
.dc.dc-top .contents-wrap .product-accordion .product-accordion-contents .product-accordion-contents-wrap .section-block .table-wrap-dc table thead th {
  width: auto;
  vertical-align: middle;
  border-right: 1px dotted #ADADAD;
  font-size: 0.875rem;
}
.dc.dc-top .contents-wrap .product-accordion .product-accordion-contents .product-accordion-contents-wrap .section-block .table-wrap-dc table thead th:last-of-type {
  border-right: none;
}
.dc.dc-top .contents-wrap .product-accordion .product-accordion-contents .product-accordion-contents-wrap .section-block .table-wrap-dc table tbody td {
  text-align: center;
  border-right: 1px dotted #ADADAD;
  font-size: 0.875rem;
}
.dc.dc-top .contents-wrap .product-accordion .product-accordion-contents .product-accordion-contents-wrap .section-block .table-wrap-dc table tbody tr td:last-of-type {
  border-right: none;
}
.dc.dc-top .others .copy {
  font-size: 1.3125rem;
  color: #0081CC;
  font-weight: bold;
  margin-bottom: 1em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .dc.dc-top .others .copy {
    font-size: 1rem;
  }
}
.dc.dc-top .others .btn {
  width: 250px;
  margin: 0 auto;
}
.dc.dc-top .others .btn a {
  justify-content: space-between;
  background: #0081CC;
  padding: 20px 15px;
  color: #fff;
  border: 1px solid #0081CC;
}
.dc.dc-top .others .btn a:hover {
  background: #fff;
  color: #0081CC;
}
@media screen and (max-width: 767px) {
  .dc.dc-top .others .btn a:hover {
    background: #0081CC;
    color: #fff;
  }
}/*# sourceMappingURL=top.css.map */