
/* Reset
------------------------------------------------------------*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,form,fieldset,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
}
address,em,strong,th {
	font-style: normal;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

th {
	text-align: left;
}

hr,legend {
	display: none;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
}

img,fieldset {
	border: 0;
}

li {
	list-style-type: none;
}

img {
	vertical-align: top;
}

/*IE6*/
* html img{
	vertical-align: bottom;
}
/*IE7*/
*:first-child+html img{
	vertical-align: bottom;
}

/* Fonts
------------------------------------------------------------*/
body {
	font-size: 75%; /* IE */
	font-family: "qMmpS Pro W3","Hiragino Kaku Gothic Pro","CI","Meiryo",verdana,Osaka,"lr oSVbN","MS PGothic",Sans-Serif;
}
html>/**/body {
	font-size: 12px; /* Except IE */
}

/* clearfix
------------------------------------------------------------*/
.clearfix:after {  
	visibility: hidden;  
	display: block;  
	font-size: 0;  
	content: " ";  
	clear: both;  
	height: 0;  
}  

* html .clearfix { zoom: 1; } /* IE6 */  
*:first-child+html .clearfix { zoom: 1; } /* IE7 */  
/* CSS Document */

/*------------ 初期設定 ------------*/
p {
	color: #000000;
	line-height: 1.7;	
}

/*------------ 全体 ------------*/
html {
}

body {
	padding-top:95px;
	-webkit-text-size-adjust: 100%;
}

._hover{
	opacity:1;
}

._hover:hover{
	opacity:0.7;
}


/*------------ WRAPPER ------------*/

/*------------ HEADER ------------*/

.bg_gray{
	display:none;
	width:100%;
	background:rgba(0,0,0,0.3);
	height:100%;
	position:absolute;
	top:0;
	left:0;
	z-index:1500;
}	

#header{
	background:#FFF;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:90px;
	border-bottom:solid 1px #d4d4d4;
	-moz-box-shadow: 0 0 5px #ccc;
	-webkit-box-shadow: 0 0 5px #ccc;
	box-shadow: 0 0 5px #ccc;	
	z-index:2000;
}

#header .header_inner{
	width:100%;
	margin:0 auto;	
	max-width:90%;
	position:relative;
}

#header .header_inner h1{
	width:19%;
	padding-top:30px;
	padding-left:0%;
	position:absolute;
}

#header .header_inner #gnavi{
	width:100%;
	text-align:center;
}

#header .header_inner #gnavi > li{
	text-align:left;
	display:inline-block;
	margin-right:0%;	
	position:relative;
	top:0;
}

#header .header_inner #gnavi > li.gnavi1{
	width:127px;	
}	

#header .header_inner #gnavi > li.gnavi2{
	width:127px;	
}
#header .header_inner #gnavi > li.gnavi3{
	width:127px;	
}
#header .header_inner #gnavi > li.gnavi4{
	width:127px;	
}
#header .header_inner #gnavi > li.gnavi5{
	width:69px;	
}
/*
@media (max-width:1140px) {	
	#header .header_inner #gnavi > li{
		margin-right:4%;
	}
}

@media (max-width:995px) {	
	#header .header_inner #gnavi > li{
		margin-right:2.8%;
	}
}
*/


#header .header_inner #gnavi > li .subnavi_ov{
	width:1000px;	
	position: absolute;
	padding-top:40px;
	left: -150px;
	display:none;
}



#header .header_inner #gnavi > li:nth-child(2) .subnavi_ov{
	left:-281px;	
}
#header .header_inner #gnavi > li:nth-child(3) .subnavi_ov{
	left:-412px;	
}
#header .header_inner #gnavi > li:nth-child(4) .subnavi_ov{
	left:-543px;	
}
#header .header_inner #gnavi > li:nth-child(5) .subnavi_ov{
	left:-674px;	
}



#header .header_inner #gnavi > li  .subnavi{
	width:1000px;
	border-radius: 6px;
	background: #F7F7F7;
	top:13px;
	position: absolute;
	left: 0px;
	box-shadow: 0 0 3px #ccc;	
	padding:20px 0 25px;
	border:solid 2px #cccccc;
	
}

#header .header_inner #gnavi > li.gnavi1 .subnavi,
#header .header_inner #gnavi > li.gnavi5 .subnavi{
	top:-6px;
}

#header .header_inner #gnavi > li:last-child{
	position:relative;	
}

#header .header_inner #gnavi > li:last-child .subnavi_ov:before{
	content:"";
	display:block;
	background:url(/images/common/submenu_icon01.png) no-repeat left top;
	background-size:100% auto;
	width:23px;
	height:12px;
	position:absolute;
	top: 18px;
	left: 220px;
	background-size:auto 11px;	
	z-index:100;
}

#header .header_inner #gnavi > li:last-child ul{
	width:1200px;
	border-radius: 6px;
	background: #F7F7F7;
	top:29px;
	position: absolute;
	left: -850px;
	box-shadow: 0 0 5px #ccc;	
	padding:20px 0 25px;
	
}

#header .header_inner #gnavi > li:last-child ul li{
	width:230px;
	float:left;
	background:#FFFFFF;
	border-radius:6px;
	margin:15px 0 0 6px;	
	box-shadow: 0 0 5px #ccc;
	font-size:13px;
	color:#333333;
	text-align:center;
	padding:15px 0;
}

#header .header_inner #gnavi > li:last-child ul li:nth-child(1){
	margin-left:10px;	
}

