  @charset "utf-8";

/* ======================================================
 * layout_pc.css
 * ------------------------------------------------------
 * @media print, screen and (min-width: 768px)
 * - Common
 * - Header
 * - Gnav
 * - Main
 * - Assist
 * - Footer
 * - Other
 * - Clearfix
 * Media Queries
 * Print
====================================================== */

@media print, screen and (min-width: 641px) {
  /* ------------------------------------------------------
   * Header
  ------------------------------------------------------ */

#skipLink {
    background-color:#e0e0e0;
    line-height: 2;
    font-size:13px;
    text-align: center;
    margin: 0px;
    overflow: hidden;
}

#skipLink a {
    position: absolute;
    top: -10em;
    text-decoration:none;
}

#skipLink a:focus {
    position: static;
}



/* ============================================
	 Breadcrumb
============================================ */

#home #breadCrumb {
	/*display: none;*/
}
#breadCrumb {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
	background: #000;
	position: relative;
}

#breadCrumb > ul {
	width: 1004px;
	height: 44px;
	margin: 0 auto;
	background: #4c4948;
	position: relative;
  letter-spacing: -0.4em;
}

#breadCrumb > ul:before {
	content: "";
	width: 0;
	height: 0;
	position: absolute;
	top: 0;
	left: -17px;
	border-top: 70px solid #000;
  border-right: 43px solid transparent;
}

#breadCrumb > ul:after {
	content: "";
	width: 100%;
	height: 44px;
	position: absolute;
	top: 0;
	left: 100%;
	background: #4c4948;
}

#breadCrumb > ul > li {
	display: inline-block;
	position: relative;
	height: 44px;
	overflow: hidden;
	line-height: 44px;
	margin: 0;
	padding: 0;
  letter-spacing: normal;
	background: url(/common_new/img/com_breadcrumb_bg01.png) no-repeat right center;
  -webkit-transition: 0.3s max-width;
  transition: 0.3s max-width;
}

#breadCrumb > ul > li > span {
	display: block;
	overflow: hidden;
  -webkit-transition: 0.3s width;
  transition: 0.3s width;
}
#breadCrumb ul li a,
#breadCrumb ul li .no-link {
	display: block;
	position: relative;
	height: 44px;
	line-height: 44px;
	padding: 0 10px 0 4px;
	overflow: hidden;
}

#breadCrumb ul li,
#breadCrumb ul li a:link,
#breadCrumb ul li a:visited {
	color: #fff;
}

#breadCrumb > ul > li:first-child {
	padding: 0 0 0 20px;
}

#breadCrumb > ul > li:first-child a {
	width: 90px;
	height: 44px;
	padding: 0 0 0 30px;
	overflow: hidden;
	text-indent: -9999px;
	background:url(/common_new/img/com_ic04.png) no-repeat center center;
}

#breadCrumb ul li:last-child {
	background: none;
	padding: 0 0 0 4px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

#breadCrumb > ul > .is-collapse:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 0;
  width: 20px;
  height: 26px;
  margin-top: -13px;
  background: url(/common_new/img/com_breadcrumb_bg01.png) no-repeat 0 0;
}

/* ============================================
	header
============================================ */
#headLinkArea,
#headerArea #header,
#footerLinkArea #footerLink,
footer .inner,
#contentsArea,
#contentsArea[data-sidebar="false"] .contents {
	width: 980px;
	margin: 0 auto;
	box-sizing: border-box;	
	clear: both;
	overflow: hidden;
}
  #contentsArea {
    padding-top: 50px;
    margin-bottom: 60px;
  }
  #contentsArea[data-sidebar="false"] {
    width: auto;
  }
#wrapper {
    min-width: 1020px;
    overflow: visible;
}

#headerArea #header {
    width: 1020px;
  height: auto;
  background-color: transparent;
    padding: 0px 0 0 34px;
}

#mainContentsArea {
	width: 710px;
	/* width: 660px; */
	float: left;
}


header {
	background: #000;
	position: relative;
}
header a:link,
header a:visited {
  color: #ffffff;
}
header a:hover {
    opacity: 1.0;
}

