@charset "utf-8";
/** ------------------------------------------------------------
 * 基礎
 */
html {
  width: 100%;
  height: auto !important;
  height: 100%;
  min-width: 1090px;
  min-height: 100%;
  overflow-y: scroll;
}

body {
  line-height: 1.5;
  color: #1e1e17;
  font-family: "ヒラギノ角ゴ ProN W3","HiraKakuProN-W3","ヒラギノ角ゴ Pro W3","HiraKakuPro-W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS Pgothic","Osaka",sans-serif,Helvetica, Helvetica Neue, Arial, Verdana;
}

img {
  display: block;
  vertical-align: bottom;
}

a {
  color: #1e1e17;
  text-decoration: none;
  outline: none;
  -webkit-transition:color 0.1s linear;
     -moz-transition:color 0.1s linear;
      -ms-transition:color 0.1s linear;
       -o-transition:color 0.1s linear;
          transition:color 0.1s linear;
}

a:hover,
a:active {
  color: #174487;
  text-decoration: underline;
}

a:focus {
  text-decoration: none;
}

a:hover img {
  -webkit-opacity: 0.8;
     -moz-opacity: 0.8;
          opacity: 0.8;
}

/* 通常リンク */
.link {
  padding: 0 0 0 20px;
  color: #174487;
  line-height: 1.2;
  background: url("/images/pc/common/arrowBlue.gif") no-repeat 0 0.2em;
  text-decoration: underline;
}

.clearfix {
  margin-bottom: 30px;
}

.clearfix::after {
  content: ".";
  display: block;
  visibility: hidden;
  height: 0;
  line-height: 0;
  font-size: 0;
  clear: both;
}

@font-face {
  font-family: myPage;
  src: url('/fonts/myPage.eot'); /* IE9 Compat Modes */
  src: url('/fonts/myPage.eot?#iefix') format('embedded-opentype'), /* eof - IE6-IE8 */
       url('/fonts/myPage.woff') format('woff'), /* woff - Modern Browsers */
       url('/fonts/myPage.ttf')  format('truetype'), /* ttf - Safari, Android, iOS */
       url('/fonts/myPage.svg#svgFontName') format('svg'); /* svg - Legacy iOS */
}

@font-face {
  font-family: searchIcon;
  src: url('/fonts/searchIcon.eot'); /* IE9 Compat Modes */
  src: url('/fonts/searchIcon.eot?#iefix') format('embedded-opentype'), /* eof - IE6-IE8 */
       url('/fonts/searchIcon.woff') format('woff'), /* woff - Modern Browsers */
       url('/fonts/searchIcon.ttf')  format('truetype'), /* ttf - Safari, Android, iOS */
       url('/fonts/searchIcon.svg#svgFontName') format('svg'); /* svg - Legacy iOS */
}



/** ------------------------------------------------------------
 * $header
 */
#header {
  font-size: 75%;
}



/** ------------------------------
 * サイトロゴ
 */
.headerLogo {
  width: 960px;
  margin: 0px auto;
  padding: 15px 0;
  position: relative;
}

.headerLogo:after {
  content: ".";
  font-size: 0;
  line-height: 0;
  height: 0;
  clear: both;
  display: block;
  visibility: hidden;
}

.headerLogo__main {
  margin: 0 30px;
  float: left;
}

.headerLogo__banner {
  width: 728px;
  height: 90px;
  position: absolute;
  top: 5px;
  right: 0
}



/** ------------------------------
 * グローバルナビ
 */
.globalNav {
  background-color: #174487;
  position: relative;
}

.globalNav__inner {
  margin: 0 auto;
  width: 960px;
}

/*
.globalNav__inner:before {
  content: " ";
  background-color: #fff;
  width: 1px;
  position: absolute;
  top: 5px;
  bottom: 5px;
}
*/

.globalNav__inner:before {
  content: " ";
  margin-top: 5px;
  margin-left: -1px;
  float: left;
  display: block;
  width: 1px;
  height: 30px;
  background-color: #fff;
}

.globalNav__inner:after {
  content: ".";
  font-size: 0;
  line-height: 0;
  height: 0;
  display: block;
  clear: both;
  visibility: hidden;
}

.globalNav__item {
  /*width: 14.25%;*/
  width: 13.6667%;
  padding: 5px;
  float: left;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
}

.globalNav__item:first-of-type ,
.globalNav__item:last-of-type {
  width: 9%;
}

.globalNav__item > a ,
.globalNav__item > span {
  color: #fff;
  font-size: 14px;
  line-height: 30px;
  text-align: center;
  height: 30px;
  display: block;
  position: relative;
}

.globalNav__item > a:before ,
.globalNav__item > span:before {
  content: " ";
  background-color: #fff;
  width: 1px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -5.5px;
}

.globalNav__item > a:hover ,
.globalNav__item > span:hover {
  background-color: #5173a5;
  text-decoration: none;
}

.globalNav__item--active > a ,
.globalNav__item--active > span {
  color: #174487;
  background-color: #fff !important;
}

.globalNav__item img {
  margin: 0 auto;
  padding: 2px;
  width: 26px;
  height: 26px;
  display: block;
}

