/* =========================================================
   Content / Category
========================================================= */
/* contentGpCategoryCategoryTypes, contentGpCategoryCategoryType, categories_1
----------------------------------------------- */
@media only screen and (min-width: 1041px), print {
  .contentGpCategoryCategoryTypes section h2, .contentGpCategoryCategoryType:not(.contentGpCategory) section h2, .categories_1 section h2 {
    margin-bottom: 20px;
  }
  .contentGpCategoryCategoryTypes section h2 a, .contentGpCategoryCategoryType:not(.contentGpCategory) section h2 a, .categories_1 section h2 a {
    position: relative;
    display: block;
    padding: 14px 30px;
    border: 2px solid var(--clr-deep-blue);
    background: var(--clr-deep-blue);
    color: #fff;
    font-size: 1.25rem;
    font-weight: 700;
    transition-duration: 0.3s;
    font-size: 1.15rem;
    font-weight: 500;
  }
  .contentGpCategoryCategoryTypes section h2 a::before, .contentGpCategoryCategoryType:not(.contentGpCategory) section h2 a::before, .categories_1 section h2 a::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 12px;
    width: 12px;
    height: 12px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: translate(-50%, -50%) rotate(45deg);
    transition-duration: 0.3s;
  }
  .contentGpCategoryCategoryTypes section h2 a:hover, .contentGpCategoryCategoryType:not(.contentGpCategory) section h2 a:hover, .categories_1 section h2 a:hover {
    color: var(--clr-deep-blue);
    background-color: #fff;
    transition-duration: 0.3s;
  }
  .contentGpCategoryCategoryTypes section h2 a:hover::before, .contentGpCategoryCategoryType:not(.contentGpCategory) section h2 a:hover::before, .categories_1 section h2 a:hover::before {
    border-color: var(--clr-deep-blue);
    transition-duration: 0.3s;
  }
  .contentGpCategoryCategoryTypes section > ul, .contentGpCategoryCategoryType:not(.contentGpCategory) section > ul, .categories_1 section > ul {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
    padding: 0 40px;
  }
  .contentGpCategoryCategoryTypes section > ul li, .contentGpCategoryCategoryType:not(.contentGpCategory) section > ul li, .categories_1 section > ul li {
    flex-basis: 50%;
    margin-bottom: 15px;
    padding-right: 20px;
    position: relative;
    padding-left: 18px;
  }
  .contentGpCategoryCategoryTypes section > ul li::before, .contentGpCategoryCategoryType:not(.contentGpCategory) section > ul li::before, .categories_1 section > ul li::before {
    content: "";
    position: absolute;
    top: 0;
    left: -2px;
    width: 10px;
    height: 10px;
    border-top: 2px solid var(--clr-deep-blue);
    border-right: 2px solid var(--clr-deep-blue);
    transform: translateY(0.5em) rotate(45deg);
  }
  .contentGpCategoryCategoryTypes section > ul li a, .contentGpCategoryCategoryType:not(.contentGpCategory) section > ul li a, .categories_1 section > ul li a {
    font-size: 1rem;
    font-weight: 500;
  }
  .contentGpCategoryCategoryTypes section > ul li ul, .contentGpCategoryCategoryType:not(.contentGpCategory) section > ul li ul, .categories_1 section > ul li ul {
    display: none;
  }
}
@media only screen and (max-width: 1040px) {
  .contentGpCategoryCategoryTypes, .contentGpCategoryCategoryType:not(.contentGpCategory), .categories_1 {
    padding: 0 15px;
  }
  .contentGpCategoryCategoryTypes section h2, .contentGpCategoryCategoryType:not(.contentGpCategory) section h2, .categories_1 section h2 {
    margin-bottom: 20px;
  }
  .contentGpCategoryCategoryTypes section h2 a, .contentGpCategoryCategoryType:not(.contentGpCategory) section h2 a, .categories_1 section h2 a {
    position: relative;
    display: block;
    padding: 14px 30px;
    border: 2px solid #fff;
    background: #fff;
    box-shadow: 0 0 5px rgba(112, 112, 112, 0.3);
    color: var(--clr-deep-blue);
    font-size: 1.25rem;
    font-weight: 700;
    text-decoration: none;
    font-size: 1.15rem;
    font-weight: 500;
  }
  .contentGpCategoryCategoryTypes section h2 a::before, .contentGpCategoryCategoryType:not(.contentGpCategory) section h2 a::before, .categories_1 section h2 a::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 12px;
    width: 12px;
    height: 12px;
    border-top: 2px solid var(--clr-deep-blue);
    border-right: 2px solid var(--clr-deep-blue);
    transform: translate(-50%, -50%) rotate(45deg);
    transition-duration: 0.3s;
  }
  .contentGpCategoryCategoryTypes section > ul, .contentGpCategoryCategoryType:not(.contentGpCategory) section > ul, .categories_1 section > ul {
    margin-bottom: 25px;
    padding: 0 20px;
  }
  .contentGpCategoryCategoryTypes section > ul li, .contentGpCategoryCategoryType:not(.contentGpCategory) section > ul li, .categories_1 section > ul li {
    margin-bottom: 15px;
    padding-right: 20px;
    position: relative;
    padding-left: 18px;
  }
  .contentGpCategoryCategoryTypes section > ul li::before, .contentGpCategoryCategoryType:not(.contentGpCategory) section > ul li::before, .categories_1 section > ul li::before {
    content: "";
    position: absolute;
    top: 0;
    left: -2px;
    width: 10px;
    height: 10px;
    border-top: 2px solid var(--clr-deep-blue);
    border-right: 2px solid var(--clr-deep-blue);
    transform: translateY(0.5em) rotate(45deg);
  }
  .contentGpCategoryCategoryTypes section > ul li a, .contentGpCategoryCategoryType:not(.contentGpCategory) section > ul li a, .categories_1 section > ul li a {
    font-size: 1rem;
    font-weight: 500;
    text-decoration: none;
  }
  .contentGpCategoryCategoryTypes section > ul li ul, .contentGpCategoryCategoryType:not(.contentGpCategory) section > ul li ul, .categories_1 section > ul li ul {
    display: none;
  }
}
/* docs_1, docs_1_news, docs
----------------------------------------------- */
.docs_1, .docs_1_news, .contentGpCategory .docs, #kouanInfo {
  margin-bottom: 50px;
}
.docs_1 h2.title, .docs_1 .pieceHeader h2, .docs_1_news h2.title, .docs_1_news .pieceHeader h2, .contentGpCategory .docs h2.title, .contentGpCategory .docs .pieceHeader h2, #kouanInfo h2.title, #kouanInfo .pieceHeader h2 {
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 12px;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 10px;
  font-size: 1.25rem;
}
@media only screen and (max-width: 1040px) {
  .docs_1 h2.title, .docs_1 .pieceHeader h2, .docs_1_news h2.title, .docs_1_news .pieceHeader h2, .contentGpCategory .docs h2.title, .contentGpCategory .docs .pieceHeader h2, #kouanInfo h2.title, #kouanInfo .pieceHeader h2 {
    padding: 0 20px 20px;
    font-size: 1.15rem;
  }
}
.docs_1 h2.title::before, .docs_1 .pieceHeader h2::before, .docs_1_news h2.title::before, .docs_1_news .pieceHeader h2::before, .contentGpCategory .docs h2.title::before, .contentGpCategory .docs .pieceHeader h2::before, #kouanInfo h2.title::before, #kouanInfo .pieceHeader h2::before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  /*
  max-width: 790px;
  */
  height: 2px;
  background: #d9d9d9 !important;
}
@media only screen and (max-width: 1040px) {
  .docs_1 h2.title::before, .docs_1 .pieceHeader h2::before, .docs_1_news h2.title::before, .docs_1_news .pieceHeader h2::before, .contentGpCategory .docs h2.title::before, .contentGpCategory .docs .pieceHeader h2::before, #kouanInfo h2.title::before, #kouanInfo .pieceHeader h2::before {
    max-width: 100%;
  }
}
.docs_1 h2.title::after, .docs_1 .pieceHeader h2::after, .docs_1_news h2.title::after, .docs_1_news .pieceHeader h2::after, .contentGpCategory .docs h2.title::after, .contentGpCategory .docs .pieceHeader h2::after, #kouanInfo h2.title::after, #kouanInfo .pieceHeader h2::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 15px;
  height: 2px;
  background: var(--clr-ex-deep-blue) !important;
}
.docs_1 ul, .docs_1_news ul, .contentGpCategory .docs ul, #kouanInfo ul {
  padding: 0 30px;
}
.docs_1 ul li a, .docs_1_news ul li a, .contentGpCategory .docs ul li a, #kouanInfo ul li a {
  display: flex;
  align-items: center;
  padding: 19px 15px 19px 30px;
  border-bottom: 1px solid #dedede;
  color: var(--font-color);
  font-size: 1rem;
  font-weight: 500;
  text-decoration: none;
}
.docs_1 ul li a .doc_link__date, .docs_1_news ul li a .doc_link__date, .contentGpCategory .docs ul li a .doc_link__date, #kouanInfo ul li a .doc_link__date {
  flex-shrink: 0;
  min-width: 5.5em;
  margin-right: 40px;
}
.docs_1 ul li a .title, .docs_1_news ul li a .title, .contentGpCategory .docs ul li a .title, #kouanInfo ul li a .title {
  flex-grow: 1;
  text-decoration: underline;
}
.docs_1 ul li a:hover .title, .docs_1_news ul li a:hover .title, .contentGpCategory .docs ul li a:hover .title, #kouanInfo ul li a:hover .title {
  color: var(--link-color-hover);
  text-decoration: none;
}
.docs_1 ul + div, .docs_1_news ul + div, .contentGpCategory .docs ul + div, #kouanInfo ul + div {
  margin-top: 45px;
  text-align: center;
}
.docs_1 ul + div a, .docs_1_news ul + div a, .contentGpCategory .docs ul + div a, #kouanInfo ul + div a {
  display: block;
  padding: 15px;
  border: 1px solid var(--clr-deep-blue);
  background-color: var(--clr-deep-blue);
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
  transition-duration: 0.3s;
  display: inline-block;
  min-width: 260px;
}
.docs_1 ul + div a:hover, .docs_1_news ul + div a:hover, .contentGpCategory .docs ul + div a:hover, #kouanInfo ul + div a:hover {
  color: var(--clr-deep-blue);
  border-color: var(--clr-deep-blue);
  background-color: #fff;
  transition-duration: 0.3s;
}