header.menuOpen {
	overflow: hidden;
}
header ul li,
header ul li a {
  display: inline-block;
}

#headerArea {
  width: 100%;
	overflow: visible;
	position: relative;
	background: #191919;

background: -moz-linear-gradient(left,  rgba(0,0,0,1) 0%, rgba(0,0,0,1) 25%, rgba(25,25,25,1) 30%, rgba(25,25,25,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,0,0,1)), color-stop(25%,rgba(0,0,0,1)), color-stop(30%,rgba(25,25,25,1)), color-stop(100%,rgba(25,25,25,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  rgba(0,0,0,1) 0%,rgba(0,0,0,1) 25%,rgba(25,25,25,1) 30%,rgba(25,25,25,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  rgba(0,0,0,1) 0%,rgba(0,0,0,1) 25%,rgba(25,25,25,1) 30%,rgba(25,25,25,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  rgba(0,0,0,1) 0%,rgba(0,0,0,1) 25%,rgba(25,25,25,1) 30%,rgba(25,25,25,1) 100%); /* IE10+ */
background: linear-gradient(to right,  rgba(0,0,0,1) 0%,rgba(0,0,0,1) 25%,rgba(25,25,25,1) 30%,rgba(25,25,25,1) 100%); /* W3C */
}
#headerArea.fixed {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 50;
	background: rgba(40,36,35, 0.88);
}

#header h1#identity,
#header p#identity {
	float: left;
	width: 259px;
	height: 61px;
}
.msie8 #header h1#identity,
.msie8 #header p#identity {
	filter: alpha(opacity=100);
}
#header #identity a {
	display: block;
}
#headSnsLink,.headSnsLink {
  margin-top: 6px;
}
#headSnsLink > *,
.headSnsLink > * {
  display: inline-block;
  vertical-align: top;
  margin-right: 5px;
}
.headSnsLink .link-facebook > .fb-like > span {
  vertical-align: top !important;
}
  .headSnsLink .link-youtube {
    max-width: 150px;
  }
  /* #headSnsLink .link-linkedin .IN-widget {
    vertical-align: -5px !important;
  }
  #headSnsLink .link-youtube > div {
    vertical-align: top !important;
  } */
#headLinkArea {
  display: -webkit-flex;
  display: flex;
  height: 64px;
	padding: 1em 0 1em 20px;
  z-index: 1;
}

#headLink {
	float: left;
  margin-left: auto;
}

#headLink li:before {
	content: "/";
	color: #7E7E7E;
}
#headLink li:first-child:before {
	content: "";
}

.msie8 #headLink li {
	display: block;
	float: left;
}

#headLink li a {
	padding: 0.5em 2em;
  font-size: 1.2rem;
}

.msie8 #headLink li a {
	padding: 0.5em 2em 0.1em;
	background: #000;
}

#headLink li a span {
	padding: 0 0 5px;
}

.msie8 #headLink li a span {
	display: inline-block;
	border-bottom: #000 2px solid;
	padding: 0 0 3px;
}

#headLink li a:hover {
	text-decoration: none;
}

#headLink li a:hover span {
	border-bottom: 2px solid #ed1c24;
}

#headLink li#search > a {
	background: url(/common_new/img/com_ic02_pc.png) no-repeat 90% center;
	padding-right: 3em;
}
#headLink li#search > a:not(.is-active) + #searchBox:before,
#headLink li#search > a:not(.is-active) + #searchBox:after {
  display: none;
}

/* ============================================
	search
============================================ */

#searchBox {
	display: none;
	width: calc( 50% + 214px );
	position: absolute;
	top: 64px;
	left: 50%;
	margin-left: -214px;
	padding-left: 165px;
	height: 61px;
	background: #D8D8D8;
	z-index: 30;
}
#searchBox:before {
	width: 0;
	height: 0;
	position: absolute;
  content: '';
	top: -9px;
	left: 474px;
  border-bottom: 10px solid #D8D8D8;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}
  #searchBox:after {
    position: absolute;
    content: '';
    top: 0;
    left: -35px;
    width: 0;
    height: 0;
    border-bottom: 61px solid #D8D8D8;
    border-left: 35px solid transparent;
  }
