@charset "utf-8";

body{
	margin:0;
	font-family: "Segoe UI", Meiryo, "Hiragino Kaku Gothic ProN", "MS PGothic", Sans-serif;
	font-size:16px;
	line-height:1.5;
	color:#333333;
}
input, select, textarea{
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
}

img{
	border:none;
	vertical-align:middle;
}

@media screen and (max-width:600px) {
	body{
		font-size:14px;
	}

	img{
		max-width:100%;
		height:auto;
	}
}


/*------------------------------------
 common
--------------------------------------*/
.left{ text-align:left!important; }
.right{ text-align:right!important; }
.center{ text-align:center!important; }

@media screen and (min-width:601px) {
	.pcLeft{ text-align:left!important; }
	.pcRight{ text-align:right!important; }
	.pcCenter{ text-align:center!important; }
}
@media screen and (max-width:600px) {
	.spLeft{ text-align:left!important; }
	.spRight{ text-align:right!important; }
	.spCenter{ text-align:center!important; }
}

.bold{ font-weight:bold!important; }
.normal{ font-weight:normal!important; }

.inline{ display:inline; }
.iblock{ display:inline-block; }
.block{ display:block; }

.table{ display:table; width:100%; }
.row{ display:table-row; }
.cell{ display:table-cell; }

.top{ vertical-align:top;}
.middle{ vertical-align:middle;}
.bottom{ vertical-align:bottom;}

.mt0{ margin-top:0!important;}
.mt5{ margin-top:5px!important;}
.mt10{ margin-top:10px!important;}
.mt15{ margin-top:15px!important;}
.mt20{ margin-top:20px!important;}
.mt25{ margin-top:25px!important;}
.mt30{ margin-top:30px!important;}
.mt35{ margin-top:35px!important;}
.mt40{ margin-top:40px!important;}

.mb0{ margin-bottom:0!important;}
.mb5{ margin-bottom:5px!important;}
.mb10{ margin-bottom:10px!important;}
.mb15{ margin-bottom:15px!important;}
.mb20{ margin-bottom:20px!important;}
.mb25{ margin-bottom:25px!important;}
.mb30{ margin-bottom:30px!important;}
.mb35{ margin-bottom:35px!important;}
.mb40{ margin-bottom:40px!important;}

.ml0{ margin-left:0!important;}
.ml5{ margin-left:5px!important;}
.ml10{ margin-left:10px!important;}
.ml15{ margin-left:15px!important;}
.ml20{ margin-left:20px!important;}
.ml25{ margin-left:25px!important;}
.ml30{ margin-left:30px!important;}
.ml35{ margin-left:35px!important;}
.ml40{ margin-left:40px!important;}

.mr0{ margin-right:0!important;}
.mr5{ margin-right:5px!important;}
.mr10{ margin-right:10px!important;}
.mr15{ margin-right:15px!important;}
.mr20{ margin-right:20px!important;}
.mr25{ margin-right:25px!important;}
.mr30{ margin-right:30px!important;}
.mr35{ margin-right:35px!important;}
.mr40{ margin-right:40px!important;}

.pt0{ padding-top:0!important;}
.pt5{ padding-top:5px!important;}
.pt10{ padding-top:10px!important;}
.pt15{ padding-top:15px!important;}
.pt20{ padding-top:20px!important;}
.pt25{ padding-top:25px!important;}
.pt30{ padding-top:30px!important;}
.pt35{ padding-top:35px!important;}
.pt40{ padding-top:40px!important;}

.pb0{ padding-bottom:0!important;}
.pb5{ padding-bottom:5px!important;}
.pb10{ padding-bottom:10px!important;}
.pb15{ padding-bottom:15px!important;}
.pb20{ padding-bottom:20px!important;}
.pb25{ padding-bottom:25px!important;}
.pb30{ padding-bottom:30px!important;}
.pb35{ padding-bottom:35px!important;}
.pb40{ padding-bottom:40px!important;}

