@charset "utf-8";

#h1Wrapper {
  background-image: url("../img/about/h1bg.jpg");
}

#contents {
  background: url("../img/common/bg01.gif");
}

.section {
  background: none;
}

.section .sectionInner {
  background: #FFF !important;
  box-shadow: 0px 2px 6px 0px rgba(0,0,0,0.3);
  width: 100%;
  max-width: 85vw;
  margin: 80px auto 0 auto;
  padding: 5vw;
  box-sizing: border-box;
  overflow: hidden;
}
@media only screen and (max-width: 1080px) {
  .section .sectionInner {
    margin: 30px auto 0 auto !important;
  }
}

.section .sectionInner:first-child {
  margin: 0 auto !important;
}




ul.default > li:before {
  width: 0.8em;
  height: 0.8em;
}

ul.default > li ul.default {
  margin-top: 1em;
}

ul.default > li ul.default > li:before {
  width: 0.4em;
  height: 0.4em;
}