@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Montserrat");
@font-face {
  font-family: 'kikuchi';
  src:  url('/fonts/kikuchi.eot?t2exq8');
  src:  url('/fonts/kikuchi.eot?t2exq8#iefix') format('embedded-opentype'),
    url('/fonts/kikuchi.ttf?t2exq8') format('truetype'),
    url('/fonts/kikuchi.woff?t2exq8') format('woff'),
    url('/fonts/kikuchi.svg?t2exq8#kikuchi') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'kikuchi' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-arrow_o_2:before {
  content: "\e901";
}
.icon-arrow_o_3:before {
  content: "\e910";
}
.icon-arrow:before {
  content: "\e900";
}
.icon-play_arrow:before {
  content: "\e902";
}
.icon-keyboard_arrow_up:before {
  content: "\e903";
}
.icon-keyboard_arrow_right:before {
  content: "\e904";
}
.icon-keyboard_arrow_left:before {
  content: "\e905";
}
.icon-keyboard_arrow_down:before {
  content: "\e906";
}
.icon-arrow_drop_down:before {
  content: "\e907";
}
.icon-world:before {
  content: "\e908";
}
.icon-plus-circle:before {
  content: "\e909";
}
.icon-minus-circle:before {
  content: "\e90a";
}
.icon-home3:before {
  content: "\e90b";
}
.icon-checkmark:before {
  content: "\e90c";
}
.icon-fax:before {
  content: "\e90d";
}
.icon-external-link:before {
  content: "\e90e";
}
.icon-arrow_drop_down2:before {
  content: "\e90f";
}
.icon-phone:before {
  content: "\e942";
}
.icon-map2:before {
  content: "\e94c";
}
.icon-stats-dots:before {
  content: "\e99b";
}
.icon-list2:before {
  content: "\e9bb";
}


/*-- header animation --*/

@-webkit-keyframes 'headerMin' {
  0%{opacity:0; transform: translateY(-50px);}
  100%{opacity:1; transform: translateY(0);}
}

/*-- common parts --*/

a {
  transition: all 0.3s ease-out;
  cursor: pointer;
}

a:link, a:active, a:hover, a:visited {
  text-decoration: none;
  cursor: pointer;
}

.ext::after {
  content: '\e90e';
  display: inline-block;
  margin-left: 5px;
  color: #0065a9;
  font-family: 'kikuchi';
  font-size: 13px;
  font-weight: 300;
}

body {
  color: #333;
  font-size: 14px;
  font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, 'ＭＳ Ｐゴシック', 'MS PGothic', 'Montserrat', sans-serif;
  width: 100%;
  position: relative;
  overflow: hidden;
}

br.pc {
  display: block;
}

br.sp {
  display: none;
}

#wrapper, #indexWrapper {
  line-height: 24px;
}

.inner {
  width: 1000px;
  margin: 0 auto;
}

@media only screen and (max-width: 1024px) {
  body {
    width: 1024px;
  }
}

@media only screen and (max-width: 720px) {
  br.pc {
    display: none;
  }
  br.sp {
    display: block;
  }
  #wrapper, #indexWrapper, body {
    width: 100%;
  }
  .inner {
    width: 95%;
    margin: 0 auto;
  }
  a {
    opacity: 1 !important;
    transform: scale(1, 1) !important;
  }
  a:hover, a:active, a:focus, a:hover:after, a:active:after, a:focus:after, a:hover img {
    opacity: 1 !important;
    transform: scale(1, 1) !important;
  }
}

.cf::after {
  content: ' ';
  display: block;
  clear: both;
}

.mt0 {
  margin-top: 0 !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.ml0 {
  margin-left: 0 !important;
}

.mr0 {
  margin-right: 0 !important;
}

@media only screen and (max-width: 720px) {
  .br::before {
    content: '\a';
    white-space: pre;
  }
  .break {
    word-wrap: break-word;
  }
}

#totop {
  position: fixed;
  bottom: 90px;
  right: 30px;
  font-size: 77%;
  z-index: 995;
}