#header .header_inner #gnavi > li:last-child ul li a.link01,
#header .header_inner #gnavi > li:last-child ul li a.link02{
	display:block;
	width:210px;
	text-align:center;
	margin:15px auto 0;
	font-size:15px;
	color:#FFF;
	text-decoration:none;	
	position:relative;
	border-radius:6px;
	line-height:40px;
}

#header .header_inner #gnavi > li:last-child ul li a.link02{
	margin-top:36px;	
}

#header .header_inner #gnavi > li:last-child ul li:nth-child(4) a.link02{
	margin-top:15px;	
}

#header .header_inner #gnavi > li:last-child ul li a.link01:before{
	content:"";
	display:block;
	position:absolute;
	background:url(/images/common/icon_key.png) no-repeat 0px top;
	background-size:13px auto;
	top:50%;
	margin-top:-9px;
	width:13px;
	height:17px;
	left:50px;
}

#header .header_inner #gnavi > li:last-child ul li a.link02:before{
	content:"";
	display:block;
	position:absolute;
	background:url(/images/common/icon_card.png) no-repeat 0px top;
	background-size:14px auto;
	width:14px;
	height:15px;
	top:50%;
	margin-top:-8px;
	left:28px;
}

#header .header_inner #gnavi > li:last-child ul li:nth-child(1) a{
	background:#004292;	
}

#header .header_inner #gnavi > li:last-child ul li:nth-child(3) a{
	background:#FF364E;	
}

#header .header_inner #gnavi > li:last-child ul li:nth-child(2) a{
	background:#51b5b4;	
}

#header .header_inner #gnavi > li:last-child ul li:nth-child(4) a{
	background:#ffcc00;	
}

#header .header_inner #gnavi > li:last-child ul li:nth-child(5) a{
	background:#008BC8;	
}

#header .header_inner #gnavi > li  .subnavi:before{
	content:"";
	display:block;
	background:url(/images/common/submenu_icon01.png) no-repeat left top;
	width:27px;
	height:11px;
	position:absolute;
	top: -11px;
	left: 200px;
	background-size:auto 11px;
}	

#header .header_inner #gnavi > li:nth-child(2) .subnavi:before{
	left:340px;	
}
#header .header_inner #gnavi > li:nth-child(3) .subnavi:before{
	left:472px;	
}
#header .header_inner #gnavi > li:nth-child(4) .subnavi:before{
	left:595px;	
}
#header .header_inner #gnavi > li:nth-child(5) .subnavi:before{
	left:700px;	
}

#header .header_inner #gnavi > li  .subnavi .navi01{
	width:940px;
	margin:0 auto;	
}

#header .header_inner #gnavi > li  .subnavi .navi01 li,
#header .header_inner #gnavi > li  .subnavi .navi02 li{
	width:120px;
	float:left;
	margin-right:15px;
	text-align:center;
}

#header .header_inner #gnavi > li  .subnavi .navi01 > li > a{
	display:block;
	font-size:15px;
	color:#333333;
	text-decoration:none;
	padding:8px 0 5px;
	position:relative;
}

#header .header_inner #gnavi > li  .subnavi .navi01 > li > a.active{
	background:#FF0044;
	color:#FFF;
	border-radius:6px;	
}

#header .header_inner #gnavi > li  .subnavi .navi01 > li > a.active:after{
	content:"";
	background:url(/images/common/submenu_icon02.png) no-repeat left top;
	width:14px;
	height:9px;
	position:absolute;
	bottom: -9px;
	left: 50%;
	margin-left:-7px;
	background-size:14px auto;
}

#header .header_inner #gnavi > li  .subnavi .navi02{
	width:940px;
	margin:15px auto 0;	
}

#header .header_inner #gnavi > li  .subnavi .navi02 li{
	width:136px;
	border:solid 2px #CCCCCC;
	border-radius:6px;
	font-size:13px;
	line-height:1.2;
	background:#FFF;
	margin-bottom:15px;
}

#header .header_inner #gnavi > li  .subnavi .navi02 li span{
	font-size:12px;	
}

#header .header_inner #gnavi > li  .subnavi .navi02 li a{
	display:block;
	height:37px;
	padding-top:95px;
	text-decoration:none;
	color:#333333;
	position:relative;
}

#header .header_inner #gnavi > li  .subnavi .navi02 li a.text02{
	height:42px;
	padding-top:90px;
}

#header .header_inner #gnavi > li  .subnavi .navi02 li a.text03{
	height:50px;
	padding-top:82px;
}

#header .header_inner #gnavi > li  .subnavi .navi02 li a:hover:after{
	content:"";	
	width:136px;
	height:131px;
	border:solid 3px #FF0044;
	position:absolute;
	left:-2px;
	top:-2px;
	border-radius:6px;
}

#header .header_inner #gnavi > li  .subnavi .navi02 li a.navi01_icon01{
	background:url(/images/common/submenu1_icon01.png) no-repeat center 25px !important;
	background-size:45% !important;		
}

#header .header_inner #gnavi > li  .subnavi .navi02 li a.navi01_icon02{
	background:url(/images/common/submenu1_icon02.png) no-repeat center 25px;
	background-size:45%;		
}

#header .header_inner #gnavi > li  .subnavi .navi02 li a.navi01_icon03{
	background:url(/images/common/submenu1_icon03.png) no-repeat center 25px;
	background-size:45%;		
}

#header .header_inner #gnavi > li  .subnavi .navi02 li a.navi01_icon04{
	background:url(/images/common/submenu1_icon04.png) no-repeat center 25px;
	background-size:45%;		
}

