﻿/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

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, menu, 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-color: 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: 0.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 {
  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;
  box-sizing: content-box
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em
}

legend {
  border: 0;
  padding: 0
}

textarea {
  overflow: auto
}

optgroup {
  font-weight: bold
}

table {
  border-collapse: collapse;
  border-spacing: 0
}

td, th {
  padding: 0
}


/*! normalize.css _end */


/*!
preset base object
 */

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-padding-start: 0
}

*:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-padding-start: 0
}

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent
}

body {
  font-family: segoe, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #333;
  background-color: #fff
}

input, button, select, textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit
}

a {
  color: #333;
  text-decoration: none
}

a:hover, a:focus {
  color: #000;
  text-decoration: underline
}

a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px
}

figure {
  margin: 0
}

img {
  vertical-align: middle
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee
}

[role="button"] {
  cursor: pointer
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: normal;
  line-height: 1.1;
  color: inherit
}

h1, .h1, h2, .h2, h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px
}

h4, .h4, h5, .h5, h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px
}

h1, .h1 {
  font-size: 30px;  
  margin: 18px 0 16px
}

h2, .h2 {
  font-size: 24px;
  margin: 24px 0
}

.col-row h2 {
  margin-top: 0
}

h3, .h3 {
  font-size: 24px
}

h4, .h4 {
  font-size: 18px
}

h5, .h5 {
  font-size: 16px
}

h6, .h6 {
  font-size: 16px
}

p {
  margin: 0 0 1em;
  line-height: 1.5em
}

.txt-left {
  text-align: left
}

.txt-right {
  text-align: right
}

.txt-center {
  text-align: center
}

.txt-justify {
  text-align: justify
}

.txt-nowrap {
  white-space: nowrap
}

ul, ol {
  margin-top: 0;
  margin-bottom: 10px
}

ul ul, ol ul, ul ol, ol ol {
  margin-bottom: 0
}

.list-unstyled {
  padding-left: 0;
  list-style: none
}

.list-inline {
  padding-left: 0;
  margin-left: -5px;
  list-style: none
}

.list-inline>li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px
}

dl {
  margin-top: 0;
  margin-bottom: 20px
}

dt, dd {
  line-height: 1.5em
}

dd {
  margin-left: 0
}

body {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}

@media (min-width: 1024px) {
  body {
    font-size: 18px
  }
}

.txt-italic {
  font-style: italic
}

.cg-wrap {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  overflow: hidden;
  max-width: 1230px
}

h1, h2 {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
}

h3, h4, h5, .h3, .h4, .h5 {
  font-family: "Roboto", sans-serif;
  font-weight: 700;}

@media (min-width: 767px) {
  .cg-wrap {
    margin: 0 15px
  }
  h1, .h1 {
    font-size: 42px
  }
  h2, .h2 {
    font-size: 34px
  }
  .section-box h2, .section-box .h2 {
    font-size: 30px;
  font-family: "Roboto", sans-serif;
  font-weight: 700;  }
}

@media (min-width: 1023px) {
  .cg-wrap {
    width: auto;
    margin: 0 50px
  }
}

@media (min-width: 1330px) {
  .cg-wrap {
    max-width: 1230px;
    margin: 0 auto
  }
}

@media (min-width: 980px) {
  .cg-wrap.max980 {
    max-width: 980px;
    margin: 0 auto
  }
}

@media (max-width: 767px) {
    
  h1, .h1 {
    font-size: 30px
      /*font-size: 1.4375rem;*/
  }
  h2, .h2 {
    font-size: 26px
  }
  .section-box h2, .section-box .h2 {
    font-size: 26px;
  font-family: "Roboto", sans-serif;
  font-weight: 700;  }
}

.cg-wrap-tight {
  margin-right: auto;
  margin-left: auto
}

.col-row {
  margin-right: -15px;
  margin-left: -15px;
  box-sizing: border-box
}

.col-row.clearrow {
  clear: both
}

.col-row ol, .col-row ul {
  margin-left: 15px
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  float: left;
  box-sizing: border-box
}

.col-xs-1 ol, .col-sm-1 ol, .col-md-1 ol, .col-lg-1 ol, .col-xs-2 ol, .col-sm-2 ol, .col-md-2 ol, .col-lg-2 ol, .col-xs-3 ol, .col-sm-3 ol, .col-md-3 ol, .col-lg-3 ol, .col-xs-4 ol, .col-sm-4 ol, .col-md-4 ol, .col-lg-4 ol, .col-xs-5 ol, .col-sm-5 ol, .col-md-5 ol, .col-lg-5 ol, .col-xs-6 ol, .col-sm-6 ol, .col-md-6 ol, .col-lg-6 ol, .col-xs-7 ol, .col-sm-7 ol, .col-md-7 ol, .col-lg-7 ol, .col-xs-8 ol, .col-sm-8 ol, .col-md-8 ol, .col-lg-8 ol, .col-xs-9 ol, .col-sm-9 ol, .col-md-9 ol, .col-lg-9 ol, .col-xs-10 ol, .col-sm-10 ol, .col-md-10 ol, .col-lg-10 ol, .col-xs-11 ol, .col-sm-11 ol, .col-md-11 ol, .col-lg-11 ol, .col-xs-12 ol, .col-sm-12 ol, .col-md-12 ol, .col-lg-12 ol {
  margin-left: 15px;
  padding-left: 15px
}

.col-xs-1 ul, .col-sm-1 ul, .col-md-1 ul, .col-lg-1 ul, .col-xs-2 ul, .col-sm-2 ul, .col-md-2 ul, .col-lg-2 ul, .col-xs-3 ul, .col-sm-3 ul, .col-md-3 ul, .col-lg-3 ul, .col-xs-4 ul, .col-sm-4 ul, .col-md-4 ul, .col-lg-4 ul, .col-xs-5 ul, .col-sm-5 ul, .col-md-5 ul, .col-lg-5 ul, .col-xs-6 ul, .col-sm-6 ul, .col-md-6 ul, .col-lg-6 ul, .col-xs-7 ul, .col-sm-7 ul, .col-md-7 ul, .col-lg-7 ul, .col-xs-8 ul, .col-sm-8 ul, .col-md-8 ul, .col-lg-8 ul, .col-xs-9 ul, .col-sm-9 ul, .col-md-9 ul, .col-lg-9 ul, .col-xs-10 ul, .col-sm-10 ul, .col-md-10 ul, .col-lg-10 ul, .col-xs-11 ul, .col-sm-11 ul, .col-md-11 ul, .col-lg-11 ul, .col-xs-12 ul, .col-sm-12 ul, .col-md-12 ul, .col-lg-12 ul {
  margin-left: 0;
  padding-left: 1em
}

.col-md-4 ul.mgnl20, .col-md-5 ul.mgnl20, .col-md-6 ul.mgnl20, .col-md-7 ul.mgnl20, .col-md-8 ul.mgnl20, .col-md-12 ul.mgnl20, .col-md-4 ol.mgnl20, .col-md-5 ol.mgnl20, .col-md-6 ol.mgnl20, .col-md-7 ol.mgnl20, .col-md-8 ol.mgnl20, .col-md-12 ol.mgnl20 {
  margin-left: 20px
}

.col-md-4 ul.padl20, .col-md-5 ul.padl20, .col-md-6 ul.padl20, .col-md-7 ul.padl20, .col-md-8 ul.padl20, .col-md-12 ul.padl20, .col-md-4 ol.padl20, .col-md-5 ol.padl20, .col-md-6 ol.padl20, .col-md-7 ol.padl20, .col-md-8 ol.padl20, .col-md-12 ol.padl20 {
  padding-left: 20px
}

@media (max-width: 767px) {
  .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    float: left
  }
  .col-xs-12 {
    width: 100%
  }
  .col-xs-11 {
    width: 91.66666667%
  }
  .col-xs-10 {
    width: 83.33333333%
  }
  .col-xs-9 {
    width: 75%
  }
  .col-xs-8 {
    width: 66.66666667%
  }
  .col-xs-7 {
    width: 58.33333333%
  }
  .col-xs-6 {
    width: 50%
  }
  .col-xs-5 {
    width: 41.66666667%
  }
  .col-xs-4 {
    width: 33.33333333%
  }
  .col-xs-3 {
    width: 25%
  }
  .col-xs-2 {
    width: 16.66666667%
  }
  .col-xs-1 {
    width: 8.33333333%
  }
}

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left
  }
  .col-sm-12 {
    width: 100%
  }
  .col-sm-11 {
    width: 91.66666667%
  }
  .col-sm-10 {
    width: 83.33333333%
  }
  .col-sm-9 {
    width: 75%
  }
  .col-sm-8 {
    width: 66.66666667%
  }
  .col-sm-7 {
    width: 58.33333333%
  }
  .col-sm-6 {
    width: 50%
  }
  .col-sm-5 {
    width: 41.66666667%
  }
  .col-sm-4 {
    width: 33.33333333%
  }
  .col-sm-3 {
    width: 25%
  }
  .col-sm-2 {
    width: 16.66666667%
  }
  .col-sm-1 {
    width: 8.33333333%
  }
}

@media (min-width: 1024px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left
  }
  .col-md-12 {
    width: 100%
  }
  .col-md-11 {
    width: 91.66666667%
  }
  .col-md-10 {
    width: 83.33333333%
  }
  .col-md-9 {
    width: 75%
  }
  .col-md-8 {
    width: 66.66666667%
  }
  .col-md-7 {
    width: 58.33333333%
  }
  .col-md-6 {
    width: 50%
  }
  .col-md-5 {
    width: 41.66666667%
  }
  .col-md-4 {
    width: 33.33333333%
  }
  .col-md-3 {
    width: 25%
  }
  .col-md-2 {
    width: 16.66666667%
  }
  .col-md-1 {
    width: 8.33333333%
  }
}

@media (min-width: 768px) {
  .col-row .col-md-7.col-flr, .col-row .col-md-6.col-flr, .col-row .col-md-5.col-flr {
    float: right
  }
}


/*! grid _end */

.col-ft-4, .col-ft-6 {
  position: relative;
  min-height: 1px;
  padding-right: 1px;
  padding-left: 1px;
  float: left
}

.col-ft-4 {
  width: 33.333333%
}

.col-ft-6 {
  width: 50%
}

@media (max-width: 767px) {
  .col-ft-6 {
    width: 100%
  }
}

h1.h1-border {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0.5em 0;
  line-height: 1em;
  text-align: center;
  border-bottom: solid 1px #ccc
}

h1 .caption {
  font-size: 16px
}

h1.product-tpl {
  margin-bottom: 0;
  border-bottom: solid 1px #ccc;
  text-align: center
}

h1 .sub-ttl {
  font-size: 0.5em;
  margin-bottom: 0.5em
}

h1 .sub-ttl.last {
  margin-bottom: 0;
  margin-top: 0.5em
}

.section-box {
  display: block;
  clear: both;
  overflow: hidden;
  width: 100%;
  padding: 30px 0 60px
}

.section-box.ww-line, .ww-line {
  border-bottom: solid 2px #FFF
}

.after-ww-line:after {
  display: block;
  content: "";
  width: 100%;
  height: 2px;
  background-color: #FFF;
  clear: both
}

.newsroom h1 {
  display: block;
  text-align: center;
  line-height: 1em;
  margin: 0;
  padding: 18px 0 16px;
  border-bottom: solid 1px #ccc
}

.col-row h2 {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
}

h2.expand-ttl {
  margin: 0 0 2px
}

h2.expand-ttl .cg-wrap {
  font-size: 24px;
  display: block;
  line-height: 1.3;
  padding: 1em 60px 0.9em 15px;
  position: relative
}

h2.expand-ttl .cg-wrap .expand-opener {
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -30px;
  right: 10px;
  width: 60px;
  height: 60px;
  contents: " ";
  background: url(/00cmn/img/common/nav-arrow-dwn.png) no-repeat center center;
  cursor: pointer
}

h2.expand-ttl .cg-wrap .expand-opener.active {
  background-image: url(/00cmn/img/common/nav-arrow-up.png)
}

.expand-child {
  display: block;
  overflow: hidden;
  padding-bottom: 60px
}

.expand-child h3 {
  background-color: #888;
  margin: 10px 0;
  color: #FFF;
  padding: 0.4em 1em;
  height: 3em;
  display: table;
  width: 100%;
  vertical-align: middle
}

.expand-child h3 span {
  height: 2.2em;
  line-height: 1em;
  color: #FFF;
  display: table-cell;
  vertical-align: middle
}

.expand-child h3 span a {
  color: #fff
}

.expand-child h3 span a.ico-other {
  background-image: url(/00cmn/img/common/link-window-w.png)
}

@media (max-width: 767px) {
  h2.expand-ttl .cg-wrap {
    font-size: 20px;
    line-height: 1.1em
  }
}

@media (max-width: 1024px) {
  .expand-child h3 span {
    font-size: 20px
  }
}

.link-txt a {
  font-size: 20px;
  line-height: 32px;
  padding-right: 32px;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  background: url(../img/common/nav-arrow.png) no-repeat right center
}

.link-txt a:hover {
  opacity: 0.8
}

.link-txt a.arw-m {
  font-size: 20px;
  line-height: 32px;
  padding-right: 32px;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  background: url(../img/common/ico-s-arrow-bk.png) no-repeat right center
}

.link-txt.txt-cw a.arw-m {
  background-image: url(/00cmn/img/common/ico-s-arrow-w.png)
}

.link-txt.txt-g8 a.arw-m {
  background-image: url(/00cmn/img/common/ico-s-arrow-g.png)
}

.link-txt.txt-rd a.arw-m {
  background-image: url(/00cmn/img/common/ico-s-arrow-r.png)
}

.link-txt.txt-bk a.arw-m {
  background-image: url(/00cmn/img/common/ico-s-arrow-bk.png)
}

h2.link-txt a.arw-l, .link-txt a.arw-l, h3.link-txt a.arw-l {
  font-size: 30px;
  background-image: url(/00cmn/img/common/link-arrow-bk.png);
  padding: 5px 45px 5px 0;
  background-position: right center;
  background-repeat: no-repeat
}

.link-txt.txt-cw a.arw-l {
  background-image: url(/00cmn/img/common/link-arrow-w.png)
}

.link-txt.txt-g8 a.arw-l {
  background-image: url(/00cmn/img/common/link-arrow-g.png)
}

.link-txt.txt-rd a.arw-l {
  background-image: url(/00cmn/img/common/link-arrow-r.png)
}

a.link-line, a .link-line {
  text-decoration: underline
}

.txt-link {
  padding-right: 30px !important;
  background: url(/00cmn/img/common/nav-arrow.png) no-repeat 100% 50%
}

.ico-call {
  background-image: url(/00cmn/img/common/ico-call-g.png);
  background-repeat: no-repeat;
  background-position: 0 center;
  padding-left: 25px;
  background-size: 20px
}

a.ico-pdf {
  display: inline-block;
  padding: 8px 32px 8px 0px;
  position: relative;
  font-size: 16px;
  line-height: 1
}

a.ico-pdf:after {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  right: 0;
  width: 32px;
  height: 32px;
  background: url(/00cmn/img/common/link-pdf-r.png) no-repeat center center;
  background-size: 32px
}

ul.link-arw li {
  list-style: none;
  padding-bottom: 0.5em
}

ul.link-arw li a {
  background: url(/00cmn/img/common/icon_link.png) no-repeat right center;
  padding-right: 25px;
  line-height: 1.5;
  padding: 8px 25px 8px 0
}

ul.link-arw li a:hover {
  text-decoration: underline
}

.txt-cw, .txt-cw a, .link-txt.txt-cw a {
  color: #FFF
}

.txt-g6, .txt-g6 a, .link-txt.txt-g6 a {
  color: #666
}

.txt-g8, .txt-g8 a, .link-txt.txt-g8 a {
  color: #888
}

.txt-rd, .txt-rd a, .link-txt.txt-rd a {
  color: #c7000b
}

.txt-bk, .txt-bk a, .link-txt.txt-bk a {
  color: #000
}

.txt-light {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
}

.txt-bold {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
}

.txt-shdw803 {
  text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3)
}

.indnt1em {
  display: inline-block;
  padding-left: 1.2em;
  text-indent: -1.2em
}

.indnt1hfem {
  display: inline-block;
  padding-left: 1.5em;
  text-indent: -1.5em
}

.indnt2em {
  padding-left: 2em;
  text-indent: -2em
}

b, strong {
  font-weight: normal;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
}

.table100 {
  display: table;
  width: 100%
}

.conts-vbox {
  display: table-cell;
  vertical-align: middle;
  margin: 0 auto
}

.conts-vbox h2 span.arw-l {
  background-image: url(/00cmn/img/common/link-arrow-bk.png);
  background-position: right center;
  background-repeat: no-repeat;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 22px;
  background-size: 19px;
  padding-right: 32px
}

.conts-vbox h2.txt-cw span.arw-l {
  background-image: url(/00cmn/img/common/link-arrow-w.png);
  color: #FFF
}

.conts-vbox h2.txt-g8 span.arw-l {
  background-image: url(/00cmn/img/common/link-arrow-g.png);
  color: #888
}

.conts-vbox h2.txt-rd span.arw-l {
  background-image: url(/00cmn/img/common/link-arrow-r.png);
  color: #c7000b
}

.conts-vbox h3 {
  margin: 0 auto
}

.ttl-box p {
  margin: 0 auto;
  text-align: center
}

.table-cntr {
  display: table;
  margin: 0 auto
}

.box-topic {
  display: block;
  border-radius: 8px;
  padding: 30px;
  box-sizing: border-box;
  overflow: hidden
}

.box-topic h2, .box-topic h3 {
  margin-top: 0
}

.box-topic.brd1 {
  border: solid 1px #888
}

.inquiryContent {
  padding-left: 70px;
  background: url(/00cmn/img/common/ico-call-64g.png) no-repeat top left;
  background-size: 64px
}

.inquiryContent h4 {
  border-bottom: solid 2px #ccc;
  padding-bottom: 10px;
  margin: 10px 0
}

.box-topic dl {
  margin-bottom: 0
}

.box-topic.brd1red {
  border: solid 1px #C03
}

#top-news .cg-wrap {
  overflow: visible
}

.bg-slide1, .bg-slide2, .bg-slide3, .bg-slide4, .bg-slide5 {
  background-repeat: none;
  background-size: 100%;
  background-position: center center
}

@media (max-width: 767px) {
  .sp-slide .table100 {
    width: 100%;
    padding: 10px 0;
    overflow: hidden
  }
  .sp-slide .table100 h3 {
    font-size: 20px
  }
  .bg-slide1, .bg-slide2, .bg-slide3, .bg-slide4, .bg-slide5 {
    background-size: 100%;
    background-position: center top
  }
  .bg-slide1.img-vbtm, .bg-slide2.img-vbtm, .bg-slide3.img-vbtm, .bg-slide4.img-vbtm, .bg-slide5.img-vbtm {
    background-size: 100%;
    background-position: center bottom
  }
}

