@charset "Shift_JIS";

/*  category TOP 201808 PC
**************************************/

#block_of_choice {
	padding: 35px 0 0 0;
}
#block_of_choice .choice_item_ {
	overflow: hidden;
	padding: 0 0 35px 0;
}
#block_of_choice .choice_item_ .thumbnail_ {
	width: 30%;
	padding: 5px;
	box-sizing: border-box;
	border: 1px solid #ccc;
}
#block_of_choice .choice_item_ .thumbnail_ img {
	width: 100%;
}
#block_of_choice .choice_item_ .txt_ {
	width: 70%;
	box-sizing: border-box;
}
#block_of_choice .choice_item_.img_left_ .txt_ {
	padding: 0 0 0 20px;
}
#block_of_choice .choice_item_.img_right_ .txt_ {
	padding: 0 20px 0 0;
}
#block_of_choice .choice_item_.img_left_ .thumbnail_,
#block_of_choice .choice_item_.img_left_ .txt_ {
	float: left;
}
#block_of_choice .choice_item_.img_right_ .thumbnail_,
#block_of_choice .choice_item_.img_right_ .txt_ {
	float: right;
}
#block_of_choice h2 {
	margin-bottom: 15px;
}
#block_of_choice h3 {
	margin-bottom: 20px;
	padding-bottom: 8px;
	border-bottom: 2px solid #c4c4c4;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.5;
}
#block_of_choice .txt_ p {
	line-height: 1.8;
	font-size: 13px;
}