#header .header_inner #gnavi > li  .subnavi .navi02 li a.navi01_icon05{
	background:url(/images/common/submenu1_icon05.png) no-repeat center 35px;
	background-size:55%;		
}

#header .header_inner #gnavi > li  .subnavi .navi02 li a.navi01_icon06{
	background:url(/images/common/navi_icon2_1.png) no-repeat center 20px;
	background-size:55%;		
}
#header .header_inner #gnavi > li  .subnavi .navi02 li a.navi01_icon07{
	background:url(/images/common/navi_icon2_2.png) no-repeat center 20px;
	background-size:55%;		
}
#header .header_inner #gnavi > li  .subnavi .navi02 li a.navi01_icon08{
	background:url(/images/common/navi_icon2_3.png) no-repeat center 35px;
	background-size:55%;		
}
#header .header_inner #gnavi > li  .subnavi .navi02 li a.navi01_icon09{
	background:url(/images/common/navi_icon3_1.png) no-repeat center 20px;
	background-size:55%;		
}
#header .header_inner #gnavi > li  .subnavi .navi02 li a.navi01_icon10{
	background:url(/images/common/navi_icon3_2.png) no-repeat center 30px;
	background-size:55%;		
}
#header .header_inner #gnavi > li  .subnavi .navi02 li a.navi01_icon11{
	background:url(/images/common/navi_icon3_3.png) no-repeat center 25px;
	background-size:55%;		
}
#header .header_inner #gnavi > li  .subnavi .navi02 li a.navi01_icon12{
	background:url(/images/common/navi_icon3_4.png) no-repeat center 20px;
	background-size:55%;		
}
#header .header_inner #gnavi > li  .subnavi .navi02 li a.navi01_icon13{
	background:url(/images/common/navi_icon3_5.png) no-repeat center 20px;
	background-size:45%;		
}
#header .header_inner #gnavi > li  .subnavi .navi02 li a.navi01_icon14{
	background:url(/images/common/navi_icon3_6.png) no-repeat center 35px;
	background-size:55%;		
}
#header .header_inner #gnavi > li  .subnavi .navi02 li a.navi01_icon15{
	background:url(/images/common/navi_icon3_7.png) no-repeat center 35px;
	background-size:55%;		
}
#header .header_inner #gnavi > li  .subnavi .navi02 li a.navi01_icon16{
	background:url(/images/common/navi_icon3_8.png) no-repeat center 20px;
	background-size:55%;		
}
#header .header_inner #gnavi > li  .subnavi .navi02 li a.navi01_icon17{
	background:url(/images/common/navi_icon3_9.png) no-repeat center 20px;
	background-size:50%;		
}
#header .header_inner #gnavi > li  .subnavi .navi02 li a.navi01_icon18{
	background:url(/images/common/navi_icon3_10.png) no-repeat center 20px;
	background-size:52%;		
}
#header .header_inner #gnavi > li  .subnavi .navi02 li a.navi01_icon19{
	background:url(/images/common/navi_icon3_11.png) no-repeat center 20px;
	background-size:50%;		
}
#header .header_inner #gnavi > li  .subnavi .navi02 li a.navi01_icon20{
	background:url(/images/common/navi_icon4_1.png) no-repeat center 20px;
	background-size:52%;		
}
#header .header_inner #gnavi > li  .subnavi .navi02 li a.navi01_icon21{
	background:url(/images/common/navi_icon4_2.png) no-repeat center 30px;
	background-size:55%;		
}
#header .header_inner #gnavi > li  .subnavi .navi02 li a.navi01_icon22{
	background:url(/images/common/navi_icon4_3.png) no-repeat center 20px;
	background-size:50%;		
}
#header .header_inner #gnavi > li  .subnavi .navi02 li a.navi01_icon23{
	background:url(/images/common/navi_icon4_4.png) no-repeat center 20px;
	background-size:55%;		
}
#header .header_inner #gnavi > li  .subnavi .navi02 li a.navi01_icon24{
	background:url(/images/common/navi_icon4_5.png) no-repeat center 35px;
	background-size:60%;		
}
#header .header_inner #gnavi > li  .subnavi .navi02 li a.navi01_icon25{
	background:url(/images/common/navi_icon4_6.png) no-repeat center 35px;
	background-size:55%;		
}
#header .header_inner #gnavi > li  .subnavi .navi02 li a.navi01_icon26{
	background:url(/images/common/navi_icon4_7.png) no-repeat center 20px;
	background-size:55%;		
}
#header .header_inner #gnavi > li  .subnavi .navi02 li a.navi01_icon27{
	background:url(/images/common/navi_icon4_8.png) no-repeat center 20px;
	background-size:55%;		
}
#header .header_inner #gnavi > li  .subnavi .navi02 li a.navi01_icon28{
	background:url(/images/common/navi_icon5_1.png) no-repeat center 5px;
	background-size:55%;
	padding-top:80px;
	height:50px;
	font-size:11px;
}
#header .header_inner #gnavi > li  .subnavi .navi02 li a.navi01_icon29{
	background:url(/images/common/navi_icon5_2.png) no-repeat center 25px;
	background-size:55%;		
}
#header .header_inner #gnavi > li  .subnavi .navi02 li a.navi01_icon30{
	background:url(/images/common/navi_icon5_3.png) no-repeat center 25px;
	background-size:55%;		
}
#header .header_inner #gnavi > li  .subnavi .navi02 li a.navi01_icon31{
	background:url(/images/common/navi_icon5_4.png) no-repeat center 20px;
	background-size:55%;		
}
#header .header_inner #gnavi > li  .subnavi .navi02 li a.navi01_icon32{
	background:url(/images/common/navi_icon6_1.png) no-repeat center 20px;
	background-size:50%;		
}
#header .header_inner #gnavi > li  .subnavi .navi02 li a.navi01_icon33{
	background:url(/images/common/navi_icon6_2.png) no-repeat center 20px;
	background-size:55%;		
}
#header .header_inner #gnavi > li  .subnavi .navi02 li a.navi01_icon34{
	background:url(/images/common/navi_icon6_3.png) no-repeat center 20px;
	background-size:41%;		
}
#header .header_inner #gnavi > li  .subnavi .navi02 li a.navi01_icon35{
	background:url(/images/common/navi_icon6_4.png) no-repeat center 24px;
	background-size:55%;		
}
#header .header_inner #gnavi > li  .subnavi .navi02 li a.navi01_icon36{
	background:url(/images/common/navi_icon6_5.png) no-repeat center 25px;
	background-size:60%;		
}
#header .header_inner #gnavi > li  .subnavi .navi02 li a.navi01_icon37{
	background:url(/images/common/navi_icon6_6.png) no-repeat center 25px;
	background-size:55%;		
}
#header .header_inner #gnavi > li  .subnavi .navi02 li a.navi01_icon38{
	background:url(/images/common/navi_icon6_7.png) no-repeat center 25px;
	background-size:55%;		
}
#header .header_inner #gnavi > li  .subnavi .navi02 li a.navi01_icon39{
	background:url(/images/common/navi_icon6_8.png) no-repeat center 20px;
	background-size:55%;		
}
#header .header_inner #gnavi > li  .subnavi .navi02 li a.navi01_icon40{
	background:url(/images/common/navi_icon7_1.png) no-repeat center 20px;
	background-size:55%;		
}
#header .header_inner #gnavi > li  .subnavi .navi02 li a.navi01_icon41{
	background:url(/images/common/navi_icon7_2.png) no-repeat center 23px;
	background-size:58%;		
}
#header .header_inner #gnavi > li  .subnavi .navi02 li a.navi01_icon42{
	background:url(/images/common/navi_icon7_3.png) no-repeat center 23px;
	background-size:52%;		
}
#header .header_inner #gnavi > li  .subnavi .navi02 li a.navi01_icon43{
	background:url(/images/common/navi_icon7_4.png) no-repeat center 20px;
	background-size:55%;		
}
#header .header_inner #gnavi > li  .subnavi .navi02 li a.navi01_icon44{
	background:url(/images/common/navi_icon7_5.png) no-repeat center 20px;
	background-size:55%;		
}
#header .header_inner #gnavi > li  .subnavi .navi02 li a.navi01_icon45{
	background:url(/images/common/navi_icon7_6.png) no-repeat center 20px;
	background-size:55%;		
}
#header .header_inner #gnavi > li  .subnavi .navi02 li a.navi01_icon46{
	background:url(/images/common/navi_icon7_7.png) no-repeat center 24px;
	background-size:55%;		
}
#header .header_inner #gnavi > li  .subnavi .navi02 li a.navi01_icon47{
	background:url(/images/common/navi_icon7_8.png) no-repeat center 20px;
	background-size:52%;		
}
#header .header_inner #gnavi > li  .subnavi .navi02 li a.navi01_icon48{

	background:url(/images/common/navi_icon8_1.png) no-repeat center 25px;
	background-size:55%;		
}
#header .header_inner #gnavi > li  .subnavi .navi02 li a.navi01_icon49{
	background:url(/images/common/navi_icon8_2.png) no-repeat center 25px;
	background-size:55%;		
}
#header .header_inner #gnavi > li  .subnavi .navi02 li a.navi01_icon50{
	background:url(/images/common/navi_icon8_3.png) no-repeat center 20px;
	background-size:52%;		
}
#header .header_inner #gnavi > li  .subnavi .navi02 li a.navi01_icon51{
	background:url(/images/common/navi_icon8_4.png) no-repeat center 28px;
	background-size:55%;		
}
#header .header_inner #gnavi > li  .subnavi .navi02 li a.navi01_icon52{
	background:url(/images/common/navi_icon8_5.png) no-repeat center 15px;
	background-size:40%;		
}
#header .header_inner #gnavi > li  .subnavi .navi02 li a.navi01_icon53{
	background:url(/images/common/navi_icon8_6.png) no-repeat center 20px;
	background-size:40%;		
}

