.list-navigation {
  background-color: #f6f6f6;
  border-radius: 32px;
  overflow: hidden;
}
.list-navigation.is-close .list-navlink-wrapper {
  display: none;
}
.list-navigation.is-close .list-navtitle__arrow {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.list-navtitle__button {
  display: flex;
  border: none;
  border-radius: 32px;
  padding: 20px 32px;
  width: 100%;
  background-color: transparent;
  color: #16160e;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0;
}

.list-navtitle__text {
  margin: auto;
}

.list-navtitle__arrow {
  line-height: 1;
  margin-top: 2px;
}

.list-navlink {
  padding: 0 16px 28px;
}

.list-navlink__link {
  box-sizing: border-box;
  padding: 12px 16px 12px 26px;
  display: block;
  font-size: 14px;
  -webkit-text-size-adjust: 100%;
  letter-spacing: -0.28px;
  line-height: 1.25;
  position: relative;
  border-radius: 21px;
  background-color: transparent;
  border: none;
  width: 100%;
  text-align: left;
  color: #16160e;
  cursor: pointer;
}
.list-navlink__link:focus {
  background-color: #ffffff;
}
.list-navlink__link::before {
  content: "\ea06";
  font-family: "muufont";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
  font-size: 11px;
  position: absolute;
  top: 14px;
  left: 12px;
}
.list-navlink__link.-is-current {
  background-color: #ffffff;
  font-weight: bold;
}

.list-navlink__divider {
  padding: 24px 12px 12px 12px;
  font-size: 12px;
  color: #6f6f6f;
  display: flex;
  align-items: center;
  white-space: nowrap;
}
.list-navlink__divider:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #c8c8c8;
  margin-left: 8px;
}

.mt-list-navigation {
  margin-top: 40px;
}

.page-about {
  box-sizing: border-box;
}

#link-choice:checked ~ .link-tab__list .link-choice {
  border-top: 1px solid #ad0003;
  border-left: 1px solid #ad0003;
}
#link-choice:checked ~ .link-tab__list .link-choice .link-tab__link {
  background-color: #ad0003;
  color: #ffffff;
  cursor: default;
}
#link-choice:checked ~ .link-tab__list .link-choice .link-tab__link .link-tab__index {
  border: 1px solid #ffffff;
}
#link-choice:checked ~ .link-choice {
  display: block;
}

#link-city:checked ~ .link-tab__list .link-city {
  border-top: 1px solid #ad0003;
  border-left: 1px solid #ad0003;
}
#link-city:checked ~ .link-tab__list .link-city .link-tab__link {
  background-color: #ad0003;
  color: #ffffff;
  cursor: default;
}
#link-city:checked ~ .link-tab__list .link-city .link-tab__link .link-tab__index {
  border: 1px solid #ffffff;
}
#link-city:checked ~ .link-city {
  display: block;
}

#link-gcf:checked ~ .link-tab__list .link-gcf {
  border-top: 1px solid #ad0003;
  border-left: 1px solid #ad0003;
}
#link-gcf:checked ~ .link-tab__list .link-gcf .link-tab__link {
  background-color: #ad0003;
  color: #ffffff;
  cursor: default;
}
#link-gcf:checked ~ .link-tab__list .link-gcf .link-tab__link .link-tab__index {
  border: 1px solid #ffffff;
}
#link-gcf:checked ~ .link-gcf {
  display: block;
}
.agreement-link p,
.agreement-link li {
  line-height: 1.7;
}
.agreement-link .link-tab {
  margin-top: 80px;
}
.agreement-link .link-tab .controll {
  display: none;
}
.agreement-link .link-tab .link-tab__list {
  display: flex;
  margin-top: 40px;
  border-bottom: 2px solid #ad0003;
}
.agreement-link .link-tab .link-tab__list > li {
  flex: 1;
  border-top: 1px solid #c8c8c8;
  border-left: 1px solid #c8c8c8;
}
.agreement-link .link-tab .link-tab__link {
  display: block;
  box-sizing: border-box;
  height: 100%;
  padding: 16px 0;
  text-align: center;
  color: #767676;
  font-size: 14px;
}
.agreement-link .link-tab .link-tab__link .link-tab__index {
  border: 1px solid #767676;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  width: 23px;
  height: 23px;
  line-height: 23px;
  margin-right: 4px;
}
.agreement-link .link-tab .link-tab__content {
  display: none;
}
.agreement-link .link-banners {
  margin-top: 16px;
  border-bottom: 1px solid #c8c8c8;
}
.agreement-link .link-banner {
  border-top: 1px solid #c8c8c8;
  padding: 16px 0;
}
.agreement-link .link-banner p {
  padding: 8px 0;
  font-weight: bold;
}
.agreement-link .link-banner > div {
  flex-basis: 50%;
  text-align: center;
}
.agreement-link .link-banner textarea {
  width: 100%;
  height: 8em;
  box-sizing: border-box;
  overflow: auto;
  margin: 0;
  padding: 12px;
  border: 1px solid #c8c8c8;
  border-radius: 4px;
  text-align: left;
  line-height: 1.5;
  font-size: 13px;
  font-family: monospace;
  resize: none;
  -webkit-appearance: none;
          appearance: none;
}
.agreement-link .link-banner.link-banner-col1 {
  display: block;
}

