@charset "utf-8";
#sp_header {
  display: none;
}

/*------------------------------------------------------------
header
------------------------------------------------------------*/
div.mv{
  background: #e7f6fa;
}
video.movie{
  width: 100%;
  z-index: -9999;
}
button.soundBtn{
  background: none;
  border: none;
  position: absolute;
  top: 225px;
  right: 15px;
  cursor: pointer;
  z-index: 10;
}
button.soundBtn:focus{
  outline: 0;
}
header {
  width: 100%;
  padding-bottom: 20px;
  background-color: rgba(2, 158, 209, 0.5);
  position: absolute;
  top: 0;
  left: 0;
}
header .top_line {
  background: rgba(255, 255, 255, 0.7);
  color: #000;
  font-size: 1.3rem;
  height: 40px;
  font-weight: bold;
}
header .top_line span {
  position: absolute;
  top: 10px;
  left: 50%;
  margin-left: -480px;
}
header h1 {
  padding: 20px 0 21px;
  width: 960px;
  margin: 0 auto;
}
header h1 a, header h1 a:hover {
  text-decoration: none;
}

#header_nav, #btn_out {
  display: none;
}

#menu_wrap {
  width: 960px;
  margin: 0 auto;
  position: relative;
}

#header_contact {
  position: absolute;
  top: -75px;
  right: 0;
  text-align: right;
}
#header_contact li:nth-of-type(1) {
  margin-bottom: 8px;
}

#totop li:nth-of-type(1) {
  position: absolute;
  top: -58px;
  left: 345px;
}
#totop li:nth-of-type(1) a {
  color: #fff;
  font-size: 1.1rem;
  font-style: italic;
}
#totop li:nth-of-type(2) {
  position: absolute;
  top: -123px;
  right: 0;
}
#totop li:nth-of-type(2) a {
  color: #000;
  font-size: 1.1rem;
  text-decoration: none;
}
#totop li:nth-of-type(2) img {
  margin-right: 5px;
  vertical-align: middle;
}

#sns {
  letter-spacing: -0.4em;
  position: absolute;
  top: -126px;
  right: 140px;
}
#sns li {
  display: inline-block;
  letter-spacing: normal;
  padding: 0 0 0 34px;
}

/*------------------------------------------------------------
g_nav
------------------------------------------------------------*/
#g_nav, #g_nav_scroll {
  width: 100%;
}

#g_nav ul {
  width: 960px;
  height: 48px;
  margin: 0 auto;
  /* border: 1px solid rgba(255, 255, 255, 0.5); */
  padding: 10px;
  background: rgba(255, 255, 255, 0.2);
  -moz-background-clip: padding;
  /* Firefox 3.6 */
  -webkit-background-clip: padding;
  /* Safari 4? Chrome 6? */
  background-clip: padding-box;
}
#g_nav > ul {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 956px) {
  #g_nav>ul {
    flex-direction: column;
  }
}
#g_nav ul li {
  /*float: left;*/
  text-align: center;
  position: relative;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  width: 100%;
  white-space: nowrap;
}
#g_nav ul li a {
  /*display: block;*/
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  /*text-indent: -1000px;*/
  text-decoration: none;
  line-height: 1;
  /*font-size: 0;*/
  height: 48px;
  color: #029ed1;
  background-color: #ffffffdc;
  font-size: 14px;
  font-weight: bold;
  padding: 0 16px;
  -webkit-transition: all 0s;
  -o-transition: all 0s;
  transition: all 0s;
}
@media screen and (max-width: 956px) {
  #g_nav ul li a {
    color: #093e8d;
    background-color: transparent;
  }
}
#g_nav ul li a img {
  vertical-align: middle;
}
@media screen and (min-width: 956px){
  #g_nav ul li a:hover {
    background-color: #029ed1;
    color: #fefe33;
  }
  /*#g_nav ul li:nth-of-type(1) a {
    width: 224px;
    background: url(../images/menu_01_top.png) 50% 0px no-repeat;
    background-color: rgba(255, 255, 255, 0.8);
  }
  #g_nav ul li:nth-of-type(1) a:hover {
    background: #029ed1 url(../images/menu_01_top.png) 50% -50px no-repeat;
    opacity: 1;
  }
  #g_nav ul li:nth-of-type(3) a {
    width: 262px;
    background: url(../images/menu_03_flow.png) 50% 0px no-repeat;
    background-color: rgba(255, 255, 255, 0.8);  
  }
  #g_nav ul li:nth-of-type(3) a:hover {
    background: #029ed1 url(../images/menu_03_flow.png) 50% -50px no-repeat;
    opacity: 1;
  }
  #g_nav ul li:nth-of-type(4) a {
    width: 127px;
    background: url(../images/menu_04_privilege.png) 50% 0px no-repeat;
    background-color: rgba(255, 255, 255, 0.8);  
  }
  #g_nav ul li:nth-of-type(4) a:hover {
    background: #029ed1 url(../images/menu_04_privilege.png) 50% -50px no-repeat;
    opacity: 1;
  }
  #g_nav ul li:nth-of-type(5) {
    border-right: none;
  }
  #g_nav ul li:nth-of-type(5) a {
    width: 199px;
    background: url(../images/menu_05_plan.png) 50% 0px no-repeat;
    background-color: rgba(255, 255, 255, 0.8);  
  }
  #g_nav ul li:nth-of-type(5) a:hover {
    background: #029ed1 url(../images/menu_05_plan.png) 50% -50px no-repeat;
    opacity: 1;
  }*/
  
}

