@charset "UTF-8";
/* Knowledge-specific styles (page-knowledge.php MV) */
#mv.p-knowledge-page-mv {
  background: #fff;
  padding: 40px 0;
}
#mv.p-knowledge-page-mv .inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
  display: flex;
  gap: 40px;
  justify-content: flex-end;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  #mv.p-knowledge-page-mv .inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
  }
}
#mv.p-knowledge-page-mv .p-knowledge-page-mv__visual {
  width: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  #mv.p-knowledge-page-mv .p-knowledge-page-mv__visual {
    position: relative;
    width: 100%;
    top: auto;
    bottom: 0;
    transform: translateY(0);
  }
}
#mv.p-knowledge-page-mv .p-knowledge-page-mv__visual img {
  width: 100%;
  height: auto;
  display: block;
}
#mv.p-knowledge-page-mv .p-knowledge-page-mv__content {
  width: 60%;
  z-index: 99;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  align-items: flex-end;
}
@media screen and (max-width: 768px) {
  #mv.p-knowledge-page-mv .p-knowledge-page-mv__content {
    width: 100%;
    align-items: center;
    padding: 0 20px;
  }
}
#mv.p-knowledge-page-mv .p-knowledge-page-mv__kicker {
  font-size: 14px;
  font-weight: 700;
  color: #2f3e1d;
  margin: 0 0 10px;
}
#mv.p-knowledge-page-mv .p-knowledge-page-mv__title {
  font-size: 72px;
  line-height: 1.1;
  font-weight: 900;
  color: #2f3e1d;
  margin: 0;
}
@media screen and (max-width: 768px) {
  #mv.p-knowledge-page-mv .p-knowledge-page-mv__title {
    font-size: 32px;
  }
}
#mv.p-knowledge-page-mv .p-knowledge-page-mv__subtitle {
  font-size: 28px;
  font-weight: 600;
  margin: 12px 0 0;
  color: #2f3e1d;
}
@media screen and (max-width: 768px) {
  #mv.p-knowledge-page-mv .p-knowledge-page-mv__subtitle {
    font-size: 16px;
  }
}
#mv.p-knowledge-page-mv .p-knowledge-page-mv__searchWrapWrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  margin-top: 20px;
}
#mv.p-knowledge-page-mv .p-knowledge-page-mv__sectionLead {
  font-size: 20px;
  font-weight: 700;
  color: #3D2500;
  text-align: center;
}
#mv.p-knowledge-page-mv .p-knowledge-page-mv__searchLabel {
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 10px;
  color: #3D2500;
  text-align: center;
}
#mv.p-knowledge-page-mv .p-knowledge-page-mv__searchForm {
  display: flex;
  align-items: center;
  border: 3px solid #FFD91F;
  border-radius: 999px;
  background: #FFD91F;
  padding: 0px 7px 0px 1px;
  gap: 3px;
  width: 300px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  #mv.p-knowledge-page-mv .p-knowledge-page-mv__searchForm {
    max-width: 100%;
  }
}
#mv.p-knowledge-page-mv .p-knowledge-page-mv__searchInput {
  border: none;
  outline: none;
  background: #fff;
  border-radius: 999px;
  font-size: 16px;
  width: 100%;
}
#mv.p-knowledge-page-mv .p-knowledge-page-mv__searchButton {
  border: none;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: none;
}
#mv.p-knowledge-page-mv .p-knowledge-page-mv__searchButton img {
  width: 40px;
  height: 40px;
  height: auto;
  display: block;
}
#mv.p-knowledge-page-mv .p-knowledge-page-mv__apply {
  margin-top: 16px;
}
#mv.p-knowledge-page-mv .p-knowledge-page-mv__applyText {
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 12px;
  color: #3D2500;
}
#mv.p-knowledge-page-mv .p-knowledge-page-mv__applyLink img {
  width: 260px;
  height: auto;
  display: block;
}
#mv.p-knowledge-page-mv .p-knowledge-page-mv__note {
  margin-top: 12px;
  font-size: 14px;
  font-weight: 700;
  color: #ffb800;
}

/* ================================
 * Knowledge Introduction
 * ================================ */
