#main a {
  transition: 0.3s ease-in-out;
}
#main a:hover, #main a:active, #main a:visited, #main a:focus {
  text-decoration: none;
}
#main a:hover {
  opacity: 0.7;
}
.header-area {
  padding-top: 30px;
  text-align: center;
}
.section-inner {
  max-width: 950px;
  margin: 0 auto;
}
.title-lv1 {
  display: inline-block;
}
.navigation-area {
  position: relative;
  margin-top: 55px;
}
.navigation-title {
  position: absolute;
  top: -27px;
  left: 50%;
  transform: translateX(-50%);
}
.navigation-link-separate {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
}
.navigation-link-list, .navigation-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.navigation-link-list {
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  border: 1px solid #bfbfbf;
  border-radius: 10px;
  max-height: 100px;
  height: 100%;
  box-sizing: border-box;
  position: relative;
}
.navigation-link-list:first-child {
  width: 79.1%;
}
.navigation-link-list:last-child {
  margin-left: 10px;
  padding: 15px 34px;
  width: calc(100% - 79.1%);
}
.navigation-link-list:last-child .navigation-text {
  margin-left: 9px;
}
.navigation-link-list:last-child .navigation-link-list_item {
  width: 100%;
}
.navigation-link {
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  color: #000;
  font-weight: 500;
  font-size: 20px;
  height: 98px;
}
.navigation-link:hover {
  color: #000 !important;
}
.navigation-icon_item {
  width: 37px;
}
.navigation-text {
  margin-top: 3px;
  line-height: 1.2;
  letter-spacing: -.01em;
}
.navigation-icon + .navigation-text {
  margin-left: 10px;
}
.navigation-link-list_item {
  width: 25%;
}
.navigation-link-list_item.active {
  background: #fff49c;
}
.navigation-link-list .all.active {
  border-top-left-radius: 10px;
  border-bottom-left-radius:10px;
}
.navigation-link-list .navigation-link-list_item:last-child.active {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
#category-articles {
  width: 950px;
  margin: 0 auto;
}
#category-articles h2 {
  position: relative;
  text-align: center;
  border-bottom: none !important;
  margin: 60px 0;
  padding-bottom: 20px;
  font-size: 32px;
  color: #000;
  line-height: 1.125;
  font-weight: bold;
}
#category-articles h2::after {
  content: '';
  display: block;
  width: 60px;
  height: 4px;
  background-color: #fdb813;
  position: absolute;
  bottom: -20px;
  right: 0;
  left: 0;
  margin: 0 auto;
  border-radius: 2px;
}
#category-articles > ul {
  display: flex;
  gap: 40px 0;
  flex-wrap: wrap;
  margin-right: -25px;
}
#category-articles > ul > li {
  width: calc(99.999% / 3 - 25px);
  margin-top: 40px;
  margin-right: 25px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0px 8px 16px -2px rgba(10, 10, 10, 0.1), 0px -3px 16px 0px rgba(10, 10, 10, 0.01);
  background-color: #fff;
  position: relative;
}
#category-articles li a {
  color: #000000;
  text-decoration: none;
  box-sizing: border-box;
}
#category-articles li a:hover {
  text-decoration: none;
  opacity: 0.7;
}
#category-articles li a img {
  width: 100%;
}
#category-articles li a > div {
  position: relative;
}
#category-articles li a > div img {
  width: 100%;
}
#category-articles li a > div p {
  position: absolute;
  bottom: 0;
  right: 0;
  margin: 0 !important;
  padding: 4px 10px 1px;
  font-weight: normal !important;
  background-color: #fff;
  opacity: 0.7;
  border-top-left-radius: 10px;
  font-size: 14px;
  box-sizing: border-box;
}
#category-articles li a > span {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 1px;
  width: 124px;
  height: 30px;
  font-weight: bold;
  font-size: 14px;
  position: absolute;
  left: 0;
  top: 10px;
  border-radius: 0 50px 50px 0;
  z-index: 1;
  box-sizing: border-box;
}
#category-articles li a span.saving {
  background-color: #fdb813;
}
#category-articles li a span.knowledge {
  background-color: #fcea05;
}
#category-articles li a span.other {
  background-color: #fff49c;
}
#category-articles li a p {
  padding: 0 20px;
}
#category-articles li a > p:first-of-type {
  margin-top: 20px;
  font-size: 16px;
  font-weight: 600;
  height: 50px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
#category-articles li a:hover > p:first-of-type {
  color: #006499;
  transition: 0.3s ease-in-out;
}
#category-articles li a p:first-of-type br {
    display: none;
}
.btn-container {
  text-align: center;
  margin: 80px 0;
}
.btn-container a.btn-prev {
  position: relative;
  display: inline-block;
  border: 1px solid #c2c2c2;
  background-color: #ffffff;
  border-radius: 30px;
  width: 360px;
  font-weight: bold;
  line-height: 48.4px;
  color: #000000;
  text-decoration: none;
  box-sizing: border-box;
}
.btn-container a.btn-prev::after {
  content: '';
  margin: auto;
  position: absolute;
  top: 50%;
  right: 26px;
  width: 7px;
  height: 7px;
  margin-top: -6px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  transform: rotate(45deg);
}

ul.related-tag-list {
    display: flex;
    flex-wrap: wrap;
    padding: 10px 20px 20px;
    gap: 5px;
}
ul.related-tag-list li {
    border-radius: 20px;
    height: 22px;
}
ul.related-tag-list li a {
  display: block;
  border: 1px solid #404040;
  padding: 2px 15px 0;
  font-size: 12px;
  color: #404040 !important;
  border-radius: 17px;
  min-width: 50px;
  height: 22px;
  box-sizing: border-box;
  background-color: #fff;
}
ul.related-tag-list li a:hover {
    color: #fff !important;
    background-color: #006499;
    border-color: #006499 !important;
}
#main a:hover, #main a:active, #main a:visited, #main a:focus {
  text-decoration: none;
}