@charset "utf-8";
/*///////////////////////////////////////////////////////////////////////////

	信頼できる塗装業者を選ぶために必見！悪徳業者を見極めるポイントとは
	bad-company-point.html

///////////////////////////////////////////////////////////////////////////*/

/*==============================================
	共通設定
==============================================*/
.knowledge {
	text-align: justify;
}
.knwl-toc {
	margin-bottom: 40px;
}
.knowledge_txt {
	margin-bottom: 40px;
}
.knowledge_item {
	margin-bottom: 40px;
}
.knowledge_item-hd {
	margin-bottom: 20px;
	font-size: 18px;
	font-weight: bold;
}
.knowledge_item_row {
	clear: right;
	margin-bottom: 40px;
	padding: 0 25px;
}
.conts_txt > p:not(:last-of-type) {
	margin-bottom: 1em;
}
.knowledge_item_ttl-sub {
  position: relative;
  margin-top: 25px;
}
.knowledge_bad-company-point .knowledge_item_ttl-sub p {
	display: block;
	margin-bottom: 10px;
	padding-bottom: 10px;
	padding-left: 46px;
	border-bottom: 1px #ddd solid;
	color: #007fe5;
	font-family: "游ゴシック", "Yu Gothic", "メイリオ", "Meiryo ", sans-serif;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.4;
	text-indent: -0.5em;
  white-space: nowrap;
}
.knowledge_bad-company-point .knowledge_item_ttl-sub::before {
	content: "1";
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
	width: 28px;
	height: 28px;
	margin-right: 8px;
	border-radius: 50%;
	background-color: #007fe5;
	color: #fff;
	font-size: 18px;
	text-align: center;
	vertical-align: middle;
	line-height: 28px;
}
/*--------------------------------
	番号
--------------------------------*/
.knowledge_bad-company-point .knowledge_item_ttl-sub-2::before { content: "2"; }

/*==============================================
	要注意！売り込み事例集
==============================================*/
.knowledge_item_ttl {
	display: flex;
	align-items: center;
}
.knowledge_item_ttl p {
	display: block;
	width: 100%;
	padding-bottom: 24px;
	background: url(/public/img/static/basic-knowledge/painter-type/bad-company-point/pic_underline.png) right bottom no-repeat;
	color: #f9595a;
	font-family: "游ゴシック", "Yu Gothic", "メイリオ", "Meiryo ", sans-serif;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.4;
	text-indent: -0.5em;
}
.knowledge_item_ttl::before {
	content: "事例";
	display: block;
	width: 60px;
	height: 25px;
	margin-right: 10px;
	margin-bottom: 28px;
	padding-bottom: 30px;
	background: center bottom no-repeat;
	background-size: 40px auto;
	color: #f9595a;
	font-size: 13px;
	font-weight: normal;
	text-align: center;
	letter-spacing: 0.2em;
	line-height: 1.4;
}
.knowledge_flag-rev-txt {
	margin-bottom:20px;
}
.knowledge_img {
	float: right;
	margin-left: 20px;
}
.knowledge_img-cap {
	margin-top: 5px;
	color: #111;
	font-size: 10px;
	text-align: right;
}
.knowledge_item_ttl.example-3 {
	padding-bottom: 0;
}
.knowledge_flag-rev-box {
  margin-bottom: 200px;
}
.knowledge_flag-rev-box--after {
  margin-bottom: 150px;
}
/*--------------------------------
	チェックポイント
--------------------------------*/
.checkpoint_box {
	box-sizing: border-box;
	width: 454px;
	margin: 30px auto;
	border: 1px #007fe5 solid;
	border-radius: 4px;
}
.checkpoint_box_hd {
	position: relative;
	display: block;
	height: 30px;
	border-radius: 2px 2px 0 0;
	background-color: #007fe5;
	color: #fff;
	font-weight: bold;
	font-family: "游ゴシック", "Yu Gothic", "メイリオ", "Meiryo ", sans-serif;
	font-size: 17px;
	line-height: 30px;
	text-align: center;
}
.checkpoint_box_hd::before {
	content: "";
	position: absolute;
	top: 0;
	left: 130px;
	bottom: 0;
	display: inline-block;
	width: 18px;
	height: 16px;
	margin: auto;
	background: url(/public/img/static/basic-knowledge/painter-type/bad-company-point/icon_check.png) left center no-repeat;
}
.checkpoint_box_txt {
	box-sizing: border-box;
	display: block;
	padding: 17px 17px 25px 30px;
	border-radius: 4px;
	background-color: #f4faff;
	font-size: 14px;
}
.checkpoint_box_txt p {
	display: list-item;
	list-style: disc;
}
.checkpoint_box_txt > p:not(:last-of-type) {
	margin-bottom: 1em;
}

/*==============================================
	悪徳業者の手抜き工事事例
==============================================*/
.knowledge_item_ttl-line {
	display: flex;
	align-items: center;
}
.knowledge_item_ttl-line p {
	display: block;
	width: 100%;
	padding-bottom: 10px;
	border-bottom: 1px #ddd solid;
	color: #f9595a;
	font-family: "游ゴシック", "Yu Gothic", "メイリオ", "Meiryo ", sans-serif;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.4;
}
.knowledge_item_ttl-line::before {
	content: "事例";
	display: block;
	width: 50px;
	height: 25px;
	margin-right: 10px;
	margin-bottom: 15px;
	padding-bottom: 30px;
	background: center bottom no-repeat;
	background-size: 40px auto;
	color: #f9595a;
	font-size: 13px;
	font-weight: normal;
	text-align: center;
	letter-spacing: 0.2em;
	line-height: 1.4;
}
.knowledge_item_row-shoddy {
	margin-bottom: 30px;
}

