@charset "UTF-8";
body {
  min-width: 1200px;
  position: relative;
  z-index: 0;
  font-size: 1.7rem;
  line-height: 1.6;
  word-break: normal;
  word-wrap: break-word;
  font-family: 'Roboto','Quicksand',"游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

nav {
  display: block;
  position: fixed;
  z-index: 999;
  top: 0;
  width: 100%;
  height: 64px;
  -webkit-box-shadow: 0 2px 6px rgba(36, 37, 38, 0.08);
  box-shadow: 0 2px 6px rgba(36, 37, 38, 0.08);
  background: #FFF;
}

.main-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 1200px;
  height: 64px;
  margin: 0 auto;
}

.main-nav li:first-child {
  margin-right: auto;
}

.main-nav li:not(:first-child) {
  display: block;
  margin: 1.2rem 0 0 1.6rem;
}

.main-nav li .logo {
  display: block;
  width: 345px;
  margin-top: 1rem;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}

.main-nav li .logo img {
  display: block;
  width: 345px;
  vertical-align: bottom;
}

.main-nav li .logo:hover {
  opacity: 0.8;
}

.main-nav li .link_nav {
  display: block;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 42px;
  color: #000;
  margin: 0 1.6rem;
}

.main-nav li span {
  display: block;
  width: 1px;
  height: 42px;
  background: #000;
  margin: 0 1.6rem;
}

.main-nav li .link_language {
  display: block;
  font-size: 1.8rem;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  color: #FFF;
  background: #000;
  width: 4.2rem;
  text-align: center;
  padding: 7px 0;
}

.top_main {
  display: block;
  position: relative;
  width: 100%;
  margin-top: 6.4rem;
}

.top_main img {
  display: block;
  width: 100%;
}

.top_main .box_main {
  display: block;
  position: absolute;
  width: 100%;
  max-width: 1300px;
  top: 55%;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0 auto;
  -webkit-transform: translateY(-45%);
  -ms-transform: translateY(-45%);
  transform: translateY(-45%);
}

.top_main .box_main img {
  display: block;
  width: 100%;
}

.top_main .box_main .box_title_main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 4rem;
}

.top_main .box_main .box_title_main .title_main_logo {
  display: block;
  width: 100px;
  margin-right: 4rem;
}

.top_main .box_main .box_title_main .title_main_logo img {
  display: block;
  width: 100px;
}

.top_main .box_main .box_title_main .title_main {
  font-family: 'Roboto', sans-serif;
  font-size: 5.6rem;
  font-weight: bold;
  color: #FFF;
  line-height: 10rem;
  letter-spacing: 0.2rem;
}

.top_main .box_main .link_top_main {
  display: inline-block;
  width: 280px;
  border: 2px solid #FFF;
  padding: 2rem 0;
  margin-left: 14rem;
  text-align: center;
  font-family: 'Roboto', sans-serif;
  font-size: 1.5rem;
  color: #FFF;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.top_main .box_main .link_top_main i {
  font-weight: bold;
  margin-right: 2rem;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.top_main .box_main .link_top_main:hover {
  text-decoration: none;
  border: 2px solid rgba(255, 255, 255, 0.4);
}

.top_main .box_main .link_top_main:hover i {
  margin-right: 1rem;
}

.contents_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  max-width: 1200px;
  margin: 12rem auto 16rem;
}

.contents_top h1 {
  font-family: 'Roboto', sans-serif;
  font-size: 3.2rem;
  font-weight: bold;
}

.contents_top .line_top {
  display: block;
  width: 490px;
  height: 2px;
  background: #000;
  margin-bottom: 4rem;
}

.contents_top .news {
  display: block;
  width: 560px;
}

.contents_top .news .table_scroll {
  overflow-y: scroll;
  height: auto;
  max-height: 360px;
}

.contents_top .news table {
  width: 100%;
}

.contents_top .news table tr {
  width: 100%;
  border-bottom: 1px dashed #eaeaea;
}

.contents_top .news table tr td {
  padding: 1rem 0;
}

.contents_top .news table tr .update {
  width: 20%;
  font-size: 1.5rem;
}

.contents_top .news table tr .desc {
  width: 80%;
  font-size: 1.5rem;
  font-weight: 500;
}

.contents_top .contests_list {
  display: block;
  width: 560px;
}

.contents_top .contests_list .box_contests_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  max-width: 560px;
}

.contents_top .contests_list .box_contests_list .unit_contests_list {
  display: block;
  position: relative;
  width: 100%;
  max-width: 270px;
  margin-bottom: 2rem;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  -webkit-box-shadow: 0 6px 15px rgba(36, 37, 38, 0.2);
  box-shadow: 0 6px 15px rgba(36, 37, 38, 0.2);
}

.contents_top .contests_list .box_contests_list .unit_contests_list:hover {
  -webkit-box-shadow: 0 8px 15px rgba(36, 37, 38, 0.4);
  box-shadow: 0 8px 15px rgba(36, 37, 38, 0.4);
  opacity: 0.8;
}

