@charset "UTF-8";
/* CSS Document */
.historyArea .inner{
 margin: 0 ato;
 padding: 50px 20px 90px;
 max-width: 1000px;
}
.historyArea .inner ul.imgArea{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 30px;
}
.historyArea .inner ul.imgArea li{
	margin: 0 0 40px;
	width: 25%;
	padding: 0 2%;
	text-align: center;
}
.historyArea .inner ul.imgArea li a:hover{
 opacity: .7;
}
.historyArea .inner ul.imgArea li a img{
	width: 100%;
}
.historyArea .inner dl {
  display: flex;
  justify-content: flex-start;
  padding: 12px 0 12px 30px;
  border-bottom: 1px dotted #444;
}
.historyArea .inner dl dt {
  font-weight: bold;
  width: 18%;
}
.historyArea .inner dl dd {
  width: 84%;
}
.historyArea .inner dl dd div.client01{
  display: flex;
}

.historyArea .inner dl dd div.client02 {
  margin-left:16px;
  width: 94%;
}
.historyArea .inner dl dd .right{
 width: 82%;
 margin-left: 20px;
}
.historyArea .inner dl.kouri {
  display: block;
  padding: 10px 0 10px 30px;
}
.historyArea .inner dl.kouri dt,
.historyArea .inner dl.kouri dd {
  width: 96%;
}
.historyArea .inner dl.kouri dd {
  margin-left: 16px;
}
.historyArea .inner .access{
  margin-top: 70px;
}
.historyArea .inner h2{
  margin-bottom: 30px;
}

@media screen and (max-width: 1000px) {
  .h_br{
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .historyArea .inner{
    padding: 50px 5vw 70px;
  }
  .historyArea .inner ul.imgArea {
   justify-content: space-between;
   margin-bottom: 0;
 }
 .historyArea .inner ul.imgArea li {
  margin: 0 0 20px;
  width: 50%;
}
.historyArea .inner dl,
.historyArea .inner dl.kouri {
 padding: 14px 10px 14px 10px;
 display: block;
}
.historyArea .inner dl dt,
.historyArea .inner dl dd {
  width: 100%;
}
.historyArea .inner dl dt{
  font-weight: bold;
  font-size: 17px;
  padding-bottom: 5px;
}
.historyArea .inner dl dd {
 font-size: 13px;
}
.historyArea .inner h2 {
  font-size: 16px;
  text-align: center;
  margin-bottom: 25px;
}
.historyArea .inner dl dd div.client01 {
  flex-direction: column;
}
.historyArea .inner dl dd .right {
  margin-left: 16px;
  width: 95%;
}
.historyArea .inner iframe {
  height: 200px;
}
}