/*----------------------------------------
** B-EN-G GLOBAL DAY 2020
** archive
----------------------------------------*/
img {
  max-width: 100%;
  vertical-align: top;
  margin: 0;
  padding: 0;
}
img[src$=".svg"] {
  max-width: 100%;
  width: 100%; /* IE対応 */
  height: auto;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
/*--------------------------------------*/
.__min {
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", "游明朝体", "YuMincho",
    "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E",
    "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.__goth {
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium",
    "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}
.__en {
  font-family: "Fanwood Text", serif;
}
.__notes {
  font-size: 85%;
  text-indent: -1em;
  padding-left: 1em;
  display: inline-block;
}
/*--------------------------------------*/
#archive header h1 {
  margin-left: auto;
}

/*----------------------------------------
** archive
----------------------------------------*/
.__archive {
  position: relative;
  margin-bottom: 150px;
  padding-top: 100px;
}
.__archive h2 {
  width: 230px;
  margin: 0 auto 20px;
}
.__archive h3 {
  text-align: center;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  .__archive .__inner {
    width: 90%;
    margin: 0 auto;
  }
  .__archive h2 {
    width: calc(230px * 0.6);
    margin: 0 auto 20px;
  }
  .__archive h3 {
  font-size: 0.93rem;
}

}

.__archive-list {
  padding: 30px 0;
  border-bottom: 1px dotted #fff;
}
.__archive-list:last-child {
  border-bottom: none;
}
.__archive-list-item {
  display: flex;
}
.__archive-list-item .__name {
  margin: 0 auto 0 0;
  font-size: 1.33rem;
  font-weight: 700;
}
.__archive-list-item .__name span {
  font-size: 80%;
  margin-left: 10px;
}
[class^="__bt-archive-"] {
  display: block;
  width: 150px;
  text-decoration: none;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 700;
  padding: 5px;
  text-align: center;
  transition: 0.3s all;
  border-radius: 4px;
}
.__bt-archive-top {
  background: #3cacec;
  margin: 0 15px 0 0;
}
.__bt-archive-top:hover {
  background: #0a5683;
}
.__bt-archive-report {
  background: #0380d3;
  margin: 0;
}
.__bt-archive-report:hover {
  background: #035d99;
}
@media screen and (max-width: 768px) {
  .__archive-list-item {
    display: flex;
    flex-wrap: wrap;
  }
  .__archive-list-item .__name {
    width: 100%;
    margin: 0 auto 15px;
    font-size: 1.33rem;
    font-weight: 700;
    text-align: center;
  }
  .__archive-list-item .__name span {
    font-size: 80%;
    margin-left: 10px;
  }
  [class^="__bt-archive-"] {
    display: block;
    width: 40%;
    text-decoration: none;
    color: #fff;
    font-size: 1rem;
    padding: 5px;
    text-align: center;
    transition: 0.3s all;
  }
  .__bt-archive-top {
    background: rgba(0, 160, 64, 1);
    margin: 0 15px 0 auto;
  }
  .__bt-archive-report {
    background: rgba(169, 205, 54, 1);
    margin: 0 auto 0 15px;
  }
}
