@charset "UTF-8";
/* part static 静的ページ共通（利用規約、ヘルプ、サイトマップ）
   ========================================================================== */
@media screen and (max-width: 961px) {
  .l-static {
    padding: 0 16px 48px;
  }
}

.c-static section {
  border-bottom: 1px solid #EBEBEB;
}
.c-static section + section {
  margin-top: 48px;
}
.c-static__ttl {
  padding-bottom: 16px;
  font-size: 16px;
  font-weight: 700;
}
.c-static__body {
  font-size: 14px;
  line-height: 1.75;
  letter-spacing: 0.035px;
  padding-bottom: 48px;
}
.c-static__body > ol > li {
  line-height: 1.75;
  letter-spacing: 0.035px;
}
.c-static__body > ol > li + li {
  margin-top: 1em;
}
.c-static__body .static-txt-box {
  padding: 16px 24px;
  border-radius: 8px;
  border: 1px solid #EBEBEB;
  background: #f6f6f6;
}

.static-link {
  color: #0066D2;
  text-decoration: none;
}

.static-txt-box {
  padding: 15px;
  background: #F7F7F7;
}

.static-ttl {
  font-size: 14px;
  font-weight: 700;
  color: #626463;
  padding-bottom: 16px;
}
.static-ttl__link {
  text-decoration: none;
  color: #262626;
}
.static-ttl__link:hover {
  color: #12B247;
}
.static-ttl__pref-link {
  text-decoration: none;
  color: #12B247;
}
.static-ttl__pref-link:hover {
  opacity: 0.6;
}

.static-ttl-2 {
  font-size: 16px;
  position: relative;
  margin: 20px 0 0 13px;
  padding-left: 10px;
}
@media screen and (min-width: 961px) {
  .static-ttl-2 {
    margin: 20px 0 0 0;
  }
}
.static-ttl-2:before {
  position: absolute;
  left: 1px;
  display: block;
  width: 4px;
  height: 22px;
  content: "";
  background-color: #12B247;
}

.static-txt {
  font-size: 14px;
}
.static-txt--small {
  font-size: 12px;
}
.static-txt .c-text-link-bl {
  text-decoration: underline;
}

.static-list {
  width: 100%;
}
.static-list__ttl {
  font-size: 14px;
  font-weight: normal;
  padding: 15px;
  text-align: left;
  border: 1px solid #D9D9D9;
  background: #F7F7F7;
}
@media screen and (max-width: 960px) {
  .static-list__ttl {
    width: 40%;
    padding: 10px;
  }
}
@media screen and (min-width: 961px) {
  .static-list__ttl {
    width: 200px;
  }
}
.static-list__txt {
  padding: 15px;
  border: 1px solid #D9D9D9;
}
@media screen and (max-width: 960px) {
  .static-list__txt {
    padding: 10px;
  }
}
.static-list__txt a {
  font-size: 14px;
  color: #0066D2;
}
.static-list__txt a:hover {
  text-decoration: underline;
  opacity: 0.6;
}

.static-flow-box {
  margin-bottom: 20px;
  border: 1px solid #D9D9D9;
  background: #E8E8E8;
}
.static-flow-box li {
  position: relative;
  padding: 10px;
}
.static-flow-box li:nth-child(2), .static-flow-box li:nth-child(4) {
  background-color: #ffffff;
}
.static-flow-box li:nth-child(2):after, .static-flow-box li:nth-child(4):after {
  position: absolute;
  right: 50%;
  bottom: -8px;
  width: 0;
  content: "";
  border: 8px solid transparent;
  border-top-color: #ffffff;
  border-bottom-width: 0;
}
.static-flow-box li:nth-child(1):after, .static-flow-box li:nth-child(3):after {
  position: absolute;
  z-index: 3;
  right: 50%;
  bottom: -8px;
  width: 0;
  content: "";
  border: 8px solid transparent;
  border-top-color: #E8E8E8;
  border-bottom-width: 0;
}

/* ヘルプ
   ========================================================================== */
.help-iwaikin {
  width: 100%;
  height: auto;
}
.help-iwaikin--pc {
  display: none;
  margin: 0 auto;
}
@media screen and (min-width: 960px) {
  .help-iwaikin--pc {
    display: block;
  }
}
.help-iwaikin--sp {
  display: block;
  margin-top: 20px;
}
@media screen and (min-width: 960px) {
  .help-iwaikin--sp {
    display: none;
  }
}

.c-helpAc {
  padding: 0 8px;
  margin: 0;
  border-radius: 8px;
  background-color: #fff;
}
.c-helpAc dt {
  display: flex;
  align-items: center;
  padding: 16px;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.64px;
  background: none;
  border-bottom: 1px solid #EBEBEB;
  border-top: none;
  cursor: pointer;
}
.c-helpAc dt:last-of-type {
  border-bottom: none;
}
.c-helpAc dt:before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  margin-right: 4px;
  background-image: url(../../../img/icon/icon_acd-plus.svg);
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.c-helpAc dt:after {
  display: none;
}
.c-helpAc dt.open:before {
  background-image: url(../../../img/icon/icon_acd-minus.svg);
}
.c-helpAc dd {
  padding: 16px;
  background: none;
  border-bottom: 1px solid #EBEBEB;
}
.c-helpAc dd:last-of-type {
  border-top: 1px solid #EBEBEB;
  border-bottom: none;
}

/* サイトマップ
   ========================================================================== */
.sitemap-con {
  margin: 20px 0;
}
@media screen and (min-width: 961px) {
  .sitemap-con {
    margin-top: 40px;
  }
}

.sitemap-link, .sitemap-link--2 {
  margin-top: 20px;
}
.sitemap-link--2 {
  margin-top: 0;
}
@media screen and (min-width: 961px) {
  .sitemap-link__box {
    display: flex;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 961px) {
  .sitemap-link li:first-child, .sitemap-link--2 li:first-child {
    border-top: none;
  }
}
@media screen and (min-width: 961px) {
  .sitemap-link__item, .sitemap-link__item--2 {
    width: auto;
    padding-right: 20px;
    border: none;
  }
}
.sitemap-link__item--2:first-child {
  border-top: none;
}
.sitemap-link__subttl {
  margin-top: 0;
  cursor: default;
}
.sitemap-link__subttl:after {
  display: none;
}
.sitemap-link__subttl:hover {
  background: #F7F7F7;
}

.ordered-list {
    list-style: none;
    counter-reset: custom-counter;
}
.ordered-list li {
    counter-increment: custom-counter;
}
.ordered-list li:before {
    content: "(" counter(custom-counter) ")";
    margin-right: 15px;
}

/*# sourceMappingURL=static-common.css.map */
