@charset "UTF-8";

/* =========================================================
   Content / Page
========================================================= */

/* content
----------------------------------------------- */
#content p {
  margin-bottom: 1em;
}
@media only screen and (max-width: 768px) {
  #content {
    font-size: 0.875rem;
  }
}

/* contentGpArticleDoc
----------------------------------------------- */
.contentGpArticleDoc .date,
.contentGpArticleDoc .body,
.contentGpArticleDoc .maps,
.contentGpArticleDoc .rels {
  margin-bottom: 40px;
}
.contentGpArticleDoc .date {
  margin: -20px 0 20px;
}
.contentGpArticleDoc .date p {
  margin: 0;
  font-size: 0.875rem;
  text-align: right;
}
.contentGpArticleDoc .category-tag {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 12px;
  margin-top: -5px;
  margin-bottom: 20px;
}
.contentGpArticleDoc .category-tag span {
  min-width: 105px;
  padding: 3px 10px;
  border-radius: 2px;
  background: #858585;
  color: #fff;
  font-size: 0.875rem;
  text-align: center;
}
.contentGpArticleDoc .maps h2,
.contentGpArticleDoc .rels h2 {
  margin-bottom: 15px;
  padding-left: 15px;
  border-left: 5px solid var(--clr-deep-blue);
  color: var(--clr-deep-blue);
  font-size: 1.125rem;
  font-weight: 700;
}
.contentGpArticleDoc .maps h3 {
  margin-bottom: 1rem;
}
.contentGpArticleDoc .rels ul {
  margin-bottom: 1em;
  padding: 0;
  list-style: none;
}
.contentGpArticleDoc .rels ul li {
  position: relative;
  margin-bottom: 10px;
  padding-left: 23px;
}
.contentGpArticleDoc .rels ul li::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  width: 14px;
  height: 14px;
  background: var(--clr-deep-blue);
}
@media only screen and (max-width: 959px) {
  .contentGpArticleDoc .date,
  .contentGpArticleDoc .body,
  .contentGpArticleDoc .maps,
  .contentGpArticleDoc .rels {
    margin-bottom: 20px;
  }
  .contentGpArticleDoc .date {
    margin-top: -5px;
  }
  .contentGpArticleDoc .category-tag span {
    min-width: 90px;
    font-size: 0.75rem;
  }
  .contentGpArticleDoc .maps h2,
  .contentGpArticleDoc .rels h2,
  .contentGpArticleDoc .tags h2 {
    padding-left: 8px;
    border-left-width: 3px;
    font-size: 1rem;
  }
  .contentGpArticleDoc .maps h3 {
    font-size: 0.875rerm;
  }
}

/* editor
----------------------------------------------- */
.sys-content__body > div[data-navi-fieldset-id="part_view"] {
  max-width: 790px;
  color: var(--font-color);
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 1.125rem;
  letter-spacing: 0.05em;
}
div[data-navi-fieldset-id="view_breadcrumb"] {
  display: none;
}
.cke_editable {
  max-width: 790px;
  color: var(--font-color);
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 1.125rem;
  letter-spacing: 0.05em;
  margin: 0 0 40px;
  padding: 30px;
  box-sizing: content-box;
}

/* body
----------------------------------------------- */
.cke_editable {
  font-size: 1rem;
}
.cke_editable > *,
.body > *, .text-beginning > * {
  margin-bottom: 1em;
}
.cke_editable * + h2,
.body * + h2 {
  margin-top: 2em;
}
.cke_editable * + h3, .cke_editable * + h4,
.body * + h3, .body * + h4 {
  margin-top: 1.5em;
}
.cke_editable h2, .cke_editable h3, .cke_editable h4, .cke_editable h5,
.body h2, .body h3, .body h4, .body h5 {
  font-weight: 700;
  line-height: inherit;
}
.cke_editable h2,
.body h2 {
  margin-bottom: 15px;
  color: var(--clr-deep-blue);
  font-size: 1.5rem;
}
.cke_editable h2.ic-square,
.body h2.ic-square {
  position: relative;
  padding-left: 22px;
}
.cke_editable h2.ic-square::before,
.body h2.ic-square::before {
  content: "";
  position: absolute;
  top: 0.4em;
  left: 0;
  width: 17px;
  height: 17px;
  background: var(--clr-deep-blue);
}
.cke_editable h3,
.body h3,
.cke_editable h4,
.body h4 {
  margin-bottom: 0.5em;
  color: var(--clr-deep-blue);
  font-size: 1.125rem;
  font-weight: 700;
}
.cke_editable h3.ic-square,
.body h3.ic-square,
.cke_editable h4.ic-square,
.body h4.ic-square {
  position: relative;
  padding-left: 22px;
}
.cke_editable h3.ic-square::before,
.body h3.ic-square::before,
.cke_editable h4.ic-square::before,
.body h4.ic-square::before {
  content: "";
  position: absolute;
  top: 0.4em;
  left: 0;
  width: 14px;
  height: 14px;
  background: var(--clr-deep-blue);
}

