
/* --------------------------------------------------------------------------- */
/* Study Setting */
/* --------------------------------------------------------------------------- */

.box-gray{
	margin-bottom: 20px;
}

.box-space15{
	padding: 15px;
}

.search-index h2.ttl-type03{
	margin: 0;
}
.search-index h3.ttl-type03{
	width: 8em;
	margin: 0 0 10px 0;
	font-size: 16px;
}

.filter-box{
	margin: 0 0 5px;
	list-style: none;
}
.filter-box li .filter{
	margin: 0 10px 10px 0;
	padding: 7px 15px;
	font-weight: 700;
	color: #ec1000;
	text-align: center;
	background: #fff;
	border: solid 1px #ec1000;
	cursor: pointer;
}
.filter-box li .filter.active{
	color: #fff;
    background-color: #ec1000;
}

#reload{
	display: block;
	width: 160px;
	margin: 0 auto;
	padding: 10px 0;
	color: #fff;
	text-align: center;
	font-weight: 700;
	background: #bbb;
	border: none;
	cursor: pointer;
	transition: background .5s ease;
}
#reload:hover{
	background: #ec1000;
}

#Textlist{
    text-align: justify;
}
#Textlist .mix,
#Textlist .gap{
    display: inline-block;
}

#Textlist .mix{
    display: none;
}

#Textlist .ttl-type08{
	font-size: 20px;
}

.fail-message{
	display: none;
    opacity: 0;
}
#Textlist.fail .fail-message{
	display: block;
    opacity: 1;
}

.product {
	padding: 0 20px;
}

.product-photo{
	width: 200px;
	margin: 0 20px 0 0;
}

.product-photo figure{
	margin: 0 0 20px;
}

.product-data .btn-info,
.product-data .btn-detail,
.product-data .btn-aoten,
.product-data .btn-cart {
	box-shadow: 2px 2px 4px #ddd;
}

.product-data .btn-info,
.product-data .btn-detail{
	display: block;
	margin: 0 0 10px;
	padding: 11px 0;
	text-align: center;
	font-size: 15px;
	font-weight: 700;
	color: #fff;
	text-decoration: none;
	background: #1397f5;
	opacity: 1;
	transition: .5s ease;
}

.product-data .btn-info:before{
	content: "";
	display: inline-block;
	width: 25px;
	height: 25px;
	margin: 0 10px -1px 0;
	vertical-align: text-bottom;
	background: url(../img2/common/icn_info_on.png) left top / 100% auto no-repeat;
}
.product-data .btn-info.blank:after{
	margin-top: -2px;
}

.product-data .btn-aoten{
	display: block;
	margin: 0 0 10px;
	padding: 11px 0;
	text-align: center;
	font-size: 16px;
	font-weight: 700;
	color: #fff;
	text-decoration: none;
	background: #1397f5;
	opacity: 1;
	transition: .5s ease;
}
.product-data .btn-info:hover,
.product-data .btn-detail:hover,
.product-data .btn-aoten:hover{
	background-color: #424242;
}
.product-data .btn-aoten:before{
	content: "";
	display: inline-block;
	width: 30px;/*25px;*/
	height: 24px;/*16px;*/
	margin: 0 10px 0 0;
	vertical-align: middle;
	background: url("/img2/common/icn_aoten.png") left top / 30px auto no-repeat;
}

.product-data .btn-info.blank:after,
.product-data .btn-detail.blank:after,
.product-data .btn-aoten.blank:after{
	width: 20px;
	height: 20px;
	background: url("/img2/common/icn_blank.png") left top / 20px auto no-repeat;
}

.product-data .btn-cart{
	display: block;
	margin: 0 0 10px;
	padding: 11px 0;
	text-align: center;
	font-size: 16px;
	font-weight: 700;
	color: #fff;
	text-decoration: none;
	background: #ec1000;
	opacity: 1;
	transition: .5s ease;
}
.product-data .btn-cart:before{
	content: "";
	display: inline-block;
	width: 25px;
	height: 22px;
	margin: 0 10px 0 0;
	vertical-align: text-bottom;
	background: url("/img2/common/icn_cart.png") left top / 100% auto no-repeat;
}
.product-data .btn-cart:hover{
	background-color: #424242;
}

.product-data .btn-sample{
	display: block;
	margin: 0 0 10px;
	padding: 11px 0;
	text-align: center;
	color: #fff;
	font-weight: 700;
	text-decoration: none;
	background: #db5f6e;
	opacity: 1;
	transition: .5s ease;
}
.product-data .btn-sample:before{
	content: "";
	display: inline-block;
	width: 26px;
	height: 26px;
	margin: 0 5px 0 0;
	vertical-align: middle;
	background: url("../img2/common/icn_movie.png") left top / 26px auto no-repeat;
}
.product-data.btn-sample:hover{
	background-color: #424242;
}
.product-data .btn-sample.blank:after{
	width: 14px;
	height: 14px;
	background: url("../img2/common/icn_blank.png") left top / 14px auto no-repeat;
}

