
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url("https://fonts.googleapis.com/css?family=Poppins:400,500,600");

@charset "UTF-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: '';
  content: none;
}

q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.clearfix:after {
  content: '.';
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

body {
  font-family: "游ゴシック",YuGothic,"Helvetica","ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Arial, sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  width: 100%;
}

body {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-text-size-adjust: 100%;
  font-family: 'Noto Sans Japanese', sans-serif;
}

.wrapper_back {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  min-width: 320px;
  height: 100%;
  background: url(../img/bg_ptn.gif) center top;
  -webkit-background-size: 50px 50px;
  background-size: 50px 50px;
  z-index: -1;
}

.wrapper_back p {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  -webkit-transform: translateY(105%);
  -ms-transform: translateY(105%);
  transform: translateY(105%);
}

.wrapper_back p span {
  content: '';
  display: block;
  border-radius: 50%;
}

.wrapper_back p.round1 span {
  max-width: 100px;
  max-height: 100px;
  min-width: 50px;
  min-height: 50px;
  border: 1px solid #004CAD;
  opacity: .4;
  filter: alpha(opacity=40);
}

.wrapper_back p.round2 span {
  max-width: 130px;
  max-height: 130px;
  min-width: 80px;
  min-height: 80px;
  border: 1px solid #004CAD;
  opacity: .5;
  filter: alpha(opacity=50);
}

.wrapper_back p.round3 span {
  max-width: 20px;
  max-height: 20px;
  background-color: #004CAD;
  opacity: .5;
  filter: alpha(opacity=50);
}

.wrapper_back p.round4 span {
  max-width: 15px;
  max-height: 15px;
  background-color: #004CAD;
  opacity: .4;
  filter: alpha(opacity=40);
}

.wrapper_back p.round_anime1 {
  -webkit-animation: round_animation 18s linear 4.5s infinite;
  animation: round_animation 18s linear 4.5s infinite;
}

.wrapper_back p.round_anime2 {
  -webkit-animation: round_animation 26.5s linear 9s infinite;
  animation: round_animation 26.5s linear 9s infinite;
}

.wrapper_back p.round_anime3 {
  -webkit-animation: round_animation 12.8s linear 5s infinite;
  animation: round_animation 12.8s linear 5s infinite;
}

.wrapper_back p.round_anime4 {
  -webkit-animation: round_animation 12s linear .1s infinite;
  animation: round_animation 12s linear .1s infinite;
}

.wrapper_back p.round_anime5 {
  -webkit-animation: round_animation 14s linear 2.5s infinite;
  animation: round_animation 14s linear 2.5s infinite;
}

.wrapper_back p.round_anime6 {
  -webkit-animation: round_animation 20s linear .1s infinite;
  animation: round_animation 20s linear .1s infinite;
}

@-webkit-keyframes round_animation {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
  100% {
    -webkit-transform: translateY(-10%);
    transform: translateY(-10%);
  }
}

@keyframes round_animation {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
  100% {
    -webkit-transform: translateY(-10%);
    transform: translateY(-10%);
  }
}

.wrapper {
  width: 100%;
  height: 100%;
  min-width: 320px;
  max-width: 750px;
  margin: 0 auto;
  overflow: hidden;
}

.header {
  position: fixed;
  top: 0;
  width: 100%;
  height: 57px;
  max-width: 750px;
  background-color: #fff;
  border-top: 3px solid #004CAD;
  text-align: center;
  z-index: 100;
}

.header .logo {
  position: relative;
  width: 112px;
  height: 29px;
  margin: 0 auto;
  padding: 14px 0;
  background: url(../img/logo_white.png) no-repeat center center;
  -webkit-background-size: 112px 29px;
  background-size: 112px 29px;
  z-index: 50;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.header .logo img {
  width: 100%;
  vertical-align: bottom;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: opacity .5s ease-out .2s;
  transition: opacity .5s ease-out .2s;
}

.header .menu_btn {
  position: absolute;
  left: 24px;
  top: 26px;
  width: 20px;
  height: 20px;
  z-index: 60;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: .5s opacity .1s;
  transition: .5s opacity .1s;
}

.header .menu_btn span {
  display: block;
  width: 100%;
  height: 2px;
  position: relative;
  background-color: #000;
  -webkit-transition: .5s all;
  transition: .5s all;
}

.header .menu_btn .top {
  -webkit-animation: menu_btn-top .5s;
  animation: menu_btn-top .5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-transform: translateY(-5px) rotate(0deg);
  -ms-transform: translateY(-5px) rotate(0deg);
  transform: translateY(-5px) rotate(0deg);
}

.header .menu_btn .middle {
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  opacity: 1;
  filter: alpha(opacity=100);
}

.header .menu_btn .bottom {
  -webkit-animation: menu_btn-bottom .5s;
  animation: menu_btn-bottom .5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-transform: translateY(5px) rotate(0deg);
  -ms-transform: translateY(5px) rotate(0deg);
  transform: translateY(5px) rotate(0deg);
}

.header .menu_btn.start {
  opacity: 1;
  filter: alpha(opacity=100);
}

.header .g_nav {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #004CAD;
  font-family: 'Poppins', sans-serif;
  color: #fff;
  z-index: 30;
  overflow: hidden;
  -webkit-transition: .4s height ease-out;
  transition: .4s height ease-out;
}

.header .g_nav .g_nav_in {
  display: table;
  width: 100%;
  height: 100%;
}

.header .g_nav .g_nav_in .g_nav_in_c {
  display: table-cell;
  vertical-align: middle;
}

.header .g_nav .g_nav_in .g_nav_in_c .g_nav_btn {
  font-size: 22px;
  letter-spacing: 2px;
}

.header .g_nav .g_nav_in .g_nav_in_c .g_nav_btn li {
  opacity: 0;
  filter: alpha(opacity=0);
  margin-top: 25px;
  -webkit-transition: .4s opacity ease-out;
  transition: .4s opacity ease-out;
}

.header .g_nav .g_nav_in .g_nav_in_c .g_nav_btn li.nav_none {
  color: #7fcef0;
}

.header .g_nav .g_nav_in .g_nav_in_c .g_nav_btn li a {
  color: #fff;
  text-decoration: none;
}

.header .g_nav .g_nav_in .g_nav_in_c .g_nav_btn li a.open_win:after {
  content: '　';
  display: inline-block;
  width: 6px;
  height: 9px;
  margin-left: 5px;
  background: url(../img/menu/item_link.png) no-repeat bottom right;
  -webkit-background-size: 6px 6px;
  background-size: 6px 6px;
  vertical-align: top;
}

.header .g_nav .g_nav_in .g_nav_in_c .share_box {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: .4s opacity ease-out;
  transition: .4s opacity ease-out;
}

.header .g_nav .g_nav_in .g_nav_in_c .share_box .share_txt {
  margin-top: 40px;
  font-size: 14px;
  letter-spacing: 2px;
}

.header .g_nav .g_nav_in .g_nav_in_c .share_box .share_btn {
  margin-top: 20px;
}

.header .g_nav .g_nav_in .g_nav_in_c .share_box .share_btn li {
  width: 25px;
  display: inline-block;
  margin: 0 13px;
}

.header .g_nav .g_nav_in .g_nav_in_c .share_box .share_btn li img {
  width: 100%;
}

.header.menu-open {
  background-color: #fff;
}

.header.menu-open .logo img {
  opacity: 0;
  filter: alpha(opacity=0);
}

.header.menu-open .menu_btn .top {
  background-color: #fff;
  -webkit-animation: menu_btn-top-close .5s;
  animation: menu_btn-top-close .5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.header.menu-open .menu_btn .middle {
  background-color: #fff;
  opacity: 0;
  filter: alpha(opacity=0);
}

.header.menu-open .menu_btn .bottom {
  background-color: #fff;
  -webkit-animation: menu_btn-bottom-close .5s;
  animation: menu_btn-bottom-close .5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.header.menu-open .g_nav {
  height: 100%;
}

.header.menu-open .g_nav .g_nav_in .g_nav_in_c.nav-move .g_nav_btn li, .header.menu-open .g_nav .g_nav_in .g_nav_in_c.nav-move .share_box {
  opacity: 1;
  filter: alpha(opacity=100);
}

@-webkit-keyframes menu_btn-top {
  0% {
    -webkit-transform: translateY(0px) rotate(-45deg);
    transform: translateY(0px) rotate(-45deg);
  }
  50% {
    -webkit-transform: translateY(2px) rotate(0deg);
    transform: translateY(2px) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(-5px) rotate(0deg);
    transform: translateY(-5px) rotate(0deg);
  }
}

@keyframes menu_btn-top {
  0% {
    -webkit-transform: translateY(0px) rotate(-45deg);
    transform: translateY(0px) rotate(-45deg);
  }
  50% {
    -webkit-transform: translateY(2px) rotate(0deg);
    transform: translateY(2px) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(-5px) rotate(0deg);
    transform: translateY(-5px) rotate(0deg);
  }
}

@-webkit-keyframes menu_btn-bottom {
  0% {
    -webkit-transform: translateY(-4px) rotate(45deg);
    transform: translateY(-4px) rotate(45deg);
  }
  50% {
    -webkit-transform: translateY(-2px) rotate(0deg);
    transform: translateY(-2px) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(5px) rotate(0deg);
    transform: translateY(5px) rotate(0deg);
  }
}

@keyframes menu_btn-bottom {
  0% {
    -webkit-transform: translateY(-4px) rotate(45deg);
    transform: translateY(-4px) rotate(45deg);
  }
  50% {
    -webkit-transform: translateY(-2px) rotate(0deg);
    transform: translateY(-2px) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(5px) rotate(0deg);
    transform: translateY(5px) rotate(0deg);
  }
}

@-webkit-keyframes menu_btn-top-close {
  0% {
    -webkit-transform: translateY(-5px) rotate(0deg);
    transform: translateY(-5px) rotate(0deg);
  }
  50% {
    -webkit-transform: translateY(2px) rotate(0deg);
    transform: translateY(2px) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(0px) rotate(-45deg);
    transform: translateY(0px) rotate(-45deg);
  }
}

@keyframes menu_btn-top-close {
  0% {
    -webkit-transform: translateY(-5px) rotate(0deg);
    transform: translateY(-5px) rotate(0deg);
  }
  50% {
    -webkit-transform: translateY(2px) rotate(0deg);
    transform: translateY(2px) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(0px) rotate(-45deg);
    transform: translateY(0px) rotate(-45deg);
  }
}

@-webkit-keyframes menu_btn-bottom-close {
  0% {
    -webkit-transform: translateY(5px) rotate(0deg);
    transform: translateY(5px) rotate(0deg);
  }
  50% {
    -webkit-transform: translateY(-2px) rotate(0deg);
    transform: translateY(-2px) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(-4px) rotate(45deg);
    transform: translateY(-4px) rotate(45deg);
  }
}

@keyframes menu_btn-bottom-close {
  0% {
    -webkit-transform: translateY(5px) rotate(0deg);
    transform: translateY(5px) rotate(0deg);
  }
  50% {
    -webkit-transform: translateY(-2px) rotate(0deg);
    transform: translateY(-2px) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(-4px) rotate(45deg);
    transform: translateY(-4px) rotate(45deg);
  }
}

.content {
  width: 100%;
  min-height: 450px;
  margin-top: 57px;
}

.content .news_list_box {
  width: 89%;
  margin: 20px auto 0;
  padding-top: 10px;
  border-top: 1px solid #2667b9;
}

.content .news_list_box li {
  width: 100%;
  margin: 0 0 10px;
  padding: 0 0 10px;
  border-bottom: 1px solid #2667b9;
}

.content .news_list_box li a {
  display: block;
  color: #fff;
  text-decoration: none;
}

.content .news_list_box li a .news_thumb {
  float: left;
  width: 70px;
  height: 70px;
  margin-right: 8px;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #fff;
}

.content .news_list_box li a .news_list_title {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.6;
  display: box;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.content .news_list_box li a .news_day {
  margin-top: 6px;
  font-size: 12px;
}

.content .news_list_box li a .news_title {
  display: inline-block;
  margin-top: 10px;
  padding: 3px 4px;
  background-color: #fff;
  color: #004CAD;
  font-size: 12px;
}

.content .news_list_box li a:after {
  content: '.';
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.content .pankuzu {
  background-color: #eee;
  font-size: 10px;
  padding: 5px 3%;
  display: box;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.content .pankuzu span {
  line-height: 1.8;
}

.content .pankuzu span a {
  color: #000;
}

.footer {
  padding: 60px 0 40px;
  background-color: #fff;
  text-align: center;
  font-family: 'Poppins', sans-serif;
}

.footer .foot_link {
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
}

.footer .foot_link li {
  display: inline-block;
  color: #888;
}

.footer .foot_link li.nav_none {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.footer .foot_link li:after {
  content: '/';
  padding: 0 2px 0 6px;
}

.footer .foot_link li a {
  color: #888;
  text-decoration: none;
}

.footer .foot_link li:last-child:after {
  display: none;
}

.footer .copy {
  margin-top: 14px;
  font-size: 10px;
  color: #888;
}

.footer .open_win:after {
  content: '　';
  display: inline-block;
  width: 5px;
  height: 7px;
  margin-left: 3px;
  background: url(../img/item_link_footer.png) no-repeat bottom center;
  -webkit-background-size: 5px 5px;
  background-size: 5px 5px;
  vertical-align: top;
}

.footer .pagetop {
  width: 14px;
  margin: 35px auto 0;
}

.footer .pagetop img {
  width: 100%;
}

.footer_mark {
  position: relative;
  width: 100%;
  padding: 12px 0;
  background-color: #004CAD;
  text-align: center;
}

.footer_mark img {
  width: 11%;
}

.footer_mark .copy_avex {
  position: absolute;
  right: 5%;
  bottom: 12px;
  color: #fff;
  font-size: 14px;
  font-weight: normal;
}