.pl0{ padding-left:0!important;}
.pl5{ padding-left:5px!important;}
.pl10{ padding-left:10px!important;}
.pl15{ padding-left:15px!important;}
.pl20{ padding-left:20px!important;}
.pl25{ padding-left:25px!important;}
.pl30{ padding-left:30px!important;}
.pl35{ padding-left:35px!important;}
.pl40{ padding-left:40px!important;}

.pr0{ padding-right:0!important;}
.pr5{ padding-right:5px!important;}
.pr10{ padding-right:10px!important;}
.pr15{ padding-right:15px!important;}
.pr20{ padding-right:20px!important;}
.pr25{ padding-right:25px!important;}
.pr30{ padding-right:30px!important;}
.pr35{ padding-right:35px!important;}
.pr40{ padding-right:40px!important;}

.w100{ width:100px; }
.w150{ width:150px; }
.w200{ width:200px; }
.w250{ width:250px; }
.w300{ width:300px; }
.w350{ width:250px; }
.w400{ width:400px; }
.w450{ width:450px; }
.w500{ width:500px; }

ul, ol{
	padding:0;
	margin-left:20px;
}

ol.noStyle, ul.noStyle{
	list-style:none;
	padding:0;
	margin-left:0px;
}

.pc{
	display:block;
}

.sp{
	display:none;
}

@media screen and (max-width:600px) {
	.pc{
		display:none;
	}

	.sp{
		display:block;
	}
	html, body {
		height:100%;
	}

	#page{
		min-width:0;
	}
	#page.menuOpen{
		height:100%;
	}

	.table, .row, .cell{
		display:block;
	}
	.cell{
		margin-top:20px;
	}
	.cell:first-child{
		margin-top:0;
	}
	.sp-pl0{ padding-left:0!important;}
	.sp-pr0{ padding-right:0!important;}
}

/*------------------------------------
 clearfix
--------------------------------------*/
.clearfix:after {
	content: '';
	display: block;
	clear : both;
	height: 0px;
	visibility: hidden;
}


/*------------------------------------
 page
--------------------------------------*/
#page{
	position:relative;
	width:100%;
	min-width:1040px;
	overflow:hidden;
}

@media screen and (max-width:600px) {
	#page{
		min-width:0px;
	}
}


/*------------------------------------
 header
--------------------------------------*/
#header .header{
	width:1000px;
	margin:0 auto;
	position:relative;
	padding-top:20px;
	height:85px;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

#header .logo{
	margin-right:20px;
	vertical-align:middle;
}

#header .siteText{
	color:#7f8283;
	font-size:12px;
	margin:12px 0 0 0;
}

#header #headerUtil .category {
	border-bottom: #dfd6cf 4px solid;
	text-align: right;
	margin-bottom: 4px;
}
#header #headerUtil .category h1 {
	font-size: 17px;
	font-weight: bold;
	margin: 0;
}
#header #headerUtil .category a {
	color: #ed7f40;
	text-decoration: none;
}
#header #headerUtil .category a:hover {
	text-decoration: underline;
}

#header .util{
	margin:0;
	list-style:none;
	font-size:12px;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
}

#header .util a{
	color:#333333;
	padding: 2px 0;
}

#header .spMenuOpen,
#nav .spNavHeader,
#nav .spNavHeader .spMenuClose,
#nav .spMenuClose2{
	display:none;
}

#header .util li{
	padding: 0 10px;
	border-right:solid 2px #eef0f2;
	text-align:center;
	margin:0;
}
#header .util li:first-child{
	border-left:solid 2px #eef0f2;
}

#nav{
	position:relative;
	width:100%;
	height:77px;
}

#gnav{
	width:100%;
	background:#f2f1ef;
	font-size:15px;
	position:absolute;
	height: 72px;
	top:0;
	left:0;
	border-bottom: #d4d5d6 5px solid;
}

#gnav ul{
	position: relative;
	bottom: 0;
	margin: 0;
	list-style:none;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: stretch;
	align-items: stretch;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
#gnav > ul{
	width:1000px;
	height: 77px;
	margin:0 auto;
}