#g_nav ul li.nav_slide {
  position: relative;
  /*background: url(../images/menu_02_support.png) 50% 0px no-repeat;
  background-color: rgba(255, 255, 255, 0.8);*/
}
#g_nav ul li.nav_slide:hover {
 /* background: #029ed1 url(../images/menu_02_support.png) 50% -50px no-repeat;*/
  opacity: 1;

}
#g_nav ul li.nav_slide a {
  /*width: 144px;*/
}
@media screen and (min-width: 956px){
  #g_nav ul li.nav_slide:hover > a {
    background-color: #029ed1;
    color: #fefe33;
  }
}
#g_nav ul li.nav_slide .nav_down {
  width: 200px;
  border: none;
  height: auto;
  position: absolute;
  top: 48px;
  left: 0;
  padding: 0;
  z-index: 999;
}
#g_nav ul li.nav_slide .nav_down li {
  float: inherit;
  text-align: left;
  margin: 0;
  border-right: none;
  border-bottom: 1px solid white;
}
#g_nav ul li.nav_slide .nav_down li a {
  width: 200px;
  height: 46px;
  margin: 0;
  padding: 0;
  line-height: 1;
  color: #333;
}
/*#g_nav ul li.nav_slide .nav_down li:nth-of-type(1) a {
  background: #fff url(../images/dd_nav_01.png) 32px 50% no-repeat;
  opacity: 0.8;
}
#g_nav ul li.nav_slide .nav_down li:nth-of-type(1) a:hover {
  background-color: #fff;
  opacity: 1;
}
#g_nav ul li.nav_slide .nav_down li:nth-of-type(2) a {
  background: #fff url(../images/dd_nav_02.png) 32px 50% no-repeat;
  opacity: 0.8;
}
#g_nav ul li.nav_slide .nav_down li:nth-of-type(2) a:hover {
  background-color: #fff;
  opacity: 1;
}*/
@media screen and (min-width: 956px){
  #g_nav ul li.nav_slide .nav_down li a:hover {
    background-color: #fff;
  }
}

.clear {
  clear: both;
}

/*------------------------------------------------------------
g_nav_scroll
------------------------------------------------------------*/
#g_nav_scroll {
  position: fixed;
  top: 0;
  left: 0;
  margin: 0;
  z-index: 9999;
  background: #093e8d;
  box-shadow: 0px 0px 4px #000;
}