/*--------------------------------
	事例
--------------------------------*/
.example-1::before {
	background-image: url(/public/img/static/basic-knowledge/painter-type/bad-company-point/pic_example-1.png);
}
.example-2::before {
	background-image: url(/public/img/static/basic-knowledge/painter-type/bad-company-point/pic_example-2.png);
}
.example-3::before {
	background-image: url(/public/img/static/basic-knowledge/painter-type/bad-company-point/pic_example-3.png);
}

/*==============================================
	契約時のチェックポイント
==============================================*/
.knowledge_item_row-checkpoint {
	margin-top: 30px;
	margin-bottom: 40px;
}
.knowledge_item_ttl-blue {
	position: relative;
}
.knowledge_item_ttl-blue p {
	display: block;
	width: 93%;
	margin-bottom: 10px;
	padding-bottom: 10px;
	padding-left: 46px;
	border-bottom: 1px #ddd solid;
	color: #007fe5;
	font-family: "游ゴシック", "Yu Gothic", "メイリオ", "Meiryo ", sans-serif;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.4;
	text-indent: -0.5em;
}
.knowledge_item_ttl-blue::before {
	content: "1";
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
	width: 28px;
	height: 28px;
	margin-right: 8px;
	border-radius: 50%;
	background-color: #007fe5;
	color: #fff;
	font-size: 18px;
	text-align: center;
	vertical-align: middle;
	line-height: 28px;
}
.txt_link {
	color: #007fe5;
	text-decoration: underline;
}
.txt_link:hover {
	text-decoration: none;
}
.knowledge_item_last {
	margin-bottom: 60px;
}
.knowledge_item_row-checkpoint-last {
	margin-bottom: 70px;
}
/*///////////////////////////////////////////////////////////////////////////

	騙されそうで不安

///////////////////////////////////////////////////////////////////////////*/

/*==============================================
	共通設定
==============================================*/
.knowledge {
	text-align: justify;
}
.knwl-toc {
	margin-bottom: 40px;
}
.knowledge_bad-company-point .knowledge_txt {
	margin-bottom: 40px;
}
.knowledge_bad-company-point .knowledge_item {
	margin-bottom: 40px;
}
.knowledge_bad-company-point .knowledge_item-hd {
	margin-bottom: 20px;
	font-size: 18px;
	font-weight: bold;
}
.knowledge_bad-company-point .knowledge_item_row {
	clear: right;
	margin-bottom: 40px;
	padding: 0 25px;
}
.knowledge_bad-company-point .conts_txt > p:not(:last-of-type) {
	margin-bottom: 1em;
}
.conts-top_txt {
	margin-bottom: 1em;
}
.site-col {
	display: -webkit-box;
    display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between

}
/*==============================================
	見積もり時のチェックポイント
==============================================*/
.site-col_txt {
	width: 400px;
}
/*--------------------------------
	リスト
--------------------------------*/
.quote-chart_col {
	margin-top: 25px;
}
.quote-chart_hd {
color:#f9595a;
font-family: "游ゴシック", "Yu Gothic", "メイリオ", "Meiryo ", sans-serif;
font-size: 16px;
font-weight: bold;
}
.quote-chart_hd::after {
    content: "";
    display: inline-block;
    width: 17px;
    height: 10px;
	padding-right: 11px;
    background: url(/public/img/static/basic-knowledge/anxious-point/ico_arrow_down_red.png) center center no-repeat;
	background-size: auto;
    vertical-align: middle;
}
.quote-chart_hd:hover {
	text-decoration: none;
	cursor: pointer;
}
.child {
    display: none;
}
.example {
	width: 94%;
	margin: auto;
	border-collapse: collapse;
	white-space: nowrap;
}
.example caption {
	padding-bottom: 4px;
	text-align: center;
	font-size: 14px;
}
.example tr td:first-of-type {
	text-align: right;
}
.example tr td:last-of-type {
	text-align: right;
}
.example th,
.example td {
	border: 1px #ccc solid;
	padding: 2px 7px;
	font-size: 12px;
	text-align: center;
	vertical-align: middle;
}
.example th {
	background-color: #eee;
	text-align: center;
}
.example .example_tab {
	width: 295px;
	box-sizing: border-box;
}
.example .example_txt {
		color: red;
}
.example .example_foot {
	background-color: #fafafa;
}
.example .example_foot {
	font-weight: bold;
}
.quote-chart_col p {
	width: 620px;
	margin: 10px auto 0;
	font-size: 14px;
	font-weight: bold;
	color: #007fe5;
}
/*--------------------------------
	番号
--------------------------------*/
.knowledge_item_ttl-blue-2::before { content: "2"; }
.knowledge_item_ttl-blue-3::before { content: "3"; }

/*==============================================
	もしも悪徳業者と契約してしまったら
==============================================*/
.knowledge_bad-company-point .knowledge_item_ttl-list {
	color:#f9595a;
	font-family: "游ゴシック", "Yu Gothic", "メイリオ", "Meiryo ", sans-serif;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.4;
	padding-bottom: 5px;
}
.knowledge_bad-company-point .knowledge_item_row-shoddy-last {
	margin-bottom: 40px;
}

