@charset "euc-jp";
.slider {
  position: relative;
}
.bx-viewport {
  border: none !important;
  left: 0 !important;
}
#slider div {
  width: 100% !important;
}

.more_prd {
  display: none;
  background-color: #aaa;
  color: #fff;
  font-size: 123.076%;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.free_space_block {
  margin-top: 3em;
}


.x-button-container {
  text-align: center;
  margin: 20px;
}

.x-caption {
  font-size: 14px;
  color: #555;
  margin-bottom: 8px;
}

.x-button {
  display: inline-block;
  background: #000;
  color: #fff;
  padding: 12px 36px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: bold;
  font-size: 16px;
  transition: background 0.3s ease;
}

.x-button:hover {
  background: #333;
}


.info_block.container_section {
  margin: 36px auto 24px;
}
.info_block.container_section ul li{
  padding-bottom: 8px;
  margin-bottom: 8px;
  border-bottom: 1px solid #ccc;
}

