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

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

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

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

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

#mainteImage ul {
}

#mainteImage li {
}

/* 区切り */
/*
#mainteImage .box1:first-child:after {
	position: absolute;
	content: "";
	width: 1px;
	height: 1000px;
	top: 0;
	left: calc( 100% + 1% + 0.5px );
	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: 49%;
}


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

#mainteImage [class^="box"] p:first-of-type {
	height: 7em;
}


#mainteImage [class^="box"] p {
	font-size: 0.8em;
}


#mainteImage h3 {
	width: 100%;
	font-size: 1em;
	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: 0.8em;
	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: 5px 5px 5px 5px;
	border: 1px #aaa solid;
	margin-bottom: 20px;
}

#mainteImage .list li {
	position: relative;
	font-size: 0.6em;
	font-weight: bold;
	line-height: 1.4em;
	margin-bottom: 20px;
}

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


/* 金額 */
#mainteImage .list li span:last-child {
	display: block;
	font-weight: normal;
	margin-top: 5px;
	text-align: right;
}

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


#mainteImage .list li:last-child span:last-child {
	position: absolute;
	display: inline;
	right: 0;
}



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

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

/* 見出し部分 */
#content-mainte02 table th {
	background: #eee;
	font-size: .7em;
}

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

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

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

/* 列先頭 */
#content-mainte02 table td:first-child {
	font-size: .7em;
	font-weight: bold;
	line-height: 1.2;
	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 {
	margin-top: 10px;
}



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


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

#content-mainte02 table .chk-sp::before {
	position: absolute;
	content: "";
	width: 16px;
	height: 16px;
	background-position: -1px -26px;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
*	border: 1px #aaa solid;
}

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

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


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

