@charset "UTF-8";
.p-editor__content h1 {
  display: inline-block;
  font-size: 2.25rem;
  font-weight: 700;
  color: #e81828;
}
@media only screen and (max-width: 767px) {
  .p-editor__content h1 {
    font-size: 1.625rem;
  }
}
.p-editor__content h2 {
  font-size: 2rem;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .p-editor__content h2 {
    font-size: 1.3125rem;
  }
}
.p-editor__content h3 {
  font-size: 1.5rem;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .p-editor__content h3 {
    font-size: 1.125rem;
  }
}
.p-editor__content h4 {
  font-size: 1.3125rem;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .p-editor__content h4 {
    font-size: 1rem;
  }
}
.p-editor__content h5 {
  font-size: 1.125rem;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .p-editor__content h5 {
    font-size: 0.9375rem;
  }
}
.p-editor__content h6 {
  font-size: 1rem;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .p-editor__content h6 {
    font-size: 0.875rem;
  }
}
.p-editor__content p {
  font-size: 1.125rem;
  line-height: 1.5;
  color: #333;
}
.p-editor__content p.--x-large {
  font-size: 2rem;
}
.p-editor__content p.--large {
  font-size: 1.5rem;
}
.p-editor__content p.--small {
  font-size: 1rem;
}
.p-editor__content p.--x-small {
  font-size: 0.875rem;
}
.p-editor__content p.--light {
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  .p-editor__content p {
    font-size: 1rem;
  }
  .p-editor__content p.--x-large {
    font-size: 1.3125rem;
  }
  .p-editor__content p.--large {
    font-size: 1.125rem;
  }
  .p-editor__content p.--small {
    font-size: 0.9375rem;
  }
  .p-editor__content p.--x-small {
    font-size: 0.875rem;
  }
}
.p-editor__content a:not([class]) {
  position: relative;
  display: inline-block;
  color: #e81828;
  text-decoration: underline;
}
.p-editor__content a:not([class]).--light {
  font-weight: 400;
}
.p-editor__content a:not([class]).--blank::after {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.125rem;
  height: 1.125rem;
  margin-left: 0.3125rem;
  vertical-align: middle;
  content: "";
  background: transparent url("../images/common/icon_blank.svg") no-repeat center/contain;
}
.p-editor__content a:not([class]).--pdf::after {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.5rem;
  height: 0.9375rem;
  margin-left: 0.75rem;
  font-size: 0.5rem;
  font-weight: 700;
  content: "PDF";
  background: #fff;
  border: 1px solid #e81828;
  border-radius: 0.0625rem;
}
.p-editor__content a:not([class]).--word::after {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.5rem;
  height: 0.9375rem;
  margin-left: 0.75rem;
  font-size: 0.5rem;
  font-weight: 700;
  content: "Word";
  background: #fff;
  border: 1px solid #e81828;
  border-radius: 0.0625rem;
}
.p-editor__content a:not([class]).--excel::after {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.5rem;
  height: 0.9375rem;
  margin-left: 0.75rem;
  font-size: 0.5rem;
  font-weight: 700;
  content: "Excel";
  background: #fff;
  border: 1px solid #e81828;
  border-radius: 0.0625rem;
}
@media (hover: hover) {
  .p-editor__content a:not([class]) {
    transition: 0.3s linear opacity;
  }
  .p-editor__content a:not([class]):hover {
    opacity: 0.7;
  }
}
.p-editor__content a:not([class])[target=_blank]::after {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.125rem;
  height: 1.125rem;
  margin-left: 0.3125rem;
  vertical-align: middle;
  content: "";
  background: transparent url("../images/common/icon_blank.svg") no-repeat center/contain;
}
.p-editor__content a:not([class])[href$=".pdf"]::after {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.5rem;
  height: 0.9375rem;
  margin-left: 0.75rem;
  font-size: 0.5rem;
  font-weight: 700;
  content: "PDF";
  background: #fff;
  border: 1px solid #e81828;
  border-radius: 0.0625rem;
}
@media only screen and (max-width: 767px) {
  .p-editor__content a:not([class]) {
    font-size: 0.9375rem;
  }
}
.p-editor__content ul li {
  position: relative;
  padding-left: 1.5rem;
  color: #000;
}
.p-editor__content ul li + li {
  margin-top: 0.4375rem;
}
.p-editor__content ul li::before {
  position: absolute;
  top: calc(0.75em - 0.25rem);
  left: 0.5em;
  display: block;
  width: 0.625rem;
  height: 0.625rem;
  content: "";
  background: #e81828;
  border-radius: 50%;
}
.p-editor__content ol {
  list-style-type: none;
  counter-reset: item;
}
.p-editor__content ol li {
  position: relative;
  padding-left: 1.5rem;
  color: #000;
}
.p-editor__content ol li::before {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 1.5rem;
  height: 1.5rem;
  font-family: "Noto Sans JP", sans-serif;
  color: #e81828;
  text-align: center;
  content: counter(item, decimal-leading) ".　";
  counter-increment: item;
}
.p-editor__content ol li + li {
  margin-top: 0.4375rem;
}
.p-editor__content dl dt {
  font-weight: bold;
}
.p-editor__content dl dd {
  padding-left: 1em;
}
.p-editor__content table {
  width: 100%;
}
.p-editor__content table.--fixed {
  table-layout: fixed;
}
.p-editor__content table th {
  width: 30%;
  padding: 1rem 1.5rem;
  font-size: 1.125rem;
  font-weight: bold;
  color: #fff;
  vertical-align: middle;
  background-color: #c62834;
  border: 0.0625rem solid #693a1e;
  border-right: none;
}
.p-editor__content table td {
  padding: 1rem 1.5rem;
  font-size: 1.125rem;
  line-height: 1.875;
  color: #000;
  vertical-align: middle;
  background-color: #fff;
  border: 0.0625rem solid #693a1e;
}
.p-editor__content table td.--light {
  font-weight: 400;
}
.p-editor__content table .u-asterisk {
  font-size: 0.875rem;
}
@media only screen and (max-width: 767px) {
  .p-editor__content table {
    border: 0.0625rem solid #693a1e;
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  .p-editor__content table th {
    font-size: 1rem;
    padding: 0.5rem 0.75rem;
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  .p-editor__content table td {
    font-size: 1rem;
    padding: 0.5rem 0.75rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-editor__content .p-table-conteiner.--sp-col1 {
    border: 0.0625rem solid var(--title-font-color);
  }
  .p-editor__content .p-table-conteiner.--sp-col1 th,
  .p-editor__content .p-table-conteiner.--sp-col1 td {
    display: block;
    width: 100% !important;
    padding: 1rem 1.25rem;
    border: none;
  }
  .p-editor__content .p-table-conteiner.--spMax {
    overflow-x: auto;
  }
  .p-editor__content .p-table-conteiner.--spMax .p-table {
    width: auto;
    min-width: 100%;
    margin-bottom: 0.625rem;
  }
  .p-editor__content .p-table-conteiner.--spMax .p-table__th, .p-editor__content .p-table-conteiner.--spMax .p-table__td {
    padding: 0.625rem 1.25rem;
    white-space: nowrap;
  }
  .p-editor__content .p-table-conteiner.--spMax .p-table.--inline {
    min-width: auto;
  }
  .p-editor__content .p-table-conteiner.--spMax::-webkit-scrollbar {
    height: 16px;
    background: #d4d3d2;
    border-radius: 100px;
  }
  .p-editor__content .p-table-conteiner.--spMax::-webkit-scrollbar-thumb {
    height: 16px;
    background-color: #fff;
    border: 4px solid #d4d3d2;
    border-radius: 999px;
  }
}
.p-editor__content .e-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  gap: 1.25rem;
  min-width: 18.75rem;
  min-height: 4.125rem;
  padding: 0 4.375rem 0 2.5rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  color: #fff;
  cursor: pointer;
  background-color: #e81828;
  border-radius: 999rem;
  text-decoration: none;
}
.p-editor__content .e-button::after {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.125rem;
  height: 1.125rem;
  content: "";
  background: transparent url("../images/common/icon_arrow-white.svg") no-repeat center/contain;
}
.p-editor__content .e-button::after {
  position: absolute;
  top: 50%;
  right: 2.75rem;
  transform: translateY(-50%);
}
.p-editor__content .e-button.--blank::after {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.125rem;
  height: 1.125rem;
  margin-left: 0.75rem;
  margin-left: 0.3125rem;
  vertical-align: middle;
  content: "";
  background: transparent url("../images/common/icon_blank.svg") no-repeat center/contain;
}
.p-editor__content .e-button.--pdf::after {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.5rem;
  height: 0.9375rem;
  margin-left: 0.75rem;
  font-size: 0.5rem;
  font-weight: 700;
  color: #e81828;
  content: "PDF";
  background: #fff;
  border: 1px solid #e81828;
  border-radius: 0.0625rem;
}
.p-editor__content .e-button.--brown {
  background-color: #693a1e;
}
.p-editor__content .e-button.--back {
  padding: 0 2.5rem 0 4.375rem;
  color: #e81828;
  background-color: #fff;
  border: 2px solid #e81828;
}
.p-editor__content .e-button.--back::after {
  position: absolute;
  top: 50%;
  right: inherit;
  left: 2.75rem;
  width: 1.625rem;
  height: 1.625rem;
  background-image: url("../images/common/icon_arrow-left.svg");
}
.p-editor__content .e-button.--instagram {
  min-width: 15rem;
  min-height: 3.75rem;
  padding: 0 2.5rem;
}
@media (hover: hover) {
  .p-editor__content .e-button {
    transition: 0.3s linear transform;
  }
  .p-editor__content .e-button:hover {
    transform: scale(1.1);
    cursor: pointer;
  }
}
.p-editor__content .e-button[target=_blank]::after {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.125rem;
  height: 1.125rem;
  margin-left: 0.3125rem;
  vertical-align: middle;
  content: "";
  background: transparent url("../images/common/icon_blank.svg") no-repeat center/contain;
}
.p-editor__content .e-button[href$=".pdf"]::after {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.5rem;
  height: 0.9375rem;
  margin-left: 0.75rem;
  font-size: 0.5rem;
  font-weight: 700;
  content: "PDF";
  background: #fff;
  border: 1px solid #e81828;
  border-radius: 0.0625rem;
}
.p-editor__content .e-button[href$=".pdf"]::after {
  color: #e81828;
}
@media only screen and (max-width: 767px) {
  .p-editor__content .e-button {
    min-width: 260px;
    min-height: 3.75rem;
    padding: 0 2.875rem 0 1.25rem;
    font-size: 1rem;
  }
  .p-editor__content .e-button::after {
    right: 2.1875rem;
    width: 1rem;
    height: 1rem;
  }
}
.p-editor__content .e-box {
  padding: 1.5rem 2.5rem;
  background-color: #ffede3;
  border-radius: 10px;
}
.p-editor__content .e-box.--bg-blue {
  background-color: #edf6f9;
}
.p-editor__content .e-box__title {
  font-size: 1.125rem;
  font-weight: bold;
}
.p-editor__content .e-box__text {
  margin-top: 1.5rem;
  font-size: 1rem;
}
@media only screen and (max-width: 767px) {
  .p-editor__content .e-box {
    padding: 1.5rem 1.25rem;
  }
  .p-editor__content .e-box__title {
    font-size: 1rem;
  }
  .p-editor__content .e-box__text {
    margin-top: 1rem;
    font-size: 0.9375rem;
  }
}
.p-editor__content .e-grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 1rem;
}
.p-editor__content .e-grid.--repeat-2 {
  grid-template-columns: repeat(2, 1fr);
}
.p-editor__content .e-grid.--repeat-3 {
  grid-template-columns: repeat(3, 1fr);
}
.p-editor__content .e-grid__texts {
  margin-top: 1rem;
}