@media (min-width: 767px) {
  #slide1 .col-md-5, #slide2 .col-md-5, #slide3 .col-md-5, #slide4 .col-md-5, #slide5 .col-md-5 {
    background-color: transparent !important
  }
}

.c-outline-dl {
  border-top: 1px solid #888;
  border-bottom: 1px solid #888;
  overflow: hidden
}

.c-outline-dl.half {
  width: 50%
}

.c-outline-dl dl {
  display: block;
  border-top: 1px dotted #888;
  clear: both;
  overflow: hidden;
  margin: 0;
  box-sizing: border-box
}

.c-outline-dl dl:first-child {
  border: 0
}

.c-outline-dl dl:nth-child(2n+1) {
  background-color: #fefefe
}

.c-outline-dl dl:nth-child(2n+0) {
  background-color: #f3f3f3
}

.c-outline-dl dl .c-has-children dl {
  background-color: transparent
}

.c-outline-dl dt {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  clear: both;
  float: left;
  width: 30%;
  padding: 10px 20px 10px 10px;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
}

.c-outline-dl dd {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  width: 70%;
  padding: 10px 10px 10px 20px
}

.c-outline-dl.type1 dt {
  width: 12%
}

.c-outline-dl.type1 dd {
  width: 88%
}

@media (max-width: 500px) {
  .c-outline-dl.sp-fullwide dl:nth-child(2n+1), .c-outline-dl dl:nth-child(2n+0) {
    background-color: inherit
  }
  .c-outline-dl.sp-fullwide dt {
    width: 100%;
    background-color: #fff
  }
  .c-outline-dl.sp-fullwide dd {
    width: 100%;
    background-color: #f3f3f3
  }
}

@media (max-width: 500px) {
  .c-outline-dl.sp-haschild dl:nth-child(2n+1), .c-outline-dl dl:nth-child(2n+0) {
    background-color: inherit
  }
  .c-outline-dl.sp-haschild dt {
    width: 100%;
    background-color: #fff
  }
  .c-outline-dl.sp-haschild .c-has-children dt {
    width: 100%;
    background-color: transparent
  }
  .c-outline-dl.sp-haschild dd {
    width: 100%;
    background-color: #f3f3f3
  }
  .c-outline-dl.sp-haschild .c-has-children dd {
    padding: 0 10px 10px 10px
  }
}

.box-topic dl dt, .box-topic dl dt {
  display: block;
  float: left
}

.box-topic dl dt {
  padding-right: 15px
}

.w-transline-dl {
  border-top: solid 1px #FFF;
  border-bottom: solid 1px #FFF;
  overflow: hidden
}

.w-transline-dl dl {
  width: 100%;
  border-top: dotted 1px #fff;
  color: #fff;
  margin: 0;
  padding: 0;
  overflow: hidden
}

.w-transline-dl dl::after {
  clear: both;
  content: "";
  zoom: 1;
  height: 0
}

.w-transline-dl dl:first-child {
  border: 0
}

.w-transline-dl dt, .w-transline-dl dd {
  display: inline-block;
  box-sizing: border-box;
  float: left;
  width: 100%
}

.w-transline-dl dt {
  display: inline-block;
  padding: 0.7em 0.5em 0 0.5em;
  box-sizing: border-box;
  float: left;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
}

.w-transline-dl dd {
  display: inline-block;
  padding: 0 0.5em 0.6em 0.5em;
  box-sizing: border-box;
  float: left
}

@media (min-width: 767px) {
  .w-transline-dl dt, .w-transline-dl dd {
    width: 100%
  }
}

@media (min-width: 1200px) {
  .w-transline-dl dt {
    width: 40%;
    padding: 0.7em 0.5em 0.6em 0.5em
  }
  .w-transline-dl dd {
    width: 60%;
    padding: 0.7em 0.5em 0.6em 0.5em
  }
}

.bgc-gf3 .dwnload-dl {
  border-top: 1px solid #888;
  border-bottom: 1px solid #888;
  overflow: hidden
}

.bgc-wh .dwnload-dl {
  border-top: 1px solid #888;
  border-bottom: 1px solid #888;
  overflow: hidden
}

.dwnload-dl dl {
  display: block;
  border-top: 1px dotted #888;
  clear: both;
  overflow: hidden;
  margin: 0;
  box-sizing: border-box
}

.dwnload-dl dl:first-child {
  border: 0
}

.bgc-gf3 .dwnload-dl dl:nth-child(2n+1) {
  background-color: #f6f6f6
}

.bgc-gf3 .dwnload-dl dl:nth-child(2n+0) {
  background-color: #efefef
}

.bgc-wh .dwnload-dl dl:nth-child(2n+1) {
  background-color: #f6f6f6
}

.bgc-wh .dwnload-dl dl:nth-child(2n+0) {
  background-color: #fefefe
}

.dwnload-dl dl .c-has-children dl {
  background-color: transparent
}

.dwnload-dl dt {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  clear: both;
  float: left;
  width: 50%;
  padding: 15px 20px 15px 10px;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
}

.dwnload-dl dd {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  width: 50%;
  padding: 15px 10px 15px 20px;
  text-align: right
}

.dwnload-dl dd.ico-pdf {
  padding-right: 50px;
  position: relative
}

.dwnload-dl dd.ico-pdf:before {
  content: " ";
  display: block;
  position: absolute;
  width: 32px;
  height: 32px;
  background: url(/00cmn/img/common/link-pdf-r.png) no-repeat center center;
  top: 50%;
  margin-top: -16px;
  right: 10px
}

.dwnload-dl dd.ico-rss {
  padding-right: 50px;
  position: relative
}

.dwnload-dl dd.ico-rss:before {
  content: " ";
  display: block;
  position: absolute;
  width: 32px;
  height: 32px;
  background: url(/00cmn/img/common/btn-rss.png) no-repeat center center;
  top: 50%;
  margin-top: -16px;
  right: 10px;
  background-size: contain
}

.dwnload-dl dd.ico-window {
  padding-right: 50px;
  position: relative
}

.dwnload-dl dd.ico-window:before {
  content: " ";
  display: block;
  position: absolute;
  width: 32px;
  height: 32px;
  background: url(/00cmn/img/common/link-window-r.png) no-repeat center center;
  top: 50%;
  margin-top: -16px;
  right: 10px;
  background-size: contain
}

.dwnload-dl dd.ico-xls {
  padding-right: 50px;
  position: relative
}

.dwnload-dl dd.ico-xls:before {
  content: " ";
  display: block;
  position: absolute;
  width: 32px;
  height: 32px;
  background: url(/00cmn/img/common/link-excel-r.png) no-repeat center center;
  top: 50%;
  margin-top: -16px;
  right: 10px;
  background-size: contain
}

.dwnload-dl dl a:hover dt {
  text-decoration: underline
}

.dwnload-dl dl a:hover dd {
  opacity: 0.7
}

.bgc-gf3 .dwnload-dl ul {
  overflow: hidden;
  margin: 0
}

.bgc-wh .dwnload-dl ul {
  overflow: hidden
}

.dwnload-dl li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  clear: both;
  float: left;
  width: 100%;
  padding: 15px 20px 15px 10px;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
}

.dwnload-dl li:first-child {
  border: 0
}

.bgc-gf3 .dwnload-dl li:nth-child(2n+1) {
  background-color: #f6f6f6
}

.bgc-gf3 .dwnload-dl li:nth-child(2n+0) {
  background-color: #efefef
}

.bgc-wh .dwnload-dl li:nth-child(2n+1) {
  background-color: #f6f6f6
}

.bgc-wh .dwnload-dl li:nth-child(2n+0) {
  background-color: #fefefe
}

.dwnload-dl li .c-has-children li {
  background-color: transparent
}

#secnd-navi {
  width: 100%;
  background-color: #efefef;
  position: relative;
  height: 80px
}

#secnd-navi .cg-wrap {
  position: relative;
  overflow: visible
}

#secnd-navi .cg-wrap .page-navi {
  display: table-cell;
  vertical-align: middle;
  font-size: 24px;
  width: 30%
}

#secnd-navi .cg-wrap ul, #secnd-navi .cg-wrap li {
  list-style: none
}

#secnd-navi .cg-wrap ul.page-list {
  display: table;
  position: absolute;
  top: 0;
  right: 0;
  width: 60%;
  height: 80px;
  text-align: right
}

#secnd-navi .cg-wrap ul.page-list li {
  display: inline-block;
  width: 20%;
  margin: 0;
  position: relative;
  float: left
}

#secnd-navi .cg-wrap ul.page-list li a {
  display: table-cell;
  height: 80px;
  vertical-align: middle;
  padding: 0.5em 0;
  text-align: left;
  line-height: 1.2em
}

#secnd-navi .cg-wrap ul.page-list li a.here {
  color: #c7000d
}

#secnd-navi .cg-wrap ul.page-list li ul.pdwn-menu {
  display: none;
  position: absolute;
  left: 0;
  top: 80px;
  border: solid 1px #ccc;
  border-top: 0;
  border-bottom: 0;
  width: 270px;
  z-index: 88;
  background-color: rgba(255, 255, 255, 0.9)
}

#secnd-navi .cg-wrap ul.page-list li ul.pdwn-menu li {
  display: block;
  padding: 0;
  border-bottom: solid 1px #ccc;
  width: 100%
}

#secnd-navi .cg-wrap ul.page-list li ul.pdwn-menu li a {
  display: block;
  white-space: nowrap;
  line-height: 1.2em;
  padding: 0.5em 1em;
  color: #333;
  height: auto
}

#secnd-navi .cg-wrap ul.page-list li ul.pdwn-menu li a:hover {
  background-color: #efefef
}

.arw-linebar {
  display: block;
  width: 100%;
  position: relative;
  height: 60px;
  overflow: hidden;
  border-top: solid 2px #FFF;
  background-color: #efefef
}

.arw-linebar:before {
  position: absolute;
  display: block;
  content: " ";
  background-color: #ccc;
  width: 50%;
  height: 60px;
  top: 0;
  left: 0;
  z-index: 0
}

.arw-linebar:after {
  position: absolute;
  display: block;
  content: " ";
  background-color: #efefef;
  width: 50%;
  height: 60px;
  top: 0;
  right: 0;
  z-index: -1
}

.arw-linebar .cg-wrap {
  background-color: #efefef;
  padding: 0
}

.arw-linebar .cg-wrap.fp-area {
  position: relative;
  background-color: #efefef;
  z-index: 2
}

ul.foot-print {
  display: table;
  list-style: none;
  margin: 0;
  padding: 0
}

ul.foot-print li {
  line-height: 1.2em;
  display: table-cell;
  vertical-align: middle;
  height: 60px;
  box-sizing: border-box
}

ul.foot-print li a, ul.foot-print li span {
  display: table-cell;
  vertical-align: middle;
  height: 60px;
  box-sizing: border-box;
  padding: 0 0 0 40px
}

ul.foot-print li span {
  display: inline-block;
  white-space: nowrap;
  max-width: 20em;
  text-overflow: ellipsis;
  overflow: hidden;
  height: 1.4em
}

ul.foot-print li a.ico-home {
  padding-left: 45px;
  background-color: #ccc;
  background-image: url(/00cmn/img/common/ico-home-w.png);
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: 15px center;
  position: relative
}

ul.foot-print li a.mark-ku {
  background-color: transparent;
  position: relative
}

ul.foot-print li a.ico-home:after {
  width: 0px;
  height: 60px;
  box-sizing: border-box;
  content: " ";
  border: 30px solid transparent;
  border-left: 30px solid #ccc;
  position: absolute;
  top: 0;
  right: -60px;
  z-index: 1
}

ul.foot-print li a.mark-ku:after {
  position: absolute;
  content: "";
  top: 9px;
  right: -20px;
  width: 42px;
  height: 42px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg)
}

@media (max-width: 767px) {
  .arw-line, .arw-linebar {
    display: none
  }
}

#gtdomain {
  display: block;
  overflow: hidden;
  padding-top: 36px;
  padding-bottom: 60px;
  clear: both
}

#gtdomain h2 {
  font-size: 50px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  color: #c7000b
}

.domain {
  display: block;
  width: 100%;
  text-align: center;
  padding-bottom: 50px
}

.domain img {
  max-width: 100%;
  height: auto
}

.domain .col-md-6 {
  padding: 0 70px;
  width: 50%;
  box-sizing: border-box
}

.domain .before, .domain .after {
  font-size: 50px;
  height: 140px;
  line-height: 130px
}

.domain .before {
  background: #555;
  color: #fff
}

.domain .after {
  background: url(/en/img/dotcanon/bg-dotcom.png) no-repeat #c7000b 0 50%;
  color: #fff
}

@media (max-width: 1024px) {
  .domain .before, .domain .after {
    height: 120px;
    line-height: 110px
  }
}

@media (max-width: 767px) {
  .domain .after {
    background: url(/en/img/dotcanon/bg-dotcom-smp.png) no-repeat 50% -25px #c00
  }
  .domain .before, .domain .after {
    height: 130px;
    line-height: 125px
  }
  .domain .col-md-6 {
    width: 100%
  }
}

@media (max-width: 480px) {
  .domain .before, .domain .after {
    height: 100px;
    line-height: 90px
  }
  #gtdomain h2 {
    font-size: 24px
  }
}

.resp-video16-9 {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%
}

.resp-video4-3 {
  position: relative;
  width: 100%;
  padding-bottom: 75%
}

.cg-btn a {
  display: inline-block;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  padding: 0.85em 40px 1em;
  margin: 1px 0;
  font-size: 18px;
  line-height: 1em;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid #333;
  /*background-image: url(/00cmn/img/common/nav-arrow-g.png);*/
  background-repeat: no-repeat;
  background-position: right center;
  box-sizing: border-box
}

.cg-btn a.btn-m {
  padding: 0.3em 2em 0.45em
}

.cg-btn a:hover, .cg-btn a:focus, .cg-btn a.focus {
  opacity: 0.5;
  text-decoration: none
}

.cg-btn a:active, .cg-btn a.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125)
}

.cg-btn a.btn-default {
  color: #c7000b;
  border: 1px solid #c7000b;
  /*background-image: url(../img/common/nav-arrow-r.png)*/
  /*background-image: url(../img/common/nav-arrow-r.png)*/
}

.cg-btn a.btn-white {
  color: #fff;
  border: 1px solid #fff;
  /*background-image: url(../img/common/nav-arrow-w.png)*/
}

.cg-btn a.btn-gray {
  color: #fff;
  background-color: #888;
  border: 1px solid #888;
  /*background-image: url(../img/common/nav-arrow-w.png)*/
}

.cg-btn a.btn-gray-border {
  color: #888;
  border: 1px solid #888;
  /*background-image: url(../img/common/nav-arrow-g.png)*/
}

.cg-btn a.btn-back {
  /*background-image: url(/00cmn/img/common/nav-arrow-l-g.png);*/
  background-position: left center
}

.cg-btn a.btn-default.btn-back {
  /*background-image: url(/00cmn/img/common/nav-arrow-l-r.png);*/
  background-position: left center
}

.cg-btn a.btn-white.btn-back {
  /*background-image: url(/00cmn/img/common/nav-arrow-l-w.png);*/
  background-position: left center
}

.cg-btn a.btn-gray.btn-back {
  /*background-image: url(/00cmn/img/common/nav-arrow-l-w.png);*/
  background-position: left center
}

.ico-other {
  display: inline-block;
  /*background-image: url(../img/common/link-window-g.png);*/
  background-repeat: no-repeat;
  background-position: right center;
  padding-right: 22px;
  background-size: 20px
}

.btn-default .ico-other {
  background-image: url(../img/common/link-window-r.png)
}

.btn-white .ico-other {
  background-image: url(../img/common/link-window-w.png)
}

.btn-gray .ico-other {
  background-image: url(../img/common/link-window-w.png)
}

.cg-btn.btn-flr {
  float: right
}

#page-navi {
  padding: 10px 0;
  text-align: center
}

#page-navi ul {
  display: inline-block;
  margin: 10px auto
}

#page-navi ul:after {
  content: "";
  clear: both;
  width: 100%;
  display: block;
  height: 1xp
}

#page-navi ul li {
  float: left;
  list-style: none;
  margin-right: 8px;
  font-size: 14px
}

#page-navi ul li.next, #page-navi ul li.prev {
  padding: 5px 0
}

#page-navi ul li a span {
  display: block;
  padding: 8px 0 7px 0;
  width: 29px;
  height: 29px;
  line-height: 1;
  color: #333;
  background: #f0f0f0;
  border-radius: 2px;
  text-align: center
}

#page-navi ul li span {
  display: block;
  padding: 8px 0 7px 0;
  width: 29px;
  height: 29px;
  line-height: 1;
  color: #fff;
  background: #afafaf;
  border-radius: 2px;
  text-align: center
}

.notice, .col-xs-1 ul.notice, .col-sm-1 ul.notice, .col-md-1 ul.notice, .col-lg-1 ul.notice, .col-xs-2 ul.notice, .col-sm-2 ul.notice, .col-md-2 ul.notice, .col-lg-2 ul.notice, .col-xs-3 ul.notice, .col-sm-3 ul.notice, .col-md-3 ul.notice, .col-lg-3 ul.notice, .col-xs-4 ul.notice, .col-sm-4 ul.notice, .col-md-4 ul.notice, .col-lg-4 ul.notice, .col-xs-5 ul.notice, .col-sm-5 ul.notice, .col-md-5 ul.notice, .col-lg-5 ul.notice, .col-xs-6 ul.notice, .col-sm-6 ul.notice, .col-md-6 ul.notice, .col-lg-6 ul.notice, .col-xs-7 ul.notice, .col-sm-7 ul.notice, .col-md-7 ul.notice, .col-lg-7 ul.notice, .col-xs-8 ul.notice, .col-sm-8 ul.notice, .col-md-8 ul.notice, .col-lg-8 ul.notice, .col-xs-9 ul.notice, .col-sm-9 ul.notice, .col-md-9 ul.notice, .col-lg-9 ul.notice, .col-xs-10 ul.notice, .col-sm-10 ul.notice, .col-md-10 ul.notice, .col-lg-10 ul.notice, .col-xs-11 ul.notice, .col-sm-11 ul.notice, .col-md-11 ul.notice, .col-lg-11 ul.notice, .col-xs-12 ul.notice, .col-sm-12 ul.notice, .col-md-12 ul.notice, .col-lg-12 ul.notice {
  margin: 0;
  padding: 0
}

.notice {
  font-size: 0.8em
}

li>.notice:last-of-type {
  margin-bottom: 0
}

.notice li {
  position: relative;
  list-style: none;
  margin-bottom: 0.5em
}

.notice li .marker {
  position: absolute;
  top: 0;
  left: 0
}

.noticeList1 li {
  padding-left: 1em
}

.noticeList2 li {
  padding-left: 2em
}

.noticeList3 li {
  padding-left: 3em
}

.notice li img.icon {
  width: 14px;
  height: auto
}