.contents_top .contests_list .box_contests_list .unit_contests_list img {
  display: block;
  width: 100%;
}

.contents_top .contests_list .box_contests_list .unit_contests_list span {
  display: block;
  position: absolute;
  background: rgba(255, 255, 255, 0.8);
  color: #000;
  font-weight: bold;
  text-align: right;
  bottom: 0;
  width: 100%;
  padding: 8px 8px 8px 0;
}

.contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  max-width: 1200px;
  margin: 8rem auto 0;
  padding-top: 8.6rem;
}

.contents .box_article {
  display: block;
  width: 100%;
  max-width: 816px;
}

.contents .box_article .en_ver p {
  text-align: inherit;
  line-height: 27px;
}

.contents .box_article section {
  margin-bottom: 10rem;
}

.contents .box_article section h1 {
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 3.8rem;
  margin: 0 0 1.6rem;
}

.contents .box_article section .h1_small {
  font-family: 'Roboto', sans-serif;
  font-size: 2.4rem;
  font-weight: bold;
}

.contents .box_article section .update {
  font-size: 1.5rem;
  margin-bottom: 1.6rem;
}

.contents .box_article section .line {
  display: block;
  position: relative;
  width: 490px;
  height: 2px;
  background: #000;
  left: 100px;
  margin: 0 0 1.6rem;
}

.contents .box_article section .line span {
  display: block;
  position: absolute;
  width: 100px;
  height: 2px;
  background: #1D96FF;
  top: 0;
  left: -100px;
}

.contents .box_article section .coming {
  display: block;
  font-family: 'Quicksand',sans-serif;
  font-size: 3.2rem;
}

.contents .box_article section h2 {
  font-weight: bold;
  margin-bottom: 0.8rem;
}

.contents .box_article section h3 {
  font-weight: 500;
}

.contents .box_article section .skew {
  -webkit-transform: skew(-15deg);
  -ms-transform: skew(-15deg);
  transform: skew(-15deg);
}

.contents .box_article section .ol_number {
  counter-reset: number;
  list-style: none;
  padding: 0;
}

.contents .box_article section .ol_number li {
  margin-bottom: 10px;
  padding-left: 40px;
  position: relative;
}

.contents .box_article section .ol_number li:before {
  content: counter(number) ".";
  counter-increment: number;
  display: block;
  float: left;
  line-height: 20px;
  margin-top: 3px;
  margin-left: -40px;
  text-align: center;
  height: 20px;
  width: 24px;
}

.contents .box_article section .ol_paren {
  counter-reset: paren 0;
  list-style: none;
  padding: 0;
  margin-top: -2.4rem;
}

.contents .box_article section .ol_paren li {
  margin-bottom: 0px;
  padding-left: 40px;
  position: relative;
}

.contents .box_article section .ol_paren li:before {
  content: "(" counter(paren) ")";
  counter-increment: paren;
  display: block;
  float: left;
  line-height: 20px;
  margin-top: 3px;
  margin-left: -40px;
  text-align: center;
  height: 20px;
  width: 24px;
}

.contents .box_article section p {
  margin-bottom: 2.4rem;
}

.contents .box_article section .text_right {
  text-align: right;
}

.contents .box_article section .text_right img {
  display: block;
  width: 200px;
  margin: 1.6rem 0 -1.6rem auto;
}

.contents .box_article section .dl_button {
  display: block;
  background: #3f94de;
  color: #FFF;
  font-weight: 500;
  width: 560px;
  padding: 2rem;
  margin: 4rem 0 0 4rem;
  text-align: center;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.contents .box_article section .dl_button:hover {
  background: #41a2f7;
  text-decoration: none;
  -webkit-box-shadow: 0 10px 28px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22);
}

.contents .box_article section .dl_button:hover i {
  -webkit-animation-name: ani01;
  animation-name: ani01;
  -webkit-animation-duration: .4s;
  animation-duration: .4s;
  -webkit-animation-timing-function: cubic-bezier(0.05, 0.88, 0.59, 1.47);
  animation-timing-function: cubic-bezier(0.05, 0.88, 0.59, 1.47);
}

