@charset "utf-8";
.under {
	font-weight: bold;
	background: linear-gradient(transparent 60%, #fff352 60%);
}


/*========処分と買取だとこんなに違います！============*/
.fl_box {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.fl_box .r_box {
	width: calc(99% / 2);
}
.title1 {
	text-align: center;
	font-weight: bold;
	color: #787878;
	background-color: #ccc;
	border-bottom: 1px solid #787878;
}
.title2 {
	text-align: center;
	font-weight: bold;
	color: #7ab723;
	border-bottom: 1px solid #7ab723;
	background-color: #c7e29f;
}


/*=========不用品買取アイテム一覧===========*/
.i_list {
	width: 94%;
	margin: 0 auto;
}
.i_list .slide_block {
	padding: 10px;
	border: 1px solid #ccc;
	margin: 0 5px;
	border-radius: 5px;
}
.temple_image {
	border-radius: 5px;
	overflow: hidden;
}
.i_list .title {
	text-align: center;
	font-weight: bold;
	font-size: 20px;
	color: #442705;
}
.i_list .txt1 {
	margin-top: 10px;
	font-size: 14px;
	line-height: 1.5;
}
.slick_count {
	margin-top: 5px;
	text-align: center;
	font-weight: bold;
}
.caution_txt {
	margin-top: 10px;
	padding-left: 20px;
	position: relative;
}
.caution_txt::before {
	content: "※";
	position: absolute;
	top: 0;
	left: 0;
}


/*=========高く売れるポイント===========*/
.point_box {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.point_box .box {
	width: calc(98% / 2);
	margin-bottom: 2%;
}
.point_box .box .title {
	padding: 10px;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	border-radius: 5px 5px 0 0;
	color: #fff;
	background-color: #7AB723;
}
.point_box .box .txt1 {
	margin-top: 5px;
	line-height: 1.5;
	font-size: 16px;
}



@media only screen and (max-width: 768px) {
	.fl_box .r_box {
		width: 100%;
	}
	.title1,.title2 {
		font-size: 16px;
		margin-top: 15px;
	}
	.point_box .box {
		width: 100%;
		margin-bottom: 5%;
	}
}