#header .header_inner #gnavi > li  .subnavi .navi02 li a.navi01_icon54{
	background:url(/images/common/navi_icon4_9.png) no-repeat center 20px;
	background-size:50%;		
}

#header .header_inner #gnavi > li  .subnavi .navi02 li a.navi01_icon55{
	background:url(/images/common/navi_icon_toushin.png) no-repeat center 20px;
	background-size:75%;		
}


#header .header_inner #gnavi > li > a{
	display:block;
	font-size:16px;
	color:#333333;
	text-decoration:none;
	line-height:1.2;
	position:relative;
	display:block;
}

#header .header_inner #gnavi > li > a:after{
	content:"";
	width:0;
	height:2px;
	background:#ff0044;
	position:absolute;
	left:0;
	bottom:0;
	transition: .3s;		
}

#header .header_inner #gnavi > li:hover > a:after{
	width:100%;
}

#header .header_inner #gnavi > li:nth-child(1) > a,
#header .header_inner #gnavi > li:nth-child(5) > a{
	height:90px;
	top:-19px;
	height:71px\0;
}

#header .header_inner #gnavi > li:nth-child(1) > a:before{
	content:"";
	display:block\0;
	width:127px\0;
	height:30px\0;
	position:absolute\0;
	left:0\0;
	top:-20px\0;
}