#gnav ul li:not(.hasSub){
	-webkit-flex: 0 0 123px;
	flex: 0 0 123px;
	margin:0;
	vertical-align: middle;
	position: relative;
}
#gnav ul li.hasSub {
	-webkit-flex: 0 0 498px;
	flex: 0 0 498px;
	margin:0;
	vertical-align: middle;
	position: relative;
}
#gnav ul li.hasSub:last-child {
	-webkit-flex: 0 0 246px;
	flex: 0 0 246px;
}

#gnav > ul > li:last-child{
	border-right:solid 2px #d4d5d6;
}

#gnav ul li {
	border-left:solid 2px #d4d5d6;

}
#gnav ul li a{
	width: 100%;
	height: 100%;
	text-align:center;
	line-height:1.3;
	padding: 8px 0;
	font-size:12px;
	color:#333333;
	border-bottom: #d4d5d6 5px solid;
	-webkit-transition: color 0.1s;
	-moz-transition: color 0.1s;
	-ms-transition: color 0.1s;
	-o-transition: color 0.1s;
	transition: color 0.1s;
	-webkit-transition: background-color 0.1s;
	-moz-transition: background-color 0.1s;
	-ms-transition: background-color 0.1s;
	-o-transition: background-color 0.1s;
	transition: background-color 0.1s;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	box-sizing: border-box;
}
#gnav > ul > li > a{
	border-top:solid 1px #d4d5d6;
}

#gnav ul li a:hover{
	text-decoration:none;
}

#gnav > ul > li > div.category {
	height: 29px;
	border-top: #d4d5d6 1px solid;
	border-bottom: #d4d5d6 2px solid;
	padding: 2px 16px 4px 10px;
	font-size: 12px;
	box-sizing: border-box;
	text-align: center;
}
#gnav > ul > li > div.category.current {
	border-bottom: #ed7f40 2px solid;
	color: #ed7f40;
}
#gnav ul li ul {
	width: 100%;
	height: calc(100% - 29px);
}
#gnav ul li ul li:first-child {
	border: none;
}

#gnav ul li a.current {
	background-color: #e75400 !important;
	color: #fff !important;
}
#gnav ul li a:hover,
#gnav ul li a.hover {
	border-bottom: #e75400 5px solid;
}

#gnav .subNavi {
	display: none;
	position: absolute;
	max-width: 250px;
	min-width: 200px;
	width: 250px;
	height: auto;
	left: 1px;
	top: 100%;
	z-index: 10;
}
#gnav a.hover + .subNavi {
	display: block;
}
#gnav .subNavi:before {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 9px 8.5px 0 8.5px;
	border-color: #e75400 transparent transparent transparent;
	left: 54px;
	top: 2px;
}
#gnav .subNavi ul {
	display: block;
	padding-top: 10px;
	border: #e75400 2px solid;
	background: #fff;
	position: static;
}
#gnav .subNavi li {
	border: none;
}
#gnav .subNavi li a {
	border: none;
	display: block;
	text-align: left;
	font-size: 13px;
	position: relative;
	padding: 13px 20px;
}
#gnav .subNavi li a:hover {
	border: none;
	background: #fdeade;
}
#gnav .subNavi li a:after {
	content: "";
	position: absolute;
	right: 20px;
	top: calc(50% - 4px);
	width: 8px;
	height: 8px;
	border-top: #ed7f40 2px solid;
	border-right: #ed7f40 2px solid;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

@media screen and (min-width:601px) {
	#nav{
		left:0!important;
	}
}

