/*
 * scssを使っていません
 */
section.hero2 {
	position: relative;
	margin: 0 auto;
	padding: 40px 0 0;
	max-width: 960px;
}
section.hero2 .bnr {
	display: block;
	margin: 0 0 50px;
	width: 100%;
	height: auto;
}
section.hero2 h1 {
	text-align: center;
	color: #0052a4;
	font-size: 44px;
	font-weight: 700;
	letter-spacing: 0.2em;
}
section.hero2 span.h1 {
	margin-top: 10px;
	display: block;
	text-align: center;
	font-family: "AmericanTypewriter";
	color: rgba(0, 82, 164, 0.55);
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.14em;
}
section.hero2 .supported {
	display: block;
	position: absolute;
	right: 0;
	bottom: 10px;
}

@media screen and (max-width: 750px) {
	section.hero2 {
		padding: 0;
	}
	section.hero2 .bnr {
		margin-bottom: 30px;
	}
	section.hero2 h1 {
		font-size: 66px;
		line-height: 1.5em;
		margin: 0 5%;
	}
	section.hero2 span.h1 {
		margin-top: 15px;
		display: block;
		font-size: 21px;
	}
	section.hero2 .supported {
		position: static;
		margin: 20px 5% 0;
		text-align: right;
	}
}


@media screen and (min-width: 751px) {
	section.premium {
		padding-top: 40px;
	}
}
@media screen and (max-width: 750px) {
	section.premium {
		padding-top: 40px;
	}
}

html body section div.btn.s.blank a::after {
	display: none;
}

@media screen and (min-width: 751px) {
	section.products {
		padding-top: 30px;
	}
	section.products div.table div.tr div.td {
		width: 33.33%;
	}
}

section.products h1.cat-heading {
	margin: 50px 0 15px;
	padding: .8em 1em .7em 80px;
	background: #eef7fc url(/common/img/item/cat-heading-bg.png) repeat-y 0 50%;
	border-radius: 10px;
	line-height: 1.2;
	font-size: 24px;
	font-weight: bold;
	color: #0052a4;
}

section.products div.table div.tr div.td a.detailBtn {
	display: block;
	-webkit-transition: .2s ease-out;
	transition: .2s ease-out;
}
section.products div.table div.tr div.td a.detailBtn:hover {
	opacity: .6;
}
section.products div.table div.tr div.td h2 span {
	text-decoration: underline;
}
section.products div.table div.tr div.td h2 span::before {
	content: "";
	display: inline-block;
	margin-right: 3px;
	width: 15px;
	height: 15px;
	background: url(/common/img/common/arw-blue15-r.png) no-repeat;
	opacity: .7;
}
section.products div.table div.tr div.td p span.more {
	display: inline-block;
	color: #1e426b;
	font-weight: bold;
	text-decoration: underline;
}

@media screen and (max-width: 750px) {
	section.products {
		padding-top: 0px;
	}
	section.products h1.cat-heading {
		margin-top: 60px;
	}
	section.products div.table {
		margin: 0;
	}
	section.products div.table div.tr {
		display: block;
	}
	section.products div.table div.tr div.td {
		display: block;
		float: none;
		margin: 40px auto 0;
		border-top: 2px dotted #b4b4b4;
		padding-top: 40px;
		width: auto;
		max-width: 490px;
	}
	section.products div.table div.tr:first-child div.td:first-child {
		margin-top: 0;
		border-top: none;
		padding-top: 0;
	}
	section.products div.table div.tr:first-child div.td:empty {
		display: none;
	}
	section.products div.table div.tr div.td div.photo {
		height: 300px;
		line-height: 300px;
	}
	section.products div.table div.tr div.td div.photo img {
		max-height: 100%;
	}
}