@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:"游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, Helvetica, 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;
	font-feature-settings: "palt";
}
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;
	line-height: 26px;
  padding-left: 32px;
	margin-top: 6px;
	margin-bottom: 6px;
}
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;
	font-feature-settings: normal;
  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;
	font-feature-settings: normal;
  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;
	font-feature-settings: normal;
  /*
    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;
	font-feature-settings: normal;
  margin-bottom: 5px;
}
.stit {
  font-size: 120%;
  font-weight: bold;
  margin-bottom: 5px;
}
/*
h4:before{
    content:"■ ";
    color: #c8c5da;
}
*/
#maincontent .tabmenu {
  font-size: 90%;
  text-align: center;
  margin-bottom: 30px;
}
#maincontent .tabmenu li {
  display: inline-block;
  height: 46px;
  margin-left: -2px;
  margin-right: -2px;
}
#maincontent .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;
}
#maincontent .tabmenu li a:hover, #maincontent .tabmenu li a.active {
  background-color: #444;
}
#maincontent .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;
}
.buttons .button {
  display: block;
  background-color: #fff;
	text-align: left;
	font-size: calc(15 / 14 * 100%);
  color: #666;
  background-image: url(../../img/common/icon_arrow6.svg);
  background-position: right 11px center;
	background-size: 8px 13px;
  margin-bottom: 0;
  padding: 10px 30px 10px 11px;
	min-width: 73px;
}
.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 {
  display: inline-block;
  text-decoration: none;
  padding-right: 20px;
  line-height: 26px;
  color: #fff;
  background-image: url(../../img/common/icon_arrow7.svg);
  background-repeat: no-repeat;
  background-position: right center;
	background-size: 8px 13px;
	margin-top: 6px;
	margin-bottom: 6px;
}
.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 {
  height: 225px;
  overflow: hidden;
	margin-top: 10px;
}
.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: calc(18 / 14);
}
.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 {
  font-size: 90%;
  color: #666;
  line-height: 1em;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
}
header .corp {
  height: 100px;
}
header .corp .inner {
  position: relative;
}
header .corp .logo a {
  position: absolute;
  left: 0;
  top: 22px;
  display: block;
  background-image: url(/jp/common/img/hd_logo.png);
  background-repeat: no-repeat;
	background-position: left top;
	background-size: 100%;
  width: 280px;
  height: 58px;
  overflow: hidden;
  text-indent: -9999px;
}
header .hmenu {
  position: absolute;
  right: 0;
  top: 20px;
}
header .hmenu .target {
  float: left;
	display: flex;
	height: 60px;
  margin-right: 7px;
}
header .hmenu .target > li {
	font-size: calc(12.6 / 14 * 100%);
	display: flex;
	align-items: center;
	position: relative;
  background-color: #efefef;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  background-image: url(../../img/common/icon_arrow1.png);
  background-repeat: no-repeat;
  background-position: right bottom;
	margin-left: 3px;
}
header .hmenu .target > li > a {
  color: #666;
	line-height: 60px;
  display: block;
	flex-grow: 1;
  min-width: 60px;
  text-align: center;
  text-decoration: none;
  padding-left: 8px;
  padding-right: 8px;
}
header .hmenu .target > li > a:hover {
  opacity: 0.7;
  -webkit-opacity: 0.7;
}
header .hmenu .tabmenu {
	display: none;
	position: absolute;
	right: 0;
	top: 60px;
	width: auto;
	white-space: nowrap;
	z-index: 10;
}
header .hmenu .tabmenu a {
	color: #666;
	text-align: right;
	line-height: 40px;
	display: block;
  text-decoration: none;
	background-color: #EFEFEF;
  border-radius: 4px;
  -webkit-border-radius: 4px;
	margin-top: 2px;
	padding: 0 8px;
}
header .hmenu .tabmenu a:hover {
  opacity: 0.9;
  -webkit-opacity: 0.9;
}
header .hmenu .other {
  float: right;
}
header .hmenu .other:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
header .hmenu .functions {}
header .hmenu .functions:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
header .hmenu .size {
  display: flex;
	justify-content: space-between;
	width: 80px;
}
header .hmenu .size li {
  width: 24px;
}
header .hmenu .size li a {
  width: 24px;
  height: 24px;
  text-align: center;
  background-color: #fff;
  text-decoration: none;
  color: #666;
  line-height: 24px;
	display: block;
  border-radius: 4px;
  -webkit-border-radius: 4px;
}
header .hmenu .size li a.small {
	font-size: calc(12 / 14 * 100%);
}
header .hmenu .size li a.middle {
	font-size: calc(13 / 14 * 100%);
}
header .hmenu .size li a.large {
	font-size: calc(14 / 14 * 100%);
}
header .hmenu .size li a.active {
  background-color: #efefef;
}
header .hmenu .size li a:hover {
  opacity: 0.7;
  -webkit-opacity: 0.7;
}
header .hmenu .search {
  float: right;
  margin-right: 10px;
}
header .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 .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 .hmenu .lang {
	position: absolute;
	right: 0;
	bottom: 0;
}
header .hmenu .lang li a {
	font-size: calc(12 / 14 * 100%);
  color: #666;
  line-height: 24px;
  text-decoration: none;
  text-align: center;
  display: block;
	width: 80px;
  height: 24px;
  background-color: #efefef;
  border-radius: 4px;
  -webkit-border-radius: 4px;
}
header .hmenu .lang li a:hover {
  opacity: 0.7;
  -webkit-opacity: 0.7;
}
header .hmenu .smenu {
  margin-top: 20px;
  text-align: right;
}
header .hmenu .smenu li {
  display: inline;
}
header .hmenu .smenu li a {
  text-decoration: none;
  color: #666;
}
header .hmenu .smenu li a:hover {
  text-decoration: underline;
}
header .hmenu .smenu li:not(:last-child):after {
  content: "　|　";
}
#gnavi {
  position: relative;
}
#gnavi.original {
  display: block;
}
#gnavi.cloned {
  display: none;
}
#gnavi .inner {
  position: relative;
  overflow: hidden;
  z-index: 9;
}
#gnavi.original .inner {
  width: 100vw;
}
#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;
	display: flex;
}
#gnavi .main .bar {
	width: calc((100vw - 1030px) / 2);
	min-width: 90px;
  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.clearfix {
  height: 80px;  
}
#gnavi .main ul.clearfix > 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 ul.clearfix > 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 ul.clearfix > li > a span {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
	font-size: calc(15 / 14 * 100%);
	line-height: calc(18 / 15);
	font-weight: 700;
  color: #fff;
  height: 80px;
  padding-left: 25px;
  padding-right: 25px;
  background-image: url(../../img/common/gn_bar_right.png);
  background-repeat: no-repeat;
  background-position: right center;
}
#gnavi.original .main ul.clearfix > li:hover, #gnavi.original .main ul.clearfix > li.active {
  background-color: transparent;
  background-image: none;
}
#gnavi.original .main ul.clearfix > li:hover > a, #gnavi.original .main ul.clearfix > li.active > a {
  background-color: transparent;
  background-image: none;
}
#gnavi.original .main ul.clearfix > li:hover > a span, #gnavi.original .main ul.clearfix > li.active > a span {
  background-color: transparent;
  background-image: none;
}
#gnavi.original .main ul.clearfix > li:first-child > a {
  background-image: none;
}
#gnavi.original .main ul.clearfix > li:last-child > a span {
  background-image: none;
}
body.small #gnavi.original .main ul.clearfix > li > a span {
  padding-left: 30px;
  padding-right: 30px;
}
body.large #gnavi.original .main ul.clearfix > li > a span {
  padding-left: 18px;
  padding-right: 18px;
}
#gnavi.original .sub {
  position: absolute;
  width: 1170px;
	left: calc((100vw - 1170) / 2);
  text-align: center;
  color: #fff;
  display: none;
  padding-bottom: 10px;
}
#gnavi.original .sub.active {
  display: block;
}
#gnavi.original .sub li {
  display: inline-block;
  margin-top: 15px;
  margin-left: 6px;
  margin-right: 6px;
}
#gnavi.original .sub li a {
	font-size: calc(15 / 16 * 100%);
	font-weight: 700;
  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.original .sub li a:hover, #gnavi.original .sub li a.active {
  background-color: rgba(0, 0, 0, 0.5);
}
/*





*/
footer {
  position: relative;
	font-weight: 700;
	z-index: 9;
}
footer img {
	width: 100%;
	height: auto;
}
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 .ft_ctt {
	position: relative;
  padding-bottom: 30px;
  background-color: #e2e0ec;
}
footer .logo {
  width: 186px;
	margin-left: auto;
	margin-right: auto;
}
footer .logo img {
	margin-top: -60px;
}
footer .sns {
  margin-top: 24px;
}
footer .sns .tit {
	text-align: center;
	margin-top: 7px;
}
footer .sns ul {
  display: flex;
	justify-content: space-between;
	width: 94px;
	margin-left: auto;
	margin-right: auto;
}
footer .sns li {
	width: 40px;
}
footer .sns a:hover {
  opacity: 0.7;
  -webkit-opacity: 0.7;
}
footer .corp {
  color: #fff;
  background-color: #000;
  font-size: calc(12 / 14 * 100%);
	line-height: calc(20 / 12);
  padding-top: 25px;
	padding-bottom: 58px;
}
footer .corp .inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
footer .corp a {
  text-decoration: none;
  color: #fff;
}
footer .corp a:hover {
  opacity: 0.7;
  -webkit-opacity: 0.7;
}
footer .corp ul {
  text-align: right;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
footer .corp ul li:not(:last-child):after {
  content: "　|　";
}
#maincontent {
  color: #fff;
  margin-bottom: 100px;
}
.footbanner {
  background-color: #333333;
  padding-top: 16px;
  padding-bottom: 96px;
}
.footbanner ul {
	max-width: 1080px;
  text-align: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-left: auto;
	margin-right: auto;
}
.footbanner ul.rows3 {
	width: 810px;
}
.footbanner ul li a {
	display: block;
  width: 250px;
  margin-top: 20px;
  margin-left: 10px;
  margin-right: 10px;
}
.footbanner ul li a img {
  width: 100%;
}
.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 {
		background-image: url(/jp/common/img/hd_logo_sp.png);
    width: 177px;
    height: 38px;
		top: 22px;
    left: 12px;
	}
  header .corp .navbtn {
    position: absolute;
    top: 30px;
    right: 15px;
    width: 30px;
    height: 21px;
  }
	header .corp .navbtn:hover {
		cursor: pointer;
	}
  header .corp .navbtn span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 6px;
		transform: scaleY(0.5) translateY(-3px);
    background-color: #000;
    border-radius: 8px;
  }	
  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: -3px;
  }
  header .corp .navbtn.open span:nth-of-type(1) {
    -webkit-transform: translateY(7.5px) rotate(-45deg) scaleY(0.5);
    transform: translateY(7.5px) rotate(-45deg) scaleY(0.5);
  }
  header .corp .navbtn.open span:nth-of-type(2) {
    opacity: 0;
  }
  header .corp .navbtn.open span:nth-of-type(3) {
    -webkit-transform: translateY(-10px) rotate(45deg) scaleY(0.5);
    transform: translateY(-10px) rotate(45deg) scaleY(0.5);
  }  
  header .hmenu {
    display: none;
    position: absolute;
    top: 80px;
    left: 0;
		overflow-y: scroll;
		height: auto;
    background-color: #323232;
    z-index: 100;
  }
  header .hmenu .target {
    float: none;
		display: block;
		height: auto;
		border-top: 1px solid #5F5F5F;
    margin-right: 0;
		padding: 28px 20px 16px 20px;
  }
  header .hmenu .target:after {
    content: none;
  }
  header .hmenu .target > li {
    display: block;
    margin-right: 0!important;
    width: 100%;
		background-image: none;
		background-color: #EFEFEF;
		border-radius: 4px;
		-webkit-border-radius: 4px;
    margin-bottom: 5px;
		padding-bottom: 0;
  }
  header .hmenu .target > li.mgr10 {
    margin-bottom: 13px;
  }
  header .hmenu .target > li > a {
		position: relative;
		font-size: calc(15 / 12.6 * 100%);
		line-height: 72px;
		text-align: left;
		margin-left: 0;
		padding-left: 15px;
		padding-right: 40px;
  }
  header .hmenu .target > li > a:after {
		content: "";
		position: absolute;
		display: block;
		width: 16px;
		height: 16px;
		right: 15px;
		top: 50%;
		background-image: url("/img/common/icon_arrow4.svg");
		background-position: center center;
		background-size: 16px 16px;
		transform: translateY(-50%) rotate(90deg);
		transition: .3s;
  }
  header .hmenu .target > li.open {
		padding-bottom: 19px;
	}
  header .hmenu .target > li.open > a:after {
		transform: translateY(-50%) rotate(-90deg);
	}
	header .hmenu .target > li > a:hover {
	opacity: 1;
	-webkit-opacity: 1;
	}
	header .hmenu .tabmenu {
		position: relative;
		height:auto;
		top: 0;
		border-top: 1px solid rgba(0,0,0,0.2);
		margin: 0 12px;
	}
	header .hmenu .tabmenu a {
		font-size: calc(13 / 12.6 * 100%);
		text-align: left;
		line-height: 32px;
		margin-top: 0;
		padding: 0 0 0 3px;
		border-top: 1px solid rgba(255,255,255,0.2);
		border-bottom: 1px solid rgba(0,0,0,0.2);
		border-radius: 0;
		-webkit-border-radius: 0;
	}
	
  header .hmenu .other {
    float: none;
  }
  header .hmenu .functions {
		position: relative;
		padding: 20px;
		border-bottom: 1px solid #252525;
  }
  header .hmenu .functions:after {
    content: none;
  }
  header .hmenu .functions .lang ,
  header .hmenu .functions .search,
  header .hmenu .functions .size {
    margin: 0;
  }
	header .hmenu .functions .lang {
		right: 20px;
		bottom: 20px;
	}
	header .hmenu .lang li a {
		width: 60px;
	}
  header .hmenu .smenu {
    text-align: center;
    margin-top: 15px;
    color: #ccc;
  }
  header .hmenu .smenu li a {
    color: #ccc;
	}
	/*
	
	
	
	*/
	#gnavi.original {
		display: none;
	}
	#gnavi.cloned {
		display: block;
	}
	#gnavi.cloned .inner {
		position: relative;
		overflow: hidden;
		z-index: 10;
	}
	#gnavi.cloned .back {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		min-width: 1500px;
	}
	#gnavi.cloned .back img {
		width: 170%;
		position: absolute;
		left: -25%;
		top: 0;
	}
  #gnavi.cloned .main {
		width: 100%;
		display: block;
  }
	#gnavi.cloned .main ul.clearfix {
		height: auto;
		float: none;
	}
  #gnavi.cloned .main ul.clearfix > li {
    position: relative;
		float: none;
		background: none;
  }
	#gnavi.cloned .main li a {
		position: relative;
		display: block;
		color: #fff;
		font-size: calc(18 / 15 * 100%);
		font-weight: 700;
		line-height: 1;
		text-decoration: none;
		border-top: 1px solid #5F5F5F;
		border-bottom: 1px solid #252525;
	}
  #gnavi.cloned .main ul.clearfix > li > a  {
		background: #323232 url("/img/common/icon_arrow4.svg") no-repeat right 19px center;
		padding: 17px 15px 16px 20px;
  }
	#gnavi.cloned .main ul.clearfix > li:first-child > a {
		background: #323232 url("/img/common/icon_arrow4.svg") no-repeat right 19px center;
	}
	#gnavi.cloned .main ul.clearfix > li.active > a {
		background: #505050 url("/img/common/icon_arrow4.svg") no-repeat right 19px center;
		border-bottom: none;
	}
	#gnavi.cloned .main ul.clearfix > li > a.ocBtn {
		background: #323232;
		position: relative;
	}
	#gnavi.cloned .main ul.clearfix > li.active > a.ocBtn{
		background: #505050;
	}
	#gnavi.cloned .main ul.clearfix > li > a.ocBtn::after {
		content: "";
		position: absolute;
		display: block;
		right: 22px;
		top: 50%;
		width: 10px;
		height: 16px;
		background: url("/img/common/icon_arrow5.svg") no-repeat right center;
		transform: translateY(-50%) rotate(90deg);
		transition: .3s;
	}
	#gnavi.cloned .main ul.clearfix li.open a.ocBtn::after {
		transform: translateY(-50%) rotate(-90deg);
	}
	#gnavi.cloned .main ul.clearfix > li > a span {
  display: inline;
  text-align: left;
  height: auto;
  padding: 0;
  background-image: none;
}
  #gnavi.cloned .sub {
		display: none;
		position: static;
		width: 100%;
		text-align: left;
		padding: 0;
  }
	#gnavi.cloned .sub.active {
		display: none;
	}
	#gnavi.cloned .sub li {
		display: inline;
		margin: 0;
	}
	#gnavi.cloned .main ul.clearfix li .sub a {
		display: block;
		text-align: left;
		font-size: calc(15 / 14 * 100%);
		line-height: calc(18 / 15);
		padding: 19px 40px 19px 50px;
		background: transparent url("/img/common/icon_arrow5.svg") no-repeat right 22px center;
		border-top: 1px solid rgba(255,255,255,0.2);
		border-bottom: 1px solid rgba(0,0,0,0.2);
	}
	#gnavi.cloned .main li.active .sub a {
		background-color: transparent;
	}
	#gnavi.cloned .main ul.clearfix .sub li a:hover, #gnavi.cloned .main ul.clearfix .sub li a.active {
		background-color: rgba(0, 0, 0, 0.5);
	}
  #maincontent .tabmenu {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  #maincontent .tabmenu li {
    letter-spacing: 0; 
    margin-left: -1px;
    margin-right: 0;
    margin-bottom: 7px;
  }
  #maincontent .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 {
    float: none;
    width: 100%;
  }
  footer .links {
    float: none;
    width: 100%;
  }
  .footbanner {
		padding-top: 30px;
		padding-bottom: 90px;
  }
  .footbanner ul {
		width: 250px !important;
		margin-left: auto;
		margin-right: auto;
  }
	.footbanner ul li a {
		margin-top: 20px;
		margin-left: 0;
		margin-right: 0;
	}
  .footbanner ul li img {
    max-width: 250px;
  }
  footer .logo {
		width: 178px;
  }
  footer .logo img {
		margin-top: -42px;
  }
  footer .corp {
		padding: 24px 17px;
  }
  footer .corp .inner {
		display: block;
  }
  footer .corp ul {
    text-align: center;
		flex-wrap: wrap;
		justify-content: center;
		width: 18em;
		margin: 27px auto 0 auto;
  }
	footer .corp ul li:nth-child(2):after {
		content: "";
	}
  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;
  }
}
