@charset "UTF-8";
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block;
}

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden], template {
  display: none;
}

a {
  background: transparent;
}

a:active, a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: .67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code, kbd, pre, samp {
  font-family: monospace,monospace;
  font-size: 1em;
}

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled], html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td, th {
  padding: 0;
}

/*  reset
--------------------------------------- */
h1, h2, h3, h4, h5, h6, ul, ol, li, p, dl, dt, dd {
  margin: 0;
  padding: 0;
  font-size: 100%;
}

ul, ol {
  list-style: none;
}

img {
  vertical-align: bottom;
}

/*  base
--------------------------------------- */
/*  common
--------------------------------------- */
body {
  line-height: 1.5;
  color: black;
  font-family: "Hiragino Kaku Gothic ProN", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 81.25%;
  -webkit-text-size-adjust: 100%;
}

a {
  color: #000;
  text-decoration: underline;
}

a:link, a:visited {
  color: #000;
  text-decoration: underline;
}

a:hover, a:focus, a:active {
  text-decoration: none;
  outline: none;
}

.clearfix {
  *zoom: 1;
}
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}

.alphahover:hover {
  filter: alpha(opacity=65);
  -moz-opacity: 0.65;
  opacity: 0.65;
}

.ialphahover:hover img {
  filter: alpha(opacity=65);
  -moz-opacity: 0.65;
  opacity: 0.65;
}

.pc {
  display: none !important;
}

.br {
  margin-bottom: 0.5em;
}

.indent {
  *zoom: 1;
}
.indent:before, .indent:after {
  content: " ";
  display: table;
}
.indent:after {
  clear: both;
}
.indent li {
  *zoom: 1;
}
.indent li:before, .indent li:after {
  content: " ";
  display: table;
}
.indent li:after {
  clear: both;
}
.indent .el-h {
  float: left;
}
.indent .el-b {
  display: block;
  overflow: hidden;
}

#topcontrol {
  display: none !important;
}

html.android.chrome * {
  max-height: 100%;
}

/*  util
--------------------------------------- */
.ut-left {
  text-align: left;
}

.ut-center {
  text-align: center;
}

.ut-right {
  text-align: right;
}

.ut-date {
  font-size: 169.23077%;
}

.ut-big {
  font-size: 123.07692%;
}

.ut-small {
  font-size: 76.92308%;
}

.ut-red {
  color: #e60012;
}

/* -------------------------------------------------------------------

	Module
	
-------------------------------------------------------------------- */
/*  icon
--------------------------------------- */
.icon-link {
  background: url(/shared2/img/icon_arw_cr_01_sp.png) no-repeat 0 2px;
  background-size: 12px 12px;
  padding: 0 0 0 15px;
  *zoom: 1;
}

.icon-pdf {
  display: inline-block;
  background: url(/shared2/img/icon_pdf_01_sp.gif) no-repeat 0 0;
  background-size: 12px 15px;
  width: 12px;
  height: 15px;
  margin: 0 5px;
  vertical-align: middle;
  *zoom: 1;
}

.icon-blank {
  display: inline-block;
  background: url(/shared2/img/icon_window_01.gif) no-repeat 0 0;
  width: 12px;
  height: 11px;
  margin: 0 5px;
  vertical-align: middle;
  *zoom: 1;
}

/* -------------------------------------------------------------------

	Outline
	
-------------------------------------------------------------------- */
/*  Container
--------------------------------------- */
/*  Header
--------------------------------------- */
.topheader {
  position: relative;
  height: 68px;
  z-index: 115;
}
.topheader > h1 {
  position: absolute;
  left: 10px;
  top: 10px;
  z-index: 2;
  width: 206px;
}
.topheader > h1 img {
  width: 100%;
}
.topheader .topheader-unit01 {
  display: none;
}

