@charset "UTF-8";

/* =========================================================
  support
========================================================= */

/* site layout
----------------------------------------------- */
#wrapper {
  border-bottom: 1px solid var(--mono-color-6);
  background: var(--mono-color-9);
}

#main {
  padding-top: 0 !important;
}

@media only screen and (max-width: 959px) {
  #wrapper {
    padding-top: 0;
  }

  #main {
    padding-bottom: 20px !important;
  }
}

/* CKEditor templates
----------------------------------------------- */
@media only screen and (max-width: 534px) {
  .adobeReader {
    margin: 20px 0;
  }
}

/* subsiteVisual
----------------------------------------------- */
#subsiteVisual {
  position: relative;
  z-index: 1;
}

#subsiteVisual::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  z-index: -1;
  transform: translateX(-50%);
  width: 100vw;
  background: url(/_themes/site/images/support/bg_tit_support.jpg) center center / cover no-repeat;
}

#subsiteVisual .pieceBody h1 {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 420px;
}

@media only screen and (max-width: 534px) {
  #subsiteVisual .pieceBody h1 {
    height: auto;
    aspect-ratio: 343/187;
  }

  #subsiteVisual .pieceBody h1 img {
    width: 318px;
  }
}

/* body
----------------------------------------------- */
@media only screen and (max-width: 534px) {
  .cke_editable,
  .contentGpArticleDoc .body .text-beginning,
  .contentPage .body,
  .surveyForm .body {
    font-size: 0.875rem;
  }
}

/* support */
:is(.contentPage .body, .cke_editable) .support {
  max-width: 1000px;
  margin: 0 auto;
  padding: 40px 0 0;
  font-weight: 300;
}

:is(.contentPage .body, .cke_editable) .support p {
  margin-bottom: 2.5em;
  line-height: 2;
}

:is(.contentPage .body, .cke_editable) .support h2 {
  margin: 0 0 40px;
  padding: 0;
  border: none;
  background: none;
  font-weight: 400;
  font-family: "Noto Serif JP", serif;
  font-size: 2.25rem;
  text-align: center;
}

:is(.contentPage .body, .cke_editable) .support h2::before {
  display: none;
}

:is(.contentPage .body, .cke_editable) .support h2 ~ h2 {
  margin-top: 40px;
}

:is(.contentPage .body, .cke_editable) .support table {
  margin-bottom: 60px;
  border: none;
  font-size: 0.875rem;
}

:is(.contentPage .body, .cke_editable) .support table caption {
  font-size: 0.875rem;
  text-align: left;
}

:is(.contentPage .body, .cke_editable) .support table th,
:is(.contentPage .body, .cke_editable) .support table td {
  padding: 20px 30px;
  border: none;
  border-left: 1px solid #dfdede;
  vertical-align: middle;
}

:is(.contentPage .body, .cke_editable) .support table th:first-child,
:is(.contentPage .body, .cke_editable) .support table td:first-child {
  border-left: none;
}

:is(.contentPage .body, .cke_editable) .support table th {
  border-color: #7ec1da;
  background: #5eb2d1;
  color: var(--mono-color-9);
}

:is(.contentPage .body, .cke_editable) .support table tr:nth-child(2n) td {
  background-color: #f5f5f5;
}

:is(.contentPage .body, .cke_editable) .support table td:last-child {
  padding: 5px;
  text-align: center;
}

:is(.contentPage .body, .cke_editable) .support table td a.toDetail {
  display: inline-block;
  padding: 3px 17px 4px;
  border: 1px solid #3880ca;
  border-radius: 16px;
  background-color: #3880ca;
  color: var(--mono-color-9);
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}

:is(.contentPage .body, .cke_editable) .support table td a.toDetail .external {
  display: none;
}

@media only screen and (max-width: 534px) {
  :is(.contentPage .body, .cke_editable) .support {
    padding-top: 20px;
  }

  :is(.contentPage .body, .cke_editable) .support h2 {
    font-size: 1.5rem;
  }

  :is(.contentPage .body, .cke_editable) .support table {
    min-width: 540px;
    margin-bottom: 0;
  }

  :is(.contentPage .body, .cke_editable) .support table th,
  :is(.contentPage .body, .cke_editable) .support table td {
    min-width: 44vw;
    padding: 10px 15px;
  }
}