@charset "utf-8";

.area_box {
	display: flex;
}
.call_area_b,
.call_area_g {
	height: 40px;
	padding: 0 20px;
	line-height: 38px;
}
.call_area_b {
	background: #1d80a2;
}
.call_area_g {
	background: #00a284;
}
.b_last,
.g_last {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 40px 0 0 40px;
}
.b_last {
	border-color: transparent transparent transparent #1d80a2;
}
.g_last {
	border-color: transparent transparent transparent #00a284;
}

div.contents div.area_box p {
	color: white;
	font-weight: 500;
}
div.contents div.area_box p span {
	color: #ffff64;
	font-size: 110%;
}
.call_area_fb {
	display: flex;
}
.call_tel_b,
.call_tel_g {
	padding: 10px 5px 10px 27px;
	font-size: 180%;
	font-weight: 900!important;
	border-bottom: #1d80a2 dashed 2px;

}
.call_tel_r {
	margin-left: 50px;
}
.call_tel_b {
	background: url("../../call/images/tel_mark_b.png") no-repeat left center;
	background-size: 22px 28px;
}
.call_tel_b a {
	color: #1d80a2;
}
.call_tel_g {
	background: url("../../call/images/tel_mark_g.png") no-repeat left center;
	background-size: 22px 28px;
}
.call_tel_g a {
	color: #00a284;
}
div.pcf_spb {
	max-width: 670px;
	margin: 0 auto;
}
dl,
dl a {
	color: #1d80a2;
}
dl {
	width: 220px;
	margin: 0 auto;
}
dl dd {
	margin:  0 0 10px 0;
	padding: 0 0 20px 20px;
	font-size: 150%;
	font-weight: 700;
	background: url("../../call/images/tel_mark_b.png") no-repeat left 10px;
	background-size: 16px;
	border-bottom: 2px #1d80a2 dashed; 
}
div.img {
	margin-left: 50px;
}
div#kuko p,
div#golf p {
	line-height: 2em;
}

div#appli div#spap {
	max-width: 600px;
	margin: 0 auto;
	padding: 30px;
	text-align: center;
	border: 3px solid #1d80a2;
	background-color: white;
}

@media screen and (max-width:800px) {
	div#call_tel {
		width: 280px;
	}
	div.contents div.ml_50 {
		margin-left: 0;
	}
	.call_area_fb {
		display: block;
		width: 280px;
	}
	.call_tel_l {
		margin-bottom: 30px;
	}
	.call_tel_r {
		margin-left: 0;
	}
	dl  {
		margin-bottom: 30px;
	}
	div.img {
		margin-left: 0;
		text-align: center;
	}
	h3#kuko_sp_t {
		width: 100%;
		color: #1d80a2;
		display: inline-block;
		height: 74px;
		line-height: 100px;
		padding-left: 0;
		text-align: center;
		font-size: 130%!important;
		font-weight: 900!important;
		background: url("../../call/images/kuko_title.png") no-repeat center;
	}
	h3#golf_sp_t {
		width: 100%;
		color: #1d80a2;
		display: inline-block;
		height: 74px;
		line-height: 100px;
		padding-left: 0;
		text-align: center;
		font-size: 130%!important;
		font-weight: 900!important;
		background: url("../../call/images/golf_title.png") no-repeat center;
	}
	div#appli div#spap {
		width: 100%;
		margin: 0 auto;
		padding: 0;
		text-align: center;
		border: none;
		background-color: transparent;
	}
	div#appli div#spap p.fs_70 {
		text-align: left;
	}
	div#credit p {
		padding: 0 20px;
	}
}
