@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700,300);
/****************************************

    Reset

*****************************************/
/* Reset Style */
html {
  font-size: 62.5%;
  overflow: auto;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  color: #000;
}

html, body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

body {
  -webkit-text-size-adjust: 100%;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
}

figure {
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
}

img {
  margin: 0;
  padding: 0;
  vertical-align: bottom;
}

ol, ul {
  list-style: none outside none;
  margin: 0;
  padding: 0;
}

li {
  list-style-type: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th {
  text-align: left;
}

q:before, q:after {
  content: '';
}

img,
object,
embed {
  vertical-align: top;
}

legend {
  display: none;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
}

img, abbr, acronym, fieldset {
  border: 0;
}

li {
  list-style-type: none;
}

select, input, button, textarea {
  font: 99% arial,helvetica,clean,sans-serif;
}

table {
  font-size: inherit;
  font: 100%;
}

pre, code, kbd, samp, tt {
  font-family: monospace;
  *font-size: 108%;
  line-height: 100%;
}

area {
  border: none;
  outline: none;
}

em, strong {
  font-weight: bold;
}

/****************************************

    Link

*****************************************/
a {
  outline: none;
}

a:link {
  color: #0071bb;
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

a:visited {
  color: #0071bb;
  text-decoration: none;
}

/* redLink */
a.redLink:link {
  color: #c81c24;
  text-decoration: underline;
}

a.redLink:hover {
  text-decoration: none;
}

a.redLink:visited {
  color: #c81c24;
  text-decoration: none;
}

/****************************************

    clearfix

*****************************************/
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/****************************************

    common

*****************************************/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
  font-size: 13px;
  font-size: 1.3rem;
}

.over {
  display: inline-block;
  opacity: 1;
  -moz-transition: opacity 0.2s ease-in;
  -o-transition: opacity 0.2s ease-in;
  -webkit-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
  text-decoration: none;
}
.over:hover {
  opacity: 0.6;
  text-decoration: none;
}

/* ---------------------------------------------------------------- *

  コーディング規約参考：http://google-styleguide.googlecode.com/svn/trunk/htmlcssguide.xml
                        http://www.cyberagent.co.jp/recruit/techreport/report/

----------------------------------------------------------------- */
/*
 * 共通
 */
.view-pc {
  display: block;
}

.view-tb {
  display: none;
}

.deviceTb .view-tb {
  display: block;
}

.view-sp {
  display: none;
}

.view-notsp {
  display: block;
}

.view-nottb {
  display: block;
}

.view-notpc {
  display: none;
}

.deviceTb .view-notpc {
  display: block;
}

.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

/* wrapper */
.wrapper {
  padding-left: 200px;
  position: relative;
}

.mainContents {
  padding-left: 170px;
}
.mainContents .pageHeader {
  background: #232323;
  padding: 22px 50px;
  transition: .3s;
}
.mainContents .pageHeader .pageTtl {
  max-width: 1000px;
  margin: 0 auto;
  font-size: 26px;
  font-size: 2.6rem;
  color: #fff;
  font-weight: normal;
}
.mainContents .breadcrumb {
  background: #444;
  padding: 10px 50px;
}
.mainContents .breadcrumb ul {
  max-width: 1000px;
  margin: 0 auto;
  font-size: 0;
}
.mainContents .breadcrumb ul li {
  display: inline;
  color: #cbcbcb;
  font-size: 12px;
  font-size: 1.2rem;
}
.mainContents .breadcrumb ul li:before {
  content: ">";
  margin: 0 8px;
}
.mainContents .breadcrumb ul li:first-child:before {
  content: "";
  margin: 0;
}
.mainContents .breadcrumb ul li a {
  color: #cbcbcb;
  text-decoration: none;
}
.mainContents .baseBlock {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 50px;
}
.mainContents .baseBlock p {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.9;
}
.mainContents .blockTtl {
  padding-left: 25px;
  background: url("../img/common/ico_blockTtl.png") no-repeat 0 0.3em;
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: normal;
  line-height:1.5;
}

#footer {
  width: 100%;
  text-align: center;
  background: #fff;
  box-sizing: border-box;
  position: relative;
}
#footer #pageTop {
  position: relative;
}
#footer #pageTop:before {
  content: " ";
  width: 1px;
  height: 56px;
  margin: auto;
  background-color: #666;
  position: absolute;
  left: 0;
  right: 0;
  top: -43px;
  z-index: 2;
}
#footer #pageTop a {
  display: inline-block;
  color: #666;
  line-height: 1;
  text-decoration: none;
  letter-spacing: 3px;
  width: 100%;
  padding: 25px 0 23px;
  background-color: #eef0f9;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -ms-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
#footer #pageTop a:hover {
  text-decoration: underline;
  background-color: #d3d8ea;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -ms-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
#footer .footInr {
  width: 90%;
  max-width: 900px;
  margin: 0 auto;
  padding: 50px 0 40px;
}
#footer .footTop {
  margin-bottom: 38px;
}
#footer .footContact {
  float: right;
  width: 228px;
}
#footer .footContact a {
  display: inline-block;
  color: #666;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
  text-decoration: none;
  line-height: 1;
  letter-spacing: 1px;
  width: 100%;
  padding: 27px 0 25px;
  border: 1px solid #666;
  box-sizing: border-box;
  background: #fff url(../img/common/icon_try_black.png) no-repeat 96% center;
  background-size: 7px 9px;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -ms-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
#footer .footContact a:hover {
  color: #fff;
  background: #666 url(../img/common/icon_try.png) no-repeat 96% center;
  background-size: 7px 9px;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -ms-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
#footer .footList {
  float: left;
  padding-top: 26px;
  letter-spacing: -.4em;
}
#footer .footList li {
  display: inline-block;
  letter-spacing: normal;
}
#footer .footList li:first-child a {
  padding-left: 0;
  margin-left: 0;
  border-left: none;
}
#footer .footList li a {
  display: block;
  color: #4d4d4d;
  line-height: 1;
  letter-spacing: 1px;
  text-decoration: none;
  padding-left: 25px;
  margin-left: 25px;
  border-left: 1px solid #4d4d4d;
}
#footer .copyright {
  text-align: center;
  color: #4d4d4d;
  font-size: 11px;
  font-size: 1.1rem;
  letter-spacing: .4px;
}

.indexContent {
  background: url("../img/common/bg_indexContent.png") repeat 0 0;
  padding-bottom: 68px;
  margin-bottom: 140px;
}
.indexContent .indexLead {
  max-width: 1000px;
  margin: 0 auto;
  padding: 40px 50px 0;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 2.0;
}
.indexContent .indexTile {
  max-width: 1000px;
  margin: 0 auto;
  padding: 40px 40px 0;
  overflow: hidden;
}
.indexContent .indexTile .indexTileItem {
  width: 250px;
  float: left;
}
.indexContent .indexTile .indexTileItem img {
  max-width: 100%;
}
.indexContent .indexTile .indexTileItem a {
  margin: 10px;
  padding: 9px 9px 0;
  background: #fff;
  display: block;
  color: #323232;
  text-decoration: none;
  transition: .3s;
}
.indexContent .indexTile .indexTileItem a:hover {
  opacity: 0.6;
}
.indexContent .indexTile .indexTileItem .pagename {
  width: 100%;
  display: table;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: bold;
}
.indexContent .indexTile .indexTileItem .pagename span {
  position: relative;
  display: table-cell;
  padding: 0 8px;
  height: 93px;
  vertical-align: middle;
}
.indexContent .indexTile .indexTileItem .pagename span:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 8px;
  margin-top: -5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 6px;
  border-color: transparent transparent transparent #323232;
}
.indexContent .indexTile .indexTileItem .icoWin .pagename span:before {
  width: 11px;
  height: 11px;
  background: url("../img/common/ico_blank_black.png") no-repeat left center;
  border: 0;
}