#totop a {
  background-color: #0065a9;
  text-decoration: none;
  color: #fff;
  width: 65px;
  height: 65px;
  padding: 23px 0;
  text-align: center;
  display: block;
}

#totop a:hover {
  text-decoration: none;
  background: #999;
  -webkit-box-shadow: 1px 2px 5px 3px rgba(41,41,41,0.3);
  -moz-box-shadow: 1px 2px 5px 3px rgba(41,41,41,0.3);
  box-shadow: 1px 2px 5px 3px rgba(41,41,41,0.3);
}

.arrowL::before {
  content: '\e900';
  text-align: center;
  font-size: 11px;
  color: #fff;
  font-family: 'kikuchi';
  display: inline-block;
  font-weight: 300;
  padding: 7px 0 0px 1px;
  border-radius: 50%;
  margin-right: 10px;
  transition: all 0.3s ease-out;
  line-height: 1px;
}

.arrowD::after {
  content: '\e901';
  text-align: center;
  font-size: 11px;
  font-weight: 300;
  color: #0065a9;
  font-family: 'kikuchi';
  display: inline-block;
  width: 13px;
  height: 6px;
  padding: 7px 0 1px 1px;
  border-radius: 50%;
  transition: all 0.3s ease-out;
  float: right;
  line-height: 2px;
}

.arrowB::before {
  content: '\e900';
  text-align: center;
  font-size: 14px;
  font-weight: 300;
  color: #fff;
  font-family: 'kikuchi';
  display: inline-block;
  padding: 2px 0 0 1px;
  border-radius: 50%;
  margin-right: 10px;
  transition: all 0.3s ease-out;
}

.btnBlack, .btnBlackB {
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  margin: 0 auto;
  display: block;
  width: 220px;
  height: 40px;
  padding: 8px 0 7px;
  background-color: #000;
  position: relative;
  z-index: 2;
  transition: all 0.3s ease-out;
  overflow: hidden;
}

.btnBlack:hover {
  -webkit-box-shadow: 1px 2px 5px 3px rgba(41,41,41,0.3);
  -moz-box-shadow: 1px 2px 5px 3px rgba(41,41,41,0.3);
  box-shadow: 1px 2px 5px 3px rgba(41,41,41,0.3);
}

.btnBlackB {
  border: none;
}

.btnBlackB:hover {
  -webkit-box-shadow: 1px 2px 5px 3px rgba(41,41,41,0.3);
  -moz-box-shadow: 1px 2px 5px 3px rgba(41,41,41,0.3);
  box-shadow: 1px 2px 5px 3px rgba(41,41,41,0.3);
}

.btnBlack::after, .btnBlackB::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-left: 17px solid transparent;
  border-bottom: 17px solid #fff;
  transition: all 0.3s ease-out;
  cursor: pointer;
  opacity: 1;
}

.btnBlack:hover::after, .btnBlackB:hover::after {
  opacity: 0;
}

@media only screen and (max-width: 720px) {
  .break {
    word-wrap: break-word;
  }

  .btnBlack:hover {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  .btnBlackB:hover {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
}

header {
  position: relative;
  z-index: 10;
  width: 100%;
}

h1 {
  float: left;
  margin-top: 11px;
}

header.min .headerTop h1 a {
  transition: none;
}

.headerTop {
  background-color: #0065a9;
}

ul.submenu {
  float: right;
  margin: 40px 0 15px;
  letter-spacing: 1px;
}

ul.submenu li {
  display: inline-block;
  margin-right: 35px;
}

ul.submenu li:last-of-type {
  margin-right: 0;
}

ul.submenu li a {
  font-size: 12px;
  font-weight: 300;
  color: #fff;
  transition: color .3s ease-out;
}

ul.submenu li a:hover {
  color: #98d6ff;
}

@media only screen and (max-width: 720px) {
  h1 {
    width: 250px;
    margin-top: 17px;
  }
  h1 img {
    width: 250px;
  }
  .headerTop {
    height: 75px;
  }
  ul.submenu {
    display: none;
  }
}

#global {
  position: relative;
  width: 100%;
  height: 60px;
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-background-color: rgba(0, 0, 0, 0.7);
  -moz-background-color: rgba(0, 0, 0, 0.7);
}

#global ul {
  font-size: 0;
}