th.center, td.center, tr.center th, tr.center td {
  text-align: center
}

th.right, td.right, tr.right th, tr.right td {
  text-align: right
}

.td-center td {
  text-align: center
}

th.nowrap, td.nowrap, tr.nowrap th, tr.nowrap td {
  white-space: nowrap
}

.table0 {
  border-top: 4px solid #888
}

.table0 th {
  color: #000;
  background: #ddd;
  padding: 5px;
  font-weight: normal;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
}

.table0 td {
  background: #f3f3f3;
  padding: 5px
}

.table0 tr:nth-child(odd) td {
  background: #fefefe
}

.table0.noStripe tr:nth-child(odd) td {
  background: #f3f3f3
}

.table0.pad2em th, .table0.pad2em td {
  padding: 5px 2em
}

.table1 {
  width: 100%;
  border-top: 4px solid #555
}

.table1 th {
  color: #000;
  background: #ddd;
  padding: 5px;
  font-weight: normal;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
}

.table1 td { background: #f3f3f3; padding: 5px; border-bottom: 1px dotted #888;}

.table1 tr:nth-child(odd) td {
  background: #fefefe
}

.table1.noStripe tr:nth-child(odd) td {
  background: #f3f3f3
}

.table1 td.padr20, .table0 td.padr20 {
  padding: 5px 20px 5px 5px
}

.tableb {
  border-top: 4px solid #555
}

.tableb th {
  color: #000;
  background: #ddd;
  padding: 5px;
  border-bottom: solid 1px #ccc;
  font-weight: normal;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
}

.tableb td {
  background: #f3f3f3;
  padding: 5px;
  border-bottom: solid 1px #ccc
}

.tableb tr:nth-child(odd) td {
  background: #fefefe
}

.tableb.noStripe tr:nth-child(odd) td {
  background: #f3f3f3
}

table.nobdr, table.nobdr th, table.nobdr td {
  border: 0;
  background: none;
  padding: 0;
  line-height: inherit;
  vertical-align: top
}

.tbl-box {
  display: table;
  margin: 0 -15px
}

.col-tbl-4 {
  display: table-cell;
  vertical-align: top;
  width: 33.33333%;
  padding: 0 15px;
  float: none;
  box-sizing: border-box
}

.col-tbl-4>div.inner {
  display: inline-block;
  height: 100%;
  padding: 0px 20px 20px
}

.col-tbl-4>div.inner h3 {
  margin-top: 20px;
  font-size: 20px
}

.col-tbl-4>div.inner p {
  margin-bottom: 20px
}

@media (max-width: 767px) {
  .tbl-box {
    display: block;
    margin: 0 -15px
  }
  .col-tbl-4 {
    display: inline-block;
    width: 100%;
    margin-bottom: 20px
  }
  .col-tbl-4>div.inner p {
    margin-bottom: 0px
  }
}

.table.d-profile {
  max-width: 800px;
  margin: 0 auto
}

.table.d-profile td {
  vertical-align: top
}

.table.d-profile td p {
  font-size: 0.875em
}

.table.d-profile td h4 {
  margin: 15px 0 10px
}

.bgc-wh {
  background-color: #FFF
}

.bgc-gf3 {
  background-color: #f3f3f3
}

.bgc-gef {
  background-color: #efefef
}

.bgc-gray {
  background-color: #ccc
}

.bgc-g8 {
  background-color: #888
}

.bgc-bk {
  background-color: #000
}

.bgc-v01 {
  background-color: #c7000b;
  background-color: #c7000b
}

.bgc-v02 {
  background-color: #cb4800;
  background-color: #cb4800
}

.bgc-v03 {
  background-color: #d07100;
  background-color: #d07100
}

.bgc-v04 {
  background-color: #d8a500;
  background-color: #d8a500
}

.bgc-v05 {
  background-color: #ddc300;
  background-color: #ddc300
}

.bgc-v06 {
  background-color: #5fa224;
  background-color: #5fa224
}

.bgc-v07 {
  background-color: #00873c;
  background-color: #00873c
}

.bgc-v08 {
  background-color: #008b93;
  background-color: #008b93
}

.bgc-v09 {
  background-color: #006bae;
  background-color: #006bae
}

.bgc-v10 {
  background-color: #00428e;
  background-color: #00428e
}

.bgc-v11 {
  background-color: #5d0c75;
  background-color: #5d0c75
}

.bgc-v12 {
  background-color: #ac0070;
  background-color: #ac0070
}

.bgc-vp01 {
  background-color: rgba(199, 0, 11, 0.2)
}

.bgc-vp02 {
  background-color: rgba(203, 72, 0, 0.2)
}

.bgc-vp03 {
  background-color: rgba(208, 113, 0, 0.2)
}

.bgc-vp04 {
  background-color: rgba(216, 165, 0, 0.2)
}

.bgc-vp05 {
  background-color: rgba(221, 195, 0, 0.2)
}

.bgc-vp06 {
  background-color: rgba(95, 162, 36, 0.2)
}

.bgc-vp07 {
  background-color: rgba(0, 135, 60, 0.2)
}

.bgc-vp08 {
  background-color: rgba(0, 139, 147, 0.2)
}

.bgc-vp09 {
  background-color: rgba(0, 107, 174, 0.2)
}

.bgc-vp10 {
  background-color: rgba(0, 66, 142, 0.2)
}

.bgc-vp11 {
  background-color: rgba(93, 12, 117, 0.2)
}

.bgc-vp12 {
  background-color: rgba(172, 0, 112, 0.2)
}

.bgc-n01 {
  background-color: #bc5e3e;
  background-color: #bc5e3e
}

.bgc-n02 {
  background-color: #c08158;
  background-color: #c08158
}

.bgc-n03 {
  background-color: #cda166;
  background-color: #cda166
}

.bgc-n04 {
  background-color: #dbc073;
  background-color: #dbc073
}

.bgc-n05 {
  background-color: #ddcf78;
  background-color: #ddcf78
}

.bgc-n06 {
  background-color: #9db465;
  background-color: #9db465
}

.bgc-n07 {
  background-color: #57957b;
  background-color: #57957b
}

.bgc-n08 {
  background-color: #629a99;
  background-color: #629a99
}

.bgc-n09 {
  background-color: #4c8cb4;
  background-color: #4c8cb4
}

.bgc-n10 {
  background-color: #64719f;
  background-color: #64719f
}

.bgc-n11 {
  background-color: #845b8c;
  background-color: #845b8c
}

.bgc-n12 {
  background-color: #a56585;
  background-color: #a56585
}

.bgc-p01 {
  background-color: #ebccbc;
  background-color: #ebccbc
}

.bgc-p02 {
  background-color: #ecd5c1;
  background-color: #ecd5c1
}

.bgc-p03 {
  background-color: #edddc5;
  background-color: #edddc5
}

.bgc-p04 {
  background-color: #efe5ca;
  background-color: #efe5ca
}

.bgc-p05 {
  background-color: #f0eccd;
  background-color: #f0eccd
}

.bgc-p06 {
  background-color: #e1e6cc;
  background-color: #e1e6cc
}

.bgc-p07 {
  background-color: #c8dcca;
  background-color: #c8dcca
}

.bgc-p08 {
  background-color: #c6dee4;
  background-color: #c6dee4
}

.bgc-p09 {
  background-color: #c6d3e4;
  background-color: #c6d3e4
}

.bgc-p10 {
  background-color: #c5cbdf;
  background-color: #c5cbdf
}

.bgc-p11 {
  background-color: #d3c5d9;
  background-color: #d3c5d9
}

.bgc-p12 {
  background-color: #eacfdb;
  background-color: #eacfdb
}

.clearfix {
  *zoom: 1
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden
}

img.img-fit {
  width: 100%;
  height: auto
}

@media (max-width: 767px) {
  img.sp-fit {
    width: 100%;
    height: auto
  }
}

.pad0 {
  padding: 0
}

.pad10 {
  padding: 10px
}

.pad20 {
  padding: 20px
}

.pad30 {
  padding: 30px
}

.pad50 {
  padding: 50px
}

.padt10 {
  padding-top: 10px
}

.padt20 {
  padding-top: 20px
}

.padt30 {
  padding-top: 30px
}

.padt50 {
  padding-top: 50px
}

.padt-30 {
  padding-top: -30px
}

.padt-50 {
  padding-top: -50px
}

.padb10 {
  padding-bottom: 10px
}

.padb20 {
  padding-bottom: 20px
}

.padb30 {
  padding-bottom: 30px
}

.padb50 {
  padding-bottom: 60px
}

.padb60 {
  padding-bottom: 50px
}

.padl10 {
  padding-left: 10px
}

.padl20 {
  padding-left: 20px
}

.padl30 {
  padding-left: 30px
}

.padl50 {
  padding-left: 50px
}

.padr10 {
  padding-right: 10px
}

.padr20 {
  padding-right: 20px
}

.padr30 {
  padding-right: 30px
}

.padr50 {
  padding-right: 50px
}

.padlr5 {
  padding-left: 5px;
  padding-right: 5px
}

.mgn0 {
  margin: 0
}

.mgn10 {
  margin: 10px
}

.mgn20 {
  margin: 20px
}

.mgn30 {
  margin: 30px
}

.mgn50 {
  margin: 50px
}

.mgnt10 {
  margin-top: 10px
}

.mgnt20 {
  margin-top: 20px
}

.mgnt30 {
  margin-top: 30px
}

.mgnt50 {
  margin-top: 50px
}

.mgnt-30 {
  margin-top: -30px
}

.mgnt-50 {
  margin-top: -50px
}

.mgnb2 {
  margin-bottom: 2px
}

.mgnb10 {
  margin-bottom: 10px
}

.mgnb20 {
  margin-bottom: 20px
}

.mgnb30 {
  margin-bottom: 30px
}

.mgnb50 {
  margin-bottom: 50px
}

.mgnl10 {
  margin-left: 10px
}

.mgnl20 {
  margin-left: 20px
}

.mgnl30 {
  margin-left: 30px
}

.mgnl50 {
  margin-left: 50px
}

.mgnr10 {
  margin-right: 10px
}

.mgnr20 {
  margin-right: 20px
}

.mgnr30 {
  margin-right: 30px
}

.mgnr50 {
  margin-right: 50px
}

.w10p {
  width: 10%
}

.w15p {
  width: 15%
}

.w20p {
  width: 20%
}

.w25p {
  width: 25%
}

.w30p {
  width: 30%
}

.w33p {
  width: 33.33333%
}

.w35p {
  width: 35%
}

.w40p {
  width: 40%
}

.w50p {
  width: 50%
}

.w60p {
  width: 60%
}

.w65p {
  width: 65%
}

.w70p {
  width: 70%
}

.w75p {
  width: 75%
}

.w80p {
  width: 80%
}

.w85p {
  width: 85%
}

.w90p {
  width: 90%
}

.w100p {
  width: 100%
}

@media (min-width: 1024px) {
  p {
    line-height: 1.7em
  }
}

@media (min-width: 768px) {
  .cg-wrap p, .cg-wrap ul, .cg-wrap ol, .cg-wrap table {
    margin-bottom: 2em
  }
  .section-box .cg-wrap p, .section-box .cg-wrap ul, .section-box .cg-wrap ol, .section-box .cg-wrap table {
    margin-bottom: 2em
  }
  .cg-wrap ul.notice, .section-box .cg-wrap ul.notice {
    margin-bottom: 2.5em
  }
  .section-box .cg-wrap p:last-child, .section-box .cg-wrap ul:last-child, .section-box .cg-wrap ol:last-child, .section-box .cg-wrap table:last-child, .cg-wrap .box-topic p:last-child, .cg-wrap .box-topic ul:last-child {
    margin-bottom: 0em
  }
}

@media (max-width: 767px) {
  .section-box .cg-wrap p:last-child, .section-box .cg-wrap ul:last-child, .section-box .cg-wrap ol:last-child, .section-box .cg-wrap table:last-child {
    margin-bottom: 1em
  }
  .section-box {
    padding-bottom: 30px
  }
}

@media (min-width: 768px) {
  .cg-wrap p+p, .cg-wrap p+.notice, .cg-wrap p+.normal, .cg-wrap p+ul, .cg-wrap p+ol, .cg-wrap p+table, .cg-wrap ul+ul, .cg-wrap ul+.notice, .cg-wrap ul+.normal, .cg-wrap ol+.notice, .cg-wrap table+.notice {
    margin-top: 0;
    margin-bottom: 2em
  }
  .cg-wrap p+.notice, .cg-wrap ul+.notice, .cg-wrap ol+.notice {
    margin-bottom: 2.5em
  }
  .section-box .cg-wrap p+p, .section-box .cg-wrap p+.notice, .section-box .cg-wrap p+.normal, .section-box .cg-wrap p+ul, .section-box .cg-wrap p+ol, .section-box .cg-wrap p+table, .section-box .cg-wrap ul+ul, .section-box .cg-wrap ul+.notice, .section-box .cg-wrap ul+.normal, .section-box .cg-wrap ol+.notice, .section-box .cg-wrap table+.notice {
    margin-top: 0;
    margin-bottom: 2em
  }
  .section-box .cg-wrap p+.notice, .section-box .cg-wrap ul+.notice, .section-box .cg-wrap ol+.notice {
    margin-bottom: 2.5em
  }
  .cg-wrap .wide-mgn p+p, .section-box .wide-mgn .cg-wrap p+p {
    margin-top: 0
  }
  .section-box .cg-wrap p.ico-call, .cg-wrap p+p.ico-call {
    margin-top: -1.5em
  }
}

.cg-wrap .box-topic p, .cg-wrap .box-topic p+p, .cg-wrap .box-topic ul, .cg-wrap .box-topic p+ul {
  margin-top: 0;
  margin-bottom: 0.5em
}

.section-box .cg-wrap p+h2, .section-box .cg-wrap p+h3 {
  margin-top: 10px
}

h2, .h2, h3, .h3, h4, .h4 {
  margin-bottom: 1em
}

.sign {
  width: 30%;
  height: auto
}

@media (max-width: 767px) {
  .sign {
    width: 60%;
    height: auto
  }
}

.c-outline-dl.wt20 dt {
  width: 20%
}

.c-outline-dl.wt20 dd {
  width: 80%
}

@media (max-width: 500px) {
  .c-outline-dl.wt20 dt {
    width: 100%
  }
  .c-outline-dl.wt20 dd {
    width: 100%
  }
}

.c-outline-dl.wt40 dt {
  width: 40%
}

.c-outline-dl.wt40 dd {
  width: 60%
}

@media (max-width: 500px) {
  .c-outline-dl.wt40 dt {
    width: 100%
  }
  .c-outline-dl.wt40 dd {
    width: 100%
  }
}

.c-outline-dl.wt50 dt {
  width: 50%
}

.c-outline-dl.wt50 dd {
  width: 50%
}

@media (max-width: 500px) {
  .c-outline-dl.wt50 dt {
    width: 100%
  }
  .c-outline-dl.wt50 dd {
    width: 100%
  }
}

.c-outline-dl.wt60 dt {
  width: 60%
}

.c-outline-dl.wt60 dd {
  width: 40%
}

@media (max-width: 500px) {
  .c-outline-dl.wt60 dt {
    width: 100%
  }
  .c-outline-dl.wt60 dd {
    width: 100%
  }
}

.phase-box-wrap {
  border: 1px solid #ccc;
  margin-bottom: 20px
}

.phase .phase-box {
  padding: 30px 25px 30px 30px;
  background-position: 50% 0;
  background-repeat: no-repeat
}

.phase .phase-box:nth-child(odd) {
  background-image: url(/00cmn/img/common/bg-pb-w.png)
}

.phase .phase-box:nth-child(even) {
  background-image: url(/00cmn/img/common/bg-pb-g.png)
}

.phase .phase-box:first-child {
  padding-top: 15px;
  background-image: none
}

.cg-wrap .phase-box table {
  margin-bottom: 0
}

.cg-wrap .phase-box table td {
  vertical-align: top
}

.cg-wrap .phase-box ul, .cg-wrap .phase-box p {
  margin-bottom: 1em
}

.cg-wrap .phase-box h3, .cg-wrap .phase-box h4 {
  margin-top: 0
}

@media (max-width: 500px) {
  .cg-wrap .phase-box table.sp-vertical td, .cg-wrap .phase-box table.sp-vertical td.w20p {
    display: block;
    width: 100%
  }
  .cg-wrap .phase-box table.sp-vertical td.padl20 {
    padding-left: 0
  }
  .cg-wrap .phase-box table.sp-vertical td.padl20, .cg-wrap .phase-box table.sp-vertical td.padl20.padt10 {
    padding-top: 20px
  }
}

.newsList2 {
  margin-left: 0;
  border-top: dotted 1px #888;
  padding-left: 0
}

.newsList2 li {
  list-style: none;
  position: relative;
  padding: 0;
  margin: 0;
  border-bottom: dotted 1px #888;
  padding-left: 12em
}

.newsList2 li a {
  display: block;
  padding: 0.5em 1em 0.5em 0
}

.newsList2 li .date {
  position: absolute;
  width: 12em;
  top: 0;
  left: 0;
  padding: 0.5em 0 0 1em
}

.newsList2 li:nth-child(2n+1) {
  background-color: #fefefe
}

.newsList2 li.news--item2.active a:hover {
  text-decoration: underline !important
}

@media (max-width: 767px) {
  .newsList2 li {
    padding: 0
  }
  .newsList2 li a {
    padding: 0.5em
  }
  .newsList2 li .date {
    position: relative;
    display: inline-block;
    width: 100%;
    top: 0;
    left: 0;
    padding: 0
  }
}

#header {
  width: 100%;
  height: 106px;
  box-sizing: border-box;
  background-color: #FFF;
  border-bottom: solid 1px #CCC;
  position: relative;
  margin: 0;
  z-index: 9999998
}

.header-bar {
  display: block;
  height: 72px;
  position: relative
}

.logo h1 {
  margin: 0;
  padding: 0;
  line-height: 1em
}

.logo {
  vertical-align: middle;
  position: absolute;
  top: 0px;
  left: 14px
}

.logo a {
  display: block;
  height: 72px
}

.logo img {
  margin: 22px 0;
  height: 28px;
  width: auto
}

#btn-menu {
  display: inline-block;
  position: relative
}

#btn-menu .closebtn {
  display: none;
  position: absolute;
  width: 32px;
  height: 32px;
  top: 0;
  left: 5px;
  content: " ";
  background-color: #FFF;
  background-image: url(/00cmn/img/common/btn-close.png);
  background-size: 26px;
  background-position: center center;
  background-repeat: no-repeat;
  cursor: pointer
}

#btn-search {
  display: none
}

.h-btn {
  height: 32px;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -16px
}

.h-btn img {
  width: 32px;
  height: 32px;
  margin: 0px
}

#btn-region, #btn-search, #btn-menu, #btn-language {
  display: inline-block;
  padding-left: 10px
}

#btn-search {
  padding-left: 7px
}