#intro {
  padding: 40px 0;
}
#intro .inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  #intro .inner {
    padding: 0 20px;
  }
}
#intro .inner .p-knowledge-page-intro__title {
  font-size: 38px;
  font-weight: 900;
  margin: 0 0 16px;
  color: #3D2500;
}
#intro .inner .p-knowledge-page-intro__content {
  position: relative;
}
#intro .inner .p-knowledge-page-intro__content .p-knowledge-page-intro__content-item {
  position: relative;
}
#intro .inner .p-knowledge-page-intro__content .p-knowledge-page-intro__content-item .p-knowledge-page-intro__content-text {
  position: absolute;
  bottom: 20px;
  right: 0;
  font-size: 20px;
  font-weight: 700;
  color: #3D2500;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #intro .inner .p-knowledge-page-intro__content .p-knowledge-page-intro__content-item .p-knowledge-page-intro__content-text {
    position: relative;
    font-size: 12px;
    margin-top: 10px;
    color: #3D2500;
    text-align: center;
    bottom: auto;
    right: auto;
  }
  #intro .inner .p-knowledge-page-intro__content .p-knowledge-page-intro__content-item .p-knowledge-page-intro__content-text span {
    text-decoration: underline;
    text-underline-offset: 8px;
  }
}
#intro .inner .p-knowledge-page-intro__content .p-knowledge-page-intro__content-item .p-knowledge-page-intro__content-text span {
  text-decoration: underline;
  text-underline-offset: 8px;
}

/* ================================
 * Knowledge Top Search
 * ================================ */
#search .p-knowledge-page-search {
  background: #e9e9e9;
  padding: 26px 42px;
  border-radius: 4px;
  max-width: 980px;
  margin: 0 auto;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  #search .p-knowledge-page-search {
    padding: 18px 12px;
  }
}

.p-knowledge-page-search .p-knowledge-page-search__label {
  font-size: 28px;
  font-weight: 700;
  margin: 0 0 10px;
  color: #3D2500;
  text-align: center;
}
.p-knowledge-page-search .p-knowledge-page-search__bar {
  display: flex;
  align-items: center;
  gap: 14px;
  background: #fff;
  padding: 0 16px;
  border-radius: 6px;
  box-sizing: border-box;
}
.p-knowledge-page-search .p-knowledge-page-search__bar .p-knowledge-page-search__bar-inner {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
}
.p-knowledge-page-search .p-knowledge-page-search__loupe {
  width: 80px;
  height: auto;
  display: block;
}
.p-knowledge-page-search .p-knowledge-page-search__input {
  flex: 1;
  border: none;
  outline: none;
  font-size: 16px;
  background: transparent;
  height: 70px;
}
.p-knowledge-page-search .p-knowledge-page-search__button {
  border: none;
  background: #ffd400;
  color: #3D2500;
  font-weight: 800;
  padding: 10px 18px;
  border-radius: 6px;
  cursor: pointer;
}
.p-knowledge-page-search .p-knowledge-page-search__links {
  margin-top: 18px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: center;
}
.p-knowledge-page-search .p-knowledge-page-search__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  font-size: 24px;
  color: #3D2500;
  font-weight: 800;
  padding: 12px 18px;
  border-radius: 8px;
  text-decoration: none;
  width: 280px;
  max-width: 100%;
  text-decoration: underline;
  text-underline-offset: 8px;
  transition: all 0.3s ease;
}
.p-knowledge-page-search .p-knowledge-page-search__link:hover {
  background: #ffec80;
}
@media screen and (max-width: 768px) {
  .p-knowledge-page-search .p-knowledge-page-search__link {
    width: 100%;
  }
}

/* ================================
 * Knowledge Contact Bnr
 * ================================ */
#contactBnr {
  padding: 40px 0;
}
#contactBnr .inner {
  max-width: 500px;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  #contactBnr .inner {
    padding: 0 20px;
  }
}
#contactBnr .inner .p-knowledge-page-contactBnr__content {
  font-size: 24px;
  font-weight: 700;
  margin: 0 0 16px;
  color: #3D2500;
  text-align: center;
  border: 3px solid #ffb800;
  padding: 20px;
}
@media screen and (max-width: 768px) {
  #contactBnr .inner .p-knowledge-page-contactBnr__content {
    font-size: 16px;
  }
}
#contactBnr .inner .p-knowledge-page-contactBnr__content .p-knowledge-page-contactBnr__link {
  max-width: 400px;
  height: 120px;
  display: block;
  margin: 20px auto 0;
}

/* ================================
 * Knowledge  Dl
 * ================================ */
#dl {
  padding: 40px 0;
}
#dl .inner {
  max-width: 980px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}
#dl .p-knowledge-page-dl__title {
  font-size: 38px;
  font-weight: 900;
  margin: 0 0 16px;
  color: #3D2500;
}

/* ================================
 * Knowledge latest articles
 * ================================ */
