@charset "utf-8";
/* CSS Document */

/*全体*/
body {
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', 'sans-serif';
	width: 100%;
	font-size: 16px;
	margin: 0 auto;
	line-height: 1.6em;
}
/*看板*/
.mainimage {
	position: relative;
	width: 100%;
}
.mainimage p {
	position: absolute;
	color: #333333;
	font-size: 2.5em;
	top: 170px;
	left: 789px;
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-align: center;
	height: 113px;
	width: 640px;
	line-height: 0.7em;
}
.mainimage .small {
	font-size: 35px;
}
.mainimage .large {
	font-size: 65px;
}
.mainimage img {
	width: 100%;
}
/*font*/
.b {
	font-weight: bold;
}
.red {
	color: #BF0000;
}
.txt12 {
	font-size: 12px;
	line-height: 1.2em;
}
.txt25 {
	font-size: 25px;
}
.deco_none {
	text-decoration: none;
}
.w980{
	width:980px;
		margin: 0 auto;
}
/*段下げ*/
.att {
	text-indent: -1em;
	padding-left: 1em;
}
/*位置*/
.right {
	text-align: right;
}
.left {
	text-align: left;
}
.center {
	text-align: center;
}
/*pr*/
.pr {
	background-color: #E4F1FE;
	letter-spacing: 5px;
	margin: 0 auto;
}
/*margin*/
.m10 {
	margin: 10px;
}
.mt10 {
	margin-top: 10px;
}
.mb10 {
	margin-bottom: 10px;
}
.mt20 {
	margin-top: 20px;
}
.mb20 {
	margin-bottom: 20px;
}
/*padding*/
.p10 {
	padding: 10px;
}
.p20 {
	padding: 20px;
}
/*コンテンツ背景*/
.content {
	background-color: #f9f6f6;
}
.point {
	background-color: #FFFFFF;
}
/*下線*/
.line {
	border: dotted 1px #EFD5D6;
}
/*旗*/
.flag {
	float: left;
	margin-right: 1em;
	margin-bottom: 1em;
}
/*見積もりボタン*/
.estimate_btn {
	border: solid 1px #BF0000;
	background-color: #BF0000;
	border-radius: 8px;
	width: 40%;
	padding: 15px;
	margin: 0 auto;
	color: #FFFFFF;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.4em;
	margin-top: 20px;
}
/*ボタン*/
.square_btn {
	display: inline-block;
	padding: 1em 1em;
	text-decoration: none;
	color: #BF0000;
	border: solid 2px #BF0000;
	border-radius: 3px;
	transition: .4s;
	font-size: 18px;
}
.square_btn:hover {
	background: #BF0000;
	color: white;
}
/*個社*/
.company {
	border: solid 1px #DDDDDD;
}