@media screen and (max-width:600px) {
	#header .header{
		width:auto;
		height:auto;
		padding:15px 10px 15px 10px;
	}

	#header .logo{
		margin-right:5px;
	}

	#header .logo img{
		width:60px;
	}

	#header .logoText img{
		width:60%;
	}

	#header .siteText{
		display:none;
	}

	#header .siteText span{
		display:block;
		text-align:center;
	}
	
	#header #headerUtil .category,
	#header .util{
		display:none;
	}

	#header .spMenuOpen{
		display:block;
		width:40px;
		height:40px;
		position:absolute;
		top:10px;
		right:10px;
	}

	#nav{
		width:100%;
		height:100vh;
		min-height:inherit;
		background:#ffffff;
		position:absolute;
		top:0;
		left:100%;
		z-index:10;
	}

	#nav .spNavHeader{
		display:block;
		position:relative;
		background:#f2f1ef;
	}

	#nav .spMenuClose2{
		display:block;
		width:40px;
		height:40px;
		margin:20px auto 0;
		padding-bottom:20px;
	}

	#nav .spNavHeader .spMenuClose{
		display:block;
		width:40px;
		height:40px;
		position:absolute;
		top:10px;
		right:10px;
	}

	#nav .spNavHeader p.menu{
		margin:0;
		padding:20px 15px 20px 20px;
		font-weight:normal;
		font-size:20px;
		line-height:1.0;
		display:table-cell;
	}

	#nav .spNavHeader p.text{
		display:table-cell;
		vertical-align:middle;
		font-size:11px;
		padding-right:55px;
	}

	#header .spSiteText{
	}

	#gnavWrap {
		height: calc(100% - 120px);
		overflow: auto;
	}
	#gnav{
		position:static;
		height: auto;
		font-size:14px;
		border-bottom: 0;
	}
	#optnav {
		border-top: #d4d5d7 25px solid;
	}

	#gnav ul,
	#optnav ul{
		width:auto;
		height: auto;
		overflow:visible;
		flex-direction: column;
		background: #fff;
		border-left: #d4d5d7 25px solid !important;
		box-sizing: border-box;
		justify-content: flex-start !important;

	}

	#gnav ul li,
	#optnav ul li{
		width: auto;
		flex: 0 0 auto !important;
		border:none!important;
		margin: 0 !important
	}

	#gnav ul li a,
	#optnav ul li a{
		width:auto;
		height:auto;
		justify-content: flex-start;
		background: #fff url("../img/icon_link_01.png") no-repeat right 20px center;
		border: none !important;
		padding:20px 50px 20px 25px;
		border-bottom: #f2f1ef 1px solid !important;
	}
	#gnav ul li a.current {
		background: #ed7f40 url("../img/icon_link_02.png") no-repeat right 20px center;
		color: #fff;
		border: none !important;
	}

	#gnav > ul > li > div.category {
		height: auto;
		border: none !important;
		background: #d4d5d7;
		padding: 8px 10px 8px 0;
		font-size: 14px;
		text-align: left;
		color: #333333 !important;
	}
	#gnav ul li ul {
		border: none !important;
		height:auto;
	}

	
	#gnav .subNavi {
		display: none;
		position: static;
		max-width: inherit;
		min-width: inherit;
		width: auto;
	}
	#gnav a.hover + .subNavi {
		display: none;
	}
	#gnav a.current + .subNavi {
		display: block !important;
	}
	#gnav .subNavi:before {
		display: none;
	}
	#gnav .subNavi ul {
		padding-top: 0;
		border: none !important;
	}
	#gnav .subNavi li {
		width: 100%;
		border-left: #e75400 25px solid !important;
		box-sizing: border-box;
	}
	#gnav .subNavi li a {
		width: 100%;
	
	}
	#gnav .subNavi li a:after {
		display: none;
	}
	#gnav .subNavi li a.current,
	#gnav li a:hover {
		background-color: #fde9de !important;
		color: #ed7f40 !important;
	}
	#gnav .subNavi li a:hover {
		background: #fde9de url("../img/icon_link_01.png") no-repeat right 20px center !important;
	}
}


/*------------------------------------
 ぱんくず
--------------------------------------*/
#path{
	color:#7f8283;
	margin:20px 0 30px;
}

#path ul{
	width:1000px;
	margin:0 auto;
}

#path ul li,
#path ul li a{
	color:#7f8283;
	font-size:12px;
}

#path ul li{
	display: inline;
	padding:2px 20px 0 0;
	margin-right:6px;
	line-height:1;
	background:url("../img/icon_path.png") no-repeat center right;
}

#path ul li:last-child{
	background:none;
}