#global ul li {
  display: inline-block;
  text-align: center;
}

#global ul li a {
  transition: none;
}

#global ul li a span {
  display: block;
  font-family: 'Montserrat';
  font-size: 14px;
  color: #dce3e7;
  margin-top: 8px;
}

#global ul li .globalDrop {
  display: none;
  overflow: hidden;
  position: absolute;
  width: 1100px;
  height: 195px;
  left: 50%;
  margin-left: -550px;
  box-shadow: 0 7px 5px -6px rgba(0, 0, 0, 0.6);
  -webkit-box-shadow: 0 7px 5px -6px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0 7px 5px -6px rgba(0, 0, 0, 0.6);
}

#global ul li .globalDrop > p {
  font-size: 18px;
  letter-spacing: 1px;
  font-weight: 500;
  color: #fff;
  position: absolute;
  width: 200px;
  height: 30px;
  display: block;
  top: 70px;
  left: 80px;
  z-index: 990;
}

#global ul li .globalDrop > p span {
  display: block;
  font-family: 'Montserrat';
  font-size: 14px;
  color: #dce3e7;
  margin-top: 8px;
}

#global ul li .globalDrop::after {
  content: ' ';
  display: block;
  clear: both;
}

#global ul li .globalDrop .globalTitle {
  font-size: 18px;
  letter-spacing: 1px;
  font-weight: 500;
  color: #fff;
  width: 350px;
  height: 195px;
  padding: 70px 0;
  margin-right: 100px;
  float: left;
  position: relative;
  background-color: #0065a9;
  -moz-background-color: #0065a9;
  -webkit-background-color: #0065a9;
  opacity: 0.8;
}

#global ul li .globalDrop .globalTitle::after {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border-right: 66px solid transparent;
  border-top: 200px solid #0065a9;
  position: absolute;
  top: 0;
  left: 0;
  margin-left: 349px;
  opacity: 1;
}

#global ul li.ir .globalDrop {
  height: 260px;
}

#global ul li.ir .globalDrop > p {
  top: 100px;
}

#global ul li.ir .globalDrop .globalTitle {
  padding: 100px 0;
  height: 260px;
}

#global ul li.ir .globalDrop .globalTitle::after {
  border-right: 84px solid transparent;
  border-top: 265px solid #0065a9;
}

#global ul li .globalDrop .globalTitle span {
  display: block;
  font-family: 'Montserrat';
  font-size: 14px;
  color: #dce3e7;
  margin-top: 8px;
}

#global ul li .globalDrop .globalInner {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  -moz-background-color: rgba(0, 0, 0, 0.9);
  -webkit-background-color: rgba(0, 0, 0, 0.9);
}

#global ul li .globalDrop .globalInner::after {
  content: ' ';
  display: block;
  clear: both;
}

#global ul li .globalDrop ul {
  float: left;
  width: auto;
  padding-top: 35px;
  margin-right: 80px;
}

#global ul li .globalDrop ul li {
  display: block;
  text-align: left;
  -webkit-transform: skew(0deg);
  -moz-transform: skew(0deg);
  -o-transform: skew(0deg);
  -ms-transform: skew(0deg);
}

#global ul li .globalDrop ul li::before {
  content: '\e904';
  text-align: center;
  font-size: 11px;
  color: #0065a9;
  font-family: 'kikuchi';
  display: inline-block;
  width: 13px;
  height: 13px;
  padding: 1px 0 0 1px;
  margin-right: 10px;
}

#global ul li .globalDrop ul li a {
  font-size: 14px;
  font-weight: 400;
  display: inline-block;
  width: auto;
  height: auto;
  padding: 8px 0;
  border-left: none;
  transition: color .3s ease-out;
}

#global ul li .globalDrop ul li a:hover {
  background: none;
  color: #98d6ff;
}