#header .header_inner #gnavi > li:nth-child(5) > a:before{
	content:"";
	display:block\0;
	width:69px\0;
	height:30px\0;
	position:absolute\0;
	left:0\0;
	top:-20px\0;
}



#header .header_inner #gnavi > li:nth-child(2) > a,
#header .header_inner #gnavi > li:nth-child(3) > a,
#header .header_inner #gnavi > li:nth-child(4) > a{
	height:90px;
}

#header .header_inner #gnavi > li:nth-child(1) > a > span,
#header .header_inner #gnavi > li:nth-child(5) > a > span{
	position:relative;
	top:40px;
	top:20px\0;
}

#header .header_inner #gnavi > li:nth-child(2) > a > span,
#header .header_inner #gnavi > li:nth-child(3) > a > span,
#header .header_inner #gnavi > li:nth-child(4) > a > span{
	position:relative;
	top:30px;
}

#header .header_inner #gnavi > li:last-child{
	width:150px;
	float:right;
	padding-top:20px;	
	margin-right:0;
	position:absolute;
	right:0;
	top:0;
}

#header .header_inner #gnavi > li:last-child > a{
	display:block;
	width:125px;
	border-radius:75px;
	text-align:center;
	color:#FFF;
	background:#ff0044;	
	padding:13px 20px 10px 5px;
	font-weight:bold;
	font-size:14px;
}

#header .header_inner #gnavi > li:last-child > a:before{
	content:"";
	display:block;
	background:url(/images/common/header_bank_icon.png) no-repeat left top;
	width:15px;
	height:17px;
	background-size:100% auto;
	position:absolute;
	left:125px;
	top:50%;
	margin-top:-6px;
}

#header .header_inner #gnavi > li:last-child > a:after{
	width:0 !important;	
}

#header .header_inner #gnavi > li:last-child > a:hover{
	color:#FFF;
	border:none;
}

#header .header_inner #gnavi > li > a:hover{
	color:#666666;
}

/*------------ FOOTER ------------*/




.page_top{
	position:fixed;
	right:30px;
	bottom:30px;
	box-shadow: 0 0 5px #ccc;
}

.sp{
	display:none !important;
}	

.slick-dots{
	display:none !important;	
}

.pnkz{
	width:980px;
	margin:20px auto 0;
}

.pnkz li{
	display:inline-block;
	font-size:11px;
	color:#333333;	
}

.pnkz li a{
	color:#e84236;
	text-decoration:none;	
}