#btn-language {
  display: inline-block;
  cursor: pointer
}

@media (max-width: 767px) {
  .header-bar {
    height: 60px
  }
  .logo a {
    background-image: url(/00cmn/img/common/logo-canon-g-sp.png);
    width: 210px;
    background-size: auto 22px;
    background-position: left center;
    background-repeat: no-repeat;
    height: 22px;
    margin-top: 19px
  }
  .h-btn {
    right: 10px
  }
  img.no-sp {
    display: none
  }
  #btn-search {
    display: none
  }
  .h-btn img {
    width: 26px;
    height: 26px;
    margin: 3px
  }
  #btn-region, #btn-menu, #btn-languege {
    padding-left: 5px
  }
}

@media (min-width: 767px) {
  #btn-menu {
    display: none
  }
  #btn-search {
    display: inline-block
  }
}

.ctg-point {
  display: block;
  position: absolute;
  width: 0;
  height: 4px;
  bottom: 10px;
  left: 0px;
  z-index: 9999;
  margin: 0;
  border-bottom: solid 4px #c7000b;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s
}

ul.navbar {
  display: block;
  width: 100%;
  text-align: left;
  height: 34px;
  color: #333;
  overflow: hidden;
  position: relative;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  box-sizing: border-box;
  margin: 0;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-padding-start: 0px;
  padding: 0
}

.navbar li {
  list-style: none;
  float: left;
  display: inline-block
}

.navbar li span, .navbar li a span {
  display: block;
  padding-bottom: 4px;
  position: relative;
  z-index: 9999998
}

.navbar li a:hover {
  text-decoration: none
}

.navbar li#nav01, .navbar li#nav02, .navbar li#nav03, .navbar li#nav04, .navbar li#nav05 {
  display: inline-block;
  padding: 0px 1.5em 16px 0;
  line-height: 1em;
  font-size: 18px;
  color: #333;
  cursor: pointer;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}

.navbar li#nav01 {
  padding-left: 0
}

@media (min-width: 980px) {
  .navbar li#nav00, .navbar li#nav01, .navbar li#nav02, .navbar li#nav03, .navbar li#nav04, .navbar li#nav05 {
    padding: 0px 3em 16px 0;
    font-size: 18px
  }
}

#btn-search {
  cursor: pointer
}

#search-bar {
  display: block;
  position: absolute;
  top: 106px;
  left: 0;
  width: 100%;
  background-color: #ccc;
  padding: 0;
  z-index: 9999997;
  overflow: hidden;
  height: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -o-transition: .5s;
  transition: .5s
}

#search-bar .cg-wrap {
  position: relative;
  height: 60px
}

#search-bar .cg-wrap form input.search-txt {
  height: 36px;
  width: 300px;
  padding: 0 0 0 10px;
  line-height: 1em;
  border-radius: 0;
  margin: 0;
  box-sizing: border-box;
  border: solid 1px #FFF;
  box-shadow: none;
  background-color: #FFF;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -18px
}

#search-bar .cg-wrap form input.search-btn {
  padding: 0;
  border-radius: 0;
  background-color: #FFF;
  line-height: 1;
  height: 36px;
  width: 36px;
  box-sizing: border-box;
  margin: 0;
  border: solid 1px #888;
  position: absolute;
  top: 50%;
  left: 301px;
  margin-top: -18px;
  background-image: url(/00cmn/img/common/btn-loupeh.png);
  background-size: 28px 28px;
  background-repeat: no-repeat;
  background-position: center center
}

#search-bar #search-x {
  display: block;
  width: 38px;
  height: 38px;
  position: absolute;
  top: 50%;
  margin-top: -19px;
  right: 15px;
  cursor: pointer
}

#search-bar #search-x img {
  width: 100%
}

input#MF_form_phrase::-webkit-input-placeholder {
  font-size: 12px
}

input#MF_form_phrase:-ms-input-placeholder {
  font-size: 12px
}

input#MF_form_phrase::-moz-placeholder {
  font-size: 12px
}

#btn-zh {
  font-family: "Microsoft YaHei", "微软雅黑", 'SimSun', sans-serif
}

#lang-chng {
  display: block;
  width: 100%;
  height: 0;
  background-color: #555;
  color: #FFF;
  position: absolute;
  border-bottom: 50px;
  left: 0;
  text-align: right;
  overflow: hidden;
  /* transform: translate3d(0,0,0); */
  /* -webkit-transition: 0.5s; */
  /* -moz-transition: 0.5s; */
  /* -o-transition: 0.5s; */
  /* transition: 0.5s */
}

#lang-chng .cg-wrap {
  text-align: right
}

#lang-chng span {
  display: table-cell;
  padding: 9px 0 5px 20px;
  float: right;
  font-size: 14px
}

#lang-chng span img {
  width: 32px;
  height: 32px;
  margin-right: 10px
}

#lang-chng span:hover {
  opacity: 0.7;
  cursor: pointer
}

#lang-chng span#btn-zh {
  display: none
}

@media (max-width: 767px) {
  #lang-chng {
    width: 200px;
    height: 0px;
    left: auto;
    right: 0
  }
  #lang-chng .cg-wrap {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-display-direction: column;
    flex-direction: column;
    text-align: right
  }
  #lang-chng span {
    display: block;
    float: none;
    padding: 9px 0 5px 0px;
    text-align: left;
    border-top: 1px solid #999;
    margin: 0 -10px
  }
  #lang-chng span:nth-child(1) {
    order: 30
  }
  #lang-chng span:nth-child(2) {
    order: 20
  }
  #lang-chng span:nth-child(3) {
    order: 10;
    border-top: none
  }
}

@media (min-width: 768px) { #navigation { width: 100%; z-index: 9999996; }
ul.level1 { display: block; position: relative; float: left; width: 100%; padding: 0; margin: 0; opacity: 1; overflow: visible; color: #000; /*top: 15px;*/ max-width: 1230px; padding-top: 15px; }
ul.level1 li { list-style: none; margin: 0; line-height: 1em; overflow: visible; font-size: 18px; }
ul.level1 li .note-blk { /*min-height: 200px;*/ }
.level2-wrap{
  display: table;
  table-layout: fixed;
  margin-top: 20px;
  width: 100%;
}
.level2-wrap.level2-wrap__num1{
  width: 50%;
}
.level2-row{
  display: table-row;
}
ul.level2{
  display: table-cell;
}
ul.level2,
ul.level2.level2__r {/*display: block; position: absolute; top: 0px; left: 0; width: 50%;*/ box-sizing: border-box; /*margin-top: 45px;*/}
ul.level2.level2__l{padding-left: 0;}
ul.level2.level2__l > li > a{  font-family: "Roboto", sans-serif;
  font-weight: 700;}
ul.level2.level2__r { border-left: dotted 2px #ccc; padding: 0 0 0 30px; }
ul.level2 li { display: block; width: 100%; position: relative; line-height: 1.2em; }
ul.level2 li a {
  display: block;
  width: 100%;
  /* padding: 2px 48px 20px 0px; */
  padding: 2px 48px 2px 0px;
  margin-bottom: 18px;
  color: #000;
  box-sizing: border-box;
}
ul.level2 li:after {
  display: block;
  position: absolute;
  width: 32px;
  height: 32px;
  /* top: -8px; */
  top: 50%;
  margin-top: -16px;
  right: 20px;
  background: url(/00cmn/img/common/nav-arrow.png) no-repeat center center;
  content: "";
}
ul.level2 li a:hover { text-decoration: underline; color: #555; }
ul.level2 li.global-navi-lv2-item__strong > a,
.global-navi-lv2-item__strong > span{
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  display: block;
  width: 100%;
  padding: 2px 32px 5px 0px;
  margin-bottom: 20px;
  color: #000;
  box-sizing: border-box;
  border-bottom: 1px solid #A6A6A6;
}
.global-navi-lv2-item__strong:after,
ul.level2 li.global-navi-lv2-item__strong:after{
  display: none;
}
ul.level2.level2__r > li:not(.global-navi-lv2-item__strong){
  margin-left: 5px;
}
ul.level2.level2__r > li:after{
  right: -2px;
}
ul.level3 { display: block; position: absolute; top: 0px; left: 300px; width: 350px; padding: 0; box-sizing: border-box; border-left: solid 1px #ccc; }
ul.level1 .nav-ttl {
  width: 50%; font-size: 34px; color: #333; height: 40px; line-height: 1.2em; font-weight: lighter;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
}
ul.level1 .nav-ttl > a {
  display: inline-block;
  background-image: url(/00cmn/img/common/link-arrow-bk.png); 
  background-position: right center;
  /* background-position: right bottom; */
  background-repeat: no-repeat;
  padding-right: 40px;
}
ul.level1 .nav-ttl > a:hover{
  text-decoration: underline;
  color: #555;
}
ul.level1 .nav-lead { margin-bottom: 1em; font-size: 18px; }
.global-navi01, .global-navi02, .global-navi03, .global-navi04, .global-navi05 { display: none; background-color: #fff; width: 100%; overflow: hidden; position: absolute; top: 98px; left: 0; box-sizing: border-box; padding: 10px 0 20px; min-height: 300px; z-index: 9999995; border-bottom: solid 1px #ccc; }
.global-navi01 .cg-wrap, .global-navi02 .cg-wrap, .global-navi03 .cg-wrap, .global-navi04 .cg-wrap, .global-navi05 .cg-wrap { position: relative; display: block; overflow: visible; }
.global-navi03 { display: none; }
.nav-img { display: block; width: 100%; position: relative; float: right; margin-top: 70px; box-sizing: border-box; }
.pick-ttl { font-size: 18px; }
.pick-conts { display: block; background-color: #eee; z-index: 9999; overflow: hidden; }
.pick-conts h4 { font-size: 18px; margin: 0; padding: 15px 32px 0 15px; box-sizing: border-box; display: inline-block; position: relative;  font-family: "Roboto", sans-serif;
  font-weight: 700;}
.pick-conts a h4:after { display: block; position: absolute; right: 0; top: 7.5px; width: 32px; height: 32px; background-image: url(/00cmn/img/common/nav-arrow.png); background-repeat: no-repeat; background-position: center center; content: ""; }
.pick-conts p, .cg-wrap .pick-conts p { font-size: 16px; margin: 0; padding: 10px 15px; -webkit-margin-before: 0; -webkit-margin-after: 0; }
p.nav-lead { width: 50%; font-size: 16px; line-height: 1.5em; padding-right: 1em; }
.col-pu-6 { float: left; position: relative; width: 100%; }
.pick-conts .col-pu-6 img { width: 100%; } }

@media (max-width: 767px) {
  #header {
    height: 60px
  }
  ul.navbar {
    display: none
  }
}

@media (max-width: 767px) {
  #navigation {
    display: none
  }
  #sp-navigation {
    display: none;
    overflow: hidden;
    position: absolute;
    top: 60px;
    left: 0;
    z-index: 9999;
    width: 100%;
    background-color: #FFF
  }
  #sp-search-bar {
    top: 0px;
    height: 60px
  }
  #search-bar .cg-wrap {
    height: 60px
  }
  #sp-navigation .cg-wrap {
    padding: 0
  }
  .global-navi01, .global-navi02, .global-navi03, .global-navi04 {
    display: block;
    width: 100%;
    position: relative
  }
  ul.level1 li .note-blk {
    min-height: 10px
  }
  ul.level2 {
    clear: both;
    display: none
  }
  .note-blk p.nav-lead, .note-blk .cg-btn, .global-navi01 .col-md-5, .global-navi02 .col-md-5, .global-navi03 .col-md-5, .global-navi04 .col-md-5 {
    display: none
  }
  .global-navi01 ul, .global-navi02 ul, .global-navi03 ul, .global-navi04 ul {
    margin: 0;
    padding: 0
  }
  .global-navi01 .note-blk .nav-ttl, .global-navi02 .note-blk .nav-ttl, .global-navi04 .note-blk .nav-ttl, .global-navi03 .note-blk .nav-ttl a, ul.level2 li a {
    display: block;
    padding: 1em 2em 1em 1em;
    line-height: 1.2em;
    border-bottom: solid 1px #ccc;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    background-color: #FFF;
    position: relative;
    text-decoration: none;
    color: #333
  }
  .global-navi01 .note-blk .nav-ttl:after, .global-navi02 .note-blk .nav-ttl:after, .global-navi04 .note-blk .nav-ttl:after {
    content: " ";
    display: block;
    width: 32px;
    height: 32px;
    position: absolute;
    right: 11px;
    top: 50%;
    margin-top: -16px;
    background-image: url(/00cmn/img/common/nav-arrow-dwng.png);
    background-repeat: no-repeat;
    background-position: right center
  }
  .global-navi03 .note-blk .nav-ttl a:after {
    content: " ";
    display: block;
    width: 32px;
    height: 32px;
    position: absolute;
    right: 11px;
    top: 50%;
    margin-top: -16px;
    background-image: url(/00cmn/img/common/nav-arrow-g.png);
    background-repeat: no-repeat;
    background-position: right center
  }
  ul.level2 li a {
    background-color: #ddd
  }
  ul.level2 li a:after {
    content: " ";
    display: block;
    width: 32px;
    height: 32px;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -16px;
    background-image: url(/00cmn/img/common/nav-arrow-g.png);
    background-repeat: no-repeat;
    background-position: right center
  }
}

#smp-navigation {
  display: none;
  z-index: 999999;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: scroll
}

#smp-search-bar {
  position: relative;
  height: 60px;
  width: 100%;
  background-color: #ccc;
  padding: 0;
  z-index: 999999;
  overflow: hidden;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
  margin-top: 60px
}

#smp-search-bar form input.search-txt {
  width: 90%;
  height: 36px;
  padding: 10px 10px 10px 10px;
  line-height: 1.2em;
  border-radius: 0;
  margin: 0;
  box-sizing: border-box;
  border: solid 1px #CCC;
  box-shadow: none;
  background-color: #FFF;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -18px;
  margin-left: -45%
}

#smp-search-bar form input.search-btn {
  position: absolute;
  width: 36px;
  height: 36px;
  left: auto;
  right: 13px;
  background-color: #FFF;
  background-image: url(/00cmn/img/common/btn-loupeh.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 28px 28px;
  top: 50%;
  margin-top: -18px;
  border: solid 1px #CCC
}

.sp-topnavi-list div a {
  display: block;
  padding: 0.8em 2em 0.8em 1em;
  line-height: 1.2em;
  border-bottom: solid 1px #f0f0f0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  background-color: #808080;
  position: relative;
  text-decoration: none;
  color: #FFF
}

.sp-topnavi-list div a:after {
  content: " ";
  display: block;
  width: 32px;
  height: 32px;
  position: absolute;
  right: 11px;
  top: 50%;
  margin-top: -16px;
  background-image: url(/00cmn/img/common/nav-arrow-w.png);
  background-repeat: no-repeat;
  background-position: right center
}

.header-nav-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #FFF;
  z-index: 10000;
  top: 0;
  left: 0;
  display: none
}

.sp-topnavi-list {
  overflow-y: scroll
}

@media (max-width: 1090px) {
  .nav-img {
    display: none
  }
  .global-navi01 .col-md-7, .global-navi02 .col-md-7, .global-navi03 .col-md-7, .global-navi04 .col-md-7, .global-navi05 .col-md-7 {
    width: 100%
  }
}

@media (min-width: 1330px) {
  .col-pu-6 {
    width: 50%
  }
  .nav-img {
    margin-top: 70px
  }
  .pick-conts h4 { font-size: 16px; }
  
  .pick-conts p, .cg-wrap .pick-conts p { font-size: 12px;}
  
}

.cg-top {
  display: block;
  position: absolute;
  width: 32px;
  height: 32px;
  top: -80px;
  right: 15px
}

.cg-top a {
  display: block;
  width: 32px;
  height: 32px;
  background-color: rgba(124, 124, 124, 0.7);
  text-indent: -1000em;
  overflow: hidden;
  border-radius: 16px;
  background-image: url(/00cmn/img/common/nav-arrow-top.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 32px
}

@media (max-width: 767px) {
  .cg-top {
    right: 10px
  }
  #sp-foot-navi {
    display: block
  }
  ul.sp-navi-list {
    margin: 0;
    padding: 0
  }
  ul.sp-navi-list ul.scnd-level {
    margin: 0;
    padding: 0;
    display: none
  }
  ul.sp-navi-list span, ul.sp-navi-list a {
    display: block;
    padding: 0.8em 2em 0.8em 1em;
    line-height: 1.2em;
    border-bottom: solid 1px #f0f0f0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    background-color: #808080;
    position: relative
  }
  ul.sp-navi-list span {
    color: #FFF;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  }
  ul.sp-navi-list span:after {
    content: " ";
    display: block;
    width: 32px;
    height: 32px;
    position: absolute;
    right: 11px;
    top: 50%;
    margin-top: -16px;
    background-image: url(/00cmn/img/common/nav-arrow-dwnw.png);
    background-repeat: no-repeat;
    background-position: right center
  }
  ul.sp-navi-list a {
    text-decoration: none;
    color: #FFF;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  }
  ul.sp-navi-list a:after {
    content: " ";
    display: block;
    width: 32px;
    height: 32px;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -16px;
    background-image: url(/00cmn/img/common/nav-arrow-w.png);
    background-repeat: no-repeat;
    background-position: right center
  }
  ul.sp-navi-list ul.scnd-level a {
    background-color: #ddd;
    text-indent: 1em;
    text-decoration: none;
    color: #333;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  }
  ul.sp-navi-list ul.scnd-level a:after {
    background-image: url(/00cmn/img/common/nav-arrow-g.png)
  }
}

@media (min-width: 768px) {
  #sp-foot-navi {
    display: none
  }
}

footer {
  clear: both
}

.footprint {
  background-color: #f6f6f6;
  padding: 1em 0
}

footer .foot-blk {
  background-color: #000
}

footer .foot-blk .cg-wrap {
  position: relative;
  overflow: visible
}

.foot-blk .cg-wrap a {
  color: #FFF;
  text-decoration: none
}

.foot-blk .cg-wrap a:hover {
  color: #ddd;
  text-decoration: underline
}

.btm-line {
  background-color: #555;
  color: #FFF;
  overflow: visible
}

.btm-line a {
  color: #FFF
}

.btm-line .footer-link {
  text-align: right;
  display: block;
  width: 70%;
  float: right;
  padding: 10px 0;
  font-size: 16px
}

.btm-line .footer-link a {
  white-space: nowrap
}

.cpr-blk {
  display: inline-block;
  text-align: left;
  padding: 10px 0;
  color: #FFF
}

#sns-box {
  margin: 55px 0 10px;
  text-align: left
}

#sns-box p.sma-link a.arw {
  position: relative;
  padding-right: 22px
}

#sns-box p.sma-link a.arw::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 18px;
  height: 18px;
  margin-top: -8px;
  right: 0;
  background: url(/00cmn/img/common/ico-s-arrow-g.png) no-repeat center center;
  background-size: 16px
}

