@charset "UTF-8";

/* =========================================================
  1col layout
========================================================= */

/* main
----------------------------------------------- */
#content {
  flex-basis: 100%;
  padding: 20px 36px;
  border: 1px solid var(--mono-color-5);
}

@media only screen and (max-width: 959px) {
  #main {
    padding: 0;
  }

  #content {
    padding: 22px 16px 0 !important;
    border: none;
  }
}

/* body
----------------------------------------------- */
:is(.contentGpArticleDoc, .contentPage, .cke_editable) p {
  margin: 0 0 1em 1em;
}

:is(.contentGpArticleDoc, .contentPage, .cke_editable) h1 {
  line-height: 1.2;
  margin: 0 0 30px;
  padding: 10px;
  border-top: 1px solid #232f92;
  border-bottom: 1px solid #232f92;
  background-color: #e3f0fa;
  font-size: 1.375rem;
}

:is(.contentGpArticleDoc, .contentPage, .cke_editable) h2 {
  margin: 15px 0 10px;
  padding: 20px;
  border-left: 10px solid var(--ac-color-blue-1);
  border-bottom: 2px solid var(--ac-color-blue-1);
  background-color: transparent;
  color: inherit;
  font-size: 1.125rem;
  font-family: var(--font-family);
}

:is(.contentGpArticleDoc, .contentPage, .cke_editable) h3 {
  margin: 0 0 0 15px;
  padding: 0;
  border: none;
  color: inherit;
  font-size: 1rem;
  font-weight: normal;
}

:is(.contentGpArticleDoc, .contentPage, .cke_editable) h3::before {
  content: "◆";
  color: #bbb;
}

:is(.contentGpArticleDoc, .contentPage, .cke_editable) h3 + p {
  padding-left: 1em;
}

@media only screen and (max-width: 959px) {
  :is(.contentGpArticleDoc, .contentPage, .cke_editable) h1 {
    font-size: 1.125rem;
  }
}