@media only screen and (max-width: 1040px) {
  .docs_1, .docs_1_news, .contentGpCategory .docs, #kouanInfo {
    margin-bottom: 30px;
  }
  .docs_1 h2.title, .docs_1 .pieceHeader h2, .docs_1_news h2.title, .docs_1_news .pieceHeader h2, .contentGpCategory .docs h2.title, .contentGpCategory .docs .pieceHeader h2, #kouanInfo h2.title, #kouanInfo .pieceHeader h2 {
    margin-bottom: 0;
  }
  .docs_1 ul, .docs_1_news ul, .contentGpCategory .docs ul, #kouanInfo ul {
    padding: 0;
  }
  .docs_1 ul li a, .docs_1_news ul li a, .contentGpCategory .docs ul li a, #kouanInfo ul li a {
    display: block;
    padding: 20px;
  }
  .docs_1 ul li a .doc_link__date, .docs_1_news ul li a .doc_link__date, .contentGpCategory .docs ul li a .doc_link__date, #kouanInfo ul li a .doc_link__date {
    display: block;
    margin: 0 0 8px;
    line-height: 1.2;
  }
  .docs_1 ul li a .title, .docs_1_news ul li a .title, .contentGpCategory .docs ul li a .title, #kouanInfo ul li a .title {
    display: block;
    color: var(--clr-deep-blue);
  }
  .docs_1 ul + div, .docs_1_news ul + div, .contentGpCategory .docs ul + div, #kouanInfo ul + div {
    margin-top: 20px;
  }
}
/* pageTitle (more page)
----------------------------------------------- */
@media only screen and (min-width: 1041px), print {
  body[id*=moreDocs1] #pageTitle h1 {
    margin-bottom: 10px;
  }
}
/* kouan top page
----------------------------------------------- */
@media only screen and (min-width: 1041px), print {
  #kouanAbout ~ div {
    margin-left: 15px;
    margin-right: 15px;
  }
}
#kouanAbout {
  margin-bottom: 35px;
}
#kouanAbout p {
  margin-bottom: 30px;
  font-size: 1.25rem;
  font-weight: 500;
  text-align: center;
}
#kouanAbout p img {
  width: 100%;
}

@media only screen and (max-width: 1040px) {
  #kouanAbout {
    margin-bottom: 60px;
    padding: 0 20px;
  }
  #kouanAbout p {
    margin-bottom: 15px;
    text-align: left;
  }
}

/*# sourceMappingURL=category.css.map */
