@charset "UTF-8";
@import url("default.pc.css");

/*--------------------
　コンテンツ
--------------------*/
[id^="content-"] {
	margin-bottom: 50px;
}

#mainte-top p {
	margin-bottom: 20px;
}

#mainte-top p:last-child {
	margin-bottom: 50px;
}


/* 保守管理イメージ */
#meinteImage {
}

#mainteImage ul {
}

#mainteImage li {
}

/* 区切り */
#mainteImage .box1:first-child:after {
	position: absolute;
	content: "";
	width: 1px;
	height: 580px;
	top: 0;
	left: calc( 100% + 14px );
	background: linear-gradient( top, #fff 0, #aaa 30%, #aaa 70%, #fff 100% );
	background: -webkit-linear-gradient( top, #fff 0, #ddd 10%, #ddd 90%, #fff 100% );
*	border-right: 1px #aaa solid;
}

/* 保守契約する */
#mainteImage .box1 {
	position: relative;
	float: left;
	width: 350px;
}


/* 保守契約しない */
#mainteImage .box2 {
	float: right;
	width: 350px;
}


#mainteImage h3 {
	width: 100%;
	font-size: 1.4em;
	line-height: 1.6;
	text-align: center;
	background: #ccc;
	color: #fff;
	text-shadow: 1px 1px 0 #333;
	background: #68c;
	border-radius: 8px;
	
}

/* 見出し */
#mainteImage h4 {
	text-align: center;
	background: #ccc;
	font-size: 1.1em;
	line-height: 1.6;
	border: 1px #aaa solid;
	border-bottom: none;
}


/* 矢印 */
.arrow-b {
	display: block;
	position: relative;
	width: 50px;
	height: 20px;
	background: #f00;
	margin: 20px auto 50px auto;
}

.arrow-b::after {
	position: absolute;
	content: "";
	border-top: 30px #f00 solid;
	border-left: 50px transparent solid;
	border-right: 50px transparent solid;
	top: 100%;
	left: -50%;
}

/* リスト */
#mainteImage .list {
	padding: 10px 10px 5px 10px;
	border: 1px #aaa solid;
	margin-bottom: 20px;
}

#mainteImage .list li {
	position: relative;
}

/* 補足 */
#mainteImage .list li p {
	display: inline;
	font-size: 0.8em;
}


/* 金額 */
#mainteImage .list li span:last-child {
	position: absolute;
	right: 0;
}

/* 合計 */
#mainteImage .list li:last-child {
	border-top: 1px #aaa dotted;
	margin-top: 3px;
	padding-top: 5px;
	font-weight: bold;
}





/*--------------------
	保守管理の内容
---------------------*/
#content-mainte02 {
}

#content-mainte02 table {
	background: #aaa;
	width: 100%;
	margin-bottom: 30px;
}

/* 見出し部分 */
#content-mainte02 table th {
	background: #eee;
}
#content-mainte02 table td:first-child {
	font-size: .9em;
	font-weight: bold;
	
}

#content-mainte02 table td {
	height: 110px;
	padding: 5px;
	background: #fff;
	font-size: .85em;
}

/* 内容の幅 */
#content-mainte02 table th:nth-child(1) {
	width: 150px;
}

/* タイプの幅 */
#content-mainte02 table th:nth-child(n+3) {
	width: 80px;
}

/* 列先頭 */
#content-mainte02 table td:first-child {
	background: #eee;
}


/* 詳細の調整 */
#content-mainte02 table td:nth-child(2) {
	position: relative;
	vertical-align: top;
	line-height: 1.4;
}

/* 注意など */
#content-mainte02 table td:nth-child(2) p:last-of-type {
	position: absolute;
	bottom: 2px;
}


/* 金額 */
#content-mainte02 table td:nth-child(n+3) {
	text-align: center;
	font-size: 1.1em;
}


/* チェックマーク */
#content-mainte02 table .chk-sp {
	position: relative;
}

#content-mainte02 table .chk-sp::before {
	position: absolute;
	content: "";
	width: 32px;
	height: 30px;
	background-position: -20px -26px;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

/* その他にもお得がいっぱい！？*/
#content-mainte03 {
	margin-bottom: 50px;
}

#content-mainte03 p {
	margin-bottom: 20px;
}


[id^="content-"] .btnStyle01 {
	margin-top: 50px;
}