.cke_editable p,
.body p {
  margin: 0 0 1em;
  line-height: 2;
}
.cke_editable a,
.body a {
  color: var(--link-color-hover);
}
.cke_editable img,
.body img {
  max-width: 100%;
  height: auto !important;
}
.cke_editable table,
.body table {
  width: 100%;
  margin-bottom: 1em;
  border: 1px solid var(--clr-gray);
}
.cke_editable table th, .cke_editable table td,
.body table th, .body table td {
  padding: 10px 20px;
  border: 1px solid var(--clr-gray);
}
.cke_editable table th,
.body table th {
  background-color: var(--clr-light-blue);
  text-align: center;
}
.cke_editable table th > *:last-child, .cke_editable table td > *:last-child,
.body table th > *:last-child, .body table td > *:last-child {
  margin-bottom: 0;
}
.cke_editable ul:not([class="ic-squqre"]),
.body ul:not([class="ic-squqre"]) {
  margin: 0 0 1em 1em;
  padding: 0;
  list-style-type: disc;
}
.cke_editable ol,
.body ol {
  margin-bottom: 1em;
  padding-left: 1.5em;
  list-style-type: decimal;
}
.cke_editable li ul, .cke_editable li ol,
.body li ul, .body li ol {
  margin-bottom: 0;
}
.cke_editable hr,
.body hr {
  margin: 2rem 0
  border: none;
  border-top: 1px solid #333;
}
@media only screen and (max-width: 768px) {
  .cke_editable h2,
  .body h2 {
    margin-bottom: 5px;
    font-size: 1rem;
  }
  .cke_editable h3,
  .body h3,
  .cke_editable h4,
  .body h4 {
    font-size: 1rem;
  }
  .cke_editable table th, .cke_editable table td,
  .body table th, .body table td {
    padding: 5px;
  }
}

/* component style
----------------------------------------------- */
/* wd-inner */
@media only screen and (min-width: 1281px) {
  .wd-inner {
    max-width: 894px;
    margin-left: 260px;
  }
}