.usage-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 35px;
}
.usage-item .usage-item__index {
  background: #000;
  color: #fff;
  border-radius: 5px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  width: 32px;
  height: 32px;
  box-sizing: border-box;
  flex: 0 0 30px;
  line-height: 2;
  margin-right: 30px;
}
.usage-item .usage-item__text {
  flex-grow: 1;
}
.usage-item .bg-gray {
  padding: 5px 0 5px 15px;
  margin-top: 12px;
}
.usage-item .bg-gray li {
  margin: 10px;
  display: flex;
}

.bg-gray {
  background: #f6f6f6;
}

.description {
  padding: 30px 20px 15px;
  text-align: center;
}

.description-text {
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 15px;
  text-align: center;
}
.description-text span {
  display: inline-block;
  border-bottom: 2px solid #000;
}

.example {
  width: 100%;
  height: auto;
  box-sizing: border-box;
  overflow: auto;
  padding: 12px;
  border: 1px solid #c8c8c8;
  border-radius: 4px;
  text-align: left;
  line-height: 1.5;
  font-family: monospace;
  resize: none;
  -webkit-appearance: none;
          appearance: none;
  font-size: 14px;
  margin: 20px 0 75px;
}
.example span {
  color: #ad0003;
  font-weight: bold;
}

.list > li {
  list-style-position: outside;
  margin-left: 1em;
}

.list > li::marker {
  font-size: 14px;
}

.list > li + li {
  margin-top: 0.5em;
}

.list > li .list {
  margin-top: 0.75em;
}

.list:not(.list .list) > li + li {
  margin-top: 1em;
}

.list.-normal > li {
  list-style-type: disc;
}

.list.-number > li {
  list-style-type: decimal;
}

@media only screen and (min-width: 835px), (min-device-width: 835px) {
  .list-navigation.is-close .list-navlink-wrapper {
    display: block;
  }
  .list-navigation.is-close .list-navtitle__arrow {
    display: none;
  }
  .list-navtitle__button {
    padding: 32px 16px 16px 24px;
  }
  .list-navtitle__icon {
    margin-right: 6px;
  }
  .list-navtitle__text {
    margin: 0;
  }
  .list-navlink__link {
    padding: 8px 12px 8px 30px;
    border-radius: 17px;
  }
  .list-navlink__link:hover {
    background-color: #ffffff;
  }
  .list-navlink__link::before {
    top: 10px;
    left: 16px;
  }
  .list-navlink__divider {
    padding: 32px 8px 8px 16px;
  }
  .mt-list-navigation {
    margin-top: 0px;
  }
  .page-about {
    padding: 0 20px;
  }
  .agreement-link .link-tab .link-tab__list > li:last-of-type {
    border-right: 1px solid #c8c8c8;
  }
  .agreement-link .link-tab .link-tab__link {
    transition: color 0.2s ease;
    cursor: pointer;
  }
  .agreement-link .link-tab .link-tab__link:hover {
    color: #ccc;
  }
  .agreement-link .link-tab .link-tab__link:hover .link-tab__index {
    border: 1px solid #ccc;
  }
  .agreement-link .link-banners {
    margin-top: 32px;
  }
  .agreement-link .link-banner {
    padding: 32px 0;
    display: flex;
    align-items: flex-start;
  }
  .agreement-link .link-banner.link-banner-col1 > div:last-child {
    padding: 0 80px;
  }
  .description-text {
    letter-spacing: 0.15em;
  }
  .list > li::marker {
    font-size: 16px;
  }
}

@media only screen and (max-width: 834px) and (max-device-width: 834px) {
  #link-choice:checked ~ .link-tab__list .link-choice .link-tab__link .link-tab__index {
    background: #ad0003;
  }
  #link-city:checked ~ .link-tab__list .link-city .link-tab__link .link-tab__index {
    background: #ad0003;
  }
  #link-gcf:checked ~ .link-tab__list .link-gcf .link-tab__link .link-tab__index {
    background: #ad0003;
  }
  .agreement-link {
    padding: 16px 16px 40px;
    box-sizing: border-box;
  }
  .agreement-link .link-tab .link-tab__list {
    margin: 32px -16px 0;
  }
  .agreement-link .link-tab .link-tab__list > li {
    line-height: 1.3;
  }
  .agreement-link .link-tab .link-tab__list > li:first-of-type {
    border-left: none;
  }
  .agreement-link .link-tab .link-tab__link {
    padding: 15px 0 8px;
    position: relative;
  }
  .agreement-link .link-tab .link-tab__link .link-tab__index {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    background: #ffffff;
    border: 1px solid #c8c8c8;
  }
  .agreement-link .link-banner > div:first-child {
    padding: 0 24px;
  }
  .agreement-link .link-banner textarea {
    font-size: 12px;
    padding: 8px;
    overflow: auto;
  }
  .agreement-link .link-banner img {
    height: auto;
    max-width: 100%;
  }
  .agreement-link .link-banner img[width="300"] {
    width: 188px;
  }
  .usage-item .usage-item__index {
    margin-right: 16px;
  }
  .usage-item .bg-gray li {
    font-size: 14px;
  }
  .example {
    font-size: 12px;
    padding: 8px 12px;
    overflow: auto;
  }
}