@charset "UTF-8";
/*============================================================
用語集　/word/　　　　2025/12/3 新設
============================================================*/
.tableContent {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  list-style: none;
  padding: 0 20px;
  margin: 20px 0 0;
  font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", sans-serif;
}
.tableContent__wrap {
  font-size: 16px;
  color: #222;
  line-height: 1;
  padding: 30px 40px 0;
  background: #fff;
}
.tableContent__list {
  position: relative;
  width: calc(50% - 15px);
  font-size: 16px;
  color: #00a562;
  line-height: 1;
  padding: 0 0 0 40px;
  margin: 10px 0;
  background: #01b6c9;
  box-shadow: 0px 5px 0px 0px #018d9c;
  transition: 0.2s all ease 0s;
}
.tableContent__list::before {
  content: "\e910";
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  display: inline-block;
  font-family: icomoon;
  font: normal normal normal 14px/1 icomoon;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  color: #fff;
}
.tableContent__list:hover {
  transform: translateY(5px);
  box-shadow: none;
}
.tableContent__list a {
  display: block;
  color: #fff;
  text-decoration: none;
  padding: 20px 0;
}

.word {
  font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", sans-serif;
  background: #fff;
}
.word__container {
  padding: 80px 30px 30px;
}
.word__container__ttl {
  position: relative;
  font-size: 30px;
  text-align: center;
  line-height: 1.4;
  color: #fdd001;
  padding: 0 0 30px;
  margin: 0 0 30px;
}
.word__container__ttl::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 30px;
  height: 3px;
  margin: auto;
  background: #fdd001;
}
.word__container__txt {
  font-size: 16px;
  text-align: center;
  margin: 0 0 40px;
}
.word__container__item {
  width: 100%;
  padding: 25px 25px 25px 60px;
  margin-top: 3px;
  background: #f8f7ef;
}
.word__container__item__ttl {
  position: relative;
  font-size: 16px;
  margin: 0 0 10px;
}
.word__container__item__ttl::before {
  content: "\e907";
  position: absolute;
  top: -3px;
  left: -40px;
  display: inline-block;
  font-family: icomoon;
  font: normal normal normal 14px/1 icomoon;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 32px;
  color: #fdd001;
}
.word__container__item__txt {
  margin: 0;
}
.word .link__ttl {
  font-size: 15px;
  font-weight: bold;
  color: #00a562;
}
.word__relatedArticle {
  padding: 20px 20px 35px;
  border: 1px solid #f8f7ef;
  box-shadow: 1px 8px 10px rgba(0, 0, 0, 0.05);
}
.word__relatedArticle__item {
  display: flex;
  align-items: start;
  gap: 15px;
  text-decoration: none;
  padding: 15px 20px;
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  transition: box-shadow 0.2s border-color 0.2s;
}
.word__relatedArticle__item__img {
  width: 20%;
  border-radius: 5px;
}
.word__relatedArticle__item__txt {
  font-size: 14px;
  font-weight: normal;
  color: #222;
  margin: 0;
}
.word__relatedArticle__item__ttl {
  display: inline-block;
  font-size: 15px;
  font-weight: bold;
  margin: 5px 0;
}
.word__relatedArticle__item:hover {
  border: 1px solid #4caf50;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.word__relatedCategory__item {
  display: inline-block;
  font-size: 15px;
  font-weight: bold;
  color: #00a562;
  text-decoration: none;
  padding-left: 20px;
  margin-top: 20px;
}
.word__relatedCategory__item:hover {
  color: #00a562;
  opacity: 0.6;
}/*# sourceMappingURL=word.css.map */