@charset "UTF-8";
#pageBodyInner {
  width: 1240px;
}

#pageBody #content .ttlimg {
  float: none;
}
@media screen and (max-width: 768px) {
  #pageBody #content .ttlimg img {
    width: auto;
    height: 100px;
  }
}

.pc-none {
  display: none;
}
@media screen and (max-width: 768px) {
  .pc-none {
    display: block;
  }
}

.sp-none {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp-none {
    display: block;
  }
}

/*--------------------------------------------------
 cat-list
--------------------------------------------------*/
.cat-list-wrap {
  margin-top: -60px;
  margin-bottom: 20px;
  padding-top: 110px;
}
@media screen and (max-width: 768px) {
  .cat-list-wrap {
    margin-top: -40px;
    padding-top: 80px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.cat-list-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 10px 0;
}
@media screen and (max-width: 768px) {
  .cat-list-grid {
    grid-template-columns: 1fr;
    flex-direction: column;
    gap: 0;
  }
}
.cat-list-grid .cat-list__body {
  width: 50%;
  flex: 1;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .cat-list-grid .cat-list__body {
    width: 100%;
  }
}
.cat-list-grid .cat-list__body + .cat-list__body {
  margin-top: 15px;
}
.cat-list-grid .cat-list-card-wrap {
  display: flex;
  flex: 1;
  align-items: stretch;
}
.cat-list-grid .cat-list-card {
  flex: 1;
}
.cat-list__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 5px;
  border-bottom: 3px solid #191d5d;
}
@media screen and (max-width: 768px) {
  .cat-list__header {
    flex-wrap: wrap;
  }
}
.cat-list__header.auto {
  justify-content: flex-start;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .cat-list__header.auto {
    row-gap: 5px;
  }
}
.cat-list__header h3 {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 24px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .cat-list__header h3 {
    font-size: 20px;
  }
}
.cat-list__header h3 img {
  width: 32px;
  height: auto;
}
@media screen and (max-width: 768px) {
  .cat-list__header h3 img {
    width: 24px;
  }
}
.cat-list__btn {
  display: flex;
  gap: 5px;
}
@media screen and (max-width: 768px) {
  .cat-list__btn {
    margin: 5px 0 5px;
  }
}
.cat-list__btn + .cat-list__btn {
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .cat-list__btn + .cat-list__btn {
    margin-left: 0;
  }
}
.cat-list__btn a {
  display: block;
  padding: 3px 8px;
  border-radius: 4px;
  font-size: 13px;
  font-weight: 600;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .cat-list__btn a {
    font-size: 12px;
  }
}
.cat-list__btn a.navy {
  background-color: #191d5d;
  color: #fff;
}
.cat-list__btn a.yellow {
  background-color: #FABF1D;
  color: #333;
}
.cat-list__btn a:hover {
  opacity: 0.8;
  text-decoration: none;
}
.cat-list__body {
  margin-top: 15px;
}
.cat-list__body + .cat-list__body {
  margin-top: 20px;
}
.cat-list__body h4 {
  border-left: 3px solid #191d5d;
  font-size: 18px;
  font-weight: 700;
  padding-left: 12px;
  margin: 15px 0;
}
@media screen and (max-width: 768px) {
  .cat-list__body h4 {
    font-size: 16px;
    padding-left: 8px;
  }
}
.cat-list-card-wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .cat-list-card-wrap {
    grid-template-columns: 1fr;
  }
}
.cat-list-sub {
  display: flex;
  align-items: center;
  gap: 20px;
}
.cat-list-sub a {
  display: block;
  padding: 3px 8px;
  border-radius: 4px;
  font-size: 13px;
  font-weight: 600;
  transition: all 0.3s;
  background-color: #FABF1D;
  color: #333;
}
@media screen and (max-width: 768px) {
  .cat-list-sub a {
    font-size: 12px;
  }
}
.cat-list-sub a:hover {
  opacity: 0.8;
  text-decoration: none;
}
.cat-list__card {
  background-color: #fff;
  border-radius: 6px;
  box-shadow: 0 0 8px rgba(25, 29, 93, 0.2);
  padding: 25px 20px;
}
.cat-list__card h5 {
  color: #0067CC;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 15px;
  line-height: 1.75;
}
@media screen and (max-width: 768px) {
  .cat-list__card h5 {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 12px;
  }
}
.cat-list__card p {
  font-size: 13px;
  line-height: 1.75;
  margin: 0.75em 0 0;
  max-height: 7em;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 768px) {
  .cat-list__card p {
    font-size: 12px;
  }
}
.cat-list__card p.clamped::after {
  content: "...さらに表示";
  position: absolute;
  right: 0;
  bottom: 0;
  padding-left: 4em;
  background: linear-gradient(to right, transparent, #fff 40%);
  cursor: pointer;
  color: #191d5d;
  font-weight: 600;
}
.cat-list__card p.expanded {
  max-height: 1000px;
}
.cat-list__card .close-btn {
  display: none;
  margin-top: 0.3em;
  cursor: pointer;
  border: 1px solid #ccc;
  background: #f9f9f9;
  padding: 0.25em 0.75em;
  border-radius: 4px;
  font-size: 0.85rem;
}
.cat-list__card.expanded .close-btn {
  display: block;
  margin-left: auto;
  border: none;
  background: transparent;
  color: #aaa;
  font-size: 13px;
  font-weight: 600;
  padding-left: 18px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .cat-list__card.expanded .close-btn {
    font-size: 12px;
  }
}
.cat-list__card.expanded .close-btn::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 6px;
  height: 6px;
  border: solid #aaa;
  border-width: 2px 2px 0 0;
  transform: rotate(-45deg);
}