@import url(./contact_block.css);

#archive .image {
  height: auto !important;
}
#archive #contents section .inner {
  padding: 0;
}
#archive #contents section .inner span {
  color: inherit;
}
/* SP */
@media screen and (max-width: 640px) {
  #archive #contents section .image .catch {
    padding-top: 110px;
  }
  #archive #contents section .image .catch h3 {
    margin: 0 0 32px;
  }
}

#archive #contents section #selectcat{
  margin-bottom: 58px;
}
#archive #contents section #selectcat .inner {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 12px 26px;
  padding: 24px 37px;
  background: #F2F5F5;
  font-size: 18px;
  font-weight: bold;
}
#archive #contents section #selectcat .selectbox {
  position: relative;
  display: block;
}
#archive #contents section #selectcat .selectbox::after {
  content: "";
  position: absolute;
  top: 0;
  right: 20px;
  width: 12px;
  height: 100%;
  background: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2213.414%22%20height%3D%228.121%22%20viewBox%3D%220%200%2013.414%208.121%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_83%22%20data-name%3D%22%E3%83%91%E3%82%B9%2083%22%20d%3D%22M0%2C0%2C6%2C6%2C0%2C12%22%20transform%3D%22translate(12.707%200.707)%20rotate(90)%22%20fill%3D%22none%22%20stroke%3D%22%23ec2c26%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%2F%3E%3C%2Fsvg%3E') center/contain no-repeat;
  pointer-events: none;
}
#archive #contents section #selectcat .selectbox select {
  appearance: none;
  display: block;
  width: 275px;
  height: 44px;
  padding: 0 20px;
  border: 1px solid #d6d6d6;
  background: #fff;
  cursor: pointer;
  outline: none;
  color: inherit;
  font-family: inherit;
  font-size: 14px;
}
/* SP */
@media screen and (max-width: 640px) {
  #archive #contents section #selectcat{
    margin:  30px 32px;
  }
  #archive #contents section #selectcat .inner{
    flex-direction: column;
    padding: 16px 20px 20px;
    font-size: 16px;
  }
  #archive #contents section #selectcat .selectbox{
    width: 100%;
  }
  #archive #contents section #selectcat .selectbox select{
    width: 100%;
    height: 44px;
  }
}


#archive #contents section #ir {
  padding-bottom: 50px;
}
#archive #contents section #ir .list {
  margin: 0;
  padding: 0;
  border-top: 1px solid #D6D6D6;
  color: #242E33;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.4;
}
#archive #contents section #ir .list .link {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 32px 60px 32px 32px;
  border-bottom: 1px solid #D6D6D6;
  color: inherit;
  font: inherit;
  line-height: inherit;
  text-decoration: none;
  transition: opacity .3s;
}
#archive #contents section #ir .list a::before {
  content: "";
  position: absolute;
  top: 0;
  right: 32px;
  display: inline-block;
  width: 23px;
  height: 100%;
  background: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2222.667%22%20height%3D%2228.333%22%20viewBox%3D%220%200%2022.667%2028.333%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_4508%22%20data-name%3D%22%E3%83%91%E3%82%B9%204508%22%20d%3D%22M18.167%2C2H6.833A2.83%2C2.83%2C0%2C0%2C0%2C4.014%2C4.833L4%2C27.5a2.83%2C2.83%2C0%2C0%2C0%2C2.819%2C2.833H23.833A2.842%2C2.842%2C0%2C0%2C0%2C26.667%2C27.5v-17ZM21%2C24.667H9.667V21.833H21ZM21%2C19H9.667V16.167H21Zm-4.25-7.083V4.125l7.792%2C7.792Z%22%20transform%3D%22translate(-4%20-2)%22%20fill%3D%22%239c9e9e%22%2F%3E%3C%2Fsvg%3E') center/contain no-repeat;
}
#archive #contents section #ir .list a.link:hover {
  opacity: .6;
}
#archive #contents section #ir .date {
  display: inline-block;
  margin-right: 28px;
  font-size: 14px;
  font-weight: 400;
}
#archive #contents section #ir .category {
  display: inline-block;
  margin-right: 5px;
  padding: 5px 8px;
  background: #242E33;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
}
#archive #contents section #ir .title {
  display: block;
  width: 100%;
  margin: 18px 0 0;
}
/* SP */
@media screen and (max-width: 640px) {
  #archive #contents section #ir{
    padding-bottom: 0;
  }
  #archive #contents section #ir .list .link{
    padding: 20px 80px 20px 32px;
  }
  #archive #contents section #ir .date{
    margin-right: 12px;
    font-size: 12px;
  }
  #archive #contents section #ir .category{
    font-size: 12px;
  }
}


#archive #contents section #ir .navigation .nav-links {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 35px;
  margin-top: 80px;
}
#archive #contents section #ir .navigation .page-numbers {
  min-width: 10px;
  height: 42px;
  color: #242E33;
  font-size: 18px;
  line-height: 42px;
  text-align: center;
  text-decoration: none;
  transition: opacity .3s;
}
#archive #contents section #ir .navigation a.page-numbers:hover {
  opacity: .6;
}
#archive #contents section #ir .navigation .page-numbers.current {
  width: 42px;
  background: #242E33;
  border-radius: 50%;
  color: #fff;
}
#archive #contents section #ir .navigation .page-numbers.prev::before,
#archive #contents section #ir .navigation .page-numbers.next::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%227%22%20height%3D%2214%22%20viewBox%3D%220%200%207%2014%22%3E%20%3Cpath%20id%3D%22Icon_ionic-ios-arrow-forward%22%20data-name%3D%22Icon%20ionic-ios-arrow-forward%22%20d%3D%22M16.136%2C13.194%2C11.5%2C7.9a1.1%2C1.1%2C0%2C0%2C1%2C0-1.413.806.806%2C0%2C0%2C1%2C1.239%2C0l5.249%2C6a1.1%2C1.1%2C0%2C0%2C1%2C.026%2C1.38L12.746%2C19.9a.8.8%2C0%2C0%2C1-1.239%2C0%2C1.1%2C1.1%2C0%2C0%2C1%2C0-1.413Z%22%20transform%3D%22translate(-11.246%20-6.196)%22%2F%3E%3C%2Fsvg%3E') center/7px 14px no-repeat;
}
#archive #contents section #ir .navigation .page-numbers.prev::before {
  transform: rotate(180deg);
}

/* SP */
@media screen and (max-width: 640px) {
  #archive #contents section #ir .navigation .nav-links{
    margin-top: 40px;
  }
  #archive #contents section #ir .navigation .page-numbers{
    height: 38px;
    font-size: 16px;
    line-height: 38px;
  }
  #archive #contents section #ir .navigation .page-numbers.current{
    width: 38px;
  }
}