html {
	position: relative;
	min-height: 100%;
	padding-bottom: 312px;
	box-sizing: border-box;
}
body {
	background-color: #fff;
}
footer {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 312px;
	background-color: #fff;
}



/* スライダー */
.title_bak {
	width: 100%;
	height: 640px;
	background-position: top;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}


#head_tit {
	width: 100%;
	margin: 0 auto;
	text-align: center;
}


/* メインエリア */
#main_bak {
	width: 100%;
	margin: 0 auto;
}





.pr_area {
	width: 100%;
	margin: 0 auto;
	padding: 80px 0;
	text-align: center;
	background-color: #f2f2f2;
}
.pr_center_box {
	overflow: hidden;
	width: 1273px; /* 1270 + 影 */
	margin: 0 auto;
	text-align: center;
}
.pr_word {
	list-style: none;
}

.pr_word li {
	float: left;
	width: 410px;
	height: 580px;
	text-align: center;
	line-height: 35px;
	margin-right: 20px;
}

.pr_word li:last-child {
	margin-right: 0;
}


.pr_tbl {
	height: 570px;
	margin: 0 auto;
	padding: 0 30px;
	text-align: center;
	background-color: #fff;
	filter: drop-shadow(2px 2px 2px rgba(0,0,0,0.2));
	border-radius: 24px 24px 24px 24px / 24px 24px 24px 24px;
}
.pr_tbl td {
}
.pr_tbl td img {
}
.upper_cell {
	vertical-align: top;
	height: 270px;
	padding: 40px 0 0 0;
}
.under_cell {
	vertical-align: top;
	text-align: left;
	line-height: 25px;
	font-size: 18px;
	color: #333;
}
.pr_tbl td p {
	margin-left: 1em;
	text-indent: -1em;
	font-size: 15px;
	color: #333;
}


#main {
	width: 1300px;
	margin: 0 auto;
	padding: 100px 0;
}
/* 個人・法人バナー */
.kh_area {
	width: 100%;
	margin: 0 auto;
	padding: 0 0 100px 0;
	text-align: center;
}
.kh_center_box {
	overflow: hidden;
	width: 914px; /* 427 * 2 + 60 */
	margin: 0 auto;
	text-align: center;
}
.kh_word {
	list-style: none;
}
.kh_word li {
	float: left;
	width: 427px;
	text-align: center;
	line-height: 35px;
	margin-right: 60px;
}
.kh_word li:last-child {
	margin-right: 0;
}
/* マウスオーバー */
.kh_word a:hover img {
	opacity: 0.6;
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
}



/* 見積り・申込 */
.m_m, .s_t {
	width: 360px;
	margin: 0 auto;
	text-align: left;
	padding: 20px 0 20px 50px;
	font-size: 24px;
	font-weight: 600;
	border-style: dashed;
	border-radius: 24px 24px 24px 24px / 24px 24px 24px 24px;
}
.m_m, .m_m a, .m_m:after {
	color: #E3730F;
}
.s_t, .s_t a, .s_t:after {
	color: #72BB37;
}
/*.m_m a {
	color: #E3730F;
}*/
.m_m a:hover, .s_t a:hover {
	text-decoration: none;
	color: #ccc;
}
.m_m:after, .s_t:after {
	font-family: "FontAwesome";
	content: '\f105'; /* > */
	padding: 0 10px;
	font-size: 30px;
}

.org_style1, .org_style2 {
	padding: 30px 0;
	font-size: 5em;
}
.org_style1 {
	color: #E3730F;
}
.org_style2 {
	color: #72bb37;
}





/* バナー */
.bn_area {
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
.bn_center_box {
	overflow: hidden;
	width: 1020px; /* 240 * 4 + 60 */
	margin: 0 auto;
	text-align: center;
}
.bn_list {
	list-style: none;
}

.bn_list li {
	float: left;
	width: 240px;
	text-align: center;
	margin-right: 20px;
}

.bn_list li:last-child {
	margin-right: 0;
}

.bn_list a:hover img {
	opacity: 0.6;
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
}











