#page dl {
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#page dt {
  width: 395px;
  position: relative;
}

#page dt span {
  position: absolute;
  right: 25px;
  bottom: 0;
}

#page dd {
  padding-top: 30px;
  width: 755px;
  font-size: 1.8rem;
}

#page .table-wrapper {
  margin-bottom: 10px;
  overflow: auto;
}

#page table {
  width: 100%;
  border-collapse: collapse;
  font-size: 1.5rem;
}

#page th, #page td {
  padding: 10px 8px;
  border: solid 1px #b8c1da;
}

#page thead th {
  background: #4069d2;
  color: #fff;
}

#page tbody th {
  background: #f3f5f7;
  text-align: left;
}

#page #products-navi {
  margin-top: 60px;
}

#page #products-navi ul {
  margin-top: 40px;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#page #products-navi li {
  /*width: 380px;*/
	width: 585px;
  -webkit-filter: drop-shadow(0 0 5px #ccc);
          filter: drop-shadow(0 0 5px #ccc);
}

#page #products-navi li a {
  color: #000;
}

#page #products-navi li .image {
  height: 220px;
  background: #f3f4f8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#page #products-navi li p {
  padding: 24px 36px;
  font-size: 2.2rem;
  background: #fff;
  position: relative;
}

#page #products-navi li p::after {
  content: '';
  margin-top: -4px;
  width: 6px;
  height: 6px;
  border: 0px;
  border-top: solid 2px #c72914;
  border-right: solid 2px #c72914;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  right: 32px;
  top: 50%;
}

@media screen and (max-width: 767px) {
  #page dl {
    display: block;
  }
  #page dt {
    margin-bottom: 20px;
    width: 100%;
    text-align: center;
  }
  #page dd {
    width: 100%;
  }
  #page th, #page td {
    white-space: nowrap;
  }
  #page #products-navi ul {
    display: block;
  }
  #page #products-navi li {
    margin-bottom: 20px;
    width: 100%;
  }
}

#page #detail h3 { margin: 60px 0 20px; }
#page #detail h4 { margin: 40px 0 10px; font-size: 2.2rem; display: flex; align-items: center; }
#page #detail h4::before { 	content: ''; margin-right: 8px; width: 10px; height: 10px; border: solid 5px #0040da; border-radius: 15px; display: block; }
#page #detail p { margin: 1em 0; font-size: 1.8rem; }
#page #detail dl { margin-top: 50px; }
#page #detail dt { text-align: center; }
#page #detail dt .thumbnail { height: 300px; border: solid 1px #ccc; text-align: center; overflow: hidden; }
#page #detail dt .thumbnail a { padding: 10px; height: 100%; display: block; box-sizing: border-box; }
#page #detail dt a img { width: auto; height: 100%; }
#page #detail dd { padding-top: 0; }
#page #detail ul { display: flex; }
#page #detail li { margin-right: 20px; text-align: center; }
#page #detail li p { margin: 0.5em 0; }

@media screen and (max-width: 767px) {
}

/*# sourceMappingURL=products.css.map */