@media only screen and (min-width: 1121px) {
  /* globalHeader */
  .globalHeader {
    z-index: 100;
    position: fixed;
    height: 100%;
    background: #fff;
    width: 200px;
    box-shadow: 2px 0 10px 0px rgba(0, 0, 0, 0.2);
  }
  .globalHeader .globalHeaderInner {
    width: 100%;
    height: 100%;
    position: relative;
    background: #000;
  }
  .globalHeader .logo {
    line-height: 1;
    padding: 34px 0 24px 23px;
  }
  .globalHeader .btnDrawer {
    display: none;
  }
  .globalHeader .langNav {
    font-size: 0;
    text-align: center;
  }
  .globalHeader .langNav li {
    display: inline-block;
    line-height: 1.1;
    padding: 0 13px;
    font-size: 11px;
    font-size: 1.1rem;
    color: #999;
    border-left: 1px solid #fff;
  }
  .globalHeader .langNav li:first-child {
    border-left: none;
  }
  .globalHeader .langNav li a {
    color: #fff;
  }

  /* Googleカスタム検索 */
  .search {
    margin-bottom: 20px;
  }
  .search .gsc-input .gsc-input-box {
    border: none;
    background: none;
    height: auto;
  }
  .search .gsc-input .gsib_a {
    padding: 0;
    position: relative;
  }
  .search .gsc-input .gsib_b {
    display: none !important;
  }
  .search .gsc-input input {
    color: #fff;
    font-weight: normal;
    width: 200px !important;
    height: 35px !important;
    padding: 0 30px 0 25px !important;
    background-color: #282828 !important;
    background-position: 10px center !important;
    box-sizing: border-box;
    text-indent: 55px;
    position: relative;
  }
  .search .gsc-input input:placeholder-shown {
    color: #808080;
  }
  .search .gsc-input input::-webkit-input-placeholder {
    color: #808080;
  }
  .search .gsc-input input:-moz-placeholder {
    color: #808080;
    opacity: 1;
  }
  .search .gsc-input input::-moz-placeholder {
    color: #808080;
    opacity: 1;
  }
  .search .gsc-input input:-ms-input-placeholder {
    color: #808080;
  }
  .search .gsc-search-box {
    position: relative;
  }
  .search td.gsc-search-button {
    width: 16px;
    height: 16px;
    background: url(../img/common/icon_search.png) no-repeat left top;
    position: absolute;
    right: 20px;
    top: 10px;
  }
  .search td.gsc-search-button input {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
    background-color: transparent;
    overflow: hidden;
    opacity: 0;
  }
  .search td.gsc-search-button input:hover {
    outline: none;
    background-color: transparent;
  }
  .search td.gsc-search-button button {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
    background-color: transparent;
    overflow: hidden;
    opacity: 0;
  }
  .search td.gsc-search-button button:hover {
    outline: none;
    background-color: transparent;
  }

  /* megaNavParent */
  .megaNavParent .exception {
    /* megaNavSlide */
  }
  .megaNavParent .exception .megaNavSlide {
    width: 650px;
    padding: 50px 50px 70px;
    box-sizing: border-box;
    background: rgba(255, 255, 255, 0.92);
  }
  .megaNavParent .exception .megaNavSlide .navTop {
    color: #323c99;
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 55px;
    padding-left: 20px;
    padding-top: 0;
    background: url(../img/common/icon_arw_bg_blue.png) no-repeat left center;
  }
  .megaNavParent .exception .megaNavSlide .navTop:before {
    display: none;
  }
  .megaNavParent .exception .megaNavSlide .groupList a {
    float: left;
    color: #333;
    width: 46%;
    margin-right: 8%;
    padding: 0;
    background: none;
  }
  .megaNavParent .exception .megaNavSlide .groupList a.clear {
    margin-right: 0;
  }
  .megaNavParent .exception .megaNavSlide .groupList a:after {
    display: none;
  }
  .megaNavParent .exception .megaNavSlide .groupList dl {
    display: table;
    vertical-align: top;
    padding: 15px 0;
    border-top: 1px solid #d2d2d2;
  }
  .megaNavParent .exception .megaNavSlide .groupList dl.borderNone {
    border: none;
    padding-top: 0;
  }
  .megaNavParent .exception .megaNavSlide .groupList dl dt {
    display: table-cell;
    vertical-align: middle;
    width: 25%;
    padding-right: 15px;
  }
  .megaNavParent .exception .megaNavSlide .groupList dl dd {
    display: table-cell;
    vertical-align: middle;
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 1.4;
    text-align: left;
    width: 75%;
    padding: 0 10px;
  }
  .megaNavParent > li {
    line-height: 1;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .megaNavParent > li.tabDefault.tbWideActive, .megaNavParent > li.tabDefault.tabActive {
    left: 200px;
  }
  .megaNavParent > li.tabDefault > .megaNavSlide {
    display: block;
    visibility: hidden;
    opacity: 0;
    left: 180px;
  }
  .megaNavParent > li.tabDefault > .megaNavSlide > ul > li.current > a {
    background-color: #1e236a;
  }
  .megaNavParent > li.tabDefault > .megaNavSlide .megaNavSlide {
    visibility: hidden;
    opacity: 0;
  }
  .megaNavParent > li > a {
    display: block;
    color: #fff;
    font-size: 13px;
    font-size: 1.3rem;
    letter-spacing: 1px;
    text-decoration: none;
    padding: 23px 0 20px 61px;
    position: relative;
  }
  .megaNavParent > li > a:before {
    content: '';
    position: absolute;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: 0 0;
  }
  .megaNavParent > li > a:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 160px;
    height: 1px;
    margin: 0 auto;
    text-align: center;
    background-image: -webkit-linear-gradient(left, transparent, #333 35%, #333 65%, transparent);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), #333333 35%, #333333 65%, rgba(0, 0, 0, 0));
    background-position: center;
    background-repeat: no-repeat;
  }
  .megaNavParent > li > a.icoWin {
    display: block;
    background: url("../img/common/ico_blank_white.png") no-repeat 105px center;
  }
  .megaNavParent > li.news > a:before {
    top: 23px;
    left: 34px;
    width: 11px;
    height: 9px;
    background-image: url("../img/common/ico_news.png");
  }
  .megaNavParent > li.product > a:before {
    top: 21px;
    left: 32px;
    width: 13px;
    height: 13px;
    background-image: url("../img/common/ico_product.png");
  }
  .megaNavParent > li.technology > a:before {
    top: 21px;
    left: 34px;
    width: 12px;
    height: 12px;
    background-image: url("../img/common/ico_technology.png");
  }
  .megaNavParent > li.profile > a:before {
    top: 18px;
    left: 34px;
    width: 10px;
    height: 17px;
    background-image: url("../img/common/ico_profile.png");
  }
  .megaNavParent > li.csr > a:before {
    top: 22px;
    left: 32px;
    width: 10px;
    height: 13px;
    background-image: url("../img/common/ico_csr.png");
  }
  .megaNavParent > li.investors > a:before {
    top: 22px;
    left: 33px;
    width: 12px;
    height: 12px;
    background-image: url("../img/common/ico_investors.png");
  }
  .megaNavParent > li.careers > a:before {
    top: 20px;
    left: 31px;
    width: 17px;
    height: 17px;
    background-image: url("../img/common/ico_careers.png");
  }
  .megaNavParent > li.group > a:before {
    top: 23px;
    left: 28px;
    width: 21px;
    height: 11px;
    background-image: url("../img/common/ico_group.png");
  }
  .megaNavParent > li:first-child > a {
    box-shadow: 0 8px 12px -8px rgba(0, 0, 0, 0.2) inset;
  }

  /* megaNavSlide */
  .megaNavSlide {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    top: 0;
    left: 180px;
    position: fixed;
    z-index: -1;
    line-height: 1;
    width: 170px;
    height: 100%;
  }
  .megaNavSlide.exception {
    background: rgba(255, 255, 255, 0.7);
  }
  .megaNavSlide a {
    display: block;
    color: #fff;
    font-size: 12px;
    font-size: 1.2rem;
    letter-spacing: 1px;
    text-decoration: none;
    padding: 12px 32px 10px 16px;
    position: relative;
    background: url("../img/common/nav_arw.png") no-repeat 147px center;
  }
  .megaNavSlide.environment a {
    line-height: 1.5;
    padding: 8px 18px 7px 12px;
    background: url("../img/common/nav_arw.png") no-repeat 152px center;
  }
  .megaNavSlide a.icoWin {
    background: url("../img/common/ico_blank_white.png") no-repeat 140px center;
  }
  .megaNavSlide a:after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    width: 147px;
    height: 1px;
    margin: 0 auto;
    text-align: center;
    border-bottom: 1px solid #8e94c7;
  }
  .megaNavSlide ul {
    background: #323c99;
    width: 100%;
    height: 100%;
    padding: 48px 0 0;
    position: relative;
  }
  .megaNavSlide ul > li {
    line-height: 1.6;
    display: block;
    width: 100%;
    margin-bottom: 1px;
    position: relative;
  }
  .megaNavSlide ul > li:first-child a:before {
    content: '';
    position: absolute;
    top: -1px;
    left: 0;
    right: 0;
    width: 147px;
    height: 1px;
    margin: 0 auto;
    text-align: center;
    border-top: 1px solid #8e94c7;
  }
  .megaNavSlide ul > li .megaNavSlide {
    left: 200px;
  }
  .megaNavSlide .megaNavSlide > ul {
    background: rgba(81, 89, 168, 0.85);
    box-shadow: 7px 0 10px 0 rgba(0, 0, 0, 0.1) inset;
  }

  /* デバイスPC */
  .devicePc {
    /* megaNavParent */
    /* megaNavSlide */
  }
  .devicePc .megaNavParent > li.tabDefault {
    background: #323c99;
  }
  .devicePc .megaNavParent > li.tabDefault.tabActive > .megaNavSlide {
    visibility: visible;
    opacity: 1;
    left: 200px;
  }
  .devicePc .megaNavParent > li.tabDefault > a:before {
    background-position: 0 bottom;
  }
  .devicePc .megaNavParent > li.tabDefault > a:after {
    background: #323c99;
  }
  .devicePc .megaNavParent > li.tabDefault > a.icoWin {
    display: block;
    background-image: url("../img/common/ico_blank_white.png");
  }
  .devicePc .megaNavParent > li:hover {
    color: #fff;
    background: #323c99;
  }
  .devicePc .megaNavParent > li:hover > a {
    color: #fff;
    text-decoration: none;
  }
  .devicePc .megaNavParent > li:hover > a:before {
    background-position: 0 bottom;
  }
  .devicePc .megaNavParent > li:hover > a:after {
    background: #323c99;
  }
  .devicePc .megaNavParent > li:hover > a.icoWin {
    display: block;
    background-image: url("../img/common/ico_blank_white.png");
  }
  .devicePc .megaNavParent > li:hover > .megaNavSlide {
    visibility: visible;
    opacity: 1;
    left: 200px;
  }
  .devicePc .megaNavParent > li > a:hover {
    text-decoration: none;
  }
  .devicePc .megaNavParent > li:hover {
    color: #fff;
    background: #323c99;
  }
  .devicePc .megaNavParent > li:hover > a {
    color: #fff;
  }
  .devicePc .megaNavParent > li:hover > a:before {
    background-position: 0 bottom;
  }
  .devicePc .megaNavParent > li:hover > a:after {
    background: #323c99;
  }
  .devicePc .megaNavParent > li:hover > a.icoWin {
    display: block;
    background-image: url("../img/common/ico_blank_white.png");
  }
  .devicePc .megaNavSlide a:hover {
    text-decoration: none;
  }
  .devicePc .megaNavSlide ul > li:hover {
    background: #1e236a;
  }
  .devicePc .megaNavParent > li:hover > .megaNavSlide {
    visibility: visible;
    opacity: 1;
    left: 200px;
  }
  .devicePc .megaNavParent > li:hover li:hover > .megaNavSlide {
    visibility: visible;
    opacity: 1;
    left: 370px;
  }
  /* PC版環境の第3階層ナビの横幅を広く */
  .devicePc .megaNavParent > .csr > .megaNavSlide .megaNavSlide {
    width: 240px;
  }
  .devicePc .megaNavParent > .csr > .megaNavSlide .megaNavSlide a {
    background-position: 217px center;
  }
  .devicePc .megaNavParent > .csr > .megaNavSlide .megaNavSlide a:before,
  .devicePc .megaNavParent > .csr > .megaNavSlide .megaNavSlide a:after {
    width: 210px;
  }

  /* デバイスTB */
  .deviceTb {
    /* megaNavParent */
    /* megaNavSlide */
  }
  .deviceTb .mask {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -2;
    -webkit-tap-highlight-color: transparent;
  }
  .deviceTb .megaNavParent {
    -webkit-tap-highlight-color: transparent;
  }
  .deviceTb .megaNavParent > li.tbWideActive {
    color: #fff;
    background: #323c99;
  }
  .deviceTb .megaNavParent > li.tbWideActive > a:before {
    background-position: 0 bottom;
  }
  .deviceTb .megaNavParent > li.tbWideActive > a:after {
    background: #323c99;
  }
  .deviceTb .megaNavParent > li.tbWideActive > a.icoWin {
    display: block;
    background-image: url("../img/common/ico_blank_white.png");
  }
  .deviceTb .megaNavSlide {
    /* navTop */
  }
  .deviceTb .megaNavSlide > .navTop {
    line-height: 1.6;
    padding-top: 45px;
    background-color: #323c99;
  }
  .deviceTb .megaNavSlide > .navTop:before {
    content: '';
    position: absolute;
    top: 44px;
    left: 0;
    right: 0;
    width: 147px;
    height: 1px;
    margin: 0 auto;
    text-align: center;
    border-top: 1px solid #8e94c7;
  }
  .deviceTb .megaNavSlide > .navTop + ul {
    padding: 0;
  }
  .deviceTb .megaNavSlide > .navTop + ul:before {
    display: none;
  }
  .deviceTb .megaNavSlide > .navTop + ul ul:before {
    display: none;
  }
  .deviceTb .megaNavSlide > .navTop a:after {
    border: none;
  }
  .deviceTb .megaNavSlide .megaNavSlide .navTop {
    background-color: rgba(80, 90, 168, 0.85);
  }
  .deviceTb .megaNavSlide a:hover {
    text-decoration: none;
  }
  .deviceTb .megaNavSlide ul > li.tbWideInActive {
    background: #1e236a;
  }
  .deviceTb .megaNavParent > li.tbWideActive > .megaNavSlide {
    visibility: visible;
    opacity: 1;
    left: 200px;
  }
  .deviceTb .megaNavParent > li.tbWideActive li.tbWideInActive > .megaNavSlide {
    visibility: visible;
    opacity: 1;
    left: 370px;
  }
}
body.searchResult .mainContents {
  padding-left: 0;
}
body.searchResult #searchResultBox {
  max-width: 1000px;
  margin: 0 auto;
  padding: 50px;
}
body.searchResult #searchResultBox .gsc-control-cse {
  padding: 0;
}