.sns-btn-line {
  display: inline-block
}

p.sma-link {
  margin-bottom: 20px
}

.no-pc {
  display: none
}

@media (max-width: 767px) {
  .foot-blk {
    padding-bottom: 35px
  }
  .btm-line .footer-link {
    text-align: center;
    width: 100%;
    float: none
  }
  .cpr-blk {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 10px 0;
    margin-bottom: -30px;
    text-align: center;
    width: 100%;
    height: 35px
  }
  .no-sp {
    display: none
  }
  .no-pc {
    display: inline-block
  }
  .sp-block {
    display: block
  }
  #sns-box p.sma-link {
    font-size: 12.5px
  }
  #sns-box p.sma-link a.arw {
    position: relative;
    padding-right: 15px
  }
  #sns-box p.sma-link a.arw::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 12px;
    height: 12px;
    margin-top: -6px;
    right: 0;
    background: url(/00cmn/img/common/ico-s-arrow-g.png) no-repeat center center;
    background-size: 10px
  }
}

div.addthis_sharing_toolbox {
  display: inline-block
}

.btn-rss {
  display: inline-block;
  margin-left: 5px;
  width: 39px;
  height: 32px;
  text-align: right;
  float: right
}

.btn-rss span {
  display: block;
  width: 39px;
  height: 32px;
  margin: 1px 0;
  padding-left: 5px;
  box-sizing: border-box;
  border-left: solid 1px #888
}

.btn-rss img {
  width: 32px
}

#secnd-navi {
  width: 100%;
  background-color: #efefef;
  position: relative;
  height: 80px
}

#secnd-navi .cg-wrap {
  position: relative;
  overflow: visible
}

#secnd-navi .cg-wrap .page-navi {
  display: table-cell;
  vertical-align: middle;
  font-size: 24px;
  width: 30%;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
}

#secnd-navi .cg-wrap ul, #secnd-navi .cg-wrap li {
  list-style: none
}

#secnd-navi .cg-wrap ul.page-list {
  display: table;
  position: absolute;
  top: 0;
  right: 0;
  width: 60%;
  height: 80px;
  text-align: right
}

#secnd-navi .cg-wrap ul.page-list li {
  display: inline-block;
  width: 20%;
  margin: 0;
  position: relative;
  float: left
}

#secnd-navi .cg-wrap ul.page-list li a {
  display: table-cell;
  height: 80px;
  vertical-align: middle;
  padding: 0.5em 0;
  text-align: left;
  line-height: 1.2em
}

#secnd-navi .cg-wrap ul.page-list li a.here {
  color: #c7000d
}

#secnd-navi .cg-wrap ul.page-list li ul.pdwn-menu {
  display: none;
  position: absolute;
  left: 0;
  top: 80px;
  border: solid 1px #ccc;
  border-top: 0;
  border-bottom: 0;
  width: 270px;
  z-index: 88;
  background-color: rgba(255, 255, 255, 0.9)
}

#secnd-navi .cg-wrap ul.page-list li ul.pdwn-menu li {
  display: block;
  padding: 0;
  border-bottom: solid 1px #ccc;
  width: 100%
}

#secnd-navi .cg-wrap ul.page-list li ul.pdwn-menu li a {
  display: block;
  white-space: nowrap;
  line-height: 1.2em;
  padding: 0.5em 1em;
  color: #333;
  height: auto
}

#secnd-navi .cg-wrap ul.page-list li ul.pdwn-menu li a:hover {
  background-color: #efefef
}

.secnd-navi-bar {
  height: 80px
}

@media (max-width: 1024px) {
  #secnd-navi .cg-wrap ul.page-list {
    display: none
  }
}

.mm-menu, .mm-panels, .mm-panels>.mm-panel {
  margin: 0;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
  box-sizing: border-box
}

.mm-btn, .mm-menu {
  box-sizing: border-box
}

.mm-listview a, .mm-listview a:hover, .mm-navbar a, .mm-navbar a:hover {
  text-decoration: none
}

.mm-hidden {
  display: none !important
}

.mm-menu, .mm-panels>.mm-panel:not(.mm-hidden) {
  display: block
}

.mm-wrapper {
  overflow-x: hidden;
  position: relative
}

.mm-menu {
  padding: 0;
  position: absolute
}

.mm-panels, .mm-panels>.mm-panel {
  background: inherit;
  border-color: inherit;
  position: absolute
}

.mm-btn, .mm-panel.mm-highest {
  z-index: 1
}

.mm-panels {
  overflow: hidden
}

.mm-panel {
  -webkit-transition: -webkit-transform .4s ease;
  transition: -webkit-transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease, -webkit-transform .4s ease;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0)
}

.mm-panel.mm-opened {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

.mm-panel.mm-subopened {
  -webkit-transform: translate3d(-30%, 0, 0);
  transform: translate3d(-30%, 0, 0)
}

.mm-panels>.mm-panel {
  -webkit-overflow-scrolling: touch;
  overflow: scroll;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0 20px
}

.mm-listview .mm-divider, .mm-listview>li>a, .mm-listview>li>span, .mm-navbar .mm-title {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden
}

.mm-panels>.mm-panel.mm-hasnavbar {
  padding-top: 40px
}

.mm-panels>.mm-panel:after, .mm-panels>.mm-panel:before {
  content: '';
  display: block;
  height: 20px
}

.mm-vertical .mm-panel {
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important
}

.mm-listview .mm-vertical .mm-panel, .mm-vertical .mm-listview .mm-panel {
  display: none;
  padding: 10px 0 10px 10px
}

.mm-listview .mm-vertical .mm-panel .mm-listview>li:last-child:after, .mm-vertical .mm-listview .mm-panel .mm-listview>li:last-child:after {
  border-color: transparent
}

.mm-vertical li.mm-opened>.mm-panel, li.mm-vertical.mm-opened>.mm-panel {
  display: block
}

.mm-listview>li.mm-vertical>.mm-next, .mm-vertical .mm-listview>li>.mm-next {
  height: 40px;
  bottom: auto
}

.mm-listview>li.mm-vertical>.mm-next:after, .mm-vertical .mm-listview>li>.mm-next:after {
  top: 16px;
  bottom: auto
}

.mm-listview>li.mm-vertical.mm-opened>.mm-next:after, .mm-vertical .mm-listview>li.mm-opened>.mm-next:after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 19px
}

.mm-btn {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0
}

.mm-clear:after, .mm-clear:before, .mm-close:after, .mm-close:before {
  content: '';
  border: 2px solid transparent;
  display: block;
  width: 5px;
  height: 5px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg)
}

.mm-clear:before, .mm-close:before {
  border-right: none;
  border-bottom: none;
  right: 18px
}

.mm-clear:after, .mm-close:after {
  border-left: none;
  border-top: none;
  right: 25px
}

.mm-arrow:after, .mm-next:after, .mm-prev:before {
  content: '';
  border: 2px solid transparent;
  display: block;
  width: 8px;
  height: 8px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg)
}

.mm-prev:before {
  border-right: none;
  border-bottom: none;
  left: 23px
}

.mm-arrow:after, .mm-next:after {
  border-top: none;
  border-left: none;
  right: 23px
}

.mm-navbar {
  border-bottom: 1px solid;
  border-color: inherit;
  text-align: center;
  line-height: 20px;
  height: 40px;
  padding: 0 40px;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0
}

.mm-navbar>* {
  display: block;
  padding: 10px 0
}

.mm-navbar .mm-btn:first-child {
  padding-left: 20px;
  left: 0
}

.mm-navbar .mm-btn:last-child {
  text-align: right;
  padding-right: 20px;
  right: 0
}

.mm-panel .mm-navbar {
  display: none
}

.mm-panel.mm-hasnavbar .mm-navbar {
  display: block
}

.mm-listview, .mm-listview>li {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0
}

.mm-listview {
  font: inherit;
  font-size: 16px;
  line-height: 20px
}

.mm-listview>li {
  position: relative
}

.mm-listview>li, .mm-listview>li .mm-next, .mm-listview>li .mm-next:before, .mm-listview>li:after {
  border-color: inherit
}

.mm-listview>li>a, .mm-listview>li>span {
  color: inherit;
  display: block;
  padding: 10px 10px 10px 20px;
  margin: 0
}

.mm-listview>li>a.mm-arrow, .mm-listview>li>span.mm-arrow {
  padding-right: 50px
}

.mm-listview>li:not(.mm-divider):after {
  content: '';
  border-bottom-width: 1px;
  border-bottom-style: solid;
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 20px
}

.mm-listview .mm-next {
  background: rgba(3, 2, 1, 0);
  width: 50px;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2
}

.mm-listview .mm-next:before {
  content: '';
  border-left-width: 1px;
  border-left-style: solid;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0
}

.mm-listview .mm-next+a, .mm-listview .mm-next+span {
  margin-right: 50px
}

.mm-listview .mm-next.mm-fullsubopen {
  width: 100%
}

.mm-listview .mm-next.mm-fullsubopen:before {
  border-left: none
}

.mm-listview .mm-next.mm-fullsubopen+a, .mm-listview .mm-next.mm-fullsubopen+span {
  padding-right: 50px;
  margin-right: 0
}

.mm-panels>.mm-panel>.mm-listview {
  margin: 20px -20px
}

.mm-panels>.mm-panel>.mm-listview:first-child, .mm-panels>.mm-panel>.mm-navbar+.mm-listview {
  margin-top: -20px
}

.mm-listview .mm-inset {
  list-style: disc inside;
  padding: 0 10px 15px 40px;
  margin: 0
}

.mm-listview .mm-inset>li {
  padding: 5px 0
}

.mm-listview .mm-divider {
  font-size: 10px;
  text-transform: uppercase;
  text-indent: 20px;
  line-height: 25px
}

.mm-listview .mm-spacer {
  padding-top: 40px
}

.mm-listview .mm-spacer>.mm-next {
  top: 40px
}

.mm-listview .mm-spacer.mm-divider {
  padding-top: 25px
}

.mm-menu {
  background: #f3f3f3;
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.7)
}

.mm-menu .mm-navbar a, .mm-menu .mm-navbar>* {
  color: rgba(0, 0, 0, 0.3)
}

.mm-menu .mm-btn:after, .mm-menu .mm-btn:before {
  border-color: rgba(0, 0, 0, 0.3)
}

.mm-menu .mm-listview {
  border-color: rgba(0, 0, 0, 0.1)
}

.mm-menu .mm-listview>li .mm-arrow:after, .mm-menu .mm-listview>li .mm-next:after {
  border-color: rgba(0, 0, 0, 0.3)
}

.mm-menu .mm-listview>li a:not(.mm-next) {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0.5);
  tap-highlight-color: rgba(255, 255, 255, 0.5)
}

.mm-menu .mm-listview>li.mm-selected>a:not(.mm-next), .mm-menu .mm-listview>li.mm-selected>span {
  background: rgba(255, 255, 255, 0.5)
}

.mm-menu .mm-divider, .mm-menu .mm-listview>li.mm-opened.mm-vertical>.mm-panel, .mm-menu .mm-listview>li.mm-opened.mm-vertical>a.mm-next, .mm-menu.mm-vertical .mm-listview>li.mm-opened>.mm-panel, .mm-menu.mm-vertical .mm-listview>li.mm-opened>a.mm-next {
  background: rgba(0, 0, 0, 0.05)
}

.mm-page {
  box-sizing: border-box;
  position: relative
}

.mm-slideout {
  -webkit-transition: -webkit-transform .4s ease;
  transition: -webkit-transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease, -webkit-transform .4s ease;
  z-index: 1
}

html.mm-opened {
  overflow-x: hidden;
  position: relative
}

html.mm-blocking, html.mm-blocking body {
  overflow: hidden
}

html.mm-background .mm-page {
  background: inherit
}

#mm-blocker {
  background: rgba(3, 2, 1, 0);
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2
}

html.mm-blocking #mm-blocker {
  display: block
}

.mm-menu.mm-offcanvas {
  z-index: 0;
  display: none;
  position: fixed
}

.mm-menu.mm-offcanvas.mm-current {
  display: block
}

.mm-menu {
  width: 80%;
  min-width: 140px;
  max-width: 440px
}

html.mm-opening .mm-slideout {
  -webkit-transform: translate3d(80%, 0, 0);
  transform: translate3d(80%, 0, 0)
}

@media all and (max-width: 175px) {
  html.mm-opening .mm-slideout {
    -webkit-transform: translate3d(140px, 0, 0);
    transform: translate3d(140px, 0, 0)
  }
}

@media all and (min-width: 550px) {
  html.mm-opening .mm-slideout {
    -webkit-transform: translate3d(440px, 0, 0);
    transform: translate3d(440px, 0, 0)
  }
}

.mm-menu.mm-autoheight.mm-bottom, .mm-menu.mm-autoheight.mm-top {
  max-height: 80%
}

.mm-menu.mm-autoheight.mm-bottom.mm-fullscreen, .mm-menu.mm-autoheight.mm-top.mm-fullscreen {
  max-height: 100%
}

.mm-menu.mm-measureheight .mm-panel {
  display: block !important
}

.mm-menu.mm-measureheight>.mm-panels>.mm-panel {
  bottom: auto !important;
  height: auto !important
}

.mm-menu.mm-columns {
  -webkit-transition-property: width, max-width, -webkit-transform;
  transition-property: width, max-width, -webkit-transform;
  transition-property: transform, width, max-width;
  transition-property: transform, width, max-width, -webkit-transform
}

.mm-menu.mm-columns .mm-panels>.mm-panel {
  width: 100%;
  right: auto;
  display: none;
  -webkit-transition-property: width, -webkit-transform;
  transition-property: width, -webkit-transform;
  transition-property: transform, width;
  transition-property: transform, width, -webkit-transform
}

.mm-menu.mm-columns .mm-panels>.mm-panel.mm-opened {
  border-right: 1px solid;
  border-color: inherit;
  display: block;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

.mm-menu.mm-columns .mm-panels>.mm-panel.mm-subopened {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  z-index: 2
}

.mm-menu.mm-columns .mm-panels>.mm-panel.mm-columns-0 {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

.mm-menu.mm-columns .mm-panels>.mm-panel.mm-opened:not([class*=mm-columns-])~.mm-panel:not(.mm-opened).mm-columns-0 {
  display: block;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0)
}

.mm-menu.mm-columns-0 {
  width: 80%;
  min-width: 140px;
  max-width: 0
}

html.mm-opening.mm-columns-0 .mm-slideout {
  -webkit-transform: translate3d(80%, 0, 0);
  transform: translate3d(80%, 0, 0)
}

@media all and (max-width: 175px) {
  html.mm-opening.mm-columns-0 .mm-slideout {
    -webkit-transform: translate3d(140px, 0, 0);
    transform: translate3d(140px, 0, 0)
  }
}

@media all and (min-width: 0px) {
  html.mm-opening.mm-columns-0 .mm-slideout {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}

.mm-menu.mm-columns .mm-panels>.mm-panel.mm-columns-1 {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0)
}

.mm-menu.mm-columns .mm-panels>.mm-panel.mm-opened:not([class*=mm-columns-])~.mm-panel:not(.mm-opened).mm-columns-1 {
  display: block;
  -webkit-transform: translate3d(200%, 0, 0);
  transform: translate3d(200%, 0, 0)
}

.mm-menu.mm-columns-1 {
  width: 80%;
  min-width: 140px;
  max-width: 440px
}

html.mm-opening.mm-columns-1 .mm-slideout {
  -webkit-transform: translate3d(80%, 0, 0);
  transform: translate3d(80%, 0, 0)
}

@media all and (max-width: 175px) {
  html.mm-opening.mm-columns-1 .mm-slideout {
    -webkit-transform: translate3d(140px, 0, 0);
    transform: translate3d(140px, 0, 0)
  }
}

@media all and (min-width: 550px) {
  html.mm-opening.mm-columns-1 .mm-slideout {
    -webkit-transform: translate3d(440px, 0, 0);
    transform: translate3d(440px, 0, 0)
  }
}

.mm-menu.mm-columns-1 .mm-panels>.mm-panel {
  width: 100%
}

.mm-menu.mm-columns .mm-panels>.mm-panel.mm-columns-2 {
  -webkit-transform: translate3d(200%, 0, 0);
  transform: translate3d(200%, 0, 0)
}

.mm-menu.mm-columns .mm-panels>.mm-panel.mm-opened:not([class*=mm-columns-])~.mm-panel:not(.mm-opened).mm-columns-2 {
  display: block;
  -webkit-transform: translate3d(300%, 0, 0);
  transform: translate3d(300%, 0, 0)
}

.mm-menu.mm-columns-2 {
  width: 80%;
  min-width: 140px;
  max-width: 880px
}

html.mm-opening.mm-columns-2 .mm-slideout {
  -webkit-transform: translate3d(80%, 0, 0);
  transform: translate3d(80%, 0, 0)
}

@media all and (max-width: 175px) {
  html.mm-opening.mm-columns-2 .mm-slideout {
    -webkit-transform: translate3d(140px, 0, 0);
    transform: translate3d(140px, 0, 0)
  }
}

@media all and (min-width: 1100px) {
  html.mm-opening.mm-columns-2 .mm-slideout {
    -webkit-transform: translate3d(880px, 0, 0);
    transform: translate3d(880px, 0, 0)
  }
}

.mm-menu.mm-columns-2 .mm-panels>.mm-panel {
  width: 50%
}

.mm-menu.mm-columns .mm-panels>.mm-panel.mm-columns-3 {
  -webkit-transform: translate3d(300%, 0, 0);
  transform: translate3d(300%, 0, 0)
}

.mm-menu.mm-columns .mm-panels>.mm-panel.mm-opened:not([class*=mm-columns-])~.mm-panel:not(.mm-opened).mm-columns-3 {
  display: block;
  -webkit-transform: translate3d(400%, 0, 0);
  transform: translate3d(400%, 0, 0)
}

.mm-menu.mm-columns-3 {
  width: 80%;
  min-width: 140px;
  max-width: 1320px
}

html.mm-opening.mm-columns-3 .mm-slideout {
  -webkit-transform: translate3d(80%, 0, 0);
  transform: translate3d(80%, 0, 0)
}

@media all and (max-width: 175px) {
  html.mm-opening.mm-columns-3 .mm-slideout {
    -webkit-transform: translate3d(140px, 0, 0);
    transform: translate3d(140px, 0, 0)
  }
}

@media all and (min-width: 1650px) {
  html.mm-opening.mm-columns-3 .mm-slideout {
    -webkit-transform: translate3d(1320px, 0, 0);
    transform: translate3d(1320px, 0, 0)
  }
}

.mm-menu.mm-columns-3 .mm-panels>.mm-panel {
  width: 33.34%
}

.mm-menu.mm-columns .mm-panels>.mm-panel.mm-columns-4 {
  -webkit-transform: translate3d(400%, 0, 0);
  transform: translate3d(400%, 0, 0)
}

.mm-menu.mm-columns .mm-panels>.mm-panel.mm-opened:not([class*=mm-columns-])~.mm-panel:not(.mm-opened).mm-columns-4 {
  display: block;
  -webkit-transform: translate3d(500%, 0, 0);
  transform: translate3d(500%, 0, 0)
}

.mm-menu.mm-columns-4 {
  width: 80%;
  min-width: 140px;
  max-width: 1760px
}

html.mm-opening.mm-columns-4 .mm-slideout {
  -webkit-transform: translate3d(80%, 0, 0);
  transform: translate3d(80%, 0, 0)
}

@media all and (max-width: 175px) {
  html.mm-opening.mm-columns-4 .mm-slideout {
    -webkit-transform: translate3d(140px, 0, 0);
    transform: translate3d(140px, 0, 0)
  }
}

@media all and (min-width: 2200px) {
  html.mm-opening.mm-columns-4 .mm-slideout {
    -webkit-transform: translate3d(1760px, 0, 0);
    transform: translate3d(1760px, 0, 0)
  }
}

.mm-menu.mm-columns-4 .mm-panels>.mm-panel {
  width: 25%
}

.mm-menu.mm-columns .mm-panels>.mm-panel.mm-columns-5 {
  -webkit-transform: translate3d(500%, 0, 0);
  transform: translate3d(500%, 0, 0)
}

.mm-menu.mm-columns .mm-panels>.mm-panel.mm-opened:not([class*=mm-columns-])~.mm-panel:not(.mm-opened).mm-columns-5 {
  display: block;
  -webkit-transform: translate3d(600%, 0, 0);
  transform: translate3d(600%, 0, 0)
}

.mm-menu.mm-columns-5 {
  width: 80%;
  min-width: 140px;
  max-width: 2200px
}

html.mm-opening.mm-columns-5 .mm-slideout {
  -webkit-transform: translate3d(80%, 0, 0);
  transform: translate3d(80%, 0, 0)
}

@media all and (max-width: 175px) {
  html.mm-opening.mm-columns-5 .mm-slideout {
    -webkit-transform: translate3d(140px, 0, 0);
    transform: translate3d(140px, 0, 0)
  }
}

@media all and (min-width: 2750px) {
  html.mm-opening.mm-columns-5 .mm-slideout {
    -webkit-transform: translate3d(2200px, 0, 0);
    transform: translate3d(2200px, 0, 0)
  }
}

.mm-menu.mm-columns-5 .mm-panels>.mm-panel {
  width: 20%
}

.mm-menu.mm-columns .mm-panels>.mm-panel.mm-columns-6 {
  -webkit-transform: translate3d(600%, 0, 0);
  transform: translate3d(600%, 0, 0)
}

.mm-menu.mm-columns .mm-panels>.mm-panel.mm-opened:not([class*=mm-columns-])~.mm-panel:not(.mm-opened).mm-columns-6 {
  display: block;
  -webkit-transform: translate3d(700%, 0, 0);
  transform: translate3d(700%, 0, 0)
}

.mm-menu.mm-columns-6 {
  width: 80%;
  min-width: 140px;
  max-width: 2640px
}

html.mm-opening.mm-columns-6 .mm-slideout {
  -webkit-transform: translate3d(80%, 0, 0);
  transform: translate3d(80%, 0, 0)
}

@media all and (max-width: 175px) {
  html.mm-opening.mm-columns-6 .mm-slideout {
    -webkit-transform: translate3d(140px, 0, 0);
    transform: translate3d(140px, 0, 0)
  }
}

@media all and (min-width: 3300px) {
  html.mm-opening.mm-columns-6 .mm-slideout {
    -webkit-transform: translate3d(2640px, 0, 0);
    transform: translate3d(2640px, 0, 0)
  }
}

.mm-menu.mm-columns-6 .mm-panels>.mm-panel {
  width: 16.67%
}

em.mm-counter {
  font: inherit;
  font-size: 14px;
  font-style: normal;
  text-indent: 0;
  line-height: 20px;
  display: block;
  margin-top: -10px;
  position: absolute;
  right: 45px;
  top: 50%
}

em.mm-counter+a.mm-next {
  width: 90px
}

em.mm-counter+a.mm-next+a, em.mm-counter+a.mm-next+span {
  margin-right: 90px
}

em.mm-counter+a.mm-fullsubopen {
  padding-left: 0
}

.mm-vertical>.mm-counter {
  top: 12px;
  margin-top: 0
}

.mm-vertical.mm-spacer>.mm-counter {
  margin-top: 40px
}

.mm-nosubresults>.mm-counter {
  display: none
}

.mm-menu em.mm-counter {
  color: rgba(0, 0, 0, 0.3)
}

.mm-divider>span {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding: 0;
  line-height: 25px
}

.mm-divider.mm-opened a.mm-next:after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg)
}