#searchBox form {
	display: inline-block;
	box-sizing: border-box;
	width: 495px;
	height: 61px;
	padding: 8px 0;
	position: relative;
}

#searchBox form input.searchByWords {
	color: #000;
	font-size: 1.5rem;
	box-sizing: border-box;
	width: 100%;
	padding: 8px 80px 8px 0;
	background: none;
	border: none;
	border-radius: 0;
	border-bottom: 1px solid #909090;
}

#searchBox form input.searchByWords:focus {
	outline: none;
}

#searchBox form .btnSearch {
	color: #fff;
	background: #c84349;
	display: inline-block;
	text-align: center;
	position: absolute;
  min-width: 50px;
	top: 20px;
	right: 0;
	font-size: 1.2rem;
	border: none;
	-webkit-appearance: none;
	border-radius: 0;
}

#searchBox .btnClose {
	color: #fff;
	display: inline-block;
  min-width: 50px;
  padding: 0.1em 0.5em;
	text-align: center;
	margin-left: 30px;
	font-size: 1.2rem;
	top: 20px;
	position: absolute;
  background-color: #7b7b7b;
}
  #searchBox .btnClose:before {
    content: '×';
    margin-right: 4px;
  }

#searchBox a:hover,
#searchBox form .btnSearch:hover {
    opacity: 0.6;
}


/* ============================================
	language selector
============================================ */

#languageSelector {
	float: right;
	padding: 0 0 0 1em;
  margin-left: 30px;
}

#languageSelector .btnClose {
	display: none !important;
}

#languageSelector li.langLink > a {
  position: relative;
	background: url(/common_new/img/com_ic03_pc.png) no-repeat left center;
	padding: 0.5em 25px 0.5em 30px;
	vertical-align: top;
  font-size: 1.2rem;
}
  #languageSelector li.langLink > a:before {
    position: absolute;
    content: '';
    width: 6px;
    height: 6px;
    top: 50%;
    right: 3px;
    margin-top: -5px;
    border-top: 1px solid #ed1c24;
    border-right: 1px solid #ed1c24;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  #languageSelector li.langLink > a.is-active:before {
    margin-top: -7px;
  }
  #languageSelector li.langLink > a.is-active:after {
    position: absolute;
    content: '';
    width: 6px;
    height: 6px;
    top: 50%;
    right: 3px;
    margin-top: 0;
    border-top: 1px solid #ed1c24;
    border-right: 1px solid #ed1c24;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
#languageSelector li.langLink ul {
	display: none;
	position: absolute;
	top: 64px;
	background: rgba(216,216,216,0.95);
	z-index: 60;
	margin-left: -25px;
	padding: 0;
}
.chrome #languageSelector li.langLink ul {
}
.msie8 #languageSelector li.langLink ul {
	background: #D1D1D1;
}

#languageSelector li.langLink ul:before {
	width: 0;
	height: 0;
	position: absolute;
	top: -8px;
	left: 50%;
	margin-left: -8px;
  content: '';
  border-bottom: 8px solid #cdcdcd;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
}
#languageSelector li.langLink ul li,
#languageSelector li.langLink ul li a {
	display: block;
	background: none;
  color: #000;
  font-size: 1.2rem;
}

#languageSelector li.langLink ul li + li {
	text-align: center;
	border-bottom: 1px solid #b1b1b1;
}
#languageSelector li.langLink ul li:last-child {
	border-bottom: none;
}

#languageSelector li.langLink ul li a {
	padding: 0.8em 3em;
  line-height: 1.2;
}

#languageSelector li.langLink ul li a:hover {
	color: #666;
	background: #E7E7E8;
}



/* ============================================
	globalNavigation
============================================ */
.overlay,
.spNavList,
#spMenuBtn {
	display: none;
}

