@charset "UTF-8";
/* @content */
#history #page_header {
  background-image: url(../images/history/underlayer-main@2x.jpg);
}
#history .page_title h1 {
  padding: 3.2% 9% 5%;
  margin-top: -180px;
}
#history #section01{
  background-image: url(../images/history/history_bg.jpg);
  background-repeat: repeat;
  padding: 60px 0;
}
#history #section01 h2{
  margin-bottom: 40px;
}
#history #section01 .history-area .history-inner{
  position: relative;
  padding-left: 35px;
}
#history #section01 .history-area .history-inner:after{
  border-left: 1px solid #00592a;
  position: absolute;
  content: "";
  height: 97.5%;
  width: 1px;
  top: 30px;
  left: 0;
}
#history #section01 .history-area dl{
  display: flex;
  padding: 20px 20px 20px 0;
  border-bottom: 1px solid #b2b2b2;
}
#history #section01 .history-area dt{
  width: 155px;
  position: relative;
  letter-spacing: 0.25em;
  text-align: right;
}
#history #section01 .history-area dt span{
  font-size: 20px;
}
#history #section01 .history-area dt:after{
  background: #fff;
  border: 1px solid #00592a;
  border-radius: 50%;
  content: "";
  height: 15px;
  left: -42px;
  position: absolute;
  top: 5px;
  width: 15px;
  z-index: 2;
}
#history #section01 .history-area dd{
  flex: 1;
  padding-left: 50px;
  text-align: left;
}
#history #section01 .history-area dd p + .img_wrap{
  margin-top: 15px;
}
#history #section01 .history-area dd .img_wrap{
  display: flex;
}
#history #section01 .history-area dd .img_wrap img + img{
  margin-left: 20px;
}
#history #section01 .history-area .history-inner .flex{
  display: flex;
  justify-content: space-between;
}
#history #section01 .history-area .history-inner .flex li{
  display: inline-block;
}
#history #section01 .history-area .history-inner .letter-spacing_little{
  letter-spacing: 0.12rem;
}
#history #section01 .history-area .history-inner .align-center{
  align-items: center;
}

/****************/
/*  小PC表示　max 1024px  */
/****************/
@media screen and (max-width: 1024px) {
  #history #section01 {
    margin-top: 10px;
  }
  #history #section01 h2{
    margin-bottom: 50px;
  }
  #history #section01 .history-area dd .img_wrap{
    width: 100%;
    align-items: flex-start;
  }
  #history #section01 .history-area dd .img_wrap img{
    width: 48%;
    height: auto;
  }

}
/****************/
/*  ipad表示　max 768px  */
/****************/
@media screen and (max-width: 768px) {
  #history #section01{
    padding: 60px 0;
    padding: 30px 0;
  }
  #history #section01 h2{
    margin-bottom: 25px;
  }
  #history #section01 .history-area dl{
    flex-direction: column;
  }
  #history #section01 .history-area dt{
    width: 100%;
    margin-bottom: 5px;
    text-align: left;
  }
  #history #section01 .history-area dd ul li,
  #history #section01 .history-area dd,
  #history #section01 .history-area dd p{
    font-size: 13px;
  }
  #history #section01 .history-area .history-inner{
    padding-left: 25px;
  }
  #history #section01 .history-area dd{
    padding-left: 0;
  }
  #history #section01 .history-area .history-inner .flex{
    justify-content: flex-start;
  }
  #history #section01 .history-area .history-inner .flex li + li{
    margin-left: 1em;
  }
  #history #section01 .history-area .history-inner .letter-spacing_little{
    letter-spacing: 0.18rem;
  }
  #history #section01 .history-area dt:after{
    left: -32px;
  }
  #history #section01 .history-area .history-inner .align-center{
    align-items: flex-start; /* center解除 */
  }

 
}
/****************/
/*  SP表示　max 480px  */
/****************/
@media screen and (max-width: 480px) {

  #history .page_title h1 {
    padding: 5% 10% 0;
  }
  #history #section01 {
    text-align: center;
    margin-top: 20px;
  }
  #history #section01 .history-area dl{
    padding: 20px 10px;
  }
  #history #section01 .history-area dt:after{
    left: -42px;
  }
  #history #section01 .history-area dd .img_wrap{
    flex-direction: column;
  }
  #history #section01 .history-area dd .img_wrap img{
    width: auto;
  }
  #history #section01 .history-area dd .img_wrap img + img{
    margin: 20px 0 0 0;
  }

}