@media only screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}

@media print, screen and (min-width: 769px) {
  .sp {
    display: none;
  }
}

.header-property {
  display: none;
}

.ttl-property-main {
  display: none;
}

.wrap {
  max-width: 650px;
  padding: 40px 0;
}

@media only screen and (max-width: 768px) {
  .wrap {
    padding: 60px 0 40px;
    width: 90%;
  }
}

.headding {
  margin: 40px 0 0;
}

.txt {
  font-size: 12px;
  letter-spacing: .01em;
  line-height: 1.5;
}

@media print, screen and (min-width: 769px) {
  .txt {
    font-size: 12px;
  }
}

@media only screen and (max-width: 768px) {
  .txt {
    font-size: 11px;
  }
}

a {
  border-bottom: 1px solid #0000ee;
  color: #0000ee;
}

@media print, screen and (min-width: 769px) {
  .logoArea {
    margin: 0 auto;
    width: 303px;
  }
}

.logoArea__item {
  margin-top: 20px;
}

.logoArea__item:first-of-type {
  margin-top: 30px;
}

.logoArea__col {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 15px;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .logoArea__col {
    -ms-flex-line-pack: center;
        align-content: center;
    flex-line-pack: center;
    flex-pack: distribute;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}

.logoArea__col .logo {
  height: auto;
  width: 160px;
}

.logoArea__col .txt {
  font-weight: bold;
}

.contractArea {
  border: 1px solid #cccccc;
  margin: 40px 0 10px;
}

.contractArea__lead {
  background-color: #e3d5ca;
  letter-spacing: .01em;
  line-height: 1.5;
  padding: 8px;
}

@media print, screen and (min-width: 769px) {
  .contractArea__lead {
    font-size: 13px;
  }
}

@media only screen and (max-width: 768px) {
  .contractArea__lead {
    font-size: 11px;
    line-height: 1.5;
  }
}

.contractArea__bg {
  background-color: #eae3dd;
  padding: 8px;
}

.contractArea__bg--gray {
  background-color: #eeeeee;
}

.contractArea__txtWrap {
  letter-spacing: .01em;
  line-height: 1.5;
}

@media print, screen and (min-width: 769px) {
  .contractArea__txtWrap {
    font-size: 12px;
    padding: 5px 15px 15px 15px;
  }
}

@media only screen and (max-width: 768px) {
  .contractArea__txtWrap {
    font-size: 11px;
    padding: 5px 13px 13px 15px;
  }
}

.contractArea__item {
  margin-left: 1em;
  text-indent: -1em;
}

.contractArea__item.no-indent {
  text-indent: 0;
}

.contractArea__item .no-indent2 {
  margin-left: -1em;
  text-indent: 0;
}

.contractArea__item:nth-of-type(n+2) {
  margin-top: 15px;
}

.contractArea__item li {
  padding-left: 25px;
}

@media only screen and (max-width: 768px) {
  .contractArea__item li {
    padding-left: 15px;
  }
}

@media print, screen and (min-width: 769px) {
  .contractArea dl dd {
    padding-left: 2em;
  }
}

@media only screen and (max-width: 768px) {
  .contractArea dl dd {
    padding-left: 1em;
  }
}

.contractArea dl dd.indent {
  padding-left: 3em;
  text-indent: -1em;
}

#cursor {
  display: none;
}

/* accessibilityNav */
#accessibilityNav {
  display: none;
}