#globalNav {
	width: 705px;
	float: left;
	margin-left: -18px;
}
#globalNav ul li#home {
	display: none;
}
#globalNav > ul {
  display: -webkit-flex;
  display: flex;
  margin-left: 2px;
}
#globalNav > ul li {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  margin-right: 1px;
}
#globalNav > ul  > li > a {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-grow: 1;
  flex-grow: 1;
	height: 61px;
	padding: 0 21px 0 19px;
  -webkit-transform: skewX(-30deg);
  transform: skewX(-30deg);
}
#globalNav > ul  > li:not(:first-child) > a:after {
  position: absolute;
  content: '';
  width: 1px;
  height: 20px;
  top: 50%;
  left: -3px;
  background-color: #e6e7e8;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
#globalNav > ul  > li > a > span {
  -webkit-transform: skewX(30deg);
  transform: skewX(30deg);
}
#globalNav > ul  > li > a:hover,
#globalNav > ul  > li > a.is-active,
#globalNav > ul  > li > a.is-current{
  background-color: #e6e7e8;
  color: #000;
}
#globalNav > ul  > li > a:hover:after,
#globalNav > ul  > li > a.is-active:after,
#globalNav > ul  > li > a.is-current:after {
  background-color: transparent;
}

/* sub menu */


#globalNav ul li .subMenu {
	display: none;
	width: 100%;
	height: auto;
	background: rgba(0,0,0,0.95);
	position: absolute;
	top: 61px;
	left: 0;
	z-index: 40;
}
.msie8 #headerArea #globalNav ul li .subMenu {
	background: #000;
    filter: none;
}
  #globalNav ul li .subMenu a:hover {
    opacity: 0.6;
  }
#globalNav ul li .subMenu .row {
	color: #fff;
	display: block;
	box-sizing: border-box;
	width: 980px;
	margin: 0 auto;
	padding: 22px 18px;
}

#globalNav ul li .subMenu li a span:before,
#globalNav ul li .subMenu li a span:after,
#globalNav ul li.menu.current .subMenu li a span:before,
#globalNav ul li.menu.current .subMenu li a span:after {
	content: "";
	left: 0;
	right: 0;
}

#globalNav ul li .subMenu li a:hover span,
#globalNav ul li.menu.current .subMenu li a:hover {
	border-bottom: none;
	left: 0;
	right: 0;
}
/* 
#globalNav ul li .subMenu .row img {
	border: 1px solid #444;
} */

#globalNav ul li .subMenu .row .subMenuInfo {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
	margin-bottom: 20px;
}

#globalNav ul li:last-child .subMenu .row .subMenuInfo {
	margin-bottom: 0;
}

#globalNav ul li .subMenu .row a {
	height: auto;
	padding: 0;
}

#globalNav ul li .subMenu .row h2,
#globalNav ul li .subMenu .row h3 {
    display: inline-block;
	color: #fff;
	margin: 0;
	vertical-align: middle;
}

#globalNav ul li .subMenu .row h2 {
	font-size: 30px;
}

#globalNav ul li .subMenu .row h3 {
	font-size: 20px;
	display: block;
	margin: 0 0 20px;
}

#globalNav ul li .subMenu .row .subMenuInfo .rightBlock {
	margin-left: auto;
}
  #globalNav ul li .subMenu .row .subMenuInfo + * {
    margin-top: 20px;
  }
#globalNav ul li.menu.current .subMenu .row .subMenuInfo span {
	background: none;
}

#globalNav ul li .subMenu .row .subMenuInfo a.categoryTop {
  position: relative;
	margin: 0 15px 0 0;
}
  #globalNav ul li .subMenu .row .subMenuInfo a.categoryTop:after {
    position: relative;
    display: inline-block;
    content: '';
    width: 12px;
    height: 12px;
    margin-left: 20px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    vertical-align: 0.2em;
  }

#globalNav ul li .subMenu .row .subMenuInfo a.categoryTop:hover {
    opacity: 0.6;
	filter: alpha(opacity=60); /* IE lt 8 */
	-ms-filter: "alpha(opacity=60)"; /* IE 8 */
	text-decoration: none;
}
	