#latestArticles {
  padding: 40px 0 60px;
}
#latestArticles .inner {
  max-width: 980px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  #latestArticles .inner {
    padding: 0 16px;
  }
}
#latestArticles .inner .p-knowledge-page-search__title {
  font-size: 38px;
  font-weight: 900;
  margin: 0 0 26px;
  color: #3D2500;
}
@media screen and (max-width: 768px) {
  #latestArticles .inner .p-knowledge-page-search__title {
    font-size: 30px;
  }
}

.p-knowledge-list-cards .inner .p-knowledge-archive__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 52px 30px;
}
@media screen and (max-width: 768px) {
  .p-knowledge-list-cards .inner .p-knowledge-archive__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
  }
}
.p-knowledge-list-cards .inner .p-knowledge-archive__item {
  margin: 0;
  min-width: 0;
}
.p-knowledge-list-cards .inner .p-knowledge-archive__link {
  display: block;
  background: #fff;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.22);
  text-decoration: none;
  color: #3D2500;
  overflow: hidden;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.p-knowledge-list-cards .inner .p-knowledge-archive__link:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.25);
}
.p-knowledge-list-cards .inner .p-knowledge-archive__thumb {
  width: 100%;
  aspect-ratio: 16/7;
  background: #ddd;
}
.p-knowledge-list-cards .inner .p-knowledge-archive__thumb img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-knowledge-list-cards .inner .p-knowledge-archive__body {
  padding: 10px 16px 18px;
}
.p-knowledge-list-cards .inner .p-knowledge-archive__doc-no {
  display: none;
}
.p-knowledge-list-cards .inner .p-knowledge-archive__date {
  display: block;
  margin: 0 0 8px;
  font-size: 16px;
  line-height: 1;
  font-weight: 400;
  color: #111;
}
@media screen and (max-width: 768px) {
  .p-knowledge-list-cards .inner .p-knowledge-archive__date {
    font-size: 14px;
  }
}
.p-knowledge-list-cards .inner .p-knowledge-archive__title {
  margin: 10px 0 0;
  font-size: 24px;
  line-height: 1.35;
  font-weight: 700;
  color: #111;
}
@media screen and (max-width: 768px) {
  .p-knowledge-list-cards .inner .p-knowledge-archive__title {
    font-size: 20px;
  }
}
.p-knowledge-list-cards .inner .p-knowledge-archive__excerpt {
  display: none;
}
.p-knowledge-list-cards .inner .p-knowledge-archive__cta {
  display: none;
}
.p-knowledge-list-cards .inner .post-categories,
.p-knowledge-list-cards .inner .p-knowledge-archive__terms {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  gap: 8px;
}
.p-knowledge-list-cards .inner .post-categories li a,
.p-knowledge-list-cards .inner .p-knowledge-archive__term {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 2px 18px 2px 10px;
  font-size: 16px;
  line-height: 1;
  font-weight: 700;
  color: #3D2500;
  text-decoration: none;
  background: #63d9dd;
}
@media screen and (max-width: 768px) {
  .p-knowledge-list-cards .inner .post-categories li a,
  .p-knowledge-list-cards .inner .p-knowledge-archive__term {
    font-size: 14px;
  }
}
.p-knowledge-list-cards .inner .post-categories li a::after,
.p-knowledge-list-cards .inner .p-knowledge-archive__term::after {
  content: "";
  position: absolute;
  top: 0;
  right: -12px;
  width: 0;
  height: 0;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 12px solid #63d9dd;
}
.p-knowledge-list-cards .inner .p-knowledge-archive__date + .post-categories,
.p-knowledge-list-cards .inner .p-knowledge-archive__date + .p-knowledge-archive__terms {
  margin-bottom: 8px;
}

.p-knowledge-archive__footer {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  padding: 20px 0;
  border-radius: 4px;
  box-sizing: border-box;
  max-width: 480px;
  margin: 0 auto;
  color: #3D2500;
  font-size: 16px;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 8px;
  transition: all 0.3s ease;
}
.p-knowledge-archive__footer:hover {
  background: #ffec80;
}

/* ================================
 * Knowledge Search
 * ================================ */
#search {
  padding: 40px 0;
}
#search .inner {
  max-width: 980px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  #search .inner {
    padding: 0 16px;
  }
}
#search .inner .p-knowledge-page-search__title {
  font-size: 38px;
  font-weight: 900;
  margin: 0 0 16px;
  color: #3D2500;
}
@media screen and (max-width: 768px) {
  #search .inner .p-knowledge-page-search__title {
    font-size: 30px;
  }
}

