@charset "utf-8";
/*------------------------------------------------------------
	トープページ
------------------------------------------------------------*/

#gHeader {
	display: none;
}

#main .mainImg {
	/*margin-bottom: 67px;*/
	position: relative;
	overflow: hidden;
	background-color: #fff;
}

#main .mainImg .black {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	display: none;
	background-color: #ffffff;
}

#main .mainImg .bg {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	display: none;
	background: url(../img/index/BANKISSHU.jpg) no-repeat center center;
	background-size: cover;
	z-index: 50;
}

#main .mainImg img {
	width: 100%;
}

#main .mainImg a {
	margin-left: -45px;
	display: none;
	color: #fff;
	position: absolute;
	font-family: Helvetica, sans-serif;
	font-weight: bold;
	bottom: 24px;
	left: 50%;
	width: 90px;
	height: 88px;
	line-height: 90px;
	text-align: center;
	border-radius: 50px;
	background-color: #000;
	z-index: 100;
}

#main .mainImg a span {
	margin-left: -7px;
	position: absolute;
	top: -40px;
	left: 50%;
}

#main .mainImg a span img {
	width: auto;
	height: auto;
}

#main h2 {
	margin-bottom: 4px;
	font-size: 55px;
	font-weight: bold;
	font-family: Helvetica, sans-serif;
}

#main .sec01 {
	margin: 0 auto 97px;
	font-family: Helvetica, sans-serif;
	width: 980px;
}

#main .sec01 .ttl {
	margin-bottom: 18px;
	font-size: 30px;
	font-weight: bold;
}

#main .sec01 ul {
	margin: -40px -45px 0 0;
}

#main .sec01 > ul li {
	margin: 40px 45px 0 0;
	float: left;
	width: 211px;
}

#main .sec01 > ul > li a {
	padding: 11px 0 12px;
	display: block;
	text-align: center;
	position: relative;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}

#main .sec01 > ul > li a:hover {
	background-color: #F8DB00;
}

#main .sec01 > ul > li span {
	margin-top: -4px;
	position: absolute;
	top: 50%;
	right: 20px;
}

#main .sec01 > ul > li span img {
	width: 7px;
}

#main .sec01 > ul > li:nth-child(3) {
	width: 468px;
}



#main .sec01 > ul > li:nth-child(1) {
	width: 980px;
}

#main .sec01 > ul > li:nth-child(2) {
	width: 980px;
}

#main .sec01 > ul > li:nth-child(4) {
    width: 467px;
}

#main .sec02 {
	margin-bottom: 50px;
	padding: 86px 0 120px;
	background-color: #F2F2EB;
}

#main .sec02 h2 {
	margin-bottom: 17px;
	transition-delay: 0.5s;
	-webkit-transition-delay: 0.5s;
	-ms-transition-delay: 0.5s;
}

#main .sec02 .mainBox {
	width: 980px;
}

#main .sec02 ul {
	margin: -42px -70px 48px 0;
}

#main .sec02 ul li {
	margin: 42px 69px 0 0;
	display: none;
	float: left;
	font-family: Helvetica, sans-serif;
	width: 281px;
}

#main .sec02 ul li:nth-child(-n+6) {
	display: block;
}

#main .sec02 ul li span {
	display: block;
}

#main .sec02 ul li .ttl {
	margin-bottom: 2px;
	font-size: 12px;
	color: #4C4C4C;
	opacity: 0;
	position: relative;
	top: 20px;
	transition: all 0.5s ease-in-out 1.5s;
	-webkit-transition: all 0.5s ease-in-out 1.5s;
	-ms-transition: all 0.5s ease-in-out 1.5s;
}

#main .sec02.active ul li .ttl {
	opacity: 1;
	top: 0;
	/*text-align: center;*/
}

#main .sec02 ul li .photo {
	margin-bottom: 3px;
	position: relative;
	overflow: hidden;
	opacity: 0;
	transition: opacity 0s ease-in-out 1s;
	-webkit-transition: opacity 0s ease-in-out 1s;
	-ms-transition: opacity 0s ease-in-out 1s;
}

#main .sec02.active ul li .photo {
	opacity: 1;
}

#main .sec02 ul li .photo a {
	position: relative;
	display: block;
}

#main .sec02 ul li .photo a:before {
	width: 100%;
	height: 100%;
	background: #F2F2EB;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	transition: left 0.5s ease-in-out 1s;
	-webkit-transition: left 0.5s ease-in-out 1s;
	-ms-transition: left 0.5s ease-in-out 1s;
  
	content: ""; 
}

