@charset "UTF-8";
/* CSS Document */

@media print, screen and (min-width: 768px) {

.spOnly {
    display: none !important;
}

footer{
	clear: both;
	margin: 0;
	padding: 0;
}	
	
.topFooter {
	margin-top: 50px;
	border: none;
	background: #eee;
}
.topFooter .footerInner {
	-webkit-box-sizing: border-box;
	 -moz-box-sizing: border-box;
		 -o-box-sizing: border-box;
		-ms-box-sizing: border-box;
				box-sizing: border-box;
	width: 1000px;
	margin: 0 auto;
	padding: 45px 2% 20px;
	text-align: left;
}
.topFooter .footerInner .footerCol4 {
	overflow: hidden;
	margin: 0 -2% 0 0;
}
.topFooter .footerInner .footerCol4 .col {
	-webkit-box-sizing: border-box;
	 -moz-box-sizing: border-box;
		 -o-box-sizing: border-box;
		-ms-box-sizing: border-box;
				box-sizing: border-box;
	float: left;
	width: 23%;
	margin-right: 2%;
	padding-left: 22px;
	border-left: solid 1px #ccc;
}
.topFooter .footerInner .footerCol4 .col:first-child {
	padding-left: 0;
	border: none;
}
.topFooter .footerInner .footerCol4 .col .firstHierarchy {
	line-height: 1.2;
	font-size: 18px;
	font-size: 1.8rem;
	color: #000;
}
.topFooter .footerInner .footerCol4 .col .firstHierarchy a {
	color: #000;
	text-decoration: none;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.topFooter .footerInner .footerCol4 .col .firstHierarchy a:hover {
	color: #666;
	text-decoration: underline;
}
.topFooter .footerInner .footerCol4 .col .secondHierarchy {
	margin: 15px 0 30px;
}
.topFooter .footerInner .footerCol4 .col .secondHierarchy.last {
	margin: 15px 0 0;
}
.topFooter .footerInner .footerCol4 .col .secondHierarchy li {
	padding-left: 15px;
	margin-top: 10px;
	background: url(/common2/images/footer_ic003.png) no-repeat 0 0.5em;
	color: #000;
	font-size: 12px;
	font-size: 1.2rem;
}
.topFooter .footerInner .footerCol4 .col .secondHierarchy li a {
	color: #000;
	text-decoration: none;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.topFooter .footerInner .footerCol4 .col .secondHierarchy li a:hover {
	color: #666;
	text-decoration: underline;
}
.topFooter .footerInner .footerCol4 .col .secondHierarchy li a[target="_blank"] {
	padding-right: 20px;
	background: url(/common2/images/com_ic004.png) no-repeat 100% 0.4em;
}

.topFooter .footerInner .footerUtility {
	clear: both;
	margin-top: 45px;
	border-top: solid 1px #ccc;
	overflow: hidden;
}
.topFooter .footerInner .footerUtility ul {
	overflow: hidden;
	margin-top: 20px;
}
.topFooter .footerInner .footerUtility ul li {
	float: left;
	margin-right: 24px;
	color: #000;
	font-size: 12px;
}
.topFooter .footerInner .footerUtility ul li a {
	color: #000;
	text-decoration: none;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.topFooter .footerInner .footerUtility ul li a:hover {
	color: #666;
	text-decoration: underline;
}
.topFooter .footerInner .footerUtility .copyRight {
	margin-top: 5px;
	color: #999999;
	font-size: 10px;
	font-size: 1.0rem;
}
.topFooter .footerInner .footerOtherLink {
	float: left;
}
.topFooter .footerInner .footerSocialLink {
	float: right;
	margin: 20px 45px 0 0;
}

.topFooter .footerInner #pageTop {
	position: fixed;
	right: 20px;
	bottom: 20px;
	z-index: 100;
	width: 56px;
	height: 56px;
	background: url(/common2/images/footer_ic001.png) no-repeat 0 0;
	text-indent: -9999px;
}
.topFooter .footerInner #pageTop:hover {
	opacity: 0.8;
}
.topFooter .footerInner #pageTop a {
	display: block !important;
	width: 56px;
	height: 56px;
}

}




@media screen and (max-width: 767px) {

.pcOnly {
	display: none !important;
}
	
	
footer {
	clear: both;
	margin-top: 40px;
}
footer #footerInner {
	overflow: hidden;
	background: #000000;
	display: table;
	width: 100%;
}
footer #footerInner #pageTop {
	display: table-cell;
	width: 45px;
	height: 45px;
	background: url(/common2/images/footer_ic002.png) no-repeat 0 0;
	-moz-background-size: contain;
	background-size: contain;
	text-indent: -9999px;
}
footer #footerInner #pageTop a {
	display: block;
	height: 45px;
}


footer #footerInner #footerUtility {
	display: table-cell;
	vertical-align: middle;
}

footer #footerInner #footerUtility #copyRight {
	padding-left: 10px;
	font-size: 7px;
	font-size: 0.7rem;
	color: #999999;
}


/* ClearFix
=========================================*/
.clear:after {
	content: "";
	display: block;
	clear: both;
}
.clear {
	min-height: 1%;
	zoom: 1;
}

}
