@import url("pure-grids-min.css");
/* mixin
-------------------------------- */
/* layout
---------------------------------------------------------------------------- */
#header {
  border-top: solid 10px #FF0;
}
@media screen and (max-width: 767px) {
  #header {
    border-top: none;
    background: #FF0;
    position: relative;
  }
}
#header #header-menu {
  padding-top: 20px;
  font-size: 11px;
  line-height: 1.2em;
  position: relative;
}
@media screen and (max-width: 767px) {
  #header #header-menu {
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 53px;
    width: 100%;
    background-color: #FFF;
    z-index: 9000;
    display: none;
  }
}
#header #header-menu a {
  color: #565656;
  text-decoration: none;
}
#header #header-menu a:link {
  color: #565656;
}
#header #header-menu a:visited {
  color: #565656;
}
#header #header-menu a:hover {
  color: #666;
}
#header #header-menu a:active {
  color: #565656;
}
#header #header-menu li {
  margin-left: 20px;
  float: right;
  position: relative;
  list-style: none;
}
@media screen and (max-width: 767px) {
  #header #header-menu li {
    display: none;
  }
}
#header #header-menu li.lang-switch {
  margin-right: 20px;
  padding-left: 20px;
}
#header #header-menu li.lang-switch a .fa-globe {
  left: 0;
  top: 0;
  position: absolute;
  font-size: 14px;
}
#header #header-menu li.lang-switch ul {
  padding: 2px 12px 12px;
  background-color: #F2F2F2;
  overflow: hidden;
  position: absolute;
  top: 20px;
  left: 0;
  z-index: 10000;
  display: none;
}
#header #header-menu li.lang-switch ul li {
  margin: 10px 0 0;
  padding: 0;
  display: block;
  float: none;
  white-space: nowrap;
}
#header #header-menu li.search {
  border: solid 1px transparent;
}
@media screen and (max-width: 767px) {
  #header #header-menu li.search {
    display: block;
    z-index: 10000;
    width: 100%;
    height: 50px;
  }
}
#header #header-menu li.search .wrapper {
  text-align: center;
  margin: -18px auto 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  #header #header-menu li.search .wrapper {
    text-align: left;
    margin: 0;
    position: relative;
    height: 50px;
  }
}
#header #header-menu li.search .icon-search-container {
  display: inline-block;
  border: none;
  height: 40px;
  width: 14px;
  position: absolute;
  top: 3px;
  right: 10px;
  transition: width 0.4s ease-out;
  backface-visibility: hidden;
}
@media screen and (max-width: 767px) {
  #header #header-menu li.search .icon-search-container {
    margin: 0;
    padding: 0;
    position: inherit;
    display: block;
    border: none;
    height: 50px;
    width: 100%;
    z-index: 10000;
    top: 0;
  }
}
#header #header-menu li.search .icon-search-container.active {
  margin-right: 15px;
  width: 420px;
  position: absolute;
  top: 2px;
  right: 0;
  z-index: 10000;
  background-color: #CCC;
}
#header #header-menu li.search .icon-search-container.active .serach-close {
  opacity: 1;
  color: #2980b9;
  position: absolute;
  top: 0;
  right: -30px;
  cursor: pointer;
  background: #CCC url(../images/icon-search-close.png) no-repeat 5px 15px;
  width: 30px;
  height: 40px;
  display: block;
}
#header #header-menu li.search .icon-search-container.active .search-input {
  width: 300px;
}
#header #header-menu li.search .icon-search-container.active .fa-search {
  left: 15px;
  text-align: left;
  cursor: pointer;
}
#header #header-menu li.search .icon-search-container .fa-search {
  color: #2980b9;
  font-size: 15px;
  position: absolute;
  top: 14px;
  right: 0;
  cursor: pointer;
  font-weight: 400;
  font-size: 13px;
  color: #565656;
}
@media screen and (max-width: 767px) {
  #header #header-menu li.search .icon-search-container .fa-search {
    top: 16px;
    left: 25px;
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  #header #header-menu li.search .icon-search-container .serach-close {
    top: 0;
    right: 0;
    background: transparent url(../images/icon-search-close.png) no-repeat 5px 20px;
    width: 20px;
    height: 50px;
    display: block;
    float: right;
  }
}
#header #header-menu li.search .icon-search-container .search-input {
  position: absolute;
  cursor: default;
  left: 45px;
  top: 4px;
  width: 0;
  padding: 5px;
  border: none;
  outline: none;
  font-size: 14px;
  line-height: 1em;
  background-color: rgba(255, 255, 255, 0);
  transition: width 0.4s ease-out;
}
@media screen and (max-width: 767px) {
  #header #header-menu li.search .icon-search-container .search-input {
    left: 60px;
    top: 10px;
    width: 70%;
    background-color: none;
    transition: none;
  }
}
#header .article {
  padding: 0 !important;
}
@media screen and (max-width: 767px) {
  #header .article {
    border-bottom: solid 1px #C5C5C5;
    padding: 0;
    clear: both;
    overflow: hidden;
    height: 53px;
  }
}
#header .article .logo {
  margin-top: -5px;
  float: none;
  width: 250px;
  height: 46px;
  background: url(../images/mg-logo.svg) no-repeat left top;
}
@media screen and (max-width: 767px) {
  #header .article .logo {
    margin-top: 0;
    float: left;
    width: 66.5625%;
    height: 55px;
    background: #FF0;
  }
}
#header .article .logo a {
  width: 250px;
  height: 46px;
  display: block;
}
@media screen and (max-width: 767px) {
  #header .article .logo a {
    padding: 9px 15px;
    width: 176px;
    height: 33px;
    display: block;
    background: url(../images/mg-logo.svg) no-repeat 15px 10px;
    background-size: 176px 33px;
  }
}
#header .article .logo h1 {
  margin: 0;
}
@media screen and (max-width: 767px) {
  #header .article .sp-search {
    position: absolute;
    top: 0;
    right: 52px;
    border-left: solid 1px #C5C5C5;
    border-right: solid 1px #C5C5C5;
    width: 53px;
    height: 53px;
    vertical-align: middle;
    float: left;
    text-align: center;
    background-color: #FFF;
  }
  #header .article .sp-search a {
    display: block;
    height: 53px;
  }
  #header .article .sp-search a .fa-search {
    margin-top: 17px;
    font-size: 18px;
    font-weight: 400;
    color: #565656;
  }
  #header .article .sp-search a img {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  #header .article .sp-menu {
    float: right;
    text-align: center;
    background-color: #FFF;
    z-index: 10000;
  }
  #header .article .sp-menu a {
    display: block;
    width: 52px;
    height: 53px;
    cursor: pointer;
  }
  #header .article .sp-menu a img {
    margin-top: 18px;
    width: 18px;
    height: 16px;
  }
  #header .article .sp-menu .sp-menu-inner {
    width: 100%;
    position: absolute;
    z-index: 10000;
    top: 54px;
    right: 0;
    overflow: hidden;
    display: none;
  }
  #header .article .sp-menu .sp-menu-inner ul {
    margin: 0;
    padding: 0;
  }
  #header .article .sp-menu .sp-menu-inner ul li {
    margin: 0;
    overflow: hidden;
    position: relative;
  }
  #header .article .sp-menu .sp-menu-inner ul li a {
    border-bottom: solid 1px #C5C5C5;
    text-align: left;
    width: 100%;
    height: auto;
    background-color: #E9E9E9;
    color: #000;
    padding: 15px;
    display: block;
  }
  #header .article .sp-menu .sp-menu-inner ul li a .arrow-single-right {
    display: block;
    width: 9px;
    height: 18px;
    background: url(../images/sp-menu-arrow-single-black.png) no-repeat left top;
    background-size: 9px 18px;
    position: absolute;
    top: 16px;
    right: 15px;
  }
  #header .article .sp-menu .sp-menu-inner ul li a .arrow-single-right.down {
    display: block;
    width: 18px;
    height: 9px;
    background: url(../images/sp-menu-arrow-down-single-black.png) no-repeat left top;
    background-size: 18px 9px;
    position: absolute;
    top: 20px;
    right: 15px;
  }
  #header .article .sp-menu .sp-menu-inner ul li a:hover {
    opacity: 1;
  }
  #header .article .sp-menu .sp-menu-inner ul li.lang-switch a {
    background-color: #93908C;
  }
  #header .article .sp-menu .sp-menu-inner ul li.lang-switch ul {
    display: none;
  }
  #header .article .sp-menu .sp-menu-inner ul li.lang-switch ul li {
    display: block;
    position: relative;
  }
  #header .article .sp-menu .sp-menu-inner ul li.lang-switch ul li a {
    display: block;
    background-color: #FFF;
    color: #666;
  }
  #header .article .sp-menu .sp-menu-inner ul li.lang-switch ul li a .arrow-double-right {
    display: block;
    width: 12px;
    height: 14px;
    background: url(../images/sp-menu-arrow-double-black.png) no-repeat left top;
    background-size: 12px 14px;
    position: absolute;
    top: 18px;
    right: 15px;
  }
  #header .article .sp-menu .sp-menu-inner ul li.sub-menu ul {
    display: block;
  }
  #header .article .sp-menu .sp-menu-inner ul li.sub-menu ul li {
    padding: 0;
    width: 50%;
    float: left;
  }
  #header .article .sp-menu .sp-menu-inner ul li.sub-menu ul li a {
    padding: 15px 0;
    background-color: #565452;
    color: #FFF;
    text-align: center;
    font-size: 12px;
  }
  #header .article .sp-menu .sp-menu-inner ul li.sub-menu ul li.right a {
    border-left: solid 1px #C5C5C5;
  }
  #header .article .sp-menu .sp-menu-inner ul li.close a {
    text-align: center;
    color: #565452;
    cursor: pointer;
  }
  #header .article .sp-menu .sp-menu-inner ul li.close a .icon-close img {
    margin-top: 6px;
    margin-left: 5px;
    width: 10px;
    height: 10px;
    vertical-align: top;
  }
  #header .article .sp-menu .sp-menu-inner ul li .sp-sub-menu {
    display: none;
  }
  #header .article .sp-menu .sp-menu-inner ul li .sp-sub-menu li {
    display: block;
    position: relative;
  }
  #header .article .sp-menu .sp-menu-inner ul li .sp-sub-menu li a {
    display: block;
    background-color: #FFF;
    color: #666;
  }
  #header .article .sp-menu .sp-menu-inner ul li .sp-sub-menu li a .arrow-double-right {
    display: block;
    width: 12px;
    height: 14px;
    background: url(../images/sp-menu-arrow-double-black.png) no-repeat left top;
    background-size: 12px 14px;
    position: absolute;
    top: 18px;
    right: 15px;
  }
  #header .article .sp-menu .sp-menu-inner ul li.active a .arrow-single-right {
    display: block;
    width: 18px;
    height: 9px;
    background: url(../images/sp-menu-arrow-down-single-black.png) no-repeat left top;
    background-size: 18px 9px;
    position: absolute;
    top: 20px;
    right: 15px;
  }
  #header .article .sp-menu .sp-menu-inner ul li.active a:hover {
    opacity: 1;
  }
  #header .article .sp-menu .sp-menu-inner ul li.active .sp-sub-menu {
    display: block;
  }
}
#header .article #main-menu {
  padding-top: 38px;
  margin-left: 0;
  float: none;
  letter-spacing: 0.15em;
  font-size: 14px;
}
#header .article #main-menu a {
  color: #000;
  text-decoration: none;
}
#header .article #main-menu a:link {
  color: #000;
}
#header .article #main-menu a:visited {
  color: #000;
}
#header .article #main-menu a:hover {
  color: #666;
}
#header .article #main-menu a:active {
  color: #000;
}
#header .article #main-menu .menu-ls-adj {
  margin-top: -1px;
  display: inline-block;
  vertical-align: top;
}
#header .article #main-menu ul {
  margin-bottom: 0;
  overflow: hidden;
  width: 100%;
}
#header .article #main-menu ul li {
  float: none;
  padding-left: 49px;
  display: table-cell;
  white-space: nowrap;
  padding-bottom: 20px;
}
#header .article #main-menu ul li:first-child {
  padding-left: 0;
}
#header .article #main-menu ul li:last-child {
  text-align: right;
}
#header .article #main-menu ul li.active {
  background: url(../images/header-sub-menu-bg-tri-main.png) no-repeat 65% bottom;
  background-size: 18px 8px;
}
#header .article #main-menu ul li.active.active-arrow-non {
  background: none;
}
#header .article #main-menu ul li.active a {
  font-weight: bold;
}
#header .article #main-menu ul li:last-child {
  margin-right: 0;
}
#header .article #main-menu ul li:last-child.active {
  background: url(../images/header-sub-menu-bg-tri-main.png) no-repeat 85% bottom;
  background-size: 18px 8px;
}
#header .article #main-menu ul li:last-child.active.active-arrow-non {
  background: none;
}

