<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
.yearListAll .monthList:last-child .contentBox a {
  border-bottom: 1px solid #ddd;
  display: block;
}
.yearListAll .monthList:last-child .thumbnailListDate {
  padding-bottom: 0;
}
.yearListAll .monthList:last-child .dateBoxDate {
  padding-bottom: 0;
}


.monthList .dateBox .content .monthBox:after,
 .monthList .dateBox .content .thumbnailList:after,
  .volTtl:after,
   .yearList:after,
    .articleBox2:after {
    content: ".";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    font-size: 0;
    line-height: 0;
}

.dateBox {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 15px 0;
  margin-bottom: 20px;
}
.dateBox .month {
  float: left;
  font-family: "New York Madisonblue", "游明朝体 Medium", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-size: 18px;
  letter-spacing: 0.04em;
  width: 160px;
}
.dateBox .year {
  float: left;
  font-family: "SFCompactText Madisonblue", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 9px;
}

.dateBoxSp {
  display: none;
}

.-tangerine .monthList {
  cursor: pointer;
}
.-tangerine .monthList .dateBox {
  margin-bottom: 0;
  border-bottom: none;
}
.-tangerine .monthList .dateBox .content {
  width: 100%;
  background-image: url("../ico_plus.png");
  background-image: url("../ico_blank.png");
  background-size: 12px auto;
  background-repeat: no-repeat;
  background-position: right 15px center;
}
.-tangerine .monthList .dateBox .content .monthBox {
  width: 30%;
  float: right;
  padding-top: 50px;
}
.-tangerine .monthList .dateBox .content .thumbnailList {
  float: left;
  max-width: 60%;
  max-width: calc(70% - 30px);
}
.-tangerine .monthList .dateBox .content .thumbnailList li {
  width: 100px;
  max-width: 30%;
  margin-right: 10px;
  float: left;
}
.-tangerine .monthList .dateBox .content .thumbnailList li img {
  max-width: 100%;
}
.-tangerine .monthList .dateBoxDate {
  padding-bottom: 5px;
}
.-tangerine .monthList .dateBoxDate .content .thumbnailListDate {
  padding-bottom: 5px;
}
.-tangerine .monthList .dateBoxDate .content .thumbnailListDate li {
  margin-bottom: 10px;
}

.-tangerine .monthListLast {
  margin-bottom: 100px;
}
.-tangerine .monthListLast .dateBox {
  border-bottom: 1px solid #ddd;
}

.-tangerine .yearTtl {
  padding-top: 120px;
  text-align: center;
  font-family: "SFCompactText Madisonblue", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 16px;
  letter-spacing: 0.05em;
  font-weight: 600;
  margin-bottom: 30px;
}
.-tangerine .yearList {
  margin-bottom: 80px;
  margin: 0 -10px;
  margin-bottom: 160px;
}
.-tangerine .yearList li {
  float: left;
  width: calc(33.33% - 20px);
  margin: 0 10px 20px;
  border-bottom: 1px solid #ddd;
}
.-tangerine .yearList li a {
  border-top: 1px solid #ddd;
  font-size: 14px;
  letter-spacing: 0.04em;
  font-weight: 600;
  display: block;
  padding: 40px 0;
  text-align: center;
  font-family: "SFCompactText Madisonblue", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  transition: all .25s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.-tangerine .yearList li a:hover {
    opacity: 0.6;
}
.-tangerine .yearList li a span {
  padding-right: 25px;
  background-image: url(../ico_blank.png);
  background-size: 12px auto;
  background-repeat: no-repeat;
  background-position: right center;
}


@media screen and (max-width: 719px) {
  .contentBox.-tlist {
    margin-block-end: 30px;
  }
   .-tangerine .monthList {
    margin-top: -1px;
  }
  .-tangerine .monthList .dateBox .content {
    width: auto;
    float: none;
    background-position: right 24px top 5px;
  }
  .-tangerine .monthList .dateBox .content .monthBox {
    float: none;
    width: auto;
    padding-top: 0;
    margin-bottom: 10px;
  }
  .-tangerine .monthList .dateBox .content .monthBox .month {
    float: none;
    width: auto;
    display: inline-block;
    position: absolute;
    left: 50%;
    -webkit-transform: translateY(0%) translateX(-50%);
        -ms-transform: translateY(0%) translateX(-50%);
            transform: translateY(0%) translateX(-50%);
  }
  .-tangerine .monthList .dateBox .content .monthBox .year {
    float: right;
    margin-right: 60px;
  }
  .-tangerine .monthList .dateBox .content .thumbnailList {
    width: 100%;
    max-width: 100%;
    float: none;
    padding-inline: 15px;    
  }
  .-tangerine .monthList .dateBox .content .thumbnailList li {
    width: calc(33.33% - 10px);
    margin: 0 5px 10px;
    float: left;
    max-width: initial;
  }
  .-tangerine .monthList .contentBox {
    padding-left: 0;
    padding-right: 0;
  }
  .-tangerine .monthList .dateBox .content {
      width: auto;
      float: none;
      background-position: right 24px top 5px;
  }
  .-tangerine .monthList .dateBox .content .monthBox {
      float: none;
      width: auto;
      padding-top: 0;
      margin-bottom: 10px;
  }   
  .-tangerine .monthList .dateBox .content .monthBox .month {
      float: none;
      width: auto;
      display: inline-block;
      position: absolute;
      left: 50%;
      -webkit-transform: translateY(0%) translateX(-50%);
      -ms-transform: translateY(0%) translateX(-50%);
      transform: translateY(0%) translateX(-50%);
  } 
 
    
  .-tangerine .yearTtl {
      padding-top: 100px;
  }
  .-tangerine .yearList {
    margin-inline: 15px;
    margin-bottom: 80px;
    border-top: 1px solid #ddd;
  }   
  .-tangerine .yearList li {
    margin-bottom: 0;
    width: 100%;
    margin-inline: 0;
  }
  .-tangerine .yearList li a {
    font-size: 14px;
    text-align: center;
    border: none;
    padding: 20px 0;
  }   
    
}</pre></body></html>