@charset "utf-8";


/*　　ページタイトル
-------------------------------------------------------*/
.pagetitle {
	height: 470px;
	background-image: url(../images/products/pagetitle_bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.pagetitle .inner-pagetitle {
	max-width: 880px;
	padding-top: 210px;
	margin-left: auto;
	margin-right: auto;
}
.pagetitle .inner-pagetitle .tit {
	color: #fff;
	font-size: 36px; font-size: 3.6rem;
	font-weight: 500;
	letter-spacing: 5px;
}
.pagetitle .inner-pagetitle .nav-page {
	margin-top: 20px;
}
.pagetitle .inner-pagetitle .nav-page ul {
	display: table;
}
.pagetitle .inner-pagetitle .nav-page ul li {
	display: table-cell;
}
.pagetitle .inner-pagetitle .nav-page ul li a {
	margin-right: 10px;
}

@media screen and (min-width: 768px) and (max-width: 1023px){
.pagetitle {
	height: 280px;
}
.pagetitle .inner-pagetitle {
	max-width: auto;
	padding-top: 100px;
	margin-left: 40px;
	margin-right: 40px;
}
.pagetitle .inner-pagetitle .tit {
	font-size: 30px; font-size: 3.0rem;
}
}

@media screen and (max-width: 767px){
.pagetitle {
	height: auto;
	background-position: center top;
	background-size: auto 140px;
}
.pagetitle .inner-pagetitle {
	max-width: auto;
	padding-top: 0;
	margin-left: 0;
	margin-right: 0;
}
.pagetitle .inner-pagetitle .tit {
	height: 140px;
	line-height: 140px;
	margin-left: 30px;
	margin-right: 30px;
	font-size: 22px; font-size: 2.2rem;
	letter-spacing: 3px;
}
.pagetitle .inner-pagetitle .nav-page {
	margin-top: 0;
	padding: 0 10px 10px;
	background-color: #172944;
	overflow: hidden;
	zoom: 1;
}
.pagetitle .inner-pagetitle .nav-page ul {
	display: block;
	margin-left: -2%;
	overflow: hidden;
	zoom: 1;
}
.pagetitle .inner-pagetitle .nav-page ul li {
	float: left;
	display: block;
	width: 48%;
	margin-left: 2%;
}

.pagetitle .inner-pagetitle .nav-page ul li a {
	margin-right: 0;
	margin-top: 10px;
	width: 100%;
}
.nav-page .btn-txt1-t3 a {
	padding: 8px 12px;
}
}

@media screen and (max-width: 767px) and (orientation : landscape) {
}










/*　　コンテンツ
-------------------------------------------------------*/
.cnt-poducts {
	background-image: url(../images/common/products_bg.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}
.cnt-poducts .inner-L {
	float: left;
	width: 50%;
	padding-right: 20px;
}
.cnt-poducts .inner-R {
	float: right;
	width: 50%;
	padding-left: 20px;
}
.cnt-poducts .productname-L {
	height: 188px;
	padding-top: 20px;
	background-color: #333;
	background-image: url(../images/top/products_bg_L.png);
	background-repeat: no-repeat;
	background-position: right top;
}
.cnt-poducts .productname-R {
	height: 188px;
	padding-top: 20px;
	padding-left: 140px;
	background-color: #333;
	background-image: url(../images/top/products_bg_R.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.cnt-poducts .tit-name {
	padding-left: 20px;
	font-size: 24px; font-size: 2.4rem;
	font-weight: 700px;
	color: #fff;
	line-height: 1.4;
	border-left: 4px solid #d22b3d;
}
.cnt-poducts .tit-name img {
	margin-bottom: 15px;
}
.cnt-poducts .inner-L .inner2-L {
	float: right;
	width: 100%;
	max-width: 560px;
}
.cnt-poducts .inner-R .inner2-R {
	float: left;
	width: 100%;
	max-width: 560px;
}
.cnt-poducts .wrapper-poducts1 .inner-L {
	margin-top: 125px;
}
.cnt-poducts .wrapper-poducts1 .inner-R {
	margin-top: 320px;
}
.cnt-poducts .wrapper-poducts2 {
	margin-top: 100px;
}
.cnt-poducts .wrapper-poducts2 .inner-R {
	margin-top: 188px;
}
.cnt-poducts .productimage01 {
	margin-top: -195px;
}
.cnt-poducts .productimage02 {
	margin-top: 30px;
}
.cnt-poducts .productimage03 {
	margin-top: -34px;
}
.cnt-poducts .productimage04 {
	margin-top: 30px;
}
.tit-list {
	padding: 10px;
	color: #fff;
	background-color: #464646;
}
.list-products {
	overflow: hidden;
	zoom: 1;
}
.list-products li {
	float: left;
	width: 50%;
	border-bottom: 1px solid #ccc;
}
.list-products li a {
	display: block;
	padding: 10px;
}
.list-products li a:hover {
	color: #fff;
	background-color: #666;
}
.bn-baroness a {
	margin-top: 30px;
	display: block;
	text-align: center;
}


@media screen and (min-width: 768px) and (max-width: 1023px){
.cnt-poducts .inner-L .inner2-L {
	padding-left: 20px;
	max-width: 560px;
}
.cnt-poducts .inner-R .inner2-R {
	padding-right: 20px;
	max-width: 560px;
}
.cnt-poducts .tit-name {
	padding-left: 20px;
	font-size: 20px; font-size: 2.0rem;
}
.cnt-poducts .wrapper-poducts1 .inner-L {
	margin-top: 30px;
}
.cnt-poducts .wrapper-poducts1 .inner-R {
	margin-top: 150px;
}
.cnt-poducts .wrapper-poducts2 {
	margin-top: 40px;
}
.cnt-poducts .wrapper-poducts2 .inner-R {
	margin-top: 100px;
}
.cnt-poducts .productimage01 {
	margin-top: -165px;
}
.cnt-poducts .productimage02 {
	margin-top: -16px;
}
.cnt-poducts .productimage03 {
	margin-top: -24px;
}
}

@media screen and (max-width: 767px){
.cnt-poducts .inner-L .inner2-L {
	padding-left: 15px;
	max-width: 560px;
}
.cnt-poducts .inner-R .inner2-R {
	padding-right: 15px;
	max-width: 560px;
}
.cnt-poducts .inner-L {
	float: none;
	width: auto;
	padding-right: 15px;
}
.cnt-poducts .inner-R {
	float: none;
	width: auto;
	padding-left: 15px;
}
.cnt-poducts .tit-name {
	padding-left: 20px;
	font-size: 16px; font-size: 1.6rem;
}
.cnt-poducts .wrapper-poducts1 .inner-L {
	margin-top: 40px;
}
.cnt-poducts .wrapper-poducts1 .inner-R {
	margin-top: 60px;
}
.cnt-poducts .wrapper-poducts2 {
	margin-top: 60px;
}
.cnt-poducts .wrapper-poducts2 .inner-R {
	margin-top: 60px;
}
.cnt-poducts .productimage01 {
	margin-top: -180px;
}
.cnt-poducts .productimage02 {
	margin-top: -36px;
}
.cnt-poducts .productimage03 {
	margin-top: -44px;
}
}