@media (max-width:1050px) {
	
	.pnkz{
		display:none;	
	}
	
	body {
		padding-top:65px;
	}
	
	.pc{
		display:none !important;
	}
	
	.sp{
		display:block !important;
	}
	
	img{
		max-width:100%;
		height:auto;	
	}
	
	.slick-dots{
		display:block !important;	
	}
	
	/*------------ HEADER ------------*/
	#header{
		width:100%;
		height:60px;
		border-bottom:solid 1px #d4d4d4;
		-moz-box-shadow: 0 0 5px #ccc;
		-webkit-box-shadow: 0 0 5px #ccc;
		box-shadow: 0 0 5px #ccc;	
	}
	
	#header .header_inner{
		width:100%;
		max-width:100%;
		margin:0 auto;	
	}
	
	#header .header_inner .sp_menu{
		position:absolute;
		right:2.5%;
		top:10px;		
	}
	
	#header .header_inner h1{
		width:120px;
		float:left;
		padding-top:17px;	
		padding-left:2.5%;
		margin-left:5px;
	}
	
	#header .header_inner #gnavi{
		width:100%;
		float:none;
		position:absolute;
		top:60px;
		left:0;
		z-index:100;
		display:none;
	}
	
	#header .header_inner #gnavi > li{
		width:100% !important;
		float:none;
		margin-right:0px;	
		position:relative;
		background:#F7F7F7;
	}
	
	#header .header_inner #gnavi > li .subnavi_ov{
		width:100%;	
		position: inherit;
		padding-top:0px;
		left: -0px;
		display:block !important;
		display:none;
	}
	
	#header .header_inner #gnavi > li  .subnavi .navi02 li a.navi01_icon28{
		font-size:14px;
	}
	
	#header .header_inner #gnavi > li .subnavi .navi02 li a{
		background:none !important;
		height:auto !important;
		padding: 10px 0 10px 10px !important;	
	}
	
	#header .header_inner #gnavi > li:nth-child(2) .subnavi_ov{
		left:-0px;	
	}
	#header .header_inner #gnavi > li:nth-child(3) .subnavi_ov{
		left:-0px;	
	}
	#header .header_inner #gnavi > li:nth-child(4) .subnavi_ov{
		left:-0px;	
	}
	#header .header_inner #gnavi > li:nth-child(5) .subnavi_ov{
		left:-0px;	
	}

	
	#header .header_inner #gnavi > li  .subnavi{
		width:100%;	
		border-radius: 0px;
		background: #EAEAEA;
		top:0px;
		position: inherit;
		left: 0px;
		box-shadow:none;	
		padding:0px 0 0px;
		display:block !important;
		border:none;
		
	}
	
	#header .header_inner #gnavi > li  .subnavi:before{
		content:"";
		display:none;
		background:url(/images/common/submenu_icon01.png) no-repeat left top;
		width:27px;
		height:11px;
		position:absolute;
		top: -11px;
		left: 200px;
		background-size:auto 11px;
	}	
	
	#header .header_inner #gnavi > li  .subnavi .navi01{
		width:100%;
		margin:0 auto;	
		display:none;
	}
	
	#header .header_inner #gnavi > li  .subnavi .navi01 li,
	#header .header_inner #gnavi > li  .subnavi .navi02 li{
		width:100%;
		float:none;
		margin-right:0px;
		text-align:left;
		margin-bottom:0;
	}
	
	#header .header_inner #gnavi > li  .subnavi .navi01 li a{
		display:block;
		font-size: 14px;
		color:#333333;
		text-decoration:none;
		height: auto;
		padding: 10px 0 10px 15px;
		box-sizing: border-box !important;
		border-bottom: solid 1px #CCC;
		position:relative;
	}
	
	#header .header_inner #gnavi > li  .subnavi .navi01 li a.active{
		background:#EAEAEA;
		color:#333333;
		border-radius:0px;	
	}
	
	#header .header_inner #gnavi > li  .subnavi .navi01 li a:after{
		content:"";
		display:block;
		background:url(/images/common/sp_footer_icon.png) no-repeat left top;
		background-size:100% auto;
		width:19px;
		height:10px;
		position:absolute;
		top:50%;
		margin-top:-5px;
		right:2.5%;
		transition: 0;
		left:auto;		
		transform: rotate(180deg);
	}
	
	#header .header_inner #gnavi > li  .subnavi .navi01 li a.active:after{
		background:url(/images/common/sp_footer_icon.png) no-repeat left top;
		background-size:100% auto;
		width:19px;
		height:10px;
		position:absolute;
		top:50%;
		margin-top:-5px;
		right:2.5%;
		transition: 0;
		left:auto;		
		transform: rotate(180deg);
	}
	
	#header .header_inner #gnavi > li  .subnavi .navi01 li a.active2:after{
		transform: rotate(0deg);	
	}
	
	#header .header_inner #gnavi > li  .subnavi .navi02{
		width:100%;
		margin:0px auto 0;	
		display:none;
	}
	
	#header .header_inner #gnavi > li  .subnavi .navi02 li{
		width:100%;
		float:none;
		margin-right:0px;
		text-align:left;
		border:none;
		background:none;
	}
	
	#header .header_inner #gnavi > li  .subnavi .navi02 li a{
		display:block;
		font-size: 14px;
		color:#333333;
		text-decoration:none;
		height: auto;
		padding: 10px 0 10px 10px;
		box-sizing: border-box !important;
		border-bottom: solid 1px #CCC;
		position:relative ;
		border-radius:0 ;
		background:none;
		
	}
	
	#header .header_inner #gnavi > li:nth-child(1)  .subnavi .navi02 li a{
		padding: 10px 0 10px 30px !important;	
	}
	
	#header .header_inner #gnavi > li  .subnavi .navi02 li a:after{
		display:none;	
	}
	
	#header .header_inner #gnavi > li  .subnavi .navi02 li a:hover:after{
		content:"";	
		display:none;
	}
	
	#header .header_inner #gnavi > li  .subnavi .navi02 li a.navi01_icon01{
		background:none;
		background-size:45%;		
	}
	
	#header .header_inner #gnavi > li  .subnavi .navi02 li a.navi01_icon02{
		background:none;
		background-size:45%;		
	}
	
	#header .header_inner #gnavi > li  .subnavi .navi02 li a.navi01_icon03{
		background:none;
		background-size:45%;		
	}
	
	#header .header_inner #gnavi > li  .subnavi .navi02 li a.navi01_icon04{
		background:none;
		background-size:45%;		
	}
	
	#header .header_inner #gnavi > li  .subnavi .navi02 li a.navi01_icon05{
		background:none;
		background-size:55%;		
	}
	
	
	
	#header .header_inner #gnavi > li > a{
		display:block;
		font-size:14px;
		color:#333333;
		text-decoration:none;
		line-height:1.2;
		position:relative;
	}
	
	#header .header_inner #gnavi > li > a:after{
		content:"";
		display:block;
		background:url(/images/common/sp_footer_icon.png) no-repeat left top;
		background-size:100% auto;
		width:19px;
		height:10px;
		position:absolute;
		top:50%;
		margin-top:-5px;
		right:2.5%;
		transition: none;
		left:auto;	
		transform: rotate(180deg);
	}
	
	#header .header_inner #gnavi > li > a.active:after{
		transition: none;
		transform: rotate(0deg);	
	}
	
	#header .header_inner #gnavi > li:hover > a:after{
		width:19px;
	}
	
	
	#header .header_inner #gnavi > li:nth-child(1) > a,
	#header .header_inner #gnavi > li:nth-child(5) > a{
		padding-top:0px;	
		height:auto;
		width:100%;
		padding:10px 0 10px 15px;
		box-sizing:border-box !important;
		border-bottom:solid 1px #CCC;
		top:0;
	}
	
	#header .header_inner #gnavi > li:nth-child(2) > a,
	#header .header_inner #gnavi > li:nth-child(3) > a,
	#header .header_inner #gnavi > li:nth-child(4) > a{
		padding-top:0px;	
		height:auto;
		padding:10px 0 10px 15px;
		box-sizing:border-box !important;
		border-bottom:solid 1px #CCC;
		top:0;
	}
	
	#header .header_inner #gnavi > li:last-child{
		width:100%;
		float:none;
		position:inherit;
		padding-top:0px;	
		margin-right:0;
		top:auto;
		left:0;
		right:auto;
	}
	
	#header .header_inner #gnavi > li:last-child > a{
		padding-top:0px;	
		height:auto;
		padding:10px 0 10px 15px;
		box-sizing:border-box !important;
		border-bottom:solid 1px #CCC;
		display:block;
		font-size:14px;
		color:#333333;
		text-decoration:none;
		line-height:1.2;
		position:relative;
		text-align:left;
		background:none;
		font-weight:normal;
		border-radius:0;
	}
	
	#header .header_inner #gnavi > li:last-child > a:after{
		width:19px !important;
	}
	
	#header .header_inner #gnavi > li:last-child > a:hover{
		color:#333333;
		border-bottom:solid 1px #CCC;
	}
	
	#header .header_inner #gnavi > li > a:hover{
		color:#666666;
	}
	
	/*------------ FOOTER ------------*/
	
	
	
	.page_top{
		width:60px;
		position:fixed;
		right:15px;
		bottom:15px;
		box-shadow: 0 0 5px #ccc;
	}
	
	#header .header_inner #gnavi > li:last-child ul{
		width:100%;
		border-radius: 0px;
		background: #F7F7F7;
		top:0px;
		position: absolute;
		left: 0px;
		box-shadow: 0 0 0px #ccc;	
		padding:0px 0 0px;
		
	}
	
	#header .header_inner #gnavi > li:last-child ul li{
		width:100%;
		float:none;
		background:#EAEAEA;
		border-radius:0px;
		margin:0px 0 0 0px !important;	
		box-shadow: 0 0 0px #ccc;
		color:#333333;
		text-align:left;
		padding:15px 0;
		display: block;
		font-size: 14px;
		text-decoration: none;
		height: auto;
		padding: 0;
		box-sizing: border-box !important;
		
		position: relative;
	}
	
	#header .header_inner #gnavi > li:last-child ul{
		display:none;	
	}
	
	#header .header_inner #gnavi > li:last-child ul li span{
		display:block;	
		border-bottom: solid 1px #CCC;
		padding: 10px 0 10px 15px;
		box-sizing:border-box !important;
		position:relative;
	}
	
	#header .header_inner #gnavi > li:last-child ul li span:after {
		content: "";
		display: block;
		background: url(/images/common/sp_footer_icon.png) no-repeat left top;
		background-size: 100% auto;
		width: 19px;
		height: 10px;
		position: absolute;
		top: 50%;
		margin-top: -5px;
		right: 2.5%;
		transition: none;
		left: auto;
		transform: rotate(180deg);
	}
	
	#header .header_inner #gnavi > li:last-child ul li span.active:after {
		transform: rotate(0deg);
	}
	
	#header .header_inner #gnavi > li:last-child ul li .tgl_menu{
		display:none;
	}
	
	#header .header_inner #gnavi > li:last-child ul li a.link01,
	#header .header_inner #gnavi > li:last-child ul li a.link02{
		width:100%;
		margin:0;
		padding: 0px 0 0px 30px;	
		font-size: 14px;
		color: #333333;
		box-sizing: border-box !important;
		height: auto;
		border-radius: 0;
		box-sizing:border-box;
		border-bottom: solid 1px #CCC;
		text-align:left;
	}
	
	#header .header_inner #gnavi > li:last-child ul li a.link01:before{
		width:0px;
	}
	
	#header .header_inner #gnavi > li:last-child ul li a.link02:before{
		width:0px;
	}
	
	#header .header_inner #gnavi > li:last-child ul li:nth-child(1) a{
		background:#EAEAEA;	
	}
	
	#header .header_inner #gnavi > li:last-child ul li:nth-child(2) a{
		background:#EAEAEA;	
	}
	
	#header .header_inner #gnavi > li:last-child ul li:nth-child(3) a,
	#header .header_inner #gnavi > li:last-child ul li:nth-child(4) a{
		background:#EAEAEA;	
	}
	
	#header .header_inner #gnavi > li:last-child .subnavi_ov:before{
		width:0px;
	}
	
	#header .header_inner #gnavi > li:nth-child(1) > a:before{
		display:none;
		content:"";
		display:block\0;
		width:0px\0;
		height:0px\0;
		position:absolute\0;
		left:0\0;
		top:-20px\0;
	}
	
	#header .header_inner #gnavi > li:nth-child(5) > a:before{
		display:none;
		content:"";
		display:block\0;
		width:0px\0;
		height:0px\0;
		position:absolute\0;
		left:0\0;
		top:-20px\0;
	}
	#header .header_inner #gnavi > li:nth-child(1) > a > span,
	#header .header_inner #gnavi > li:nth-child(5) > a > span{
		position:relative;
		top:0px;
		top:0px\0;
	}
	
	#header .header_inner #gnavi > li{
		display:block !important;	
	}
	
	#header .header_inner #gnavi > li:last-child > a:before{
		content:"";
		display:block;
		background:url(/images/common/header_bank_icon.png) no-repeat left top;
		width:0px;
		height:17px;
		background-size:100% auto;
		position:absolute;
		left:125px;
		top:50%;
		margin-top:-6px;
	}
	
	#header .header_inner #gnavi > li:last-child > a{
		width:100% !important;	
	}
	
}

