@charset "utf-8";
.sideHead {
  text-align: center;
  margin-bottom: 1rem;
  font-size: 1.5rem;
}
.sideHead span:first-child {
  font-weight: bold;
}
.sideHead span:last-child {
  font-size: 1rem;
  display: block;
}
.sideSec:not(:last-child) {
  margin-bottom: 5rem;
}
.sideSec.mb2rem:not(:last-child) {
  margin-bottom: 2rem;
}

.areaSide {
  background-color: #f6f6e9;
  border-radius: 10px;
  padding: 1.5rem 1rem;
}
.areaSide > ul > li:not(:last-child) {
  margin-bottom: 0.8rem;
}
.areaSide .acHead {
  background-color: #fff;
  border-radius: 10px;
  cursor: pointer;
  font-weight: bold;
  font-size: 0.875rem;
  padding: 0.5rem 1.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.areaSide .acHead span {
  display: block;
  text-align: center;
  line-height: 0;
  position: relative;
  width: 14px;
  height: 14px;
}
.areaSide .acHead span::before,
.areaSide .acHead span::after {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 14px;
  height: 1px;
  background-color: #3c3c3c;
  transition: 0.3s;
}
.areaSide .acHead span::before {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}
.areaSide .acMenu.open .acHead span::before {
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
}
.areaSide .acMenu.open .acHead span::after {
  background-color: transparent;
}
.areaSide .acContent {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease;
}
.areaSide .acContent {
  margin: 0 1.5rem;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease;
}
.areaSide .acContent li {
  position: relative;
  padding-left: 1.2rem;
  margin-bottom: 0.2rem;
  font-size: 0.8rem;
}
.areaSide .acContent li:first-child {
  margin-top: 0.5rem;
}
.areaSide .acContent li:before {
  content: '';
  width: 8px;
  height: 8px;
  border: 0;
  border-top: solid 1px #3c3c3c;
  border-right: solid 1px #3c3c3c;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -4px;
  transform: rotate(45deg);
}
.catSide ul li a {
  display: flex;
  align-items: center;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.16);
  margin-bottom: 1.5rem;
  border-radius: 10px;
}
.catSide ul li a:hover {
  -webkit-animation: buttonHover 0.3s forwards;
  animation: buttonHover 0.3s forwards;
}
.catSide ul li a > div {
  width: 70%;
  text-align: center;
}
.catSide figure {
  background: #005792;
  width: 30%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px 0 0 10px;
  margin: 0;
}
.catSide figure img {
  padding: 0.5rem;
}
.articleSide li {
  margin-bottom: 1.2rem;
}
.articleSide li a {
  font-size: 0.875rem;
}
.articleSide time {
  font-size: 0.7rem;
}
.articleSide figure {
  display: grid;
  border: 1px solid #707070;
  padding: 0.6rem;
}
.articleSide figure img {
  aspect-ratio: 700 / 380;
  object-fit: cover;
  width: 100%;
}
.more {
  text-align: right;
}
.more span {
  position: relative;
  padding-left: 1.2rem;
}
.more a {
  color: #005792;
}
.more span:before {
  content: '';
  width: 8px;
  height: 8px;
  border: 0;
  border-top: solid 1px #3c3c3c;
  border-right: solid 1px #3c3c3c;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -4px;
  transform: rotate(45deg);
}
@media screen and (max-width: 768px) {
  .sideHead {
    font-size: clamp(1.875rem, 1.42rem + 2.27vw, 3.125rem);
  }
  .sideHead span:last-child {
    font-size: clamp(0.875rem, 0.757rem + 0.59vw, 1.125rem);
  }
  .areaSide {
    padding: 1.5rem 10%;
  }
  .areaSide .acHead {
    padding: 4% 1.5rem;
    font-size: clamp(1.125rem, 0.886rem + 1.02vw, 1.375rem);
  }
  .areaSide .acContent li {
    font-size: clamp(1rem, 0.761rem + 1.02vw, 1.25rem);
  }
  .areaSide .acContent li:last-child {
    margin-bottom: 0;
  }
  .areaSide .acContent li:not(:last-child) {
    margin-bottom: 0.5rem;
  }
  .areaSide .acContent li a {
    display: block;
    padding: 0.2rem;
  }
  .areaSide .acContent li:first-child {
    margin-top: 1rem;
  }
  .areaSide > ul > li:not(:last-child) {
    margin-bottom: 1rem;
  }
  .catSide ul li a > div {
    font-size: clamp(1rem, 0.523rem + 2.04vw, 1.5rem);
  }
}