#main .sec02.active ul li .photo a:before {
	left: 100%;
}

#main .sec02 ul li .photo img {
	transition:all .5s;
	-webkit-transform:scale(1);
	transform:scale(1);
	height: 211px;
}

#main .sec02 ul li .photo a:hover img {
	-webkit-transform:scale(1.06);
	transform:scale(1.06)
}

#main .sec02 ul li .txt {
	font-weight: bold;
	font-size: 15px;
	opacity: 0;
	position: relative;
	top: 20px;
	transition: all 0.5s ease-in-out 1.5s;
	-webkit-transition: all 0.5s ease-in-out 1.5s;
	-ms-transition: all 0.5s ease-in-out 1.5s;
}

#main .sec02.active ul li .txt {
	top: 0;
	opacity: 1;
	/*text-align: center;*/
}

#main .sec02 .link {
	margin: 0 auto;
	font-family: Helvetica, sans-serif;
	width: 421px;
	text-align: center;
	transition: all 0.5s ease-in-out 1.5s;
	-webkit-transition: all 0.5s ease-in-out 1.5s;
	-ms-transition: all 0.5s ease-in-out 1.5s;
}

#main .sec02 .link a {
	padding: 13px 0 12px;
	color: #fff;
	display: block;
	position: relative;
	background-color: #393636;
}

#main .sec02 .link a span {
	margin-top: -4px;
	position: absolute;
	top: 50%;
	right: 20px;
}

#main .sec02 .link a span img {
	display: block;
	width: 8px;
}

#main .sec02 .link a:hover {
	background-color: #F8DB00;
}

#main .sec03 {
	margin-bottom: 135px;
	padding-top: 23px;
	position: relative;
}

#main .sec03 .mainBox {
	width: 980px;
	transition: all 0.5s ease-in-out 1s;
	-webkit-transition: all 0.55s ease-in-out 1s;
	-ms-transition: all 0.5s ease-in-out 1s;
}

#main .sec03 .photo {
	width: 820px;
	position: absolute;
	top: 0;
	right: 1%;
	overflow: hidden;
}

#main .sec03 .photo span {
	width: 0;
	display: block;
	overflow: hidden;
	transition: width 0.5s ease-in-out 0.5s;
	-webkit-transition: width 0.5s ease-in-out 0.5s;
	-ms-transition: width 0.5s ease-in-out 0.5s;
}

#main .sec03.active .photo span {
	width: 820px;
	margin-top: 150px;
}

#main .sec03 .photo:before {
	display: none;
	width: 100%;
	height: 100%;
	background: #fff;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	transition: left 0.5s ease-in-out 0.5s;
	-webkit-transition: left 0.5s ease-in-out 0.5s;
	-ms-transition: left 0.5s ease-in-out 0.5s;
  
	content: ""; 
}

#main .sec03.active .photo:before {
	left: 100%;
}

#main .sec03 h2 {
	margin-bottom: 20px;
}

#main .sec03 h3 {
	margin-bottom: 11px;
	font-size: 22px;
}

#main .sec03 .txtUl {
	margin-bottom: 33px;
}

#main .sec03 .txtUl li {
	font-size: 14px;
	font-family: Helvetica, sans-serif;
	line-height: 1.9;
}

#main .sec03 .txtUl li a {
	padding-right: 12px;
	display: inline-block;
	background: url(../img/common/icon02.png) no-repeat right center;
	background-size: 7px auto;
}

#main .sec03 .txtUl li a:hover {
	color: #F9DB00;
	background: url(../img/common/icon03.png) no-repeat right center;
}

#main .sec03 .bgBox {
	padding: 29px 0 78px;
	background: url(../img/index/sec03_bg.jpg) repeat-y center top;
}

#main .sec03 .tabUl {
	margin-bottom: 50px;
}

#main .sec03 .tabUl li {
	margin-right: 48px;
	font-size: 22px;
	font-family: Helvetica, sans-serif;
	font-weight: bold;
	line-height: 1.8;
	display: inline-block;
}

#main .sec03 .tabUl li a {
	padding-bottom: 0;
	display: block;
	color: #666;
	border-bottom: 2px solid transparent;
}

#main .sec03 .tabUl .on a,
#main .sec03 .tabUl li a:hover {
	color: #000;
	border-color: #F8DD3F;
}

#main .sec03 .tabBox .ttl {
	margin-bottom: 7px;
	font-weight: bold;
	font-size: 16px;
}

