html{ 
    height: 100%;
    font-size: 62.5%;
}

/*汎用*/
@media screen and (min-width: 900px){
  html{
  
  }
}
html,
body{
    height: 100%;
}

body{
    position: relative; 
    width: 100%;
    min-width: 320px;
    font-family: 'Noto Sans JP','メイリオ',Meiryo,Droid Sans,HiraKakuProN-W3,HiraKakuPro-W3,'ヒラギノ角ゴ ProN W3','ヒラギノ角ゴ Pro W3','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic ProN','Lucida Grande','Lucida Sans','Lucida Sans Unicode','Trebuchet MS','Droid Sans',sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.5;
    color: #fff;
  background: url("../img/bg.jpg") no-repeat center top #000;
}

p,
a,
h1,
h2,
h3,
h4,
h5,
li,
dd,
dt{
    font-family: 'Noto Sans JP','メイリオ',Meiryo,Droid Sans,HiraKakuProN-W3,HiraKakuPro-W3,'ヒラギノ角ゴ ProN W3','ヒラギノ角ゴ Pro W3','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic ProN','Lucida Grande','Lucida Sans','Lucida Sans Unicode','Trebuchet MS','Droid Sans',sans-serif;
    font-weight: 500;
}

img{
    -webkit-box-sizing: border-box;
    box-sizing: border-box; 
    max-width: 100%;
    height: auto;
    vertical-align: top;
}
img.blank{
  width: inherit;
  vertical-align: baseline;
  margin-left: .2em;
}
a{
    box-sizing: border-box;
  color: #FFF;
}

a:hover,
button:hover{

}
a:hover{
  text-decoration: none;
  
}
a:hover,
a:focus{
  /*outline: 2px #323399 dotted;
  outline-offset:2px;*/
  outline:auto!important;
    outline-color: #2171cc!important;
  outline: 2px double #2171cc #fff!important;
  outline-offset: 1px!important;
}
.top-menu a,
header a,
footer a{
  display: inline-block;
}
.inner{
  
    max-width: 1200px;
  margin: auto;
}
/*header*/

/*　本文へ　*/
#pagetop{
  margin: 0;
}
.skip {
  width: 1px;
  color: #000;
  font-size: 0.1%;
  line-height: 0.1;
  background-color: #fff;
  position: absolute;
  left: -3000px;
  z-index: 9999;
}
a.skip {
  background-color: #eee !important;
  color: #000 !important;
  text-align: center;
  padding: 5px 0;
  top: auto;
}
a.skip:active {
  display: block;
  width: 99.99%;
  font-size: 100%;
  line-height: 1.6;
  top: 0;
  left: 0;
}
a.skip:focus {
  display: block;
  width: 99.99%;
  font-size: 100%;
  line-height: 1.6;
  top: 0;
  left: 0;
}

header{
  background: url("../img/head_bg.png") repeat-x left top;
  border-bottom: 1px solid #578FCA;
}


.hamburger {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.logo {
    font-size: 40px;
    font-weight: 700;
}

.hamburger .btn-gNav {
    position: fixed;
    top: 20px;
    right: 20px;
    width: 40px;
    height: 46px;
    z-index: 12;
    box-sizing: border-box;
    cursor: pointer;
    -webkit-transition: all 400ms;
    transition: all 400ms;
background: #032155;
  border: 3px solid #032155;
}

.hamburger .btn-gNav span {
    position: absolute;
    width: 100%;
    height: 4px;
    background: #ffffff;
    border-radius: 10px;
    -webkit-transition: all 400ms;
    transition: all 400ms;
}

.hamburger .btn-gNav span:nth-child(1) {
    top: 0;
}

.hamburger .btn-gNav span:nth-child(2) {
    top: 10px;
}

.hamburger .btn-gNav span:nth-child(3) {
    top: 20px;
}

.hamburger .btn-gNav.open span:nth-child(1) {
    background: #ffffff;
    top: 6px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.hamburger .btn-gNav.open span:nth-child(2),
.hamburger .btn-gNav.open span:nth-child(3) {
    top: 6px;
    background: #ffffff;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}


.btn-gNav {
    display: none;
}

.gNav .gNav-menu {
    display: flex;
    justify-content: space-between;
}

.gNav .gNav-menu li {
    margin: 0 auto;
    padding: 0 5px;
  list-style: none;
}

@media screen and (max-width: 899px) {
  
  .nav-text{
    font-size: 1.1rem;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    color: #FFF;
  }
  
  
  .is-open .nav-open,
  .nav-close,
  .gNav-menu a{
    display: none;
  }
  
  .is-open .nav-close{
    display: block;
  }
  
  
  .open a{
    display: inline-block;
  }
    .btn-gNav {
        display: block;
    }

    .gNav {
        position: fixed;
        top: 0;
        right: -100%;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.8);
        font-size: 16px;
        box-sizing: border-box;
        z-index: 1;
        padding-top: 80px;
        transition: .3s;
    }

    .gNav.open {
        right: 0;
    }

    .gNav .gNav-menu {
        padding: 0;
        width: 100%;
        height: 100%;
        display: block;
        flex-direction: column;
        text-align: center;
        /*justify-content: center;*/
    }

    .gNav .gNav-menu li {
        width: 86%;
        padding: 15px;
        
    }

}

/*topicpath*/
.topicpathaWrap{
  background: #000E33;
  color: #FFF;
  border-bottom: 1px solid #386295;
  padding: .5em;
}

ol#topicpath {
font-size: 1.4rem;
}
ol#topicpath > li {
    display: inline-block;
    padding: 0px;
    margin: 0px;
  margin-right: -4px;
}
ol#topicpath > li:after {
    padding: 5px;
    content: ">";
}
ol#topicpath > li:last-child:after {
    content: " ";
}

ol#topicpath a{
    padding: .2em 0;
  color: #FFF;
}

.contents{
  background:rgba(0,0,0,0.85);
  padding: 30px;
}

.pagetopBtn{
  position: relative;
}
.pagetopBtn a{
  position: absolute;
  right: 0;
  bottom: 0;
  background: #FCDC03;
  border-radius: 5px 5px 0 0;
  color: #000;
  padding: .1em 1em;
}

footer{
  border-top: 1px solid #7a828e;
  background: #00132f;
}


.footNav{
  text-align: right;
  padding: .5em 0;
  border-bottom: 1px solid #5b7ea1;
}
.footNav li{
  display: inline-block;
  margin-left: .5em;
}
.footNav li a{
  color: #2ed313;
}

.footNav li a::before{
  content: ">";
  color: #FFF;
  display: inline-block;
  text-decoration: none;
  margin-right: .3em;
}
  
.footContents{
  display: flex;
  padding: 1em 0;
}
.footContents>div{
  width: 50%;
}
.footContents>div.footContents-R{
  width: 450px;
  text-align: right;
  margin-left: auto;
}

.foot-title{
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: .5em;
}

.foot-about{
  
  border-left: 1px solid #FFF;
}

.foot-about li{
  display: inline-block;
  padding-right: .5em;
  padding-left: .5em;
  border-right: 1px solid #FFF;
  
}

.footBnr{
  display:flex;
  margin-bottom: .5em;
}
.footBnr li{
  margin-left: .5em;
  list-style: none;
}

.foot-attention{
  font-size: 1.1rem;
}
