@charset "UTF-8";
/* @content */

#history .title_top {
  padding-top: 60px;
}
#history #history01 {
  margin-top: -70px;
  padding-top: 70px;
}
#history #ayumi {
  margin-top: -70px;
  padding-top: 70px;
}
#history #performance {
  margin-top: -70px;
  padding-top: 70px;
}
#history #ayumi table {
  background-image: none;
  display: block;
}
#history #ayumi table tbody {
  display: block;
}
#history #ayumi table tr {
  display: block;
  line-height: 1.5em;
}
#history #ayumi table th {
  padding: 5px 0 0 0;
  border-bottom: 1px solid gray;
}
#history #ayumi table td {
  display: block;
  padding: 5px 0 20px 0;
}
#history #performance .contents {
  padding-top: 40px;
}
#history #performance .r_line {
  background-color: #d7cccc;
  width: 100%;
  font-size: 24px;
  color: #595757;
  position: relative;
  z-index: -1;
}
#history #performance .green {
  background-color: #d7e0d9;
}
#history #performance .yellow {
  background-color: #e0e0cd;
}
#history #performance .beige {
  background-color: #e0cfc4;
}
#history #performance .green2 {
  background-color: #d4e0c9;
}
#history #performance .gray {
  background-color: #dee0de;
}
#history #performance .big-gray {
  padding-bottom: 0;
}
#history #performance .position {
  position: relative;
  padding: 40px 0;
  z-index: 2;
}
#history #performance .back_text {
  font-size: 18px;
  color: #fff;
  margin-top: 10px;
}
#history #performance .more_text {
  padding: 40px 0 40px 0;
}
#history .text_wrapper {
  position: relative;
  margin-bottom: 45px;
}
#history .text {
  height: 140px;
  overflow: hidden;
}
#history .show_more {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 30px;
  padding-top: 40px;
  text-align: center;
  line-height: 50px;
  /*background: linear-gradient(180deg, rgb(255, 255, 255,0) 0%, rgb(255, 255, 255,1) 70%);*/
  background: url(../images/history/tx_hide.png);
  cursor: pointer;
  transition: bottom 0.2s;
}
#history .show_more li {
  list-style: none;
  text-align: center;
  width: 100%;
  float: none;
  display: inline-block;
  padding: 20px 0;
}
#history .last li {
  text-align: center;
  float: none;
  display: block;
  margin: 0 auto;
  width: 100%;
}
#history .active {
  background: none;
  bottom: -30px;
}
#history h1 {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 10px;
}
#history .letter03 {
  letter-spacing: 0.03em;
}
/* ------------------------------------------
  pc1000pxSTYLE
--------------------------------------------- */
@media all and (min-width: 1000px) {
  /* @content */

  #history #history01 {
    margin-top: -100px;
    padding-top: 100px;
  }
  #history #ayumi {
    margin-top: -100px;
    padding-top: 100px;
  }
  #history #performance {
    margin-top: -100px;
    padding-top: 100px;
  }
  #history #ayumi table {
    background-image: url(../images/history/flow3.png);
    background-repeat: no-repeat;
    background-position-x: 18%;
  }
  #history #ayumi table tr {
    height: 55px;
    display: table-row;
  }
  #history #ayumi table th {
    border-bottom: none;
  }
  #history #ayumi table td {
    padding-left: 100px;
    line-height: 1.5em;
    display: table-cell;
    padding-top: 0;
  }
  #history #ayumi .bottom {
    height: 90px;
  }
}

/* ------------------------------------------
  iPad768pxSTYLE
--------------------------------------------- */
@media all and (min-width: 768px) {
  #history #performance .back_text {
    position: absolute;
    font-size: 40px;
    color: #fff;
    top: 10px;
    left: 150px;
    z-index: -1;
  }
  #history #performance .left1 {
    left: 200px;
  }
  #history #performance .left2 {
    left: 335px;
  }
  #history #performance .left3 {
    left: 0;
    top: auto;
    line-height: 1.3;
  }
  #history .show_more li {
    width: 20%;
  }
  #history .last li {
    width: 30%;
  }
  #history #performance .big-gray {
    padding-bottom: 170px;
  }
  .ipad__show {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .ipad__hide {
    display: none !important;
  }
}
@media screen and (max-width: 480px) {
  #history #ayumi table td {
    letter-spacing: 0.03em;
  }
  .smp__hide {
    display: none !important;
  }
}
@media screen and (min-width: 481px) {
  .smp__show {
    display: none !important;
  }
}
