@charset "UTF-8";
/* content-1 ======== ======== ======== ======== ======== ======== ======== ======== */
.content-1-container {
  width: 100%;
  background-color: #fdf6ce;
  background-position: center;
  background-image: url(../img/bg1.jpg);
}

.content-1 {
  width: 920px;
  margin: 0 auto;
  padding-top: 75px;
  padding-bottom: 0;
}

/* -------- */
.content-1 .block {
  width: 820px;
  /*900-80*/
  margin: 0 auto;
  background-color: #fff;
  padding: 40px 40px 40px 40px;
  /*上 右 下 左, 上 左右 下, 上下 左右*/
  border-radius: 15px;
  margin-bottom: 0;
  background-color: #fff;
  background-image: url(../img/history_block_bg.jpg);
  background-position: right top;
  background-repeat: repeat-y;
}

.smp .content-1 {
  width: 100%;
}

.smp .content-1 .block {
  width: 80%;
}

/* -------- */
.content-1 .block dl:first-of-type {
  padding: 0 0 24px 0;
  /*上 右 下 左, 上 左右 下, 上下 左右*/
}

.content-1 .block dl {
  padding: 24px 0 24px 0;
  /*8px 26px 0 22px;*/
  /*上 右 下 左, 上 左右 下, 上下 左右*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  border-bottom: solid 1px #95d4e1;
}

.content-1 .block dl dt {
  font-size: 1.5rem;
  /*font-weight: bold;*/
  color: #fff;
  white-space: nowrap;
  text-align: center;
  min-width: 115px;
  height: 22px;
  line-height: 2.2rem;
  background-color: #95d4e1;
  border-radius: 4px;
  margin: 0 56px 0 0;
  /*上 右 下 左, 上 左右 下, 上下 左右*/
}

/*
.content-1 .block dl dt::before {
	content: '-';
	color: transparent;
}*/
.content-1 .block dl dd {
  font-size: 1.5rem;
  line-height: 1.5;
  color: #000;
  padding: 2px 0 0 0;
}

.content-1 .block .block-h {
  font-size: 1.9rem;
  line-height: 1;
  color: #fff;
  font-weight: bold;
  text-align: center;
  background-color: #aad26b;
  padding: 12px 0 12px 0;
  /*上 右 下 左, 上 左右 下, 上下 左右*/
  margin: 0 0 30px 0;
  /*上 右 下 左, 上 左右 下, 上下 左右*/
  border-radius: 5px;
}

.content-1 .block .block-top {
  font-size: 1.5rem;
  line-height: 1.5;
  color: #000;
  padding: 0 0 34px 0;
  /*上 右 下 左, 上 左右 下, 上下 左右*/
}

.content-1 .block .block-box {
  font-size: 1.5rem;
  line-height: 1.5;
  color: #000;
  padding: 0 0 34px 0;
  /*上 右 下 左, 上 左右 下, 上下 左右*/
}

.content-1 .block .block-box:last-of-type {
  padding: 0 0 20px 0;
  /*上 右 下 左, 上 左右 下, 上下 左右*/
}

.content-1 .block .block-box h3 {
  font-size: 1.7rem;
  line-height: 1.35;
  color: #aad26b;
  font-weight: bold;
  padding: 0 0 18px 0;
  /*上 右 下 左, 上 左右 下, 上下 左右*/
}
/*# sourceMappingURL=history.css.map */