@media screen and (max-width:600px) {
	#path{
		padding:0 10px;
		margin:0 0 10px 0;
	}

	#path ul{
		width:auto;
	}


}

/*------------------------------------
 main
--------------------------------------*/
#main .inner{
	width:1000px;
	margin:0 auto;
}

#main a:hover img{
	opacity:0.8;
	-webkit-transition: opacity 0.3s;
	-moz-transition: opacity 0.3s;
	-ms-transition: opacity 0.3s;
	-o-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

@media screen and (max-width:600px) {
	#main .inner{
		width:auto;
		padding:0 10px;
	}

}

/*------------------------------------
 教育研修サービス
--------------------------------------*/
.serviceBlock{
	margin:20px 0 0;
}

.serviceBlock .s01,
.serviceBlock .s02,
.serviceBlock .s03{
	float:left;
	width:285px;
	margin-right:70px;
}

.serviceBlock .s03{
	margin-right:0;
}

.serviceBlock .title{
	font-weight:bold;
	margin:10px 0;
}

.serviceBlock .about .text{
	margin:10px 0;
}

.serviceBlock .about .textButton_01{
	height:25px;
	padding-top:15px;
}

.serviceBlock .about .textButton_01.twoLine{
	height:35px;
	padding-top:5px;
}

@media screen and (max-width:600px) {
	.serviceBlock{
		margin:30px 0 0;
	}

	.serviceBlock .s01,
	.serviceBlock .s02,
	.serviceBlock .s03{
		float:none;
		width:auto;
		margin-right:0;
		margin-top:25px;
	}

	.serviceBlock .sFigure{
		width:33%;
		float:left;
	}

	.serviceBlock .title{
		width:calc(66% - 20px);
		float:right;
	}

	.serviceBlock .about{
		width:calc(66% - 20px);
		float:right;
	}

	.serviceBlock .about .text{
		font-size:13px;
		margin:0 0 15px 0;
		min-height:0;
	}

	.serviceBlock .about .textButton_01{
		height:auto;
		padding:10px;
	}

	.serviceBlock .about .textButton_01.twoLine{
		height:auto;
		padding:10px;
	}

}

/*------------------------------------
 受付中のセミナー
--------------------------------------*/
.seminarBlock{
	margin:30px 0 0;
}

.seminarBlock ul{
	margin:30px 0 20px;
	list-style:none;
}

.seminarBlock ul li{
	margin:0 0 10px 0;
}

.seminarBlock ul li a{
	color:#000000;
}

.seminarBlock ul li .cat{
	display:inline-block;
	border: solid 2px #ed7f40;
	padding:2px;
	text-align:center;
	width:130px;
	font-size:13px;
}

.seminarBlock ul li .date{
	margin-left:25px;
	display:inline-block;
	width:9em;
}

.seminarBlock ul li a:hover .date{
	text-decoration:underline;
}

.seminarBlock ul li .title{
	margin-left:20px;
}

@media screen and (max-width:600px) {
	.seminarBlock ul li .cat{
		width:120px;
		border-width: 1px;
	}

	.seminarBlock ul li .title{
		display:block;
		margin:3px 0 0 0;
	}
}



/*------------------------------------
 お問い合わせ
--------------------------------------*/
.contactStep{
	width:700px;
	margin:0 auto;
}
.contactStep ul{
	list-style:none;
	margin:0;
	display:flex;
}
.contactStep ul li{
	box-sizing:border-box;
	width:33.33%;
	height:60px;
	padding-top:5px;
	padding-left:10px;
	text-align:center;
	font-weight:bold;
	background:#e2e0de;
	position:relative;
}
.contactStep ul li.current{
	background:#e75400;
	color:#fff;
}
.contactStep ul li:after{
	content:"";
	display:block;
	width:28px;
	height:60px;
	background:url("../img/contact_step.png") no-repeat left top;
	position:absolute;
	top:0;
	right:-28px;
	z-index:2;
}
.contactStep ul li.current:after{
	background:url("../img/contact_step_on.png") no-repeat left top;
}

.contactStep ul li .stepNo{
	font-size:14px;
	font-weight:normal;
}

