/*------------------------------------------------------------
	Block Editor
-------------------------------------------------------------*/
.editor-styles-wrapper {
  font-family: "Noto Serif JP", serif;
  color: #2B2B2B;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
}

.p-single-news__content ul {
  list-style: disc;
  margin-left: 1.6em;
  margin-top: 24px;
}

.p-single-news__content li {
  color: #2B2B2B;
  text-align: justify;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  text-align: justify;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px; /* 228.571% */
  letter-spacing: 3px;
}

.p-single-news__content a {
  color: #4682b4;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px; /* 228.571% */
  letter-spacing: 3px;
  transition: all 0.3s ease;
}

.p-single-news__content a:hover {
  opacity: 0.7;
}

.p-single-news__content p {
  color: #2B2B2B;
  text-align: justify;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 228.571% */
  letter-spacing: 1px;
  margin-top: 16px;
}

@media screen and (min-width: 900px) {
  .p-single-news__content a {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 40px; /* 250% */
    letter-spacing: 3px;
  }

  .p-single-news__content p {
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px; /* 250% */
    letter-spacing: 3.2px;
    margin-top: 40px;
  }

  .p-single-news__content li {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 40px; /* 250% */
    letter-spacing: 3px;
  }
}

/*--Heading------------------------------------*/
.p-single-news__content h2 {
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px; /* 250% */
  letter-spacing: 3px;
  margin-top: 24px;
}
@media screen and (min-width: 900px) {
  .p-single-news__content h2 {
    margin-top: 44px;
  }
}

.p-single-news__content h3 {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px; /* 250% */
  letter-spacing: 3px;
  margin-top: 24px;
}
@media screen and (min-width: 900px) {
  .p-single-news__content h3 {
    margin-top: 44px;
  }
}

.p-single-news__content h4 {
  font-size: 19px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px; /* 250% */
  letter-spacing: 3px;
  margin-top: 24px;
}
@media screen and (min-width: 900px) {
  .p-single-news__content h4 {
    margin-top: 44px;
  }
}

.p-single-news__content h5 {
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px; /* 250% */
  letter-spacing: 3px;
  margin-top: 24px;
}
@media screen and (min-width: 900px) {
  .p-single-news__content h5 {
    margin-top: 44px;
  }
}

.p-single-news__content h6 {
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px; /* 250% */
  letter-spacing: 3px;
  margin-top: 24px;
}
@media screen and (min-width: 900px) {
  .p-single-news__content h6 {
    margin-top: 44px;
  }
}

/*--text_size------------------------------------*/

.p-single-news__content .has-small-font-size {
  font-size: 12px !important;
}

.p-single-news__content .has-regular-font-size {
  font-size: 18px !important;
}

.p-single-news__content .has-large-font-size {
  font-size: 20px !important;
}
@media screen and (min-width: 900px) {
  .p-single-news__content .has-large-font-size {
    font-size: 24px !important;
  }
}

.p-single-news__content .has-x-large-font-size {
  font-size: 22px !important;
}
@media screen and (min-width: 900px) {
  .p-single-news__content .has-x-large-font-size {
    font-size: 28px !important;
  }
}
