@charset "UTF-8";
.art_page {
  margin-top: 10rem;
}

.art_page_contents-desc {
  text-align: center;
  font-size: 1.8rem;
}

@media screen and (max-width: 768px) {
  .art_page {
    margin: 6.4rem 1.6rem 0 1.6rem;
  }
}

.page-template-thanks-templateB .art_page {
  margin-top: 7.2rem;
  padding-top: 7.2rem;
}

.page-template-thanks-templateB .art_page_contents-link_btn {
  text-align: center;
  margin-top: 4.8rem;
}

.page-template-thanks-templateB .art_page_contents-txt_link {
  text-align: center;
  margin-top: 4rem;
}

.page-template-thanks-templateB .art_page_contents-link_btn .link_btn-link {
  text-decoration: none;
  color: #333333;
}

.page_ttl {
  text-align: center;
  color: #333;
  font-size: 3.4rem;
  font-weight: 500;
  display: table-cell;
  vertical-align: middle;
}

/*エディター*/
.editor--page {
  color: #333333;
}

.editor--page h2 {
  margin-top: 3.2rem;
}
@media screen and (max-width: 768px) {
  .editor--page h2 {
    margin-top: 2.4rem;
    font-size: 2.1rem;
  }
}

.editor--page h3 {
  font-weight: 500;
  margin-top: 3.2rem;
  border-left: 0.5rem solid #525252;
  padding-left: 1rem;
}

.editor--page p {
  margin-top: 2rem;
}
@media screen and (max-width: 768px) {
  .editor--page p {
    margin-top: 1rem;
    font-size: 1.4rem;
  }
}

.editor--page ol, .editor--page ul {
  margin-top: 2rem;
}

.editor--page ul li {
  padding-left: 1.5rem;
  position: relative;
  margin-top: 1.6rem;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .editor--page ul li {
    margin-top: 1.2rem;
  }
}

.editor--page ol li {
  margin-top: 1.6rem;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .editor--page ol li {
    margin-top: 1.2rem;
  }
}

.editor--page ul li::before {
  content: "・";
  color: #49D245;
  font-size: 2.4rem;
  position: absolute;
  line-height: 2.4rem;
  position: absolute;
  left: -0.7rem;
}
@media screen and (max-width: 768px) {
  .editor--page ul li::before {
    top: 0.3rem;
  }
}

.editor--page ol {
  margin-left: 2rem;
}

.editor--page + .share-btn-list {
  margin-top: 8rem;
  margin-bottom: 7rem;
}
@media screen and (max-width: 768px) {
  .editor--page + .share-btn-list {
    transform: scale(0.85);
    transform-origin: left;
    margin-top: 4rem;
    margin-bottom: 3rem;
  }
}

.editor--page table {
  margin-top: 4rem;
}
@media screen and (max-width: 768px) {
  .editor--page table {
    display: block;
    overflow-x: scroll;
  }
}

@media screen and (max-width: 768px) {
  .editor--page thead, .editor--page tbody {
    width: 72rem;
    display: table;
  }
}

.editor--page th {
  color: #fff;
  background-color: #1C1C1C;
}

.editor--page td {
  background-color: #f7f7f7;
}

.editor--page th, .editor--page td {
  box-sizing: border-box;
  width: 33.33%;
  padding: 1.6rem;
  border: solid #fff 0.3rem;
}

.data_list {
  border: 1px solid #222;
  border-bottom: none;
}

.data_list-item {
  display: flex;
  background-color: transparent;
  border-bottom: 0.1rem solid #222;
}
@media screen and (max-width: 768px) {
  .data_list-item {
    display: flex;
  }
}

.data_list-item_ttl, .data_list-item_data {
  padding: 2rem 1.6rem;
  font-size: 1.5rem;
}

.data_list-item_ttl {
  flex: 1;
  border-right: 0.6rem solid #fff;
}
@media screen and (max-width: 768px) {
  .data_list-item_ttl {
    border-right: none;
  }
}

.data_list-item_data {
  flex: 4;
}

@media screen and (max-width: 768px) {
  .editor--page thead, .editor--page tbody {
    border-top: none;
    background-color: transparent;
  }
}

.data_list-item_data {
  flex: 4;
}
@media screen and (max-width: 768px) {
  .data_list-item_data {
    border-top: none;
    flex: 2;
  }
}

.error404 .page_ttl {
  color: #333;
  text-align: center;
  display: block;
}
@media screen and (max-width: 768px) {
  .error404 .page_ttl {
    text-align: left;
    font-size: 2.1rem;
  }
}

.error404 .art_page {
  margin-top: 7.2rem;
  padding-top: 7.2rem;
}
@media screen and (max-width: 768px) {
  .error404 .art_page {
    margin-top: 7.6rem;
    padding-top: 3.2rem;
  }
}

.error404 .art_page-desc {
  margin-top: 2rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .error404 .art_page-desc {
    text-align: left;
  }
}

@media screen and (max-width: 768px) {
  .about .art_contents {
    overflow: hidden;
    margin-top: 4rem;
  }
}/*# sourceMappingURL=page.css.map */