@charset "utf-8";

/* **********************************************************
	products__index
********************************************************** */
.products__index {
}
.products__index .mdl__textbox h3 {
	position: relative;
}
.products__index .mdl__textbox h3 a {
	font-size: 14px;
	font-size: 1.4rem;
	position: absolute;
	right: 0px;
	top: 25px;
	margin-top: 0.5em;
}
.products__index .index_title {
	margin-top: 40px;
}
.products__index .index_title h3 {
	border-top: 0px;
	color: #333380;
	font-size: 26px;
	font-size: 2.6rem;
	text-align: center;
	overflow: hidden;
	padding: 0;
}
.products__index .index_title h3 span {
	display: inline-block;
	position: relative;
	margin: 0 50px;
	padding: 0 5px;
}
.products__index .index_title h3 span:before {
	border-top: 1px solid #d1d1d1;
	content: " ";
	display: block;
	position: absolute;
	top: 50%;
	left: 100%;
	width: 2560px;
}
.products__index .index_title h3 span:after {
	border-top: 1px solid #d1d1d1;
	content: " ";
	display: block;
	position: absolute;
	top: 50%;
	right: 100%;
	width: 2560px;
}
.products__index .index_title h4 {
	background-color: #ffffff;
	border-bottom: 0px;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.6;
	text-align: center;
	padding: 0;
	margin: 10px 0 0 0;
}
.products__index .index_title h5 {
	background: url(/frontend/common/images/blt_arrow_03.png) left 0.3em no-repeat;
	background-color: #ffffff;
	border-bottom: 0px;
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 1.6;
	text-align: left;
	padding: 0 0 0 17px;
	margin: 10px 0 0 0;
}
.products__index .index_list {
	overflow: hidden;
	margin-top: 15px;
}
.products__index .index_list ul {
	margin-right: -16px;
}
.products__index .index_list li {
	float: left;
	padding-top: 15px;
	width: 25%;
}
.products__index .index_list a {
	display: block;
	margin-right: 16px;
}
.products__index .index_list a dl {
	position: relative;
}
.products__index .index_list a dt {
	border: 1px solid #d1d1d1;
	overflow: hidden;
}
.products__index .index_list a dt img {
	width: 100%;
	height: auto;
}
.products__index .index_list a dd {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: bold;
	text-align: center;
	position: absolute;
	left: 0px;
	bottom: 8.54%;
	padding: 0 10px;
	width: 100%;
}
.products__index .index_list a dd span {
	background: url(/frontend/common/images/blt_arrow_03.png) left 0.3em no-repeat;
	display: inline-block;
	text-align: left;
	padding: 0 0 0 17px;
}
.products__index .index__products {
	overflow: hidden;
}
.products__index .index__products dl {
	margin-top: -11px;;
}
.products__index .index__products dt {
	border-top: 1px solid #d1d1d1;
	padding-top: 10px;
}
.products__index .index__products dd {
	padding-bottom: 10px;
}
.products__index .index__products ul {
	margin-top: -10px;
}
.products__index .index__products li {
	border-bottom: 1px solid #d1d1d1;
	padding: 10px 0;
}
.mdl__sidenavi nav li a .mdl__icon_zip {
	margin: 0 1px 0 6px;
}
/*追加css*/
.products__index .index_list.col_04 li{
	width: 25%;
}
.products__index .index_list.col_04 li div img {
    width: 100%;
    height: auto;
}
.products__index .index_list.col_04 li div {
    border: 1px solid #d1d1d1;
    overflow: hidden;
}
.products__index .index_list.col_04 li p span {
    background: url(/frontend/common/images/blt_arrow_03.png) left 1.5em no-repeat;
    background-size: 10px;
    display: inline-block;
    text-align: left;
    padding: 15px 0 0 15px;
    font-size: 12px;
}
.products__index .index_list.col_04 li p span img{
	padding-left: 5px;
	vertical-align: top;
}
.products__index .index_list.col_04 li p span b{
	color: #000;
	font-weight: normal;
}
.products__index .index_list.col_04 a{
	margin-right: 14px;
}
.products__index .index_list.col_04 ul {
    margin-right: -14px;
/*追加css*/
/*	@media
---------------------------------------------------------- */
@media (min-width: 768px) {
	.products__index .index_list a:hover dt img {
		filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);
		-moz-opacity: 0.7;
		opacity: 0.7;
	}
}
@media (max-width: 767px) {
.products__index {
}
.products__index .index_title {
	margin-top: 25px;
}
.products__index .index_title h3 {
	border-top: 0px;
	color: #333380;
	font-size: 18px;
	font-size: 1.8rem;
	text-align: center;
	overflow: hidden;
	padding: 0;
}
.products__index .index_title h3 span {
	display: inline-block;
	position: relative;
	margin: 0 50px;
	padding: 0 5px;
}
.products__index .index_title h3 span:before {
	border-top: 1px solid #d1d1d1;
	content: " ";
	display: block;
	position: absolute;
	top: 50%;
	left: 100%;
	width: 2560px;
}
.products__index .index_title h3 span:after {
	border-top: 1px solid #d1d1d1;
	content: " ";
	display: block;
	position: absolute;
	top: 50%;
	right: 100%;
	width: 2560px;
}
.products__index .index_title h4 {
	background-color: #ffffff;
	border-bottom: 0px;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.6;
	text-align: center;
	padding: 0;
	margin: 10px 0 0 0;
}
.products__index .index_list {
	overflow: hidden;
	margin-top: 10px;
}
.products__index .index_list ul {
	margin-right: 0px;
}
.products__index .index_list li {
	float: none;
	padding-top: 20px;
	width: auto;
}
.products__index .index_list a {
	display: block;
	margin-right: 0;
}
.products__index .index_list a dl {
	position: relative;
}
.products__index .index_list a dt {
	border: 1px solid #d1d1d1;
	overflow: hidden;
}
.products__index .index_list a dt img {
	width: 100%;
	height: auto;
}
.products__index .index_list a dd {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: bold;
	text-align: center;
	position: absolute;
	left: 0px;
	bottom: 7.94%;
	padding: 0 10px;
	width: 100%;
}
.products__index .index_list a dd span {
	background: url(/frontend/common/images/blt_arrow_03_sp.png) left 0.3em no-repeat;
	background-size: 13px 13px;
	display: inline-block;
	text-align: left;
	padding: 0 0 0 17px;
}

/* **********************************************************
	products__new
********************************************************** */
.products__new {
}
.products__new .new__list {
	oveflow: hidden;
	margin: 40px 0 0 0;
}
.products__new .new__list dt {
	padding-top: 10px;
}
.products__new .new__list dd {
	border-bottom: 1px solid #d1d1d1;
	padding-bottom: 10px;
}
.products__new .new__list ul {
	margin-top: -10px;
}
.products__new .new__list li {
	border-bottom: 1px solid #d1d1d1;
	padding: 20px 0;
}

/*	@media
---------------------------------------------------------- */
@media (min-width: 768px) {
}
@media (max-width: 767px) {
.products__new {
}
.products__new .new__list {
	oveflow: hidden;
	margin: 25px 0 0 0;
}
.products__new .new__list dt {
	padding-top: 10px;
}
.products__new .new__list dd {
	border-bottom: 1px solid #d1d1d1;
	padding-bottom: 10px;
}
.products__new .new__list ul {
	margin-top: -10px;
}
.products__new .new__list li {
	border-bottom: 1px solid #d1d1d1;
	padding: 10px 0;
}
}
