@charset "utf-8";
body {
  /*font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic", Osaka, "ＭＳ Ｐゴシック", sans-serif;*/
  /*    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;*/
  font-family: Helvetica, "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 14px;
  *font-size: small;
  *font: x-small;
  line-height: 1.4em;
  background-color: #1a1a1a;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
body.small {
  font-size: 12px;
}
body.large {
  font-size: 16px;
}
input[type=checkbox] + label {
  display: inline-block;
  background-image: url(../../img/common/checkbox.png);
  background-repeat: no-repeat;
  background-position: left center;
  min-height: 26px;
  padding-left: 32px;
  padding-top: 8px;
}
input[type=checkbox]:checked + label {
  background-image: url(../../img/common/checkbox_checked.png);
}
.inner {
  width: 1100px;
  margin-left: auto;
  margin-right: auto;
}
h1 {
  font-size: 240%;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  line-height: 1em;
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
}
.category_read {
  text-align: center;
  font-size: 128%;
  padding-bottom: 30px;
  line-height: 1.5em;
}
h2 {
  font-size: 160%;
  line-height: 1em;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #666;
  padding-top: 20px;
  padding-bottom: 20px;
}
h3 {
  font-size: 150%;
  font-weight: bold;
  margin-bottom: 15px;
  line-height: 1.3em;
  /*
    border-bottom-width: 2px;
    border-bottom-color: #c8c5da;
    border-bottom-style: solid;
    width: 75px;
    white-space: nowrap;
    padding-bottom: 10px;
*/
}
h4 {
  font-size: 110%;
  font-weight: bold;
  margin-bottom: 5px;
}
.stit {
  font-size: 120%;
  font-weight: bold;
  margin-bottom: 5px;
}
/*
h4:before{
    content:"■ ";
    color: #c8c5da;
}
*/
.tabmenu {
  font-size: 90%;
  text-align: center;
  margin-bottom: 30px;
}
.tabmenu li {
  display: inline-block;
  height: 46px;
  margin-left: -2px;
  margin-right: -2px;
}
.tabmenu li a {
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: #444;
  padding-left: 25px;
  padding-right: 25px;
  display: table-cell;
  height: 46px;
  vertical-align: middle;
  text-align: center;
  color: #fff;
  text-decoration: none;
}
.tabmenu li a:hover, .tabmenu li a.active {
  background-color: #444;
}
.tabmenu li:last-child a {
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #444;
}
.button {
  display: inline-block;
  background-color: #8f8f8f;
  line-height: 1em;
  text-align: center;
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  padding-left: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  background-image: url(../../img/common/icon_arrow2.png);
  background-repeat: no-repeat;
  background-position: right center;
  padding-right: 30px;
  margin-bottom: 10px;
}
.camera.button {
  background-image: url(../../img/common/icon_camera.png);
  background-repeat: no-repeat;
  background-position: right center;
  padding-right: 45px;
}
.button:hover {
  opacity: 0.7;
  -webkit-opacity: 0.7;
}
.subbutton {
  font-size: 90%;
  display: inline-block;
  line-height: 1em;
  text-decoration: none;
  padding-right: 30px;
  line-height: 1em;
  color: #fff;
  background-image: url(../../img/common/icon_arrow2.png);
  background-repeat: no-repeat;
  background-position: right center;
}
.subbutton:hover {
  opacity: 0.7;
  -webkit-opacity: 0.7;
}
.hlinks {
  margin-bottom: 20px;
}
.hlinks li {
  display: inline;
}
.hlinks li a {
  margin-right: 20px;
  float: left;
  display: block;
  color: #333;
  text-decoration: none;
  border-radius: 4px;
  -webkit-border-radius: 4px;
}
.hlinks li a span {
  background-image: url(../../img/common/icon_arrow3.png);
  background-repeat: no-repeat;
  background-position: right center;
  background-color: #fff;
  vertical-align: middle;
  width: 245px;
  display: table-cell;
  height: 60px;
  box-sizing: border-box;
  border-width: 1px;
  border-color: #ccc;
  border-style: solid;
  border-top-width: 4px;
  line-height: 1.35em;
  padding-left: 20px;
}
.hlinks li a.wide span {
  width: 510px;
}
.hlinks li a:hover {
  opacity: 0.7;
  -webkit-opacity: 0.7;
}
.hlinks li:last-child a {
  margin-right: 0;
}
.caption {
  margin-top: 10px;
  font-size: 90%;
  color: #666;
  line-height: 1.5em;
}
.box {
  position: relative;
  background-color: #fff;
  color: #333;
  margin-bottom: 20px;
}
.box .inn {
  padding: 30px;
}
.box .body {
  line-height: 1.75em;
  margin-bottom: 20px;
}
.box .image {
  margin-bottom: 10px;
}
.box .table {
  margin-bottom: 10px;
}
.box .table table {
  width: 100%;
}
.box .table table th, .box .table table td {
  border-width: 1px;
  border-style: solid;
  border-color: #ccc;
  padding: 10px;
}
.box .table table th {
  white-space: nowrap;
  text-align: left;
  background-color: #e2e0ec;
}
.box .table.nb table {
  margin-top: 10px;
  border-top: #ccc 2px solid;
}
.box .table.nb table th, .box .table.nb table td {
  border: none;
  padding-left: 5px;
  padding-top: 2px;
  padding-bottom: 2px;
  border-bottom: #ccc 1px solid;
  padding-top: 6px;
  padding-bottom: 6px;
}
.box .table.nb table th {
  background-color: #FFFFFF;
  padding-right: 0px;
}
.box .clms {}
.box .clms:not(:last-child) {
  margin-bottom: 20px;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.box .clms .clm_1p2 {
  width: 510px;
}
.box .number_area .clms .clm_1p2 {
  width: 480px;
}
.box .clms .clm_1p4 {
  width: 245px;
}
.box .clms .clm_3p4 {
  width: 775px;
}
.box .clms .clm_2p3 {
  width: 684px;
}
.box .clms .clm_1p3 {
  width: 333px;
}
.box_1p2 {
  width: 540px;
}
.box_2p3 {
  width: 725px;
}
.box_1p3 {
  width: 353px;
}
.box_1p4 {
  width: 260px;
}
.box_3p4 {
  width: 820px;
}
.box.mame {
  background-color: #f5eee6;
  padding: 15px;
}
.box.mame .ribbon {
  position: absolute;
  left: 0;
  top: 0;
}
.box.mame .inn {
  border-style: solid;
  border-width: 2px;
  border-color: #e0ccb5;
  display: 15px;
}
.box.mame h3 {
  text-align: center;
  margin-bottom: 30px;
  border-bottom-width: 0;
  width: auto;
  margin-bottom: 30px;
  padding-bottom: 0;
}
.box.mame .clms .clm_2p3 {
  width: 654px;
}
.box.mame .clms .clm_2p5 {
  width: 480px;
}
.box.mame .clms .clm_1p3 {
  width: 333px;
}
.box.column {
  background-color: #d2eee6;
  padding: 15px;
}
.box.column .ribbon {
  position: absolute;
  left: 0;
  top: 0;
}
.box.column .inn {
  border-style: solid;
  border-width: 2px;
  border-color: #78cbb3;
  display: 15px;
}
.box.column h3 {
  width: auto;
  border-bottom-width: 0;
  text-align: center;
  margin-bottom: 30px;
  padding-bottom: 0;
}
.box.column .clms .clm_2p3 {
  width: 654px;
}
.box.column .clms .clm_1p3 {
  width: 333px;
}
.cards {
  width: 1120px;
  margin-left: -10px;
}
.card {
  float: left;
  margin-left: 10px;
  margin-right: 10px;
  position: relative;
  width: 260px;
  background-color: #fff;
  border-top-width: 5px;
  border-top-color: #ccc;
  border-top-style: solid;
  box-sizing: border-box;
  margin-bottom: 20px;
}
.card a {
  padding: 10px;
  padding-bottom: 40px;
  display: block;
  text-decoration: none;
  color: #000;
  height: 300px;
  box-sizing: border-box;
}
.card:hover {
  opacity: 0.7;
  -webkit-opacity: 0.7;
}
.card .category {
  line-height: 1em;
}
.card .docs {
  margin-top: 10px;
  height: 225px;
  overflow: hidden;
}
.card .images {
  overflow: hidden;
  position: relative;
  width: 240px;
  height: 160px;
}
.card .image {
  width: 240px;
  height: 160px;
  position: absolute;
}
.card .image img {
  position: absolute;
  left: 0;
  top: 0;
}
.card .images .btn_play {
  display: block;
  width: 240px;
  height: 160px;
  position: absolute;
  left: 0;
  top: 0;
  background-image: url(../../img/top/btn_play.png);
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 1;
}
.card .disc {
  margin-top: 10px;
  line-height: 1.35em;
}
.card .tweet {
  margin-top: 10px;
  line-height: 1.35em;
}
.card .tweet img {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
}
.card .date {
  position: absolute;
  left: 10px;
  bottom: 10px;
  color: #666;
  font-size: 80%;
}
.card .btn {
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 24px;
  height: 24px;
  background-color: #000;
  background-image: url(../../img/common/icon_arrow2.png);
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  overflow: hidden;
  text-indent: -9999px;
}
#wrapper {
  min-width: 1200px;
  position: relative;
  overflow: hidden;
  visibility: hidden;
}
header {
  position: relative;
  background-color: #fff;
}
header .hcopy {
  font-size: 90%;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #efefef;
  /*    background-color: #efefef;*/
}
header .hcopy .inner {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 1em;
  font-size: 90%;
  text-align: center;
  color: #666;
}
header .corp {
  height: 100px;
}
header .corp .inner {
  position: relative;
}
header .corp .logo a {
  position: absolute;
  left: 0;
  top: 25px;
  display: block;
  background-image: url(../../jp/common/img/hd_logo.png);
  width: 269px;
  height: 53px;
  overflow: hidden;
  text-indent: -9999px;
}
header .corp .hmenu {
  position: absolute;
  right: 0;
  top: 20px;
  font-size: 90%;
}
header .corp .hmenu .target {
  float: left;
  margin-right: 7px;
}
header .corp .hmenu .target:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
header .corp .hmenu .target li {
  display: inline-block;
}
header .corp .hmenu .target li a {
  padding-left: 8px;
  padding-right: 8px;
  display: table-cell;
  height: 60px;
  vertical-align: middle;
  text-align: center;
  background-color: #efefef;
  text-decoration: none;
  color: #666;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  background-image: url(../../img/common/icon_arrow1.png);
  background-repeat: no-repeat;
  background-position: right bottom;
  line-height: 1.35em;
  min-width: 60px;
}
header .corp .hmenu .target li a:hover {
  opacity: 0.7;
  -webkit-opacity: 0.7;
}
header .corp .hmenu .other {
  float: right;
}
header .corp .hmenu .other:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
header .corp .hmenu .functions {}
header .corp .hmenu .functions:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
header .corp .hmenu .size {
  float: right;
  margin-right: 10px;
}
header .corp .hmenu .size li {
  display: inline;
}
header .corp .hmenu .size li a {
  display: table-cell;
  width: 24px;
  height: 24px;
  vertical-align: middle;
  text-align: center;
  background-color: #fff;
  text-decoration: none;
  color: #666;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  line-height: 1em;
}
header .corp .hmenu .size li a.active {
  background-color: #efefef;
}
header .corp .hmenu .size li a:hover {
  opacity: 0.7;
  -webkit-opacity: 0.7;
}
header .corp .hmenu .search {
  float: right;
  margin-right: 10px;
}
header .corp .hmenu .search input.ta {
  border-radius: 4px;
  -webkit-border-radius: 4px;
  background-color: #efefef;
  padding: 4px;
  width: 130px;
  height: 24px;
  box-sizing: border-box;
  /*    background-image: url(../../img/common/icon_search.png);*/
  background-repeat: no-repeat;
  background-position: right center;
  color: #666;
}
header .corp .hmenu .search input.btn {
  border-radius: 4px;
  -webkit-border-radius: 4px;
  background-color: #efefef;
  padding: 4px;
  width: 30px;
  height: 24px;
  box-sizing: border-box;
  background-image: url(../../img/common/icon_search.png);
  background-repeat: no-repeat;
  background-position: center center;
  color: #666;
  overflow: hidden;
  text-indent: -9999px;
}
header .corp .hmenu .lang {
  float: right;
}
header .corp .hmenu .lang li {
  display: inline;
}
header .corp .hmenu .lang li a {
  display: table-cell;
  height: 24px;
  vertical-align: middle;
  text-align: center;
  background-color: #efefef;
  text-decoration: none;
  color: #666;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  line-height: 1em;
  padding-left: 10px;
  padding-right: 10px;
}
header .corp .hmenu .lang li a:hover {
  opacity: 0.7;
  -webkit-opacity: 0.7;
}
header .corp .hmenu .smenu {
  margin-top: 20px;
  text-align: right;
}
header .corp .hmenu .smenu li {
  display: inline;
}
header .corp .hmenu .smenu li a {
  text-decoration: none;
  color: #666;
}
header .corp .hmenu .smenu li a:hover {
  text-decoration: underline;
}
header .corp .hmenu .smenu li:not(:last-child):after {
  content: "　|　";
}
#gnavi {
  position: relative;
}
#gnavi .inner {
  position: relative;
  overflow: hidden;
  z-index: 10;
}
#gnavi .back {
  position: absolute;
  left: 50%;
  top: 0;
  width: 100%;
  min-width: 1500px;
}
#gnavi .back img {
  width: 100%;
  position: absolute;
  left: -50%;
  top: 0;
}
#gnavi .main {
  width: 9999px;
  position: relative;
}
#gnavi .main .bar {
  float: left;
  width: 100px;
  height: 80px;
  background: #242423;
  background: -moz-linear-gradient(top, #242423 1%, #0d0d0d 100%);
  background: -webkit-linear-gradient(top, #242423 1%, #0d0d0d 100%);
  background: linear-gradient(to bottom, #242423 1%, #0d0d0d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#242423', endColorstr='#0d0d0d', GradientType=0);
}
#gnavi .main ul {
  height: 80px;
  float: left;
}
#gnavi .main li {
  display: block;
  float: left;
  background: #242423;
  background: -moz-linear-gradient(top, #242423 1%, #0d0d0d 100%);
  background: -webkit-linear-gradient(top, #242423 1%, #0d0d0d 100%);
  background: linear-gradient(to bottom, #242423 1%, #0d0d0d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#242423', endColorstr='#0d0d0d', GradientType=0);
}
#gnavi .main li a {
  display: block;
  text-decoration: none;
  background-image: url(../../img/common/gn_bar_left.png);
  background-repeat: no-repeat;
  background-position: left center;
}
#gnavi .main li a span {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  color: #fff;
  height: 80px;
  padding-left: 20px;
  padding-right: 20px;
  background-image: url(../../img/common/gn_bar_right.png);
  background-repeat: no-repeat;
  background-position: right center;
}
#gnavi .main li:hover, #gnavi .main li.active {
  background-color: transparent;
  background-image: none;
}
#gnavi .main li:hover a, #gnavi .main li.active a {
  background-color: transparent;
  background-image: none;
}
#gnavi .main li:hover a span, #gnavi .main li.active a span {
  background-color: transparent;
  background-image: none;
}
#gnavi .main li:first-child a {
  background-image: none;
}
#gnavi .main li:last-child a span {
  background-image: none;
}
body.small #gnavi .main li a span {
  padding-left: 30px;
  padding-right: 30px;
}
body.large #gnavi .main li a span {
  padding-left: 18px;
  padding-right: 18px;
}
#gnavi .subs {
  position: relative;
  width: 1100px;
  margin-left: auto;
  margin-right: auto;
}
#gnavi .sub {
  text-align: center;
  color: #fff;
  display: none;
  padding-bottom: 10px;
}
#gnavi .sub.active {
  display: block;
}
#gnavi .sub li {
  display: inline-block;
  margin-top: 20px;
  margin-left: 6px;
  margin-right: 6px;
}
#gnavi .sub li a {
  line-height: 1.35em;
  display: table-cell;
  color: #fff;
  text-decoration: none;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  height: 50px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  vertical-align: middle;
}
#gnavi .sub li a:hover, #gnavi .sub li a.active {
  background-color: rgba(0, 0, 0, 0.2);
}
footer {
  position: relative;
}
footer .inner {
  position: relative;
}
footer .totop {
  position: absolute;
  right: 20px;
  top: -20px;
  width: 50px;
  z-index: 99;
}
footer .totop a {
  display: block;
  background-image: url(../../img/common/totop.png);
  width: 50px;
  height: 50px;
  position: absolute;
  right: 0px;
  bottom: 0px;
  overflow: hidden;
  text-indent: -9999px;
  z-index: 1;
}
footer .sitemap {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #e2e0ec;
}
footer .sitemap .logoarea {
  width: 210px;
  float: left;
}
footer .sitemap .logoarea .grp {
  margin-left: 20px;
}
footer .sitemap .logoarea .sns {
  margin-top: 30px;
}
footer .sitemap .logoarea .sns .set {
  margin-top: 10px;
}
footer .sitemap .logoarea .sns .set .tit {
  display: inline-block;
  position: relative;
  top: 6px;
  width: 45px;
}
footer .sitemap .logoarea .sns .set ul {
  display: inline;
}
footer .sitemap .logoarea .sns .set ul li {
  display: inline;
}
footer .sitemap .logoarea .sns .set ul li a {
  display: inline-block;
}
footer .sitemap .logoarea .twitter {
  background-color: #fff;
  margin-top: 20px;
  width: 200px;
  height: 240px;
  overflow: auto;
}
footer .sitemap .links {
  float: right;
  width: 890px;
}
footer .sitemap .links .set {
  font-size: 90%;
  float: left;
  padding-right: 20px;
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: #aaa;
  padding-left: 10px;
  box-sizing: border-box;
}
footer .sitemap .links .set1 {
  max-width: 220px;
}
footer .sitemap .links .set2 {
  max-width: 220px;
}
footer .sitemap .links .set3 {
  max-width: 240px;
}
footer .sitemap .links .set4 {
  max-width: 200px;
}
footer .sitemap .links .set .sec:not(:last-child) {
  margin-bottom: 30px;
}
footer .sitemap .links .set li {
  margin-left: 1em;
  text-indent: -1em;
}
footer .sitemap .links .set li:before {
  content: "・";
}
footer .sitemap .links .set a {
  text-decoration: none;
  color: #666;
}
footer .sitemap .links .set a:hover {
  text-decoration: underline;
}
footer .sitemap .links .set p {
  font-size: 110%;
  font-weight: bold;
}
footer .sitemap .links .set ul {
  margin-top: 5px;
}
footer .sitemap .links .set .sec.about li {
  margin-left: 0;
  text-indent: 0;
  display: inline-block;
}
footer .sitemap .links .set .sec.about li:before {
  content: "・";
}
/*
footer .sitemap .links .box .sec.about li:not(:last-child):after{
    content:"・";
}

*/
footer .corp {
  background-color: #000;
}
footer .corp .copyright {
  font-size: 80%;
  float: left;
  color: #fff;
  margin-top: 20px;
  margin-bottom: 20px;
}
footer .corp ul {
  float: right;
  text-align: right;
  margin-top: 20px;
  margin-bottom: 20px;
}
footer .corp ul li {
  display: inline;
  color: #666;
}
footer .corp ul li:not(:last-child):after {
  content: "　|　";
}
footer .corp ul li a {
  display: inline-block;
  text-decoration: none;
  color: #fff;
  font-size: 80%;
}
footer .corp ul li a:hover {
  opacity: 0.7;
  -webkit-opacity: 0.7;
}
#maincontent {
  color: #fff;
  margin-bottom: 100px;
}
.footbanner {
  margin-top: 100px;
  background-color: #333333;
  padding-top: 50px;
  padding-bottom: 50px;
}
.footbanner ul {
  text-align: center;
}
.footbanner ul li {
  display: inline;
}
.footbanner ul li a {
  border: #666 1px solid;
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px;
}
.footbanner ul li a img {
  width: 200px;
}
.caption.white {
  color: #999999;
}
@media only screen and (min-width: 769px) {
  .sp {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .pc {
    display: none;
  }
  h1 {
    font-size: 171.4%;
  }
  h2 {
    font-size: 142.9%;
  }
  .inner {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .results .inner,
  #activities .inner,
  #maincontent .inner {
    padding: 0 15px;
    box-sizing: border-box;
  }
  
  
  
  #wrapper {
    min-width: 100%;
  }
  header .corp {
    height: 80px;
  }
  header .corp .logo a {
    width: 150px;
    height: 30px;
    left: 15px;
    background-image: url(../../jp/common/img/hd_logo.png);
    background-size: 150px 30px;
}
  header .corp .navbtn {
    position: absolute;
    top: 30px;
    right: 15px;
    width: 30px;
    height: 21px;
  }
  header .corp .navbtn span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #000;
    border-radius: 4px;
  }
  header .corp .navbtn, header .corp .navbtn span {
    transition: all .5s;
  }
  header .corp .navbtn span:nth-of-type(1) {
    top: 0;
  }
  header .corp .navbtn span:nth-of-type(2) {
    top: 9px;
  }
  header .corp .navbtn span:nth-of-type(3) {
    bottom: 0;
  }
  header .corp .navbtn.open span:nth-of-type(1) {
    -webkit-transform: translateY(9px) rotate(-45deg);
    transform: translateY(9px) rotate(-45deg);
  }
  header .corp .navbtn.open span:nth-of-type(2) {
    opacity: 0;
  }
  header .corp .navbtn.open span:nth-of-type(3) {
    -webkit-transform: translateY(-9px) rotate(45deg);
    transform: translateY(-9px) rotate(45deg);
  }  
  header .corp .hmenu {
    display: none;
    position: absolute;
    top: 80px;
    left: 0;
    background-color: rgba(0, 0, 0, 0.7);
    padding: 30px 15px;
    z-index: 100;
  }
  header .corp .hmenu .target {
    float: none;
    margin-right: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  header .corp .hmenu .target:after {
    content: none;
  }
  header .corp .hmenu .target li {
    display: block;
    margin-right: 0!important;
    width: calc(50% - 7.5px);
    margin-bottom: 15px;
  }
  header .corp .hmenu .target li a {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  header .corp .hmenu .other {
    float: none;
  }
  header .corp .hmenu .functions {
    display: flex;
    justify-content: space-between;
    flex-flow: row-reverse;
  }
  header .corp .hmenu .functions:after {
    content: none;
  }
  header .corp .hmenu .functions .lang ,
  header .corp .hmenu .functions .search,
  header .corp .hmenu .functions .size {
    float: none;
    margin: 0;
  }
  header .corp .hmenu .smenu {
    text-align: center;
    margin-top: 15px;
    color: #ccc;
  }
  header .corp .hmenu .smenu li a {
    color: #ccc;
  }
  #gnavi .inner {
    position: relative!important;
  }
  #gnavi .main {
    width: 100%;
    position: relative;
  }
  #gnavi .main ul {
    height: auto;
    float: none;
    display: flex;
    flex-flow: wrap;
  }
  #gnavi .main ul li {
    float: none;
    width: 33.3%;
  }
  #gnavi .main li a span {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 54px;
    padding: 0 10px;
  }
  body.small #gnavi .main li a span {
    padding-left: 10px;
    padding-right: 10px;
  }
  body.large #gnavi .main li a span {
    padding-left: 0px;
    padding-right: 0px;
  }
  #gnavi .main li:last-child {
    position: relative;
  }
  #gnavi .main li:last-child::after {
    content: "";
    position: absolute;
    top: 0;
    right: -100%;
    background-image: url(../../img/common/gn_bar_left.png);
    background-repeat: no-repeat;
    background-position: left center;
    background: #242423;
    background: -moz-linear-gradient(top, #242423 1%, #0d0d0d 100%);
    background: -webkit-linear-gradient(top, #242423 1%, #0d0d0d 100%);
    background: linear-gradient(to bottom, #242423 1%, #0d0d0d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#242423', endColorstr='#0d0d0d', GradientType=0);
    width: 100%;
    height: 54px;
    z-index: 1;
  }
  #gnavi .main li:last-child::before {
    content: "";
    position: absolute;
    top: 0;
    right: -1px;
    background-image: url(../../img/common/gn_bar_last.png);
    background-repeat: no-repeat;
    background-position: left center;
    width: 2px;
    height: 54px;
    z-index: 2;
  }
  #gnavi .main li.active:last-child::before {
    content: "";
    position: absolute;
    top: 0;
    right: -1px;
    background-image: url(../../img/common/gn_bar_left.png);
    background-repeat: no-repeat;
    background-position: left center;
    width: 1px;
    height: 54px;
    z-index: 2;
  }
  #gnavi .subs {
    width: 100%;
  }
  #gnavi .subs .sub {
    padding-top: 10px;
  }
  #gnavi .sub li {
    margin-top: 0;
  }
  .tabmenu {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .tabmenu li {
    letter-spacing: 0; 
    margin-left: -1px;
    margin-right: 0;
    margin-bottom: 7px;
  }
  .tabmenu li a {
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #444;
  }
  .box .inn {
    padding: 20px 15px;
  }
  .box .image {
    text-align: center;
  }
  .box .image .caption {
    text-align: left;
  }
  .box .image img {
    width: auto;
    max-width: 100%;
  }
  .box .table table th.table_br {
    white-space: normal;
  }
  .box .clms .clm_1p2 {
    width: 100%;
  }
  .box .number_area .clms .clm_1p2 {
    width: 100%;
  }
  .box .clms .clm_1p4 {
    width: 100%;
  }
  .box .clms .clm_3p4 {
    width: 100%;
  }
  .box .clms .clm_2p3 {
    width: 100%;
  }
  .box .clms .clm_1p3 {
    width: 100%;
  }
  .box_1p2 {
    width: 100%;
  }
  .box_2p3 {
    width: 100%;
  }
  .box_1p3 {
    width: 100%;
  }
  .box_1p4 {
    width: 100%;
  }
  .box_3p4 {
    width: 100%;
  }
  .box .clms .fr + .fl {
    margin-top: 10px;
  }
  .box.mame {
    padding: 15px;
  }
  .box.mame .ribbon img {
    width: 106px;
  }
  .box.mame .inn {
    padding-top: 30px;
  }
  .box.mame .inn .clms.mgt40 {
    margin-top: 20px!important;
  }
  .box.mame .clms .clm_2p3 {
    width: 100%;
  }
  .box.mame .clms .clm_2p5 {
    width: 100%;
  }
  .box.mame .clms .clm_2p5 .body {
    margin-bottom: 10px;
  }
  .box.mame .clms .clm_1p3 {
    width: 100%;
  }
  .box.column .inn {
    padding-top: 30px;
    padding-bottom: 10px;
  }
  .box.column .ribbon img {
    width: 106px;
  }
  .cards {
    width: 100%;
    margin-left: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .cards.clearfix:after {
    content: none;
  }
  .card {
    width: calc(50% - 6.25px);
    float: none;
    margin-bottom: 15px;
    position: relative;
  }
  .card:nth-child(odd) {
    margin-left: 0;
    margin-right: 6.25px;
  }
  .card:nth-child(even) {
    margin-left: 6.25px;
    margin-right: 0;
  }
  .card a {
    height: auto;
  }
  .card .docs {
    height: auto;
  }
  .card .images {
    width: 100%;
    height: auto;
  }
  .card .images:before {
    content: "";
    display: block;
    padding-top: 66.9%;
  } 
  .card .image {
    width: 100%;
    height: 100%;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    top: 0!important;
    left: 0!important;
  }
  .card .image img {
    position: static;
    /*width: 100%!important;
    height: auto!important;*/
  }
  .hlinks {
    display: flex;
    flex-wrap: wrap;
  }
  .hlinks li {
    width: 48%;
    margin-right: 4%;
    margin-top: 20px;
  }
  .hlinks li.wide {
    width: 100%;
    margin-right: 0;
  }
  .hlinks li a {
    width: 100%;
    height: 100%;
    margin: 0;
    float: none;
  }
  .hlinks li a.wide {
    width: 100%;
  }
  .hlinks li:nth-child(-n+2) {
    margin-top: 0;
  }
  .hlinks li:nth-child(even) {
    margin-right: 0;
  }
  .hlinks li a span {
    width: 100%;
    min-height: 60px;
    height: 100%;
    padding: 5px 20px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  .hlinks li a.wide span {
    width: 100%;
  }
  footer .sitemap .logoarea {
    float: none;
    width: 100%;
  }
  footer .sitemap .links {
    float: none;
    width: 100%;
  }
  .footbanner {
    padding-left: 5px;
    padding-right: 5px;
  }
  .footbanner ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .footbanner ul li {
    display: block;
    width: 50%;
  }
  .footbanner ul li:nth-child(odd) {
    text-align: right;
  }
  .footbanner ul li:nth-child(even) {
    text-align: left;
  }
  .footbanner ul:first-child li:nth-child(1),
  .footbanner ul:first-child li:nth-child(2) {
    margin-bottom: 20px;
  }
  .footbanner ul:last-child li:nth-child(3) {
    margin-top: 20px;
    text-align: center;
  }
  .footbanner ul li img {
    max-width: 125px;
  }
  footer .sitemap {
    padding: 30px 15px;
  }
  footer .sitemap .logoarea .grp {
    margin: 0 auto;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  footer .sitemap .logoarea .grp .logo {
    margin-right: 15px;
  }
  footer .sitemap .logoarea .grp .logo img {
    width: 100px;
  }
  footer .sitemap .logoarea .sns .set {
    display: flex;
    align-items: center;
  }
  footer .sitemap .logoarea .sns .set .tit {
    position: static;
    display: block;
    margin-right: 5px;
    white-space: nowrap;
  }
  .large footer .sitemap .logoarea .sns .set .tit {
    width: 55px;
  }
  footer .sitemap .logoarea .sns .set ul {
    display: block;
  }
  footer .sitemap .logoarea .sns .set ul li {
    display: inline-block;
  }
  footer .sitemap .logoarea .twitter {
    margin: 20px auto;
    width: 100%;
    height: 200px;
  }
  footer .sitemap .logoarea .sns {
    margin: 0;
  }
  footer .sitemap .links .set {
    max-width: 50%;
    width: 50%;
  }
  footer .sitemap .links .set1 ,
  footer .sitemap .links .set3 {
    border-left: none;
    padding-left: 0;
    padding-right: 15px;
  }
  footer .sitemap .links .set2 , 
  footer .sitemap .links .set4 {
    padding-right: 0;
    padding-left: 15px;
  }
  footer .corp {
    padding: 0 15px;
  }
  footer .corp .copyright {
    float: none;
    margin: 0 auto 20px;
    padding-top: 20px;
  }
  footer .corp ul {
    float: none;
    text-align: center;
    margin-bottom: 0;
    padding-bottom: 20px;
  }
  footer .totop {
  }
  footer .totop a {
  }
  img {
    width: 100%;
  }
  
  #maincontent .searchWrap .box .inn {
    width: 100%;
    overflow-x: auto;
  }
}

@media only screen and (max-width: 350px) {
  body.large #gnavi .main li a span {
    letter-spacing: -1px;
  }
}
