@charset "UTF-8";
/***  media ***/
/***  color ***/
/*** font ***/
/*** 実数決め打ち ***/
html {
  font-size: 62.5%; /* 10px */
  text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
@media screen and (max-width: 1600px) {
  html {
    font-size: calc((100vw - 1600px) / 160 + 10px);
  }
}
@media screen and (max-width: 960px) {
  html {
    font-size: calc((100vw - 37.5px) / 37.5 + 10px);
  }
}

_::-webkit-full-page-media, _:future, :root, body {
  -webkit-animation: safariFix 1s forwards infinite;
}

@-webkit-keyframes safariFix {
  100% {
    z-index: 1;
  }
}
@font-face {
  font-family: "Futura";
  font-style: normal;
  font-display: swap;
  src: url("../font/Futura-Medium-01.ttf") format("truetype");
}
.toc {
  margin-bottom: 3rem;
  padding: 3rem;
  background-color: #f5f5f5;
}
.toc .ttl {
  font-weight: bold;
}
.toc a {
  display: block;
  padding: 0.5rem 0;
  color: #000;
  text-decoration: none;
}
.toc .h2ttl {
  position: relative;
  margin-top: 1rem;
  padding-left: 2rem;
  font-weight: bold;
}
.toc .h2ttl::before {
  content: "・";
  display: inline-block;
  position: absolute;
  top: 0.5rem;
  left: 0;
}
.toc .h3ttl {
  margin-left: 1em;
  padding-left: 1.5em;
  text-indent: -1em;
}
.toc .h3ttl::before {
  content: "- ";
}
@media screen and (max-width: 960px) {
  .toc {
    padding: 2rem 2rem 1.5rem;
  }
}

.createBox {
  margin-bottom: 5rem;
}
.createBox .createH2 {
  margin-bottom: 2rem;
  padding-bottom: 0.5rem;
  font-size: 2.4rem;
  font-weight: bold;
  border-bottom: solid 3px #000;
}
@media screen and (max-width: 960px) {
  .createBox .createH2 {
    font-size: 2rem;
    margin-bottom: 1.5rem;
  }
}
.createBox .createH3 {
  margin-bottom: 2rem;
  padding-left: 1rem;
  font-size: 1.8rem;
  font-weight: bold;
  border-left: solid 3px #000;
}
@media screen and (max-width: 960px) {
  .createBox .createH3 {
    margin-bottom: 1.5rem;
  }
}
.createBox .createH4 {
  margin-bottom: 2rem;
  font-size: 1.6rem;
  font-weight: bold;
}
@media screen and (max-width: 960px) {
  .createBox .createH4 {
    margin-bottom: 1.5rem;
  }
}
.createBox p {
  margin-bottom: 2rem;
  line-height: 1.8;
  font-size: 1.6rem !important;
}
.createBox p span {
  font-size: 1.6rem !important;
}
@media screen and (max-width: 960px) {
  .createBox p {
    margin-bottom: 1.5rem;
    font-size: 1.4rem !important;
  }
  .createBox p span {
    font-size: 1.4rem !important;
  }
}
.createBox a {
  font-size: 1.6rem !important;
  text-decoration: underline;
}
@media screen and (max-width: 960px) {
  .createBox a {
    font-size: 1.4rem !important;
  }
}
.createBox .boxColumn-2 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 3rem;
  margin-bottom: 3rem;
}
.createBox .boxColumn-2 .boxColumn {
  width: 50%;
}
@media screen and (max-width: 960px) {
  .createBox .boxColumn-2 {
    flex-flow: column;
    margin-bottom: 1.5rem;
  }
  .createBox .boxColumn-2 .boxColumn {
    width: 100%;
  }
}
.createBox table {
  width: 100%;
  border-collapse: collapse;
  border: solid 1px #ccc;
  margin-bottom: 3rem;
}
.createBox table tr th {
  border: solid 1px #ccc;
  text-align: left;
  padding: 1rem;
}
.createBox table tr td {
  border: solid 1px #ccc;
  padding: 1rem;
}
.createBox a {
  color: #065FD4;
}
.createBox ol {
  padding-left: 1em;
  margin-bottom: 3rem;
}
.createBox ol li {
  line-height: 1.8;
}
.createBox ul {
  list-style: disc;
  padding-left: 1em;
  margin-bottom: 3rem;
}
.createBox ul li {
  line-height: 1.8;
}

/*# sourceMappingURL=frontEditor.css.map */
