@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;*/
}
.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;
}

/* ===========================================
 * 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% - 40px) / 5);
	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 {
	width: 100%;
	text-align: center;
	margin: 3px 0 0 0;
}
#feel_search .feel_search_content .feel_search_nav01 ul li a p span {
	font-size: 12px;
}

@media (min-width: 1200px) {
	#feel_search .feel_search_content .feel_search_nav01 ul li a {
		flex-direction: unset;
		justify-content: start;
		align-items: center;

	}
	#feel_search .feel_search_content .feel_search_nav01 ul li a p {
		padding-left: 3px;
		margin: 3px 0;
	}
}








/*----------------- feel_search_nav02 -----------------*/
#feel_search .feel_search_content .feel_search_nav02 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_nav02 ul li {
	width: calc((100% - 35px) / 8);
	display: flex;
}

#feel_search .feel_search_content .feel_search_nav02 ul li a {
	width: calc(100% - 1rem);
	display: inline-block;
	font-size: 14px;
	text-align: center;
	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_nav02 ul li a:hover {
	transform: translate(2px, 2px);
	box-shadow: none;
	text-decoration: none;
}
#feel_search .feel_search_content .feel_search_nav02 ul li a p {
	width: 100%;
	text-align: center;
	margin: 3px 0 0 0;
}
#feel_search .feel_search_content .feel_search_nav02 ul li a p span {
	font-size: 12px;
}
@media (min-width: 1200px) {
	
	#feel_search .feel_search_content .feel_search_nav02 ul li {
		width: calc((100% - 70px) / 8);
	}
	
}

/*----------------- feel_search_nav03 -----------------*/
#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% - 30px) / 4);
}
#feel_search .feel_search_content .feel_search_nav03 ul li ul {
	padding: 0;
}
#feel_search .feel_search_content .feel_search_nav03 ul li ul li {
	width: calc((100% - 7px) / 2);
}
#feel_search .feel_search_content .feel_search_nav03 ul li ul li:nth-child(-n+2) {
	margin-bottom: 5px;
}
#feel_search .feel_search_content .feel_search_nav03 ul li .feel_copypaper_hbox{
	display: grid;
	text-align: center;
	padding: 5px;
	align-items: center;
	justify-content: space-around;
	margin-bottom: 5px;
}
#feel_search .feel_search_content .feel_search_nav03 ul li .feel_copypaper_hbox img {
	margin: 0 auto;
}
#feel_search .feel_search_content .feel_search_nav03 ul li .feel_copypaper_hbox .feel_copypaper_hbox_txt h4{
	color: #fff;
	margin: 0;
	font-weight: bold;
	letter-spacing: -1px;
}
#feel_search .feel_search_content .feel_search_nav03 ul li .feel_copypaper_hbox .feel_copypaper_hbox_txt p {
	font-size: 12px;
	color: #fff;
	margin: 0;
	display: none;
}
#feel_search .feel_search_content .feel_search_nav03 ul li .feel_copypaper_01 {
	/*background: #305291;*/
	background: #286da8;
}
#feel_search .feel_search_content .feel_search_nav03 ul li .feel_copypaper_02 {
	/*background: #309135;*/
	background: #14b280;
}
#feel_search .feel_search_content .feel_search_nav03 ul li .feel_copypaper_03 {
	/*background: #f19325;*/
	background: #fda10f;
}
#feel_search .feel_search_content .feel_search_nav03 ul li .feel_copypaper_04 {
	/*background: #ed6161;*/
	background: #e84440;
}
#feel_search .feel_search_content .feel_search_nav03 ul li a {
	width: calc(100% - 1rem);
	display: inline-block;
	font-size: 16px;
	text-align: center;
	padding: 5px;
	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:hover {
	transform: translate(2px, 2px);
	box-shadow: none;
	text-decoration: none;
}
#feel_search .feel_search_content .feel_search_nav03 ul li a p {
	width: 100%;
	text-align: center;
	margin: 3px 0 0 0;
}
#feel_search .feel_search_content .feel_search_nav03 ul li a p span {
	font-size: 12px;
}
#feel_search .feel_search_content .feel_search_nav03 ul li a h4 {
	font-size: 14px;
	margin-bottom: 3px;
	line-height: 20px;
	background: #1f709f;
	color: #fff;
	font-weight: 600;
}
@media (min-width: 1204px) {
	#feel_search .feel_search_content .feel_search_nav03 ul li .feel_copypaper_hbox{
		display: flex;
		text-align: left;
	}
	#feel_search .feel_search_content .feel_search_nav03 ul li .feel_copypaper_hbox .feel_copypaper_hbox_txt p {
		display: block;
	}
	#feel_search .feel_search_content .feel_search_nav03 ul li .feel_copypaper_hbox img {
		margin: 0;
	}
}
@media (min-width: 1411px) {
	#feel_search .feel_search_content .feel_search_nav03 ul li .feel_copypaper_hbox .feel_copypaper_hbox_txt p br {
		display: none;
	}
	#feel_search .feel_search_content .feel_search_nav03 ul li .feel_copypaper_hbox .feel_copypaper_hbox_txt h4{
		letter-spacing: normal;
	}

}