/* for-pc, for-sp */
@media only screen and (min-width: 769px) {
  .cke_editable .for-sp, .body .for-sp {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .cke_editable .for-pc, .body .for-pc {
    display: none;
  }
}

/* icon external */
img.external {
  margin: 0 0.5em 3px 0.5em;
  vertical-align: middle;
}
@media only screen and (max-width: 768px) {
  img.external {
    width: 14px;
  }
}

/* icon file */
.cke_editable a.iconFile, .cke_editable a.iconDefault,
.body a.iconFile, .body a.iconDefault {
  min-height: auto;
  padding: 0;
  background: none;
}
.cke_editable a:not(.blank):not(.img-link)[href$=".pdf"]::after, .body a:not(.blank):not(.img-link)[href$=".pdf"]::after,
.cke_editable a:not(.blank):not(.img-link)[href$=".doc"]::after, .body a:not(.blank):not(.img-link)[href$=".doc"]::after,
.cke_editable a:not(.blank):not(.img-link)[href$=".docx"]::after, .body a:not(.blank):not(.img-link)[href$=".docx"]::after,
.cke_editable a:not(.blank):not(.img-link)[href$=".xls"]::after, .body a:not(.blank):not(.img-link)[href$=".xls"]::after,
.cke_editable a:not(.blank):not(.img-link)[href$=".xlsx"]::after, .body a:not(.blank):not(.img-link)[href$=".xlsx"]::after,
.cke_editable a:not(.blank):not(.img-link)[href$=".ppt"]::after, .body a:not(.blank):not(.img-link)[href$=".ppt"]::after,
.cke_editable a:not(.blank):not(.img-link)[href$=".pptx"]::after, .body a:not(.blank):not(.img-link)[href$=".pptx"]::after,
.cke_editable a:not(.blank):not(.img-link)[href$=".jtd"]::after, .body a:not(.blank):not(.img-link)[href$=".jtd"]::after,
.cke_editable a:not(.blank):not(.img-link)[href$=".lzh"]::after, .body a:not(.blank):not(.img-link)[href$=".lzh"]::after,
.cke_editable a:not(.blank):not(.img-link)[href$=".zip"]::after, .body a:not(.blank):not(.img-link)[href$=".zip"]::after,
.cke_editable a:not(.blank):not(.img-link)[href$=".csv"]::after, .body a:not(.blank):not(.img-link)[href$=".csv"]::after,
.cke_editable a:not(.blank):not(.img-link)[href$=".txt"]::after, .body a:not(.blank):not(.img-link)[href$=".txt"]::after,
.cke_editable a:not(.blank):not(.img-link)[href$=".gif"]::after, .body a:not(.blank):not(.img-link)[href$=".gif"]::after,
.cke_editable a:not(.blank):not(.img-link)[href$=".jpg"]::after, .body a:not(.blank):not(.img-link)[href$=".jpg"]::after,
.cke_editable a:not(.blank):not(.img-link)[href$=".jpeg"]::after, .body a:not(.blank):not(.img-link)[href$=".jpeg"]::after,
.cke_editable a:not(.blank):not(.img-link)[href$=".png"]::after, .body a:not(.blank):not(.img-link)[href$=".png"]::after,
.cke_editable a:not(.blank):not(.img-link)[href$=".bmp"]::after, .body a:not(.blank):not(.img-link)[href$=".bmp"]::after {
  display: inline-block;
  min-width: 60px;
  margin-left: 5px;
  padding: 1px 5px;
  background: var(--clr-deep-blue);
  color: #fff;
  font-size: 0.75rem;
  text-align: center;
  vertical-align: middle;
}
.cke_editable a:not(.blank):not(.img-link)[href$=".pdf"]::after, .body a:not(.blank):not(.img-link)[href$=".pdf"]::after {
  content: "PDF";
}
.cke_editable a:not(.blank):not(.img-link)[href$=".doc"]::after, .body a:not(.blank):not(.img-link)[href$=".doc"]::after,
.cke_editable a:not(.blank):not(.img-link)[href$=".docx"]::after, .body a:not(.blank):not(.img-link)[href$=".docx"]::after {
  content: "WORD";
}
.cke_editable a:not(.blank):not(.img-link)[href$=".xls"]::after, .body a:not(.blank):not(.img-link)[href$=".xls"]::after,
.cke_editable a:not(.blank):not(.img-link)[href$=".xlsx"]::after, .body a:not(.blank):not(.img-link)[href$=".xlsx"]::after {
  content: "EXCEL";
}
.cke_editable a:not(.blank):not(.img-link)[href$=".ppt"]::after, .body a:not(.blank):not(.img-link)[href$=".ppt"]::after,
.cke_editable a:not(.blank):not(.img-link)[href$=".pptx"]::after, .body a:not(.blank):not(.img-link)[href$=".pptx"]::after {
  content: "PPT";
}
.cke_editable a:not(.blank):not(.img-link)[href$=".jtd"]::after, .body a:not(.blank):not(.img-link)[href$=".jtd"]::after {
  content: "一太郎";
}
.cke_editable a:not(.blank):not(.img-link)[href$=".lzh"]::after, .body a:not(.blank):not(.img-link)[href$=".lzh"]::after {
  content: "LZH";
}
.cke_editable a:not(.blank):not(.img-link)[href$=".zip"]::after, .body a:not(.blank):not(.img-link)[href$=".zip"]::after {
  content: "ZIP";
}
.cke_editable a:not(.blank):not(.img-link)[href$=".csv"]::after, .body a:not(.blank):not(.img-link)[href$=".csv"]::after {
  content: "CSV";
}
.cke_editable a:not(.blank):not(.img-link)[href$=".txt"]::after, .body a:not(.blank):not(.img-link)[href$=".txt"]::after {
  content: "TEXT";
}
.cke_editable a:not(.blank):not(.img-link)[href$=".gif"]::after, .body a:not(.blank):not(.img-link)[href$=".gif"]::after,
.cke_editable a:not(.blank):not(.img-link)[href$=".jpg"]::after, .body a:not(.blank):not(.img-link)[href$=".jpg"]::after,
.cke_editable a:not(.blank):not(.img-link)[href$=".jpeg"]::after, .body a:not(.blank):not(.img-link)[href$=".jpeg"]::after,
.cke_editable a:not(.blank):not(.img-link)[href$=".png"]::after, .body a:not(.blank):not(.img-link)[href$=".png"]::after,
.cke_editable a:not(.blank):not(.img-link)[href$=".bmp"]::after, .body a:not(.blank):not(.img-link)[href$=".bmp"]::after {
  content: "IMAGE";
}
.cke_editable a.no-ic::after, .body a.no-ic::after {
  display: none !important;
}

/* js-embed */
.js-embed {
  position: relative;
  width: 100%;
}
.js-embed iframe, .js-embed video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 768px) {
  .js-embed {
    padding-top: 56.25% !important;
  }
  .js-embed.g-map {
    padding-top: 300px !important;
  }
}