#main .sec03 .tabBox .txt {
	margin-bottom: 2px;
	font-size: 12px;
	font-weight: bold;
}

#main .sec03 .tabBox p span {
	font-family: Helvetica, sans-serif;
}

#main .sec03 .tabBox .addTxt {
	margin: 0 0 0 25px;
	line-height: 1.55;
	font-size: 12px;
	padding-right: 3px;
}

#main .sec03 .tabBox .addUl > li {
	margin-right: 43px;
	margin-bottom: 43px;
	float: left;
	width: 320px;
	/*width: 480px;*/
	position: relative;
}

#main .sec03 .tabBox .addUl > li:before {
	width: 1px;
	height: 0;
	background: #C9CACA;
	position: absolute;
	top: 10px;
	right: 0;
	transition: height 0.5s ease-in-out 1.5s;
	-webkit-transition: height 0.5s ease-in-out 1.5s;
	-ms-transition: height 0.5s ease-in-out 1.5s;
  
	content: ""; 
}

#main .sec03.active .tabBox .addUl > li:before {
	height: 328px;
}

#main .sec03 .tabBox .addUl > li:nth-child(2) {
	width: 325px;
	margin-bottom: 43px;
}

#main .sec03 .tabBox .addUl > li:nth-child(3) {
	margin-right: 0;
	width: 248px;
}

#main .sec03 .tabBox .addUl > li:nth-child(3):before {
	display: none;
}

#main .sec03 .tabBox .addUl li ul {
	margin: -2px 0 5px 25px;
}

#main .sec03 .tabBox .addUl li li {
	font-size: 9px;
	display: inline-block;
	line-height: 1.4;
	width: 40px;
	font-family: Helvetica, sans-serif;
}

#main .sec03 .tabBox .addUl li li a {
	padding: 2px 0 0;
	display: block;
	text-align: center;
	background-color: #C9CACA;
}

#main .sec03 .tabBox .addUl li li a:hover {
	background-color: #F8DB00;
}

#main .sec03 .tabBox .addUl li ul:last-of-type {
	margin-bottom: 0 !important;
}

/*#main .sec03 .tabBox .addUl > li:nth-child(2) ul {*/
	/*margin-bottom: 43px;*/
/*}*/

#main .sec04 {
	margin: 0 auto 140px;
	width: 980px;
}

#main .sec04 .inner {
	position: relative;
}

#main .sec04 .inner h2 {
	float: left;
	width: 320px;
}

#main .sec04 .inner .rBox {
	margin-top: 25px;
	float: right;
	width: 640px;
}

#main .sec04 .inner .rBox dt {
	float: left;
	font-weight: bold;
}

#main .sec04 .inner .rBox dd {
	padding-left: 11.1em;
}

#main .sec04 .inner:first-of-type {
	margin-bottom: 125px;
}

#main .sec04 .inner:first-of-type:before {
	margin-left: -105px;
	width: 0;
	height: 1px;
	background: #000;
	position: absolute;
	bottom: -75px;
	left: 50%;
	transition: width 0.5s ease-in-out 0.5s;
	-webkit-transition: width 0.5s ease-in-out 0.5s;
	-ms-transition: width 0.5s ease-in-out 0.5s;
  
	content: ""; 
}

#main .sec04.active .inner:first-of-type:before {
	width: 210px;
}

#main .sec05 {
	margin: 0 auto 80px;
	width: 1280px;
}

#main .sec05 .photo {
	margin-right: -120px;
	float: left;
	position: relative;
	z-index: 5;
	overflow: hidden;
}

#main .sec05 .photo span {
	display: block;
	width: 0;
	overflow: hidden;
	transition: width 0.5s ease-in-out 0.5s;
	-webkit-transition: width 0.8s ease-in-out 0.5s;
	-ms-transition: width 0.5s ease-in-out 0.5s;
}

#main .sec05.active .photo span {
	width: 751px;
}

#main .sec05 .photo:before {
	display: none;
	width: 100%;
	height: 100%;
	background: #fff;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	transition: left 0.5s ease-in-out 0.5s;
	-webkit-transition: left 0.5s ease-in-out 0.5s;
	-ms-transition: left 0.5s ease-in-out 0.5s;
  
	content: ""; 
}

#main .sec05.active .photo:before {
	left: 100%;
}

#main .sec05 .bgBox {
	padding: 0 50px 135px 196px;
	margin-top: 103px;
	float: right;
	width: 640px;
	box-sizing: border-box;
	background-color: #F2F2EB;
}