/**
 * ****************************************************
 *
 * START : azlink add common css 2017.02.09
 *
 * ****************************************************
 */
/**
 * white-space
 */
.wsN {
  white-space: nowrap !important;
}

/**
 *  word-wrap
 */
.wrBW {
  word-wrap: break-word !important;
}

/**
 * ワードブレイク
 */
.wbBrkA {
  word-break: break-all !important;
}

/**
 * --------------------------------------------------------------------------
 * 文字色装飾
 * --------------------------------------------------------------------------
 */
.cWhite {
  color: #FFFFFF !important;
}

.cRed {
  color: #C71B23 !important;
}

/**
 * --------------------------------------------------------------------------
 * 文字装飾
 * --------------------------------------------------------------------------
 */
.decUline {
  text-decoration: underline !important;
}

.decNone {
  text-decoration: none !important;
}

/**
 * --------------------------------------------------------------------------
 * 文字の太さ
 * --------------------------------------------------------------------------
 */
.fwN {
  font-weight: normal !important;
}

.fwB {
  font-weight: bold !important;
}

/**
 * --------------------------------------------------------------------------
 * 文字の高さ
 * --------------------------------------------------------------------------
 */
.lh1 {
  line-height: 1 !important;
}

.lh1-2 {
  line-height: 1.2 !important;
}

.lh1-5 {
  line-height: 1.5 !important;
}

.lh2 {
  line-height: 2 !important;
}

/**
 * --------------------------------------------------------------------------
 * レイアウト
 * --------------------------------------------------------------------------
 */
.mA {
  margin: 0 auto !important;
}

.mLA {
  margin-left: auto !important;
}

.mRA {
  margin-right: auto !important;
}

.m0 {
  margin: 0 !important;
}

.m3 {
  margin: 3px !important;
}

.m5 {
  margin: 5px !important;
}

.m10 {
  margin: 10px !important;
}

.m15 {
  margin: 15px !important;
}

.m20 {
  margin: 20px !important;
}

.m25 {
  margin: 25px !important;
}

.m30 {
  margin: 30px !important;
}

.m35 {
  margin: 35px !important;
}

.m40 {
  margin: 40px !important;
}

.m45 {
  margin: 45px !important;
}

.m50 {
  margin: 50px !important;
}

.mT0 {
  margin-top: 0px !important;
}

.mT5 {
  margin-top: 5px !important;
}

.mT10 {
  margin-top: 10px !important;
}

.mT15 {
  margin-top: 15px !important;
}

.mT20 {
  margin-top: 20px !important;
}

.mT25 {
  margin-top: 25px !important;
}

.mT30 {
  margin-top: 30px !important;
}

.mT35 {
  margin-top: 35px !important;
}

.mT40 {
  margin-top: 40px !important;
}

.mT45 {
  margin-top: 45px !important;
}

.mT50 {
  margin-top: 50px !important;
}

.mR0 {
  margin-right: 0px !important;
}

.mB3 {
  margin-right: 3px !important;
}

.mR5 {
  margin-right: 5px !important;
}

.mR10 {
  margin-right: 10px !important;
}

.mR15 {
  margin-right: 15px !important;
}

.mR20 {
  margin-right: 20px !important;
}

.mR25 {
  margin-right: 25px !important;
}

.mR30 {
  margin-right: 30px !important;
}

.mR35 {
  margin-right: 35px !important;
}

.mR40 {
  margin-right: 40px !important;
}

.mR45 {
  margin-right: 45px !important;
}

.mR50 {
  margin-right: 50px !important;
}

.mR70 {
  margin-right: 70px !important;
}

.mR100 {
  margin-right: 100px !important;
}

.mR110 {
  margin-right: 110px !important;
}

.mR120 {
  margin-right: 120px !important;
}

.mR130 {
  margin-right: 130px !important;
}

.mR140 {
  margin-right: 140px !important;
}

.mR150 {
  margin-right: 150px !important;
}

.mR160 {
  margin-right: 160px !important;
}

.mR170 {
  margin-right: 170px !important;
}

.mR180 {
  margin-right: 180px !important;
}

.mR190 {
  margin-right: 190px !important;
}

.mR200 {
  margin-right: 200px !important;
}

.mR210 {
  margin-right: 210px !important;
}

.mR220 {
  margin-right: 220px !important;
}

.mR230 {
  margin-right: 230px !important;
}

.mR240 {
  margin-right: 240px !important;
}

