@charset "utf-8";

/*----　タイトル　----*/
.top_title{
	background-color: #00c6c9;
	width: 100%;
	height: 170px;	
}
.top_title p{
	text-align: center;
	color: #fff;
	font-weight: bold;
	font-size: 30px
}
@media screen and (max-width: 950px){
  /*--ここにスマホに適したCSSを記述します*/
.top_title p{
	font-size: 50px
}
}
/*----　TOPイメージ　----*/
.BG_w_g{
	background-color: #00c6c9;
	padding:30px 0 50px 0;
	margin-top: -4px;
}
.BG_w_g .p1{
	color: #fff;
	font-weight: bold;
	font-size: 30px;
}
.BG_w_g .p2{
	color: #ffdb1e;
	font-weight: bold;
	font-size: 40px;
	margin: 10px 0 20px 0;
}
.BG_w_g .p3{
	color: #fff;
	background-color: #f75480;
	font-weight: bold;
	padding: 5px 30px 3px 30px;
	border-radius: 40px;
}
.BG_w_y{
	background-color: #ffdb1e;
	padding:30px 0;
	margin-top: -5px;
}
.window_2{
	margin-top: -50px;
}
.BG_w_y .img{
	margin: auto;
	max-width: 1040px;
	width: 70%;
}
.BG_w_y .img2{
	margin-left: 30px;
}
.long_img{
	margin-top: -40px;
}
.long_img2{
	margin-top: -150px;
}

@media screen and (max-width: 950px){
  /*--ここにスマホに適したCSSを記述します*/
	.BG_w_g .p2{
	font-size: 48px;
	margin: 10px -20px 20px 0;
}
.window_2{
	margin-top: -65px;
}
}

/*----　リンク　----*/
.link_BG_pc{
	background-image: url("../images/window_BG.png");
	width: 100%;
	height: 690px;
	background-position: center;
	background-size: cover;
}
.link_BG_tel{
	background-image: url("../images/window_BG_tel.png");
	width: 100%;
	height: 700px;
	background-position: top center;
	background-size: cover;
}
.link_flex{
	display: flex;
	flex-flow: column;
	justify-content: center;
	align-items: flex-end;
}
.link_text{
	max-width: 950px;
	width: 70%;
	margin: auto;
}
.link_img_pc{
	margin: auto;
	position: relative;
	width: 950px;
}
.link_img_pc .free{
	position: absolute;
	top:90px;
	left: 60px;
	width: 660px;	
}
.link_img_pc .mail{
	position: absolute;
	top:260px;
	left: 80px;
	width: 600px;
	background-color: #f75480;
	border-radius: 10px;
	padding-top: 4px;

}
.link_img_tel{
	margin: 60px auto 0 auto;
	position: relative;
	width: 700px;
}
.link_img_tel .free{
	position: absolute;
	top:60px;
	left: 55px;
	width: 600px;	
}
.link_img_tel .mail{
	position: absolute;
	top:360px;
	left: 80px;
	width: 330px;
	background-color: #f75480;
	border-radius: 10px;
	padding: 15px 0;

}

@media screen and (max-width: 1000px){
  /*--ここにスマホに適したCSSを記述します*/

}

