@charset "UTF-8";
/* CSS Document */
/* モバイルファースト ======================================================================================================== */

#sell_top{
	text-align: center;
}
#sell_top em{
	display: block;
	font-size: 16px;
	margin: 10px 0;
}


#strength ol{
	margin-bottom: 20px;
}
#strength li{
	text-align: center;
	border: solid 3px #e41611;
	padding: 10px;
	margin-top: 20px;
}
#strength li:nth-child(1){ border-color: #e41611; color: #e41611; }
#strength li:nth-child(2){ border-color: #2270ff; color: #2270ff; }
#strength li:nth-child(3){ border-color: #5cc030; color: #5cc030; }
#strength li::before{
	display: inline-block;
	font-size: 18px;
	font-weight: bold;
	line-height: 1;
	padding: 10px 15px;
	color: #FFF;
}
#strength li:nth-child(1)::before{ content: "1"; background-color: #e41611; }
#strength li:nth-child(2)::before{ content: "2"; background-color: #2270ff; }
#strength li:nth-child(3)::before{ content: "3"; background-color: #5cc030; }
#strength li h4{
	font-size: 20px;
	font-weight: bold;
}
#strength li p{
	text-align: left;
}
#strength ol + em{
	font-size: 20px;
	font-weight: bold;
	display: block;
	text-align: center;
}



.common_contact_box div > a{
	display: block;
	text-decoration: none;
	color: #FFF;
	text-align: center;
	padding: 20px 0;
	margin-top: 20px;
	position: relative;
}
.common_contact_box .assessment a{ background-color: #ff8c37; }
.common_contact_box .buy a{ background-color: #5cc030; }
.common_contact_box div > a::after{
	content: "";
	width: 20px;
	height: 20px;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 13px;
	margin: auto;
	border-top: 1px solid #FFF;
	border-right: 1px solid #FFF;
	transform: rotate(45deg);
}
.common_contact_box .icon{
	display: inline-block;
	vertical-align: middle;
}
.common_contact_box em{
	display: inline-block;
	vertical-align: middle;
	font-size: 18px;
	font-weight: bold;
}
.common_contact_box p{
	display: block;
}

#service .omakase{
	border: solid 3px #e41611;
	border-radius: 10px;
	padding: 10px;
	margin-bottom: 20px;
	text-align: center;
	position: relative;
}
#service .omakase h4{
	font-size: 18px;
	font-weight: bold;
	padding-right: 60px;
}
#service .omakase ul{
	text-align: left;
}
#service .omakase ul li{
	position: relative;
	padding-left: 30px;
	font-size: 16px;
	margin-top: 10px;
}
#service .omakase ul li::before{
	content: "";
	width: 26px;
	height: 26px;
	border-radius: 5px;
	border: solid 3px #e41611;
	position: absolute;
	left: 0;
	top: 0;
	box-sizing: border-box;
}
#service .omakase ul li::after{
	content: "";
	display: block;
	width: 7px;
	height: 12px;
	border-right: solid 3px #e41611;
	border-bottom: solid 3px #e41611;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	left: 8px;
	top: 3px;
}
#service .omakase .img{
	width: 60px;
	position: absolute;
	top: -10px;
	right: 10px;
}
#service .omakase .img img{
	width: 100%;
	height: auto;
}

#service .contact{
	background-color: #EEE;
}
#service .contact .text{
	padding: 10px;
}
#service .contact h4{
	font-size: 18px;
	font-weight: bold;
}
#service .contact address{
}
#service .contact address .icon{
	display: inline-block;
	vertical-align: middle;
}
#service .contact address a{
	display: inline-block;
	vertical-align: middle;
	text-decoration: none;
	font-size: 30px;
	font-weight: bold;
	color: #e41611;
}


#voice #voice_inner{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#voice #voice_inner dl{
	width: 41vw;
	margin-top: 4%;
	position: relative;
}
#voice #voice_inner dt{
	text-align: center;
	font-weight: bold;
}
#voice #voice_inner dt img{
	max-height: 27vw;
}
#voice #voice_inner dt::after{
	content: "";
	background-image: url(../images/bg_lick.png);
	background-repeat: repeat;
	background-position: left top;
	position: absolute;
	width: 100%;
	height: 27vw;
	top: 5px;
	right: -5px;
	z-index: -10;
}
#voice #voice_inner dt + dd{
	font-size: 12px;
	line-height: 20px;
	max-height: 60px;
	overflow: hidden;
}
#voice #voice_inner dd.next_btn{
}
#voice #voice_inner dd.next_btn a{
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	text-indent: -9999em;
	overflow: hidden;
	z-index: 10;
	transition: all 0.2s ease;
}
#voice #voice_inner dd.next_btn a:hover{
	background-color: rgba(255,255,255,0.2);
}