/*----------------- 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% - 40px) / 5);
	display: flex;
}

#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-size: 14px;
	font-weight: 600;
	margin: 0 0 3px 0;
	text-align: center;
}
#feel_search .feel_search_content .feel_search_nav04 ul li a div {
	display: flex;
	flex-direction: column;
}
#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 h4 { 
		text-align: left;
	}
	#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;
	}
}

/*----------------- feel_search_nav05 -----------------*/
#feel_search .feel_search_content .feel_search_nav05 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_nav05 ul li {
	width: calc((100% - 20px) / 3);
	margin-bottom: 10px;
	display: flex;
}

#feel_search .feel_search_content .feel_search_nav05 ul li a {
	width: calc(100% - 10px);
	display: flex;
	align-items: center;
	font-size: 14px;
	text-align: center;
	padding: 15px 5px;
	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_nav05 ul li a:hover {
	transform: translate(2px, 2px);
	box-shadow: none;
	text-decoration: none;
}
#feel_search .feel_search_content .feel_search_nav05 ul li a p {
	width: 100%;
	text-align: center;
	margin: 0;
}
#feel_search .feel_search_content .feel_search_nav05 ul li a p span {
	font-size: 12px;
}




/*----------------- feel_search_nav06 -----------------*/

#feel_search .feel_search_content_2col {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 0 10px;
}
#feel_search .feel_search_content_2col h3 {
	margin: 10px 0 5px 0;
	font-size: 18px;
	color: #333;
	background: #196a93;
	padding: 5px 10px 5px 35px;
}
#feel_search .feel_search_content_2col h3.feelicon_01 {
	background: url("feel_button_icn02.png") no-repeat 7px 7px #bde0b3;
}

#feel_search .feel_search_content_2col .feel_search_nav06 ul {
	display: flex;
	padding: 0;
	justify-content: space-between;
	flex-wrap: wrap;
	list-style: none;
	align-items: stretch;
	margin: 0;
}
#feel_search .feel_search_content_2col .feel_search_2blc {
	width: 40%;
}


#feel_search .feel_search_content_2col .feel_search_2blc .feel_search_nav06 ul li {
	width: calc((100% - 10px) / 2);
	display: flex;
	margin-bottom: 10px;
}
#feel_search .feel_search_content_2col .feel_search_3blc {
	width: 59%;
}
#feel_search .feel_search_content_2col .feel_search_3blc .feel_search_nav06 ul li {
	width: calc((100% - 20px) / 3);
	display: flex;
	margin-bottom: 10px;
}
#feel_search .feel_search_content_2col .feel_search_lineblc {
	width: 100%;
}


#feel_search .feel_search_content_2col .feel_search_lineblc .feel_search_nav06 ul li {
	width: calc((100% - 50px) / 6);
	display: flex;
	margin-bottom: 10px;
}

#feel_search .feel_search_content_2col .feel_search_nav06 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_2col .feel_search_nav06 ul li a h4{
	font-size: 14px;
	font-weight: 600;
	margin: 0 0 3px 0;
	text-align: center;
}
#feel_search .feel_search_content_2col .feel_search_nav06 ul li a div {
	display: flex;
	flex-direction: column;
}
#feel_search .feel_search_content_2col .feel_search_nav06 ul li a div img {
	display: block;
	margin: 0 auto;
}
#feel_search .feel_search_content_2col .feel_search_nav06 ul li a:hover {
	transform: translate(2px, 2px);
	box-shadow: none;
	text-decoration: none;
}
#feel_search .feel_search_content_2col .feel_search_nav06 ul li a p {
	width: 100%;
	text-align: left;
	margin: 0;
	font-size: 12px;
}
#feel_search .feel_search_content_2col .feel_search_nav06 ul li a p span {
	font-size: 12px;
}
#feel_search .other_button {
	padding: 10px;
	text-align: right;
	margin: 15px 0 13px 0;
}
#feel_search .other_button a {
	font-size: 14px;
	font-weight: bold;
	padding: 15px 40px 15px 68px;
	color: #333;
	border: 1px solid #d9d9d9;
	box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.15);
	text-decoration: none;
	background: #fff;
	position: relative;
}
#feel_search .other_button a span {
	font-size: 16px;
	color: #b60d00;
}
#feel_search .other_button a::before {
	position: absolute;
	top: 5px;
	left: 10px;
	content: url("other_icn_01.png");
}

#feel_search .other_button a::after {
position: absolute;
top: 13px;
right: 13px;
content: url("other_icn_02.png");
}

