﻿@media screen and (min-width:  769px){
	.for_sp {
		display: none;
	}
}
@media screen and (max-width:  768px){
	.for_pc {
		display: none;
	}
}
/*-----トップスライド-----*/
.top_slider {
	position: relative;
}
.swiper-top  {
	position:relative;
}
.swiper-top .swiper-slide{
	width:42%;
}
.swiper-top a {
	display:inline-block;
}
.swiper-top a img{
	width:100%;
	max-width:100%;
	
}
.top_slider .swiper-pagination{
	top:calc(100% + 10px);
	z-index:4;
}
.top_slider .swiper-pagination-bullet-active {
	background: #000;
}
@media screen and (max-width:  768px){
	.top_slider {
		margin:0 10px;
	}
	.swiper-top .swiper-slide{
		width:100%;
	}
}
/*-----おすすめケース-----*/
.recommend{
	margin-top:46px;
	background-color: #f0f0f0;
	padding:50px 0 60px;
}
.recommend .bnr_dfa{
	margin:auto;
	display:flex;
	width:440px;
	justify-content: space-between;
}
.recommend .bnr_dfa .logo_dfa{
	width:86px;
}
.recommend .bnr_dfa .logo_text{
	width:306px;
}
.recommend .bnr_dfa > div:nth-child(2){
	text-align: center;
}
.recommend .bnr_dfa > div:nth-child(2) p{
	margin:0;
}
.recommend .bnr_dfa > div:nth-child(2) .fs14{
	font-size:14px;
	font-weight: 600;
}
.recommend .bnr_dfa > div:nth-child(2) .fs16{
	font-size: 16px;
}

.recommend .recommend_slider{
	margin:40px auto 0;
	max-width:1200px;
	width:calc(100% - 72px);
	position: relative;
}
.recommend .swiper-box{
	position: relative;
}
.recommend .swiper-box .swiper-slide{
	width:18.7%;
	margin-right:20px;
}
.recommend .swiper-box .item{
	background-color: #fff;
	border:1px solid #ccc;
	border-radius:6px;
	text-align: center;
}
.recommend .swiper-box a{
	padding:13% 0 10%;
	display:block
}
.recommend .swiper-box .maker_logo{
	width:45%;
}
.recommend .swiper-box .recommend_img{
	margin:14% 0;
	width:63%;
}
.recommend .swiper-box .recommend_text{
	height:18px;
	overflow: hidden;
	margin:0 5%;
}
.recommend .recommend_slider .swiper-button-next,
.recommend .recommend_slider .swiper-button-prev{
  z-index:4
}

.recommend .recommend_slider .swiper-button-prev {
	left:-36px;
	color:#999;
}
.recommend .recommend_slider .swiper-button-next {
	right:-36px;
	color:#999;
}
.recommend .recommend_slider .swiper-button-next:after,
.recommend .recommend_slider .swiper-button-prev:after{
	font-size:30px;
}
.recommend .recommend_slider .swiper-scrollbar.swiper-scrollbar-horizontal {
	left:0;
	top:calc(100% + 10px);
	width:100%;
  z-index:4;
}
.recommend .about_dfa {
	margin-top:50px;
	text-align: center;
}
.recommend .about_dfa a{
	display:inline-block;
	width:248px;
	background-color: #000;
	color:#fff;
	font-size:16px;
	border-radius:20px;
	padding:5px;
}
@media screen and (max-width:  768px){
	.recommend{
		padding:36px 0;
		margin-bottom: 50px;
	}
	.recommend .bnr_dfa{
		flex-direction: column;
		align-items: center;
		width:auto;
	}
	.recommend .bnr_dfa .logo_dfa{
		width:80px;ba
		margin-top: 9px;
	}
	.recommend .bnr_dfa .logo_text{
		width:248px;
	}
	.recommend .bnr_dfa > div:nth-child(2) .fs16{
		font-size: 14px;
	}
	.recommend .recommend_slider {
		width: calc(100% - 46px);
		margin: 20px auto 0;
	}
	.recommend .swiper-box .swiper-slide{
		width:calc((100% - 10px) / 2);
		margin-right:10px;
	}
	.recommend .recommend_slider .swiper-button-prev {
		left:-26px;
		color:#666;
	}
	.recommend .recommend_slider .swiper-button-next {
		right:-26px;
		color:#666;
	}
	.recommend .recommend_slider .swiper-button-next:after,
	.recommend .recommend_slider .swiper-button-prev:after{
		font-size:18px;
	}
}

/*非対応メッセージ用*/
.error-message.not_compatible {
	background-color: #ddd;
	
}
.error-message.not_compatible span{
	color: #666;
	font-size: 14px;
	padding-left: 0;
}
.error-message.not_compatible span::before{
	content:none;
}