@charset "UTF-8";

/* =========================================================
  doc
========================================================= */

/* contentGpArticleDoc
----------------------------------------------- */
#content:has(.contentGpArticleDoc) {
  padding-top: 60px;
}

.contentGpArticleDoc > .date {
  display: none;
}

/* blog-body */
.contentGpArticleDoc .blog-body {
  display: flex;
  justify-content: space-between;
  padding: 0 30px;
}

.contentGpArticleDoc .blog-body .lt {
  flex-basis: 31.3%;
}

.contentGpArticleDoc .blog-body .lt .date {
  margin-bottom: 5px;
  font-weight: 700;
  font-size: 1.3125rem;
}

.contentGpArticleDoc .blog-body .lt .thumb img {
  width: 100%;
}

.contentGpArticleDoc .blog-body .rt {
  flex-basis: 64.6%;
}

@media only screen and (max-width: 640px) {
  #content:has(.contentGpArticleDoc) {
    padding-top: 30px;
  }

  /* blog-body */
  .contentGpArticleDoc .blog-body {
    flex-direction: column;
    gap: 50px 0;
    padding: 0;
  }
}

/* body
----------------------------------------------- */
.cke_editable {
  font-size: 1rem;
}

.body::after, .text-beginning::after {
  content: "";
  display: table;
  clear: both;
}

:is(.contentGpArticleDoc .body .text-beginning, .cke_editable) {
  font-size: 0.9375rem;
}

:is(.contentGpArticleDoc .body .text-beginning, .cke_editable) > *:not(:last-child) {
  margin-bottom: 1.5rem;
}

/* headline */
:is(.contentGpArticleDoc .body .text-beginning, .cke_editable) * + h1,
:is(.contentGpArticleDoc .body .text-beginning, .cke_editable) * + h2,
:is(.contentGpArticleDoc .body .text-beginning, .cke_editable) * + h3 {
  margin-top: 1.5rem;
}

:is(.contentGpArticleDoc .body .text-beginning, .cke_editable) h1 {
  margin-bottom: 15px;
  color: var(--ac-color-green-1);
  font-size: 2.75rem;
  line-height: 1.5;
}

:is(.contentGpArticleDoc .body .text-beginning, .cke_editable) h2 {
  margin-bottom: 1.5rem;
  color: var(--ac-color-green-1);
  font-size: 2rem;
  line-height: 1.5;
}

:is(.contentGpArticleDoc .body .text-beginning, .cke_editable) h3 {
  margin-bottom: 1.5rem;
  padding: 0 0 5px;
  border-bottom: 3px solid var(--ac-color-green-1);
  font-size: 1.25rem;
}

:is(.contentGpArticleDoc .body .text-beginning, .cke_editable) h4 {
  position: relative;
  margin-bottom: 1.5rem;
  padding-left: 18px;
  font-size: 1.125rem;
}

:is(.contentGpArticleDoc .body .text-beginning, .cke_editable) h4::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 9px;
  height: 9px;
  background: var(--ac-color-green-1);
}

:is(.contentGpArticleDoc .body .text-beginning, .cke_editable) h5 {
  position: relative;
  margin-bottom: 1.5rem;
  padding-left: 18px;
  font-size: 1.0625rem;
}

:is(.contentGpArticleDoc .body .text-beginning, .cke_editable) h5::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 2px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--ac-color-green-1);
}

:is(.contentGpArticleDoc .body .text-beginning, .cke_editable) h6 {
  margin-bottom: 1.5rem;
  color: var(--ac-color-green-1);
  font-size: 1.0625rem;
}

/* p */
:is(.contentGpArticleDoc .body .text-beginning, .cke_editable) p {
  margin-bottom: 1.5rem;
  line-height: 1.8;
}

/* img */
:is(.contentGpArticleDoc .body .text-beginning, .cke_editable) img {
  max-width: 100%;
  height: auto !important;
}

/* table */
:is(.contentGpArticleDoc .body .text-beginning, .cke_editable) table {
  min-width: 50%;
  margin-bottom: 1.5rem;
  border: 1px solid var(--mono-color-6);
  table-layout: auto;
}

:is(.contentGpArticleDoc .body .text-beginning, .cke_editable) table caption {
  margin-bottom: 0.5rem;
}

:is(.contentGpArticleDoc .body .text-beginning, .cke_editable) th,
:is(.contentGpArticleDoc .body .text-beginning, .cke_editable) td {
  padding: 15px;
  border: 1px solid var(--mono-color-6);
  vertical-align: middle;
}

:is(.contentGpArticleDoc .body .text-beginning, .cke_editable) th {
  background: #f3f6f8;
  font-weight: 700;
  text-align: center;
}

/* list */
:is(.contentGpArticleDoc .body .text-beginning, .cke_editable) ul {
  list-style-type: disc;
  margin-top: 0;
  margin-bottom: 1.5rem;
  margin-left: 2em;
  padding: 0;
}

:is(.contentGpArticleDoc .body .text-beginning, .cke_editable) ul ul {
  list-style-type: circle;
}

:is(.contentGpArticleDoc .body .text-beginning, .cke_editable) ol {
  list-style-type: decimal;
  margin-top: 0;
  margin-bottom: 1.5rem;
  padding-left: 2em;
}

:is(.contentGpArticleDoc .body .text-beginning, .cke_editable) li ul,
:is(.contentGpArticleDoc .body .text-beginning, .cke_editable) li ol {
  margin-bottom: 0;
}

/* hr */
:is(.contentGpArticleDoc .body .text-beginning, .cke_editable) hr {
  height: 1px;
  margin: 2rem 0;
  border: 0;
  border-bottom: 1px solid var(--mono-color-5);
}

:is(.contentGpArticleDoc .body .text-beginning, .cke_editable) hr.no-margin {
  margin: 0;
}

@media only screen and (max-width: 640px) {
  /* headline */
  :is(.contentGpArticleDoc .body .text-beginning, .cke_editable) h1 {
    font-size: 2rem;
  }

  :is(.contentGpArticleDoc .body .text-beginning, .cke_editable) h2 {
    font-size: 1.5rem;
  }

  :is(.contentGpArticleDoc .body .text-beginning, .cke_editable) h3 {
    font-size: 1.125rem;
  }

  :is(.contentGpArticleDoc .body .text-beginning, .cke_editable) h4 {
    font-size: 1.0625rem;
  }

  :is(.contentGpArticleDoc .body .text-beginning, .cke_editable) h5 {
    font-size: 1rem;
  }

  :is(.contentGpArticleDoc .body .text-beginning, .cke_editable) h5::before {
    top: 9px;
  }

  :is(.contentGpArticleDoc .body .text-beginning, .cke_editable) h6 {
    font-size: 1rem;
  }

  /* table */
  :is(.contentGpArticleDoc .body .text-beginning, .cke_editable) th,
  :is(.contentGpArticleDoc .body .text-beginning, .cke_editable) td {
    padding: 6px 8px;
  }
}