#sub-menu {
  position: inherit;
  z-index: 1000;
  width: 100%;
  background-color: #E3E3E3;
  opacity: 1;
}
#sub-menu a {
  color: #000;
  text-decoration: none;
  letter-spacing: normal;
}
#sub-menu a:link {
  color: #000;
}
#sub-menu a:visited {
  color: #000;
}
#sub-menu a:hover {
  color: #000;
}
#sub-menu a:active {
  color: #000;
}
#sub-menu .active a {
  background-color: #CCC;
}
#sub-menu .inner {
  margin: 0 auto;
  padding: 0 30px;
  max-width: 960px;
  padding: 0;
  height: 53px;
}
#sub-menu #sub-menu-renew {
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: inherit;
}
#sub-menu #sub-menu-renew li {
  position: relative;
  margin-left: 0;
  padding: 20px 0 0;
  float: left;
  cursor: pointer;
  list-style: none;
}
#sub-menu #sub-menu-renew li.pulldown-icon:hover {
  padding-bottom: 20px;
  background: url(../images/header-sub-menu-bg-tri-sub.png) no-repeat 23% bottom;
  background-size: 18px 8px;
}
#sub-menu #sub-menu-renew li a {
  display: block;
  margin-right: 23px;
  padding-right: 23px;
  border-right: solid 1px #999;
  line-height: 1em;
}
#sub-menu #sub-menu-renew li:last-child a {
  margin-right: 0;
  padding-right: 0;
  border-right: none;
}
#sub-menu #sub-menu-renew li.active a {
  background-color: transparent;
  font-weight: bold;
}
#sub-menu #sub-menu-renew li.active li a {
  font-weight: normal;
}
#sub-menu #sub-menu-renew li.information {
  padding-bottom: 0 !important;
}
#sub-menu #sub-menu-renew .sub-menu-dropdown {
  display: none;
  position: absolute;
  top: 53px;
  left: -40px;
  list-style: none;
  margin: 0;
  padding: 15px 0;
  background-color: #F3F3F3;
  z-index: 100000;
}
#sub-menu #sub-menu-renew .sub-menu-dropdown li {
  float: none;
  display: block;
  margin: 0;
  padding: 10px 30px;
}
#sub-menu #sub-menu-renew .sub-menu-dropdown li a {
  margin-right: 0;
  padding-right: 0;
  border-right: none;
  font-size: 12px;
  white-space: nowrap;
}