#global ul > li:first-of-type a {
  border-left: none;
}

#global ul > li a {
  display: inline-block;
  font-size: 15px;
  letter-spacing: 1px;
  color: #fff;
  width: 165px;
  height: 60px;
  padding: 12px 0;
  border-left: 1px solid #a1adbc;
  transition: background-color .3s ease-out;
}

#global ul > li a.hovered, #global ul > li a:hover {
  background-color: rgba(0, 101, 169, 0.8);
  -moz-background-color: rgba(0, 101, 169, 0.8);
  -webkit-background-color: rgba(0, 101, 169, 0.8);
  -ms-transform: rgba(0, 101, 169, 0.8);
}

#spNav {
  display: none;
}

#global ul li.spEn, #global ul li.spSitemap {
  display: none;
}

@media only screen and (min-width: 721px) {
  #wrapper.min {
    padding-top: 129px;
  }

  #global ul.globalList > li > a {
    -webkit-transform: skew(-20deg);
    -moz-transform: skew(-20deg);
    -o-transform: skew(-20deg);
    -ms-transform: skew(-20deg);
  }

  #global ul.globalList > li > a p {
    display: block;
    -webkit-transform: skew(20deg);
    -moz-transform: skew(20deg);
    -o-transform: skew(20deg);
    -ms-transform: skew(20deg);
  }

  /** header_min **/

  header.min {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9995;
    -webkit-animation-name:'headerMin';
   -webkit-animation-duration: .3s;
   -webkit-animation-timing-function:ease-in;
   -webkit-animation-iteration-count:1;
   -webkit-box-shadow: 0px 2px 10px 2px rgba(0,0,0,0.3);
   -moz-box-shadow: 0px 2px 10px 2px rgba(0,0,0,0.3);
   box-shadow: 0px 2px 10px 2px rgba(0,0,0,0.3);
  }

  header.min::after,
  header.min .headerTop .inner::after {
    content: '';
    display: block;
    clear: both;
  }

  header.min ul.globalList .arrowD::after {
    content: none;
  }
  header.min .headerTop {
    width: 35%;
    float: left;
    position: relative;
  }
  header.min .headerTop::after {
    position: absolute;
    right: -22px;
    top: 0;
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 60px 22px 0 0;
    border-color: #0065a9 transparent transparent transparent;
    z-index: 999;
  }
  header.min .headerTop .inner {
    width: 100%;
  }
  header.min .headerTop h1 {
    margin-top: 10px;
  }
  header.min .headerTop h1 img {
    width: 265px;
    padding-left: 18px;
  }
  header.min .headerTop ul.submenu {
    float: right;
    margin: 17px 10px 18px 10px;
    font-size: 0;
  }
  header.min .headerTop ul.submenu li {
    margin-right: 6px;
  }
  header.min .headerTop ul.submenu li::before {
    content: none;
  }
  header.min .headerTop ul.submenu li a {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #fff;
    display: block;
    position: relative;
    transition: opacity .3s ease-out;
  }
  header.min .headerTop ul.submenu li a:hover {
    opacity: .6;
  }
  header.min .headerTop ul.submenu li a::before {
    display: block;
    position: absolute;
    font-family: 'kikuchi';
    color: #0065a9;
    text-align: center;
    font-size: 14px;
    width: 13px;
    height: 13px;
    left: 50%;
    top: 50%;
    margin: -7px 0 0 -6.5px;
  }
  header.min .headerTop ul.submenu li:first-of-type a::before {
    content: '\e94c';
  }
  header.min .headerTop ul.submenu li:nth-of-type(2) a::before {
    content: '\e908';
  }
  header.min .headerTop ul.submenu li span {
    display: none;
  }

  header.min #global {
    position: static;
    width: 65%;
    float: left;
    background-color: rgba(0, 0, 0, 0.9);
  }
  header.min #global .inner {
    width: 730px;
    margin: 0 auto;
  }

  header.min #global ul > li a {
    width: 100%;
    padding: 21.5px 20px 22px 24px;
  }
  header.min #global ul > li a span {
    display: none;
  }
  header.min #global ul li .globalDrop {
    width: 100%;
    left: 0;
    margin-left: 0;
    z-index: 9999;
  }

}

