#W_bunki {
	text-align: center;
}
#W_bunki img {
	width: 100%;
}
#W_bunki .W_bunki_search_wrap {
	margin-bottom: 40px;
}
input#W_bunki_search {
	width: 100%;
	max-width: 400px;
	background-color: transparent;
	border: solid 1px #CCC;
	padding: 10px;
	font-size: 20px;
	text-align: left;
	line-height: 1;
}
#W_bunki #W_bunki_btn {
	padding: 16px;
	margin-left: 10px;
	font-size: 18px;
	line-height: 1;
	letter-spacing: 5px;
	background-color: #333;
	color: #FFF;
}
#W_bunki_result_wrap .W_bunki_result_text {
	font-size: 18px;
	line-height: 1.5;
	margin-bottom: 16px;
}
#W_bunki_result_wrap .W_bunki_note1 {
	font-size: 14px;
	line-height: 1.25;
}
#W_bunki_result_wrap .W_bunki_note2 {
	font-size: 12px;
	line-height: 1.25;
}
#W_bunki_result_wrap {
	display: none;
}
#W_bunki_result_wrap #W_bunki_result {
	margin-top: 32px;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	gap: 32px;
}
#W_bunki_result_wrap .W_bunki_prod {
	width: calc(50% - 16px);
	padding: 32px 24px;
	background-color: #FFF;
	text-align: left;
	overflow: hidden;
}
#W_bunki_result_wrap .W_bunki_prod p {
	text-align: left;
}
#W_bunki_result_wrap .W_bunki_prod2 {
	display: none;
	width: calc(50% - 16px);
	padding: 32px;
	background-color: #FFF;
}
#W_bunki_result_wrap .W_bunki_prod2 > div {
	display: flex;
	height: 100%;
	align-items: center;
	justify-content: center;
}
#W_bunki_result_wrap .W_bunki_prod2 p:not(:last-child) {
	margin-bottom: 24px;
}
#W_bunki_result_wrap .W_bunki_prod .W_bunki_prod_model,
#W_bunki_result_wrap .W_bunki_prod2 .W_bunki_prod_txt2 {
	font-size: 24px;
	font-weight: bold;
	width: 100%;
	text-align: center;
}
#W_bunki_result_wrap .W_bunki_prod .W_bunki_prod_model {
	line-height: 1;
	margin-bottom: 24px;
}
#W_bunki_result_wrap .W_bunki_prod .W_bunki_prod_img {
	float: left;
	width: calc(50% - 12px);
}
#W_bunki_result_wrap .W_bunki_prod .W_bunki_prod_txt {
	float: right;
	width: calc(50% - 12px);
}
#W_bunki_result_wrap .W_bunki_prod .W_bunki_prod_howto {
	float: right;
	width: calc(50% - 8px);
	padding-top: 24px;
}
#W_bunki_result_wrap a .icon--function {
	display: inline-block;
    height: 1pc;
    margin-left: 8px;
    vertical-align: -5px;
    width: 1pc;
}
#W_bunki_result_wrap .W_bunki_attention {
	display: none;
	width: 100%;
	border: solid 1px #CCC;
	padding: 32px;
}
#W_bunki_result_wrap .W_bunki_att_half {
	width: calc(50% - 16px);
}
#W_bunki_result_wrap .W_bunki_att_half p {
	text-align: left;
}
#W_bunki_result_wrap .W_bunki_attention p:not(:last-child) {
	margin-bottom: 24px;
}
#W_bunki_result_wrap .W_bunki_attention .check{margin-bottom: 0!important}
#W_bunki_result_wrap .W_bunki_note_title {
	font-size: 28px;
	font-weight: bold;
	line-height: 1;
	margin-bottom: 32px !important;
	text-align: center!important;
}
#W_bunki_result_wrap .W_bunki_note_txt_attention {
	font-size: 18px;
	font-weight: bold;
	color: #b81f14;
}
#W_bunki_result_wrap .W_bunki_note_col1 {
	display: flex;
	gap: 32px;
	justify-content: space-between;
	margin-top: 40px;
}
#W_bunki_result_wrap .W_bunki_note_col1_1 {
	width: 37.8%;
}
#W_bunki_result_wrap .W_bunki_note_col1_2 {
	width: 28.4%;
}
#W_bunki_result_wrap .W_bunki_note_col1 p,
#W_bunki_result_wrap .W_bunki_note_col2 p {
	text-align: left;
}
#W_bunki_result_wrap .W_bunki_note_colbg {
	padding: 24px;
	background-color: #FFF;
}
#W_bunki_result_wrap .W_bunki_note_colbg .W_bunki_note_model {
	font-size: 24px;
	line-height: 1;
	font-weight: bold;
	text-align: center;
	margin-bottom: 12px !important;
}
#W_bunki_result_wrap .W_bunki_note_colbg + p {
	margin-top: 12px;
}
#W_bunki_result_wrap .W_bunki_note_col2 {
	display: flex;
	gap: 48px;
	justify-content: space-between;
	margin-top: 40px;
}
#W_bunki_result_wrap .W_bunki_note_col2_1 {
	width: calc(50% - 20px);
	display: flex;
	gap: 16px;
	justify-content: space-between;
}
#W_bunki_result_wrap .W_bunki_note_col2_1 > p {
	width: calc(50% - 8px);
}