.agreeBlock{
	margin:20px 0 20px;
	background:#f7f7f7;
	padding:25px 0;
}
.agreeBlock .agreeChk{
	font-weight:bold;
	text-align:center;
	margin:0;
}
.agreeBlock .agreeChk input{
	vertical-align:middle;
	margin-right:10px;
}
.agreeBlock .privacyLink{
	text-align:right;
	margin:-21px 20px 0 0;
}
.agreeBlock .privacyLink a{
	color:#000000;
	background:url("../../common/img/icon_link_01.png") no-repeat left center;
	padding-left:15px;
}

.boxErrMsg{
	padding:15px;
	margin:20px 0;
	border:solid 2px #ff0000;
	text-align:center;
	color:#ff0000;
}

.iptNote{
	margin:5px 0 0 0;
}
.errMsg{
	margin:5px 0 0 0;
	color:#ff0000;
}

@media screen and (max-width:600px) {
	.contactStep{
		width:auto;
		padding-right:15px;
		font-size:90%;
	}
	.contactStep ul li{
		padding-top:8px;
	}
	.contactStep ul li .stepNo{
		font-size:12px;
	}
	.contactStep ul li:nth-child(1){ width:30%;	}
	.contactStep ul li:nth-child(2){ width:40%;	}
	.contactStep ul li:nth-child(3){ width:30%;	}

	.agreeBlock .privacyLink{
		text-align:center;
		margin:10px 0 0 0;
	}

}

/*------------------------------------
 footer
--------------------------------------*/
#footer{
	margin-top:120px;
	padding-top:51px;
	background:url("../img/bg_footer.png") no-repeat center top;
}

#footer .footer01{
	background:#f5f4f2;
	border-top:solid 4px #dfd6cf;
	padding:20px 0;
}

#footer .footer01 .inner{
	width:1000px;
	margin:0 auto;
	position:relative;
}

#footer .footer01 .inner a{
	color:#333333;
}

#footer .footer01 .footer_logo {
	padding:10px 20px 0;
}

#footer .footer01 .footer_left{
	float:left;
	width:460px;
	padding:10px 20px;
	border-right:solid 3px #ffffff;
}
#footer .footer01 .footer_left.leftOnly{
	float:none;
	width:960px;
	border: none;

}

#footer .footer01 .footer_logo a {
	text-decoration: none;
}
#footer .footer01 .footer_logo .logo{
	margin-bottom:15px;
    margin-right: 20px;
	width:75px;
    height: auto;
}
#footer .footer01 .footer_logo .logoText{
    width: 340px;
    height: auto;
    margin-top: -12px;
}

#footer .footer01 .footer_left .address{
	margin-top:30px;
	font-size:16px;
}

#footer .footer01 .footer_left .tel{
	margin:0 0 5px 0;
	font-size:13px;
}

#footer .footer01 .footer_left .tel .telNo{
	font-size:22px;
	font-weight:bold;
	color:#e75400;
	line-height:1.2;
}

#footer .footer01 .footer_left .accept{
	margin:0 0 20px 35px;
	font-size:13px;
}

#footer .footer01 .footer_right{
	float:right;
	width:474px;
	padding:10px 0 10px 23px;
	border-left:solid 3px #ffffff;
	margin-left:-3px;
}

#footer .footer01 h3{
	font-size:18px;
	margin:0;
	background-position:left 0.3em;
	color: #e75400;
}
#footer .footer01 .footer_left h3 {
    background: none;
    padding-left: 0;
}
#footer .footer01 .links > ul{
	margin:0;
	float:left;
	list-style:none;
}

