@charset "utf-8";
/* ----------------------------------------
   CSS : lp_ssd_controller
---------------------------------------- */
.column2R #main {
	float: none!important;
	width: 100%!important;
}

#lp_page {
	font-size: 16px;
	line-height: 1.8;
}

#lp_page h1 {
	display: table;
	width: 100%;
	height: 180px;
	background: #00b7ee;
}

#lp_page h1 > span {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}

#lp_page h1 span span {
	display: block;
	line-height: 1.5;
	text-shadow: 0 1px 3px rgba(0,0,0,0.6);
	color: #fff;
}

#lp_page h1 .t1 {
	font-size: 26px;
	font-weight: normal;
}

#lp_page h1 .t2 { font-size: 40px; }

#lp_page .lead {
	margin: 20px 10px 40px;
	padding: 0;
}

#lp_page .section {
	margin-bottom: 80px;
	padding: 0;
}

#lp_page .section h2 {
	margin-bottom: 30px;
	border-bottom: 2px solid #06c;
	line-height: 1.5;
	text-align: center;
	color: #444;
	font-size: 26px;
}

#lp_page .section .inner { padding: 0 10px; }

#lp_page .section h3 {
	margin-bottom: 7px;
	line-height: 1.3;
	font-size: 20px;
}

#lp_page .section ul {}

#lp_page .section ul li {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 20px;
	padding: 0 0 20px;
	border-bottom: 1px solid #999;
}
#lp_page .section ul li:last-child {
	padding-bottom: 0;
	border-bottom: none;
}

#lp_page .section ul li:first-child { margin-top: 0; }

#lp_page .section ul li .doc { flex-basis: 630px; }

#lp_page .section ul li .doc p { margin-top: 1em; }

#lp_page .section ul li .doc h3 + p { margin-top: 0; }

#lp_page .section ul li .img { flex-basis: 300px; }

#lp_page .section ul li .doc .linkBtn {
	margin-top: 2em;
	text-align: right;
}

#lp_page .section .linkBtn a {
	display: inline-block;
	position: relative;
	left: 0;
	width: 280px;
	padding: 15px 10px 13px;
	background: #06c;
	box-sizing: border-box;
	line-height: 1.3;
	text-align: center;
	text-decoration: none;
	color: #fff;
	transition: all 300ms ease;
}

#lp_page .section .linkBtn a::before {
	content: '>> ';
	position: relative;
	margin-left: -1em;
	color: #06c;
	transition: all 300ms ease;
}

#lp_page .section .linkBtn a:hover {
	left: 5px;
	opacity: 0.8;
}

#lp_page .section .linkBtn a:hover::before {
	margin-left: 0;
	color: #fff;
}

#merit table {
	width: 100%;
	margin: 0 auto;
	border: 1px solid #ccc;
	border-bottom-color: #999;
	border-right: none;
	border-left: none;
}

#merit table thead td { width: 14%; }
#merit table thead th { width: 43%; }

#merit table thead .merit {
	background: #abe7f9;
	color: #06c;
}

#merit table thead .demerit {
	background: #fff1ab;
	color: #c60;
}

#merit table tbody th {
	background: #f9f9ff;
	font-weight: bold;
}

#merit table th,
#merit table td {
	box-sizing: border-box;
	padding: 15px;
	border-bottom: 1px solid #999;
}

#merit table thead th {
	border-left: 1px solid #ccc;
	font-weight: bold;
}

#merit table tbody td { border-left: 1px solid #ccc; }


@media screen and (max-width: 479px){
	#lp_page {
		font-size: 14px;
		line-height: 1.5;
	}
	
	#lp_page h1 {
		height: auto;
		padding: 20px 0 15px;
	}
	#lp_page h1 .t1 { font-size: 20px; }
	#lp_page h1 .t2 { font-size: 26px; }
	
	#lp_page .lead { margin: 10px 10px 20px; }
	
	#lp_page .section h2 {
		margin-bottom: 1em;
		border-bottom: 2px solid #06c;
		font-size: 18px;
	}
	
	#lp_page .section ul li {
		display: block;
		margin-top: 1.5em;
		padding: 0 0 1.5em;
	}
	
	#lp_page .section ul li .img {
		margin-top: 1em;
		text-align: center;
	}
	
	#lp_page .section ul li .img img { max-width: 240px; }
	
	#lp_page .section h3 { font-size: 16px; }
	
	#lp_page .section ul li .doc .linkBtn { margin-top: 1em; }
	
	#lp_page .section .linkBtn a {
		display: block;
		width: auto;
		padding: 10px 10px 8px;
	}
	
	#merit table th,
	#merit table td {
		padding: 7px 7px 5px;
		font-size: 14px
	}
	
}/*@media*/
