@charset "utf-8";
/* top */

.top-circle-area {
  width: 750px;
  list-style: none;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin: 0 auto;
}
.top-circle-list {
}
.top-circle-image {
  width: 174px;
  height: 174px;
}
.top-image {
  background-image: url("../images/background01.png");
  height: 840px;
  background-size: cover;
}
.top-mainbox {
  margin: 0 auto;
  text-align: center;
}
.top-scodixmachine-image {
  width: 812px;
  margin: 20px 0 28px 0;
}
.top-catch {
  font-size: 18px
}
.exp {
  line-height: 1.5;
}
.exp__end {
  margin-bottom: 30px;
}
.topics dt {
  float: left ;
  clear: left;
  margin-right: 0.5em ;
  width: 120px ;
}
.topics dd {
float: left ;
margin-left: 1em ;
margin-bottom: 0.7em;
}
