/*
	base
	--------------------------------*/
* {
  margin: 0;
  padding: 0;
}

html {
  overflow-y: scroll;
  height: 100%;
}

img {
  vertical-align: bottom;
}

a {
  color: inherit;
  font-weight: normal;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}

a:hover {
  text-decoration: underline;
}

.text-sprite {
  display: block;
  height: 0;
  display: block;
  overflow: hidden;
}

/*
html
--------------------------------*/
html {
  font-size: 62.5%;
  margin: 0 !important;
}

/*
body
--------------------------------*/
body {
  font-family: "Hiragino Kaku Gothic Pro", Meiryo, "MS PGothic", sans-serif, Georgia, Verdana;
  color: #333;
  font-size: 1.4rem;
  min-width: 1200px;
  line-height: 1.5;
  color: #fff;
  background: #03004c;
  -webkit-text-size-adjust: 100%;
  height: 100%;
}

body.open {
  overflow: hidden;
}

@media only screen and (max-width: 480px) {
  body {
    min-width: 320px;
    font-size: 1.1rem;
    line-height: 1.6;
    background: #020035;
  }
}

/*
header
--------------------------------*/
@media only screen and (min-width: 481px) {
  header {
    background: #020035;
  }
}

@media only screen and (max-width: 480px) {
  header {
    background: #03004c;
  }
}

header .inner {
  margin: 0 auto;
}

@media only screen and (min-width: 481px) {
  header .inner {
    min-height: 38px;
    padding: 14px 0 18px;
    position: relative;
    width: 1000px;
  }
}