#globalNav ul li .subMenu .row .subMenuInfo a.btnClose {
	color: #000;
	font-size: 1.2rem;
	display: inline-block;
	min-width: 50px;
	padding: 0.2em 0.5em;
	text-align: center;
	vertical-align: middle;
  background-color: #e7e7e8;
}
  #globalNav ul li .subMenu .row .subMenuInfo a.btnClose:before {
    content: '×';
    margin-right: 4px;
  }
  #globalNav .subMenu [data-width-pc="4"] .image-set + .image-set {
    margin-top: 10px;
  }
  #globalNav .subMenu [data-width-pc="4"] .image-set .image_inner .image_title-v2 > span {
    min-height: 26px;
  }
  #globalNav ul li .subMenu .menuBdrL {
    position: relative;
  }
  #globalNav ul li .subMenu .menuBdrL:before {
    position: absolute;
    content: '';
    width: 1px;
    height: 108%;
    left: -11px;
    top: -4%;
    background-color: #4a4b4a;
  }
  
  /* ------------------------------------------------------
   * sideNav
  ------------------------------------------------------ */
  #sideNav {
    width: 250px;
    line-height: 1.2;
    float: right;
    margin-top: 6px;
  }
  #sideNav .sideNavList {
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
  }
  #sideNav .sideNavList li {
    line-height: 1.2;
    border-top: 1px solid #ccc;
  }
  #sideNav .sideNavList li a,
  #sideNav .sideNavList li .navTitle,
  #sideNav .sideNavList li .navTitle2 {
    position: relative;
    display: block;
    padding: 0.8em 1em 0.8em 25px;
    font-size: 1.5rem;
    background-color: #fff;
  }
  #sideNav .sideNavList li .navTitle {
    background-color: #555;
    color: #fff;
    font-weight: bold;
  }
  #sideNav .sideNavList li .navTitle2 {
    background-color: #f2f2f2;
    color: #000;
  }
  #sideNav .sideNavList li a:link {
    color: #000;
  }
  #sideNav .sideNavList li a:visited {
    color: #673ca7;
  }
  #sideNav .sideNavList li a:hover,
  #sideNav .sideNavList li a:active,
  #sideNav .sideNavList li.is-current > a:link,
  #sideNav .sideNavList li.is-current > a:visited,
  #sideNav .sideNavList li.is-current > a:hover,
  #sideNav .sideNavList li.is-current > a:active{
    color: #ed1c24;
    text-decoration: none;
  }
  #sideNav .sideNavList li a.a-blank:after {
    display: inline-block;
    content: '';
    width: 16px;
    height: 14px;
    margin-left: 7px;
    background: url(/common_new/img/link_ic01.png) no-repeat 0 0;
    -webkit-background-size: 16px 14px;
    background-size: 16px 14px;
  }
  #sideNav .sideNavList li a.a-pdf:after {
    display: inline-block;
    content: '';
    width: 20px;
    height: 20px;
    margin-left: 7px;
    background: url(/common_new/img/link_ic02.png) no-repeat 0 0;
    -webkit-background-size: 20px 20px;
    background-size: 20px 20px;
    vertical-align: middle;
  }
  #sideNav .sideNavList li a:before {
    position: absolute;
    content: '';
    width: 6px;
    height: 6px;
    top: 50%;
    left: 10px;
    margin-top: -5px;
    border-top: 1px solid #ed1c24;
    border-right: 1px solid #ed1c24;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #sideNav .sideNavList li.is-active > a:before {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  #sideNav .sideNavList .nav3rdList > li > a {
    padding-left: 37px;
    background-color: #f2f2f2;
  }
  #sideNav .sideNavList .nav3rdList > li > a:before {
    left: 22px;
  }
  #sideNav .sideNavList .nav4thList li a {
    padding-left: 50px;
    background-color: #d9d9d9;
  }
  #sideNav .sideNavList .nav4thList > li > a:before {
    left: 35px;
  }
  #sideNav .sideNavList .nav5thList > li > a {
    padding-left: 64px;
    text-decoration: underline;
  }
  #sideNav .sideNavList .nav5thList > li > a:before {
    display: none;
  }
  #sideNav .sideNavList .nav4thList,
  #sideNav .sideNavList .nav5thList {
    display: none;
  }
  #sideNav .sideNavList li.is-active > .nav4thList,
  #sideNav.displayType2 .sideNavList li.is-current > .nav4thList,
  #sideNav .sideNavList li.is-active > .nav5thList,
  #sideNav.displayType2 .sideNavList li.is-current > .nav5thList{
    display: block;
  }
  