/* homeアイコン */
.globalNav__item--home a span {
  display: block;
  height: 100%;
  overflow: hidden;
}

.globalNav__item--home.globalNav__item--active img {
  margin-top: -30px;
  padding-bottom: 30px;
  background: url(/images/newPc/common/homeActive.png) no-repeat 50% 100%;
  -webkit-background-size: 26px;
     -moz-background-size: 26px;
       -o-background-size: 26px;
          background-size: 26px;
}

/** ------------------------------
 * 個別メニュー
 */
.subNav {
  background-color: rgba(204,224,255,.8);
  height: 480px;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 9999;
}

.subNav__arrow:after {
  content: " ";
  width: 0;
  height: 0;
  margin: 0 auto;
  margin-top: -17px;
  border: solid 11px;
  border-color: transparent transparent #d4e5ff transparent;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
}

.subNav ,
.subNav__arrow:after {
  display: none;
}

.globalNav__item:hover .subNav ,
.globalNav__item:hover .subNav__arrow:after {
  display: block;
}

.subNav__inner {
  width: 960px;
  margin: 0 auto;
  padding: 40px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
}

.subNav__inner:after {
  content: ".";
  font-size: 0;
  line-height: 0;
  height: 0;
  display: block;
  clear: both;
  visibility: hidden;
}

.subNav__title {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  line-height: 50px;
  background-color: #174487;
  height: 50px;
  margin-bottom: 10px;
  padding: 0 20px;
}

[class*="subNav__box"] {
  float: left;
  overflow: hidden;
}

[class*="subNav__box"] + [class*="subNav__box"] {
  margin-left: 40px;
}

.subNav__box--420 {
  width: 420px;
}

.subNav__box--574 {
  width: 574px;
}

.subNav__box--267 {
  width: 267px;
}

.subNav__box--266 {
  width: 266px;
}

.subNav__text {
  color: #174487;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.4;
  background-color: #fff;
  padding: 20px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
}

.subNav__item  + .subNav__item {
  margin-top: 10px;
}

.subNav__item a {
  color: #174487;
  font-size: 16px;
  font-weight: bold;
  line-height: 60px;
  background-color: #fff;
  height: 60px;
  padding: 0 45px 0 80px;
  display: block;
  border: solid 1px #174487;
  border-radius: 3px;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
  position: relative;
}

.subNav__item a:after {
  content: " ";
  width: 8px;
  height:8px;
  display: block;
  margin: auto 0;
  border-top: solid 2px #174487;
  border-right: solid 2px #174487;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(45deg);
     -moz-transform: rotate(45deg);
}

.subNav__item a:hover {
  text-decoration: none;
  background-color: #e3faff;
}

.subNav__list + .subNav__search {
  margin-top: 20px;
}

/* アイコン */
[class*="subNav__icon"] a {
  background-position: 20px 50%;
  background-repeat: no-repeat;
  background-size: 40px 40px;
  -webkit-background-size: 40px 40px;
     -moz-background-size: 40px 40px;
}

.subNav__icon--01 a {
  background-image: url(/images/newPc/common/subnav/icon01.png);
}

.subNav__icon--02 a {
  background-image: url(/images/newPc/common/subnav/icon02.png);
}

.subNav__icon--03 a {
  background-image: url(/images/newPc/common/subnav/icon03.png);
}

.subNav__icon--04 a {
  background-image: url(/images/newPc/common/subnav/icon04.png);
}

.subNav__icon--05 a {
  background-image: url(/images/newPc/common/subnav/icon05.png);
}

.subNav__icon--06 a {
  background-image: url(/images/newPc/common/subnav/icon06.png);
}

.subNav__icon--07 a {
  background-image: url(/images/newPc/common/subnav/icon07.png);
}

.subNav__icon--08 a {
  background-image: url(/images/newPc/common/subnav/icon08.png);
}

.subNav__icon--09 a {
  background-image: url(/images/newPc/common/subnav/icon09.png);
}

.subNav__icon--10 a {
  background-image: url(/images/newPc/common/subnav/icon10.png);
}

.subNav__icon--11 a {
  background-image: url(/images/newPc/common/subnav/icon11.png);
}

.subNav__icon--12 a {
  background-image: url(/images/newPc/common/subnav/icon12.png);
}

.subNav__icon--13 a {
  background-image: url(/images/newPc/common/subnav/icon13.png);
}

.subNav__icon--14 a {
  background-image: url(/images/newPc/common/subnav/icon14.png);
}

/* もっと見る */
.subNav__more {
  text-align: center;
  margin-top: 20px;
}

.subNav__more a {
  color: #fff;
  font-size: 16px;
  letter-spacing: 0.2em;
  line-height: 50px;
  background-color: #174487;
  height: 50px;
  padding: 0 72px;
  display: inline-block;
  border-radius: 5px;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
  position: relative;
}

.subNav__more a:after {
  content: " ";
  width: 8px;
  height:8px;
  margin: auto 0;
  display: block;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(45deg);
     -moz-transform: rotate(45deg);
}

.subNav__more a:hover {
  text-decoration: none;
  background-color: #0caaca;
}

