  @charset "UTF-8";
/*////////////////////////////////////////////////////

    .ÔO¶¨

////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////
    ¥Ú©`¥¸¹ÌÓÐ¤Î¥¹¥¿¥¤¥ë
////////////////////////////////////////////////////*/
.p-month {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
@media print, screen and (min-width: 600px) {
  .p-month {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }
}
@media print, screen and (min-width: 960px) {
  .p-month {
    display: flex;
    justify-content: space-between;
  }
}
.p-month_item > span, .p-month_item > a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 5px;
}
.p-month_item > span {
  color: #c8d2dc;
}
.p-month_item > span .arrow {
  stroke: #C8D2DC;
}
.p-month_item > a .arrow {
  stroke: #0068AF;
}
.p-month_item .arrow {
  fill: none;
  stroke-width: 1.5px;
  stroke-linecap: round;
  stroke-linejoin: round;
  width: 10px;
}

.side_menu .btn.__airplane {
  color: #0068AF;
  font-weight: bold;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  padding: 1.6rem 0.8rem;
}
.side_menu .btn.__airplane .icon {
  fill: none;
  stroke: #0068AF;
  width: 23px;
  height: 22px;
}

.p-media_information {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 1rem;
  margin-bottom: 3rem;
}
.p-media_information_date {
  font-size: 1.4rem;
}
.p-media_information_category {
  font-size: 1.2rem;
  width: 120px;
  height: 20px;
  background-color: #0068AF;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  line-height: 1.1;
  margin: 0;
}

.p-videos {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem clamp(2rem, 5.3333333333vw, 3rem);
}
@media print, screen and (min-width: 600px) {
  .p-videos {
    grid-template-columns: 1fr 1fr;
  }
}
.p-videos_item_video {
  margin-bottom: 1rem;
}
.p-videos_item_txt {
  line-height: 1.4;
}
.p-videos_item_hl {
  margin-bottom: 1rem;
}

.p-brochures {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 3rem clamp(2rem, 5.3333333333vw, 3rem);
}
@media only screen and (max-width: 480px) {
  .p-brochures {
    grid-template-columns: 1fr 1fr;
  }
}
@media print, screen and (min-width: 600px) {
  .p-brochures {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
@media print, screen and (min-width: 960px) {
  .p-brochures {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media only screen and (min-width: 1312px) {
  .p-brochures {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
.p-brochures_item_link {
  color: #333333;
  transition: color 0.3s ease;
}
@media (hover: hover) {
  .p-brochures_item_link:hover {
    text-decoration: none;
    color: #0068AF;
  }
  .p-brochures_item_link:hover .p-brochures_item_img > img {
    transform: scale(1.1);
  }
}
.p-brochures_item_img {
  display: block;
  border: 1px solid #CCECF8;
  aspect-ratio: 62/100;
  margin-bottom: 1rem;
  overflow: hidden;
}
.p-brochures_item_img > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.p-brochures_item_txt {
  line-height: 1.4;
  font-size: clamp(1.4rem, 3.7333333333vw, 1.6rem);
}/*# sourceMappingURL=custom.css.map */