@media only screen and (max-width: 480px) {
  header .inner {
    min-height: 45px;
    padding: 10px 3%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
}

@media only screen and (min-width: 481px) {
  header .inner > * {
    position: absolute;
  }
}

header .inner .logo {
  float: left;
}

@media only screen and (min-width: 481px) {
  header .inner .logo {
    margin-left: 12px;
  }
}

header .inner .logo a {
  display: block;
  height: 0;
  display: block;
  overflow: hidden;
  background: url(../images/header_logo.png) no-repeat;
  background-size: 100% auto;
}

@media only screen and (min-width: 481px) {
  header .inner .logo a {
    width: 146px;
    padding-top: 40px;
  }
}

@media only screen and (max-width: 480px) {
  header .inner .logo a {
    width: 108px;
    padding-top: 30px;
  }
}

@media only screen and (min-width: 481px) {
  header .inner h1 {
    line-height: 1;
    left: 175px;
    bottom: 18px;
  }
}

@media only screen and (max-width: 480px) {
  header .inner h1 {
    font-size: 0.9rem;
    margin-top: 7px;
    line-height: 1.3;
    -webkit-order: 1;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}

header .inner .utility {
  overflow: hidden;
  -ms-flex-flex-item-align: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

@media only screen and (min-width: 481px) {
  header .inner .utility {
    top: 20px;
    right: 0;
  }
}

@media only screen and (max-width: 480px) {
  header .inner .utility {
    top: 2px;
  }
}

header .inner .utility > * {
  float: left;
}

header .inner .utility ul {
  overflow: hidden;
}

header .inner .utility ul li {
  float: left;
}

@media only screen and (min-width: 481px) {
  header .inner .utility ul li {
    margin-right: 6px;
  }
}

@media only screen and (max-width: 480px) {
  header .inner .utility ul li {
    margin-right: 4px;
  }
}

header .inner .utility ul li a {
  background: no-repeat;
  height: 0;
  display: block;
  overflow: hidden;
  background-size: 100% auto;
}

@media only screen and (min-width: 481px) {
  header .inner .utility ul li a {
    width: 30px;
    padding-top: 30px;
  }
}

@media only screen and (max-width: 480px) {
  header .inner .utility ul li a {
    width: 26px;
    padding-top: 100%;
  }
}

header .inner .utility ul li.fb a {
  background-image: url(../images/header_fb.jpg);
}

header .inner .utility ul li.tw a {
  background-image: url(../images/header_tw.jpg);
}

header .inner .utility ul li.line a {
  background-image: url(../images/header_line.png);
}

header .inner .utility .nav-open {
  cursor: pointer;
}

@media only screen and (min-width: 481px) {
  header .inner .utility .nav-open {
    display: none;
  }
}

@media only screen and (max-width: 480px) {
  header .inner .utility .login {
    display: none;
  }
}

/*
footer
--------------------------------*/
footer {
  width: 100%;
  background: #988d4e;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #988d4e), color-stop(100%, #46411c));
  background: -webkit-linear-gradient(top, #988d4e 0%, #46411c 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#988d4e), to(#46411c));
  background: -o-linear-gradient(top, #988d4e 0%, #46411c 100%);
  background: linear-gradient(to bottom, #988d4e 0%, #46411c 100%);
}

footer .inner {
  margin: 0 auto;
  overflow: hidden;
}

@media only screen and (min-width: 481px) {
  footer .inner {
    width: 1000px;
    padding: 30px 0 20px;
  }
}

@media only screen and (max-width: 480px) {
  footer .inner {
    width: 94%;
    padding: 15px 3%;
  }
}

footer .inner .info {
  float: left;
  padding-right: 24px;
}

@media only screen and (max-width: 480px) {
  footer .inner .info {
    margin-bottom: 20px;
  }
}

footer .inner .info p {
  font-weight: bold;
}

@media only screen and (min-width: 481px) {
  footer .inner .info p {
    margin-bottom: 25px;
  }
}

@media only screen and (max-width: 480px) {
  footer .inner .info p {
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 480px) {
  footer .inner .info p .br {
    display: none;
  }
}

@media only screen and (min-width: 481px) {
  footer .inner nav {
    float: right;
  }
}

@media only screen and (max-width: 480px) {
  footer .inner nav {
    float: left;
    width: 100%;
  }
}

footer .inner nav > ul {
  overflow: hidden;
}

footer .inner nav > ul > li {
  float: left;
  border-left: 1px solid #fff;
}

@media only screen and (min-width: 481px) {
  footer .inner nav > ul > li {
    font-size: 1.2rem;
    padding: 0 40px 0 15px;
  }
}

@media only screen and (max-width: 480px) {
  footer .inner nav > ul > li {
    font-size: 0.9rem;
    padding: 0 3% 0 1.5%;
  }
}

@media only screen and (max-width: 480px) {
  footer .inner nav > ul > li:first-child {
    width: 35%;
  }
}

@media only screen and (max-width: 480px) {
  footer .inner nav > ul > li:last-child {
    width: 55%;
  }
}

footer .inner nav > ul > li > a {
  display: none;
}

footer .inner nav > ul > li li a {
  line-height: 1.6;
}

footer .inner nav > ul > li li.link a {
  font-weight: bold;
  text-decoration: none;
}

footer .copyright {
  text-align: center;
  background: #020035;
  border-top: 1px solid #fff;
}

@media only screen and (min-width: 481px) {
  footer .copyright {
    font-size: 1.2rem;
    line-height: 42px;
  }
}

@media only screen and (max-width: 480px) {
  footer .copyright {
    font-size: 0.7rem;
    padding: 5px 3%;
  }
}

/*
wrapper
--------------------------------*/
#wrapper {
  margin: 0 auto;
}

#wrapper .main {
  position: relative;
  background: #000;
}

@media only screen and (max-width: 480px) {
  #wrapper {
    background-color: #03004c;
  }
}

/*
article
--------------------------------*/
article {
  width: 100%;
  background: #03004c;
}

@media only screen and (max-width: 480px) {
  article {
    padding: 0 0 20px;
  }
}

@media only screen and (min-width: 481px) {
  article {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: -webkit-calc(100vh - 265px - 70px);
    min-height: calc(100vh - 265px - 70px);
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding: 45px 0 0;
    background: #020035;
    width: 1000px;
    margin: 0 auto;
  }
}

@media only screen and (min-width: 481px) {
  article section {
    padding: 0 50px 40px;
  }
}

@media only screen and (max-width: 480px) {
  article section {
    word-wrap: break-word;
  }
}

article section h3 {
  color: #c7c095;
  font-weight: normal;
}

@media only screen and (min-width: 481px) {
  article section h3 {
    font-size: 1.8rem;
    margin-top: 10px;
  }
}

@media only screen and (max-width: 480px) {
  article section h3 {
    margin: 0 3%;
  }
}

@media only screen and (min-width: 481px) {
  article section > p {
    margin-top: 15px;
  }
}

@media only screen and (max-width: 480px) {
  article section > p {
    margin: 0 3%;
  }
}

@media only screen and (min-width: 481px) {
  article section > p + *, article section > .img + * {
    margin-top: 20px;
  }
}

@media only screen and (max-width: 480px) {
  article section > p + *, article section > .img + * {
    margin-top: 10px;
  }
}

article section .video {
  position: relative;
  height: 0;
  padding-top: 35%;
}

@media only screen and (min-width: 481px) {
  article section .video {
    width: 560px;
  }
}

@media only screen and (max-width: 480px) {
  article section .video {
    margin: 10px 3%;
    width: 95%;
    padding-top: 56.2%;
  }
}

article section .video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

article section .img {
  text-align: left;
}

article section .img img {
  max-width: 100%;
}

h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

h2 a {
  color: #020035;
  font-weight: bold;
  text-align: center;
  margin-left: auto;
  text-decoration: none !important;
  background: -webkit-gradient(linear, left top, left bottom, from(#C4BF94), to(#6C6A3F));
  background: -webkit-linear-gradient(#C4BF94, #6C6A3F);
  background: -o-linear-gradient(#C4BF94, #6C6A3F);
  background: linear-gradient(#C4BF94, #6C6A3F);
}

@media only screen and (min-width: 481px) {
  h2 a {
    line-height: 30px;
    padding: 0 10px;
  }
}

@media only screen and (max-width: 480px) {
  h2 a {
    line-height: 20px;
    padding: 0 5px;
  }
}

@media only screen and (min-width: 481px) {
  h2 {
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid #c7c095;
  }
}

@media only screen and (max-width: 480px) {
  h2 {
    margin-bottom: 10px;
    padding: 9px 3%;
    border-bottom: 1px solid #656071;
  }
}

h2 span {
  display: inline-block;
  background: url(../images/h2_icon.png) no-repeat;
}

@media only screen and (min-width: 481px) {
  h2 span {
    font-size: 1.8rem;
    padding-left: 22px;
    background-size: 15px auto;
    background-position: 0 center;
  }
}

@media only screen and (max-width: 480px) {
  h2 span {
    font-size: 1.2rem;
    padding-left: 15px;
    background-size: 9px auto;
    background-position: 0 4px;
  }
}

h2 .tag {
  min-width: 114px;
  line-height: 22px;
  text-align: center;
  margin-left: 20px;
  font-weight: normal;
}

@media only screen and (max-width: 480px) {
  h2 .tag {
    min-width: 72px;
    margin-left: 10px;
    line-height: 16px;
    font-size: 1.1rem;
  }
}

/*
aside
--------------------------------*/
@media only screen and (min-width: 481px) {
  aside {
    width: 1000px;
    margin: 0 auto;
    background: #020035;
  }
}

/*
d-nav
--------------------------------*/
#d-nav {
  background: #010026;
  position: fixed;
  top: 0px;
  right: -100%;
  width: 100%;
  height: 100%;
  z-index: 200;
  -webkit-overflow-scrolling: touch;
  -webkit-transition: ease-in-out 0.3s;
  -o-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
}

@media only screen and (min-width: 481px) {
  #d-nav {
    display: none;
  }
}

#d-nav.open {
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}

#d-nav ul {
  overflow: auto;
  height: calc(100% - 68px);
  margin-top: 68px;
}

#d-nav ul li {
  border-bottom: 1px solid #fff;
}

#d-nav ul li a {
  font-weight: bold;
  font-size: 1.8rem;
  display: block;
  line-height: 48px;
  text-align: center;
  text-decoration: none;
}

#d-nav .nav-close {
  cursor: pointer;
  position: absolute;
  width: 100%;
  height: 68px;
  background-color: #010026;
  border-bottom: 1px solid #fff;
}

#d-nav .nav-close img {
  position: absolute;
  width: 32px;
  height: auto;
  top: 16px;
  right: 20px;
}

/*
g-nav
--------------------------------*/
#g-nav {
  background: rgba(0, 0, 0, 0.7);
  z-index: 9999;
  width: 100%;
}

