@charset "utf-8";
/* CSS Document */
/*メインイメージ*/
#agreement-main-image{
	background-image: url( "../images/agreement/main.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% auto;
	padding-bottom: calc(100%*150/1000);
	position: relative;
}
#agreement-page-title01{
	position: absolute;
	color: white;
	font-size: 1.4rem;
	font-weight: bold;
	top:20%;
	left: 3%;
}
#agreement-page-title02{
	position: absolute;
	color: white;
	font-size: 1.2rem;
	font-weight: 300;
	top:50%;
	left: 3%;
}
a.down-load-p{
	display: inline-block;
	position: relative;
	width: 100%;
	background-color: #00a0e9;
	border-radius: 20px;
	color: white;
	font-size: 1.5rem;
	padding: 2rem 0;
}
a.down-load-p:after{
	content: "\f019";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	position: absolute;
	right: 2rem;
}
.flame-doudle{
	display: inline-block;
	width: 100%;
	padding: 1rem 2rem;
	border: solid 1px #00a0e9;
	position: relative;
	color: #00a0e9;
}
.flame-doudle:before{
	content: "";
	border: solid 3px #00a0e9;
	position: absolute;
	top: -12px;
	bottom: -12px;
	right: -12px;
	left: -12px;
	z-index: -1;
}
/*googleMap*/
.googleMap{
	width: 100%;
	height: 0;
	overflow: hidden;
	padding-bottom: 100%;
	position: relative;
}
.googleMap iffame{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
}
/*タブレット表示設定*/
@media (min-width: 600px) {
	#agreement-page{
		font-size: 1.8rem;
	}
	
	#agreement-page-title01{
		font-size: 2.6rem;
		top:25%;
	}
	#agreement-page-title02{
		font-size: 1.6rem;
		top:55%;
	}
}
/*PC表示設定*/
@media (min-width: 1025px) {
	#agreement-page-title01{
		font-size: 4rem;
	}
	#agreement-page-title02{
		font-size: 2.4rem;
	}
	
}