@media (min-width: 1200px) {
	#feel_search .feel_search_content_2col .feel_search_nav06 ul li a h4 { 
		text-align: left;
	}
	#feel_search .feel_search_content_2col .feel_search_nav06 ul li a div {
		flex-direction: unset;
		justify-content: start;
		align-items: center;
	}

	#feel_search .feel_search_content_2col .feel_search_nav06 ul li a p {
		padding-left: 3px;
	}
}



/*----------------- feel_search_nav07 -----------------*/
#feel_search .feel_search_content .feel_search_nav07 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_nav07 ul li {
	width: calc((100% - 70px) / 8);
	margin-bottom: 10px;
	display: flex;
}

#feel_search .feel_search_content .feel_search_nav07 ul li a {
	width: calc(100% - 10px);
	display: flex;
	align-items: center;
	font-size: 14px;
	text-align: center;
	padding: 15px 5px;
	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_nav07 ul li a:hover {
	transform: translate(2px, 2px);
	box-shadow: none;
	text-decoration: none;
}
#feel_search .feel_search_content .feel_search_nav07 ul li a p {
	width: 100%;
	text-align: center;
	margin: 0;
}
#feel_search .feel_search_content .feel_search_nav07 ul li a p span {
	font-size: 12px;
}

/*----------------- feel_search_nav08 -----------------*/

#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;
	padding: 5px 20px 5px 10px;
	margin-right: 6px;
	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: 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: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 0.4em;   /* arrow size */
  height: 0.4em;  /* arrow size */
  border-top: 2px solid #769E35;  /* thickness, color */
  border-right: 2px solid #769E35;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#feel_search .feel_search_content_3col {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 0 10px;
}
#feel_search .feel_search_content_3col h3 {
	margin: 10px 0 5px 0;
	font-size: 18px;
	color: #333;
	background: #196a93;
	padding: 5px 10px 5px 35px;
}
#feel_search .feel_search_content_3col h3.feelicon_01 {
	background: url("feel_button_icn02.png") no-repeat 7px 7px #bde0b3;
}

#feel_search .feel_search_content_3col .feel_search_nav08 ul {
	display: flex;
	padding: 0;
	justify-content: space-between;
	flex-wrap: wrap;
	list-style: none;
	align-items: stretch;
	margin: 0;
}

#feel_search .feel_search_content_3col .feel_search_2blc .feel_search_nav08 ul.vertical_txt {
	display: block;
	padding: 0;
	list-style: none;
	margin: 0;
}

#feel_search .feel_search_content_3col .feel_search_2blc .feel_search_nav08 ul.vertical_txt li {
	width: 100%;
	display: block;
	margin-bottom: 10px;
}
#feel_search .feel_search_content_3col .feel_search_2blc .feel_search_nav08 ul.vertical_txt li a {
	display: block;
	font-size: 14px;
	padding: 10px;
	color: #333;
	border: 1px solid #d9d9d9;
	box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.15);
	text-decoration: none;
	background: #fff;
}
#feel_search .feel_search_content_3col .feel_search_2blc .feel_search_nav08 ul.vertical_txt li a p {
	text-align: center;
}


#feel_search .feel_search_content_3col .feel_search_2blc {
	width: 24%;
}


#feel_search .feel_search_content_3col .feel_search_2blc .feel_search_nav08 ul li {
	width: calc((100% - 10px) / 2);
	display: flex;
	margin-bottom: 10px;
}
#feel_search .feel_search_content_3col .feel_search_3blc {
	width: 50%;
}
#feel_search .feel_search_content_3col .feel_search_3blc .feel_search_nav08 ul li {
	width: calc((100% - 20px) / 3);
	display: flex;
	margin-bottom: 10px;
}


#feel_search .feel_search_content_3col .feel_search_nav08 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_3col .feel_search_nav08 ul li a h4{
	font-size: 14px;
	font-weight: 600;
	margin: 0 0 3px 0;
	text-align: center;
}
#feel_search .feel_search_content_3col .feel_search_nav08 ul li a div {
	display: flex;
	flex-direction: column;
}
#feel_search .feel_search_content_3col .feel_search_nav08 ul li a div img {
	display: block;
	margin: 0 auto;
}
#feel_search .feel_search_content_3col .feel_search_nav08 ul li a:hover {
	transform: translate(2px, 2px);
	box-shadow: none;
	text-decoration: none;
}
#feel_search .feel_search_content_3col .feel_search_nav08 ul li a p {
	width: 100%;
	text-align: left;
	margin: 0;
	font-size: 12px;
}
#feel_search .feel_search_content_3col .feel_search_nav08 ul li a p span {
	font-size: 12px;
}

@media (min-width: 1200px) {
	#feel_search .feel_search_content_3col .feel_search_nav08 ul li a h4 { 
		text-align: left;
	}
	#feel_search .feel_search_content_3col .feel_search_nav08 ul li a div {
		flex-direction: unset;
		justify-content: start;
		align-items: center;
	}

	#feel_search .feel_search_content_3col .feel_search_nav08 ul li a p {
		padding-left: 3px;
	}
}