.mR250 {
  margin-right: 250px !important;
}

.mR260 {
  margin-right: 260px !important;
}

.mR280 {
  margin-right: 280px !important;
}

.mR300 {
  margin-right: 300px !important;
}

.mB0 {
  margin-bottom: 0px !important;
}

.mB3 {
  margin-bottom: 3px !important;
}

.mB5 {
  margin-bottom: 5px !important;
}

.mB10 {
  margin-bottom: 10px !important;
}

.mB15 {
  margin-bottom: 15px !important;
}

.mB20 {
  margin-bottom: 20px !important;
}

.mB25 {
  margin-bottom: 25px !important;
}

.mB30 {
  margin-bottom: 30px !important;
}

.mB35 {
  margin-bottom: 35px !important;
}

.mB40 {
  margin-bottom: 40px !important;
}

.mB45 {
  margin-bottom: 45px !important;
}

.mB50 {
  margin-bottom: 50px !important;
}

.mL0 {
  margin-left: 0px !important;
}

.mL5 {
  margin-left: 5px !important;
}

.mL1em {
  margin-left: 1.0em !important;
}

.mL10 {
  margin-left: 10px !important;
}

.mL15 {
  margin-left: 15px !important;
}

.mL20 {
  margin-left: 20px !important;
}

.mL25 {
  margin-left: 25px !important;
}

.mL30 {
  margin-left: 30px !important;
}

.mL35 {
  margin-left: 35px !important;
}

.mL40 {
  margin-left: 40px !important;
}

.mL45 {
  margin-left: 45px !important;
}

.mL50 {
  margin-left: 50px !important;
}

.mL55 {
  margin-left: 55px !important;
}

.mL60 {
  margin-left: 60px !important;
}

.mL70 {
  margin-left: 70px !important;
}

.mL80 {
  margin-left: 80px !important;
}

.mL85 {
  margin-left: 85px !important;
}

.mL105 {
  margin-left: 105px !important;
}

.mL110 {
  margin-left: 110px !important;
}

.mL115 {
  margin-left: 115px !important;
}

.mL120 {
  margin-left: 120px !important;
}

.mL130 {
  margin-left: 130px !important;
}

.mL140 {
  margin-left: 140px !important;
}

.mL150 {
  margin-left: 150px !important;
}

.mL170 {
  margin-left: 170px !important;
}

.mL200 {
  margin-left: 200px !important;
}

.mL225 {
  margin-left: 225px !important;
}

.mL270 {
  margin-left: 270px !important;
}

.p0 {
  padding: 0 !important;
}

.p3 {
  padding: 3px !important;
}

.p5 {
  padding: 5px !important;
}

.p10 {
  padding: 10px !important;
}

.p15 {
  padding: 15px !important;
}

.p20 {
  padding: 20px !important;
}

.p25 {
  padding: 25px !important;
}

.p30 {
  padding: 30px !important;
}

.p35 {
  padding: 35px !important;
}

.p40 {
  padding: 40px !important;
}

.p45 {
  padding: 45px !important;
}

.p50 {
  padding: 50px !important;
}

.pT0 {
  padding-top: 0px !important;
}

.pT2 {
  padding-top: 2px !important;
}

.pT3 {
  padding-top: 3px !important;
}

.pT5 {
  padding-top: 5px !important;
}

.pT10 {
  padding-top: 10px !important;
}

.pT15 {
  padding-top: 15px !important;
}

.pT20 {
  padding-top: 20px !important;
}

.pT25 {
  padding-top: 25px !important;
}

.pT30 {
  padding-top: 30px !important;
}

.pT35 {
  padding-top: 35px !important;
}

.pT40 {
  padding-top: 40px !important;
}

.pT45 {
  padding-top: 45px !important;
}

.pT50 {
  padding-top: 50px !important;
}

.pT80 {
  padding-top: 80px !important;
}

.pT100 {
  padding-top: 100px !important;
}

.pR0 {
  padding-right: 0px !important;
}

.pR5 {
  padding-right: 5px !important;
}

.pR10 {
  padding-right: 10px !important;
}

.pR15 {
  padding-right: 15px !important;
}

.pR20 {
  padding-right: 20px !important;
}

.pR25 {
  padding-right: 25px !important;
}

.pR30 {
  padding-right: 30px !important;
}

.pR35 {
  padding-right: 35px !important;
}

.pR40 {
  padding-right: 40px !important;
}

.pR45 {
  padding-right: 45px !important;
}

.pR50 {
  padding-right: 50px !important;
}

.pB0 {
  padding-bottom: 0px !important;
}

.pB5 {
  padding-bottom: 5px !important;
}

.pB10 {
  padding-bottom: 10px !important;
}

.pB15 {
  padding-bottom: 15px !important;
}

.pB20 {
  padding-bottom: 20px !important;
}

.pB25 {
  padding-bottom: 25px !important;
}

.pB30 {
  padding-bottom: 30px !important;
}

.pB35 {
  padding-bottom: 35px !important;
}

.pB40 {
  padding-bottom: 40px !important;
}

.pB45 {
  padding-bottom: 45px !important;
}

.pB50 {
  padding-bottom: 50px !important;
}

.pL0 {
  padding-left: 0px !important;
}

.pL5 {
  padding-left: 5px !important;
}

.pL10 {
  padding-left: 10px !important;
}

.pL15 {
  padding-left: 15px !important;
}

.pL20 {
  padding-left: 20px !important;
}

.pL25 {
  padding-left: 25px !important;
}

.pL30 {
  padding-left: 30px !important;
}

.pL35 {
  padding-left: 35px !important;
}

.pL40 {
  padding-left: 40px !important;
}

.pL45 {
  padding-left: 45px !important;
}

.pL50 {
  padding-left: 50px !important;
}

/**
 * --------------------------------------------------------------------------
 * float用スタイル
 * --------------------------------------------------------------------------
 */
.fLeft {
  float: left !important;
}

.fRight {
  float: right !important;
}

.fClear {
  clear: both !important;
}

.fClearL {
  clear: left !important;
}

.fClearR {
  clear: right !important;
}

.fN {
  float: none !important;
}

/**
 * --------------------------------------------------------------------------
 * position用スタイル
 * --------------------------------------------------------------------------
 */
.posRel {
  position: relative !important;
}

.posAbs {
  position: absolute !important;
}

/**
 *  overflow用スタイル
 */
.ofHidden {
  overflow: hidden !important;
}

.ofAuto {
  overflow: auto !important;
}

.ofVisible {
  overflow: visible !important;
}

/**
 * --------------------------------------------------------------------------
 * display用スタイル
 * --------------------------------------------------------------------------
 */
.dspInline {
  display: inline !important;
}

.dspBlock {
  display: block !important;
}

.dspInlBlock {
  display: inline-block !important;
}

.dspNone {
  display: none !important;
}

.dspTable {
  display: table !important;
}

.dspTblCell {
  display: table-cell !important;
}

/**
 * --------------------------------------------------------------------------
 * 汎用行揃え用スタイル
 * -------------------------------------
 */
.alignLeft {
  text-align: left !important;
}

.alignCenter {
  text-align: center !important;
}

.alignRight {
  text-align: right !important;
}

/**
 * --------------------------------------------------------------------------
 * 汎用縦揃え用スタイル
 * --------------------------------------------------------------------------
 */
.valignTop {
  vertical-align: top !important;
}

.valignMiddle {
  vertical-align: middle !important;
}

.valignBottom {
  vertical-align: bottom !important;
}

.valignTextBottom {
  vertical-align: text-bottom !important;
}

.valignSuper {
  vertical-align: super !important;
}

/**
 * --------------------------------------------------------------------------
 * 汎用幅指定用スタイル
 * --------------------------------------------------------------------------
 */
.w5 {
  width: 5px !important;
}

.w10em {
  width: 10em !important;
}

.w10p {
  width: 10% !important;
}

.w15p {
  width: 15% !important;
}

.w20p {
  width: 20% !important;
}

.w25p {
  width: 25% !important;
}

.w30p {
  width: 30% !important;
}

.w30 {
  width: 30px !important;
}

.w40p {
  width: 40% !important;
}

.w40 {
  width: 40px !important;
}

.w50 {
  width: 50px !important;
}

.w60 {
  width: 60px !important;
}

.w70 {
  width: 70px !important;
}

.w80 {
  width: 80px !important;
}

.w90 {
  width: 90px !important;
}

.w98p {
  width: 98% !important;
}

.w99p {
  width: 99% !important;
}

.w100 {
  width: 100px !important;
}

.w100p {
  width: 100% !important;
}

/**
 * --------------------------------------------------------------------------
 * hasLayout true
 * --------------------------------------------------------------------------
 */
.h1p {
  height: 1%;
}

.z1 {
  zoom: 1;
}

/**
 * --------------------------------------------------------------------------
 * リスト用スタイル
 * --------------------------------------------------------------------------
 */
.listTypeNone {
  list-style-type: none;
}

.listInside {
  list-style-position: inside;
}

.listOutside {
  list-style-position: outside;
}

.listTypeDisc {
  list-style-type: disc;
}

.listTypeSquare {
  list-style-type: square;
}

