@charset "UTF-8";
/* CSS Document */
body{
	font-size: 16px;
	line-height: 1.5;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}
img{
	width: 100%;
	height: auto;
}
#container{
	width: 90%;
	margin: 30px auto;
}
.content{
	min-height: 400px;
}
.content p{
	font-size: 3vw;
	background: #0F40AE;
	padding:1em;
	text-align: center;
}
.content p a{
	text-decoration: none;
	color: #FFF;
}
@media screen and (max-width:640px){
	.pc{
		display: none;	
	}
}
@media screen and (min-width:641px){
	.sp{
		display: none;	
	}
	a[href*="tel:"] {
		pointer-events: none;
		cursor: default;
		text-decoration: none;
	}
}
h1{
	font-size: 1.5em;
	text-align: center;
}
h2{
	font-size: 1.2em;
	margin-top: 20px;
}

#ftr{
	font-size: 0.8em;
	text-align: center;
	margin-top: 50px;
}
#ftr .ftr-logo{
	width: 70%;
	max-width: 200px;
	margin: 10px auto;
}