#W_bunki_result_wrap img.W_bunki_takagi {
	width: 50%;
}

@media screen and (max-width: 767.9px) {
	#W_bunki {
		text-align: left;
	}
	#W_bunki .W_bunki_search_wrap {
		display: flex;
		margin-bottom: 32px;
	}
	#W_bunki input#W_bunki_search {
		font-size: 18px;
	}
	#W_bunki #W_bunki_btn {
		font-size: 16px;
		letter-spacing: 0;
		white-space: nowrap;
	}
	#W_bunki_result_wrap .W_bunki_result_text {
		font-size: 16px;
	}
	#W_bunki_result_wrap .W_bunki_note1 {
		font-size: 14px;
		line-height: 1.25;
	}
	#W_bunki_result_wrap .W_bunki_note2 {
		font-size: 12px;
		line-height: 1.25;
	}
	#W_bunki_result_wrap {
		display: none;
	}
	#W_bunki_result_wrap #W_bunki_result {
		margin-top: 32px;
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
		gap: 24px;
	}
	#W_bunki_result_wrap .W_bunki_prod {
		width: 100%;
		padding: 24px 10px;
	}
	#W_bunki_result_wrap .W_bunki_prod2 {
		width: 100%;
		padding: 24px 10px;
	}
	#W_bunki_result_wrap .W_bunki_prod2 p:not(:last-child) {
		margin-bottom: 24px;
	}
	#W_bunki_result_wrap .W_bunki_prod .W_bunki_prod_model,
	#W_bunki_result_wrap .W_bunki_prod2 .W_bunki_prod_txt2 {
		font-size: 20px;
	}
	#W_bunki_result_wrap .W_bunki_prod .W_bunki_prod_model {
		margin-bottom: 16px;
	}
	#W_bunki_result_wrap .W_bunki_prod .W_bunki_prod_img {
		float: left;
		width: calc(50% - 6px);
	}
	#W_bunki_result_wrap .W_bunki_prod .W_bunki_prod_img img {
	}
	#W_bunki_result_wrap .W_bunki_prod .W_bunki_prod_txt {
		float: right;
		width: calc(50% - 6px);
	}
	#W_bunki_result_wrap .W_bunki_prod .W_bunki_prod_howto {
		clear: both;
		float: none;
		width: 100%;
		padding-top: 16px;
	}
	#W_bunki_result_wrap a .icon--function {
		display: inline-block;
		height: 1pc;
		margin-left: 8px;
		vertical-align: -5px;
		width: 1pc;
	}
	#W_bunki_result_wrap .W_bunki_attention {
		display: none;
		width: 100%;
		border: solid 1px #CCC;
		padding: 24px 10px;
	}
	#W_bunki_result_wrap .W_bunki_att_half {
		width: 100%;
	}
	#W_bunki_result_wrap .W_bunki_attention p {
		text-align: left;
	}
	#W_bunki_result_wrap .W_bunki_attention p:not(:last-child) {
		margin-bottom: 16px;
	}
	#W_bunki_result_wrap .W_bunki_note_title {
		font-size: 22px;
		margin-bottom: 24px !important;
	}
	#W_bunki_result_wrap .W_bunki_note_col1 {
		flex-wrap: wrap;
		gap: 20px 10px;
		margin-top: 24px;
	}
	#W_bunki_result_wrap .W_bunki_note_col1_1 {
		width: 100%;
	}
	#W_bunki_result_wrap .W_bunki_note_col1_2 {
		width: calc(50% - 5px);
	}
	#W_bunki_result_wrap .W_bunki_note_colbg {
		padding: 10px;
		background-color: #FFF;
	}
	#W_bunki_result_wrap .W_bunki_note_colbg .W_bunki_note_model {
		font-size: 12px;
	}
	#W_bunki_result_wrap .W_bunki_note_colbg + p {
		margin-top: 8px;
		font-size: 14px;
	}
	#W_bunki_result_wrap .W_bunki_note_col2 {
		display: flex;
		flex-wrap: wrap;
		gap: 24px;
		justify-content: space-between;
		margin-top: 32px;
	}
	#W_bunki_result_wrap .W_bunki_note_col2_1 {
		display: block;
		width: 100%;
	}
	#W_bunki_result_wrap .W_bunki_note_col2_1 > p {
		width: 100%;
	}
	#W_bunki_result_wrap img.W_bunki_takagi {
		width: 100%;
	}
}