/* 検索 */
.subNav__search input {
  appearance: none;
  -webkit-appearance: none;
     -moz-appearance: none;

  font-size: 16px;
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
}

.subNav__search input[type="text"] {
  color: #ccc;
  background-image: url(/images/newPc/common/searchBg.png);
  background-position: 95% 45%;
  background-repeat: no-repeat;
  width: 100%;
  height: 60px;
  padding: 20px;
  border: solid 1px #174487;
  border-radius: 3px;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
}

.subNav__search input[type="text"].focused {
  color: #1e1e17;
}

.subNav__search input[type="submit"] {
  color: #fff;
  line-height: 50px;
  letter-spacing: .2em;
  text-align: center;
  text-indent: .2em;
  background-color: #174487;
  background-image: url(/images/newPc/common/search.png);
  background-position: 30% 45%;
  background-repeat: no-repeat;
  background-size: 19px 19px;
  -webkit-background-size: 19px 19px;
     -moz-background-size: 19px 19px;
  width: 240px;
  height: 50px;
  margin: 20px auto 0;
  padding-left: 1.4em;
  display: block;
  border-radius: 5px;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
  cursor: pointer;
}

/* News&Topics用 */
.subNav--simple {
  min-width: 137px;
  margin: 5px 0 0 -5px;
  display: none;
  position: absolute;
  z-index: 9999;
  box-shadow: 0 3px 3px rgba(255,255,255,.5);
  -webkit-box-shadow: 0 3px 3px rgba(255,255,255,.5);
     -moz-box-shadow: 0 3px 3px rgba(255,255,255,.5);
}

.globalNav__item:hover .subNav--simple {
  display: block;
}

.subNav__list--simple {
  background-color: #174487;
}

.subNav__item--simple {
  border-top: solid 1px #fff;
}

.subNav__item--simple a ,
.subNav__item--simple span {
  font-size: 14px;
  text-align: center;
  padding: 10px 20px;
  padding-right: 32px;
  display: block;
}

.subNav__item--simple a {
  color: #fff;
  position: relative;
}

.subNav__item--simple a:after {
  content: " ";
  width: 6px;
  height: 6px;
  margin: auto 0;
  display: block;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
     -moz-transform: rotate(45deg);
}

.subNav__item--simple span {
  color: #ddd;
  background-color: #999;
}

.subNav__item--simple a:hover {
  text-decoration: none;
  background-color: #0caaca;
}


/** ------------------------------------------------------------
 * $footer
 */
#footer {
  font-size: 14px;
  margin-top: 72px;
}

.footerNav {
  background-color: #174487;
}

.footer__inner {
  width: 960px;
  margin: 0 auto;
  padding: 30px;
  position: relative;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
}

.footer__table {
  width: 100%;
  display: table;
  table-layout: auto;
  border-collapse: separate;
  border-spacing: 0;
}

.footer__tableCell {
  vertical-align: middle;
  display: table-cell;
}

.footer__tableCell--sns {
  width: 18%;
}

.footer__tableCell--right {
  width: 14%;
  text-align: right;
}

.footer__tableCell--right img {
  display: inline;
  width: 100px;
}

.footerNav__title {
  color: #fff;
  font-size: 12px;
  margin-bottom: 10px;
}

.footerNav__list:after {
  content: ".";
  font-size: 0;
  line-height: 0;
  height: 0;
  display: block;
  clear: both;
  visibility: hidden;
}

.footerNav__title img {
  vertical-align: middle;
  margin-right: 10px;
  display: inline-block;
}

.footerNav__item {
  line-height: 15px;
  height: 15px;
  float: left;
}

.footerNav__item + .footerNav__item {
  margin-left: 15px;
  padding-left: 15px;
  border-left: solid 1px #fff;
}

.footerNav__item a {
  color: #fff;
  font-size: 12px;
}


/* SNS */
.snsList {
  letter-spacing: -.4em;
  line-height: 0;
  text-align: right;
  margin: 0;
}

.snsList__item {
  letter-spacing: normal;
  vertical-align: middle;
  display: inline-block;
}

.snsList__item img {
  width: 44px;
  height: 44px;
}

.snsList__item + .snsList__item {
  margin-left: 15px;
}


/* ページの先頭へ */
.goToTop {
  position: absolute;
  bottom: 100%;
  right: 30px;
}

.goToTop a {
  color: #fff;
  font-size: 12px;
  text-align: center;
  background-color: #174487;
  padding: 7px 30px;
  display: block;
}


/* フッターメニュー */
.footer__inner--bottom {
  line-height: 1.2;
  width: 960px;
  margin: 0 auto;
  padding: 20px 30px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
}

.footer__inner--bottom:after {
  content: ".";
  font-size: 0;
  line-height: 0;
  height: 0;
  display: block;
  clear: both;
  visibility: hidden;
}

.footerMenu {
  float: right;
}

.footerMenu__item {
  float: left;
}

.footerMenu__item + .footerMenu__item {
  margin-left: 15px;
  padding-left: 15px;
  border-left: 1px solid #1e1e17;
}


/* コピーライト */
.copyright {
  float: left;
}
