@charset "UTF-8";
/* @group Reset */
*{ 
	margin: 0;
	padding: 0;
	box-sizing : border-box;
}
a {
	text-decoration : none;
}
ul, ol {
	list-style : none;
}
img { 
	vertical-align : middle;
	max-width : 100%;
}
.clearfix {
  *zoom: 1;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}
.hid {
	position:absolute;
	left:-9999px;
}
a:link {
	color: #0033cc;
	text-decoration: underline;
}
a:visited {
	color: #0033cc;
}
a:hover,
a:active {
	color: #33ccff;
}


/*-----------------------------------------------------------*/
html {
	font-size : 75%;
	line-height : 1.6;
}
.pc {
	display: none;
}

/* @group Header  ------------------------------------------------*/
#header {

}
#header .logo,
#header .logo_biz {
	margin: 0 25% 20px;
	width: 50%;
}

#header .drawer-menu li {
	padding: 1em;
	border-bottom: 2px solid #666;
}
#header .drawer-menu li a {

	text-decoration: none;
	display: block;
	color: #333;
}

/* contents   ------------------------------------------------*/
#contents .bcb {
	border-top: 1px solid #e2e2e2;
	padding: 15px 0;
	font-size : 65%;
}
#contents {
	padding-bottom: 2em;
}
#contents h2 {
	margin-bottom: 30px;
	padding-bottom: 3px;
	font-weight: normal;
	font-size: 150%;
	border-bottom: 2px solid #999;
}
#contents .bcb a {
	color: #666;	
}
#contents .bcb a:hover {
	color: #999;	
}


/* footer  ------------------------------------------------*/
.go-top {
	position: fixed;
	bottom: 0em;
	right: 0em;
	background-color: rgba(0, 0, 0, 0.7) !important;
	font-size: 11px;
	padding: 1.2em;
	display: none;
	color: #fff !important;
	text-decoration: none !important;
}

#footer {
	margin-top: 2em;
	width : 100%;
	background: #626262;
}
#footer ul {
	list-style : none;
	overflow : hidden;
} 
#footer li a {
	color : #fff;
	display : block;
	float : left;
	padding : 12px 10px;
	text-decoration : none;
	width: 50%;
}
#footer li a:hover {
	background : #7f7d7d;
}
/*#footer li:nth-child(odd) a {
	border-right : 1px solid #fff;
}*/
#footer li.sttl {
	width: 100%;
	padding: 0.5em;
	background: #333;
	color: #999;
	font-size: 11px;
}

#ftr {
	margin: 2em 0.8em;
}
#ftr p {
	color: #666;
}
#ftr dl {
	margin: 1em 0;
}
#ftr dt {
	margin: 0 0 0.2em;
	font-weight: bold;
	font-size: 125%;
}
#ftr_bnr {
	margin: 3em 0 0 0;
}
#ftr_bnr li {
	margin: 0 1em 1em 1em;
	text-align: center;

}

/* @end */

/*--------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------*/
/*768px*//*1024px*/
@media print, screen and (min-width : 768px){	
html {
	font-size : 100%;
	line-height : 1.6;
	color: #333;
}
.sp {
	display: none;
}
.pc {
	display: inherit;
}

.bcb {
	padding: 10px 0 20px;
	font-size: 87.5%;
}

/* @group Header  ------------------------------------------------*/
#header {
	margin: 0 auto;
	width: 980px;
}
#header .logo {
	margin: 40px auto 0;
	width: 220px;
}
#header .logo_biz {
	margin: 40px auto 0;
	width: 530px;
}

/* header nav  ------------------------------------------------ */
.nav {
	margin: 40px auto;
	width: 980px;

}
.nav ul li {
	float: left;
	text-align: center;
	width: 100px;
	font-size: 81.3%;
	margin-right: 40px;
}
.nav ul li a {
	padding: 10px 0;
	text-decoration: none;
	display: block;
	color: #333;
}
.nav ul li:nth-child(7){
	margin-right: 0px;
	width: 140px;
}
.nav ul li a:hover {
	text-decoration: none;
	border-bottom: 2px solid #333;
	padding-bottom: 5px;
}
.nav ul.biz  li{
	margin-right: 10px ;	
}
.nav ul.biz li.biz01 {
	width: 120px;	
}
.nav ul.biz li.biz02 {
	width: 190px;	
}
.nav ul.biz li.biz03 {
	width: 200px;	
}
.nav ul.biz li.biz04 {
	width: 130px;	
}
.nav ul.biz li.biz05 {
	width: 130px;	
}

.nav ul.biz li.biz06 {
	width: 140px;	
}




/* contents   ------------------------------------------------*/
#contents {
	margin: 0 auto 0px;
	padding-bottom: 70px;
	width: 980px;
	font-size: 100%;
}

#contents a:hover img {
	opacity:0.7;
}

#contents .l {
	float: left;
}
#contents .r {
	float: right;
}

#contents .bcb {
	margin: 0 auto 0px;
	padding: 15px 0 40px;
	width: 980px;
}
#contents h2 {
	margin-bottom: 50px;
	text-align: center;
	font-size: 187.5%;
	border-bottom: none;
}




/* footer  ------------------------------------------------*/
/*#ptp {
	margin: 0 auto 0px;
	width: 980px;
}
.go-top {
	margin: 60px 0 0 880px;
}
.go-top {
	position: static;
	bottom: 0em;
	right: 0em;
	text-decoration: none;
	background-color: none;
	font-size: 0;
	padding: 0;
	display: block;
}*/
.go-top {
	font-size: 13px;
	padding: 1em 3em;
}


#footer {
	margin-top: 0;
	background: #f3f3f3;
}
#footer .inner {
	margin: 0 auto 0px;
	padding: 25px 0 20px;
	width: 980px;
}
#footer ul {
	float: left;
	width: 196px;
}
#footer ul.biz {
	float: left;
	width: 980px;
}
#footer ul.biz li a {
	width: auto;
	display: inline;
	padding : 0 0 8px 1.8em;
	font-size: 72%;		
}

#footer li a {
	color : #5f5f5f;
	float : left;
	padding : 0 0 8px 1em;
	text-decoration : none;
	display: inline-block;
	font-size: 75%;
	width: 196px;
}
#footer li a:hover {
	background : none;
	text-decoration: underline;
}
#footer li:nth-child(odd) a {
	border-right : none;
}

#footer li.sttl {
	width: 196px;
	padding: 0 0 1em 0;
	background: none;
	color: #999;
	font-size: 75%;
}


#ftr_bnr {
	margin: 40px auto 0px;
	width: 980px;
}
#ftr_bnr li {
	margin: 0;
	float : left;
}
#ftr_bnr li:nth-child(2){ 
	float : right;
}



#ftr {
	margin: 3em auto;
	width: 980px;
	font-size: 72%;
}
#ftr dl {
	margin: 1em 0;
}
#ftr dt {
	margin: 0 0 0.2em;
	font-weight: bold;
	font-size: 125%;
}
#ftr .copy {
	text-align: right;
}


/* @end */
}


@media print {
  body {
    -webkit-print-color-adjust: exact;
  }
}

