@charset "UTF-8";
/* 既存変更分 */
.tokuten_li_add {
  margin-top: 8px;
  font-size: 14px;
}

/* 追加 */
.spBlock {
  display: none;
}

.links {
  width: 100%;
  background: #FFF;
}
.links_list {
  display: flex;
  justify-content: center;
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  padding: 8px 0;
}
.links_list_item {
  width: 100%;
  padding: 8px 0;
  border-right: 1px solid #000;
  box-sizing: border-box;
  font-size: 16px;
  text-decoration: none;
}
.links_list_item:first-of-type {
  border-left: 1px solid #000;
}
.links_list_item a {
  width: 100%;
  height: 100%;
}
.links_list_item p {
  margin-bottom: 16px;
  color: #23211f;
  text-align: center;
}
.links_list_item img {
  display: block;
  max-width: 24px;
  margin: 0 auto;
}

.help {
  background: #F1EDEB url("../../img/common/bg.jpg");
}
.help_list {
  display: flex;
  justify-content: space-between;
  max-width: 640px;
  margin: 0 auto;
  padding: 40px 0;
}
.help_list_item {
  width: 100%;
  max-width: 300px;
  padding: 11px 0 10px;
  border-radius: 8px;
  background: #000;
  transition: 0.3s;
}
.help_list_item:hover {
  opacity: 0.5;
}
.help_list_item:hover a {
  opacity: 1 !important;
}
.help_list_item a {
  width: 100%;
  height: 100%;
}
.help_list_item p {
  color: #FFF;
  font-size: 16px;
  text-align: center;
}
.help_list_item img {
  display: block;
  max-width: 32px;
  margin: 0 auto;
}

.modal_bg,
.modal {
  position: fixed;
  top: 0;
  left: 0;
  display: none;
}
.modal_bg.isAcvive,
.modal.isAcvive {
  display: block;
}

.modal_bg {
  z-index: 999;
  width: 100vw;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.modal {
  z-index: 1000;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 40px);
  max-height: calc(100vh - 40px);
  max-width: 768px;
  background: #FFF;
  overflow: auto;
}

@media screen and (max-width: 768px) {
  .spBlock {
    display: block;
  }
  .flex_center li {
    margin: 0 0 45px;
  }
  .links_list {
    width: calc(100% - 30px);
  }
  .links_list_item a {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .links_list_item p {
    font-size: 14px;
  }
  .help_list {
    display: block;
    width: calc(100% - 40px);
    padding: 24px 0;
  }
  .help_list_item {
    max-width: none;
  }
  .help_list_item:first-of-type {
    margin-bottom: 16px;
  }
}/*# sourceMappingURL=extend.css.map */