.mm-collapsed:not(.mm-uncollapsed) {
  display: none
}

.mm-fixeddivider {
  background: inherit;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

.mm-fixeddivider:after {
  content: none !important;
  display: none !important
}

.mm-hasdividers .mm-fixeddivider {
  display: block
}

.mm-menu .mm-fixeddivider span {
  background: rgba(0, 0, 0, 0.05)
}

html.mm-opened.mm-dragging .mm-menu, html.mm-opened.mm-dragging .mm-slideout {
  -webkit-transition-duration: 0s;
  transition-duration: 0s
}

.mm-menu.mm-dropdown {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  height: 80%
}

html.mm-dropdown .mm-slideout {
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
  z-index: 0
}

html.mm-dropdown #mm-blocker {
  -webkit-transition-delay: 0s !important;
  transition-delay: 0s !important;
  z-index: 1
}

html.mm-dropdown .mm-menu {
  z-index: 2
}

html.mm-dropdown.mm-opened:not(.mm-opening) .mm-menu {
  display: none
}

.mm-menu.mm-tip:before {
  content: '';
  background: inherit;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  display: block;
  width: 15px;
  height: 15px;
  position: absolute;
  z-index: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg)
}

.mm-menu.mm-tipleft:before {
  left: 22px
}

.mm-menu.mm-tipright:before {
  right: 22px
}

.mm-menu.mm-tiptop:before {
  top: -8px
}

.mm-menu.mm-tipbottom:before {
  bottom: -8px
}

.mm-iconpanel .mm-panel {
  -webkit-transition-property: left, -webkit-transform;
  transition-property: left, -webkit-transform;
  transition-property: transform, left;
  transition-property: transform, left, -webkit-transform
}

.mm-iconpanel .mm-panel.mm-opened {
  border-left: 1px solid;
  border-color: inherit
}

.mm-iconpanel .mm-panel.mm-subopened {
  overflow-y: hidden;
  left: -40px;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

.mm-iconpanel .mm-panel.mm-iconpanel-0 {
  left: 0
}

.mm-iconpanel .mm-panel.mm-iconpanel-1 {
  left: 40px
}

.mm-iconpanel .mm-panel.mm-iconpanel-2 {
  left: 80px
}

.mm-iconpanel .mm-panel.mm-iconpanel-3 {
  left: 120px
}

.mm-iconpanel .mm-panel.mm-iconpanel-4 {
  left: 160px
}

.mm-iconpanel .mm-panel.mm-iconpanel-5 {
  left: 200px
}

.mm-iconpanel .mm-panel.mm-iconpanel-6 {
  left: 240px
}

.mm-subblocker {
  background: inherit;
  opacity: 0;
  display: block;
  -webkit-transition: opacity .4s ease;
  transition: opacity .4s ease
}

.mm-subopened .mm-subblocker {
  opacity: .6;
  position: absolute;
  top: 0;
  right: 0;
  bottom: -100000px;
  left: 0;
  z-index: 3
}

.mm-navbar-bottom, .mm-navbar-top~.mm-navbar-top {
  border-bottom: none
}

.mm-menu>.mm-navbar {
  background: inherit;
  padding: 0;
  z-index: 3;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

.mm-navbar-bottom {
  border-top-width: 1px;
  border-top-style: solid;
  top: auto;
  bottom: 0
}

.mm-navbar-bottom~.mm-navbar-bottom {
  border-top: none
}

.mm-navbar.mm-hasbtns {
  padding: 0 40px
}

.mm-navbar[class*=mm-navbar-content-]>* {
  box-sizing: border-box;
  display: block;
  float: left
}

.mm-navbar .mm-breadcrumbs {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
  text-align: left;
  padding: 0 0 0 17px
}

.mm-navbar .mm-breadcrumbs>* {
  display: inline-block;
  padding: 10px 3px
}

.mm-navbar .mm-breadcrumbs>a {
  text-decoration: underline
}

.mm-navbar.mm-hasbtns .mm-breadcrumbs {
  margin-left: -40px
}

.mm-navbar.mm-hasbtns .mm-btn:not(.mm-hidden)+.mm-breadcrumbs {
  margin-left: 0;
  padding-left: 0
}

.mm-navbar-top-1 {
  top: 0
}

.mm-hasnavbar-top-1 .mm-panels, .mm-navbar-top-2 {
  top: 40px
}

.mm-hasnavbar-top-2 .mm-panels, .mm-navbar-top-3 {
  top: 80px
}

.mm-hasnavbar-top-3 .mm-panels, .mm-navbar-top-4 {
  top: 120px
}

.mm-hasnavbar-top-4 .mm-panels {
  top: 160px
}

.mm-navbar-bottom-1 {
  bottom: 0
}

.mm-hasnavbar-bottom-1 .mm-panels, .mm-navbar-bottom-2 {
  bottom: 40px
}

.mm-hasnavbar-bottom-2 .mm-panels, .mm-navbar-bottom-3 {
  bottom: 80px
}

.mm-hasnavbar-bottom-3 .mm-panels, .mm-navbar-bottom-4 {
  bottom: 120px
}

.mm-hasnavbar-bottom-4 .mm-panels {
  bottom: 160px
}

.mm-navbar-size-2 {
  height: 80px
}

.mm-navbar-size-3 {
  height: 120px
}

.mm-navbar-size-4 {
  height: 160px
}

.mm-navbar-content-2>* {
  width: 50%
}

.mm-navbar-content-3>* {
  width: 33.33%
}

.mm-navbar-content-4>* {
  width: 25%
}

.mm-navbar-content-5>* {
  width: 20%
}

.mm-navbar-content-6>* {
  width: 16.67%
}

.mm-sronly {
  text-indent: 10px;
  overflow: hidden;
  display: block;
  width: 1px;
  height: 1px;
  position: absolute;
  z-index: -1
}

.mm-search, .mm-search input {
  box-sizing: border-box
}

.mm-search {
  height: 40px;
  padding: 7px 10px 0;
  position: relative
}

.mm-search input {
  border: none !important;
  outline: 0 !important;
  box-shadow: none !important;
  border-radius: 26px;
  font: inherit;
  font-size: 14px;
  line-height: 26px;
  display: block;
  width: 100%;
  height: 26px;
  min-height: 26px;
  max-height: 26px;
  margin: 0;
  padding: 0 10px
}

.mm-search input::-ms-clear {
  display: none
}

.mm-search .mm-clear, .mm-search .mm-next {
  right: 0
}

.mm-panel>.mm-search {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0
}

.mm-panel.mm-hassearch {
  padding-top: 40px
}

.mm-panel.mm-hassearch.mm-hasnavbar {
  padding-top: 80px
}

.mm-panel.mm-hassearch.mm-hasnavbar .mm-search {
  top: 40px
}

.mm-noresultsmsg {
  text-align: center;
  font-size: 21px;
  padding: 40px 0
}

.mm-noresults .mm-indexer {
  display: none !important
}

li.mm-nosubresults>a.mm-next {
  display: none
}

li.mm-nosubresults>a.mm-next+a, li.mm-nosubresults>a.mm-next+span {
  padding-right: 10px
}

.mm-panels>.mm-resultspanel:not(.mm-opened) {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

.mm-menu .mm-search input {
  background: rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.7)
}

.mm-menu .mm-noresultsmsg {
  color: rgba(0, 0, 0, 0.3)
}

.mm-indexer {
  background: inherit;
  text-align: center;
  font-size: 12px;
  box-sizing: border-box;
  width: 20px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -100px;
  z-index: 3;
  -webkit-transition: right .4s ease;
  transition: right .4s ease;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

.mm-indexer a {
  text-decoration: none;
  display: block;
  height: 3.85%
}

.mm-indexer~.mm-panel.mm-hasindexer {
  padding-right: 40px
}

.mm-hasindexer .mm-indexer {
  right: 0
}

.mm-hasindexer .mm-fixeddivider {
  right: 20px
}

.mm-menu .mm-indexer a {
  color: rgba(0, 0, 0, 0.3)
}

.mm-menu.mm-hoverselected .mm-listview>li>a.mm-fullsubopen+a, .mm-menu.mm-hoverselected .mm-listview>li>a.mm-fullsubopen+span, .mm-menu.mm-hoverselected .mm-listview>li>a:not(.mm-fullsubopen), .mm-menu.mm-parentselected .mm-listview>li>a.mm-fullsubopen+a, .mm-menu.mm-parentselected .mm-listview>li>a.mm-fullsubopen+span, .mm-menu.mm-parentselected .mm-listview>li>a:not(.mm-fullsubopen) {
  -webkit-transition: background .4s ease;
  transition: background .4s ease
}

.mm-menu.mm-hoverselected .mm-listview>li>a.mm-fullsubopen:hover+span, .mm-menu.mm-hoverselected .mm-listview>li>a:not(.mm-fullsubopen):hover, .mm-menu.mm-parentselected .mm-listview>li>a.mm-selected.mm-fullsubopen+a, .mm-menu.mm-parentselected .mm-listview>li>a.mm-selected.mm-fullsubopen+span, .mm-menu.mm-parentselected .mm-listview>li>a.mm-selected:not(.mm-fullsubopen) {
  background: rgba(255, 255, 255, 0.5)
}

input.mm-check, input.mm-toggle {
  position: absolute;
  left: -10000px
}

label.mm-check, label.mm-toggle {
  margin: 0;
  position: absolute;
  top: 50%;
  z-index: 2;
  right: 20px
}

label.mm-check:before, label.mm-toggle:before {
  content: '';
  display: block
}

label.mm-toggle {
  border-radius: 30px;
  width: 50px;
  height: 30px;
  margin-top: -15px
}

label.mm-toggle:before {
  border-radius: 30px;
  width: 28px;
  height: 28px;
  margin: 1px
}

input.mm-toggle:checked~label.mm-toggle:before {
  float: right
}

label.mm-check {
  width: 30px;
  height: 30px;
  margin-top: -15px
}

label.mm-check:before {
  border-left: 3px solid;
  border-bottom: 3px solid;
  width: 40%;
  height: 20%;
  margin: 25% 0 0 20%;
  opacity: .1;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg)
}

input.mm-check:checked~label.mm-check:before {
  opacity: 1
}

li.mm-vertical label.mm-check, li.mm-vertical label.mm-toggle {
  bottom: auto;
  margin-top: 0;
  top: 5px
}

label.mm-toggle+a, label.mm-toggle+span {
  padding-right: 80px
}

label.mm-check+a, label.mm-check+span {
  padding-right: 60px
}

a.mm-next+label.mm-check, a.mm-next+label.mm-toggle {
  right: 60px
}

a.mm-next+label.mm-check+a, a.mm-next+label.mm-check+span, a.mm-next+label.mm-toggle+a, a.mm-next+label.mm-toggle+span {
  margin-right: 50px
}

a.mm-next+label.mm-toggle+a, a.mm-next+label.mm-toggle+span {
  padding-right: 70px
}

a.mm-next+label.mm-check+a, a.mm-next+label.mm-check+span {
  padding-right: 50px
}

em.mm-counter+a.mm-next+label.mm-check, em.mm-counter+a.mm-next+label.mm-toggle {
  right: 100px
}

em.mm-counter+a.mm-next+label.mm-check+a, em.mm-counter+a.mm-next+label.mm-check+span, em.mm-counter+a.mm-next+label.mm-toggle+a, em.mm-counter+a.mm-next+label.mm-toggle+span {
  margin-right: 90px
}

.mm-menu label.mm-toggle {
  background: rgba(0, 0, 0, 0.1)
}

.mm-menu label.mm-toggle:before {
  background: #f3f3f3
}

.mm-menu input.mm-toggle:checked~label.mm-toggle {
  background: #4bd963
}

.mm-menu label.mm-check:before {
  border-color: rgba(0, 0, 0, 0.7)
}

.mm-listview.mm-border-none>li:after, .mm-menu.mm-border-none .mm-listview>li:after {
  content: none
}

.mm-listview.mm-border-full>li:after, .mm-menu.mm-border-full .mm-listview>li:after {
  left: 0 !important
}

.mm-listview.mm-border-offset>li:after, .mm-menu.mm-border-offset .mm-listview>li:after {
  right: 20px
}

.mm-menu.mm-effect-menu-zoom {
  -webkit-transition: -webkit-transform .4s ease;
  transition: -webkit-transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease, -webkit-transform .4s ease
}

html.mm-opened .mm-menu.mm-effect-menu-zoom {
  -webkit-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center
}

html.mm-opening .mm-menu.mm-effect-menu-zoom {
  -webkit-transform: scale(1, 1) translate3d(0, 0, 0);
  transform: scale(1, 1) translate3d(0, 0, 0)
}

html.mm-right.mm-opened .mm-menu.mm-effect-menu-zoom {
  -webkit-transform: scale(0.7, 0.7) translate3d(30%, 0, 0);
  transform: scale(0.7, 0.7) translate3d(30%, 0, 0);
  -webkit-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center
}

html.mm-right.mm-opening .mm-menu.mm-effect-menu-zoom {
  -webkit-transform: scale(1, 1) translate3d(0, 0, 0);
  transform: scale(1, 1) translate3d(0, 0, 0)
}

.mm-menu.mm-effect-menu-slide {
  -webkit-transition: -webkit-transform .4s ease;
  transition: -webkit-transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease, -webkit-transform .4s ease
}

html.mm-opened .mm-menu.mm-effect-menu-slide {
  -webkit-transform: translate3d(-30%, 0, 0);
  transform: translate3d(-30%, 0, 0)
}

html.mm-opening .mm-menu.mm-effect-menu-slide {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

html.mm-right.mm-opened .mm-menu.mm-effect-menu-slide {
  -webkit-transform: translate3d(30%, 0, 0);
  transform: translate3d(30%, 0, 0)
}

html.mm-right.mm-opening .mm-menu.mm-effect-menu-slide {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

.mm-menu.mm-effect-menu-fade {
  opacity: 0;
  -webkit-transition: opacity .4s ease;
  transition: opacity .4s ease
}

html.mm-opening .mm-menu.mm-effect-menu-fade {
  opacity: 1
}

.mm-menu.mm-effect-panels-zoom .mm-panel {
  -webkit-transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
  transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center
}

.mm-menu.mm-effect-panels-zoom .mm-panel.mm-opened {
  -webkit-transform: scale(1, 1) translate3d(0, 0, 0);
  transform: scale(1, 1) translate3d(0, 0, 0)
}

.mm-menu.mm-effect-panels-zoom .mm-panel.mm-opened.mm-subopened {
  -webkit-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  transform: scale(0.7, 0.7) translate3d(-30%, 0, 0)
}

.mm-menu.mm-effect-panels-slide-0 .mm-panel.mm-subopened {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

.mm-menu.mm-effect-panels-slide-100 .mm-panel.mm-subopened {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0)
}

.mm-menu[class*=mm-effect-listitems-] .mm-listview>li {
  -webkit-transition: none .4s ease;
  transition: none .4s ease
}

.mm-menu[class*=mm-effect-listitems-] .mm-listview>li:nth-child(1) {
  -webkit-transition-delay: 50ms;
  transition-delay: 50ms
}

.mm-menu[class*=mm-effect-listitems-] .mm-listview>li:nth-child(2) {
  -webkit-transition-delay: .1s;
  transition-delay: .1s
}

.mm-menu[class*=mm-effect-listitems-] .mm-listview>li:nth-child(3) {
  -webkit-transition-delay: 150ms;
  transition-delay: 150ms
}

.mm-menu[class*=mm-effect-listitems-] .mm-listview>li:nth-child(4) {
  -webkit-transition-delay: .2s;
  transition-delay: .2s
}

.mm-menu[class*=mm-effect-listitems-] .mm-listview>li:nth-child(5) {
  -webkit-transition-delay: 250ms;
  transition-delay: 250ms
}

.mm-menu[class*=mm-effect-listitems-] .mm-listview>li:nth-child(6) {
  -webkit-transition-delay: .3s;
  transition-delay: .3s
}

.mm-menu[class*=mm-effect-listitems-] .mm-listview>li:nth-child(7) {
  -webkit-transition-delay: 350ms;
  transition-delay: 350ms
}

.mm-menu[class*=mm-effect-listitems-] .mm-listview>li:nth-child(8) {
  -webkit-transition-delay: .4s;
  transition-delay: .4s
}

.mm-menu[class*=mm-effect-listitems-] .mm-listview>li:nth-child(9) {
  -webkit-transition-delay: 450ms;
  transition-delay: 450ms
}

.mm-menu[class*=mm-effect-listitems-] .mm-listview>li:nth-child(10) {
  -webkit-transition-delay: .5s;
  transition-delay: .5s
}

.mm-menu[class*=mm-effect-listitems-] .mm-listview>li:nth-child(11) {
  -webkit-transition-delay: 550ms;
  transition-delay: 550ms
}

.mm-menu[class*=mm-effect-listitems-] .mm-listview>li:nth-child(12) {
  -webkit-transition-delay: .6s;
  transition-delay: .6s
}

.mm-menu[class*=mm-effect-listitems-] .mm-listview>li:nth-child(13) {
  -webkit-transition-delay: 650ms;
  transition-delay: 650ms
}

.mm-menu[class*=mm-effect-listitems-] .mm-listview>li:nth-child(14) {
  -webkit-transition-delay: .7s;
  transition-delay: .7s
}

.mm-menu[class*=mm-effect-listitems-] .mm-listview>li:nth-child(15) {
  -webkit-transition-delay: 750ms;
  transition-delay: 750ms
}

.mm-menu.mm-effect-listitems-slide .mm-listview>li {
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transform: translate3d(50%, 0, 0);
  transform: translate3d(50%, 0, 0);
  opacity: 0
}

html.mm-opening .mm-menu.mm-effect-listitems-slide .mm-panel.mm-opened .mm-listview>li {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1
}

.mm-menu.mm-effect-listitems-fade .mm-listview>li {
  -webkit-transition-property: opacity;
  transition-property: opacity;
  opacity: 0
}

html.mm-opening .mm-menu.mm-effect-listitems-fade .mm-panel.mm-opened .mm-listview>li {
  opacity: 1
}

.mm-menu.mm-effect-listitems-drop .mm-listview>li {
  -webkit-transition-property: opacity, top;
  transition-property: opacity, top;
  opacity: 0;
  top: -25%
}

html.mm-opening .mm-menu.mm-effect-listitems-drop .mm-panel.mm-opened .mm-listview>li {
  opacity: 1;
  top: 0
}

.mm-menu.mm-fullscreen {
  width: 100%;
  min-width: 140px;
  max-width: 10000px
}

html.mm-opening.mm-fullscreen .mm-slideout {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0)
}

@media all and (max-width: 140px) {
  html.mm-opening.mm-fullscreen .mm-slideout {
    -webkit-transform: translate3d(140px, 0, 0);
    transform: translate3d(140px, 0, 0)
  }
}

@media all and (min-width: 10000px) {
  html.mm-opening.mm-fullscreen .mm-slideout {
    -webkit-transform: translate3d(10000px, 0, 0);
    transform: translate3d(10000px, 0, 0)
  }
}

html.mm-right.mm-opening.mm-fullscreen .mm-slideout {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0)
}

@media all and (max-width: 140px) {
  html.mm-right.mm-opening.mm-fullscreen .mm-slideout {
    -webkit-transform: translate3d(-140px, 0, 0);
    transform: translate3d(-140px, 0, 0)
  }
}

@media all and (min-width: 10000px) {
  html.mm-right.mm-opening.mm-fullscreen .mm-slideout {
    -webkit-transform: translate3d(-10000px, 0, 0);
    transform: translate3d(-10000px, 0, 0)
  }
}

.mm-menu.mm-fullscreen.mm-bottom, .mm-menu.mm-fullscreen.mm-top {
  height: 100%;
  min-height: 140px;
  max-height: 10000px
}

html.mm-opened.mm-fullscreen .mm-page {
  box-shadow: none !important
}

.mm-menu .mm-panels>.mm-panel.mm-justified-listview:after, .mm-menu .mm-panels>.mm-panel.mm-justified-listview:before, .mm-menu.mm-justified-listview .mm-panels>.mm-panel:after, .mm-menu.mm-justified-listview .mm-panels>.mm-panel:before {
  content: none;
  display: none
}

.mm-menu .mm-panels>.mm-panel.mm-justified-listview>.mm-listview, .mm-menu.mm-justified-listview .mm-panels>.mm-panel>.mm-listview {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0
}

.mm-menu .mm-panels>.mm-panel.mm-justified-listview>.mm-listview>li:not(.mm-divider), .mm-menu.mm-justified-listview .mm-panels>.mm-panel>.mm-listview>li:not(.mm-divider) {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0;
  -ms-flex: 1 1 0;
  flex: 1 1 0
}

.mm-menu .mm-panels>.mm-panel.mm-justified-listview>.mm-listview>li:not(.mm-divider)>a:not(.mm-next), .mm-menu .mm-panels>.mm-panel.mm-justified-listview>.mm-listview>li:not(.mm-divider)>span, .mm-menu.mm-justified-listview .mm-panels>.mm-panel>.mm-listview>li:not(.mm-divider)>a:not(.mm-next), .mm-menu.mm-justified-listview .mm-panels>.mm-panel>.mm-listview>li:not(.mm-divider)>span {
  box-sizing: border-box;
  height: 100%
}

.mm-menu .mm-panels>.mm-panel.mm-justified-listview>.mm-listview>li:not(.mm-divider)>a:not(.mm-next):before, .mm-menu .mm-panels>.mm-panel.mm-justified-listview>.mm-listview>li:not(.mm-divider)>span:before, .mm-menu.mm-justified-listview .mm-panels>.mm-panel>.mm-listview>li:not(.mm-divider)>a:not(.mm-next):before, .mm-menu.mm-justified-listview .mm-panels>.mm-panel>.mm-listview>li:not(.mm-divider)>span:before {
  content: '';
  vertical-align: middle;
  display: inline-block;
  height: 100%;
  width: 0
}

.mm-listview.mm-multiline>li .mm-listview>li.mm-multiline>a, .mm-listview.mm-multiline>li .mm-listview>li.mm-multiline>span, .mm-menu.mm-multiline .mm-listview>li>a, .mm-menu.mm-multiline .mm-listview>li>span {
  text-overflow: clip;
  white-space: normal
}

html.mm-pagedim #mm-blocker, html.mm-pagedim-black #mm-blocker, html.mm-pagedim-white #mm-blocker {
  opacity: 0
}

html.mm-pagedim-black.mm-opening #mm-blocker, html.mm-pagedim-white.mm-opening #mm-blocker, html.mm-pagedim.mm-opening #mm-blocker {
  opacity: .3;
  -webkit-transition: opacity .4s ease .4s;
  transition: opacity .4s ease .4s
}