/*  Footer
--------------------------------------- */
.footer-btns ul {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #e6e6e6;
  padding: 10px;
  *zoom: 1;
}
.footer-btns ul:before, .footer-btns ul:after {
  content: " ";
  display: table;
}
.footer-btns ul:after {
  clear: both;
}
.footer-btns li {
  font-size: 100%;
  width: 49%;
  display: block;
  float: left;
}
.footer-btns li a {
  display: block;
  padding: 10px 0;
  border-radius: 5px;
  text-align: center;
  background: #ffffff;
  text-decoration: none;
}
.footer-btns .el-home {
  margin: 0 2% 0 0;
}
.footer-btns .el-home a:before {
  content: " ";
  display: inline-block;
  width: 14px;
  height: 13px;
  background: white url(/shared2/img/icon_lg_home.png) no-repeat 0 0;
  background-size: contain;
  margin: 0 3px 0 0;
}
.footer-btns .el-pagetop a:before {
  content: " ";
  display: inline-block;
  width: 11px;
  height: 9px;
  background: white url(/shared2/img/icon_lg_arw_up.png) no-repeat 0 0;
  background-size: contain;
  margin: 0 3px 0 0;
}

/*  viewmode-switch
--------------------------------------- */
.viewmode-switch {
  background: #eeeeee;
  padding: 10px;
  width: 100%;
  display: table;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.viewmode-switch .el-h {
  display: table-cell;
  width: 40px;
  vertical-align: middle;
}
.viewmode-switch .el-btns {
  display: table-cell;
}
.viewmode-switch .el-btns ul {
  display: table;
  width: 100%;
}
.viewmode-switch .el-btns li {
  display: table-cell;
  width: 50%;
  border: 1px solid #d7d7d7;
  text-align: center;
  font-weight: bold;
  color: #ffffff;
  background-image: linear-gradient(to bottom, #606060 0%, #bbbbbb 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#606060), to(#bbbbbb));
}
.viewmode-switch .el-btns li a {
  display: block;
  width: 100%;
  padding: 12px 0;
  text-decoration: none;
  color: #000000;
}
.viewmode-switch .el-btns li.st-btn {
  background-image: linear-gradient(to bottom, white 0%, #e9e9e9 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(white), to(#e9e9e9));
}
.viewmode-switch .el-btns li.el-sp {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.viewmode-switch .el-btns li.el-pc {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-left: 0;
}

/* -------------------------------------------------------------------

	Top
	
-------------------------------------------------------------------- */
/*  mainvis
--------------------------------------- */
.mainvis {
  position: relative;
  width: 100%;
  overflow: hidden;
}

/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */
/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
  position: relative;
  padding: 0;
  *zoom: 1;
}

.bx-wrapper img {
  max-width: 100%;
  display: block;
}

/** THEME
===================================*/
/* LOADER */
.bx-controls-direction .bx-prev,
.bx-controls-direction .bx-next {
  display: none !important;
}

.slides-outer {
  position: relative;
}

.slides {
  position: relative;
}
.slides li:first-child {
  position: relative;
  z-index: 2;
}
.slides li:not(:first-child) {
  position: absolute;
  top: 0;
}
.slides li img {
  width: 100%;
}

.slides-btns {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 7.1875% 0 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 23px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.34);
}
.slides-btns ul {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  margin: -7px 0 0;
  text-align: center;
  font-size: 0;
}
.slides-btns li {
  display: inline-block;
  margin: 0 9px;
}
.slides-btns li a {
  font-size: 0;
  display: block;
  width: 14px;
  height: 14px;
  border: 0;
  text-indent: -9999px;
  overflow: hidden;
  background: url(/shared2/img/index/mainvis_btn_sp.png) no-repeat 0 0;
  background-size: contain;
}
.slides-btns li a.active {
  background: url(/shared2/img/index/mainvis_btn_sp_select.png) no-repeat 0 0;
  background-size: contain;
}

/* important-info */
.important-info {
  *zoom: 1;
  background: #e60012;
  width: 100%;
}
.important-info:before, .important-info:after {
  content: " ";
  display: table;
}
.important-info:after {
  clear: both;
}
.important-info .important-info--inner {
  padding: 10px;
}
.important-info .important-info--h {
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  padding: 0 0 8px;
}
.android .important-info .important-info--h {
  font-family: monospace;
}
.important-info ul {
  padding: 10px;
  background: #ffffff;
}
.important-info li {
  margin: 5px 0 0;
}
.important-info li a {
  display: inline-block;
}
.important-info li:first-child {
  margin: 0;
}
.important-info .ticker--btn {
  display: none;
}

/*  content
--------------------------------------- */
.contents {
  position: relative;
  z-index: 105;
}

/*  main
--------------------------------------- */
.cnnav li {
  border-top: 3px solid #e6e6e6;
}
.cnnav li a {
  text-decoration: none;
  display: table;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 2.1875% 3.125% 2.1875% 3.125%;
  background: #f9f9f9;
}
.cnnav li a:after {
  content: " ";
  display: table-cell;
  background: url(/shared2/img/icon_arw_cr_01_sp.png) no-repeat 0 50%;
  background-size: 18px 18px;
  width: 18px;
}
.cnnav li a.link-pc:after {
  content: " ";
  display: table-cell;
  background: url(/shared2/img/icon_arw_cr_01_sp.png) no-repeat 31px 50%, url(/shared2/img/icon_pc_sp.png) no-repeat 0 50%;
  background-size: 18px 18px, 26px 22px;
  width: 49px;
}
.cnnav .el-img {
  display: table-cell;
  vertical-align: middle;
  width: 29.64286%;
  padding: 0 1.78571% 0 0;
  border-right: 1px solid #d1d1d1;
}
.cnnav .el-img img {
  width: 100%;
}
.cnnav .el-disp {
  display: table-cell;
  vertical-align: middle;
  padding: 0 0 0 2.8125%;
}
.cnnav .el-disp .el-txt01 {
  font-size: 153.84615%;
  line-height: 1.2;
  font-weight: bold;
}
.android .cnnav .el-disp .el-txt01 {
  font-family: monospace;
}
.cnnav .el-disp .el-txt02 {
  font-size: 130.76923%;
  line-height: 1.2;
  font-weight: bold;
}
.android .cnnav .el-disp .el-txt02 {
  font-family: monospace;
}
.cnnav .el-disp .el-txt-em {
  font-size: 130.76923%;
  line-height: 1.2;
  color: #e60012;
}

.spnav li, .spnav-gray li, .spnav-dark li {
  border-top: 4px solid #e6e6e6;
  font-size: 153.84615%;
  line-height: 1.3;
}
.spnav li a, .spnav-gray li a, .spnav-dark li a {
  display: table;
  width: 100%;
  padding: 9px 10px;
  text-decoration: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 2.1875% 3.125% 2.1875% 3.125%;
}
.spnav li a:after, .spnav-gray li a:after, .spnav-dark li a:after {
  content: " ";
  display: table-cell;
  background: url(/shared2/img/icon_arw_cr_01_sp.png) no-repeat 0 50%;
  background-size: 18px 18px;
  width: 18px;
}
.spnav li a.link-pc:after, .spnav-gray li a.link-pc:after, .spnav-dark li a.link-pc:after {
  content: " ";
  display: table-cell;
  background: url(/shared2/img/icon_arw_cr_01_sp.png) no-repeat 31px 50%, url(/shared2/img/icon_pc_sp.png) no-repeat 0 50%;
  background-size: 18px 18px, 26px 22px;
  width: 49px;
}
.spnav li .el-disp, .spnav-gray li .el-disp, .spnav-dark li .el-disp {
  display: table-cell;
  height: 47px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-left: 7px solid #f39506;
  padding: 0 0 0 12px;
  vertical-align: middle;
  font-weight: bold;
}
.android .spnav li .el-disp, .android .spnav-gray li .el-disp, .android .spnav-dark li .el-disp {
  font-family: monospace;
}

.spnav-gray li {
  background: #dadada;
  font-size: 115.38462%;
}
.spnav-gray li a .el-disp {
  height: 33px;
}

.spnav-dark li {
  border-top: 4px solid #232323;
  background: #484848;
  font-size: 115.38462%;
}
.spnav-dark li a {
  color: #ffffff;
}
.spnav-dark li a:after {
  background: url(/shared2/img/icon_arw_cr_02_sp.png) no-repeat 0 50%;
  background-size: 18px 18px;
}
.spnav-dark li a.link-pc:after {
  background: url(/shared2/img/icon_arw_cr_02_sp.png) no-repeat 30px 50%, url(/shared2/img/icon_pc_sp.png) no-repeat 0 50%;
  background-size: 19px 19px, 26px 22px;
}
.spnav-dark li a .el-disp {
  height: 33px;
  border-left: 7px solid #6c6c6c;
}

.footer-block-02 {
  background: #000000;
  padding: 15px 0;
  text-align: center;
  color: #ffffff;
  font-size: 76.92308%;
}

/*  side
--------------------------------------- */
/* -------------------------------------------------------------------

	Print
	
-------------------------------------------------------------------- */
