@charset "utf-8";
header.top {
  /* position: absolute;
  z-index: 1000;
  bottom: 0;
  width: 100%;*/
}
header.top .header_area {
  width: 100%;
  background: rgba(255, 255, 255, 0.7);
}
header.top .header_contents {
  max-width: 1825px;
  padding: 8px 0;
  margin: 0 auto;
}
header.top ul.globalmenu a {
  text-decoration: none;
  color: rgba(12, 12, 12, 1.00);
  transition: all 0.5s;
  line-height: 1.5em;
  text-align: center;
}
header.top ul.globalmenu a:hover {
  opacity: 0.3;
}
header.top ul.globalmenu li {
  list-style: none;
  font-family: "a-otf-ud-shin-go-con80-pr6n", sans-serif;
  font-weight: bold;
  font-style: normal;
  font-size: 17px;
  letter-spacing: 0.12em;
}
header.top ul.globalmenu {
  width: 100%;
  display: flex;
  justify-content: space-around;
}
footer, .sp_footer {
  width: 100%;
  background: #6fdeef;
  color: #FFFFFF;
}
footer a, .sp_footer a {
  color: #FFFFFF;
}
footer img {
  width: 135px;
}
.footer_area {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1864px;
  margin: 0 auto;
  padding: 25px 20px;
}
.footer_area li {
  padding-right: 93px;
  border-right: 2px solid #fff;
}
/*update_area*/
.top_footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 20000;
}
.update_newsdate_area {
  display: inline-block;
}
.ticker {
  text-align: left;
  position: relative;
  overflow: hidden;
}
.ticker a {
  color: #595757;
}
.ticker ul {
  width: 100%;
  position: relative;
}
.ticker ul li {
  width: 100%;
  display: none;
}
.hover-menu {
  position: relative;
}
.item-download_area {
  display: none;
  height: 160px;
  top: -140px;
  position: absolute;
  left: -50%;
  width: 200%;
}

.item-download_contents {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  /* background: rgba(255, 255, 255, 0.7);*/
}
.item-download_area02 .item-download_contents {
    height: 111px;

}
.item-download_area01 .item-download_contents {
    height: 116px;

}
.item-download_area.item-download-in {
  display: block;
  opacity: 100;
}
.dl_btn01.hover, .dl_btn02.hover {
  opacity: 0.3;
}
.item-download {
  padding: 8px 0;
  display: flex;
  justify-content: center;
}
.item-download:nth-child(even) {
  /*background: #C6EDDB;*/
  background: #e0f1f4;
}
.item-download:nth-child(odd) {
  /*background: #C9E8F1;*/
  background: #6fdeef;
}
@media screen and (max-width: 2000px) and (min-height:950px) {
  .top_footer {
    width: 2000px;
    /* position:sticky;*/
  }
}
@media screen and (max-width: 1181px) {
  .top_footer {
    width: 1181px;
    /* position:sticky;*/
  }
}
.update_area {
  position: relative;
  background: rgba(255, 255, 255, 1.00);
}
.update_contents_area {
  display: flex;
  justify-content: space-between;
  max-width: 1863px;
  margin: 0 auto;
  padding: 12.5px;
  color: #595757;
}
.update_contents_area a {
  color: #595757;
}
.deco02 {
  height: 2px;
  width: 50px;
  background: #595757;
  margin-right: 20px;
}
.update_news_area, .update_newsmore_area {
  font-size: 12px;
  letter-spacing: 0.12em;
  display: flex;
}
.update_news_area {
  width: 100%;
  position: relative;
  align-items: left;
  flex-direction: column-reverse;
}
.article_area {
  display: flex;
  background: rgba(255, 255, 255, 1.00);
}
/*
.article_area:nth-child(3), .article_area:nth-child(2) {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
}
.article_area:nth-child(3) .top_hover, .article_area:nth-child(2).top_hover {
  display: flex;
}
.article_area:nth-child(3) {
  margin-top: -6.2%;
}
.article_area:nth-child(2) {
  margin-top: -3%;
}
.article_area:nth-child(3) .pc_article, .article_area:nth-child(2) .pc_article {}
.update_area_hover_bg {
  display: none;
  position: absolute;
  width: 100%;
  height: 70px;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 1.00);
  margin-top: -70px;
}
.update_area_hover_bg {
  /* height: 140px;
  margin-top: -140px;
}
*/
.update_area:hover .update_area_hover_bg {
  /* display: block;*/
}
.update_area:hover .article_area:nth-child(3), .update_area:hover .article_area:nth-child(2) {
  /* display: flex;*/
}
.update_area_hover_bg.top_hover {
  /*display: block;*/
}
.target {
  width: 100%;
  height: 100%;
}
.update_newsmore_area {
  color: #231815;
  letter-spacing: 0.12em;
  align-items: center;
}
.update_newsmore_area a {
  color: #231815;
  font-size: 10px;
  transition: 0.2s;
}
.update_newsmore_area a:hover {
  opacity: 1;
  color: #153b94;
}
.update_newsdate_area {
  margin-right: 32px;
  font-weight: bold;
}
.update_newstitle_area a {
  position: relative;
}
/*end update_area*/
header.top ul.globalmenu li {
  font-size: 14px
}
.footer_area {
  font-size: 10px;
}
/*/@media screen and (max-height:1100px) and (max-width: 2000px) */
@media screen and (max-height:950px) {
  header.top ul.globalmenu li {
    font-size: 14px
  }
  header.top .header_contents {
    /*max-width: 1205px;*/
    /*変更前*/
    max-width: 1100px;
  }
  .update_contents_area {
    max-width: 1202px;
  }
  .footer_area {
    font-size: 10px;
    max-width: 1198px;
  }
}
@media screen and (min-height:950px) {
  .update_area_hover_bg {
    height: 140px;
    margin-top: -140px;
  }
}
@media screen and (max-width: 800px) {
  .top_footer {
    display: none;
  }
  .sp_footer .sp {
    display: flex;
  }
  .footer_area {
    flex-direction: column;
    justify-content: center;
  }
  .footer_area li {
    padding-right: 0px;
    border-right: 0px;
  }
  .footer_deco_area {
    display: flex;
    justify-content: center;
  }
  .footer_deco {
    height: 46px;
    width: 1px;
    background: rgba(255, 255, 255, 1.00);
  }
  /*sp_update_area*/
  .update_news_area, .update_newsmore_area {
    display: none;
  }
  .update_contents_area {
    display: block;
  }
  .sp_update_news_area {
    width: 100%;
  }
  .sp_update_news_area article {
    display: flex;
    padding: 2em 1em;
    border-bottom: 1px solid #c9caca;
    font-size: 2.5vw;
    color: #595757;
    letter-spacing: 0.2em;
  }
  .sp_update_news_area article a {
    color: #595757;
  }
  .footer_logo_area {
    width: 40%;
    margin: 4% 0;
  }
  .footer_logo_area img {
    width: 100%;
  }
  .footer_menu_area {
    font-size: 2vw;
  }
  /*end sp_update_area*/
}