/* ペイジャー */
#voice #voice_inner .jirei_pager{
	width: 100%;
	text-align: center;
	margin-top: 20px;
}
#voice #voice_inner .jirei_pager li{
	display: inline-block;
	vertical-align: middle;
}
#voice #voice_inner .jirei_pager li .prev{
}
#voice #voice_inner .jirei_pager li .next{
}




/* 詳細ページ＝＝＝＝＝ */
#sell_detail .photo img{
	display: block;
	margin: 10px auto 0;
}
#sell_detail .comment {
	margin-top: 20px;
}
#sell_detail .comment br{
	display: none;
}





/* PCのみ======================================================================================================== */
@media print and (min-width: 751px), screen and (min-width: 751px){

#sell_top em{
	font-size: 20px;
	margin: 20px 0;
}

#strength ol{
	display: flex;
	justify-content: space-between;
	margin-top: 20px;
	margin-bottom: 40px;
}
#strength li{
	width: 300px;
	padding: 20px;
	margin-top: 0;
}
#strength li::before{
	font-size: 30px;
}
#strength li h4{
	font-size: 30px;
}
#strength ol + em{
	font-size: 30px;
}



.common_contact_box{
	display: flex;
	justify-content: space-between;
	margin-top: 40px;
}
.common_contact_box div{
	width: 460px;
}
.common_contact_box div > a{
	margin-top: 0px;
}
.common_contact_box div > a::after{
	width: 30px;
	height: 30px;
	right: 23px;
}
.common_contact_box em{
	font-size: 30px;
}
.common_contact_box p{
	font: 16px;
	font-weight: bold;
}


#service .alpha{
	display: flex;
}
#service .alpha .text{
	flex: 1;
	margin-right: 10px;
}
#service .omakase{
	padding: 20px;
	margin-bottom: 40px;
}
#service .omakase h4{
	font-size: 30px;
	padding-right: 0px;
}
#service .omakase .flex{
	display: flex;
	justify-content: center;
	align-items: center;
}
#service .omakase ul li{
	padding-left: 40px;
	font-size: 24px;
}
#service .omakase ul li::before{
	width: 30px;
	height: 30px;
	left: 0;
	top: 6px;
}
#service .omakase ul li::after{
	width: 8px;
	height: 16px;
	left: 9px;
	top: 8px;
}
#service .omakase .img{
	width: auto;
	position: inherit;
	top: inherit;
	right: inherit;
	margin-left: 20px;
}


#service .contact{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#service .contact .text{
	padding: 0 40px;
}
#service .contact h4{
	font-size: 30px;
}
#service .contact em{
	font-size: 18px;
}
#service .contact address .icon img{
	height: 40px;
}
#service .contact address a{
	font-size: 50px;
	line-height: 1.4;
}





#voice #voice_inner{
	justify-content: flex-start;
}
#voice #voice_inner dl{
	width: 300px;
	margin-top: 0px;
	margin-left: 30px;
}
#voice #voice_inner dl:first-child{
	margin-left: 0px;
}
#voice #voice_inner dt{
	font-size: 18px;
	font-weight: bold;
}
#voice #voice_inner dt img{
	max-width: 300px;
	max-height: 200px;
	margin-bottom: 10px;
}
#voice #voice_inner dt::after{
	height: 200px;
}

#voice #voice_inner .jirei_pager{
	margin-top: 40px;
}






/* 詳細ページ＝＝＝＝＝ */
#sell_detail .flex{
	display: flex;
	flex-direction: row-reverse;
}
#sell_detail .photo{
	width: 400px;
	margin-right: auto;
	margin-left: auto;
}
#sell_detail .photo img{
	max-width: 100%;
	height: auto;
}
#sell_detail .comment{
	flex: 1;
	margin-top: 0px;
	margin-right: 20px;
}
#sell_detail .comment dt{
	display: block;
	font-weight: bold;
}
#sell_detail .comment dd{
	margin-bottom: 10px;
}




}