/* 2024.04.21 Yamaoka,Tadashi ver.1.0 */
@charset "utf-8";
/*--- 共通リスト --- */
ul.disc-list {
	counter-reset: list;
	list-style-type: none;
	padding: 0;
	margin: 15px 0 15px 10px;
}
ul.disc-list li {
	position: relative;
	padding: 0 0 0 20px;
	margin: 0px 0 5px 0px;
	line-height: 1.5;
	font-size: 1.4rem;
}
ul.disc-list li:before {
	counter-increment: list;
	content: "";
	display: block;
	position: absolute;
	left: 0px;
	height: 8px;
	width: 8px;
	border-radius: 50%;
	background: #073d79;
	top: 50%;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
/*チェックリストマーク*/
.check-list {
	margin: 0 0 0 0;
	line-height: 1.0;
}
.check-list li {
	background: url("../../images/common/lm-check.png") left center no-repeat;
	line-height: 1.0;
	margin: 10px 5px 10px 0px;
	padding: 8px 0 10px 32px;
	font-size: 18px;
}
.check-list li a {
	color: #300;
	font-weight: 500;
}
.check-list li a:hover {
	color: #B82F2F;
}
ol.basic {
	list-style-position: inside;
}
ol.basic li {
	margin: 0 10px 5px 30px;
	float: none;
	text-indent: -1.5em;
	line-height: 1.5;
}
ol.basic li a {
	color: #333;
}
ol.basic li a:hover {
	color: #ffd814;
}
ol.basic li::marker {
  font-weight: bold;
  color: #e32222;
	font-size: 2.0rem;
}
ol.basic-l {
	list-style-position: inside;
	
}
ol.basic-l li {
	margin: 0 30px 10px 10px;
	float: left;
}
ol.basic-l li a {
	color: #333;
}
ol.basic-l li a:hover {
	color: #ffd814;
}
ol.basic-l li::marker {
  font-weight: bold;
  color: #e32222;
	font-size: 2.0rem;
}

ol.process-num-list {}
ol.process-num-list li  {
  list-style: ;
  list-style-position: inside;
  padding-left: 1.3em;
  text-indent: -1.3em;
	line-height: 1.8;
}

/* サイトマップ */
div.sitemap {
	margin: 0 0 30px 0;
}
ul.sitemap li{
	float: left;
}
ul.sitemap li a{
	display: inline-block;
	background:#eaf367;
	padding: 10px 23px 12px 23px ;
	margin: 10px 5px 10px 5px ;
	border-radius: 10px;
	font-weight: 600;
	color: #333;
}
ul.sitemap li a:hover{
	background:#ffd814;
	color: #fff;
}
	/* アイテムスペック */
	table.item-spec {
		width: 95%;
		margin: 20px auto 0 auto;
		background: #fff;
	}
	table.item-spec td, table.item-spec th {
		border: #333 1px solid;
		padding: 10px;
		vertical-align: top;
		font-size: 1.3rem;
	}
	table.item-spec th {
		background: #ededed;
		vertical-align: middle;
		font-weight: 600;
	}
table.item-spec tr th:nth-of-type(1) {
	width:4em;
}
/* ==レスポンシブ */
@media print, screen and (max-width : 767px) {
	/* テーブル基本設定 */
	table.basic {
		margin: 20px auto 0 auto;
		background: #fff;
		border: #333 1px solid;
		width: 90%;
	}
	table.basic td {
		border-bottom: #333 1px solid;
		padding: 10px;
		vertical-align: top;
		display: block;
	}
	table.basic th {
		background: #ededed;
		vertical-align: middle;
		font-weight: 600;
		display: block;
		padding: 10px 0px 10px 0px;
		text-indent: 0.7em;
	}
table.price tr td:nth-of-type(2) {
	text-align: right;
}
	/* ご相談フォーム
--------------------------- */
	table.contactform {
		width: 98%;
		margin: 20px auto 0 auto;
		background:none;
		/*border: #ccc 2px solid;*/
		/*border-radius: 10px;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;*/
	}
	table.contactform tr {
		border-bottom: 1px solid #555;
	}
	table.contactform td {
		/*border-bottom: #ccc 2px solid;*/
		padding: 5px;
		vertical-align: top;
		display: block;
	}
	table.contactform th {
		/*background: #00a1ac;*/
		vertical-align: middle;
		font-weight: 600;
		display: block;
		padding: 5px;
		text-indent: 0.7em;
		/*color: #fff;*/
	}
	span.hissu {
		font-size: 80%;
		color: yellow;
		margin-left: 5px;
	}
	
	table.company {
		border-collapse: collapse;
		width: 98%;
		font-size: 15px;
		margin: 10px auto 10px auto;
	}
	table.company th {
		text-align: left;
		padding: 10px 0px 10px 10px;
		border-bottom: #fff 1px solid;
		display: block;
		font-weight: 600;
	}
	table.company td {
		border-bottom: #fff 1px solid;
		text-align: left;
		padding: 10px 10px 10px 18px;
		display: block;
		line-height: 1.2;
	}
}
/* ==PC */
@media print, screen and (min-width : 768px) {
	
ol.basic {
	list-style-position: inside;
}
ol.basic li {
	margin: 0 10px 5px 30px;
	float: none;
	text-indent: -1.5em;
	line-height: 1.5;
}
ul.disc-list li {
	position: relative;
	padding: 0 0 0 20px;
	margin: 0px 0 10px 0px;
	line-height: 1.5;
	font-size: 1.6rem;
}
	/* テーブル基本設定 */
	table.basic {
		margin: 20px auto 0 auto;
		background: #fff;
	}
	table.basic td, table.basic th {
		border: #333 1px solid;
		padding: 10px;
		vertical-align: top;
	}
	table.basic th {
		background: #ededed;
		vertical-align: middle;
		font-weight: 600;
	}

table.price tr td:nth-of-type(2) {
	text-align: right;
}
	/* ご相談フォーム
--------------------------- */
	table.contactform {
		width: 100%;
		margin: 20px auto 20px auto;
		/*background: #fff;*/
	}
	table.contactform tr {
		border-bottom: 1px solid #555;
	}
	table.contactform td, table.contactform th {
		/*border: #333 2px solid;*/
		padding: 20px 10px 20px 10px ;
		vertical-align: top;
	}
	table.contactform th {
		/*background: #00a1ac;*/
		vertical-align: middle;
		font-weight: 600;
		/*color: #fff;*/
		text-align: left;
	}
	table.contactform tr th:nth-of-type(1) {
		width: 15em;
	}
	span.hissu {
		font-size: 80%;
		color: lightcoral;
		margin-left: 5px;
	}
	
	table.company {
		border-collapse: collapse;
		width: 95%;
		font-size: 16px;
		margin: 0px auto;
		padding: 0px 0;
	}
	table.company th {
		text-align: left;
		width: 6em;
		padding: 15px;
		font-weight: 600;
		border-bottom: #999 1px solid;
	}
	table.company td {
		border-bottom: #999 1px solid;
		text-align: left;
		padding: 15px;
		line-height: 1.5;
	}
	table.company tr td:nth-of-type(1) {
	width:13em;
}
	/*チェックリストマーク*/
	.check-list {
		margin: 0 0 0 10px;
		line-height: 1.0;
	}
	.check-list li {
		background: url("../../images/common/lm-check.png") left center no-repeat;
		line-height: 1.1;
		margin: 5px 5px 5px 0px;
		padding: 8px 0 10px 31px;
		font-size: 18px;
	}
table.item-spec th, table.item-spec td {
	font-size: 1.6rem;
} 
table.item-spec tr th:nth-of-type(1) {
	width:8em;
}
}