@charset "UTF-8";
/* ブロックのインポート */
.header {
  height: 98px;
  padding: 15px 0 22px;
  color: #fff;
  background-color: #000;
  background-image: url("../media/images/header/header-border.png");
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 100% 3px;
}
@media screen and (max-width: 767px) {
  .header {
    height: 48px;
    padding: 7px 20px 10px;
  }
}
.header a {
  text-decoration: none;
  color: #fff;
}
.header a:hover {
  color: #00a0e9;
  text-decoration: none;
}
.header__inner {
  width: 1140px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  .header__inner {
    width: 100%;
  }
}
.header__logo {
  margin: 0;
  text-align: right;
  padding-right: 383px;
}
@media screen and (max-width: 767px) {
  .header__logo {
    text-align: left;
    padding-right: 0;
    height: 31px;
  }
  .header__logo > a {
    display: inline-block;
    height: 31px;
  }
  .header__logo > a > img {
    height: 31px;
  }
}
.header__subMenu {
  width: 274px;
  position: absolute;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .header__subMenu {
    width: 45px;
    padding-right: 31px;
    bottom: 3px;
  }
}
.header__subMenu .nav {
  text-align: right;
  position: relative;
}
.header__subMenu .nav > span {
  display: inline-block;
}
.header__subMenu .nav > span a {
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
}
.header__subMenu .nav > span.nav01 {
  position: absolute;
  right: 97px;
  top: 0;
}
@media screen and (max-width: 767px) {
  .header__subMenu .nav > span.nav01 {
    position: static;
  }
}
.header__subMenu .nav > span.nav02 {
  position: absolute;
  right: 67px;
  top: 2px;
}
@media screen and (max-width: 767px) {
  .header__subMenu .nav > span.nav02 {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .header__subMenu .nav > span.nav03 {
    display: none;
  }
}
.header__search {
  margin-top: 8px;
  text-align: right;
  position: relative;
  padding-right: 32px;
}
.header__search:after {
  content: " ";
  display: block;
  clear: both;
}
@media screen and (max-width: 767px) {
  .header__search {
    display: none;
  }
}
.header__search > span {
  display: inline-block;
  vertical-align: middle;
}
.header__search > span.reseacher > a {
  display: block;
  width: 110px;
  height: 32px;
  background-color: #00a0e9;
  padding: 9px 10px;
  font-size: 13px;
  text-align: center;
}
.header__search > span.reseacher > a:after {
  font-family: FontAwesome;
  content: "";
  padding-left: 3px;
  padding-right: 0;
  font-size: 10px;
}
.header__search > span.reseacher > a:hover {
  color: #fff;
}
.header__search > span.searchForm > form:after {
  content: " ";
  display: block;
  clear: both;
}
.header__search > span.searchForm > form input {
  -webkit-appearance: none;
  box-shadow: none;
  border-radius: 0;
  border: none;
  background-color: #fff;
  padding: 9px 10px;
  font-size: 13px;
  width: 120px;
  height: 32px;
  display: none;
}
.header__search > span.searchForm button {
  -webkit-appearance: none;
  box-shadow: none;
  border-radius: 0;
  border: none;
  background-color: #00a0e9;
  font-family: FontAwesome;
  color: #fff;
  width: 32px;
  height: 32px;
  padding: 0 3px;
  cursor: pointer;
  text-align: center;
  position: absolute;
  right: 0;
  bottom: 0;
}
.header .spButton {
  display: none;
}
@media screen and (max-width: 767px) {
  .header .spButton {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 15.5px;
    height: 14px;
    background-image: url("../media/images/header/icon-bars.png");
    background-repeat: no-repeat;
    background-size: 100% auto;
  }
}
@media screen and (max-width: 767px) {
  .header .spButton.open {
    background-image: url("../media/images/header/icon-close.png");
    height: 16px;
  }
}

.en .header__logo {
  padding-right: 343px;
}
@media screen and (max-width: 767px) {
  .en .header__logo {
    padding-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .en .header__logo > a > img {
    height: 30px;
  }
}
.en .header__subMenu .nav > span.nav01 {
  right: 103px;
}
.en .header__subMenu .nav > span.nav02 {
  right: 73px;
}
.en .header__search > span.reseacher > a {
  padding: 9px 3px 9px 5px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Osaka, Arial, sans-serif;
}

.gnavi {
  background-color: #fff;
  position: relative;
}
@media screen and (max-width: 767px) {
  .gnavi {
    display: none;
  }
}
.gnavi ul {
  margin: 0;
  padding: 0;
}
.gnavi ul li {
  list-style: none;
}
.gnavi > ul.depth1 {
  width: 1140px;
  margin: 0 auto;
  display: table;
  table-layout: fixed;
}
.gnavi > ul.depth1 > li {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.gnavi > ul.depth1 > li > a {
  display: block;
  height: 60px;
  padding: 20px 0px;
  color: #000;
  font-size: 14px;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
}
.gnavi > ul.depth1 > li > a:hover {
  color: #00a0e9;
  border-bottom: solid 2px #00a0e9;
}
.gnavi > ul.depth1 > li.active > a {
  color: #00a0e9;
}
.gnavi .gnaviContents {
  display: none;
  position: absolute;
  left: 0;
  top: 60px;
  background-color: #00a0e9;
  width: 100%;
  z-index: 100000;
}
.gnavi .gnaviContents .outer {
  width: 100%;
  background-color: #00a0e9;
  padding: 40px 0;
  min-height: 280px;
}
.gnavi .gnaviContents .outer ul.depth1 {
  display: none;
  width: 1140px;
  margin: 0 auto;
  position: relative;
  padding-left: 215px;
}
.gnavi .gnaviContents .outer ul.depth1:after {
  content: " ";
  display: block;
  clear: both;
}
.gnavi .gnaviContents .outer ul.depth1 > li {
  display: table;
  float: left;
  width: 240px;
  margin-left: 55px;
  text-align: left;
  position: relative;
}
.gnavi .gnaviContents .outer ul.depth1 > li:after {
  font-family: FontAwesome;
  content: "";
  padding-left: 0;
  padding-right: 0;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -5px;
  font-size: 10px;
}
.gnavi .gnaviContents .outer ul.depth1 > li:hover:after {
  color: #b3e0f5;
}
.gnavi .gnaviContents .outer ul.depth1 > li > a {
  display: table-cell;
  vertical-align: middle;
  font-size: 13px;
  line-height: 1.4;
  padding: 15px 22px 15px 10px;
  border-bottom: solid 1px #33b3ed;
  text-decoration: none;
  color: #fff;
}
.gnavi .gnaviContents .outer ul.depth1 > li > a:hover {
  color: #00a0e9;
}
.gnavi .gnaviContents .outer ul.depth1 > li > a[href^="http"]:after {
  color: #fff;
}
.gnavi .gnaviContents .outer ul.depth1 > li > a:hover {
  color: #b3e0f5;
  text-decoration: none;
}
.gnavi .gnaviContents .outer ul.depth1 > li > a:hover[href^="http"]:after {
  color: #b3e0f5;
}
.gnavi .gnaviContents .outer ul.depth1 > li:nth-child(3n+5) {
  clear: both;
}
.gnavi .gnaviContents .outer ul.depth1 > li:nth-child(-n+4) {
  border-top: solid 1px #33b3ed;
}
.gnavi .gnaviContents .outer ul.depth1 > li.first {
  border-top: none;
  position: absolute;
  left: 40px;
  top: 0;
  width: 175px;
  height: 200px;
  margin-left: 0;
}
.gnavi .gnaviContents .outer ul.depth1 > li.first:after {
  content: none;
}
.gnavi .gnaviContents .outer ul.depth1 > li.first > a {
  width: 100%;
  height: 100%;
  padding: 12px;
  background-color: #33b3ed;
  font-size: 18px;
  text-decoration: none;
  color: #fff;
  vertical-align: top;
  cursor: default;
}
.gnavi .gnaviContents .outer ul.depth1 > li.type4 {
  display: none;
}
.gnavi .gnaviContents .outer ul.depth2 {
  display: none;
}

.en .gnavi > ul.depth1 {
  width: auto;
  max-width: 1140px;
  table-layout: auto;
}
.en .gnavi > ul.depth1 > li > a {
  padding: 20px 22.5px;
  white-space: nowrap;
}

.spMenu {
  display: none;
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 48px;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 15px;
  z-index: 1000000;
}
@media print, screen and (min-width: 980px) {
  .spMenu {
    display: none !important;
  }
}
.spMenu .col .row {
  margin-bottom: 15px;
}
.spMenu ul {
  margin: 0;
  padding: 0;
}
.spMenu ul li {
  list-style: none;
}
.spMenu ul li a {
  display: block;
  text-decoration: none;
  color: #000;
}
.spMenu ul li span.label {
  display: block;
  color: #000;
  font-weight: bold;
}
.spMenu__search form {
  background: #fff;
  position: relative;
  padding-right: 35px;
}
.spMenu__search form input {
  -webkit-appearance: none;
  box-shadow: none;
  border-radius: 0;
  border: none;
  background: #fff;
  padding: 9px 10px;
  height: 35px;
  font-size: 13px;
  width: 100%;
}
.spMenu__search form button {
  -webkit-appearance: none;
  box-shadow: none;
  border-radius: 0;
  border: none;
  background: #fff;
  position: absolute;
  top: 6px;
  right: 2px;
  color: #000;
  font-size: 18px;
}
.spMenu__utility ul > li {
  margin-bottom: 5px;
}
.spMenu__utility ul > li > a {
  background-color: #fff;
  font-size: 13px;
  line-height: 1.5;
  padding: 7.8px 10px;
}
.spMenu__utility ul > li.lang > a {
  background-color: #ccc;
}
.spMenu__main ul.depth1 > li.depth1 {
  margin-bottom: 5px;
}
.spMenu__main ul.depth1 > li.depth1 > a {
  color: #fff;
  background-color: #00a0e9;
  font-size: 13px;
  line-height: 1.5;
  padding: 7.8px 35px 7.8px 10px;
}
.spMenu__main ul.depth1 > li.depth1.has_children > a {
  position: relative;
}
.spMenu__main ul.depth1 > li.depth1.has_children > a:after {
  font-family: FontAwesome;
  content: "";
  padding-left: 0;
  padding-right: 0;
  position: absolute;
  top: 7px;
  right: 10px;
  font-size: 15px;
}
.spMenu__main ul.depth1 > li.depth1.has_children ul.depth2 {
  display: none;
}
.spMenu__main ul.depth1 > li.depth1.has_children.open > a:after {
  font-family: FontAwesome;
  content: "";
  padding-left: 0;
  padding-right: 0;
  top: 7px;
}
.spMenu__main ul.depth1 > li.depth1 ul {
  display: none;
}
.spMenu__main ul.depth1 > li.depth1 ul li {
  border-top: solid 1px #eee;
}
.spMenu__main ul.depth1 > li.depth1 ul li a,
.spMenu__main ul.depth1 > li.depth1 ul li span.label {
  background-color: #fff;
  font-size: 13px;
  line-height: 1.5;
  padding: 7.8px 10px;
}
.spMenu__main ul.depth1 > li.depth1 ul li:first-child {
  border-top: none;
}
.spMenu__main ul.depth1 > li.depth1 ul li.type4 + li {
  border-top: none;
}
.spMenu__main .lm656 {
  display: none;
}
.spMenu__purpose ul.depth1 > li.depth1 {
  margin-bottom: 5px;
}
.spMenu__purpose ul.depth1 > li.depth1 > a {
  color: #fff;
  background-color: #000;
  font-size: 13px;
  line-height: 1.5;
  padding: 7.8px 35px 7.8px 10px;
  position: relative;
}
.spMenu__purpose ul.depth1 > li.depth1 > a:after {
  font-family: FontAwesome;
  content: "";
  padding-left: 0;
  padding-right: 0;
  position: absolute;
  top: 7px;
  right: 10px;
  font-size: 15px;
}
.spMenu__purpose ul.depth1 > li.depth1 ul.depth2 {
  display: none;
}
.spMenu__purpose ul.depth1 > li.depth1.open > a:after {
  font-family: FontAwesome;
  content: "";
  padding-left: 0;
  padding-right: 0;
  top: 7px;
}
.spMenu__purpose ul.depth1 > li.depth1 ul li {
  border-top: solid 1px #eee;
}
.spMenu__purpose ul.depth1 > li.depth1 ul li a {
  font-size: 13px;
  line-height: 1.5;
  padding: 7.8px 10px 7.8px 35px;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 34px auto;
}
.spMenu__purpose ul.depth1 > li.depth1 ul li:first-child {
  border-top: none;
}
.spMenu__purpose ul.depth1 > li.depth1 ul li.menu01 > a {
  background-image: url("../media/images/sp-menu/icon-01.png");
}
.spMenu__purpose ul.depth1 > li.depth1 ul li.menu02 > a {
  background-image: url("../media/images/sp-menu/icon-02.png");
}
.spMenu__purpose ul.depth1 > li.depth1 ul li.menu03 > a {
  background-image: url("../media/images/sp-menu/icon-03.png");
}
.spMenu__purpose ul.depth1 > li.depth1 ul li.menu04 > a {
  background-image: url("../media/images/sp-menu/icon-04.png");
}
.spMenu__purpose ul.depth1 > li.depth1 ul li.menu05 > a {
  background-image: url("../media/images/sp-menu/icon-05.png");
}
.spMenu__purpose ul.depth1 > li.depth1 ul li.menu06 > a {
  background-image: url("../media/images/sp-menu/icon-06.png");
}
.spMenu__purpose ul.depth1 > li.depth1 ul li.menu07 > a {
  background-image: url("../media/images/sp-menu/icon-07.png");
}

.footer {
  position: relative;
  padding-bottom: 75px;
}
@media screen and (max-width: 767px) {
  .footer {
    padding-bottom: 0;
  }
}
.footer__inner {
  width: 1140px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  .footer__inner {
    width: 100%;
  }
}
.footer a {
  text-decoration: none;
  color: #fff;
}
.footer a:hover {
  color: #00a0e9;
  text-decoration: none;
}
.footer ul {
  margin: 0;
  padding: 0;
}
.footer ul > li {
  list-style: none;
}
.footer ul > li > a {
  display: inline-block;
}
.footer__col.col1 {
  height: 39px;
  background-image: url("../media/images/footer/border-01.png");
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 100% 3px;
}
.footer__col.col2 {
  background-color: #00a0e9;
  padding: 15px 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .footer__col.col2 {
    padding: 10px 20px 20px;
  }
}
.footer__col.col2 .row1 {
  padding-right: 70px;
}
@media screen and (max-width: 767px) {
  .footer__col.col2 .row1 {
    padding-right: 0;
  }
}
.footer__col.col2 .row2 {
  position: absolute;
  right: 0;
  top: 0;
  width: 60px;
}
@media screen and (max-width: 767px) {
  .footer__col.col2 .row2 {
    position: static;
    width: 100%;
    text-align: center;
    padding: 18px 0 13px;
  }
}
.footer__col.col3 {
  height: 75px;
  width: 100%;
  padding: 15px 0;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .footer__col.col3 {
    position: static;
    background-color: #fff;
    height: 30px;
    padding: 5px 0;
  }
}
.footer__col.col4 {
  height: 36px;
  padding: 9px 0 11px;
  background-image: url("../media/images/footer/bg-texture-02.png");
  background-repeat: repeat-x;
}
.footer__col.col4:after {
  content: " ";
  display: block;
  clear: both;
}
@media screen and (max-width: 767px) {
  .footer__col.col4 {
    background: #000;
    height: auto;
    padding: 0;
  }
}
.footer__col.col4 .row1 {
  float: left;
}
@media screen and (max-width: 767px) {
  .footer__col.col4 .row1 {
    float: none;
  }
}
.footer__col.col4 .row2 {
  float: right;
  margin-top: 3px;
}
@media screen and (max-width: 767px) {
  .footer__col.col4 .row2 {
    float: none;
    margin-top: 0;
    padding: 20px 10px;
    height: 95px;
    background-image: url("../media/images/common/bg-texture-black.png");
    background-repeat: repeat-x;
  }
}
.footer__sitemap {
  margin: 0;
  text-align: center;
  height: 36px;
  background-color: #00a0e9;
  background-image: url("../media/images/footer/bg-texture-01.png");
  background-repeat: repeat-x;
}
.footer__sitemap > a {
  display: block;
  height: 36px;
  padding: 10px 0;
  font-size: 13px;
  font-family: "Open Sans", sans-serif;
  cursor: pointer;
}
.footer__sitemap > a:before {
  font-family: FontAwesome;
  content: "";
  padding-left: 0;
  padding-right: 4px;
}
.footer__sitemap > a.open:before {
  font-family: FontAwesome;
  content: "";
  padding-left: 0;
  padding-right: 4px;
}
.footer__sitemap > a:hover {
  color: #fff;
}
.footer__logo {
  margin: 0;
}
.footer__mainMenu ul {
  margin: 0;
  padding: 0;
}
.footer__mainMenu ul li {
  list-style: none;
}
.footer__mainMenu ul li a {
  line-height: 1.4;
  margin-bottom: 6px;
}
@media screen and (max-width: 767px) {
  .footer__mainMenu ul li a {
    display: block;
  }
}
.footer__mainMenu ul li a[href^="http"]:after {
  color: #fff;
}
.footer__mainMenu ul li a:hover {
  color: #b3e0f5;
}
.footer__mainMenu ul li a:hover[href^="http"]:after {
  color: #b3e0f5;
}
.footer__mainMenu ul.depth1:after {
  content: " ";
  display: block;
  clear: both;
}
.footer__mainMenu ul.depth1 > li {
  float: left;
  margin-right: 30px;
  max-width: 13%;
}
@media screen and (max-width: 767px) {
  .footer__mainMenu ul.depth1 > li {
    float: none;
    max-width: none;
    margin-right: 0;
    border-bottom: solid 1px #33b3ed;
    padding: 10px 0 15px;
  }
}
.footer__mainMenu ul.depth1 > li > a {
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .footer__mainMenu ul.depth1 > li > a {
    font-size: 12px;
  }
}
.footer__mainMenu ul.depth2 > li > a {
  font-size: 13px;
}
@media screen and (max-width: 767px) {
  .footer__mainMenu ul.depth2 > li > a {
    font-size: 11px;
    padding-left: 1em;
  }
}
.footer__mainMenu ul.depth2 > li > span.label {
  font-weight: bold;
  font-size: 13px;
  line-height: 1.4;
  margin-bottom: 6px;
}
@media screen and (max-width: 767px) {
  .footer__mainMenu ul.depth2 > li > span.label {
    display: block;
    font-size: 11px;
    padding-left: 1em;
  }
}
.footer__mainMenu ul.depth2 > li.first {
  display: none;
}
.footer__mainMenu ul.depth3 {
  display: none;
}
.footer__mainMenu ul.depth3 > li a {
  font-size: 13px;
}
@media screen and (max-width: 767px) {
  .footer__mainMenu ul.depth3 > li a {
    font-size: 11px;
    padding-left: 1em;
  }
}
.footer__subMenu > ul:after {
  content: " ";
  display: block;
  clear: both;
}
.footer__subMenu > ul > li {
  float: left;
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  .footer__subMenu > ul > li {
    margin-right: 0;
    width: 50%;
    border-bottom: solid 1px #333;
  }
  .footer__subMenu > ul > li:nth-child(even) {
    border-left: solid 1px #333;
  }
  .footer__subMenu > ul > li:nth-child(n+3) {
    border-bottom: none;
  }
}
.footer__subMenu > ul > li > a {
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  .footer__subMenu > ul > li > a {
    width: 100%;
    text-align: center;
    font-size: 10px;
    padding: 8px 3px;
    line-height: 1.4;
  }
}
.footer__copy {
  margin: 0;
  font-size: 11px;
  font-family: "Open Sans", sans-serif;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .footer__copy {
    text-align: center;
    font-size: 9px;
  }
}
.footer__pageTop {
  margin: 0;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .footer__pageTop {
    text-align: center;
  }
}
.footer__pageTop > a {
  display: inline-block;
  font-size: 13px;
  font-family: "Open Sans", sans-serif;
}
@media screen and (max-width: 767px) {
  .footer__pageTop > a {
    color: #000;
    font-size: 11px;
  }
}
.footer__pageTop > a:after {
  font-family: FontAwesome;
  content: "";
  padding-left: 5px;
  padding-right: 0;
  color: #00a0e9;
  font-size: 15px;
}

* {
  box-sizing: border-box;
}

body {
  background-color: #000;
  color: #fff;
  min-width: 1180px;
  margin: 0 auto;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Osaka, Arial, sans-serif;
  position: relative;
}
@media print {
  body {
    -webkit-print-color-adjust: exact;
  }
}
@media screen and (max-width: 767px) {
  body {
    min-width: 0;
  }
}
body.en {
  font-family: "Open Sans", sans-serif;
}

#main {
  font-size: 14px;
  line-height: 1.8;
  color: #000;
}
@media screen and (max-width: 767px) {
  #main {
    font-size: 13px;
    line-height: 1.6;
  }
}

body#main {
  width: 800px;
}
@media screen and (max-width: 767px) {
  body#main {
    width: 100%;
  }
}

img {
  vertical-align: top;
  max-width: 100%;
}

/*# sourceMappingURL=common.css.map */