@media only screen and (max-width: 480px) {
  #g-nav {
    display: none;
  }
}

#g-nav ul {
  overflow: hidden;
  width: 1000px;
  margin: 0 auto;
}

#g-nav li {
  width: 100px;
  float: left;
}

#g-nav li a {
  padding-top: 45px;
  display: block;
  height: 0;
  display: block;
  overflow: hidden;
  background: url(../images/gnav.jpg);
}

#g-nav li.top a {
  background-position: 0 0;
}

#g-nav li.top a:hover {
  background-position: 0 bottom;
}

#g-nav li.fifty-years a {
  background-position: -100px 0;
}

#g-nav li.fifty-years a:hover {
  background-position: -100px bottom;
}

#g-nav li.fifty-years.current-menu-item a {
  background-position: -100px bottom;
}

#g-nav li.financial a {
  background-position: -200px 0;
}

#g-nav li.financial a:hover {
  background-position: -200px bottom;
}

#g-nav li.financial.current-menu-item a {
  background-position: -200px bottom;
}

#g-nav li.disaster a {
  background-position: -300px 0;
}

#g-nav li.disaster a:hover {
  background-position: -300px bottom;
}

#g-nav li.disaster.current-menu-item a {
  background-position: -300px bottom;
}

#g-nav li.community a {
  background-position: -400px 0;
}

