@charset "utf-8";
/* CSS Document */

/* 1 Header style setting*/
/* 2 Localnav style setting*/
/* 3 Contents style setting*/


/* 1 Header style setting*/

#header #titleMain{
	width:233px;
	position:absolute;
	top:122px;
	left:384px;
}

/* 2 Localnav style setting*/
#localNav .localTitles{
	 width:68px;
	 position:absolute;
	 top:70px;
	 left:88px;
	}
	
/* 3 Contents style setting*/

#contentsRighttop h2{
	font-size:1.8rem;
	text-align:center;
	margin:50px 0 25px;
	}

#contentsRighttop h3{
	font-size:1.3rem;
	text-align:center;
	margin-bottom:25px;
	}

#contentsRighttop .contents{
	margin:0 auto 50px;
	width:640px;
	
	} 

#contentsRight .stepText{
	float:left;
	width:545px;
	}

#contentsRighttop .contents h2{
	font-size:1.4rem;
	text-align:left;
	line-height:40px;
	margin:0;
	box-shadow:3px 3px 3px #6B6A6A;
	}

#contentsRighttop .contents .text{
	display:block;
	font-size:1.2rem;
	margin-top:20px;
	}

#contentsRighttop .contents .toptip{
	font-size:1.2rem;
	background-color:#eeeeee;
	border-radius:10px;
	box-shadow:5px 5px 5px #c4c3be inset;
	margin-top:5px;
	padding:10px;
	}

#contentsRighttop .contents .icon{
	float:left;
	width:80px;
	margin:0px 15px 0 0px;			
	}

#contentsRighttop .contents .icon .step{
	display:block;
	font-size:1.1rem;
	padding-top:8px;
	width:80px;
	height:40px;
	background-image:url(../img/stepbg.png);
	background-repeat:no-repeat;
	text-align:center;
	}


#contentsRighttop .contents .icon img{
	display:block;
	margin:15px auto;
		}
	
	
/*btn*/
.btnposition{
	float:right;
	margin-bottom:70px;
	margin-right:30px;
	}

p.toTell,
p.toMenu{
	line-height:60px;
	margin:0px;
	}

.btn{
	display:inline-block;
	}

.btn a{
	display:block;
	width:217px;
	height:60px;
	text-align:center;
	text-decoration:none;
	color:#37260D;
	font-size:1.2rem;
	background-image:url(../../img/common/btnbg.png);
	background-repeat:no-repeat;	
	}
	
.btn a:hover{
	color:#5A870C;
	font-weight:bold;
	}
	

/*///////////////////////////メディアクエリ////////////////////////////*/
@media screen and (max-width:500px){
	/* 1 Header style setting*/

#header #titleMain{
	width:30%;
	height:auto;
	position:absolute;
	top:0px;
	left:0px;
	right:0px;
	bottom:0px;
	margin:auto;
}

#contentsRighttop h2{
	font-size:18px;
	}

#contentsRighttop h3{
	font-size:16px;
	}

#contentsRighttop .contents{
	width:90%;
	height:auto;
	margin:0 auto 20px;
	} 
	
#contentsRight .stepText{
	float:right;
	width:65%;
	height:auto;
	margin-top:20px;
	}

#contentsRighttop .contents .toptip{
	box-shadow:5px 5px 5px #c4c3be inset;
	padding:10px;
	}

#contentsRighttop .contents .icon{
	float:left;
	margin:20px 15px 0px 0px;			
	}

#contentsRighttop .contents .icon .step{
	display:block;
	font-size:1.1rem;
	padding-top:8px;
	width:80px;
	height:40px;
	background-image:url(../img/stepbg.png);
	background-repeat:no-repeat;
	text-align:center;
	}


#contentsRighttop .contents .icon img{
	display:block;
	margin:15px auto;
		}

#contentsRighttop .contents h2{
	font-size:16px;
	}

#contentsRighttop .contents .text{
	display:block;
	font-size:14px;
	margin-top:20px;
	}

#contentsRighttop .contents .toptip{
	font-size:14px;
}
	
/*btn*/
.btnposition{
	width:80%;
	margin:30px auto;
	}

p.toTell,
p.toMenu{
	display:block;
	line-height:60px;
	margin:0px;
	}

.btn{
	float:none;
	text-align:center;
	margin-bottom:15px;
	}

.btn a{
	display:block;
	width:217px;
	height:60px;
	text-align:center;
	font-size:1.3rem;
	font-weight:bold;
	background-image:url(../../img/common/btnbg.png);
	background-repeat:no-repeat;
	text-decoration:none;
	color:#37260D;
	}