@media only screen and (max-width: 1100px) {
  header.min {
    width: 1024px;
  }
  header.min .headerTop {
    width: 15%;
  }
  header.min #global {
    width: 85%;
  }
  header.min .headerTop h1 {
    width: 60px;
    overflow: hidden;
  }
  header.min .headerTop h1 a {
    display: block;
    width: 60px;
  }
}

@media only screen and (max-width: 720px) {
  header.min {
    width: 100%;
  }
  header.min .headerTop {
    width: 100%;
  }
  header.min #global {
    width: 100%;
  }
  header.min .headerTop h1 {
    width: 100%;
  }
  #global {
    position: static;
    width: auto;
    height: auto;
    background-color: transparent;
  }
  #spNav {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 60px;
    height: 60px;
    cursor: pointer;
    background-color: #0065a9;
  }
  #spNav div {
    position: relative;
    width: 60%;
    margin: 17px 14px;
  }
  #spNav span {
    display: block;
    position: absolute;
    width: 90%;
    border-bottom: solid 3px #fff;
    -webkit-transition: 0.35s ease-in-out;
    -moz-transition: 0.35s ease-in-out;
    transition: 0.35s ease-in-out;
  }
  #spNav span:nth-child(1) {
    top: 0;
  }
  #spNav span:nth-child(2) {
    top: 11px;
  }
  #spNav span:nth-child(3) {
    top: 22px;
  }
  .openNav #spNav span:nth-child(1) {
    top: 11px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .openNav #spNav span:nth-child(2), .openNav #spNav span:nth-child(3) {
    top: 11px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #spNav p {
    color: #fff;
    font-size: 11px;
    font-family: 'Montserrat';
    letter-spacing: 1px;
    position: absolute;
    top: 32px;
    right: 0;
  }
  #global .inner {
    width: 100%;
  }
  #global ul {
    display: none;
    top: 75px;
    position: absolute;
    left: 0;
    margin: 0;
    padding: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    -moz-background-color: rgba(0, 0, 0, 0.9);
    -webkit-background-color: rgba(0, 0, 0, 0.9);
  }
  #global ul.globalList li {
    text-align: left;
    display: block;
    width: 100%;
    -webkit-transform: skew(0deg);
    -moz-transform: skew(0deg);
    -o-transform: skew(0deg);
    -ms-transform: skew(0deg);
  }
  #global ul.globalList li a {
    width: 100%;
    height: 55px;
    padding: 19px 15px;
    color: #fff;
    -webkit-transform: skew(0deg);
    -moz-transform: skew(0deg);
    -o-transform: skew(0deg);
    -ms-transform: skew(0deg);
    border: none;
  }
  #global ul li a:hover {
    background-color: transparent;
  }
  #global ul li a p span {
    display: inline-block;
    margin: 0 0 0 5px;
  }
  #global ul li.biz > span, #global ul li.company > span, #global ul li.ir > span, #global ul li.recruit > span, #global ul li.tech > span {
    width: 50px;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
  }
  #global ul li .globalDrop {
    display: none;
    overflow: hidden;
    position: static;
    width: 100%;
    height: auto;
    margin-left: 0;
  }
  #global ul li.ir .globalDrop {
    height: auto;
  }
  #global ul li .globalDrop > p, #global ul li .globalDrop .globalTitle {
    display: none;
  }
  #global ul li .globalDrop .globalInner {
    width: 100%;
    background-color: transparent;
  }
  #global ul li .globalDrop ul {
    float: none;
    width: 100%;
    padding-top: 0;
    margin-right: 0;
  }
  #global ul li .globalDrop ul li {
    padding: 0;
    position: relative;
  }
  #global ul li .globalDrop ul li::before {
    position: absolute;
    top: 14px;
    left: 14px;
  }
  #global ul li .globalDrop ul li a {
    display: block;
    width: 100%;
    height: 40px;
    padding: 13px 34px;
    border-left: none;
  }
  #global ul li .globalDrop ul li a:hover {
    color: #fff;
  }
  #global ul li.switch a p::after {
    content: "\e910" !important;
  }
  #global ul li.spSitemap {
    text-align: center;
    display: block;
    width: 50%;
    float: left;
    border-top: 1px solid #626262;
  }
  #global ul li.spEn {
    text-align: center;
    display: block;
    width: 50%;
    float: left;
    border-top: 1px solid #626262;
    border-left: 1px solid #626262;
    margin-right: 0;
  }
  #global ul li.spEn a::before {
    content: '\e906';
    text-align: center;
    font-size: 14px;
    color: #0065a9;
    font-family: 'kikuchi';
    display: inline-block;
    width: 13px;
    height: 13px;
    margin-right: 10px;
  }
  #global ul li.spSitemap a::before {
    content: '\e906';
    text-align: center;
    font-size: 14px;
    color: #0065a9;
    font-family: 'kikuchi';
    display: inline-block;
    width: 13px;
    height: 13px;
    margin-right: 10px;
    content: "\e94c";
  }
  #global ul li.spEn a::before {
    content: "\e908";
  }
}