#main .sec05 .bgBox div {
	transition: all 0.5s ease-in-out 1s;
	-webkit-transition: all 0.5s ease-in-out 1s;
	-ms-transition: all 0.5s ease-in-out 1s;
}

#main .sec05 .bgBox h2 {
	margin: -55px 0 19px;
}

#main .sec05 .bgBox h3 {
	margin-bottom: 30px;
	font-size: 19px;
	font-weight: bold;
	position: relative;
	margin-top: 20px
}

#main .sec05 .bgBox h3:before {
	width: 0;
	height: 1px;
	background: #000;
	position: absolute;
	bottom: -13px;
	left: 0;
	transition: width 0.5s ease-in-out 1.5s;
	-webkit-transition: width 0.5s ease-in-out 1.5s;
	-ms-transition: width 0.5s ease-in-out 1.5s;
  
	content: ""; 
}

#main .sec05.active .bgBox h3:before {
	width: 40px;
}

#main .sec05 .bgBox ul {
	margin-bottom: 42px;
}

#main .sec05 .bgBox ul:last-of-type {
	margin-bottom: 0;
}

#main .sec05 .bgBox ul li {
	font-size: 14px;
	line-height: 2.18;
}

#main .sec05 .bgBox ul li span {
	font-family: Helvetica, sans-serif;
}

#main .sec05 .bgBox ul li a {
	padding-right: 12px;
	display: inline-block;
	background: url(../img/common/icon02.png) no-repeat right center;
	background-size: 7px auto;
}

#main .sec05 .bgBox ul li a:hover {
	color: #F9DB00;
	background: url(../img/common/icon03.png) no-repeat right center;
}

#main .sec06 .lBox {
	float: left;
	width: 50%;
	height: 611px;
	display: table;
	background-color: #F8DB00;
}

#main .sec06 .lBox .subBox {
	padding: 0 50px 195px 0;
	display: table-cell;
	text-align: center;
	vertical-align: bottom;
}

#main .sec06 .lBox .subBox .sub {
	display: inline-block;
	text-align: left;
}

#main .sec06 .lBox .subBox .sub p {
	margin-bottom: 14px;
}

#main .sec06 .lBox .subBox .sub p span {
	font-family: Helvetica, sans-serif;
}

#main .sec06 .lBox .subBox .sub p:last-of-type {
	margin-bottom: 0;
}

#main .sec06 .lBox .subBox .sub ul {
	margin-top: 33px;
}

#main .sec06 .lBox .subBox .sub ul li {
	margin-right: 4px;
	display: inline-table;
	width: 34px;
	height: 34px;
	text-align: center;
}

#main .sec06 .lBox .subBox .sub ul li a {
	padding-top: 8px;
	display: block;
	background-color: #FBF1C2;
}

#main .sec06 .lBox .subBox .sub ul li a:hover {
	background-color: #393636;
}

#main .sec06 .map {
	float: right;
	width: 50%;
	height: 611px;
}

.fancybox-next,
.fancybox-nav {
	width: 0;
}

img.menu {
	width: 280px;
	/*width: 460px;*/
	margin: 5px 0;
}

#spview {
	display:none;
}

.topLogo {
	color:white !important;
	font-size:22px;
	font-family: Helvetica, sans-serif;
}