#g-nav li.community a:hover {
  background-position: -400px bottom;
}

#g-nav li.community.current-menu-item a {
  background-position: -400px bottom;
}

#g-nav li.move a {
  background-position: -500px 0;
}

#g-nav li.move a:hover {
  background-position: -500px bottom;
}

#g-nav li.move.current-menu-item a {
  background-position: -500px bottom;
}

#g-nav li.common a {
  background-position: -600px 0;
}

#g-nav li.common a:hover {
  background-position: -600px bottom;
}

#g-nav li.common.current-menu-item a {
  background-position: -600px bottom;
}

#g-nav li.facility a {
  background-position: -700px 0;
}

#g-nav li.facility a:hover {
  background-position: -700px bottom;
}

#g-nav li.facility.current-menu-item a {
  background-position: -700px bottom;
}

#g-nav li.release a {
  background-position: -800px 0;
}

#g-nav li.release a:hover {
  background-position: -800px bottom;
}

#g-nav li.release.current-menu-item a {
  background-position: -800px bottom;
}

#g-nav li.access a {
  background-position: -900px 0;
}

#g-nav li.access a:hover {
  background-position: -900px bottom;
}

#g-nav li.access.current-menu-item a {
  background-position: -900px bottom;
}

/*
overlay
--------------------------------*/
@media only screen and (max-width: 480px) {
  .overlay {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
  }
}

/*
Tag
--------------------------------*/
.tag-wrapper {
  width: 632px;
  margin-bottom: 10px;
}

@media only screen and (max-width: 480px) {
  .tag-wrapper {
    width: calc(100% - 6%);
    padding: 0 3%;
    margin-top: 10px;
  }
}