.listTypeCircle {
  list-style-type: circle;
}

.listTypeNum {
  padding-left: 0;
  margin-left: 0;
  margin-top: 0;
}

.listTypeNum li {
  list-style-type: none;
  padding: 0 0 0 20px;
}

.listNumParentheses {
  list-style-type: none;
  list-style-position: inside;
}

.listNumParentheses li {
  counter-increment: cnt;
}

.listNumParentheses li:before {
  display: marker;
  content: "(" counter(cnt) ")";
}

/**
 * --------------------------------------------------------------------------
 * 背景色用スタイル
 * --------------------------------------------------------------------------
 */
.bgFFFFFF {
  background-color: #FFFFFF !important;
}

.bgE6ECE8 {
  background-color: #e6ece8 !important;
}

.bgF0F0DC {
  background-color: #F0F0DC !important;
}

.bgF0EFEE {
  background-color: #F0EFEE !important;
}

.bgEBE6E1 {
  background-color: #EBE6E1 !important;
}

.bgC9C9C9 {
  background-color: #C9C9C9 !important;
}

.bgF5F5F5 {
  background-color: #F5F5F5 !important;
}

.bgF7F7F7 {
  background-color: #F7F7F7 !important;
}

/**
 * --------------------------------------------------------------------------
 * ボーダー用スタイル
 * --------------------------------------------------------------------------
 */
.bdr1s999 {
  border: 1px solid #999999 !important;
}

.bdr1sCCC {
  border: 1px solid #CCCCCC !important;
}

.bdr1sCBCBCB {
  border: 1px solid #CBCBCB !important;
}

.bdr1sBBB {
  border: 1px solid #BBBBBB !important;
}

.bdr1s5B5B5B {
  border: 1px solid #5B5B5B !important;
}

.bdr1do444444 {
  border: 1px dotted #444444 !important;
}

.bdrTn {
  border-top: none !important;
}

.bdrRn {
  border-right: none !important;
}

.bdrBn {
  border-bottom: none !important;
}

.bdrLn {
  border-left: none !important;
}

.bdrN {
  border: none !important;
}

.bdrTop {
  border-right: none !important;
  border-bottom: none !important;
  border-left: none !important;
}

.bdrRight {
  border-top: none !important;
  border-bottom: none !important;
  border-left: none !important;
}

.bdrBottom {
  border-top: none !important;
  border-right: none !important;
  border-left: none !important;
}

.bdrLeft {
  border-top: none !important;
  border-right: none !important;
  border-bottom: none !important;
}

/**
 * テキストインデント
 */
.tim1em {
  text-indent: -1.0em;
}

.ti1em {
  text-indent: 1.0em;
}

/**
 * カーソル
 */
.csrPtr {
  cursor: pointer;
}

/**
 * ****************************************************
 *
 * END : azlink add common css 2017.02.09
 *
 * ****************************************************
 */