/** footer **/

footer {
  position: relative;
  width: 100%;
  background-color: #f0f0f0;
}

footer #footerTop {
  background-color: #000;
  padding: 35px 0 35px;
}

#footerTop .footerBans::after {
  content: ' ';
  display: block;
  clear: both;
}

#footerTop .footerBans h2 {
  float: left;
  margin-right: 80px;
}

#footerTop .footerBans ul {
  float: right;
}

#footerTop .footerBans ul li {
  display: inline-block;
  margin-right: 8px;
}

#footerTop .footerBans ul li a:hover {
  opacity: 0.6;
}

#footerTop #footerNav {
  margin-top: 60px;
  display: table;
}

#footerTop #footerNav::after {
  content: ' ';
  display: block;
  clear: both;
}

#footerTop #footerNav a {
  color: #fff;
}

#footerTop #footerNav a:hover {
  color: #98d6ff;
}

#footerTop #footerNav dl {
  display: table-cell;
  width: 212px;
}

#footerTop #footerNav dl.ir {
  margin-right: 0;
}

#footerTop #footerNav dl.ir::after {
  content: ' ';
  display: block;
  clear: both;
}

#footerTop #footerNav dl dt {
  font-size: 16px;
}

#footerTop #footerNav dl dt::after {
  content: '';
  display: block;
  width: 150px;
  height: 1px;
  margin: 20px 0;
  background: #0065a9;
  background: -moz-linear-gradient(left, #0065a9 0%, #2989d8 10%, #fff 10%, #fff 100%);
  background: -webkit-linear-gradient(left, #0065a9 0%, #2989d8 10%, #fff 10%, #fff 100%);
  background: linear-gradient(to right, #0065a9 0%, #2989d8 10%, #fff 10%, #fff 100%);
}

#footerTop #footerNav dl.ir dt::after {
  width: 350px;
  background: #0065a9;
  background: -moz-linear-gradient(left, #0065a9 0%, #2989d8 5%, #fff 5%, #fff 100%);
  background: -webkit-linear-gradient(left, #0065a9 0%, #2989d8 5%, #fff 5%, #fff 100%);
  background: linear-gradient(to right, #0065a9 0%, #2989d8 5%, #fff 5%, #fff 100%);
}

#footerTop #footerNav dl dd {
  font-weight: 300;
}

#footerTop #footerNav dl dd ul li {
  line-height: 20px;
  margin: 0 25px 10px 11px;
}

#footerTop #footerNav dl dd ul li::before {
  content: '\2022';
  color: #fff;
  display: inline-block;
  margin: 0 5px 4px -11px;
}

#footerTop #footerNav dl.ir dd ul {
  display: table-cell;
}

footer #footerBtm {
  color: #fff;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 1px;
  background-color: #0065a9;
  padding: 25px 0;
}