.p-knowledge-page-search__title {
  font-size: 38px;
  font-weight: 900;
  margin: 0 0 16px;
  color: #3D2500;
}
@media screen and (max-width: 768px) {
  .p-knowledge-page-search__title {
    font-size: 30px;
  }
}

.p-knowledge-search-result__count {
  font-size: 24px;
  font-weight: 700;
  margin: 0 0 16px;
  color: #3D2500;
}

.p-knowledge-search-result__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 52px 30px;
}

/* ================================
 * Knowledge Category/Tag List Screen
 * ================================ */
.p-knowledge-category-tag {
  padding: 40px 0;
}
.p-knowledge-category-tag .inner {
  max-width: 980px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .p-knowledge-category-tag .inner {
    padding: 0 16px;
  }
}
.p-knowledge-category-tag .p-knowledge-category-tag__panel {
  display: flex;
  gap: 40px;
  justify-content: space-between;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .p-knowledge-category-tag .p-knowledge-category-tag__panel {
    gap: 24px;
  }
}
.p-knowledge-category-tag .p-knowledge-category-tag__heading {
  font-size: 38px;
  font-weight: 900;
  margin: 0 0 16px;
}
@media screen and (max-width: 768px) {
  .p-knowledge-category-tag .p-knowledge-category-tag__heading {
    font-size: 16px;
  }
}
.p-knowledge-category-tag .p-knowledge-category-tag__list {
  list-style: none;
  padding: 20px;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
  background: #fff8e0;
}
.p-knowledge-category-tag .p-knowledge-category-tag__item {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0 6px;
}
.p-knowledge-category-tag .p-knowledge-category-tag__item--depth-1 {
  padding-left: 1.25em;
}
.p-knowledge-category-tag .p-knowledge-category-tag__item--depth-2 {
  padding-left: 2.5em;
}
.p-knowledge-category-tag .p-knowledge-category-tag__item--depth-3 {
  padding-left: 3.75em;
}
.p-knowledge-category-tag .p-knowledge-category-tag__item--depth-4 {
  padding-left: 5em;
}
.p-knowledge-category-tag .p-knowledge-category-tag__item--depth-5 {
  padding-left: 6.25em;
}
.p-knowledge-category-tag .p-knowledge-category-tag__item--depth-6 {
  padding-left: 7.5em;
}
.p-knowledge-category-tag .p-knowledge-category-tag__item--depth-7 {
  padding-left: 8.75em;
}
.p-knowledge-category-tag .p-knowledge-category-tag__item--depth-8 {
  padding-left: 10em;
}
.p-knowledge-category-tag .p-knowledge-category-tag__tree {
  flex: 0 0 auto;
  color: #3d2500;
  font-weight: 400;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.p-knowledge-category-tag .p-knowledge-category-tag__link {
  display: inline-block;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  color: #3d2500;
  font-weight: 800;
  text-decoration: underline;
  box-sizing: border-box;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .p-knowledge-category-tag .p-knowledge-category-tag__link {
    font-size: 16px;
  }
}
.p-knowledge-category-tag .p-knowledge-category-tag__empty {
  margin: 0;
  padding: 20px;
  background: #ffec80;
  color: #3d2500;
  font-size: 16px;
  box-sizing: border-box;
}
.p-knowledge-category-tag .p-knowledge-category-tag__gojuon-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2px;
  background: #fff;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .p-knowledge-category-tag .p-knowledge-category-tag__gojuon-grid {
    grid-template-columns: 1fr;
  }
}
.p-knowledge-category-tag .p-knowledge-category-tag__gojuon-block {
  margin: 0;
  padding: 18px 20px 22px;
  background: #fff8e0;
  box-sizing: border-box;
  min-height: 120px;
}
@media screen and (max-width: 768px) {
  .p-knowledge-category-tag .p-knowledge-category-tag__gojuon-block {
    padding: 16px 16px 18px;
    min-height: 0;
  }
}
.p-knowledge-category-tag .p-knowledge-category-tag__gojuon-heading {
  margin: 0 0 12px;
  font-size: 22px;
  font-weight: 900;
  color: #3d2500;
  text-align: left;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .p-knowledge-category-tag .p-knowledge-category-tag__gojuon-heading {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
.p-knowledge-category-tag .p-knowledge-category-tag__gojuon-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.p-knowledge-category-tag .p-knowledge-category-tag__gojuon-item {
  margin: 0;
}
.p-knowledge-category-tag .p-knowledge-category-tag__gojuon-link {
  display: inline-block;
  color: #3d2500;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  text-decoration: underline;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .p-knowledge-category-tag .p-knowledge-category-tag__gojuon-link {
    font-size: 15px;
  }
}
.p-knowledge-category-tag .p-knowledge-category-tag__gojuon-link:hover {
  opacity: 0.85;
}
.p-knowledge-category-tag .p-knowledge-category-tag__search {
  margin-top: 26px;
}
.p-knowledge-category-tag .p-knowledge-category-tag__results {
  margin-top: 26px;
}
.p-knowledge-category-tag .p-knowledge-page-search {
  background: #e9e9e9;
  padding: 20px 18px;
  border-radius: 6px;
  box-sizing: border-box;
  max-width: 980px;
}
@media screen and (max-width: 768px) {
  .p-knowledge-category-tag .p-knowledge-page-search {
    padding: 16px 12px;
  }
}

/* ================================
 * Knowledge Single
 * ================================ */
.p-single-knowledge {
  padding: 40px 0;
}
.p-single-knowledge .inner {
  max-width: 980px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .p-single-knowledge .inner {
    padding: 0 16px;
  }
}
.p-single-knowledge .inner .p-single-knowledge__content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.p-single-knowledge .inner .p-single-knowledge__content .p-single-knowledge__thumb {
  width: 100%;
  aspect-ratio: 16/7;
}
.p-single-knowledge .inner .p-single-knowledge__content .p-single-knowledge__body {
  font-size: 16px;
  line-height: 1.5;
  color: #3D2500;
}
.p-single-knowledge .inner .p-single-knowledge__content #knowledge-single-title {
  font-size: 38px;
  font-weight: 900;
  margin: 0 0 16px;
  color: #3D2500;
}
.p-single-knowledge .inner .p-single-knowledge__content .p-single-knowledge__date {
  font-size: 16px;
  line-height: 1.5;
  color: #3D2500;
}