/* ============================================
	CSR：サイドナビ　リンクなし
============================================ */  
  #sideNav .sideNavList li span {
    position: relative;
    display: block;
    padding: 0.8em 1em 0.8em 25px;
    font-size: 1.5rem;
    background-color: #fff;
    color:#999;
  }
  #sideNav .sideNavList li span.a-blank:after {
    display: inline-block;
    content: '';
    width: 16px;
    height: 14px;
    margin-left: 7px;
    background: url(/common_new/img/link_ic01.png) no-repeat 0 0;
    -webkit-background-size: 16px 14px;
    background-size: 16px 14px;
  }
  #sideNav .sideNavList li span:before {
    position: absolute;
    content: '';
    width: 6px;
    height: 6px;
    top: 50%;
    left: 10px;
    margin-top: -5px;
    border-top: 1px solid #ed1c24;
    border-right: 1px solid #ed1c24;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #sideNav .sideNavList .nav3rdList > li > span {
    padding-left: 37px;
    background-color: #f2f2f2;
  }
  #sideNav .sideNavList .nav3rdList > li > span:before {
    left: 22px;
  }
  #sideNav .sideNavList .nav4thList li span {
    padding-left: 50px;
    background-color: #d9d9d9;
  }
  #sideNav .sideNavList .nav4thList > li > span:before {
    left: 35px;
  }
  #sideNav .sideNavList .nav5thList > li > span {
    padding-left: 64px;
    text-decoration: underline;
  }
  #sideNav .sideNavList .nav5thList > li > span:before {
    display: none;
  }
  
/* ============================================
	footerLinkArea
============================================ */
  .footerAssist {
    background-color: #f1f1f1;
  }
  .footerAssist > .contents {
    width: 980px;
    margin: 0 auto;
    padding: 30px 0;
  }
  .localNav {
    font-size: 1.5rem;
  }
  .localNav-heading {
    font-size: 2rem;
  }
  .localNav-column-heading {
    padding-bottom: 0.2em;
    color: #2d3030;
    font-weight: bold;
    border-bottom: 1px solid #ccc;
  }
  .localNav-column-heading > a {
    position: relative;
    display: block;
    color: #2d3030;
  }
  .localNav-column-heading > a:before {
    position: absolute;
    content: '';
    width: 7px;
    height: 7px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
    right: 3px;
    top: 50%;
  }
  .localNav-list {
    margin-top: 1em;
  }
  .localNav-list > li > a {
    position: relative;
    display: inline-block;
    padding-left: 18px;
    color: #2d3030;
  }
  .localNav-list > li > a:before {
    content: '';
    width: 5px;
    height: 5px;
    border-top: 1px solid #555;
    border-right: 1px solid #555;
    position: absolute;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    left: 3px;
    right: auto;
    top: 0.6em;
  }
  .localNav-list > li > a.a-blank:after {
    display: inline-block;
    content: '';
    width: 16px;
    height: 14px;
    background: url(/common_new/img/link_ic01.png) no-repeat 0 0;
    -webkit-background-size: 16px 14px;
    background-size: 16px 14px;
    margin-left: 6px;
  }
  .localNav-list > li > a.a-pdf:after {
    display: inline-block;
    content: '';
    width: 20px;
    height: 20px;
    background: url(/common_new/img/link_ic02.png) no-repeat 0 0;
    -webkit-background-size: 20px 20px;
    background-size: 20px 20px;
    margin-left: 6px;
    vertical-align: middle;
  }
  .localNav-list > li + li {
  }
  
/* ============================================
	footerLinkArea
============================================ */

#footerLinkArea {
	background: #e6e7e8;
  color: #4d4d4f;
}
  #footerLink {
    padding: 0 20px;
  }
  #footerLinkArea ul li,
  #footerLinkArea ul li a {
    display: inline-block;
  }