.product-data{
	max-width: 660px;
	flex: 1;
}

.product-data .icn-box{
	margin: 0 0 20px;
	flex-wrap: wrap;
}
.product-data .icn-box span{
	display: block;
	margin: 0 5px 5px 0;
	padding: 5px 10px;
	font-size: 13px;
	color: #ec1000;
	text-align: center;
	background: #fff;
	border: solid 1px #ec1000;
}

.product-data .data-box p{
	margin-bottom: 10px;
	font-weight: 700;
}
.product-data .data-box p span{
	padding: 0;
    line-height: 16px;
    background-image: linear-gradient(0deg, #ffd600 10px, transparent 10px);
    background-size: 100% 26px;
}

.product-data .data-box ul{
	margin-bottom: 1em;
	list-style: none;
	font-size: 17px;
}
.product-data .data-box ul li{
	margin: 0 0 0 1em;
	text-indent: -1em;
	font-weight: 500;
}
.product-data .data-box ul li span{
	font-weight: 500;
}
.product-data .data-box ul li:before{
	content: "●";
    display: inline-block;
    margin-left: -1.5em;
    padding-right: 0.4em;
    text-indent: 1.5em;
    font-size: 12px;
	color: #424242;
}
.product-data p{
	margin-bottom: 1em;
	font-size: 15px;
}

.aoten-only span {
	color: #1397f5;
    border: solid 1px #1397f5;
    background: none !important;
    padding: 5px 10px !important;
    font-weight: 500;
}


/* --------------------------------------------------------------------------- */
/* Responsive Setting */
/* --------------------------------------------------------------------------- */


@media only, screen and (max-width: 820px) {
    
}/*max820*/


@media only, screen and (max-width: 768px) {
	
	#reload{
		width: 120px;
		padding: 3px 0;
	}
	
	.box-gray{
        margin-bottom: 25px;
    }
	
	.search-index h2.ttl-type03{
        margin: 5px 5px 5px 0;
    }
	
	.search-index h3.ttl-type03{
		margin: 0 0 5px;
        font-size: 14px;
    }
    
	.filter-box{
		flex-wrap: wrap;
		margin: 0 0 5px;
	}
	
	.filter-box li .filter{
		margin: 0 10px 5px 0;
		padding: 4px 15px;
	}
	
	#Textlist .flex-box,
	.cbox-btn-cart.flex-box{
		display: block;
	}
	
	#Textlist .flex-box .product-photo{
		margin: 0 auto 20px;
	}
	
	#Textlist .flex-box .product-data .icn-box{
		display: flex;
	}
	
    .study-version a.link-type03{
        width: auto;
    }

    .study-version div{
        margin-left: 0;
    }
    
    .study-version p{
        width: 100%;
        margin-bottom: 10px;
    }
	
	#Textlist .ttl-type08{
        font-size: 18px;
    }
	
	#Textlist > div{
		margin: 30px 0 0;
		padding: 0;
		border-bottom: solid 1px #ddd;
	}
	#Textlist > div:first-of-type{
		margin: 0;
	}
	#Textlist > div .flex-box.mb70{
		margin-bottom: 30px;
	}

	.product {
		padding: 0;
	}
	
	.product-photo{
		width: 100%;
	}
	.product-photo figure{
		width: 200px;
		margin: 0 auto 20px;
	}

	.product-data .data-box ul{
		font-size: 15px;
	}
	
	.product-data .btn-cart,
	.product-data .btn-aoten,
	.product-data .btn-sample{
		height: 50px;
		vertical-align: middle;
		font-size: 15px;
	}
	.product-data .btn-cart.blank:after,
	.product-data .btn-aoten.blank:after,
	.product-data .btn-sample.blank:after{
		vertical-align: middle;
	}
	
	.product-data .btn-sample {/*sp時の「サンプルを見る」ボタンの文字調整*/
		letter-spacing: -1px;
	}
	
	.flex-box_sp{
		display: flex;
		justify-content: center;
	}
	.flex-box_sp p{
		width: 48%;
		margin: 0 7px;
	}
	.product-data p{
		font-size: 13px;
	}
	
}/*max768*/

@media screen and (max-width: 320px){
	#reload{
		padding: 5px 0;
	}
	
	.filter-box li .filter{
        padding: 7px 12px;
    }
}/*max320*/