footer #footerBtm::after {
  content: ' ';
  display: block;
  clear: both;
}

footer #footerBtm ul {
  float: left;
}

footer #footerBtm ul li {
  display: inline-block;
  margin-right: 20px;
}

footer #footerBtm ul li:last-of-type {
  margin-right: 0;
}

footer #footerBtm ul li a {
  color: #fff;
}

footer #footerBtm ul li a:hover {
  color: #98d6ff;
}

footer #footerBtm .copyright {
  font-size: 12px;
  float: right;
}

footer .spfooterSub {
  display: none;
}

@media only screen and (max-width: 720px) {
  footer {
    height: auto;
  }
  footer #footerTop {
    height: auto;
    padding: 20px 0 0;
  }
  #footerTop .footerBans ul {
    display: none;
  }
  footer #footerBtm .inner, footer #footerTop .inner {
    width: 100%;
  }
  #footerTop .footerBans h2 {
    float: none;
    margin: 0;
    padding: 0 15px 20px;
    width: 100%;
  }
  footer .spfooterSub {
    display: block;
    background: #000;
  }
  footer .spfooterSub li {
    width: 50%;
    float: left;
  }
  footer .spfooterSub li:nth-of-type(2) {
    margin-right: 0;
  }
  footer .spfooterSub li img {
    width: 100%;
    min-width: auto;
  }
  footer .spfooterSub li.wrS {
    text-align: center;
    background-color: #fff;
    width: 100%;
    height: 90px;
    padding: 8px 0;
  }
  footer .spfooterSub li.wrS img {
    width: 280px;
  }
  footer #footerBtm {
    height: auto;
    padding: 0 0 10px;
  }
  footer #footerBtm ul {
    width: 100%;
    border-top: 1px solid #0065a9;
    background: #fff;
  }
  footer #footerBtm ul li {
    display: block;
    float: left;
    width: 33%;
    height: 60px;
    margin-right: 0;
    text-align: center;
    position: relative;
    background: #fff;
    border-left: 1px solid #0065a9;
  }
  footer #footerBtm ul li:first-of-type {
    border-left: none;
  }
  footer #footerBtm ul li::before {
    position: absolute;
    left: 10px;
    top: 23px;
    color: #0065a9;
  }
  footer #footerBtm ul li a {
    color: #0065a9;
    text-align: left;
    width: 100%;
    display: block;
    height: 60px;
    padding: 24px 0 24px 33px;
  }
  footer #footerBtm ul li a:hover {
    color: #0065a9;
  }
  footer #footerBtm ul li:first-of-type a {
    padding: 19px 0 19px 33px;
  }
  footer #footerBtm .copyright {
    float: right;
    width: 100%;
    text-align: center;
    height: 60px;
    padding: 23px 0;
  }
  #footerTop #footerNav {
    display: block;
    width: 100%;
    margin-top: 0;
  }
  #footerTop #footerNav dl {
    display: block;
    width: 100%;
  }
  #footerTop #footerNav dl dt {
    height: 60px;
    border-top: 1px solid #fff;
    position: relative;
  }
  #footerTop #footerNav dl dt span {
    width: 60px;
    height: 60px;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 30;
    cursor: pointer;
  }
  #footerTop #footerNav dl dt a {
    display: inline-block;
    width: 100%;
    height: 60px;
    padding: 21px 45px;
  }
  #footerTop #footerNav dl dt a:hover {
    color: #fff;
  }
  #footerTop #footerNav dl dt::before {
    position: absolute;
    top: 20px;
    left: 20px;
  }
  #footerTop #footerNav dl dt::after {
    content: none;
  }
  #footerTop #footerNav dl dt a::after {
    content: '\e909';
    font-family: 'kikuchi';
    font-size: 18px;
    color: #fff;
    display: block;
    width: 25px;
    height: 15px;
    margin: 0;
    background: transparent;
    position: absolute;
    top: 20px;
    right: 10px;
    z-index: 3;
  }
  #footerTop #footerNav dl dt.switch {
    background: #fff;
    border-top: 1px solid #000;
    border-bottom: 1px dashed #000;
  }
  #footerTop #footerNav dl dt.switch::before {
    color: #000;
  }
  #footerTop #footerNav dl dt.switch a {
    color: #000;
  }
  #footerTop #footerNav dl dt.switch a::after {
    content: '\e90a';
    color: #000;
  }
  #footerTop #footerNav dl.ir dt::after {
    width: 25px;
    height: 15px;
    margin: 0;
    background: transparent;
  }
  #footerTop #footerNav dl.ir dd ul {
    display: block;
  }
  #footerTop #footerNav dl dd {
    display: none;
    font-weight: 400;
    background: #fff;
  }
  #footerTop #footerNav dl dd ul {
    padding: 10px 0;
  }
  #footerTop #footerNav dl dd ul li {
    margin: 0;
    position: relative;
  }
  #footerTop #footerNav dl dd ul li a {
    display: block;
    width: 100%;
    height: 40px;
    padding: 8px 35px;
  }
  #footerTop #footerNav dl dd ul li::before {
    color: #000;
    position: absolute;
    left: 33px;
    top: 8px;
  }
  #footerTop #footerNav dl dd a {
    color: #000 !important;
  }
  #footerTop #footerNav dl.ir dd ul:first-of-type {
    padding-bottom: 0;
  }
  #footerTop #footerNav dl.ir dd ul:last-of-type {
    padding-top: 0;
  }
}

