html,body{
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  /* cursor: none; */
}
html{
  font-size: 10px;
  background-color: #fff;
}
a{
  text-decoration: none;
}

#all_wrap{
  position: relative;
  width: 100%;
  height: auto;
  min-width: 1200px;
  max-width: 1920px;
  min-height: 100vh;
  margin: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  overflow: hidden;
  background-repeat: repeat;
  background-color: #f8f8f8;
}

#all_wrap > .headerBG{
  position: relative;
  width: 100%;
  height: 370px;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: center;
}

#all_wrap > article{
  display: block;
  position: relative;
  width: 1100px;
  height: auto;
  top: 0;
  left: 0;
  right: 0;
  font-family: 'M PLUS 1p', sans-serif;
  font-weight: bold;
  font-size: 0;
  margin: 0;
  margin-top: 76px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}
#all_wrap > article:nth-child(10){
  margin-bottom: 500px;
}
article > h3{
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  padding-left: 4px;
  padding-bottom: 6px;
  border-bottom: 2px dotted #706258;
  color: #353535;
  font-size: 24pt;
}
article > dl{
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
article > dl > dt{
  display: inline-block;
  position: relative;
  width: 286px;
  height: 30px;
  text-align: left;
  color: #fd9024;
  font-size: 20px;
  font-weight: bolder;
  margin: 0;
  margin-top: 15px;
  padding: 0;
  padding-left: 24px;
  transform: rotateZ(-0.1deg);
}
article > dl > dd{
  display: inline-block;
  position: relative;
  width: 790px;
  height: 30px;
  text-align: left;
  color: #353535;
  font-size: 18px;
  font-weight: medium;
  margin: 0;
  margin-top: 15px;
  padding: 0;
  transform: rotateZ(-0.1deg);
}
@media screen and (max-width: 1200px) {
  article > dl > dt{
    height: 40px;
    font-size: 30px;
  }
  article > dl > dd{
    height: 40px;
    font-size: 24px;
  }
}
