@charset "utf-8";

/*============================
パンくず
============================*/
.root {
  margin-top: 80px;
  font-size: 14px;
  padding: 10px 20px;
  background-color: #e7e7e7;
}

.root ul {
  display: flex;
  overflow: hidden;
}

.root li {
  position: relative;
  letter-spacing: 0;
  padding-bottom: 0;
  white-space: nowrap;
}

.root li::before {
  content: '>';
  margin: 0 5px;
}

.root li:first-child {
  margin-left: 0;
}

.root li:first-child:before {
  display: none;
}

#privacy {
  padding: 60px 0;
  margin: 0;
  text-align: left;
  font-weight: 500;
}

#privacy dl dt:first-of-type {
  border-top: 1px solid #ccc;
  padding-top: 30px;
}

#privacy dl dt {
  margin: 30px 0 10px;
  font-weight: 700;
}

#privacy dl dd {
  border-bottom: 1px solid #ccc;
  padding-bottom: 30px;
}

#privacy dl dd:last-of-type {
  border-bottom: none;
}

@media only screen and (max-width: 768px) {
  .root {
    margin-top: 50px;
    overflow-x: auto;
    font-size: 13px;
  }
  
  #privacy {
  padding: 40px 0;
}

}