.tag-wrapper .tag-item-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.tag-wrapper .tag-item-list .tag-item {
  min-width: 148px;
  margin-right: 10px;
  margin-bottom: 10px;
}

@media only screen and (max-width: 480px) {
  .tag-wrapper .tag-item-list .tag-item {
    min-width: auto;
    width: calc((100% - 24px) / 4);
    margin-right: 8px;
    margin-bottom: 8px;
  }
}

.tag-wrapper .tag-item-list .tag-item:nth-child(4n) {
  margin-right: 0;
}

.tag-wrapper .tag-item-list .tag-item a {
  text-align: center;
  display: block;
  font-size: 16px;
  line-height: 30px;
  text-decoration: none;
}

@media only screen and (max-width: 480px) {
  .tag-wrapper .tag-item-list .tag-item a {
    line-height: 20px;
    font-size: 1.1rem;
  }
}

.tag-label-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 5px 0 !important;
}

@media only screen and (max-width: 480px) {
  .tag-label-list {
    margin: 4px 0 !important;
  }
}

.tag-label-list .tag-label {
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  line-height: 15px;
  width: 55px;
  margin-right: 10px;
}

@media only screen and (max-width: 480px) {
  .tag-label-list .tag-label {
    width: 32px;
    line-height: 12px;
    font-size: 0.8rem;
    margin-right: 5px;
  }
}

.tag-label-list .tag-label a {
  display: block;
  text-decoration: none;
}

.term-security {
  background: -webkit-gradient(linear, left top, left bottom, from(#c0a200), to(#7d6800));
  background: -webkit-linear-gradient(#c0a200, #7d6800);
  background: -o-linear-gradient(#c0a200, #7d6800);
  background: linear-gradient(#c0a200, #7d6800);
}

.term-equipment {
  background: -webkit-gradient(linear, left top, left bottom, from(#c07282), to(#7b474c));
  background: -webkit-linear-gradient(#c07282, #7b474c);
  background: -o-linear-gradient(#c07282, #7b474c);
  background: linear-gradient(#c07282, #7b474c);
}

.term-life {
  background: -webkit-gradient(linear, left top, left bottom, from(#297893), to(#1a4e58));
  background: -webkit-linear-gradient(#297893, #1a4e58);
  background: -o-linear-gradient(#297893, #1a4e58);
  background: linear-gradient(#297893, #1a4e58);
}

.term-area {
  background: -webkit-gradient(linear, left top, left bottom, from(#783f92), to(#4f2959));
  background: -webkit-linear-gradient(#783f92, #4f2959);
  background: -o-linear-gradient(#783f92, #4f2959);
  background: linear-gradient(#783f92, #4f2959);
}

.term-management {
  background: -webkit-gradient(linear, left top, left bottom, from(#9a5110), to(#5e3209));
  background: -webkit-linear-gradient(#9a5110, #5e3209);
  background: -o-linear-gradient(#9a5110, #5e3209);
  background: linear-gradient(#9a5110, #5e3209);
}

.term-landscape {
  background: -webkit-gradient(linear, left top, left bottom, from(#29800f), to(#1a5309));
  background: -webkit-linear-gradient(#29800f, #1a5309);
  background: -o-linear-gradient(#29800f, #1a5309);
  background: linear-gradient(#29800f, #1a5309);
}

.term-others {
  background: -webkit-gradient(linear, left top, left bottom, from(#6d6851), to(#454131));
  background: -webkit-linear-gradient(#6d6851, #454131);
  background: -o-linear-gradient(#6d6851, #454131);
  background: linear-gradient(#6d6851, #454131);
}

.term-all {
  background: -webkit-gradient(linear, left top, left bottom, from(#c0ba96), to(#7d785a));
  background: -webkit-linear-gradient(#c0ba96, #7d785a);
  background: -o-linear-gradient(#c0ba96, #7d785a);
  background: linear-gradient(#c0ba96, #7d785a);
}