#g_nav_scroll ul {
  width: 960px;
  height: 48px;
  margin: 0 auto;
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  -moz-background-clip: padding;
  /* Firefox 3.6 */
  -webkit-background-clip: padding;
  /* Safari 4? Chrome 6? */
  background-clip: padding-box;
}
#g_nav_scroll>ul {
  display: flex;
  justify-content: space-between;
}
#g_nav_scroll ul li {
  float: left;
  text-align: center;
  position: relative;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  white-space: nowrap;
  width: 100%;
}
#g_nav_scroll ul li a {
  /*display: block;*/
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  /*text-indent: -1000px;*/
  text-decoration: none;
  line-height: 1;
  /*font-size: 0;*/
  height: 48px;
  font-size: 13px;
  color: #fff;
  font-weight: bold;
  padding: 0 21px;
  -webkit-transition: all 0s;
  -o-transition: all 0s;
  transition: all 0s;
}
@media screen and (min-width: 956px){
  #g_nav ul li a:hover, #g_nav_scroll ul li a:hover {
    background-color: #f6f6f6;
    color: #093e8d;
  }
}
/*#g_nav_scroll ul li a img {
  vertical-align: middle;
}
#g_nav_scroll ul li:nth-of-type(1) a {
  width: 224px;
  background: url(../common/images/menu_01_top.png) 50% 0px no-repeat;
}
#g_nav_scroll ul li:nth-of-type(1) a:hover {
  background: #f6f6f6 url(../common/images/menu_01_top.png) 50% -50px no-repeat;
  opacity: 1;
}
#g_nav_scroll ul li:nth-of-type(3) a {
  width: 262px;
  background: url(../common/images/menu_03_flow.png) 50% 0px no-repeat;
}
#g_nav_scroll ul li:nth-of-type(3) a:hover {
  background: #f6f6f6 url(../common/images/menu_03_flow.png) 50% -50px no-repeat;
  opacity: 1;
}
#g_nav_scroll ul li:nth-of-type(4) a {
  width: 127px;
  background: url(../common/images/menu_04_privilege.png) 50% 0px no-repeat;
}
#g_nav_scroll ul li:nth-of-type(4) a:hover {
  background: #f6f6f6 url(../common/images/menu_04_privilege.png) 50% -50px no-repeat;
  opacity: 1;
}
#g_nav_scroll ul li:nth-of-type(5) a {
  width: 198px;
  background: url(../common/images/menu_05_plan.png) 50% 0px no-repeat;
}
#g_nav_scroll ul li:nth-of-type(5) a:hover {
  background: #f6f6f6 url(../common/images/menu_05_plan.png) 50% -50px no-repeat;
  opacity: 1;
}*/

#g_nav_scroll ul li.nav_slide {
  position: relative;
 /* background: url(../common/images/menu_02_support.png) 50% 0px no-repeat;*/
}
#g_nav_scroll ul li.nav_slide:hover {
  /*background: #f6f6f6 url(../common/images/menu_02_support.png) 50% -50px no-repeat;*/
  opacity: 1;
}
#g_nav_scroll ul li.nav_slide:hover > a {
  /*background: #f6f6f6 url(../common/images/menu_02_support.png) 50% -50px no-repeat;*/
  background-color: #f6f6f6;
  color: #093e8d;
}
/*#g_nav_scroll ul li.nav_slide a {
  width: 144px;
}*/
#g_nav_scroll ul li.nav_slide .nav_down {
  width: 200px;
  border: none;
  height: auto;
  position: absolute;
  top: 48px;
  left: 0;
  z-index: 999;
}
#g_nav_scroll ul li.nav_slide .nav_down li {
  float: inherit;
  text-align: left;
  margin: 0;
  border-right: none;
  border-bottom: 1px solid white;
}
#g_nav_scroll ul li.nav_slide .nav_down li a {
  width: 200px;
  height: 46px;
  margin: 0;
  padding: 0;
  line-height: 1;
  background-color: #f6f6f6;
  color: #093e8d;
}
#g_nav_scroll ul li.nav_slide .nav_down li a:hover {
  background-color: #093e8d;
  color: #f6f6f6;
}
/*#g_nav_scroll ul li.nav_slide .nav_down li:nth-of-type(1) a {
  background: #f6f6f6 url(../common/images/dd_nav_01.png) 32px -46px no-repeat;
}
#g_nav_scroll ul li.nav_slide .nav_down li:nth-of-type(1) a:hover {
  background: #093e8d url(../common/images/dd_nav_01.png) 32px 0 no-repeat;
}
#g_nav_scroll ul li.nav_slide .nav_down li:nth-of-type(2) a {
  background: #f6f6f6 url(../common/images/dd_nav_02.png) 32px -46px no-repeat;
}
#g_nav_scroll ul li.nav_slide .nav_down li:nth-of-type(2) a:hover {
  background: #093e8d url(../common/images/dd_nav_02.png) 32px 0 no-repeat;
}*/