@-webkit-keyframes ani01 {
  0% {
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
  }
  50% {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@keyframes ani01 {
  0% {
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
  }
  50% {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

.contents .box_article section caption {
  text-align: left;
}

.contents .box_article section .members {
  width: 100%;
  font-size: 1.5rem;
  margin-bottom: 3.2rem;
}

.contents .box_article section .members th {
  border: 1px solid #555;
  padding: 0.5rem;
  background: #EFEFEF;
}

.contents .box_article section .members td {
  border: 1px solid #555;
  padding: 0.5rem;
}

.contents .box_article section .position {
  padding-left: 2rem;
}

.contents .box_article section .position li {
  display: inline-block;
  background: #355F84;
  padding: 0.2rem 1rem;
  color: #fff;
  border-radius: 4px;
  margin-bottom: 0.8rem;
}

.contents .box_article section .position .name {
  padding-left: 2rem;
  margin-bottom: 1.6rem;
}

.contents .box_article section .position .name li {
  display: block;
  color: #000;
  background: #FFF;
}

.contents .box_article section .img_organization {
  display: block;
  margin: 5rem 0 0 2rem;
}

.contents .box_article section .img_organization img {
  vertical-align: bottom;
}

.contents .box_article section .box_archive {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 3.2rem;
}

.contents .box_article section .box_archive .unit_archive {
  display: block;
  width: 208px;
  border-bottom: 1px solid #EAEAEA;
  margin-bottom: 5.6rem;
}

.contents .box_article section .box_archive .unit_archive .cover_archive {
  display: block;
  margin-bottom: 1.6rem;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  -webkit-box-shadow: 0 6px 15px rgba(36, 37, 38, 0.2);
  box-shadow: 0 6px 15px rgba(36, 37, 38, 0.2);
}

.contents .box_article section .box_archive .unit_archive .cover_archive:hover {
  -webkit-box-shadow: 0 8px 15px rgba(36, 37, 38, 0.4);
  box-shadow: 0 8px 15px rgba(36, 37, 38, 0.4);
  opacity: 0.8;
}

.contents .box_article section .box_archive .unit_archive .cover_archive img {
  display: block;
  vertical-align: bottom;
}

.contents .box_article section .box_archive .unit_archive .number_archive {
  display: block;
  font-size: 1.5rem;
  margin-bottom: 0.8rem;
}

.contents .box_article section .box_archive .unit_archive .title_archive {
  display: block;
  font-size: 1.5rem;
  margin-bottom: 0.8rem;
}

.contents .box_article section .box_archive .unit_archive .year_archive {
  display: block;
  font-size: 1.5rem;
  color: #BDBDBD;
  text-align: right;
  margin-bottom: 0.8rem;
}

.contents .box_mininav {
  display: block;
  width: 100%;
  max-width: 284px;
}

.contents .box_mininav .title_mininav {
  display: block;
  font-family: 'Roboto', sans-serif;
  font-size: 2rem;
  font-weight: bold;
  border-bottom: 2px solid #000;
  margin-bottom: 1.6rem;
}

.contents .box_mininav a {
  display: block;
  position: relative;
  width: 284px;
  margin-bottom: 2.4rem;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  -webkit-box-shadow: 0 6px 15px rgba(36, 37, 38, 0.2);
  box-shadow: 0 6px 15px rgba(36, 37, 38, 0.2);
}

.contents .box_mininav a:hover {
  -webkit-box-shadow: 0 8px 15px rgba(36, 37, 38, 0.4);
  box-shadow: 0 8px 15px rgba(36, 37, 38, 0.4);
  opacity: 0.8;
}

.contents .box_mininav a img {
  display: block;
  width: 100%;
  vertical-align: bottom;
}

.contents .box_mininav a span {
  display: block;
  position: absolute;
  background: rgba(255, 255, 255, 0.8);
  color: #000;
  font-weight: bold;
  text-align: right;
  bottom: 0;
  width: 100%;
  padding: 8px 8px 8px 0;
}

#page-top {
  position: fixed;
  bottom: 50px;
  right: 50px;
  font-size: 13px;
  z-index: 999;
}

#page-top a {
  display: block;
  background: #000;
  text-decoration: none;
  width: 6rem;
  line-height: 6rem;
  color: #FFF;
  text-align: center;
  display: block;
  border-radius: 50%;
}

#page-top a:hover {
  text-decoration: none;
  opacity: 0.8;
}

#canvas-container .push {
  display: block;
  position: absolute;
  bottom: 350px;
  right: 100px;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

#canvas-container .push_active {
  bottom: 460px;
}

#canvas-container .whale {
  display: block;
  position: absolute;
  bottom: 350px;
  right: 100px;
}

#sineCanvas {
  display: block;
  position: relative;
  width: 100%;
  height: 64px;
}

footer {
  display: block;
  position: relative;
  width: 100%;
  height: 400px;
  background: #355F84;
}

footer .box_footerlink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 8.4rem;
}

footer .box_footerlink a {
  display: block;
  font-size: 1.5rem;
  color: #9BBDDC;
  margin-bottom: 2rem;
}

footer .box_footerlink .link_cate01 {
  margin-right: 8rem;
}

footer .box_footerlink .link_cate_title {
  color: #FFF;
  font-size: 2.4rem;
  margin-top: -0.4rem;
}

footer .box_footerlink .link_cate_title:after {
  display: block;
  content: "";
  width: 40px;
  height: 1px;
  background: #FFF;
  margin: 1rem 0;
}

footer .copy {
  display: block;
  position: absolute;
  width: 100%;
  font-size: 1.5rem;
  color: #9bbddc;
  text-align: center;
  bottom: 2.4rem;
}