#footer .footer01 .links > ul > li{
	margin-top:8px;
	background:url("../img/icon_link_01.png") no-repeat left 0.3em;
	padding-left:15px;
	font-size:15px;
}
#footer .footer01 .footer_left.leftOnly .links {
    float: left;
    width: 33.3%;
    padding: 0 10px;
    box-sizing: border-box;
}
#footer .footer01 .footer_left.leftOnly > .clearfix {
  margin: 0 -10px;
}
#footer .footer01 .footer_left .links > ul > li {
    font-size: 18px;
	background:url("../img/icon_link_01.png") no-repeat left 0.5em;
}
#footer .footer01 .footer_left .links:last-child >ul > li,
#footer .footer01 .footer_left.leftOnly .links:first-child .link01:last-child > li,
#footer .footer01 .footer_left .links > h3 + ul > li {
    font-size: 15px;
	background:url("../img/icon_link_01.png") no-repeat left 0.3em;
}

#footer .footer01 .links > ul > li > a{
	font-weight:bold;
}

#footer .footer01 .links ul.link01{
	width:100%;
	padding-right:15px;
}

/* #footer .footer01 .footer_right .links ul.link02{
  width:180px;
  padding-right:15px;
}

#footer .footer01 .footer_right .links ul.link03{
  width:120px;
} */

#footer .footer01 .links ul.sub{
	margin-top: 0;
	margin-left:20px;
	list-style:none;
}

#footer .footer01 .links ul.sub li{
	margin-top:7px;
	font-size:13px;
	display: inline-block;
	margin-right: 15px;
}
#footer .footer01 .links ul.sub li a {
	position:relative;
	padding-left: 18px;
}
#footer .footer01 .links ul.sub li a:before{
	content:"";
	width:6px;
	height:6px;
	border-radius:3px;
	background:#e75400;
	color:#e75400;
	position:absolute;
	top:0.4em;
	left: 0;
}

#footer .footer01 #pagetop{
	display:block;
	width:55px;
	height:55px;
	position:absolute;
	top:-40px;
	right:50%;
	margin-right:-555px;
	opacity:0.8;
}

#footer .footer01 #pagetop.fix{
	position:fixed;
	top:auto;
	bottom:30px;
}

#footer .footer02.topLine{
	border-top:solid 4px #dfd6cf;
}

#footer .footer02 .inner{
	width:1000px;
	margin:0 auto;
	padding:15px 0;
}

#footer .footer02 .copy{
	float:left;
	margin:15px 0;
	font-size:12px;
}

#footer .footer02 .logo{
	float:right;
	margin:0;
}

@media screen and (max-width:600px) {
	#footer{
		margin-top:auto;
		background:url("../img/bg_footer.png") no-repeat right 10px top 50px;
		background-size:auto 32px;
		padding-top:82px;
	}

	#footer .footer01{
		margin:0;
		padding:0;
	}

	#footer .footer01 .inner{
		width:auto;
	}

	#footer .footer01 .footer_logo{
		width:auto;
		padding:20px 10px;
		border:none;
	}

	#footer .footer01 .footer_logo .logo{
		vertical-align:middle;
		margin:0 10px 0 0;
		width:60px;
	}

	#footer .footer01 .footer_logo .logoText{
		vertical-align:middle;
		width:240px;
	}

	#footer .footer01 .footer_left .address{
		margin-top:20px;
	}

	#footer .footer01 .footer_left .tel{
		font-size:14px;
	}

	#footer .footer01 .footer_left .tel .telNo{
		font-size:20px;
		font-weight:bold;
		color:#e75400;
	}

	#footer .footer01 .footer_left .accept{
		margin:0 0 0 30px;
	}

	#footer .footer01 .footer_left .links,
    #footer .footer01 .footer_left h3,
    #footer .footer01 .footer_right{
		display:none;
	}

	#footer .footer01 #pagetop{
		width:35px;
		height:35px;
		position:absolute;
		top:-20px;
		right:10px;
		margin-right:0;
		opacity:0.7;
	}

	#footer .footer01 #pagetop.fix{
		position:fixed;
		top:auto;
		bottom:10px;
	}

	#footer .footer02 .inner{
		width:auto;
		padding:10px 10px 20px 10px;
	}

	#footer .footer02 .copy{
		float:none;
		margin:0;
	}

	#footer .footer02 .logo{
		text-align:right;
		float:none;
		margin-top:20px;
	}

	#footer .footer02 .logo img{
		width:260px;
	}
}