/* headline-underline */
.headline-underline {
  position: relative;
  margin-bottom: 40px;
  padding-bottom: 8px;
  color: var(--clr-deep-blue);
  font-size: 1.375rem;
  font-weight: 700;
  background: linear-gradient(90deg, rgba(15,56,158,1) 0%, rgba(15,56,158,0) 100%);
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: 100% 4px;
}
.headline-underline span {
  margin: 5px 0 5px 20px;
  color: var(--font-color);
  font-size: 0.875rem;
}
.cke_editable * + .headline-underline,
.body * + .headline-underline {
  margin-top: 2em;
}
@media only screen and (max-width: 768px) {
  .headline-underline {
    margin-bottom: 30px;
    font-size: 1.25rem;
  }
  .headline-underline span {
    margin: 5px 0 5px 10px;
    font-size: 0.75rem;
  }
}

/* headline-box */
.headline-box {
  display: flex;
  align-items: flex-start;
  margin: 40px 0;
}
.headline-box > dt {
  flex-shrink: 0;
  flex-basis: 245px;
  margin-right: 15px;
  padding-left: 15px;
  font-weight: 400;
}
.headline-box > dt strong {
  position: relative;
  display: block;
  font-size: 1.125rem;
  font-weight: 700;
}
.headline-box > dt strong::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -15px;
  border-left: 5px solid var(--clr-deep-blue);
}
.headline-box > dd {
  flex-grow: 1;
  flex-shrink: 1;
  margin: 0;
  padding: 0;
}
@media only screen and (min-width: 1281px) {
  .headline-box > dd {
    max-width: 894px;
  }
}
@media only screen and (max-width: 1280px) {
  .headline-box {
    display: block;
  }
  .headline-box > dt {
    margin: 0 0 20px;
  }
}
@media only screen and (max-width: 768px) {
  .headline-box {
    margin: 30px 0;
  }
  .headline-box > dt {
    padding-left: 8px;
    font-size: 1rem;
    line-height: 1.3;
  }
  .headline-box > dt strong::before {
    left: -8px;
    border-left-width: 3px;
  }
  .headline-box > dt br {
    display: none;
  }
  .headline-box > dt span {
    font-size: 0.875rem;
    font-weight: 400;
  }
}

/* ic-square */
ul.ic-square {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul.ic-square li {
  position: relative;
  margin-bottom: 10px;
  padding-left: 23px;
}
ul.ic-square li::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  width: 14px;
  height: 14px;
  background: var(--clr-deep-blue);
}

/* item-box-latin */
.item-box-latin {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 45px;
  margin-left: 0 !important;
  padding: 20px !important;
  border: 1px solid var(--clr-deep-blue);
  list-style: none !important;
}
.item-box-latin li {
  flex-basis: calc((100% - 45px) / 2);
  display: flex;
  align-items: center;
}
.item-box-latin li span {
  flex-shrink: 0;
  margin-right: 10px;
  padding: 7px 8px;
  background: var(--clr-deep-blue);
  color: #fff;
  font-weight: 700;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  .item-box-latin {
    flex-direction: column;
    gap: 10px;
    padding: 10px !important;
  }
  .item-box-latin li {
    flex-basis: 100%;
  }
}

