@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:1px;
	/*border: 1px solid #d9d9d9;*/
}

/*----------------- 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;
}

/* ===========================================
 * All_common_END
 * ======================================== */

/*----------------- feel_search_nav01 -----------------*/
#feel_search .feel_search_content .feel_search_nav01 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_nav01 ul li {
	width: calc((100% - 30px) / 7);
	display: flex;
}

#feel_search .feel_search_content .feel_search_nav01 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_nav01 ul li a:hover {
	transform: translate(2px, 2px);
	box-shadow: none;
	text-decoration: none;
}
#feel_search .feel_search_content .feel_search_nav01 ul li a img {
	display: block;
	margin: 0 auto;
}
#feel_search .feel_search_content .feel_search_nav01 ul li a p {
	text-align: center;
	margin: 3px auto;
	font-weight: bold;
	font-size: 12px;
}
#feel_search .feel_search_content .feel_search_nav01 ul li a p span {
	font-size: 12px;
}
#feel_search .feel_search_content .feel_search_nav01 ul li a p br {
	display: none;
}
@media (min-width: 1200px) {
	#feel_search .feel_search_content .feel_search_nav01 ul li {
		width: calc((100% - 60px) / 7);
	}

	#feel_search .feel_search_content .feel_search_nav01 ul li a p {
		padding-left: 1px;
		margin: 0 auto;
		font-size: 14px;
	}

}
@media (min-width: 1205px) {
    #feel_search .feel_search_content .stock_box .stock_p p {
        font-size: 16px;
    }
}

@media (max-width: 1370px) {
	#feel_search .feel_search_content .stock_box .stock_img {
		display: none;
	}
	
}
@media (min-width: 1470px) {
	#feel_search .feel_search_content .feel_search_nav01 ul li a {
		flex-direction: unset;
		justify-content: space-around;
		align-items: center;

	}
	#feel_search .feel_search_content .feel_search_nav01 ul li a p br {
		display: block;
	}
	#feel_search .feel_search_content .feel_search_nav01 ul li a img {
		display: block;
		margin: 0;
	}
}







/*----------------- feel_search_nav03 -----------------*/

#feel_search .feel_search_content .stock_box {
	display: flex;
	background: #ffe802;
	margin: 10px;
	align-items: center;
}

#feel_search .feel_search_content .stock_box .stock_img {
	flex: 1;
	background: #fff;
	border: 2px solid #ffe802;
	padding: 5px;
	
}
#feel_search .feel_search_content .stock_box .stock_img img {
	display: block;
	margin: 0 auto;
	width: 75%;
}

#feel_search .feel_search_content .stock_box .stock_guideline {
	flex: 1.4;
	padding: 10px;
	text-align: center;
}
#feel_search .feel_search_content .stock_box .stock_guideline p {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 0;
}

#feel_search .feel_search_content .stock_box .stock_guideline .stock_days {
	background: #fff;
	font-size: 36px;
	font-weight: bold;
	color: #f70909;
	border-radius: 30px;
}
#feel_search .feel_search_content .stock_box .stock_p {
	flex: 4;
	background: #fffbd0;
	margin: 10px;
	padding: 10px;
}
#feel_search .feel_search_content .stock_box .stock_p p {
	font-size: 14px;
}
#feel_search .feel_search_content .stock_box .stock_p p span {
	font-weight: bold;
	text-decoration: underline;
}










#feel_search .feel_search_content .feel_search_nav03 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_nav03 ul li {
	width: calc((100% - 20px) / 5);
	display: flex;
}

#feel_search .feel_search_content .feel_search_nav03 ul li a {
	width: calc(100% - 1rem);
	display: flex;
	flex-direction: column;
	/*justify-content: center; 上下中央寄せ*/
	font-size: 14px;
	text-align: center;
	padding: 5px 3px 3px 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_nav03 ul li a .box_flex {
	display: flex;
	justify-content: space-evenly;
	align-items: center;
}
#feel_search .feel_search_content .feel_search_nav03 ul li a .box_flex .box_flex_cont .daily_box {
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	border-radius: 15px;
	padding: 0 15px;
}
#feel_search .feel_search_content .feel_search_nav03 ul li a .box_flex .box_flex_cont .daily_blue {
	background: #309de0;
}
#feel_search .feel_search_content .feel_search_nav03 ul li a .box_flex .box_flex_cont .daily_orange {
	background: #ea8408;
}
#feel_search .feel_search_content .feel_search_nav03 ul li a .box_flex .box_flex_cont .daily_green {
	background: #66c31a;
}

#feel_search .feel_search_content .feel_search_nav03 ul li a img {
	display: block;
	margin: 0;
	width: 45%;
}
#feel_search .feel_search_content .feel_search_nav03 ul li a:hover {
	transform: translate(2px, 2px);
	box-shadow: none;
	text-decoration: none;
}
#feel_search .feel_search_content .feel_search_nav03 ul li a p {
	text-align: center;
	margin: 0;
	font-size: 14px;
	font-weight: bold;
}
#feel_search .feel_search_content .feel_search_nav03 ul li a p span.fs14 {
	font-size: 14px;
}
#feel_search .feel_search_content .feel_search_nav03 ul li a p span.fs16 {
	font-size: 16px;
}
#feel_search .feel_search_content .feel_search_nav03 ul li a p span.fcred {
	color: #f70909;
	font-size: 20px;
}


#feel_search .feel_search_content .feel_search_nav03 ul li a h4 {
	font-size: 16px;
	margin-bottom: 3px;
	line-height: 20px;
	color: #333;
	font-weight: 600;
}
@media (min-width: 1020px) {
	#feel_search .feel_search_content .stock_box .stock_guideline p {
		font-size: 20px;
	}
	
}
@media (min-width: 1200px) {
	
	#feel_search .feel_search_content .feel_search_nav03 ul li {
		width: 	calc((100% - 40px) / 5);
	}
	
}

@media (min-width: 1205px) {
	#feel_search .feel_search_content .stock_box .stock_p p {
		font-size: 16px;
	}
	#feel_search .feel_search_content .stock_box .stock_guideline p {
		font-size: 26px;
	}

}
@media (max-width: 1250px) {
	#feel_search .feel_search_content .feel_search_nav03 ul li a .box_flex {
		display: flex;
		flex-direction: column;
	}
	#feel_search .feel_search_content .feel_search_nav03 ul li a img {
		display: block;
		margin: 0 auto;
		width: 70%;
	}
	#feel_search .feel_search_content .feel_search_nav03 ul li a .box_flex .box_flex_cont {
		margin-top: 5px;
	}
	#feel_search .feel_search_content .feel_search_nav03 ul li a .box_flex p.mtr {
		margin-top: revert;
	}
}
