@charset "utf-8";


html {
  background-image: none;
}

.cmn-nav {
  display: none;
}

@media print,screen and (min-width: 769px) {
  .cmn-nav {
    position: inherit;
    display: block;
    height: auto;
    overflow-y: inherit;
    background-color: rgba(255, 255, 255, 0);
    width: 100%;
    max-width: 1200px;
  }
  .cmn-nav-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    min-height: inherit;
    padding: 0;
    background-color: #003686 !important;
    margin: 40px 0;
  }
  .cmn-nav-item {
    border-radius: 0;
    background-color: #003686 !important;
    margin-bottom: 0;
    overflow: visible;
    position: relative;
  }
  .cmn-nav-item::before {
    content: "";
    display: block;
    border-left: 1px solid #fff;
    width: 1px;
    height: 1em;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
  .cmn-nav-item:last-child::after {
    content: "";
    display: block;
    border-right: 1px solid #fff;
    width: 1px;
    height: 1em;
    position: absolute;
    top: 50%;
    right:0;
    transform: translateY(-50%);
  }
  .cmn-nav-item a {
    color: #fff;
    display: flex;
    align-items: center;
    height: auto;
    line-height: 1;
    padding:1em 0.8em;
    font-size: clamp(0.7rem, 0.0987rem + 1.2511vw, 1.6rem);
    font-weight: 500;
  }
  .cmn-nav-item a::before,
  .cmn-nav-item a::after {
    display: none;
  }
  /*工事中対応*/
  .cmn-nav-item:last-child a {
    color: #999;
    pointer-events: none;
  }
}

/*========== privacy-policy ==========*/
  .content-wrapper {
    width: 90%;
    margin:40px auto;
  }
@media print,screen and (min-width: 769px) {
  .content-wrapper {
    /* padding-bottom: 46px; */
    position: relative;
    max-width: 1200px;
  }
}
@media print,screen and (min-width: 1400px) {
  .content-wrapper {
    width: 100%;
  }
}


.section-title {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1em;
}
.section-title span {
  display: block;
  text-align: center;
  letter-spacing: 1px;
  font-size: clamp(2rem, 1.76rem + 1.2vw, 3.2rem);
  font-weight: 700;
  margin: 0 15px;
}
.section-title::before,
.section-title::after {
    content: "";
    flex: 1;
    /* margin: 10px; */
    margin:10px 0;
    border-bottom: 1px solid rgba(0,0,0,0.5);
}

.content-wrapper p + p {
  margin: 2em 0;
}

.main-list > li {
  margin: 2em 0 2em 1.1em;
  text-indent: -1.1em;
}
.sub-list > li {
  margin: 0.25em 0 0.75em 2.25em;
  text-indent: -3em;
}

.inner-list {
  margin: 20px auto;
}

.inner-list th,
.inner-list td {
  line-height: 1;
  border: 1px solid #000;
  vertical-align: top;
  padding: 0.5em 0.6em;
  line-height: 1.3;
}
.inner-list .sub-list > li {
  margin: 0 0 0 2.25em;
  line-height: 1.3;
}
.enactment {
  text-align: right;
}
.enactment p {
  display: inline-block;
  text-align: left;
}
@media print,screen and (min-width: 769px) {
  .inner-list th,
  .inner-list td {
    padding: 0.5em 2em;
    line-height: 1.8;
  }
  .inner-list .sub-list > li {
    line-height: 1.8;
  }
  .inner-list {
    margin: 40px auto;
  }
}
