@charset "utf-8";

/*===============================================
●画面の横幅が769px以上
===============================================*/

/* category01 */
#category01 {
	width: 700px;
	height: auto;
	margin: 0 auto;
	margin-top: 70px;
	margin-bottom: 120px;
	padding: 0;
	position: relative;
	z-index: 1001;
}
#category01 p {
	font-size: 16px;
	font-weight: 400;
	line-height: 160%;
	text-align: left;
}
#category01 span {
	font-size: 14px;
	font-weight: 400;
	line-height: 160%;
	color: #262e88;
	text-align: left;
}
#category01 a {
	font-size: 20px;
	font-weight: 400;
	line-height: 160%;
	color: #262e88;
	text-decoration: underline;
}
#category01 a:hover {
	filter: alpha(opacity=60);
	opacity: .60;
}

/* Spec */
table.SpecTable {
	width: 700px;
	border: none;
	margin: 0 auto;
	margin-top: 30px;
	padding: 0;
	display: block;
	}
	table.SpecTable tr {
		width: 700px;
		display: inline-block;
		}
	table.SpecTable th {
		width: 150px;
		font-size: 16px;
		font-weight: 400;
		padding: 2px 0 40px 0;
		line-height: 160%;
		text-align: left;
		vertical-align: top;
		}
	table.SpecTable td {
		width: 550px;
		font-size: 28px;
		font-weight: 500;
		padding: 0px;
		line-height: 160%;
		color: #262e88;
		text-align: left;
		vertical-align: top;
		}
table.SpecTable_mb {
	display: none;
}


/*===============================================
●画面の横幅が768pxまで
===============================================*/
@media only screen and (max-width: 768px) {

/* category01 */
#category01 {
	width: 90%;
	height: auto;
	margin: 0 auto;
	margin-top: 40px;
	margin-bottom: 50px;
	padding: 0;
}
#category01 p {
	width: 100%;
	margin: 0 auto;
	font-size: 20px;
	font-weight: 400;
	line-height: 160%;
	text-align: left;
}
#category01 span {
	font-size: 16px;
	font-weight: 400;
	line-height: 160%;
	color: #262e88;
	text-align: left;
}
#category01 a {
	font-size: 22px;
}

/* Spec */
table.SpecTable {
	display: none;
}
table.SpecTable_mb {
	width: 100%;
	border: none;
	margin: 0 auto;
	margin-top: 40px;
	padding: 0;
	display: block;
	}
	table.SpecTable_mb tr {
		width: 100%;
		}
	table.SpecTable_mb th {
		width: 100%;
		font-size: 18px;
		font-weight: 400;
		padding: 10px 0;
		line-height: 150%;
		text-align: left;
		vertical-align: top;
		}
	table.SpecTable_mb td {
		width: 100%;
		font-size: 34px;
		font-weight: 500;
		color: #262e88;
		padding: 10px 0;
		line-height: 150%;
		text-align: left;
		vertical-align: top;
		}

}