@charset "utf-8";
#fwCms_wrapper .husui_pickup {
	padding: 8vw 4vw;
}
#fwCms_wrapper .husui_pickup .husui_img {
	width: 64vw;
	margin: 0 auto;
}
#fwCms_wrapper .husui_table_frame {
	width: 97.334%;
	margin: auto;
}
#fwCms_wrapper .husui_table_slide {
	display: flex;
	width:100%;
	margin-top:20px;
	overflow-x: scroll;
	white-space: nowrap;
	word-break: keep-all;
	justify-content: flex-start;
}
#fwCms_wrapper .husui_table_slide .husui_table tr {
	border-top:1px solid #edd9c4;
	border-bottom:1px solid #edd9c4;
}
#fwCms_wrapper .husui_table_slide .husui_table tr:nth-of-type(n+2) {
	border-bottom:1px solid #fff;
}
#fwCms_wrapper .husui_table_slide .husui_table tr:last-of-type {
	border-bottom:1px solid #edd9c4;
}
#fwCms_wrapper .husui_table_slide .husui_table th{
	background-color:#f9f5f2;
	border-right:1px solid #edd9c4;
	text-align: center;
	padding: 10px;
}
#fwCms_wrapper .husui_table_slide .husui_table th:last-of-type,
#fwCms_wrapper .husui_table_slide .husui_table td:last-of-type {
	border-right:none;
}
#fwCms_wrapper .husui_table_slide .husui_table td{
	border-right:1px solid #fff;
	text-align: center;
	padding: 10px;
	height: 56.83px;
}
#fwCms_wrapper .husui_table_slide .husui_table td:first-of-type {
	background-color: #fadbda;
}
#fwCms_wrapper .husui_table_slide .husui_table td:nth-of-type(2) {
	background-color: #fffaf0;
}
#fwCms_wrapper .husui_table_slide .husui_table td:nth-of-type(3) {
	background-color: #faf1e1;
}
#fwCms_wrapper .husui_table_slide .husui_table td:nth-of-type(4) {
	background-color: #ebffff;
}
#fwCms_wrapper .husui_table_slide .husui_table td:nth-of-type(5) {
	background-color: #e1fae1;
}
#fwCms_wrapper .husui_table_slide .husui_table td:nth-of-type(6) {
	background-color: #daf2e2;
}
#fwCms_wrapper .husui_table_slide .husui_table td:nth-of-type(7) {
	background-color: #ffffde;
}
#fwCms_wrapper .husui_table_slide .husui_table td:nth-of-type(8) {
	background-color: #ebe1d3;
}
#fwCms_wrapper .husui_table_slide .husui_table td:last-of-type {
	background-color: #d2e5f7;
}
#fwCms_wrapper .layoutType3 .fmt_keyword dd ul {
	overflow-x: scroll;
	white-space: nowrap;
	word-break: keep-all;
	justify-content: flex-start;
}
#fwCms_wrapper .layoutType3 .fmt_keyword dd ul li:nth-child(n+2) {
	margin-left: 4.0vw;
}
@media screen and (min-width: 768px){
	#fwCms_wrapper .husui_pickup {
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
		flex-direction: row-reverse;
		padding: 40px 30px;
	}
	#fwCms_wrapper .husui_pickup .husui_img {
		width: 32%;
		max-width: 240px;
	}
	#fwCms_wrapper .husui_pickup .husui_txt {
		width: 68%;
		padding-right: 20px;
	}
	#fwCms_wrapper .husui_table_title {
		text-align: center;
	}
	#fwCms_wrapper .husui_table_frame {
		width: 100%;
		max-width: none;
	}
	#fwCms_wrapper .husui_table_slide {
		overflow-x: visible;
		white-space: normal;
		word-break: normal;
		justify-content: center;
	}
	#fwCms_wrapper .husui_table_slide .husui_table {
		width: 100%;
	}
	#fwCms_wrapper .husui_table_slide .husui_table th,
	#fwCms_wrapper .husui_table_slide .husui_table td {
		width: calc(100%/9);
		padding: 4px 5px;
		line-height: 1.5;
	}
	#fwCms_wrapper .husui_table_slide .husui_table td {
		height: 56px;
	}
	#fwCms_wrapper .layoutType3 .fmt_keyword dd ul {
		overflow-x: visible;
		white-space: normal;
		word-break: normal;
		justify-content: center;
		padding-left: 0px;
	}
	#fwCms_wrapper .layoutType3 .fmt_keyword dd ul li:nth-child(n+2) {
		margin-left: 30px;
	}
}