@charset "utf-8";

main section#title {
	max-width: 1080px;
	height: 150px;
	background: url("../../images/sec_h-title.jpg") no-repeat;
	background-size: 1080px;
}
main section#title h2 {
	padding: 0 0 0 100px;
	color: white;
	font-size: 150%;
	font-weight: bold;
	line-height: 150px;
}
section#main {
	max-width: 1080px;
	padding: 100px 0 0 0;
	background: url("../../images/top_back.jpg") no-repeat #ecf1f4;
	background-size: 1080px;
}
section#main p {
	font-weight: 400;
}
section#main h3 {
	margin-bottom: 10px;
	font-size: 120%;
	font-weight: 500;
}
section#main h4 {
	margin-bottom: 10px;
	font-size: 110%;
	font-weight: 500;
}
section#main ul li {
	list-style-type: disc;
	list-style-position: inside;
}
.pcf_spb {
	display: flex;
}
.lineR {
	width: 100%;
	margin-bottom: 50px!important;
	padding-left: 100px;
	display: flex;
	align-items: center;
	color: #1d80a2;
	font-size: 200%!important;
	font-weight: 900!important;
	background: url("../../images/top_t_line.png") no-repeat left;
}
.call_tel_fb {
	display: flex;
}

div.contents {
	max-width: 680px;
	padding-left: 100px;
}
h4 {
	max-width: 680px;
	height: 40px;
	margin-bottom: 30px!important;
	padding-left: 15px;
	background: #1d80a2;
	color: white;
	font-size: 120%!important;
	line-height: 38px;
}

/*// ページ内中央の青ボタン //*/
div.b_center {
	width: 100%;
	text-align: center;
}
button.b_button {
	width: 260px;
	padding: 10px 0;
	color: #1d80a2;
	font-weight: 700;
	border: 5px solid #1d80a2;
	background-color: #ffffff;
	cursor: pointer;
}
button.b_button:hover {
	color: #ffffff;
	background: #1d80a2;
}

#c_soon {
	height: 500px;
	padding-left: 100px;
}

@media screen and (max-width:1080px) {
	section#main {
		padding-left: 0;
	}
}

@media screen and (max-width:800px) {
	section#main {
		padding-right: 0;
	}
	main section#title h2 {
		padding-left: 20px;
	}
	h4 {
		width: 100%;
		margin: 0 auto;
	}
		div.contents {
			width: 100%;
			margin: 0 auto;
			padding-left: 0;
	}
	.lineR {
		display: inline-block;
		height: 64px;
		line-height: 80px;
		padding-left: 0;
		text-align: center;
		font-size: 130%!important;
		font-weight: 900;
		background: url("../../images/top_t_line_sp.png") no-repeat top;
	}
	.lineR2 {
		color: #1d80a2;
		display: inline-block;
		height: 70px;
		margin-bottom: 30px!important;
		padding: 25px 0 0 0;
		text-align: center;
		font-size: 130%!important;
		font-weight: 900!important;
		background: url("../../images/title_back-01.png") no-repeat top center, url("../../images/title_back-02.png") no-repeat bottom center;
	}
}