/* request-box */
.request-box {
  /*
  max-width: 780px;
  */
  margin: 0 0 1em;
  padding: 0;
  border: 1px solid var(--clr-deep-blue);
}
.request-box dt {
  margin: 0;
  padding: 5px 15px;
  background: var(--clr-deep-blue);
  color: #fff;
  font-size: 1.125rem;
  font-weight: 700;
  text-align: center;
}
.request-box dd {
  margin: 0;
  padding: 15px;
}
.request-box dd > *:last-child {
  margin-bottom: 0 !important;
}
.request-box dd .text {
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
}
.request-box dd .text strong {
  color: var(--clr-deep-blue);
  font-size: 1.75rem;
  font-weight: 700;
}
.request-box dd .text strong a {
  color: inherit;
}
.request-box dd table.no-bd {
  width: auto;
  margin: -10px auto 0;
  border: none;
}
.request-box dd table.no-bd th {
  padding: 5px;
  border: none;
  background: none;
}
.request-box dd table.no-bd td {
  padding: 5px;
  border: none;
}
@media only screen and (min-width: 769px) {
  .request-box-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
  }
  .request-box-wrap .request-box {
    flex-basis: calc((100% - 20px) / 2);
    display: flex;
    flex-direction: column;
  }
  .request-box-wrap .request-box dd {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
@media only screen and (max-width: 768px) {
  .request-box dt {
    padding: 5px 10px;
    font-size: 0.875rem;
  }
  .request-box dd {
    padding: 10px
  }
  .request-box dd .text strong {
    font-size: 1.5rem;
  }
}

/* ul.btn-list */
ul.btn-list {
  margin-left: 0 !important;
  border: 1px solid #000;
  list-style: none !important;
}
ul.btn-list li:not(:last-child) {
  border-bottom: 1px solid #000;
}
ul.btn-list a {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 20px 20px 20px 40px;
  border-left: 10px solid var(--clr-deep-blue);
  background: url(/_themes/acanthus/img/ic-arrow-black.svg) 20px center / auto 15px no-repeat;
  color: var(--font-color);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
ul.btn-list a:hover {
  opacity: 0.5;
  text-decoration: none;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
ul.btn-list a::after {
  align-self: center;
}
@media only screen and (max-width: 768px) {
  ul.btn-list a {
    padding: 10px 5px 10px 20px;
    background-position: 10px center;
    background-size: 5px auto;
  }
}

/* p.btn */
p.btn {
  /*
  max-width: 780px;
  */
  border: 1px solid #000;
}
p.btn a {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 20px 20px 20px 40px;
  border-left: 10px solid var(--clr-deep-blue);
  background: url(/_themes/acanthus/img/ic-arrow-black.svg) 20px center / auto 15px no-repeat;
  color: var(--font-color);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
p.btn a:hover {
  opacity: 0.5;
  text-decoration: none;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
p.btn a::after {
  align-self: center;
}
@media only screen and (max-width: 768px) {
  p.btn a {
    padding: 10px 5px 10px 20px;
    background-position: 10px center;
    background-size: 5px auto;
  }
}

/* p.btn2 */
p.btn2 {
  margin: 0 auto 20px;
}
p.btn2 a {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 660px;
  padding: 10px 65px;
  border: 1px solid var(--clr-deep-blue);
  border-radius: 50px;
  background-image: url(/_themes/acanthus/img/ic-more.svg);
  background-position: right 35px center;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  background-color: #fff;
  box-shadow: -4px 4px 5px 0px rgba(0, 0, 0, 0.32);
  color: var(--clr-deep-blue);
  font-size: 1.375rem;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
p.btn2 a:hover {
  box-shadow: none;
  -webkit-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}
p.btn2 a::after {
  align-self: center;
  margin-left: 15px !important;
}
p.btn2 a.no-ic img.external {
  display: none;
}
@media only screen and (max-width: 768px) {
  p.btn2 a {
    padding: 10px 35px;
    background-position: right 15px center;
    background-size: 15px 15px;
    font-size: 1rem;
  }
  p.btn2 a:not(.blank)::after {
    margin-left: 10px !important;
  }
}

/* name-box */
.name-box {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  font-size: 1.125rem;
  line-height: 2;
}
.name-box .name1 {
  color: var(--clr-deep-blue);
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .name-box {
    font-size: 1rem;
  }
}

/* kaisoku */
table.kaisoku {
  border: none;
  line-height: 2;
}
table.kaisoku th {
  width: 3.5em;
  padding: 0 0 20px;
  border: none;
  background: none;
  color: var(--clr-deep-blue);
  text-align-last: justify;
}
table.kaisoku td {
  padding: 0 0 20px 25px;
  border: none;
}
@media only screen and (max-width: 768px) {
  table.kaisoku, table.kaisoku tr, table.kaisoku th, table.kaisoku td {
    display: block;
  }
  table.kaisoku th {
    padding: 0;
  }
  table.kaisoku td {
    padding-left: 0;
  }
}

/* adobeReader
----------------------------------------------- */
.adobeReader {
  display: none;
}
.adobeReader {
  max-width: 890px;
  margin: 40px auto;
  padding: 10px 0 10px 196px;
  background: url(/_themes/acanthus/img/adobe_bn.png) left center no-repeat;
}
.adobeReader a {
  color: var(--link-color-hover);
  text-decoration: underline;
}
.adobeReader a:hover {
  text-decoration: none;
}
@media only screen and (max-width: 768px) {
  .adobeReader {
    margin: 20px 0;
    padding: 10px 0 10px 100px;
    background-size: 90px auto;
    font-size: 0.75rem;
  }
}