#info .title {
  margin-bottom: 50px;
  text-align: left;
}

@media screen and (max-width: 1024px) {
  #info .title {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 640px) {
  #info .title {
    margin-bottom: 30px;
  }
}

#info .title .container {
  max-width: 960px;
}

@media screen and (max-width: 1024px) {
  #info .title .container {
    max-width: 95%;
  }
}

#info .title h1 {
  font-size: 7.5vw;
  color: #f1f1f1;
  font-weight: 700;
  line-height: 1.15;
}

@media screen and (max-width: 1024px) {
  #info .title h1 {
    font-size: 13vw;
  }
}

@media screen and (max-width: 640px) {
  #info .title h1 {
    font-size: 20vw;
  }
}

#info .title h1 span {
  font-size: 7.5vw;
  color: #ccc;
  font-weight: 700;
  line-height: 1.15;
}

@media screen and (max-width: 1024px) {
  #info .title h1 span {
    font-size: 13vw;
  }
}

@media screen and (max-width: 640px) {
  #info .title h1 span {
    font-size: 20vw;
  }
}

#info .title_bottom {
  margin-left: 15px;
  margin-bottom: 25px;
  text-align: left;
}

@media screen and (max-width: 640px) {
  #info .title_bottom {
    margin-left: 10px;
    margin-bottom: 17px;
  }
}

#info .title_bottom h2 {
  font-size: 1.55vw;
  color: #333;
  font-weight: 700;
  line-height: 1.75;
}

@media screen and (max-width: 1024px) {
  #info .title_bottom h2 {
    font-size: 2.5vw;
  }
}

@media screen and (max-width: 640px) {
  #info .title_bottom h2 {
    font-size: 3.5vw;
  }
}

#info .title_arrow {
  width: 156px;
  margin: 0 auto;
}

@media screen and (max-width: 1024px) {
  #info .title_arrow {
    width: 17%;
  }
}

#info .info {
  background-color: #fff;
}

#info .info_top {
  display: flex;
  align-items: center;
  width: fit-content;
  margin: 0 0 30px auto;
}

@media screen and (max-width: 415px) {
  #info .info_top {
    width: 100%;
    margin-bottom: 20px;
  }
}

#info .info_top_item {
  width: 190px;
  padding: 10px 0;
  text-align: center;
  background-color: #333333;
  border-radius: 30px;
}

@media screen and (max-width: 640px) {
  #info .info_top_item {
    width: 150px;
  }
}

@media screen and (max-width: 415px) {
  #info .info_top_item {
    width: 49%;
  }
}

#info .info_top_item:first-of-type {
  margin-right: 10px;
}

#info .info_top_item a {
  font-size: 18px;
  color: #fff;
  font-weight: 700;
  cursor: pointer;
}

@media screen and (max-width: 640px) {
  #info .info_top_item a {
    font-size: 15px;
  }
}

#info .info_top_item_year {
  display: none;
  position: absolute;
  background: #fff;
  width: 189px;
  height: auto;
  box-shadow: 1px 1px 12px #d3cdcd;
}

@media screen and (max-width: 640px) {
  #info .info_top_item_year {
    width: 50%;
  }
}

#info .info_top_item_year a {
  padding: 10px 0;
  color: #333;
  font-size: 14px;
}

#info .info_cont {
  width: 100%;
  margin-bottom: 100px;
  border-top: 1px solid #707070;
}

@media screen and (max-width: 414px) {
  #info .info_cont {
    margin-bottom: 50px;
  }
}

#info .info_cont_item {
  border-bottom: 1px solid #707070;
}

#info .info_cont_item a {
  display: flex;
  align-items: center;
  padding: 15px 0;
}

@media screen and (max-width: 640px) {
  #info .info_cont_item a {
    flex-wrap: wrap;
  }
}

#info .info_cont_item_date {
  width: 13%;
}

@media screen and (max-width: 768px) {
  #info .info_cont_item_date {
    width: 17%;
  }
}

@media screen and (max-width: 640px) {
  #info .info_cont_item_date {
    width: 25%;
  }
}

@media screen and (max-width: 414px) {
  #info .info_cont_item_date {
    width: 30%;
  }
}

#info .info_cont_item_date p {
  font-size: 14px;
  color: #333;
  font-weight: 700;
}

@media screen and (max-width: 414px) {
  #info .info_cont_item_date p {
    font-size: 13px;
  }
}

#info .info_cont_item_category {
  width: 13%;
}

@media screen and (max-width: 768px) {
  #info .info_cont_item_category {
    width: 15%;
  }
}

@media screen and (max-width: 640px) {
  #info .info_cont_item_category {
    width: 75%;
  }
}

@media screen and (max-width: 414px) {
  #info .info_cont_item_category {
    width: 70%;
  }
}

#info .info_cont_item_category_bg {
  display: inline-block;
  padding: 5px 10px;
  background-color: #000;
}

#info .info_cont_item_category_bg p {
  font-size: 14px;
  color: #fff;
  font-weight: 700;
}

@media screen and (max-width: 414px) {
  #info .info_cont_item_category_bg p {
    font-size: 13px;
  }
}

@media screen and (max-width: 640px) {
  #info .info_cont_item_title {
    width: 100%;
    margin-top: 10px;
  }
}

#info .info_cont_item_title p {
  font-size: 14px;
  color: #333;
  font-weight: 700;
}

@media screen and (max-width: 414px) {
  #info .info_cont_item_title p {
    font-size: 13px;
  }
}

#info .info_bottom {
  display: flex;
  align-items: center;
  margin-bottom: 210px;
}

@media screen and (max-width: 1024px) {
  #info .info_bottom {
    margin-bottom: 110px;
  }
}

#info .info_bottom_item {
  margin-right: 10px;
  border: 2px solid #333;
  border-radius: 50%;
}

#info .info_bottom_item a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  font-size: 17px;
  color: #333;
  font-weight: 700;
  line-height: 1.75;
}
/*# sourceMappingURL=info.css.map */