#footerLinkArea .linkToTop {
  display: none;
}

#footerLinkArea #footerLink #groupLink {
  display: -webkit-flex;
  display: flex;
	margin: 0 auto 25px;
	border-bottom: 2px solid #d7d8d9;
}

#footerLinkArea #footerLink #groupLink h2 {
	width: 240px;
	margin: 0;
	padding: 0;
}

#footerLinkArea #footerLink #groupLink ul {
  margin-left: auto;
}

#footerLinkArea #footerLink #groupLink ul li:before {
	content: "/";
	color: #7e7e7e;
}
#footerLinkArea #footerLink #groupLink ul li:first-child:before,
#footerLinkArea #footerLink #groupLink ul .linkTop + li:before {
	content: "";
}

#footerLinkArea #footerLink #groupLink ul li a {
	height: 68px;
	line-height: 68px;
	padding: 0 1.5em;
  font-size: 1.6rem;
}
#footerLinkArea #footerLink #groupLink ul li:last-child a {
  padding-right: 0;
}
#footerLinkArea #footerLink #groupLink .linkTop,
#footerLinkArea #footerLink #groupLink .sp-panel {
  display: none;
}
#footerLinkArea #footerLink #productsLink {
	margin: 0;
}

#footerLinkArea #footerLink #productsLink .row .col_1of4 {
    width: 25%;
    margin-right: 0;
}

#footerLinkArea #footerLink #productsLink h2 {
	margin: 0 0 0 20px;
  font-size: 2.4rem;
}
#footerLinkArea #footerLink #productsLink ul {
  letter-spacing: -0.4em;
}
#footerLinkArea #footerLink #productsLink ul li {
	text-align: center;
  letter-spacing: normal;
}

#footerLinkArea #footerLink #productsLink ul li a {
	display: block;
  font-size: 1.9rem;
}

#footerLinkArea #footerLink #productsLink ul li a span {
	padding: 0 1em 0 0.4em;
}
#footerLinkArea #footerLink #productsLink ul li a span:after {
  position: relative;
  display: inline-block;
  content: '';
  width: 8px;
  height: 8px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-left: 10px;
}
#footerLinkArea #footerLink #productsLink .footerLinkTxt {
	color: #4d4d4f;
	margin: 20px 0 0;
	padding: 0px 0 20px 20px;
	line-height: 1.4;
	border-bottom: 2px solid #d7d8d9;
  font-size: 1.1rem;
}


/* ============================================
	footer
============================================ */

footer {
	background: #e6e7e8;
  font-size: 1.2rem;
  color: #4d4d4f;
}
  footer ul li,
  footer ul li a {
    display: inline-block;
  }

footer .inner {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row-reverse wrap;
  flex-flow: row-reverse wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
	padding: 1em 20px;
}

footer .copyright {
}

footer ul {
}

footer ul li {
	display: inline-block;
}
footer ul li:before {
	content: "/";
	padding: 0 0.3em;
}
footer ul li:first-child:before {
	content: "";
	padding: 0;
}
  
  .Pagetop {
    display: none;
    position: fixed;
    bottom: 0;
    right: 0;
    width: 70px;
    height: 70px;
    z-index: 20;
  }
  .Pagetop a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    text-indent: -9999px;
    background: rgba(77,77,79,0.75);
    overflow: hidden;
  }
  .Pagetop a:after {
    position: absolute;
    content: '';
    width: 20px;
    height: 20px;
    top: 31px;
    left: 50%;
    margin-left: -9px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }


  /* ------------------------------------------------------
   * Clearfix
  ------------------------------------------------------ */
  #contentsArea::after {
    display: block;
    clear: both;
    content: "";
  }
}
/* ======================================================
 * Print
====================================================== */
@media print {
  /* ------------------------------------------------------
   * Common
  ------------------------------------------------------ */
  .Pagetop {display:none!important;}
  
  /* ------------------------------------------------------
   * Header
  ------------------------------------------------------ */
  #headerArea {
    position: relative !important;
  }
  
}