@media all and (min-width: 0) and (max-width: 767px) {
	.mini {
	font-size: 0.8em;
	padding: 7px 0 5px !important;
	}

	img.menu {
	width: 100%;
	}

	#main .mainImg {
		/*margin-bottom: 9px;*/
	}
	
	#main .mainImg a {
		margin-left: -22px;
		width: 44px;
		height: 44px;
		line-height: 44px;
		font-size: 8px;
		bottom: 5px;
	}
	
	#main .mainImg a span {
		top: -22px;
		margin-left: -2px;
	}
	
	#main .mainImg a span img {
		width: 8px;
	}
	
	#main .sec01 {
		margin: 0 27px;
		width: auto;
	}
	
	#main h2 {
		margin: 0;
		font-size: 27px;
	}
	
	#main .sec01 {
		margin-bottom: 30px;
	}
	
	#main .sec01 ul {
		margin: 0;
	}
	
	#main .sec01 > ul > li {
		margin: 20px 0 0;
		float: none;
		width: auto !important;
	}
	
	#main .sec01 > ul > li:first-child {
		margin: 0;
	}
	
	#main .sec01 .ttl {
		margin: 0 2px 12px;
		font-size: 19px;
	}

	#main .sec01 > ul > li:nth-child(4) ul,
	#main .sec01 > ul li ul {
		margin-top: -25px;
	}
	
	#main .sec01 > ul > li:nth-child(4) li,
	#main .sec01 > ul li li {
		margin: 25px 10% 0 0;
		font-size: 12px;
		float: left;
		width: 45%;
	}
	
	#main .sec01 > ul li li:nth-child(2n) {
		margin-right: 0;
	}
	
	#main .sec01 > ul > li a {
		padding: 6px 0;
		height: 20px
	}
	
	#main .sec01 > ul > li span {
		margin-top: -3px;
		right: 13px;
	}
	
	#main .sec01 > ul > li span img {
		width: 7px !important;
	}
	
	#main .sec01 > ul > li a:hover {
		background-color: #fff;
	}
	
	#main .sec01 > ul > li:nth-child(4) {
		margin-top: 27px;
	}
	
	#main .sec01 > ul > li:nth-child(4) .ttl {
		margin-bottom: 17px;
	}
	
	#main .sec01 > ul > li:nth-child(4) li {
		font-size: 12px;
	}
		
	#main .sec01 > ul > li:nth-child(4) li a {
		padding: 6px 0;
	}
	
	#main .sec01 > ul > li:nth-child(4) ul li:nth-child(3) a {
		border-top: 1px solid #000;
	}

	#main .sec01 > ul li:nth-child(1) ul {
		margin-top: -40px;
	}
	
	#main .sec01 > ul li:nth-child(1) li {
		margin-top: 40px;
	}
	
	#main .sec02 {
		margin-bottom: 16px;
		padding: 8px 0 29px;
	}
	
	#main .sec02 h2 {
		margin: 0 9px 5px;
	}
	
	#main .sec02 ul {
		margin: -12px 0 14px;
	}
	
	#main .sec02 ul li:nth-child(-n+6),
	#main .sec02 ul li {
		margin: 12px 0 0;
		width: auto;
		float: none;
		display: none;
		text-align: center
	}
	
	#main .sec02 ul li:first-child {
		margin-top: 0;
	}
	
	#main .sec02 ul li:nth-child(-n+3) {
		display: block;
		text-align: center;
	}
		
	#main .sec02 ul li img {
		width: 100% !important;
	}
	
	#main .sec02 ul li .ttl {
		margin-bottom: 1px;
		font-size: 12px;
		margin-top: 50px
	}
	#main .sec02 ul li .ttl.ttl_top {
		margin-top: 0;
	}
	#main .sec02 ul li .photo {
		margin: 0;
	}
	
	#main .sec02 ul li .txt {
		font-size: 14px;
	}
	
	#main .sec02 ul li .photo a:hover img {
		-webkit-transform:scale(1);
		transform:scale(1);
	}
	
	#main .sec02 .link {
		width: 100%;
	}
	
	#main .sec02 .link a {
		padding: 7px 0;
		font-size: 14px;
	}
	
	#main .sec02 .link a:hover {
		background-color: #393636;
	}
	
	#main .sec02 .link a span {
		margin-top: -3px;
		right: 15px;
	}
	
	#main .sec02 .link a span img {
		width: 10px;
	}
	
	#main .sec03 {
		margin-bottom: 40px;
		padding-top: 0;
		overflow: hidden;
	}
	
	#main .sec03 .photo {
		margin: 0 40px;
		position: static;
		width: auto;
	}
	
	#main .sec03 .photo span,
	#main .sec03.active .photo span {
		width: 100%;
		margin-top: initial;
	}
	
	#main .sec03 .photo:before {
		display: block;
	}
	
	#main .sec03 .photo img {
		width: 100%;
	}
	
	#main .sec03 .mainBox {
		margin: 0 40px;
	}
		
	#main .sec03 h2 {
		margin-bottom: -2px;
		font-size: 29px;
	}
	
	#main .sec03 h3 {
		margin-bottom: -3px;
	}
	
	#main .sec03 .txtUl li {
		font-size: 15px;
	}
	
	#main .sec03 .txtUl {
		margin-bottom: 20px;
	}
	
	#main .sec03 .bgBox {
		padding: 22px 0 42px;
	}
	
	#main .sec03 .tabUl {
		margin-bottom: 22px;
	}

	#main .sec03 .tabUl li {
		margin-right: 37px;
		font-size: 21px;
	}
	
	#main .sec03 .tabUl li:last-child {
		margin-right: 0;
	}
	
	#main .sec03 .tabUl li a {
		color: #888;
	}
	
	#main .sec03 .tabBox {
		margin: 0 3px;
	}
	
	#main .sec03 .tabBox .addUl > li {
		margin: 28px 0 0;
		float: none;
		width: auto !important;
	}
	
	#main .sec03 .tabBox .addUl > li:first-child {
		margin: 0;
	}
	
	#main .sec03 .tabBox .addUl > li:before {
		display: none;
	}
	
	#main .sec03 .tabBox .ttl {
		margin-bottom: 5px;
		font-size: 20px;
	}
	
	#main .sec03 .tabBox .txt {
		margin-bottom: 4px;
		font-size: 13px;
	}
	
	#main .sec03 .tabBox .addTxt {
		font-size: 13px;
		line-height: 1.5;
	}
	
	#main .sec03 .tabBox .addUl li ul {
		margin-bottom: 7px;
	}
	
	#main .sec03 .tabBox .addUl li li {
		font-size: 11px;
	}
	
	#main .sec03 .tabBox .addUl li li a {
		padding: 2px 0;
	}
	
	#main .sec03 .tabBox .addUl li:nth-child(2) .ttl {
		margin-bottom: 10px;
	}
	
	#main .sec04 {
		margin: 0 32px 2px;
		width: auto;
	}
	
	#main .sec04 .inner h2 {
		margin: 20px 3px 2px;
		float: none;
		width: auto;
	}
	
	#main .sec04 .inner .rBox {
		margin: 0;
		float: none;
		width: auto;
	}
	
	#main .sec04 .inner .rBox dl {
		line-height: 1.8;
	}
	
	#main .sec04 .inner .rBox dt {
		font-size: 12px;
	}
	
	#main .sec04 .inner .rBox dd {
		padding-left: 10em;
		font-size: 12px;
	}
	
	#main .sec04 .inner:first-of-type {
		margin-bottom: 0px;
	}
	
	#main .sec04 .inner:first-of-type::before {
		display: none;
	}
	
	#main .sec04 .inner:last-of-type .rBox dl {
		line-height: 2.2;
	}
	
	#main .sec04 .inner:last-of-type .rBox dd {
		padding-left: 25%;
	}
	
	#main .sec05 {
		margin: 0 0 30px;
		padding-top: 28px;
		position: relative;
		width: auto;
	}
	
	#main .sec05 .photo {
		margin: 0 25px 50px;
		float: none;
	}
	
	#main .sec05 .photo span,
	#main .sec05.active .photo span {
		width: 100%;
	}
	
	#main .sec05 .photo:before {
		display: block;
	}
	
	#main .sec05 .photo img {
		width: 100%;
	}
	
	#main .sec05 .bgBox {
		margin: 0;
		padding: 0;
		float: none;
		width: auto;
		position: relative;
	}
	
	#main .sec05 .bgBox > div {
		padding: 20px 25px;
	}
	
	#main .sec05 .bgBox h2 {
		margin: 0;
		font-size: 33px;
		position: absolute;
		top: -33px;
		left: 28px;
	}
	
	#main .sec05 .bgBox h3 {
		margin-bottom: 7px;
	}
	
	#main .sec05 .bgBox h3:before {
		bottom: -4px;
	}
	
	#main .sec05.active .bgBox h3:before {
		width: 110px;
	}
	
	#main .sec05 .bgBox ul {
		margin: 0;
	}
	
	#main .sec05 .bgBox ul li {
		font-size: 15px;
		line-height: 2.15;
	}
	
	#main .sec06 .lBox {
		float: none;
		width: 100%;
		height: auto !important;
	}
	
	#main .sec06 .lBox .subBox {
		padding: 30px 25px;
		text-align: left;
	}
	
	#main .sec06 .lBox .subBox .sub {
		display: block;
	}
	
	#main .sec06 .lBox .subBox .sub p {
		font-size: 14px;
		line-height: 1.9;
	}
	
	#main .sec06 .map {
		float: none;
		width: 100%;
		height: 395px !important;
	}
	
	#main .sec06 .map iframe {
		width: 100%;
		height: 305px;
	}

	#main .sec06 .map img {
		width: 100%;
	}

	#main .sec03 .tabUl li {
		margin-right: 10px;
	}

	#pcview {
		display:none;
	}

	#spview {
		display:block !important;
	}

	.topLogo {
		font-size: 16px;
	}
}