/*-------- text_right --------*/
.t_right {
	text-align: right;
}

/*-------- text_left --------*/
.t_left {
	text-align: left;
}

/*-------- center --------*/
.t_center {
	text-align: center;
}

/*-------- left --------*/
.left {
	float: left;
}

/*-------- right --------*/
.right {
	float: right;
}

/*-------- ClearBoth --------*/
.cb {
	clear: both;
}

/*-------- COLOR --------*/

.red{
	color:#FF0000;
}

.orange{
	color:#FF6600;
}

.blue{
	color:#0097B2;
}

/*-------- FONT --------*/

.bold{
	font-weight:700;
}

.f10{
	font-size:10px;
}

.f14{
	font-size:14px;
}

/*-------- WIDTH --------*/

.w149{
	width:149px;	
}

.w180{
	width:180px;	
}

.w287{
	width:287px;
}

.w380{
	width:380px;
}

.w304{
	width:304px;
}

/*-------- HEIGHT --------*/

.h350{
	height:350px;	
}

.h375{
	height:375px;	
}

.h500{
	height:420px;	
}

.h600{
	height:470px;	
}

/*-------- MARGIN --------*/

.ml3{
	margin:0 0 0 3px;
}

.ml10{
	margin:0 0 0 10px;
}

.ml30{
	margin:0 0 0 30px;
}