html.mm-pagedim #mm-blocker {
  background: inherit
}

html.mm-pagedim-white #mm-blocker {
  background: #fff
}

html.mm-pagedim-black #mm-blocker {
  background: #000
}

.mm-menu.mm-pageshadow:after {
  content: "";
  display: block;
  width: 20px;
  height: 120%;
  position: absolute;
  left: 100%;
  top: -10%;
  z-index: 99;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3)
}

.mm-menu.mm-pageshadow.mm-right:after {
  left: auto;
  right: 100%
}

.mm-menu.mm-pageshadow.mm-front:after, .mm-menu.mm-pageshadow.mm-next:after {
  content: none;
  display: none
}

.mm-menu.mm-popup {
  -webkit-transition: opacity .4s ease;
  transition: opacity .4s ease;
  opacity: 0;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  height: 80%;
  min-height: 140px;
  max-height: 880px;
  top: 50%;
  left: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0)
}

html.mm-popup.mm-opening .mm-menu.mm-popup {
  opacity: 1
}

html.mm-popup .mm-slideout {
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
  z-index: 0
}

html.mm-popup #mm-blocker {
  -webkit-transition-delay: 0s !important;
  transition-delay: 0s !important;
  z-index: 1
}

html.mm-popup .mm-menu {
  z-index: 2
}

.mm-menu.mm-bottom, .mm-menu.mm-top {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 80%;
  min-height: 140px;
  max-height: 880px
}

.mm-menu.mm-right {
  left: auto;
  right: 0
}

html.mm-right.mm-opening .mm-slideout {
  -webkit-transform: translate3d(-80%, 0, 0);
  transform: translate3d(-80%, 0, 0)
}

@media all and (max-width: 175px) {
  html.mm-right.mm-opening .mm-slideout {
    -webkit-transform: translate3d(-140px, 0, 0);
    transform: translate3d(-140px, 0, 0)
  }
}

@media all and (min-width: 550px) {
  html.mm-right.mm-opening .mm-slideout {
    -webkit-transform: translate3d(-440px, 0, 0);
    transform: translate3d(-440px, 0, 0)
  }
}

html.mm-front .mm-slideout {
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
  z-index: 0
}

html.mm-front #mm-blocker {
  z-index: 1
}

html.mm-front .mm-menu {
  z-index: 2
}

.mm-menu.mm-front, .mm-menu.mm-next {
  -webkit-transition: -webkit-transform .4s ease;
  transition: -webkit-transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease, -webkit-transform .4s ease;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0)
}

.mm-menu.mm-front.mm-right, .mm-menu.mm-next.mm-right {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0)
}

.mm-menu.mm-top {
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0)
}

.mm-menu.mm-bottom {
  top: auto;
  bottom: 0;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0)
}

html.mm-opening .mm-menu.mm-front, html.mm-opening .mm-menu.mm-next {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

.mm-menu.mm-theme-dark {
  background: #333;
  border-color: rgba(0, 0, 0, 0.15);
  color: rgba(255, 255, 255, 0.8)
}

.mm-menu.mm-theme-dark .mm-navbar a, .mm-menu.mm-theme-dark .mm-navbar>*, .mm-menu.mm-theme-dark em.mm-counter {
  color: rgba(255, 255, 255, 0.4)
}

.mm-menu.mm-theme-dark .mm-btn:after, .mm-menu.mm-theme-dark .mm-btn:before {
  border-color: rgba(255, 255, 255, 0.4)
}

.mm-menu.mm-theme-dark .mm-listview {
  border-color: rgba(0, 0, 0, 0.15)
}

.mm-menu.mm-theme-dark .mm-listview>li .mm-arrow:after, .mm-menu.mm-theme-dark .mm-listview>li .mm-next:after {
  border-color: rgba(255, 255, 255, 0.4)
}

.mm-menu.mm-theme-dark .mm-listview>li a:not(.mm-next) {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.1);
  tap-highlight-color: rgba(0, 0, 0, 0.1)
}

.mm-menu.mm-theme-dark .mm-listview>li.mm-selected>a:not(.mm-next), .mm-menu.mm-theme-dark .mm-listview>li.mm-selected>span {
  background: rgba(0, 0, 0, 0.1)
}

.mm-menu.mm-theme-dark .mm-divider, .mm-menu.mm-theme-dark .mm-fixeddivider span, .mm-menu.mm-theme-dark .mm-listview>li.mm-opened.mm-vertical>.mm-panel, .mm-menu.mm-theme-dark .mm-listview>li.mm-opened.mm-vertical>a.mm-next, .mm-menu.mm-theme-dark.mm-vertical .mm-listview>li.mm-opened>.mm-panel, .mm-menu.mm-theme-dark.mm-vertical .mm-listview>li.mm-opened>a.mm-next {
  background: rgba(255, 255, 255, 0.05)
}

.mm-menu.mm-theme-dark label.mm-check:before {
  border-color: rgba(255, 255, 255, 0.8)
}

.mm-menu.mm-pageshadow.mm-theme-dark:after {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5)
}

.mm-menu.mm-theme-dark .mm-search input {
  background: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.8)
}

.mm-menu.mm-theme-dark .mm-indexer a, .mm-menu.mm-theme-dark .mm-noresultsmsg {
  color: rgba(255, 255, 255, 0.4)
}

.mm-menu.mm-hoverselected.mm-theme-dark .mm-listview>li>a.mm-fullsubopen:hover+span, .mm-menu.mm-hoverselected.mm-theme-dark .mm-listview>li>a:not(.mm-fullsubopen):hover, .mm-menu.mm-parentselected.mm-theme-dark .mm-listview>li>a.mm-selected.mm-fullsubopen+a, .mm-menu.mm-parentselected.mm-theme-dark .mm-listview>li>a.mm-selected.mm-fullsubopen+span, .mm-menu.mm-parentselected.mm-theme-dark .mm-listview>li>a.mm-selected:not(.mm-fullsubopen) {
  background: rgba(0, 0, 0, 0.1)
}

.mm-menu.mm-theme-dark label.mm-toggle {
  background: rgba(0, 0, 0, 0.15)
}

.mm-menu.mm-theme-dark label.mm-toggle:before {
  background: #333
}

.mm-menu.mm-theme-dark input.mm-toggle:checked~label.mm-toggle {
  background: #4bd963
}

.mm-menu.mm-theme-white {
  background: #fff;
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.6)
}

.mm-menu.mm-theme-white .mm-navbar a, .mm-menu.mm-theme-white .mm-navbar>*, .mm-menu.mm-theme-white em.mm-counter {
  color: rgba(0, 0, 0, 0.3)
}

.mm-menu.mm-theme-white .mm-btn:after, .mm-menu.mm-theme-white .mm-btn:before {
  border-color: rgba(0, 0, 0, 0.3)
}

.mm-menu.mm-theme-white .mm-listview {
  border-color: rgba(0, 0, 0, 0.1)
}

.mm-menu.mm-theme-white .mm-listview>li .mm-arrow:after, .mm-menu.mm-theme-white .mm-listview>li .mm-next:after {
  border-color: rgba(0, 0, 0, 0.3)
}

.mm-menu.mm-theme-white .mm-listview>li a:not(.mm-next) {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.05);
  tap-highlight-color: rgba(0, 0, 0, 0.05)
}

.mm-menu.mm-theme-white .mm-listview>li.mm-selected>a:not(.mm-next), .mm-menu.mm-theme-white .mm-listview>li.mm-selected>span {
  background: rgba(0, 0, 0, 0.05)
}

.mm-menu.mm-theme-white .mm-divider, .mm-menu.mm-theme-white .mm-fixeddivider span, .mm-menu.mm-theme-white .mm-listview>li.mm-opened.mm-vertical>.mm-panel, .mm-menu.mm-theme-white .mm-listview>li.mm-opened.mm-vertical>a.mm-next, .mm-menu.mm-theme-white.mm-vertical .mm-listview>li.mm-opened>.mm-panel, .mm-menu.mm-theme-white.mm-vertical .mm-listview>li.mm-opened>a.mm-next {
  background: rgba(0, 0, 0, 0.03)
}

.mm-menu.mm-theme-white label.mm-check:before {
  border-color: rgba(0, 0, 0, 0.6)
}

.mm-menu.mm-pageshadow.mm-theme-white:after {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2)
}

.mm-menu.mm-theme-white .mm-search input {
  background: rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.6)
}

.mm-menu.mm-theme-white .mm-indexer a, .mm-menu.mm-theme-white .mm-noresultsmsg {
  color: rgba(0, 0, 0, 0.3)
}

.mm-menu.mm-hoverselected.mm-theme-white .mm-listview>li>a.mm-fullsubopen:hover+span, .mm-menu.mm-hoverselected.mm-theme-white .mm-listview>li>a:not(.mm-fullsubopen):hover, .mm-menu.mm-parentselected.mm-theme-white .mm-listview>li>a.mm-selected.mm-fullsubopen+a, .mm-menu.mm-parentselected.mm-theme-white .mm-listview>li>a.mm-selected.mm-fullsubopen+span, .mm-menu.mm-parentselected.mm-theme-white .mm-listview>li>a.mm-selected:not(.mm-fullsubopen) {
  background: rgba(0, 0, 0, 0.05)
}

.mm-menu.mm-theme-white label.mm-toggle {
  background: rgba(0, 0, 0, 0.1)
}

.mm-menu.mm-theme-white label.mm-toggle:before {
  background: #fff
}

.mm-menu.mm-theme-white input.mm-toggle:checked~label.mm-toggle {
  background: #4bd963
}

.mm-menu.mm-theme-black {
  background: #000;
  border-color: rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.6)
}

.mm-menu.mm-theme-black .mm-navbar a, .mm-menu.mm-theme-black .mm-navbar>*, .mm-menu.mm-theme-black em.mm-counter {
  color: rgba(255, 255, 255, 0.4)
}

.mm-menu.mm-theme-black .mm-btn:after, .mm-menu.mm-theme-black .mm-btn:before {
  border-color: rgba(255, 255, 255, 0.4)
}

.mm-menu.mm-theme-black .mm-listview {
  border-color: rgba(255, 255, 255, 0.2)
}

.mm-menu.mm-theme-black .mm-listview>li .mm-arrow:after, .mm-menu.mm-theme-black .mm-listview>li .mm-next:after {
  border-color: rgba(255, 255, 255, 0.4)
}

.mm-menu.mm-theme-black .mm-listview>li a:not(.mm-next) {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0.3);
  tap-highlight-color: rgba(255, 255, 255, 0.3)
}

