@charset "utf-8";

/*検索選択*/
#search_switch {
	font-size: 1em;
	padding: 0.4em;
	margin: 0.5em;
}

#search_block_01 {
	display: none;
	margin-bottom: 2em;
}
#search_block_01 select {
	font-size: 1em;
	padding: 0.4em;
	margin: 0.5em;
	width: calc(100% - 1em);
}
#select_flex_01 {
	display: flex;
	margin: 0.5em;
	align-items: center;
	justify-content: flex-start;
}
#select_flex_01 > div:first-of-type {
	flex-grow: 1;
}

#search_block_02 {
	display: none;
	margin-bottom: 2em;
}

#search_target_select_02 {
	font-size: 1em;
	padding: 0.4em;
	margin: 0.5em;
	width: calc(100% - 1em);
}
#select_flex_02 {
	display: flex;
	margin: 0.5em;
	align-items: center;
	justify-content: flex-start;
}
#select_flex_02 > div:first-of-type {
	flex-grow: 1;
}

#select_flex_03_wrap > select {
	font-size: 1em;
	padding: 0.4em;
	margin: 0.5em;
	width: calc(100% - 1em);
}
#select_flex_03 {
	display: flex;
}
#select_flex_03 > select {
	font-size: 1em;
	padding: 0.4em;
	margin: 0 0.5em;
}

#search_select_03a:invalid,
#search_select_03b:invalid {
	color: #bbb;
}
#search_select_03a option,
#search_select_03b option {
	color: #000;
}
#search_select_03a option:first-child,
#search_select_03b option:first-child {
	color: #bbb;
}
#search_button_03 {
	margin-left: auto;
	margin-right: 0.5em;
}

.search_text {
	font-size: 1em;
	padding: 0.4em;
	width: 100%;
}
.search_button {
	margin: 0 0 0 0.4em;
	color: #ffffff;
	background-color: #5FB187;
	font-size: 1em;
	border: none;
	padding: 4px 16px;
	border-radius: 5px;
}
.search_button:disabled {
	background-color: #bbb;
}


.top_menu_area {
	margin-bottom: 1em;
}
/*アコーディオンメニュー*/
.switch {
	display: none;
}
.top_info_block {
	position: relative;
	margin: 1em 0 1em 1em;
}
.info_title,
.info_text {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: translateZ(0);
	transition: all 1s;
}
.info_title {
	display: block;
	color: #333;
	padding-left: 30px;
	background-image: url("/sp/img/header_mark_01.png");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: 0 center;
	font-size: 1.1em;
}
.info_title::after,
.info_title::before {
	content: "";
	position: absolute;
	right: 2em;
	top: 0.5em;
	width: 2px;
	height: 0.75em;
	background-color: #999;
	transition: all 1s;
}
.info_title::after {
	transform: rotate(90deg);
}
.info_text {
	max-height: 0;
	overflow: hidden;
}
.info_text p {
	margin: 0;
	padding: 1em;
	line-height: 1.5;
	color: #333;
}
.switch:checked + .info_title + .info_text {
	max-height: 500px;
/*	max-height: max-content;*/
	transition: all 1.5s;
}
.switch:checked + .info_title::before {
	transform: rotate(-90deg) !important;
}


/*トピックス*/
.top_topics_area {
	margin: 0 1em 0.5em 1.5em;
}
.top_topics_block {
	margin-bottom: 0.8em;
}
.top_topics_block a {
	text-decoration: none;
}
.top_topics_block a span {
	display: block;
}
.topic_date {
	color: #0000ff;
}
.topic_caption {
	color: #333333;
}
.topics_more_block {
	margin: 0 auto 2em;
	width: 8em;
	height: 2em;
}
.topics_more_block a {
	display: inline-block;
	width: 100%;
	height: 100%;
	color: #fff;
	text-align: center;
	line-height: 2;
	text-decoration: none;
	background-color: #5fb187;
	border-radius: 5px;
	vertical-align: middle;
}

.top_menu_area {
	margin-bottom: 2em;
}
.top_menu_block {
	width: 100%;
	height: 3em;
}
.top_menu_block a {
	display: block;
	padding-left: 1em;
	width: 100%;
	height: 100%;
	text-decoration: none;
	color: #ffffff;
	line-height: 3;
}
#top_search_block {
	background-color: #5FB187;
}
#top_sale_block {
	background-color: #8D8BBE;
}
#top_api_block {
	background-color: #D85E6D;
}








