@charset "UTF-8";

.header .navbox .item.nav_rental a,
.nav_item.nav_rental a {
  background-color: var(--color4);
}

/* ご利用規約 */
.terms .section {
  padding-top: 20px;
  padding-bottom: 60px;
}
.terms .box {
  margin-bottom: 60px;
}
.terms .box:last-child {
  margin-bottom: 0;
}
.terms .box .title {
  font-size: 16px;
  margin-bottom: 10px;
}
.terms .box .item {
  font-size: 14px;
  text-align: justify;
  line-height: 1.75;
  margin-bottom: 10px;
}
.terms .box .item:last-child {
  margin-bottom: 0;
}
.terms .box .item .txt {
  padding-left:1em;
	text-indent:-1em;
}
.terms .box .item .txt::before {
  content: "●";
  color: var(--color4);
}
.terms .box .item table {
  margin-bottom: 20px;
}
.terms .childlist {
  padding-left: 1em;
}
.terms .box table tr th,
.terms .box table tr td {
  font-size: 14px;
  white-space: nowrap;
  border-bottom: solid 1px var(--color1);
  padding: 10px 40px;
}
@media screen and (max-width:768px) {
  .terms .section {
    padding-bottom: 40px;
  }
  .terms .box {
    margin-bottom: 40px;
  }
  .terms .box table {
    width: 100%;
    box-sizing: border-box;
  }
  .terms .box table tr th,
  .terms .box table tr td {
    padding: 10px 20px;
  }
}