/* ================================
 * Knowledge 資料ダウンロード（MW WP Form）
 * ================================ */
.p-single-knowledge__form {
  margin-top: 40px;
  padding: 32px 24px;
  border-radius: 8px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .p-single-knowledge__form {
    padding: 24px 16px;
    margin-top: 28px;
  }
}
.p-single-knowledge__form .p-single-knowledge__form-title {
  font-size: 36px;
  font-weight: 700;
  color: #3d2500;
  text-align: center;
  margin: 0 0 24px;
}
@media screen and (max-width: 768px) {
  .p-single-knowledge__form .p-single-knowledge__form-title {
    font-size: 28px;
    margin-bottom: 20px;
  }
}

.p-single-knowledge__form .mw_wp_form,
.p-knowledge-form .mw_wp_form {
  margin: 0;
}
.p-single-knowledge__form .mw_wp_form form,
.p-knowledge-form .mw_wp_form form {
  margin: 0;
  position: relative;
}
.p-single-knowledge__form .mw_wp_form,
.p-knowledge-form .mw_wp_form {
  /* document_* hidden が入る <p> と余分な <br> をレイアウトから外す */
}
.p-single-knowledge__form .mw_wp_form form > p:has(input[name=document_no]),
.p-knowledge-form .mw_wp_form form > p:has(input[name=document_no]) {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.p-single-knowledge__form .mw_wp_form .p-form__list--knowledge-dl,
.p-knowledge-form .mw_wp_form .p-form__list--knowledge-dl {
  margin: 0;
  padding: 0;
}
.p-single-knowledge__form .mw_wp_form .p-form__list--knowledge-dl .p-form__required,
.p-knowledge-form .mw_wp_form .p-form__list--knowledge-dl .p-form__required {
  color: #c00;
  margin-left: 2px;
}
.p-single-knowledge__form .mw_wp_form .p-form__list--knowledge-dl .p-form__label,
.p-knowledge-form .mw_wp_form .p-form__list--knowledge-dl .p-form__label {
  margin: 0;
  padding: 20px 0 8px;
  font-size: 16px;
  font-weight: 700;
  color: #3d2500;
}
@media screen and (max-width: 768px) {
  .p-single-knowledge__form .mw_wp_form .p-form__list--knowledge-dl .p-form__label,
  .p-knowledge-form .mw_wp_form .p-form__list--knowledge-dl .p-form__label {
    padding-top: 16px;
    font-size: 15px;
  }
}
.p-single-knowledge__form .mw_wp_form .p-form__list--knowledge-dl .p-form__label:first-child,
.p-knowledge-form .mw_wp_form .p-form__list--knowledge-dl .p-form__label:first-child {
  padding-top: 0;
}
.p-single-knowledge__form .mw_wp_form .p-form__list--knowledge-dl .p-form__field,
.p-knowledge-form .mw_wp_form .p-form__list--knowledge-dl .p-form__field {
  margin: 0;
  padding: 0 0 4px;
}
.p-single-knowledge__form .mw_wp_form .p-form__list--knowledge-dl .p-form__field input[type=text],
.p-single-knowledge__form .mw_wp_form .p-form__list--knowledge-dl .p-form__field input[type=email],
.p-knowledge-form .mw_wp_form .p-form__list--knowledge-dl .p-form__field input[type=text],
.p-knowledge-form .mw_wp_form .p-form__list--knowledge-dl .p-form__field input[type=email] {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  padding: 12px 14px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 16px;
  line-height: 1.4;
  color: #3d2500;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .p-single-knowledge__form .mw_wp_form .p-form__list--knowledge-dl .p-form__field input[type=text],
  .p-single-knowledge__form .mw_wp_form .p-form__list--knowledge-dl .p-form__field input[type=email],
  .p-knowledge-form .mw_wp_form .p-form__list--knowledge-dl .p-form__field input[type=text],
  .p-knowledge-form .mw_wp_form .p-form__list--knowledge-dl .p-form__field input[type=email] {
    font-size: 16px;
    padding: 10px 12px;
  }
}
.p-single-knowledge__form .mw_wp_form .p-form__list--knowledge-dl .p-form__field input[type=text]:focus,
.p-single-knowledge__form .mw_wp_form .p-form__list--knowledge-dl .p-form__field input[type=email]:focus,
.p-knowledge-form .mw_wp_form .p-form__list--knowledge-dl .p-form__field input[type=text]:focus,
.p-knowledge-form .mw_wp_form .p-form__list--knowledge-dl .p-form__field input[type=email]:focus {
  outline: none;
  border-color: #ffd400;
  box-shadow: 0 0 0 2px rgba(255, 212, 0, 0.35);
}
.p-single-knowledge__form .mw_wp_form .p-form__list--knowledge-dl .p-form__field .mwform-tel-field,
.p-knowledge-form .mw_wp_form .p-form__list--knowledge-dl .p-form__field .mwform-tel-field {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px 8px;
  width: 100%;
}
.p-single-knowledge__form .mw_wp_form .p-form__list--knowledge-dl .p-form__field .mwform-tel-field input[type=text],
.p-knowledge-form .mw_wp_form .p-form__list--knowledge-dl .p-form__field .mwform-tel-field input[type=text] {
  flex: 1 1 4rem;
  min-width: 0;
  margin: 0;
  box-sizing: border-box;
  padding: 12px 10px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 16px;
  color: #3d2500;
}
.p-single-knowledge__form .mw_wp_form .p-form__list--knowledge-dl .p-form__field .mwform-tel-field input[type=text]:focus,
.p-knowledge-form .mw_wp_form .p-form__list--knowledge-dl .p-form__field .mwform-tel-field input[type=text]:focus {
  outline: none;
  border-color: #ffd400;
  box-shadow: 0 0 0 2px rgba(255, 212, 0, 0.35);
}
.p-single-knowledge__form .mw_wp_form .p-form__note--mw-instruction,
.p-knowledge-form .mw_wp_form .p-form__note--mw-instruction {
  margin: 16px 0 20px;
  font-size: 14px;
  line-height: 1.55;
  font-weight: 700;
  color: #0066cc;
}
@media screen and (max-width: 768px) {
  .p-single-knowledge__form .mw_wp_form .p-form__note--mw-instruction,
  .p-knowledge-form .mw_wp_form .p-form__note--mw-instruction {
    font-size: 13px;
  }
}
.p-single-knowledge__form .mw_wp_form .p-form__submit--inquiry,
.p-knowledge-form .mw_wp_form .p-form__submit--inquiry {
  margin-top: 12px;
}
.p-single-knowledge__form .mw_wp_form .p-form__submit--inquiry input.p-button--inquiry,
.p-single-knowledge__form .mw_wp_form .p-form__submit--inquiry .p-button.p-button--inquiry,
.p-knowledge-form .mw_wp_form .p-form__submit--inquiry input.p-button--inquiry,
.p-knowledge-form .mw_wp_form .p-form__submit--inquiry .p-button.p-button--inquiry {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 14px 20px;
  border: none;
  border-radius: 8px;
  background: #ffd400 !important;
  color: #3d2500 !important;
  font-size: 18px;
  font-weight: 800;
  text-align: center;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
@media screen and (max-width: 768px) {
  .p-single-knowledge__form .mw_wp_form .p-form__submit--inquiry input.p-button--inquiry,
  .p-single-knowledge__form .mw_wp_form .p-form__submit--inquiry .p-button.p-button--inquiry,
  .p-knowledge-form .mw_wp_form .p-form__submit--inquiry input.p-button--inquiry,
  .p-knowledge-form .mw_wp_form .p-form__submit--inquiry .p-button.p-button--inquiry {
    font-size: 16px;
    padding: 12px 16px;
  }
}
.p-single-knowledge__form .mw_wp_form .p-form__submit--inquiry input.p-button--inquiry:hover,
.p-single-knowledge__form .mw_wp_form .p-form__submit--inquiry .p-button.p-button--inquiry:hover,
.p-knowledge-form .mw_wp_form .p-form__submit--inquiry input.p-button--inquiry:hover,
.p-knowledge-form .mw_wp_form .p-form__submit--inquiry .p-button.p-button--inquiry:hover {
  filter: brightness(0.97);
}

/* ================================
 * Knowledge Popular Articles
 * ================================ */
#popularArticles {
  padding: 40px 0;
}
#popularArticles .inner {
  max-width: 980px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  #popularArticles .inner {
    padding: 0 16px;
  }
}
#popularArticles .p-knowledge-page-search__title {
  font-size: 38px;
  font-weight: 900;
  margin: 0 0 16px;
  color: #3D2500;
  text-align: center;
}
/* ================================
 * Knowledge Popular Categories / Tags（共通パネル＋画像デザイン）
 * ================================ */