@media screen and (min-width: 956px) {
  #menu_wrap {
    display: block !important;
  }
}
/* SP */
@media screen and (max-width: 956px) {
  header {
    padding-bottom: 0;
    background-color: #fff;
    display: block;
    height: 70px;
    position: fixed;
    width: 100%;
    z-index: 999;
  }
  header.header_on {
    position: relative;
  }
  header .top_line {
    display: none;
  }
  header h1 {
    padding: 18px 0 0 10px;
    width: auto;
    margin: 0;
    text-align: left;
  }

  #header_nav {
    background: transparent url("../common/images/bt_menu_sp.gif") no-repeat scroll center top/40px 40px;
    height: 40px;
    overflow: hidden;
    position: absolute;
    right: 10px;
    text-indent: 100%;
    top: 15px;
    white-space: nowrap;
    width: 40px;
    display: block;
  }
  #header_nav.on {
    background: transparent url("../common/images/bt_menu_out01_sp.gif") no-repeat scroll center top/40px 40px;
  }

  #g_nav_scroll {
    display: none;
  }

  #btn_out {
    display: block;
    padding-bottom: 20px;
    border-bottom: 4px solid #093e8d;
  }

  #menu_wrap {
    background: #fff none repeat scroll 0 0;
    display: none;
    position: absolute;
    right: 0;
    top: 70px;
    width: 100%;
  }

  #nav_down {
    display: none !important;
  }

  #g_nav {
    position: relative;
    top: 0;
    left: 0;
  }
  #g_nav ul {
    border: none;
    height: auto;
    margin: 0 0 20px;
    width: 100%;
  }
  #g_nav ul li {
    background: #F3F3F3 url("../common/images/icon_arrow_s.png") no-repeat scroll 98% center/11px 17px;
    display: block;
    padding: 0px;
    text-decoration: none;
    border-right: none;
    float: none;
    margin-bottom: 2px;
  }
  #g_nav ul li.nav_slide {
    background: #F3F3F3 url("../common/images/icon_arrow_s.png") no-repeat scroll 98% center/11px 17px;
  }
  #g_nav ul li a {
    height: auto;
    width: 100% !important;
    line-height: 1;
    text-indent: 0px;
    padding: 15px;
    box-sizing: border-box;
  }
  #g_nav ul li a:hover {
    background: #F3F3F3 url("../common/images/icon_arrow_s.png") no-repeat scroll 98% center/11px 17px !important;
  }

  .nav_down {
    display: none !important;
  }

  #header_contact {
    position: relative;
    top: 0px;
    right: 0;
    text-align: center;
    margin-bottom: 50px;
  }
  #header_contact li:nth-of-type(1) {
    margin-bottom: 20px;
  }

  #totop {
    margin-bottom: 20px;
  }
  #totop li:nth-of-type(1) {
    position: relative;
    top: 0px;
    left: 0px;
    margin-bottom: 20px;
  }
  #totop li:nth-of-type(2) {
    position: relative;
    top: 0px;
    right: 0;
  }
  #totop li:nth-of-type(2) img {
    margin-right: 0px;
    vertical-align: middle;
  }

  #sns {
    position: relative;
    top: 0px;
    right: 0px;
    padding: 20px 0;
    border-bottom: 4px solid #f3f3f3;
    border-top: 4px solid #f3f3f3;
    margin-bottom: 30px;
  }
  #sns li {
    padding: 0 10px;
  }
}

/* sp nav */
@media screen and (max-width: 956px){
  #g_nav ul{
    padding: 0;
  }
}

/*# sourceMappingURL=header_top.css.map */