.ml40{
	margin:0 0 0 40px;
}

.ml60{
	margin:0 0 0 60px;
}

.ml70{
	margin:0 0 0 70px;
}

.mb10{
	margin:0 0 10px 0;
}

.mb15{
	margin:0 0 15px 0;
}

.mt3{
	margin:3px 0 0 0;
}

.mt10{
	margin:10px 0 0 0;
}


.mt20{
	margin:20px 0 0 0;
}

.mt30{
	margin:30px 0 0 0;
}

/*-------- PADDING --------*/

.pt5{
	padding-top:5px;
}

.pt10{
	padding-top:10px;
}

.pt15{
	padding-top:15px;
}

.pt20{
	padding-top:20px;
}

.pt25{
	padding-top:25px;
}

.pt30{
	padding-top:30px;
}

.pt40{
	padding-top:40px;
}

.pt60{
	padding-top:60px;
}

.pl10{
	padding-left:10px;	
}

.pl12{
	padding-left:12px;	
}

.pl15{
	padding-left:15px;	
}

.pl20{
	padding-left:20px;	
}

.pl30{
	padding-left:30px;	
}

.pl40{
	padding-left:40px;	
}

.pl50{
	padding-left:50px;	
}

.pl60{
	padding-left:60px;	
}

.pl70{
	padding-left:70px;	
}

.pl80{
	padding-left:80px;	
}

.pl100{
	padding-left:100px;	
}

.pr100{
	padding-right:100px;	
}


.pb20{
	padding-bottom:20px;	
}

/*-------- COMMON --------*/

.pic{
	padding:2px;
	display:block;
	border:1px solid #CCCCCC;
}

.hidden{
	overflow:hidden;
}

.abs{
	position:absolute;
}

.ondes{
	color:#999999;
}

.base_ttl3{
	font-size:25px;
	color:#333333;
	border-bottom:solid 2px #e0e0e0;
	position:relative;	
	font-weight:normal;
	padding-bottom:2px;
}

.base_ttl3:before{
	content:"";
	display:block;
	width:285px;
	height:2px;
	background:#ff0044;
	position:absolute;
	left:0;
	bottom:-2px;	
}

.anchor{
	display:block;	
	margin-top:-90px;
	padding-top:90px;
}

@media (max-width:1050px) {
	.base_ttl3{
		font-size:5.3vw;
		color:#333333;
		border-bottom:solid 1px #e0e0e0;
		position:relative;	
		font-weight:normal;
		padding-bottom:2px;
	}
	
	.base_ttl3:before{
		content:"";
		display:block;
		width:43%;
		height:1px;
		background:#ff0044;
		position:absolute;
		left:0;
		bottom:-1px;	
	}
	
	.anchor{
		display:block;	
		margin-top:-60px;
		padding-top:60px;
	}
	
}


.error_page{
	text-align:center;
	padding:120px 0;
}

.error_page .txt01{
	font-size:32px;
}	

.error_page .txt01 span{
	display:block;
	font-size:20px;	
}

.error_page .txt02{
	font-size:14px;
	margin-top:30px;
}

.error_page a{
	display: block;
	width: 205px;
	text-align: center;
	color: #FFF;
	background: #ff0044;
	padding: 13px 0px 10px 0px;
	font-weight: bold;
	font-size: 14px;
	margin:30px auto 0;
	text-align:center;
	text-decoration:none;
}

@media (max-width:1050px) {
	.error_page{
		text-align:center;
		padding:10% 0;
	}
	
	.error_page .txt01{
		font-size:5vw;
	}	
	
	.error_page .txt01 span{
		display:block;
		font-size:4.5vw;	
	}
	
	.error_page .txt02{
		font-size:3.2vw;
		margin-top:4%;
	}
	
	.error_page a{
		display: block;
		width: 80%;
		text-align: center;
		color: #FFF;
		background: #ff0044;
		padding: 3% 0px 2% 0px;
		font-weight: bold;
		font-size: 3.2vw;
		margin:5% auto 0;
		text-align:center;
		text-decoration:none;
	}
	
}

#header .ttl {
    background:none;
    border-radius:0;
    font-size: 13px;
	color: #333333;
	text-align: center;
	padding: 15px 0;
}


@media (max-width:1050px) {
	#header .ttl {
		color: #333333;
		text-align: left;
		font-size: 14px;
	}	
}


small{
	background:none;	
}