#popularCategories.p-knowledge-popular-categories,
#popularTags.p-knowledge-popular-tags {
  padding: 40px 0;
}
#popularCategories.p-knowledge-popular-categories .inner,
#popularTags.p-knowledge-popular-tags .inner {
  max-width: 980px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  #popularCategories.p-knowledge-popular-categories .inner,
  #popularTags.p-knowledge-popular-tags .inner {
    padding: 0 16px;
  }
}
#popularCategories.p-knowledge-popular-categories .p-knowledge-popular-box,
#popularTags.p-knowledge-popular-tags .p-knowledge-popular-box {
  border: 2px solid #ffb800;
  background: #fff;
  padding: 28px 32px 20px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  #popularCategories.p-knowledge-popular-categories .p-knowledge-popular-box,
  #popularTags.p-knowledge-popular-tags .p-knowledge-popular-box {
    padding: 22px 18px 16px;
  }
}
#popularCategories.p-knowledge-popular-categories .p-knowledge-popular-box__title,
#popularTags.p-knowledge-popular-tags .p-knowledge-popular-box__title {
  margin: 0 0 14px;
  font-size: 38px;
  font-weight: 900;
  color: #3d2500;
  text-align: center;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  #popularCategories.p-knowledge-popular-categories .p-knowledge-popular-box__title,
  #popularTags.p-knowledge-popular-tags .p-knowledge-popular-box__title {
    font-size: 28px;
    margin-bottom: 12px;
  }
}
#popularCategories.p-knowledge-popular-categories .p-knowledge-popular-box__rule,
#popularTags.p-knowledge-popular-tags .p-knowledge-popular-box__rule {
  border: 0;
  border-top: 2px solid #ffb800;
  margin: 0 0 22px;
}
@media screen and (max-width: 768px) {
  #popularCategories.p-knowledge-popular-categories .p-knowledge-popular-box__rule,
  #popularTags.p-knowledge-popular-tags .p-knowledge-popular-box__rule {
    margin-bottom: 18px;
  }
}
#popularCategories.p-knowledge-popular-categories .p-knowledge-popular-box__footer,
#popularTags.p-knowledge-popular-tags .p-knowledge-popular-box__footer {
  margin: 22px 0 0;
  padding: 0;
  text-align: right;
}
@media screen and (max-width: 768px) {
  #popularCategories.p-knowledge-popular-categories .p-knowledge-popular-box__footer,
  #popularTags.p-knowledge-popular-tags .p-knowledge-popular-box__footer {
    margin-top: 18px;
  }
}
#popularCategories.p-knowledge-popular-categories .p-knowledge-popular-box__footer-link,
#popularTags.p-knowledge-popular-tags .p-knowledge-popular-box__footer-link {
  display: inline-block;
  font-size: 24px;
  font-weight: 700;
  color: #3d2500;
  text-decoration: underline;
  text-underline-offset: 8px;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  #popularCategories.p-knowledge-popular-categories .p-knowledge-popular-box__footer-link,
  #popularTags.p-knowledge-popular-tags .p-knowledge-popular-box__footer-link {
    font-size: 15px;
  }
}
#popularCategories.p-knowledge-popular-categories .p-knowledge-popular-box__footer-link:hover,
#popularTags.p-knowledge-popular-tags .p-knowledge-popular-box__footer-link:hover {
  opacity: 0.85;
}