/* ---------------------------------------------------------------- *
    タブレット（768px〜992px）
----------------------------------------------------------------- */
@media only screen and (min-width: 768px) and (max-width: 1120px) {
  .view-pc {
    display: none;
  }

  .view-tb {
    display: block;
  }

  .deviceTb .view-tb {
    display: block;
  }

  .view-sp {
    display: none;
  }

  .view-notsp {
    display: block;
  }

  .view-nottb {
    display: none;
  }

  .view-notpc {
    display: block;
  }

  .deviceTb .view-notpc {
    display: block;
  }

  .mask {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -2;
    -webkit-tap-highlight-color: transparent;
  }

  .wrapper {
    padding: 0;
    padding-top: 127px;
  }

  .mainContents {
    padding-left: 0;
  }
  .mainContents .pageHeader {
    background: #323c99;
  }
  .mainContents .breadcrumb {
    background: transparent;
  }
  .mainContents .breadcrumb ul li {
    color: #6e6e6e;
  }
  .mainContents .breadcrumb ul li a {
    color: #6e6e6e;
  }

  .globalHeader {
    width: 100%;
    height: auto;
    background-color: #fff;
    position: fixed;
    z-index: 50;
    /* Googleカスタム検索 */
  }
  .globalHeader .globalHeaderInner {
    width: 100%;
    height: 100%;
    padding-top: 75px;
    margin: 0 auto;
    position: relative;
    background: #000;
  }
  .globalHeader .logo {
    position: absolute;
    top: 10px;
    left: 10px;
  }
  .globalHeader .btnDrawer {
    display: none;
  }
  .globalHeader .search {
    width: 230px;
    position: absolute;
    top: 25px;
    right: 10px;
  }
  .globalHeader .search .gsc-input {
    width: 100%;
    padding-right: 0 !important;
  }
  .globalHeader .search .gsc-input .gsc-input-box {
    border: none;
    background: none;
    height: auto;
  }
  .globalHeader .search .gsc-input .gsib_a {
    padding: 0;
    position: relative;
  }
  .globalHeader .search .gsc-input .gsib_b {
    display: none !important;
  }
  .globalHeader .search .gsc-input input {
    color: #fff;
    font-weight: normal;
    width: 100% !important;
    height: 35px !important;
    padding: 0 30px 0 25px !important;
    background-color: #282828 !important;
    background-position: 10px center !important;
    box-sizing: border-box;
    text-indent: 55px;
    position: relative;
  }
  .globalHeader .search .gsc-input input:placeholder-shown {
    color: #808080;
  }
  .globalHeader .search .gsc-input input::-webkit-input-placeholder {
    color: #808080;
  }
  .globalHeader .search .gsc-input input:-moz-placeholder {
    color: #808080;
    opacity: 1;
  }
  .globalHeader .search .gsc-input input::-moz-placeholder {
    color: #808080;
    opacity: 1;
  }
  .globalHeader .search .gsc-input input:-ms-input-placeholder {
    color: #808080;
  }
  .globalHeader .search td.gsc-search-button {
    text-align: center;
    vertical-align: middle;
    width: 100%;
    height: 30px;
    background-color: #CECECE;
  }
  .globalHeader .search td.gsc-search-button input.gsc-search-button {
    outline: none;
    margin-left: 0;
    padding: 0 10px;
    margin: 0;
    border: none;
    vertical-align: middle;
  }
  .globalHeader .langNav {
    position: absolute;
    top: 15px;
    right: 256px;
    margin-top: 20px;
    font-size: 0;
    text-align: center;
  }
  .globalHeader .langNav li {
    display: inline-block;
    padding: 0 10px;
    font-size: 10px;
    font-size: 1rem;
    color: #999;
    border-left: 1px solid #fff;
  }
  .globalHeader .langNav li:first-child {
    border-left: none;
  }
  .globalHeader .langNav li a {
    color: #fff;
  }

  /* megaNavParent */
  .megaNavParent {
    display: table;
    width: 100%;
    max-width: 920px;
    margin: 0 auto;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
  }
  .megaNavParent a {
    color: #fff;
  }
  .megaNavParent .exception {
    /* megaNavSlide */
  }
  .megaNavParent .exception .megaNavSlide {
    width: 100%;
    padding: 40px;
    padding: 50px;
    box-sizing: border-box;
    background: rgba(255, 255, 255, 0.92);
  }
  .megaNavParent .exception .megaNavSlide .navTop {
    color: #323c99;
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 20px;
    padding-left: 20px;
    background: url(../img/common/icon_arw_bg_blue.png) no-repeat left center;
  }
  .megaNavParent .exception .megaNavSlide .groupList a {
    float: left;
    color: #333;
    width: 46%;
    margin-right: 8%;
    padding: 0;
    background: none;
  }
  .megaNavParent .exception .megaNavSlide .groupList a.clear {
    margin-right: 0;
  }
  .megaNavParent .exception .megaNavSlide .groupList a:after {
    display: none;
  }
  .megaNavParent .exception .megaNavSlide .groupList dl {
    display: table;
    vertical-align: top;
    padding: 10px 0;
    border-top: 1px solid #d2d2d2;
  }
  .megaNavParent .exception .megaNavSlide .groupList dl.borderNone {
    border: none;
    padding-top: 0;
  }
  .megaNavParent .exception .megaNavSlide .groupList dl dt {
    display: table-cell;
    vertical-align: middle;
    width: 25%;
    padding-right: 15px;
  }
  .megaNavParent .exception .megaNavSlide .groupList dl dd {
    display: table-cell;
    vertical-align: middle;
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 1.4;
    text-align: left;
    width: 75%;
    padding: 0 10px;
  }
  .megaNavParent > li {
    display: table-cell;
    transition: .2s;
  }
  .megaNavParent > li.tabActive > a {
    color: #fff;
    transition: .2s;
    background: #323c99 url(../img/common/icon_arw_top.png) no-repeat center 90%;
  }
  .megaNavParent > li.tabActive > a:before {
    display: none;
  }
  .megaNavParent > li.tabActive > a:after {
    display: none;
  }
  .megaNavParent > li.tabActive > a.icoWin {
    background: #323c99 url(../img/common/ico_blank_white.png) no-repeat 94% center;
  }
  .megaNavParent > li > a {
    transition: .2s;
    position: relative;
    display: block;
    padding: 16px 8px;
    color: #fff;
    background: #000 url(../img/common/icon_arw_bottom.png) no-repeat center 200%;
    text-decoration: none;
    text-align: center;
  }
  .megaNavParent > li > a:before {
    content: '';
    position: absolute;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: 0 0;
  }
  .megaNavParent > li > a:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    width: 1px;
    height: 24px;
    margin: -12px auto 0;
    text-align: center;
    background-image: -webkit-linear-gradient(top, transparent, #333 25%, #333 75%, transparent);
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), #333333 25%, #333333 75%, rgba(0, 0, 0, 0));
    background-position: center;
    background-repeat: no-repeat;
  }
  .megaNavParent > li > a.icoWin {
    display: block;
    padding: 16px 14px 16px 2px;
    background: url("../img/common/ico_blank_white.png") no-repeat 94% center;
  }
  .megaNavParent > li:first-child > a:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 1px;
    height: 24px;
    margin: -12px auto 0;
    text-align: center;
    background-image: -webkit-linear-gradient(top, transparent, #333 25%, #333 75%, transparent);
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), #333333 25%, #333333 75%, rgba(0, 0, 0, 0));
    background-position: center;
    background-repeat: no-repeat;
  }

  /* megaNavSlide */
  .megaNavSlide {
    display: none;
    position: absolute;
    width: 100%;
    left: 0;
    top: 100%;
    background-color: #323c99;
    z-index: 1;
    /* navTop */
  }
  .megaNavSlide .navTop {
    display: block;
    text-align: left;
    max-width: 920px;
    width: 100%;
    margin: 0 auto;
  }
  .megaNavSlide .navTop a {
    display: inline-block;
    padding: 17px 25px 15px 15px;
    text-decoration: none;
    background: url(../img/common/nav_arw.png) no-repeat 94% center;
    position: relative;
  }
  .megaNavSlide .navTop a:before {
    content: '';
    position: absolute;
    top: 50%;
    left: -1px;
    width: 1px;
    height: 24px;
    margin: -12px auto 0;
    text-align: center;
    background-color: #656db2;
    background-position: center;
    background-repeat: no-repeat;
  }
  .megaNavSlide .navTop a:after {
    content: '';
    position: absolute;
    top: 50%;
    right: -1px;
    width: 1px;
    height: 24px;
    margin: -12px auto 0;
    text-align: center;
    background-color: #656db2;
    background-position: center;
    background-repeat: no-repeat;
  }
  .megaNavSlide .navTop + ul {
    max-width: 920px;
  }
  .megaNavSlide ul {
    width: 100%;
    margin: 0 auto;
  }
  .megaNavSlide ul:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  .megaNavSlide ul > li {
    float: left;
    margin-right: 1px;
  }
  .megaNavSlide ul > li a {
    display: inline-block;
    padding: 17px 24px 15px 20px;
    text-decoration: none;
    position: relative;
    background: url(../img/common/icon_arw_bottom.png) no-repeat 94% center;
  }
  .megaNavSlide ul > li a.noneBg {
    background: none;
  }
  .megaNavSlide ul > li a:after {
    content: '';
    position: absolute;
    top: 50%;
    right: -1px;
    width: 1px;
    height: 24px;
    margin: -12px auto 0;
    text-align: center;
    background-color: #656db2;
    background-position: center;
    background-repeat: no-repeat;
  }
  .megaNavSlide ul > li a:before {
    content: '';
    position: absolute;
    top: 50%;
    left: -1px;
    width: 1px;
    height: 24px;
    margin: -12px auto 0;
    text-align: center;
    background-color: #656db2;
    background-position: center;
    background-repeat: no-repeat;
  }
  .megaNavSlide ul > li a.icoWin {
    padding: 17px 25px 15px 10px;
    background: url(../img/common/ico_blank_white.png) no-repeat 94% center;
  }
  .megaNavSlide ul > li.tabInActive > a {
    transition: .2s;
    background: #0d2d74 url(../img/common/icon_arw_top.png) no-repeat 94% center;
  }
  .megaNavSlide ul > li.tabInActive > a:before {
    display: none;
  }
  .megaNavSlide ul > li.tabInActive > a:after {
    display: none;
  }
  .megaNavSlide ul > li.tabInActive > a.icoWin {
    background: #0d2d74 url(../img/common/ico_blank_white.png) no-repeat 94% center;
  }
  .megaNavSlide ul > li .megaNavSlide {
    background: rgba(81, 89, 168, 0.95);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2) inset;
  }
  .megaNavSlide ul > li .megaNavSlide li a.icoWin {
    padding: 17px 25px 15px;
    background: url(../img/common/ico_blank_white.png) no-repeat 95% center;
  }
  .megaNavSlide .groupSlide {
    background: #fff;
    width: 557px;
    height: 100%;
    margin: 0 auto;
    padding: 53px 0 0 20px;
    box-sizing: border-box;
    box-shadow: 7px 0 10px 0 rgba(0, 0, 0, 0.2) inset;
  }

  .devicePc .globalHeader .search button {
    padding: 6px 15px;
  }
  .devicePc body {
    /* .devicePc megaNavParent */
    /* .devicePc megaNavSlide */
  }
  .devicePc body .megaNavParent > li:hover > a {
    color: #fff;
    transition: .2s;
    background-color: #323c99;
  }
  .devicePc body .megaNavParent > li:hover > a:before {
    display: none;
  }
  .devicePc body .megaNavParent > li:hover > a:after {
    display: none;
  }
  .devicePc body .megaNavParent > li:hover > a.icoWin {
    background: #323c99 url(../img/common/ico_blank_white.png) no-repeat 94% center;
  }
  .devicePc body .megaNavSlide .navTop a:hover {
    background-color: #0d2d74;
  }
  .devicePc body .megaNavSlide ul > li a:hover.icoWin {
    background: #0d2d74 url(../img/common/ico_blank_white.png) no-repeat 94% center;
  }
  .devicePc body .megaNavSlide ul > li:hover > a {
    transition: .2s;
    background-color: #0d2d74;
  }
  .devicePc body .megaNavSlide ul > li:hover > a.icoWin {
    background: #0d2d74 url(../img/common/ico_blank_white.png) no-repeat 94% center;
  }
  .devicePc body .megaNavSlide ul > li .megaNavSlide li a:hover.icoWin {
    background: #0d2d74 url(../img/common/ico_blank_white.png) no-repeat 95% center;
  }

  .deviceTb.html-tb .globalHeader .search button {
    padding: 6px 15px 5px;
    position: relative;
    left: 1px;
    top: -2px;
  }
  .deviceTb.html-tb body {
    /* .deviceTb megaNavParent */
    /* .deviceTb megaNavSlide */
    /* .deviceTb .megaNavSlide */
  }
  .deviceTb.html-tb body .megaNavParent > li:active > a {
    color: #fff;
    transition: .2s;
    background-color: #323c99;
  }
  .deviceTb.html-tb body .megaNavParent > li:active > a:before {
    display: none;
  }
  .deviceTb.html-tb body .megaNavParent > li:active > a:after {
    display: none;
  }
  .deviceTb.html-tb body .megaNavParent > li:active > a.icoWin {
    background: #323c99 url(../img/common/ico_blank_white.png) no-repeat 94% center;
  }
  .deviceTb.html-tb body .megaNavSlide .navTop a:active {
    background-color: #0d2d74;
  }
  .deviceTb.html-tb body .megaNavSlide ul > li {
    /* .deviceTb .megaNavSlide ul li .megaNavSlide */
  }
  .deviceTb.html-tb body .megaNavSlide ul > li a:active.icoWin {
    background: #0d2d74 url(../img/common/ico_blank_white.png) no-repeat 94% center;
  }
  .deviceTb.html-tb body .megaNavSlide ul > li:active > a {
    transition: .2s;
    background-color: #0d2d74;
  }
  .deviceTb.html-tb body .megaNavSlide ul > li:active > a.icoWin {
    background: #0d2d74 url(../img/common/ico_blank_white.png) no-repeat 94% center;
  }
  .deviceTb.html-tb body .megaNavSlide ul > li .megaNavSlide li a:active.icoWin {
    background: #0d2d74 url(../img/common/ico_blank_white.png) no-repeat 95% center;
  }
}
/* ---------------------------------------------------------------- *
    スマートフォン（768px未満）
----------------------------------------------------------------- */
@media only screen and (max-width: 767px) {
  body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
    font-size: 16px;
    font-size: 1.6rem;
  }

  .view-pc {
    display: none;
  }

  .view-tb {
    display: none;
  }

  .deviceTb .view-tb {
    display: none;
  }

  .view-sp {
    display: block;
  }

  .view-notsp {
    display: none;
  }

  .view-nottb {
    display: block;
  }

  .view-notpc {
    display: block;
  }

  .deviceTb .view-notpc {
    display: block;
  }

  img {
    max-width: 100%;
    height: auto;
  }

  .mask {
    display: none;
    min-width: 100%;
    min-height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
  }

  .wrapper {
    width: 100%;
    padding-top: 55px;
    padding-left: 0;
  }

  .mainContents {
    padding-left: 0;
  }
  .mainContents .pageHeader {
    background: #323c99;
    padding: 11px 20px;
  }
  .mainContents .pageHeader .pageTtl {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .mainContents .breadcrumb {
    background: transparent;
    padding: 10px 20px;
  }
  .mainContents .breadcrumb ul li {
    color: #6e6e6e;
    font-size: 9px;
    font-size: 0.9rem;
  }
  .mainContents .breadcrumb ul li a {
    color: #6e6e6e;
  }
  .mainContents .baseBlock {
    padding: 0 20px;
  }
  .mainContents .baseBlock p {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .mainContents .blockTtl {
    line-height: 1.6;
    padding-left: 17px;
    background: url("../img/common/ico_blockTtl.png") no-repeat 0 0.4em;
    background-size: 6px auto;
    font-size: 18px;
    font-size: 1.8rem;
  }

  .globalHeader .globalHeaderInner {
    width: 100%;
    height: 55px;
    background-color: #000;
    position: fixed;
    z-index: 35;
  }
  .globalHeader .globalHeaderInner:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  .globalHeader .logo {
    float: left;
    width: 102px;
    height: 36px;
    margin: 7px 9px;
  }
  .globalHeader .logo img {
    width: 100%;
  }
  .globalHeader #acdBtn {
    float: right;
    cursor: pointer;
    width: 55px;
    height: 55px;
    background-color: #000;
    position: relative;
    right: 0;
    z-index: 51;
  }
  .globalHeader #acdBtn .btnDesign {
    display: block;
    width: 23px;
    height: 3px;
    background-color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    transition: .3s;
  }
  .globalHeader #acdBtn .btnDesign.btnTop {
    top: 18px;
  }
  .globalHeader #acdBtn .btnDesign.btnMdl {
    top: 26px;
  }
  .globalHeader #acdBtn .btnDesign.btnBom {
    top: 34px;
  }
  .globalHeader #acdBtn.spActive .btnDesign {
    transition: .3s;
  }
  .globalHeader #acdBtn.spActive .btnDesign.btnTop {
    top: 26px;
    transform: rotate(45deg);
  }
  .globalHeader #acdBtn.spActive .btnDesign.btnMdl {
    width: 0;
    height: 0;
  }
  .globalHeader #acdBtn.spActive .btnDesign.btnBom {
    top: 26px;
    transform: rotate(-45deg);
  }
  .globalHeader .drawerMenu {
    width: 100%;
    height: 100%;
    padding-bottom: 75px;
    background-color: rgba(0, 0, 0, 0.78);
    position: fixed;
    left: 100%;
    top: 55px;
    z-index: 50;
    overflow-y: scroll;
    box-sizing: border-box;
    /* Googleカスタム検索 */
  }
  .globalHeader .drawerMenu::-webkit-scrollbar {
    overflow: visible;
    height: 0;
    width: 0;
  }
  .globalHeader .drawerMenu .search {
    width: 100%;
    margin-bottom: 32px;
  }
  .globalHeader .drawerMenu .search .gsc-input {
    width: 100%;
    padding-right: 0 !important;
    vertical-align: bottom;
    border-radius: 0;
  }
  .globalHeader .drawerMenu .search .gsc-input .gsc-input-box {
    border: none;
    background: none;
    height: auto;
  }
  .globalHeader .drawerMenu .search .gsc-input .gsib_a {
    padding: 0;
    position: relative;
  }
  .globalHeader .drawerMenu .search .gsc-input .gsib_b {
    display: none !important;
  }
  .globalHeader .drawerMenu .search .gsc-input input {
    color: #fff;
    font-weight: normal;
    width: 100% !important;
    height: 50px !important;
    padding: 0 30px 0 25px !important;
    background-color: #727272 !important;
    background-position: 10px center !important;
    box-sizing: border-box;
    text-indent: 55px;
    position: relative;
  }
  .globalHeader .drawerMenu .search .gsc-input input:placeholder-shown {
    color: #fff;
  }
  .globalHeader .drawerMenu .search .gsc-input input::-webkit-input-placeholder {
    color: #fff;
  }
  .globalHeader .drawerMenu .search .gsc-input input:-moz-placeholder {
    color: #fff;
    opacity: 1;
  }
  .globalHeader .drawerMenu .search .gsc-input input::-moz-placeholder {
    color: #fff;
    opacity: 1;
  }
  .globalHeader .drawerMenu .search .gsc-input input:-ms-input-placeholder {
    color: #fff;
  }
  .globalHeader .drawerMenu .search td.gsc-search-button {
    text-align: center;
    vertical-align: middle;
    width: 100%;
    height: 50px;
    background-color: #CECECE;
  }
  .globalHeader .drawerMenu .search td.gsc-search-button input.gsc-search-button {
    outline: none;
    margin-left: 0;
    padding: 18px;
    margin: 0;
    border: none;
    background: none;
    vertical-align: middle;
  }
  .globalHeader .drawerMenu .search td.gsc-search-button input.gsc-search-button:focus {
    padding: 0;
    outline: none;
    margin-left: 0;
    padding: 18px;
    margin: 0;
    border: 0;
    border: none;
    background: none;
    vertical-align: middle;
  }
  .globalHeader .drawerMenu .langNav {
    text-align: center;
    letter-spacing: -.4em;
    margin-bottom: 20px;
  }
  .globalHeader .drawerMenu .langNav li {
    display: inline-block;
    color: #afafaf;
    font-size: 13px;
    font-size: 1.3rem;
    letter-spacing: normal;
    padding-left: 15px;
    margin-left: 15px;
    border-left: 1px solid #fff;
  }
  .globalHeader .drawerMenu .langNav li:first-child {
    padding-left: 0;
    margin-left: 0;
    border-left: none;
  }
  .globalHeader .drawerMenu .langNav li a {
    color: #fff;
  }
  .globalHeader .drawerMenu .navContact {
    width: 90%;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 25px;
  }
  .globalHeader .drawerMenu .navContact a {
    display: inline-block;
    color: #fff;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1;
    letter-spacing: 2px;
    text-decoration: none;
    width: 100%;
    padding: 20px 0;
    background: transparent;
    border: 1px solid #fff;
    box-sizing: border-box;
    background: url(../img/common/icon_try.png) no-repeat 96% center;
    background-size: 5px 7px;
  }
  .globalHeader .drawerMenu .navPrivacy,
  .globalHeader .drawerMenu .navUse,
  .globalHeader .drawerMenu .navSitemap {
    line-height: 1;
    text-align: center;
    padding-bottom: 20px;
  }
  .globalHeader .drawerMenu .navPrivacy a,
  .globalHeader .drawerMenu .navUse a,
  .globalHeader .drawerMenu .navSitemap a {
    color: #fff;
    font-size: 13px;
    font-size: 1.3rem;
  }
  .globalHeader .drawerMenu .megaNav {
    margin-bottom: 25px;
  }
  .globalHeader .drawerMenu .megaNav .navTit {
    color: #193f9f;
    font-weight: bold;
    height: 55px;
    padding: 16px 15px 0;
    border-top: 2px solid #193f9f;
    border-bottom: 2px solid #193f9f;
    box-sizing: border-box;
  }
  .globalHeader .drawerMenu .megaNav .megaNavParent .exception {
    /* megaNavSlide */
  }
  .globalHeader .drawerMenu .megaNav .megaNavParent .exception .megaNavSlide {
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
    background: rgba(255, 255, 255, 0.92);
  }
  .globalHeader .drawerMenu .megaNav .megaNavParent .exception .megaNavSlide .navTop {
    color: #323c99;
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 20px;
    padding-left: 20px;
    background: url(../img/common/icon_arw_bg_blue.png) no-repeat left center;
  }
  .globalHeader .drawerMenu .megaNav .megaNavParent .exception .megaNavSlide .groupList a {
    float: left;
    color: #333;
    width: 100%;
    margin-right: 8%;
    padding: 0;
    background: none;
  }
  .globalHeader .drawerMenu .megaNav .megaNavParent .exception .megaNavSlide .groupList a.clear {
    margin-right: 0;
  }
  .globalHeader .drawerMenu .megaNav .megaNavParent .exception .megaNavSlide .groupList a:after {
    display: none;
  }
  .globalHeader .drawerMenu .megaNav .megaNavParent .exception .megaNavSlide .groupList dl {
    display: table;
    width: 100%;
    vertical-align: top;
    padding: 10px 0;
    border-top: 1px solid #d2d2d2;
  }
  .globalHeader .drawerMenu .megaNav .megaNavParent .exception .megaNavSlide .groupList dl.borderNone {
    padding-top: 10px;
    border-top: 1px solid #d2d2d2;
  }
  .globalHeader .drawerMenu .megaNav .megaNavParent .exception .megaNavSlide .groupList dl dt {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 25%;
    padding-right: 15px;
  }
  .globalHeader .drawerMenu .megaNav .megaNavParent .exception .megaNavSlide .groupList dl dt img {
    max-width: 72px;
  }
  .globalHeader .drawerMenu .megaNav .megaNavParent .exception .megaNavSlide .groupList dl dd {
    display: table-cell;
    vertical-align: middle;
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 1.4;
    text-align: left;
    width: 75%;
    padding: 0 10px;
  }
  .globalHeader .drawerMenu .megaNav .megaNavParent li {
    text-align: left;
  }
  .globalHeader .drawerMenu .megaNav .megaNavParent li.spActive > a {
    color: #fff;
  }
  .globalHeader .drawerMenu .megaNav .megaNavParent li.spActive > a:before {
    background-position: 0 100%;
  }
  .globalHeader .drawerMenu .megaNav .megaNavParent a {
    display: inline-block;
    color: #fff;
    font-size: 16px;
    font-size: 1.6rem;
    letter-spacing: 1px;
    line-height: 1.6;
    text-decoration: none;
    width: 100%;
    padding: 16px 30px 16px 60px;
    box-sizing: border-box;
    position: relative;
  }
  .globalHeader .drawerMenu .megaNav .megaNavParent .navTop a {
    color: #fff;
    border-bottom: 1px solid #ccc;
    background: rgba(50, 60, 153, 0.6) url("../img/common/nav_arw.png") no-repeat 94% center;
  }
  .globalHeader .drawerMenu .megaNav .megaNavParent > li.spActive > a {
    background: #1e236a url("../img/common/icon_minus.png") no-repeat 94% center;
    background-size: 11px 11px;
  }
  .globalHeader .drawerMenu .megaNav .megaNavParent > li > a {
    border-bottom: 1px solid #ccc;
    background: url("../img/common/icon_plus.png") no-repeat 94% center;
    background-size: 11px 11px;
  }
  .globalHeader .drawerMenu .megaNav .megaNavParent > li > a:before {
    display: block;
    content: " ";
    position: absolute;
  }
  .globalHeader .drawerMenu .megaNav .megaNavParent > li > a.icoWin {
    background: url("../img/common/ico_blank_white.png") no-repeat 94% center;
  }
  .globalHeader .drawerMenu .megaNav .megaNavParent > li > a.noneBg {
    background: none;
  }
  .globalHeader .drawerMenu .megaNav .megaNavParent > li > a.spActive a {
    background: url("../img/common/icon_plus_minus.png") no-repeat 94% center;
    background-size: 11px 11px;
  }
  .globalHeader .drawerMenu .megaNav .megaNavParent > li.technology > a:before {
    top: 25px;
    left: 28px;
    width: 12px;
    height: 12px;
    background-image: url("../img/common/ico_technology.png");
  }
  .globalHeader .drawerMenu .megaNav .megaNavParent > li.news > a:before {
    top: 27px;
    left: 28px;
    width: 11px;
    height: 9px;
    background-image: url("../img/common/ico_news.png");
  }
  .globalHeader .drawerMenu .megaNav .megaNavParent > li.product > a:before {
    top: 25px;
    left: 27px;
    width: 13px;
    height: 13px;
    background-image: url("../img/common/ico_product.png");
  }
  .globalHeader .drawerMenu .megaNav .megaNavParent > li.profile > a:before {
    top: 22px;
    left: 28px;
    width: 10px;
    height: 17px;
    background-image: url("../img/common/ico_profile.png");
  }
  .globalHeader .drawerMenu .megaNav .megaNavParent > li.csr > a:before {
    top: 26px;
    left: 28px;
    width: 10px;
    height: 13px;
    background-image: url("../img/common/ico_csr.png");
  }
  .globalHeader .drawerMenu .megaNav .megaNavParent > li.investors > a:before {
    top: 26px;
    left: 26px;
    width: 12px;
    height: 12px;
    background-image: url("../img/common/ico_investors.png");
  }
  .globalHeader .drawerMenu .megaNav .megaNavParent > li.careers > a:before {
    top: 24px;
    left: 25px;
    width: 17px;
    height: 17px;
    background-image: url("../img/common/ico_careers.png");
  }
  .globalHeader .drawerMenu .megaNav .megaNavParent > li.group > a:before {
    top: 27px;
    left: 23px;
    width: 21px;
    height: 11px;
    background-image: url("../img/common/ico_group.png");
  }
  .globalHeader .drawerMenu .megaNav .megaNavParent > li > .megaNavSlide {
    display: none;
  }
  .globalHeader .drawerMenu .megaNav .megaNavParent > li > .megaNavSlide > ul > li.spActive > a {
    background: #1e236a url("../img/common/icon_minus.png") no-repeat 94% center;
    background-size: 11px 11px;
  }
  .globalHeader .drawerMenu .megaNav .megaNavParent > li > .megaNavSlide > ul > li > a {
    color: #fff;
    border-bottom: 1px solid #ccc;
    background: rgba(50, 60, 153, 0.6) url("../img/common/icon_plus.png") no-repeat 94% center;
    background-size: 11px 11px;
  }
  .globalHeader .drawerMenu .megaNav .megaNavParent > li > .megaNavSlide > ul > li > a.icoWin {
    background: rgba(50, 60, 153, 0.6) url("../img/common/ico_blank_white.png") no-repeat 94% center;
  }
  .globalHeader .drawerMenu .megaNav .megaNavParent > li > .megaNavSlide > ul > li > a.noneBg {
    background: rgba(50, 60, 153, 0.6) url("../img/common/nav_arw.png") no-repeat 94% center;
    background-size: 7px 11px;
  }
  .globalHeader .drawerMenu .megaNav .megaNavParent > li > .megaNavSlide > ul > li > .megaNavSlide {
    display: none;
  }
  .globalHeader .drawerMenu .megaNav .megaNavParent > li > .megaNavSlide > ul > li > .megaNavSlide .navTop a {
    background: rgba(91, 99, 173, 0.6) url("../img/common/nav_arw.png") no-repeat 94% center;
  }
  .globalHeader .drawerMenu .megaNav .megaNavParent > li > .megaNavSlide > ul > li > .megaNavSlide ul li a {
    color: #fff;
    font-weight: normal;
    border-bottom: 1px solid #ccc;
    background: rgba(91, 99, 173, 0.6) url("../img/common/nav_arw.png") no-repeat 94% center;
    background-size: 7px 11px;
  }
  .globalHeader .drawerMenu .megaNav .megaNavParent > li > .megaNavSlide > ul > li > .megaNavSlide ul li a.icoWin {
    background: rgba(91, 99, 173, 0.6) url("../img/common/ico_blank_white.png") no-repeat 94% center;
  }

  .bnrSprits {
    width: 90%;
    margin: 0 auto;
  }
  .bnrSprits img {
    width: 100%;
  }

  #f-nav .navList {
    display: none;
  }
  #f-nav .navList.on {
    display: block;
  }
  #f-nav .navList li {
    width: 100%;
    border-top: 1px solid #fff;
  }
  #f-nav .navList li:first-child {
    border: none;
  }
  #f-nav .navList li a {
    display: inline-block;
    color: #fff;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1;
    text-align: left;
    text-decoration: none;
    width: 100%;
    padding: 20px 25px;
    background: #000 url(../img/common/nav_arw.png) no-repeat 95% center;
    box-sizing: border-box;
  }
  #f-nav .navList li a:hover, #f-nav .navList li a.current {
    background-color: #333;
  }

  #footer #pageTop:before {
    content: " ";
    width: 1px;
    height: 23px;
    margin: auto;
    background-color: #666;
    position: absolute;
    left: 0;
    right: 0;
    top: -12px;
  }
  #footer #pageTop a {
    font-size: 10px;
    font-size: 1rem;
    padding: 24px 0 20px;
  }
  #footer .footInr {
    padding: 36px 0 20px;
  }
  #footer .footTop {
    margin-bottom: 16px;
  }
  #footer .footContact {
    float: none;
    width: 90%;
    margin: 0 auto 20px;
  }
  #footer .footContact a {
    padding: 18px 0 16px;
  }

  .indexContent {
    background-size: 2px 2px;
    margin-bottom: 0;
  }
  .indexContent .indexLead {
    padding: 20px 20px 0;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 2.0;
  }
  .indexContent .indexTile {
    width: 100% !important;
    padding: 8px 25px 0;
    box-sizing: border-box;
  }
  .indexContent .indexTile img {
    max-width: 100%;
    height: auto;
  }
  .indexContent .indexTile .indexTileItem {
    width: 100%;
    float: none;
    margin: 0;
    padding: 21px 0 0;
    box-sizing: border-box;
    background: transparent;
  }
  .indexContent .indexTile .indexTileItem a {
    display: block;
    background: #fff;
    color: #323232;
    text-decoration: none;
    margin: 0;
    padding: 8px 8px 0;
    transition: 0;
    text-align: center;
  }
  .indexContent .indexTile .indexTileItem a:hover {
    opacity: 1;
  }
  .indexContent .indexTile .indexTileItem .pagename {
    font-size: 14px;
    font-size: 1.4rem;
    text-align: left;
    padding: 26px 0;
  }
  .indexContent .indexTile .indexTileItem .pagename span {
    position: relative;
    display: table-cell;
    padding: 0 0 0 5px;
    height: auto;
    vertical-align: middle;
  }
  .indexContent .indexTile .indexTileItem .pagename span:before {
    right: 5px;
    margin-top: -5px;
  }

  body.searchResult #searchResultBox {
    padding: 20px;
  }
}
