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


#thanks section p{
	text-align: center;
	line-height: 2em;
}

#thanks #voice{
	background: #F8F8F8;
	padding-top: 1em;
	margin-top: 4em;
}

#thanks #voice h2{
	margin: 1.5em auto;
}

.thanksTel{
	font-size: 4vw;
	width: 70vw;
	padding: 3vw 0;
	border: 3px solid #E50000;
	border-radius: 2.14vw;
	display: block;
	text-decoration: none;
	color: #DC0000;
	margin: 2em auto;
	font-weight: bold;
}
	
header {
	background: url(/jiko/common/images/key_sub.png);
    width: 100vw;
    height: 27.74vw;
    background-position: center top;
    background-size: 100%;
	position: relative;
}

h1{
	font-size: 4.8vw;
	text-align: center;
	margin: 6vw auto 9vw;
	padding: 3vw 0;
	background: rgba(255,255,255,0.85);
	border-radius: 100vw;
	width: 80vw;
}

h2{
	font-size: 4vw;
	text-align: center;
	margin: 1.5em auto;
}

h3{
	font-size: 3.6vw;
	text-align: center;
	margin: 1.5em auto;
}



/*-------------------------------------------------------------------
	min-width:980px
-------------------------------------------------------------------*/
@media screen and (min-width:980px) {
	
	header {
		height: 208px;
		background: url(/jiko/common/images/key_sub_pc.png), url(/jiko/common/images/cta_bg.png);
		background-size: 2000px, 12px;
		background-position: center, center bottom;
		background-repeat: no-repeat, repeat;
	}
	
	h1{
		font-size: 30px;
		padding: 18px 0;
		width: 800px;
		margin: 30px auto;
	}
	
	h2{
		font-size: 25px;
	}
	
	#thanks h2{
		margin: 0 auto 1em;
	}
	
	h3{
		font-size: 23px;
	}
	
	.thanksTel{
		font-size: 22px;
		width: 580px;
		padding: 20px 0;
		border: 3px solid #E50000;
		border-radius: 16px;
		
	}

}


/*-------------------------------------------------------------------
	max-width:979px
-------------------------------------------------------------------*/
@media screen and (max-width:979px) {

	
}
	
	