@charset "utf-8";

/* ===========================================
 * All_common_START
 * ======================================== */

/*----------------- h tag -----------------*/

#feel_search h2 {
	background: url("feel_button_icn01.png") no-repeat 0 3px;
	border: none;
	padding: 6px 0 0 30px;
}
#feel_search h2 span {
	color: #333;
}
#feel_search .feel_search_content h3 {
	margin: 0;
	padding: 10px 0 8px 42px;
	font-size: 18px;
	color: #333;
}
#feel_search .feel_search_content h3.feelicon_01 {
	background: url("feel_button_icn02.png") no-repeat 12px 12px;
}
/*----------------- content -----------------*/
#feel_search {
	margin-bottom: 40px;
}
#feel_search .feel_search_content {
	margin-bottom: 10px;
	background: #f8f8f8;
	padding: 10px 1px 1px 1px;
	/*border: 1px solid #d9d9d9;*/
}
#feel_search .feel_search_content ul li a h4 {
	font-size: 14px;
}
#feel_search .feel_search_top{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.feel_search-20 {
	margin-top: -20px;
}
/*----------------- toggle -----------------*/
.toggle_title {
	position: relative;
	cursor: pointer;
}
.toggle_btn {
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
	background: #769E35;
	display: block;
	width: 28px;
	height: 28px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	border-radius: 50%;
}
.toggle_btn:before, .toggle_btn:after {
	display: block;
	content: '';
	background-color: #fff;
	position: absolute;
	width: 14px;
	height: 2px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.toggle_btn:before {
	width: 2px;
	height: 14px;
}
.toggle_title.selected .toggle_btn:before {
	content: normal;
}
.toggle_contents nav {
	display: none;
}
.toggle_contents:first-of-type nav {
	display: block;
}

/* ===========================================
 * related-word
 * ======================================== */
.related-word_inner{
  display: flex;
	gap:20px;
	word-break: keep-all;
}
.related-word .gray {
  display: inline-block;
  padding: 0 8px;
  background: #888;
  line-height: 1.8;
  font-size: 1.4rem;
  color: #fff;
  vertical-align: middle;
  white-space: nowrap;
  border-radius: 2px;
}
.related-word_list a{
	padding-right: 15px;
}

/* ===========================================
 * cam-list
 * ======================================== */
.cam-list{
	display: flex;
	gap:10px;
	padding: 0;
	margin-bottom: 40px;
}
.cam-list li{
	list-style: none;
}
.cam-list li a{
	display: block;
	padding: 10px 15px;
	-webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
	text-align: center;
	text-decoration: none;
	border:solid 1px #ccc;
}
.cam-list-flex{
	display: flex;
	align-items: flex-start;
	gap:10px;
	text-align: left;
	color: #333;
}
.cam-list li a .text{
	color: #aaa;
	text-align: right;
	font-size: 12px;
	margin: 5px 0 0 0;
}

/* ===========================================
 * All_common_END
 * ======================================== */


/*----------------- feel_search_nav04 -----------------*/
#feel_search .feel_search_content .feel_search_nav04 ul {
	display: flex;
	padding: 0 10px;
	justify-content: space-between;
	flex-wrap: wrap;
	list-style: none;
	align-items: stretch;
}
#feel_search .feel_search_content .feel_search_nav04 ul li {
	width: calc((100% - 60px) / 7);
	display: flex;
	flex-direction: column;
}

#feel_search .feel_search_content .feel_search_nav04 ul li a {
	display: flex;
	flex-direction: column;
	font-size: 14px;
	padding: 3px;
	color: #333;
	border: 1px solid #d9d9d9;
	box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.15);
	text-decoration: none;
	background: #fff;
	flex-grow:1;
}
#feel_search .feel_search_content .feel_search_nav04 ul li a h4 {
	font-weight: 600;
	margin:  3px 0 5px 0;
	text-align: center;
	flex-shrink: 1;
	height: 100%;
}
#feel_search .feel_search_content .feel_search_nav04 ul li a div {
	display: flex;
	flex-shrink: 1;
	height: 100%;
}
#feel_search .feel_search_content .feel_search_nav04 ul li a div img {
	display: block;
	margin: 0 auto;
}
#feel_search .feel_search_content .feel_search_nav04 ul li a:hover {
	transform: translate(2px, 2px);
	box-shadow: none;
	text-decoration: none;
}
#feel_search .feel_search_content .feel_search_nav04 ul li a p {
	width: 100%;
	text-align: left;
	margin: 0;
	font-size: 12px;
}
#feel_search .feel_search_content .feel_search_nav04 ul li a p span {
	font-size: 12px;
}
@media (min-width: 1200px) {
	#feel_search .feel_search_content .feel_search_nav04 ul li a div {
		flex-direction: unset;
		justify-content: start;
		align-items: center;
	}

	#feel_search .feel_search_content .feel_search_nav04 ul li a p {
		padding-left: 3px;
	}
}
@media (max-width: 1270px) {
	#feel_search .feel_search_content ul li a h4{
		font-size: 12px;
		letter-spacing: -1px;
	}
	#feel_search .feel_search_content .feel_search_nav04 ul li {
		width: calc((100% - 30px) / 7);
	}
}

/*----------------- .h_next_button_area -----------------*/
#feel_search .h_next_button_area {
	position: relative;
}
#feel_search .h_next_button_area .h_next_button {
	position: absolute;
	top: 0; 
	right: 0;
}
#feel_search .h_next_button_area .h_next_button a {
	font-size: 14px;
	font-weight: bold;
	color: #333;
	border: 1px solid #d9d9d9;
	box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.15);
	text-decoration: none;
	background: #fff;
	position: relative;
	display: flex;
}
#feel_search .h_next_button_area .h_next_button a p {
	display: block;
	margin: 0;
	background: #769e35;
	color:#fff;
	font-size: 12px;
	line-height: 20px;
}
#feel_search .h_next_button_area .h_next_button a div {
	padding: 5px 30px 5px 20px;
	display: inline-block;
}
#feel_search .h_next_button_area .h_next_button a span {
	color: #FB6767;
}
#feel_search .h_next_button_area .h_next_button a:hover {
	transform: translate(2px, 2px);;
	box-shadow: none;
	text-decoration: none;
}
#feel_search .h_next_button_area .h_next_button a::after{
  position: absolute;
  top: 6px;
  bottom: 0;
  right: 5px;
  margin: auto;
  content: url("feel_button_icn03.png");
  vertical-align: middle;
}