.mm-menu.mm-theme-black .mm-listview>li.mm-selected>a:not(.mm-next), .mm-menu.mm-theme-black .mm-listview>li.mm-selected>span {
  background: rgba(255, 255, 255, 0.3)
}

.mm-menu.mm-theme-black .mm-divider, .mm-menu.mm-theme-black .mm-fixeddivider span, .mm-menu.mm-theme-black .mm-listview>li.mm-opened.mm-vertical>.mm-panel, .mm-menu.mm-theme-black .mm-listview>li.mm-opened.mm-vertical>a.mm-next, .mm-menu.mm-theme-black.mm-vertical .mm-listview>li.mm-opened>.mm-panel, .mm-menu.mm-theme-black.mm-vertical .mm-listview>li.mm-opened>a.mm-next {
  background: rgba(255, 255, 255, 0.2)
}

.mm-menu.mm-theme-black label.mm-check:before {
  border-color: rgba(255, 255, 255, 0.6)
}

.mm-menu.mm-pageshadow.mm-theme-black:after {
  content: none;
  display: none
}

.mm-menu.mm-theme-black .mm-search input {
  background: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.6)
}

.mm-menu.mm-theme-black .mm-indexer a, .mm-menu.mm-theme-black .mm-noresultsmsg {
  color: rgba(255, 255, 255, 0.4)
}

.mm-menu.mm-hoverselected.mm-theme-black .mm-listview>li>a.mm-fullsubopen:hover+span, .mm-menu.mm-hoverselected.mm-theme-black .mm-listview>li>a:not(.mm-fullsubopen):hover, .mm-menu.mm-parentselected.mm-theme-black .mm-listview>li>a.mm-selected.mm-fullsubopen+a, .mm-menu.mm-parentselected.mm-theme-black .mm-listview>li>a.mm-selected.mm-fullsubopen+span, .mm-menu.mm-parentselected.mm-theme-black .mm-listview>li>a.mm-selected:not(.mm-fullsubopen) {
  background: rgba(255, 255, 255, 0.3)
}

.mm-menu.mm-theme-black label.mm-toggle {
  background: rgba(255, 255, 255, 0.2)
}

.mm-menu.mm-theme-black label.mm-toggle:before {
  background: #000
}

.mm-menu.mm-theme-black input.mm-toggle:checked~label.mm-toggle {
  background: #4bd963
}

.mm-menu .mm-tileview.mm-listview:after, .mm-menu.mm-tileview .mm-listview:after {
  content: '';
  display: block;
  clear: both
}

.mm-menu .mm-tileview.mm-listview>li>.mm-next:after, .mm-menu .mm-tileview.mm-listview>li>.mm-next:before, .mm-menu.mm-tileview .mm-listview>li>.mm-next:after, .mm-menu.mm-tileview .mm-listview>li>.mm-next:before, .mm-menu.mm-tileview .mm-panel:after {
  content: none;
  display: none
}

.mm-menu .mm-tileview.mm-listview>li, .mm-menu.mm-tileview .mm-listview>li {
  width: 50%;
  height: 0;
  padding: 50% 0 0;
  float: left;
  position: relative
}

.mm-menu .mm-tileview.mm-listview>li:after, .mm-menu.mm-tileview .mm-listview>li:after {
  left: 0;
  top: 0;
  border-right-width: 1px;
  border-right-style: solid;
  z-index: -1
}

.mm-menu .mm-tileview.mm-listview>li.mm-tile-xs, .mm-menu.mm-tileview .mm-listview>li.mm-tile-xs {
  width: 12.5%;
  padding-top: 12.5%
}

.mm-menu .mm-tileview.mm-listview>li.mm-tile-s, .mm-menu.mm-tileview .mm-listview>li.mm-tile-s {
  width: 25%;
  padding-top: 25%
}

.mm-menu .mm-tileview.mm-listview>li.mm-tile-l, .mm-menu.mm-tileview .mm-listview>li.mm-tile-l {
  width: 75%;
  padding-top: 75%
}

.mm-menu .mm-tileview.mm-listview>li.mm-tile-xl, .mm-menu.mm-tileview .mm-listview>li.mm-tile-xl {
  width: 100%;
  padding-top: 100%
}

.mm-menu .mm-tileview.mm-listview>li>a, .mm-menu .mm-tileview.mm-listview>li>span, .mm-menu.mm-tileview .mm-listview>li>a, .mm-menu.mm-tileview .mm-listview>li>span {
  line-height: 1px;
  text-align: center;
  padding: 50% 10px 0;
  margin: 0;
  position: absolute;
  top: 0;
  right: 1px;
  bottom: 1px;
  left: 0
}

.mm-menu .mm-tileview.mm-listview>li>.mm-next, .mm-menu.mm-tileview .mm-listview>li>.mm-next {
  width: auto
}

.mm-menu.mm-tileview .mm-panel {
  padding-left: 0;
  padding-right: 0
}

.mm-menu.mm-tileview .mm-listview {
  margin: 0
}

#submenu, #smp-navigationList {
  display: none;
  background: #E9EDF4;
  z-index: 100000
}

.mm-listview .mm-divider, .mm-listview>li>a, .mm-listview>li>span, .mm-navbar .mm-title {
  text-overflow: clip;
  white-space: normal;
  overflow: visible
}

.has-secnd-navi.show-secnd-navi #secnd-navi {
  position: fixed;
  top: 106px;
  z-index: 9999999
}

.has-secnd-navi.show-secnd-navi #page.mm-slideout {
  padding-top: 80px
}

.has-secnd-navi.hide-secnd-navi #secnd-navi {
  display: none
}

.has-secnd-navi.hide-secnd-navi #page.mm-slideout {
  padding-top: 80px
}

html.mm-front #mm-blocker {
  opacity: .3;
  -webkit-transition: opacity .4s ease .4s;
  transition: opacity .4s ease .4s;
  background: #000
}

.mm-listview>li:not(.mm-divider):after, .mm-listview>li:after {
  border-color: #FFF;
  left: 0
}

.mm-listview>li>a, .mm-listview>li>span {
  padding-top: 20px;
  padding-bottom: 20px
}

.mm-listview>li.home:not(.mm-divider) a, .mm-listview>li.home a {
  background: url("/00cmn/img/common/ico-home.png") no-repeat 97.5% 40%;
  background-size: 32px auto
}

.mm-listview>li.category_top:not(.mm-divider) a, .mm-listview>li.category_top a {
  background: #D9D9D9;
  padding-top: 23px;
  padding-bottom: 25px;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  color: #333
}

.mm-listview>li.category_top:not(.mm-divider) a:before, .mm-listview>li.category_top a:before {
  content: "< "
}

.mm-listview>li:not(.mm-divider).category_top:after, .mm-listview>li.category_top:after {
  border-bottom-width: 3px
}

.mm-listview>li.nav_child:not(.mm-divider), .mm-listview>li.nav_child {
  padding-left: 30px
}

.mm-listview > li.nav_child.nav_child__unlink { background-color: #ccc; }

.mm-listview>li.back:not(.mm-divider) a, .mm-listview>li.back a {
  background: #cc0000;
  color: #FFF;
  padding-top: 23px;
  padding-bottom: 25px;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
}

.mm-listview>li.back:not(.mm-divider) a:before, .mm-listview>li.back a:before {
  content: "< "
}

.mm-listview>li:not(.mm-divider).back:after, .mm-listview>li.back:after {
  border-bottom-width: 3px
}

.mm-listview>li.nav_main:not(.mm-divider) a, .mm-listview>li.nav_main a {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  color: #333
}

.mm-listview>li.nav_main:not(.mm-divider) a:before, .mm-listview>li.nav_main a:before {
  content: "> "
}

.mm-listview>li.nav_child:not(.mm-divider), .mm-listview>li.nav_child {
  padding-left: 30px
}

#mm-blocker {
  top: 185px
}

.btn--submenu-open {
  white-space: nowrap;
  overflow: hidden;
  text-indent: 100%;
  background: url("../img/common/btn-spmenu.png") no-repeat left top;
  width: 32px;
  height: 32px;
  background-size: 32px auto
}

.btn--submenu-open.current {
  background: url("../img/common/btn-close.png") no-repeat left top;
  background-size: 32px auto
}

#secnd-navi .cg-wrap .btn--submenu-open {
  position: absolute;
  top: 23px;
  right: 13px
}

#submenu {
  top: 185px
}

#submenu.mm-menu.mm-offcanvas.mm-current {
  display: block
}

@media (max-width: 767px) {
  #mm-blocker {
    top: 60px
  }
  #secnd-navi, .has-secnd-navi #secnd-navi, #submenu {
    display: none
  }
  #submenu.mm-menu.mm-offcanvas.mm-current, #smp-navigationList {
    display: none
  }
  #smp-navigationList.mm-menu.mm-offcanvas.mm-current {
    display: block
  }
  #smp-navigationList {
    top: 59px
  }
  #smp-navigationList .mm-panels {
    top: 59px
  }
  ul.sp-navi-list span, ul.sp-navi-list a, .sp-topnavi-list div a {
    background: transparent;
    border-bottom: none
  }
  ul.sp-navi-list a:after, ul.sp-navi-list span:after, .sp-topnavi-list div a:after {
    background-image: none;
    width: 10px;
    height: 10px;
    margin-top: -5px;
    right: 15px
  }
  #smp-search-bar {
    margin-top: 0
  }
}

.mm-panel li.current:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 4px;
  background: #c00;
  z-index: 999;
  border-bottom: solid 3px #c00
}


/*!
Add Fullwide 26dec2016
 */

.cg-wrap {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  overflow: hidden;
  max-width: 1230px
}

.colplus60 .conts-vbox h2 span {
  font-size: 24px;
  background-size: 20px;
  padding-right: 34px;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: right center;
  line-height: 1em;
  padding-top: 2px;
  padding-bottom: 2px;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
}

#sns-box p.sma-link, #sns-box, .cpr-blk {
  font-size: 16px
}

ul.foot-print li {
  font-size: 12px
}


@media (min-width: 768px) {
  body {
    font-size: 18px
  }
  .cg-wrap {
    margin: 0 15px
  }
  .cg-wrap.max980 {
    max-width: 100%;
    font-size: 18px;
    margin: 0 15px
  }
  .cg-wrap.max980 h2 {
    font-size: 28px
  }
  h1, .h1 {
    font-size: 42px;
    margin: 22px 0;
    font-weight: 200
  }
  h2, .h2 {
    font-size: 34px
  }
  h3, .h3 {
    font-size: 24px
  }
  h4, .h4 {
    font-size: 20px
  }
  .section-box h2, .section-box .h2 {
    font-size: 28px;
    margin-top: 24px
  }
  .section-box h3, .section-box .h3 {
    font-size: 24px
  }
  .colplus60 .conts-vbox h2 span {
    font-size: 24px;
    background-size: 20px;
    padding-right: 34px
  }
}

@media (min-width: 1024px) {
  .cg-wrap {
    margin: 0 50px;
    font-size: 18px
  }
  .cg-wrap.max980 {
    max-width: 100%;
    font-size: 18px;
    margin: 0 50px
  }
  .cg-wrap.max980 h2 {
    font-size: 32px
  }
  .cg-wrap.max980 p, .support-text-block {
    font-size: 18px
  }
  ul.foot-print li {
    font-size: 14px
  }
  .newsroom h2.brdr-line {
    font-size: 32px
  }
  .colplus60 .conts-vbox h2 span {
    font-size: 28px;
    background-size: 24px;
    padding-right: 38px
  }
  .col-tbl-4>div.inner h3 {
    font-size: 24px
  }
}

@media (min-width: 1080px) {
  .cg-wrap {
    max-width: 100%;
    margin: 0 50px;
    font-size: 20px
  }
  #news-detail {
    max-width: 100%
  }
  .cg-wrap.max980 {
    max-width: 100%;
    margin: 0 50px;
    font-size: 20px
  }
  h1, .h1 {
    font-size: 42px
  }
  h2, .h2 {
    font-size: 34px
  }
  h3, .h3 {
    font-size: 26px
  }
  h4, .h4 {
    font-size: 22px
  }
  .section-box .cg-wrap.max980 h3, .section-box .cg-wrap.max980 .h3 {
    font-size: 24px
  }
  .cg-wrap.max980 h2 {
    font-size: 32px
  }
  .cg-wrap.max980 p, #news-detail p, .support-text-block {
    font-size: 20px
  }
  #news-detail h3, #news-detail .h3 {
    font-size: 24px
  }
  #news-detail h4 {
    font-size: 22px
  }
  .newsroom h2.brdr-line {
    font-size: 32px
  }
  .cg-wrap.max980 h2.h4 {
    font-size: 28px
  }
  .col-tbl-4>div.inner h3 {
    font-size: 24px
  }
}

@media (min-width: 1331px) {
  .cg-wrap {
    max-width: 1230px;
    margin: 0 auto;
    font-size: 22px
  }
  .cg-wrap.max980 {
    max-width: 1230px;
    margin: 0 auto;
    font-size: 22px
  }
  h1, .h1 {
    font-size: 42px
  }
  h2, .h2 {
    font-size: 38px
  }
  h3, .h3 {
    font-size: 28px
  }
  h4, .h4 {
    font-size: 24px
  }
  .cg-wrap.max980 h2 {
    font-size: 40px
  }
  .cg-wrap.max980 p {
    font-size: 22px
  }
  .newsroom h2.brdr-line {
    font-size: 38px
  }
  .colplus60 .conts-vbox h2 span {
    font-size: 30px;
    background-size: 26px;
    padding-right: 40px
  }
  .cg-wrap.max980 h2.h4 {
    font-size: 30px
  }
  .section-box .cg-wrap.max980 h3, .section-box .cg-wrap.max980 .h3 {
    font-size: 26px
  }
  .section-box .cg-wrap.max980 h4, .section-box .cg-wrap.max980 .h4 {
    font-size: 24px
  }
  #news-detail {
    max-width: 100%
  }
  #news-detail {
    font-size: 22px
  }
  #news-detail p {
    font-size: 22px
  }
  #news-detail h3, #news-detail .h3 {
    font-size: 28px
  }
  #news-detail h4 {
    font-size: 24px
  }
  .col-tbl-4>div.inner h3 {
    font-size: 28px
  }
}

@media (max-width: 767px) {
  body {
    font-size: 16px
  }
  h1, .h1 {
    font-size: 30px
      /*font-size: 1.4375rem;*/
  }
  h2, .h2 {
    font-size: 24px
  }
  h3, .h3 {
    font-size: 20px
  }
  h4, .h4 {
    font-size: 18px
  }
  .section-box h2, .section-box .h2 {
    font-size: 26px
  }
  .section-box h3, .section-box .h3 {
    font-size: 22px
  }
  .colplus60 .conts-vbox h2 span {
    font-size: 18px;
    background-size: 16px;
    padding-right: 26px;
    float: none;
    text-align: left
  }
}

#news-detail .img-logo {
  left: 10px
}


/*!
Add Fullwide 26dec2016
 */

@media print {
  header, navigation, #header, #navigation, smp-navigation, footer, #foot-print {
    display: none
  }
  body {
    width: 1030px;
    _zoom: 0.68
  }
  .cg-wrap {
    width: 980px
  }
}


/**!
list card
===================================*/

.list-card.col-row {
  margin-left: 0;
  margin-right: 0;
}

.list-card .list-card--item {
  background-color: #f3f3f3;
}

.list-card .list-card--item.col-sm-6 {
  padding-right: 0;
  padding-left: 0;
}

.list-card .list-card--item>a {
  display: block;
  border-bottom: solid 2px #FFF;
}

.list-card .list-card--item>a:hover, .list-card .list-card--item>a:visited, .list-card .list-card--item>a:active, .list-card .list-card--item>a:focus {
  text-decoration: none;
}

.list-card .list-card--item h2.list-card--item-title {
  margin-bottom: 0;
}

.list-card .list-card--item .list-card--item-title {
  padding: 0px 15px;
  display: table;
  min-height: 60px;
}

.list-card .list-card--item .list-card--item-title-cell {
  display: table-cell;
  vertical-align: middle;
}

.list-card .list-card--item .list-card--item-title span {
  font-size: 28px;
  background-size: 25px;
  padding-right: 38px;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: right center;
  line-height: 1em;
  padding-top: 2px;
  padding-bottom: 2px;
}

.list-card .list-card--item .list-card--item-title span.arw-l {
  background-image: url(/00cmn/img/common/link-arrow-bk.png);
  background-position: right center;
  background-repeat: no-repeat;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 24px;
  background-size: 20px;
  padding-right: 34px;
}

@media (min-width: 1024px) {
  .list-card .list-card--item .list-card--item-title span, .list-card .list-card--item .list-card--item-title span.arw-l {
    font-size: 24px;
    background-size: 22px;
    padding-right: 34px;
  }
}

@media (min-width: 768px) {
  .list-card .list-card--item .list-card--item-title span, .list-card .list-card--item .list-card--item-title span.arw-l {
    font-size: 22px;
    background-size: 19px;
    padding-right: 32px;
  }
}

@media (max-width: 767px) {
  .list-card .list-card--item .list-card--item-title span, .list-card .list-card--item .list-card--item-title span.arw-l {
    font-size: 18px;
    background-size: 16px;
    padding-right: 26px;
  }
}

@media (max-width: 1023px) {
  .section-box.section-box__tablet-top-nonspace {
    padding-top: 0;
  }
}

@media (max-width: 767px) {
  #sns-box p.sma-link a.arw::after {
    position: relative;
    display: inline-block;
    margin-left: 5px;
    margin-top: 2px;
    top: 1px;
    left: auto;
    right: auto;
  }
}


/* =====================
  dwnload-dl
===================== */

.dwnload-dl dd.ico-loupeh {
  padding-right: 50px;
  position: relative
}

.dwnload-dl dd.ico-loupeh:before {
  content: " ";
  display: block;
  position: absolute;
  width: 32px;
  height: 32px;
  background: url(/00cmn/img/common/btn-loupeh.png) no-repeat center center;
  top: 50%;
  margin-top: -16px;
  right: 10px;
  background-size: contain
}


/* =====================
search link
===================== */

.search-link, a.search-link, .mm-menu .mm-navbar a.search-link {
  display: block;
  text-align: left;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  color: #7B7F7F;
}

.search-link.search-link__side, a.search-link.search-link__side, .mm-menu .mm-navbar a.search-link.search-link__side {
  height: 59px;
  padding: 0.195em 0.2em 0.195em 1em;
  box-sizing: border-box;
  /* padding: 0.2em 0.2em 0.2em 1em; */
  border-top: 1px solid #888;
  border-bottom: 1px solid #888;
}

@media (max-width: 767px) {
  .search-link.search-link__side, a.search-link.search-link__side, .mm-menu .mm-navbar a.search-link.search-link__side {
    margin-top: 1px;
  }
  #smp-search-bar .dwnload-dl dt {
    padding: 15px 20px 15px 5px;
  }
  #smp-search-bar .dwnload-dl dd.ico-loupeh:before {
    right: 7px;
  }
}