@charset "utf-8";
/* CSS Document */

.btn_column a{
  color: #d4682a;
}

.ready{
  padding-bottom: 4em;
  margin-bottom: 6em;
  border-bottom: dotted 1px #ccc;
}

.end{
  padding-top: 3em;
  border-top: dotted 1px #ccc;
}

.flex{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 2.4em;
}

.flex li{
  margin-bottom: 5em;
}

.flex dd {
  width: 96%;
  max-width: 500px;
  margin: 0 auto;
  padding-top: 0.6em;
  letter-spacing: 0.06em;
  font-size: calc(12px + 0.2vw);
}

.sku li{
  margin-bottom: 2em;
}

.sku dt{
  padding-bottom: 0.2em;
  margin-bottom: 0.5em;
  text-decoration: underline;
}

.sku dt:hover{
  text-decoration: underline;
}