@charset "UTF-8";
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,400italic,600,600italic,700,700italic);
.fontSize:after, .fnav .inner:after,
.members .inner:after,
.copyright .inner:after, .copyright ul:after, .anav ul:after {
  content: '';
  display: block;
  height: 0;
  clear: both;
}

.gnav a::before,
.tnav a::before,
.qa a::before, .footer .sns span::before, .copyright ul a::before, .breadCrumb li:first-child a::before, .anav a::before {
  display: inline-block;
  font-family: 'FontAwesome';
  font-size: 125%;
  font-weight: normal;
  vertical-align: middle;
  content: '';
  width: 1rem;
  text-align: center;
}

* {
  margin: 0;
  padding: 0;
}

html {
  font-family: "メイリオ", Meiryo, Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #333;
  line-height: 1.2;
  background: #FFF;
  -webkit-text-size-adjust: none;
  /* フォントサイズ自動調整OFF */
  font-size: 14px;
}

ul,
ol {
  list-style-type: none;
}

a {
  text-decoration: none;
  color: #333;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset,
img {
  border: 0;
}

img {
  vertical-align: middle;
}

svg {
  vertical-align: bottom;
}

svg:not(:root) {
  overflow: hidden;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
  font-style: normal;
  font-weight: normal;
}

caption,
th {
  text-align: left;
}

iframe {
  vertical-align: bottom;
}

@media screen and (min-width: 768px) {
  html.font-medium {
    font-size: 14px;
  }

  html.font-large {
    font-size: 16px;
  }

  body {
    font-size: 100%;
  }

  a:hover, a:active {
    color: #3f8ee7;
  }
}
@font-face {
  font-family: 'FontAwesome';
  src: url("../../fonts/fontawesome-webfont.eot?v=4.6.3");
  src: url("../../fonts/fontawesome-webfont.eot?#iefix&v=4.6.3") format("embedded-opentype"), url("../../fonts/fontawesome-webfont.woff2?v=4.6.3") format("woff2"), url("../../fonts/fontawesome-webfont.woff?v=4.6.3") format("woff"), url("../../fonts/fontawesome-webfont.ttf?v=4.6.3") format("truetype"), url("../../fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.wrap,
.header {
  min-width: 280px;
}

.wrap {
  background: #fff;
}

.contents {
  background: #fff;
}

.svg-set {
  display: none;
}

@media screen and (max-width: 767px) {
  .wrap {
    padding-top: 75px;
    overflow: hidden;
  }

  .wrap:before {
    content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    -webkit-transform: translate3d(0, 0, 0);
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
    transition: opacity 1s;
  }

  .wrap.respons:before {
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
  }

  .wrap.in:before {
    width: 0;
    height: 0;
  }
}
@media screen and (max-width: 479px) {
  .wrap {
    padding-top: 15.625%;
  }
}
@media screen and (min-width: 768px) {
  html {
    min-width: 1060px;
  }

  .contents {
    position: relative;
    border-top: 1px solid #fff;
    overflow: hidden;
    min-width: 990px;
  }

  .contents:before {
    content: '';
    display: block;
    /* background: -moz-linear-gradient(top, #a7c2e6 0%, rgba(167, 194, 230, 0) 100%);
    background: -webkit-linear-gradient(top, #a7c2e6 0%, rgba(167, 194, 230, 0) 100%);
    background: linear-gradient(to bottom, #a7c2e6 0%, rgba(167, 194, 230, 0) 100%); */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a7c2e6', endColorstr='#00a7c2e6',GradientType=0 );
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 400px;
  }

  .contents:after {
    content: '';
    display: block;
    /* background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #96b3de 62%, #7ea2d6 76%, #7ea2d6 88%, #a4c0e5 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #96b3de 62%, #7ea2d6 76%, #7ea2d6 88%, #a4c0e5 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #96b3de 62%, #7ea2d6 76%, #7ea2d6 88%, #a4c0e5 100%); */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#a4c0e5',GradientType=0 );
    /* IE6-9 */
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 665px;
  }

  .contents .inner {
    padding: 20px 0;
    position: relative;
  }

  .main {
    max-width: 990px;
    margin: 0 auto;
    padding: 0 15px;
    background: #fff;
    box-shadow: 0 0 2px 3px rgba(7, 103, 244, 0.2);
    box-sizing: border-box;
  }
}
.header-ttl {
  line-height: 0;
}

.btn-close-up,
.btn-close-bt {
  position: absolute;
  right: 0;
  cursor: pointer;
}

.btn-close-up {
  top: 0;
}

.btn-close-bt {
  bottom: 0;
}

@media screen and (max-width: 767px) {
  .gnav img,
  .navbox1,
  .navbox3-first,
  .qa,
  .fnav,
  .members {
    display: none;
  }

  .navbox2 dt,
  .navbox2 dd img {
    display: none;
  }

  header,
  .nav {
    background: #00a0ea;
  }

  .header {
    height: 0;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
  }

  .header .inner {
    position: relative;
    height: 0;
    padding-top: 75px;
  }

  header {
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    box-sizing: border-box;
  }

  .header-ttl {
    width: 205px;
    height: 100%;
    float: left;
    position: relative;
  }

  .header-ttl a {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(/images/_shared/logo_shimano02.png) no-repeat center center;
    background-size: 85% auto;
  }

  .header-ttl img {
    visibility: hidden;
  }

  .header-ttl svg {
    width: 160px;
    height: 20px;
    position: absolute;
    top: 36.66667%;
    left: 10.97561%;
    fill: #fff;
  }

  .navbox2 {
    float: right;
    border-left: 1px solid #8bd5f5;
  }

  .navbox2, .navbox2 dl, .navbox2 dd {
    height: 100%;
  }

  .navbox2 li,
  .navbox2 .btn-menu {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 100%;
  }

  .navbox2 a {
    display: block;
    height: 100%;
  }

  .btn-menu {
    float: right;
    width: 90px;
    border-left: 1px solid #8bd5f5;
    background-image: url(../../images/_shared/btn_menu.png);
  }

  .account {
    float: left;
    height: 100%;
  }

  .log-bf {
    width: 243px;
  }

  .log-bf .account {
    width: 151px;
  }

  .log-bf ul {
    height: 100%;
  }

  .log-bf li {
    float: left;
    width: 75px;
  }

  .btn-login {
    background-image: url(../../images/_shared/btn_login.png);
  }

  .btn-regist {
    background-image: url(../../images/_shared/btn_regist.png);
    border-left: 1px solid #8bd5f5;
  }

  .log-af {
    width: 273px;
  }

  .log-af .account {
    box-sizing: border-box;
    padding: 7px;
    font-size: 75%;
    width: 182px;
  }

  .log-af ul {
    height: 38px;
  }

  .log-af a {
    text-align: center;
    background-image: url(../../images/_shared/header_btn_sp.jpg);
    background-repeat: no-repeat;
  }

  .youkoso {
    color: #fff;
    margin-bottom: 7px;
  }

  .btn-mypage {
    float: left;
    width: 90px;
  }

  .btn-mypage a {
    background-position: left center;
    background-size: 184%;
  }

  .btn-logout {
    float: right;
    width: 74px;
  }

  .btn-logout a {
    background-position: right center;
    background-size: 221%;
  }

  .nav {
    position: fixed;
    top: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-overflow-scrolling: touch;
    z-index: 9999;
  }

  .nav.in {
    transition: top 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  }

  .nav.open {
    top: 0;
    overflow-y: auto;
  }

  .nav.close {
    top: -100%;
    overflow-y: hidden;
  }

  .nav .inner {
    padding: 75px 0 50px;
    position: relative;
  }

  .nav li {
    border-top: 1px solid rgba(0, 0, 0, 0.2);
  }

  .nav a {
    display: block;
    max-width: 640px;
    margin: 0 auto;
    height: 60px;
    line-height: 60px;
    color: #fff;
    position: relative;
  }

  .nav .isearch {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }

  .nav .isearch input[type="text"] {
    background: #0071a4;
  }

  .gnav {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  }

  .gnav a {
    display: block;
    padding: 0 15px;
  }

  .gnav a::before {
    content: '\f0da';
    position: absolute;
    right: 15px;
  }

  .gnav .js-acc-tgl:before {
    content: '\f067';
  }

  .gnav .open .js-acc-tgl:before {
    content: '\f068';
  }

  .gnav-sub {
    display: none;
  }

  .gnav-sub li {
    background: #fff;
  }

  .gnav-sub a {
    color: #333;
  }

  .gnav-sub a:before {
    color: #00a0ea;
  }

  .isearch {
    padding: 0 70px 0 15px;
    margin: 15px 0;
    box-sizing: border-box;
  }

  .isearch table, .isearch tbody,
  .isearch tr, .isearch td {
    display: block;
  }

  .isearch table {
    width: 100%;
    position: relative;
  }

  .isearch input[type="text"] {
    border: 0;
    width: 100%;
    height: 45px;
    line-height: 45px;
    padding: 0 45px 0 30px;
    box-sizing: border-box;
    border-radius: 23px;
    color: #fff;
    outline: none;
  }

  .isearch input[type="image"] {
    display: block;
    width: 100%;
    height: 100%;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    opacity: 0;
  }

  .search-input {
    padding: 0;
    width: 100%;
  }

  .search-btn {
    width: 45px;
    height: 45px;
    background: url(../../images/_shared/btn_search.png) no-repeat center center;
    background-size: 15px 15px;
    position: absolute;
    top: 0;
    right: 0;
  }

  .footer {
    background: #777;
  }

  .footer .isearch {
    margin: 0;
    padding: 15px;
  }

  .footer .isearch input[type='text'] {
    color: #333;
  }

  .footer .search-btn {
    background: url(../../images/_shared/btn_search2.png) no-repeat center center;
    background-size: 15px 15px;
  }

  .footer .sns {
    padding: 0 15px;
    margin-bottom: 15px;
    text-align: center;
  }

  .footer .sns li {
    padding: 0;
    display: inline-block;
  }

  .footer .sns a {
    display: table;
    font-size: 85%;
    width: 70px;
    height: 60px;
    color: #fff;
    border-radius: 4px;
  }

  .footer .sns span {
    display: table-cell;
    vertical-align: middle;
  }

  .footer .sns span::before {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 200%;
  }

  .footer .sns .fb a {
    background: #3765a3;
  }

  .footer .sns .fb span:before {
    content: '\f230';
  }

  .footer .sns .tw a {
    background: #2ca7e0;
  }

  .footer .sns .tw span:before {
    content: '\f099';
  }

  .footer .sns .yt a {
    background: #d62424;
  }

  .footer .sns .yt span:before {
    content: '\f16a';
  }

  .copyright ul {
    border-top: 1px solid #aaa;
  }

  .copyright ul img {
    display: none;
  }

  .copyright ul .globalSite a:after {
    content: 'Global Site';
  }

  .copyright ul li {
    width: 50%;
    float: left;
    position: relative;
    overflow: visible;
    border-bottom: 1px solid #ccc;
  }

  .copyright ul li:after {
    content: '';
    display: block;
    background: #aaa;
    position: absolute;
    width: 1px;
    height: 100%;
    top: 0;
    right: -1px;
  }

  .copyright ul a {
    display: block;
    padding: 7px;
    color: #fff;
    position: relative;
  }

  .copyright ul a:before {
    content: '\f0da';
    position: absolute;
    right: 5px;
    font-size: 100%;
  }

  .copyright p {
    background: #212121;
    padding: 3.125%;
    text-align: center;
    color: #fff;
  }

  .copyright p small {
    font-size: 100%;
  }
}
@media screen and (max-width: 480px) {
  .header .inner {
    padding-top: 15.625%;
  }

  .header-ttl {
    width: 42.70833%;
  }

  .header-ttl svg {
    width: 75.11737%;
    height: 26.66667%;
  }

  .log-bf {
    width: 50.625%;
  }

  .log-bf .account {
    width: 62.13992%;
  }

  .log-bf .btn-menu {
    width: 37.03704%;
  }

  .log-bf li {
    width: 49.34211%;
  }

  .log-af {
    width: 56.875%;
  }

  .log-af .btn-menu {
    width: 32.96703%;
  }

  .log-af .account {
    padding: 2.5641%;
    width: 66.30037%;
  }

  .log-af ul {
    height: 62.29508%;
  }

  .youkoso {
    margin-bottom: 4.16667%;
  }

  .btn-mypage {
    width: 53.57143%;
  }

  .btn-mypage a {
    background-size: 184%;
  }

  .btn-logout {
    width: 44.04762%;
  }

  .btn-logout a {
    background-size: 221%;
  }

  .footer small {
    font-size: 0.8125rem;
  }
}
@media screen and (min-width: 768px) {
  .gnav span,
  .gnav-top,
  .gnav-impression,
  .gnav-sub,
  .qa span,
  .nav .btn-close-up,
  .nav .btn-close-bt {
    display: none !important;
  }

  .sp {
    display: none;
  }

  .header {
    height: 87px;
    margin: 0 auto;
    padding: 10px 0;
    box-sizing: border-box;
  }

  .header .inner {
    display: table;
    width: 990px;
    margin: 0 auto;
  }

  .header-ttl {
    width: 185px;
    padding: 20px 0 21px 3px;
    font-size: 0;
    text-align: center;
    float: left;
  }

  .header-ttl a {
    display: block;
  }

  .header-ttl svg {
    width: 169px;
    height: 23px;
    fill: #00a0ea;
  }

  .navbox1 {
    float: left;
    width: 77px;
    padding: 42px 0 0 30px;
  }

  .navbox2 {
    float: left;
    width: 199px;
    padding: 4px 12px;
    border: 2px solid #eee;
    text-align: center;
  }

  .navbox2 dt, .navbox2 dd li {
    font-size: 0;
  }
  .navbox2 dd {
    padding: 0 1px 0 2px;
  }

  .navbox2 .btn-login,
  .navbox2 .btn-mypage {
    float: left;
    width: 96px;
    text-align: right;
  }

  .navbox2 .btn-regist,
  .navbox2 .btn-logout {
    float: right;
    width: 96px;
  }

  .navbox2 .youkoso {
    color: #00a0ea;
    font-size: 84%;
    padding: 3px 0;
    text-align: left;
  }

  .navbox2 .youkoso:before {
    content: 'ようこそ ';
  }

  .nav {
    text-align: center;
    background: url(../../images/_shared/gnav_bg01.gif) top left repeat-x;
    box-shadow: 0px 4px 2px 2px #b8b8b8;
    -moz-box-shadow: 0px 4px 2px 2px #b8b8b8;
    -webkit-box-shadow: 0px 4px 2px 2px #b8b8b8;
    margin-bottom: 5px;
  }

  .nav .inner {
    width: 992px;
    margin: 0 auto;
    position: relative;
    overflow: visible;
  }

  .navbox3 {
    width: 459px;
    height: 86px;
    padding: 11px 0 0;
    box-sizing: border-box;
    position: absolute;
    top: -86px;
    right: 0%;
  }

  .navbox3-first {
    margin-bottom: 5px;
  }

  .navbox3-second {
    display: table;
    width: 100%;
  }

  .tnav {
    display: table;
    width: 301px;
    text-align: left;
    float: left;
  }

  .tnav li {
    float: left;
    width: 90px;
    font-size: 78%;
    padding-left: 13px;
    padding-top: 3px;
  }

  .tnav li a:before {
    display: none;
  }

  .tnav li.li01 {
    width: 167px;
    height: 25px;
    padding: 0;
    font-size: 0;
    margin: 0 14px 0 0;
  }
  .tnav li.li01 a {
    display: block;
    width: 167px;
    height: 25px;
    background: url(../../images/_shared/header_btn09_off.gif) left 0 no-repeat;
    text-indent: -9999px;
    padding: 0;
    font-size: 0;
  }

  .tnav li.li02 {
    background: url(../../images/_shared/header_icon02.gif) left 0.4em no-repeat;
  }

  .fontSize {
    float: right;
    width: 157px;
    display: table;
    font-size: 0;
  }

  .fontSize a {
    display: block;
  }

  .fontSize dt {
    float: left;
    width: 68px;
  }

  .fontSize dd {
    float: right;
    width: 80px;
  }

  .fontSize dd ul {
    display: table;
    width: 100%;
  }

  .fontSize dd ul li {
    width: 50%;
    display: table-cell;
  }

  .qa, .isearch {
    display: table-cell;
    vertical-align: middle;
    box-sizing: border-box;
  }

  .qa {
    text-align: left;
    width: 178px;
  }

  .qa a:before {
    display: none;
  }

  .nav .isearch {
    background: #f4f4f4;
    border: 1px solid #e8e8e8;
    border-radius: 2px;
    padding: 2px;
    font-size: 0;
  }

  .nav .isearch .inr {
    background: #d5d5d5;
    border: 1px solid #cacaca;
    border-radius: 2px;
    border: 1px solid #d5d5d5;
    text-align: center;
  }

  .nav .isearch table {
    width: 264px;
    margin: 4px auto;
    line-height: 0;
  }

  .nav .isearch td {
    vertical-align: middle;
    font-size: 0;
    line-height: 0;
  }

  .nav .isearch input[type="text"] {
    box-sizing: border-box;
    width: 209px;
    height: 19px;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-bottom: 0;
    border-right: 0;
    outline: none;
    padding: 0 10px 0 22px;
  }

  .nav .search-input {
    width: 209px;
    height: 19px;
    border-top: 1px solid #838383;
    border-left: 1px solid #838383;
    border-radius: 3px;
    position: relative;
  }

  .nav .search-input:before {
    content: '';
    display: block;
    width: 12px;
    height: 13px;
    position: absolute;
    top: 4px;
    left: 6px;
    background: url(../../images/_shared/ic_search.gif) no-repeat center center;
  }

  .nav .search-btn {
    text-align: right;
  }

  .gnav {
    display: table;
  }

  .gnav > li {
    display: table-cell;
    width: 165px;
  }

  .gnav > li a {
    display: block;
  }

  .gnav > li a:before {
    display: none;
  }

  .gnav .gnav-product,
  .gnav .gnav-service {
    width: 166px;
  }

  .footer {
    overflow: hidden;
    color: #fff;
  }

  .footer .inner {
    width: 990px;
    margin: 0 auto;
  }

  .footer a {
    color: #fff;
  }

  .footer .isearch,
  .footer .sns {
    display: none;
  }

  .fnav,
  .members,
  .copyright {
    margin: 0 -500%;
    padding: 0 500%;
  }

  .fnav {
    border-top: 1px solid #b9d7ff;
    border-bottom: 1px solid #0c3382;
    padding-bottom: 5px;
    background: #10439a url(../../images/_shared/footer_bg01.gif) repeat-x top left;
  }

  .fnav .left {
    float: left;
    width: 520px;
    padding-top: 6px;
  }

  .fnav .left li {
    width: 80px;
    float: left;
  }

  .fnav .left li.btn06 {
    width: 120px;
  }

  .fnav .left a {
    display: block;
    height: 22px;
    background-repeat: no-repeat;
    background: url(../../images/_shared/footer_btn.gif);
  }

  .fnav .left a:hover img {
    visibility: hidden;
  }

  .fnav .left .btn01 a {
    background-position: left -22px;
  }

  .fnav .left .btn02 a {
    background-position: left -66px;
  }

  .fnav .left .btn03 a {
    background-position: left -110px;
  }

  .fnav .left .btn04 a {
    background-position: left -154px;
  }

  .fnav .left .btn05 a {
    background-position: left -198px;
  }

  .fnav .left .btn06 a {
    background-position: left -242px;
  }

  .fnav .right {
    float: right;
    width: 460px;
    padding-top: 12px;
  }

  .fnav .right li {
    float: right;
    margin-left: 10px;
    width: auto;
    font-size: 80%;
    text-align: right;
  }

  .fnav .right a {
    padding-left: 15px;
  }

  .fnav .right a:hover {
    color: #71e6ff;
  }

  .fnav .right .btn05 a {
    background: url(../../images/_shared/footer_icon01_05_off.gif) center left no-repeat;
  }

  .fnav .right .btn05 a:hover {
    background: url(../../images/_shared/footer_icon01_05_on.gif) center left no-repeat;
  }

  .fnav .right .btn04 a {
    background: url(../../images/_shared/footer_icon01_04_off.gif) center left no-repeat;
  }

  .fnav .right .btn04 a:hover {
    background: url(../../images/_shared/footer_icon01_04_on.gif) center left no-repeat;
  }

  .fnav .right .btn03 a {
    background: url(../../images/_shared/footer_icon01_03_off.gif) center left no-repeat;
  }

  .fnav .right .btn03 a:hover {
    background: url(../../images/_shared/footer_icon01_03_on.gif) center left no-repeat;
  }

  .fnav .right .btn02 a {
    background: url(../../images/_shared/footer_icon01_02_off.gif) center left no-repeat;
  }

  .fnav .right .btn02 a:hover {
    background: url(../../images/_shared/footer_icon01_02_on.gif) center left no-repeat;
  }

  .fnav .right .btn01 a {
    background: url(../../images/_shared/footer_icon01_01_off.gif) center left no-repeat;
  }

  .fnav .right .btn01 a:hover {
    background: url(../../images/_shared/footer_icon01_01_on.gif) center left no-repeat;
  }

  .members {
    clear: both;
    height: 1%;
    border-top: 1px solid #4068ad;
    border-bottom: 1px solid #0c1f51;
    padding-bottom: 6px;
    background: #082f71 url(../../images/_shared/footer_bg02.gif) top left repeat-x;
  }

  .members .inner {
    width: 990px;
    margin: 0 auto;
  }

  .members p {
    float: right;
    width: 129px;
    padding-top: 10px;
    margin-right: 10px;
  }

  .members dl {
    float: left;
    width: 202px;
    padding-top: 4px;
    margin-left: 5px;
  }

  .members dd {
    padding-top: 4px;
  }

  .members dd a {
    display: block;
  }

  .members dd a:hover img {
    visibility: hidden;
  }

  .members .login {
    float: left;
  }

  .members .login a {
    width: 86px;
    height: 23px;
    background: url(../../images/_shared/footer_btn02_01_on.gif);
  }

  .members .entry {
    float: right;
  }

  .members .entry a {
    width: 112px;
    height: 23px;
    background: url(../../images/_shared/footer_btn02_02_on.gif);
  }

  .members .btn-myPage {
    width: 96px;
    height: 23px;
    float: left;
    background: url("/images/footer_btn02_03_on.gif");
  }

  .members .btn-logout {
    width: 96px;
    height: 23px;
    float: right;
    background: url("/images/footer_btn02_04_on.gif");
  }

  .copyright {
    clear: both;
    border-top: 1px solid #1e3263;
    padding-bottom: 10px;
    background: #0c1f51;
  }

  .copyright .inner {
    position: relative;
    width: 990px;
    margin: 0 auto 0 auto;
    padding: 7px 0;
  }

  .copyright p {
    float: left;
    margin-left: 5px;
  }

  .copyright p small {
    font-size: 85.71429%;
  }

  .copyright ul {
    float: right;
    width: auto;
  }

  .copyright li {
    float: left;
    width: auto;
    margin-left: 10px;
    font-size: 80%;
  }

  .copyright li a:before {
    content: '\f0da';
    font-size: 10px;
    vertical-align: baseline;
  }
}
.breadCrumb li {
  display: inline;
  position: relative;
}

.breadCrumb li,
.breadCrumb li * {
  font-size: 0.85rem;
}

.breadCrumb li * {
  font-weight: normal;
  display: inline;
}

.breadCrumb li:after {
  content: '>';
  margin-left: 5px;
}

.breadCrumb li:first-child a:before {
  content: '\f015';
}

.breadCrumb .current:after {
  display: none;
}

.breadCrumb a {
  color: #3f8ee7;
}

.btn-anav {
  width: 55px;
  height: 55px;
  position: fixed;
  top: 80%;
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transition: left 0.3s ease-out;
}

.btn-anav img {
  max-width: 100%;
}

.btn-anav.out {
  left: -55px;
}

.anav {
  width: 100%;
  box-sizing: border-box;
  position: fixed;
}

.anav .inner {
  position: relative;
  padding: 15px 0 50px;
}

.anav, .anav a {
  color: #fff;
}

.anav a {
  display: block;
  padding: 0 15px;
  max-width: 640px;
  margin: 0 auto;
  height: 60px;
  line-height: 60px;
  position: relative;
}

.anav a::before {
  content: '\f0da';
  position: absolute;
  right: 15px;
}

.anav ul {
  margin-top: 15px;
  border-bottom: 1px solid #415077;
}

.anav li {
  border-top: 1px solid #415077;
}

.anav-ttl,
.anav-ttl-cap {
  font-weight: bold;
  padding: 0 80px 0 15px;
}

.anav-ttl {
  font-size: 87%;
}

.anav-ttl-cap {
  font-size: 137%;
}

.webview .nav-gotop {
  display: none;
}

@media screen and (max-width: 767px) {
  .breadCrumb {
    background: #eaeaea;
    border-top: 1px solid #dcdcdc;
    border-bottom: 1px dotted #dcdcdc;
    padding: 0.5em 15px;
  }

  .breadCrumb li {
    padding: 0;
    vertical-align: middle;
  }

  .breadCrumb li:first-child a {
    color: #959595;
  }

  .breadCrumb li:first-child a span {
    display: none;
  }

  .breadCrumb li:first-child a:before {
    width: auto;
    font-size: 150%;
  }

  .nav-gotop {
    width: 60px;
    height: 35px;
    overflow: hidden;
    position: fixed;
    top: 80%;
    right: 0;
    -webkit-transform: translate3d(0, 0, 0);
    background: rgba(0, 0, 0, 0.5) url(../../images/_shared/btn_top.png) no-repeat center center;
    background-size: 100%;
    transition: right 0.3s ease-out;
  }

  .nav-gotop a {
    display: block;
    height: 35px;
  }

  .nav-gotop span {
    display: none;
  }

  .nav-gotop.out {
    right: -60px;
  }

  .anav {
    height: 100%;
    overflow-y: auto;
    background: #0c1f51;
    top: 0;
    left: -100%;
    -webkit-overflow-scrolling: touch;
    -webkit-transform: translate3d(0, 0, 0);
  }

  .anav.in {
    transition: left 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  }

  .anav.open {
    left: 0;
  }

  .anav.close {
    left: -100%;
  }
}
@media screen and (max-width: 767px) and (orientation: landscape) {
  .btn-anav,
  .nav-gotop {
    top: 65%;
  }
}
@media screen and (min-width: 768px) {
  .breadCrumb {
    margin-left: -5px;
    padding: 10px 0;
    /*text-transform: uppercase;*/
  }

  .breadCrumb li {
    padding: 0;
  }

  .breadCrumb li,
  .breadCrumb li * {
    font-size: 0.85rem;
  }

  .breadCrumb li:first-child a:before {
    display: none;
  }

  .btn-anav.out {
    left: 0;
  }

  .anav {
    background: rgba(12, 31, 81, 0.9);
    bottom: -250px;
    left: 0;
  }

  .anav.in {
    transition: bottom 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  }

  .anav.open {
    bottom: 0px;
  }

  .anav.close {
    transition: bottom 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    bottom: -250px;
  }

  .anav .inner {
    padding-bottom: 0;
  }

  .anav .btn-close-bt {
    display: none;
  }

  .anav ul {
    border-top: 1px solid #415077;
    padding: 30px 0;
  }

  .anav li {
    float: left;
    border-top: 0;
    border-left: 1px solid #415077;
    margin: 10px 0;
  }

  .anav a {
    height: inherit;
    line-height: inherit;
  }

  .anav a:before {
    display: none;
  }

  .anav a:hover {
    text-decoration: underline;
  }

  .nav-gotop {
    height: 40px;
    line-height: 40px;
    text-align: right;
  }

  .nav-gotop a {
    color: #3f8ee7;
    font-size: 84%;
  }

  .nav-gotop span::before {
    content: '▲';
    margin-right: 5px;
  }
}
.wrap:before {
  z-index: 9999;
}

.header {
  z-index: 20;
}

.contents:before, .contents:after {
  z-index: 0;
}

.contents .inner {
  z-index: 1;
}

.nav-gotop,
.btn-anav {
  z-index: 10;
}

.nav {
  z-index: 20;
}

.anav {
  z-index: -1;
}

.anav.open {
  z-index: 20;
}

.noscroll,
.noscroll body {
  height: 100%;
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .noscroll body {
    overflow-y: scroll;
    height: auto;
  }
}