#contents .topicpath {
  padding-top: 30px;
}
@media screen and (max-width: 767px) {
  #contents .topicpath {
    padding-top: 20px;
  }
}
#contents .topicpath ul {
  margin: 0;
}

@media screen and (max-width: 767px) {
  #home #header {
    border-top: none;
    background: #FF0;
  }
}
#home #header .article {
  padding: 30px 0 15px;
  clear: both;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  #home #header .article {
    border-bottom: solid 1px #C5C5C5;
    padding: 0;
    clear: both;
    overflow: hidden;
    height: 53px;
  }
}
#home #header .article .logo {
  margin: 30px auto 0;
  float: none;
  width: 385px;
  height: 71px;
  background: url(../images/mg-logo.svg) no-repeat left top;
}
@media screen and (max-width: 767px) {
  #home #header .article .logo {
    margin: 0;
    float: left;
    width: 66.5625%;
    height: 55px;
    background: #FF0;
  }
}
#home #header .article .logo a {
  width: 385px;
  height: 71px;
  display: block;
}
@media screen and (max-width: 767px) {
  #home #header .article .logo a {
    padding: 9px 15px;
    width: 176px;
    height: 33px;
    display: block;
    background: url(../images/mg-logo.svg) no-repeat 15px 10px;
    background-size: 176px 33px;
  }
}
@media screen and (max-width: 767px) {
  #home #header-menu {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  #home .sp-top-menu ul li {
    position: relative;
    overflow: hidden;
  }
  #home .sp-top-menu ul li a {
    border-top: solid 1px #C5C5C5;
    text-align: left;
    width: 100%;
    height: auto;
    background-color: #E9E9E9;
    color: #000;
    padding: 15px;
    display: block;
  }
  #home .sp-top-menu ul li a .arrow-single-right {
    display: block;
    width: 9px;
    height: 18px;
    background: url(../images/sp-menu-arrow-single-black.png) no-repeat left top;
    background-size: 9px 18px;
    position: absolute;
    top: 16px;
    right: 15px;
  }
}
#home #home-menu {
  width: 100%;
  background-color: #5F5F5F;
}
#home #home-menu .inner {
  margin: 0 auto;
  padding: 0 30px;
  max-width: 960px;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  #home #home-menu .inner {
    margin: 0 auto;
    padding: 0;
    max-width: 568px;
  }
}
#home #home-menu .inner .home-menu-inner {
  border-left: 1px solid #7D7D7D;
  border-right: 1px solid #454545;
}
@media screen and (max-width: 767px) {
  #home #home-menu .inner .home-menu-inner {
    border: none;
  }
}
#home #home-menu .inner span,
#home #home-menu .inner a {
  display: block;
  border-left: 1px solid #454545;
  border-right: 1px solid #7D7D7D;
  text-align: center;
  padding: 15px 0;
  display: block;
  font-size: 12px;
  color: #FFF;
}
@media screen and (max-width: 767px) {
  #home #home-menu .inner span,
  #home #home-menu .inner a {
    padding: 10px 0;
  }
}
#home #home-menu .inner span .icon-use {
  width: 24px;
  vertical-align: top;
  margin-right: 5px;
}
@media screen and (max-width: 767px) {
  #home #home-menu .inner .pure-u-1-6 {
    border-bottom: 1px solid #454545;
    border-top: 1px solid #7D7D7D;
    float: left;
    border-left: none;
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  #home #home-menu .inner .pure-u-1-6:first-child, #home #home-menu .inner .pure-u-1-6:nth-child(2) {
    border-top: none;
  }
}
@media screen and (max-width: 767px) {
  #home #home-menu .inner .pure-u-1-6:first-child a, #home #home-menu .inner .pure-u-1-6:first-child span, #home #home-menu .inner .pure-u-1-6:nth-child(3) a, #home #home-menu .inner .pure-u-1-6:nth-child(3) span, #home #home-menu .inner .pure-u-1-6:nth-child(5) a, #home #home-menu .inner .pure-u-1-6:nth-child(5) span {
    border-left: none;
  }
}
#home #home-menu .inner .pure-u-1-6:last-child a {
  margin-right: -1px;
}
@media screen and (max-width: 767px) {
  #home #home-menu .inner .pure-u-1-6:last-child a {
    margin-right: 0;
  }
}

@media screen and (min-width: 767px) {
  .pc-menu-fixed #header {
    height: 140px;
  }
}
@media screen and (min-width: 767px) {
  .pc-menu-fixed #header .article .pc-only {
    border-top: solid 10px #FF0;
    background-color: #FFF;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
  }
  .pc-menu-fixed #header .article .pc-only #main-menu {
    margin: 0 auto;
    padding: 20px 30px 0;
    max-width: 960px;
  }
}
@media screen and (min-width: 767px) {
  .pc-menu-fixed .pc-only #sub-menu {
    position: fixed;
    top: 71px;
  }
}
@media screen and (min-width: 767px) {
  .pc-menu-fixed #contents {
    padding-top: 53px;
  }
}

@media screen and (max-width: 767px) {
  .sp-menu-fixed #header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
  }
  .sp-menu-fixed #header .article .sp-menu .sp-menu-inner {
    overflow-y: scroll;
  }
}
@media screen and (max-width: 767px) {
  .sp-menu-fixed #contents {
    padding-top: 54px;
  }
}

