@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;
}

.contents-property {
  padding-top: 0px !important;
}

#container {
  background-color: transparent;
  color: #251e1c;
  font-family: YakuHanMP, "Zen Old Mincho", serif;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 2;
  position: relative;
  text-align: left;
}

@media only screen and (max-width: 736px) {
  #container {
    font-size: 12px;
    min-width: inherit;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
  }
}

.wrap {
  margin: 0 auto;
  width: 100%;
  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: 0.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;
  }
}

.logoArea__item {
  margin-top: 20px;
}

.logoArea__item .txt:before,
.logoArea__item .txt:after {
  content: initial;
}

.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;
  gap: 15px;
  padding-top: 15px;
}

@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: 0.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: 0.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;
}

.contractArea .signature {
  text-align: right;
}

.contractArea .receptionBox__heading,
.contractArea .receptionBox__data {
  border: 1px solid #cccccc;
  padding: 5px;
}

@media print, screen and (min-width: 769px) {
  .contractArea .receptionBox__heading {
    width: 100px;
  }
}

@media only screen and (max-width: 768px) {
  .contractArea .receptionBox__heading {
    width: calc(100 / 390 * 100vw);
  }
}

#cursor {
  display: none;
}

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