/*----------------------------------------
    #contents
----------------------------------------*/
#contents .main {
  background: url(../img/bg-main.jpg) no-repeat;
  background-size: cover;
}

.message .content {
  background: url(../img/bg-message.jpg) no-repeat;
  background-size: 100% auto;
  padding-top: 39.5%;
  padding-bottom: 0;
  margin-bottom: 20px;
  position: relative;
}

.message .content .content_inner {
  position: absolute;
  top: 50%;
  left: 5%;
}

.message .content h3 {
  font-size: 165%;
  margin-bottom: 20px;
  width: 100%;
}

.info .content {
  width: 100%;
  border-top: 3px #e5e5e5 solid;
}

.info .content .column,
.info .content .text {
  border-bottom: 3px #e5e5e5 solid;
}

.info .content .column {
  width: 140px;
  background: #f1f3f4;
  padding: 18px 32px;
  text-align: center;
}

.info .content .text {
  padding-left: 1em;
}

.history .history_inner {
  display: flex;
  justify-content: space-between;
}

.history .history_inner .content {
  position: relative;
}

.history .history_inner .content::after {
  content: '';
  display: inline-block;
  position: absolute;
  height: 100%;
  top: 0;
  left: 168px;
  border-right: 3px #e08041 solid;
  z-index: -1;
}

.history .history_inner .content > li {
  margin-bottom: 2em;
  line-height: 1.4;
}

.history .history_inner .content > li:last-child {
  margin-bottom: 0;
}

.history .history_inner .content .date {
  vertical-align: top;
  display: inline-block;
  text-align: right;
  width: 150px;
  margin-right: 24px;
}

.history .history_inner .content .text::before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 1em;
  height: 1em;
  border-radius: 999px;
  border: 3px #e08041 solid;
  vertical-align: top;
  background: #fff;
  left: -32px;
}

.history .history_inner .content .text {
  display: inline-block;
  position: relative;
  word-break: break-all;
  margin-left: 18px;
}

.history .history_inner .products {
  text-align: center;
}

.history .history_inner .products > img {
  width: auto;
}

.store_location {
  width: 100%;
  height: 380px;
}