#popularCategories.p-knowledge-popular-categories .p-knowledge-popular-categories__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px 20px;
}
@media screen and (max-width: 768px) {
  #popularCategories.p-knowledge-popular-categories .p-knowledge-popular-categories__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px 16px;
  }
}
#popularCategories.p-knowledge-popular-categories .p-knowledge-popular-categories__item {
  margin: 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #popularCategories.p-knowledge-popular-categories .p-knowledge-popular-categories__item {
    text-align: left;
  }
}
#popularCategories.p-knowledge-popular-categories .p-knowledge-popular-categories__link {
  display: inline-block;
  color: #3d2500;
  text-decoration: underline;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  #popularCategories.p-knowledge-popular-categories .p-knowledge-popular-categories__link {
    font-size: 15px;
  }
}
#popularCategories.p-knowledge-popular-categories .p-knowledge-popular-categories__link:hover {
  opacity: 0.85;
}

#popularTags.p-knowledge-popular-tags .p-knowledge-popular-tags__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 12px;
  justify-content: center;
}
#popularTags.p-knowledge-popular-tags .p-knowledge-popular-tags__item {
  margin: 0;
}
#popularTags.p-knowledge-popular-tags .p-knowledge-popular-tags__link {
  display: inline-block;
  padding: 8px 14px;
  border-radius: 8px;
  color: #3d2500;
  text-decoration: none;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.4;
  transition: filter 0.15s ease;
}
@media screen and (max-width: 768px) {
  #popularTags.p-knowledge-popular-tags .p-knowledge-popular-tags__link {
    font-size: 14px;
    padding: 7px 12px;
  }
}
#popularTags.p-knowledge-popular-tags .p-knowledge-popular-tags__link:hover {
  filter: brightness(0.96);
}
#popularTags.p-knowledge-popular-tags .p-knowledge-popular-tags__item:nth-child(12n+1) .p-knowledge-popular-tags__link {
  background-color: #b8eef5;
}
#popularTags.p-knowledge-popular-tags .p-knowledge-popular-tags__item:nth-child(12n+2) .p-knowledge-popular-tags__link {
  background-color: #ddd6f5;
}
#popularTags.p-knowledge-popular-tags .p-knowledge-popular-tags__item:nth-child(12n+3) .p-knowledge-popular-tags__link {
  background-color: #ffd6e8;
}
#popularTags.p-knowledge-popular-tags .p-knowledge-popular-tags__item:nth-child(12n+4) .p-knowledge-popular-tags__link {
  background-color: #c8e4ff;
}
#popularTags.p-knowledge-popular-tags .p-knowledge-popular-tags__item:nth-child(12n+5) .p-knowledge-popular-tags__link {
  background-color: #c9f5c4;
}
#popularTags.p-knowledge-popular-tags .p-knowledge-popular-tags__item:nth-child(12n+6) .p-knowledge-popular-tags__link {
  background-color: #fff4b8;
}
#popularTags.p-knowledge-popular-tags .p-knowledge-popular-tags__item:nth-child(12n+7) .p-knowledge-popular-tags__link {
  background-color: #ffc9c2;
}
#popularTags.p-knowledge-popular-tags .p-knowledge-popular-tags__item:nth-child(12n+8) .p-knowledge-popular-tags__link {
  background-color: #c8f5e8;
}
#popularTags.p-knowledge-popular-tags .p-knowledge-popular-tags__item:nth-child(12n+9) .p-knowledge-popular-tags__link {
  background-color: #b8f5d8;
}
#popularTags.p-knowledge-popular-tags .p-knowledge-popular-tags__item:nth-child(12n+10) .p-knowledge-popular-tags__link {
  background-color: #d4f5c8;
}
#popularTags.p-knowledge-popular-tags .p-knowledge-popular-tags__item:nth-child(12n+11) .p-knowledge-popular-tags__link {
  background-color: #e0d4ff;
}
#popularTags.p-knowledge-popular-tags .p-knowledge-popular-tags__item:nth-child(12n+12) .p-knowledge-popular-tags__link {
  background-color: #cff5f5;
}/*# sourceMappingURL=knowledge.css.map */