@media only screen and (max-width: 360px) {
  #footerTop .footerBans h2 img {
    width: 250px;
  }
  footer #footerBtm ul li a {
    padding: 24px 0 24px 26px;
  }
  footer #footerBtm ul li:first-of-type a {
    padding: 19px 0 19px 26px;
  }
}

.newsBox {
  width: 800px;
  height: 155px;
  padding: 0 0 0 20px;
  float: left;
  border-left: 1px solid #0065a9;
  overflow-y: scroll;
}

.newsBox dl {
  width: 100%;
  margin-bottom: 30px;
}

.newsBox dl::after {
  content: ' ';
  display: block;
  clear: both;
}

.newsBox dl:last-of-type {
  margin-bottom: 0;
}

.newsBox dl dt.date {
  display: block;
  color: #0065a9;
  float: left;
}

.newsBox dl dd.newsTxt {
  width: 590px;
  float: left;
}

.newsBox dl dd.newsTxt a {
  color: #000;
}
.newsBox dl dd.newsTxt a:hover {
  color: #98d6ff;
}

.newsBox dl dd.category {
  font-family: "Montserrat";
  font-weight: 500;
  font-size: 10px;
  line-height: 10px;
  text-align: center;
  display: inline-block;
  width: 40px;
  height: 15px;
  padding: 2px 0;
  border: 1px solid #0065a9;
  float: left;
  margin: 4px 15px 0;
}

.newsBox dl dd.cateTopic {
  background-color: #fff;
  color: #0065a9;
}

.newsBox dl dd.cateIr {
  background-color: #0065a9;
  color: #fff;
}

.newsBox dl dd.newsTxt a::after {
  content: '\e904';
  font-size: 14px;
  color: #0065a9;
  font-family: 'kikuchi';
  display: inline-block;
  font-weight: 300;
}
.newsBox dl dd.pdfLink a {
  color: #333;
}
.newsBox dl dd.pdfLink a::after {
  content: none;
}
.newsBox dl dd.pdfLink a:hover {
  color: #98d6ff;
  opacity: .8;
}
.newsBox dl dd.pdfLink img {
  padding: 0 8px;
}


@media only screen and (max-width: 720px) {
  .newsBox {
    width: 100%;
    height: 400px;
    padding: 20px 0 0;
    border-left: none;
    border-top: 1px solid #0065a9;
  }
  .newsBox dl dd.newsTxt {
    width: 100%;
    float: left;
  }
  .newsBox dl dd.newsTxt a:hover {
    color: #000;
  }

  #indexNews .newsBox {
    width: 100%;
  }
}
