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

/*--------------------
　コンテンツ
--------------------*/


[id^="column-website"] {
}

#column-website01 p,
[id^="column-website"] .box p {
	font-size: 0.95rem;
	line-height: 1.6;
	color: #333;
	margin-bottom: 20px;
}

[id^="column-website"] {
	margin-bottom: 50px;
}
/*--------------------------------------
	目次
--------------------------------------*/
#contentsTable {
	background: #f8f8f8;
	border: 1px #aaa solid;
	margin-bottom: 50px;
}

/* リンク */
#contentsTable a {
	color: #37f;
}

#contentsTable #frame {
	margin: 10px;
}


/* 見出し */
#contentsTable h2 {
	color: #333;
	background: #acf;
	text-align: center;
	width: 120px;
	font-size: 1rem;
	line-height: 1.4;
	margin: 10px auto;
	
	border-radius: 5px;
}

#contentsTable .list {
	font-size: 0.95rem;
	line-height: 1.8;
	margin-left: 20px;
	margin-bottom: 10px;
}


/*--------------------------------------
	メリット
--------------------------------------*/
#column-website02 {
}

/* 見出し(大) */
[id^="column-website"] h2 {
	font-size: 1rem;
	color: #333;
	text-align: center;
	text-shadow: 1px 1px 0 #aaa;
	border-top: 5px #6af solid;
	border-bottom: 2px #6af solid;
	line-height: 2.2;
	letter-spacing: 0.03rem;
	margin-bottom: 10px;
	
}



/* 見出し(小) */
[id^="column-website"] h3 {
	font-size: 1rem;
	text-align: center;
	line-height: 2.2;
	color: #fff;
	background: #46c;
	letter-spacing: 0.02rem;
	margin: 0 0 10px 0;
}

/* メリット */
#merit,
#demerit {
	width: 96%;
	margin: 0 auto;
}

.box {
	margin-bottom: 60px;
}

/* 目次へボタン */
.box .ctable {
	display: block;
	width: 120px;
	text-align: center;
	border: 1px #00f solid;
	border-radius: 8px;
	margin: 50px 0 0 auto;
}


