body {
	margin: 0px;
	background: none;
}
body * {
	margin: 0;
	padding: 0;
	list-style-type:none;
	box-sizing: border-box;
}
#contentsarea > div {
	background-color: #F2F2F2;
	padding: 15px 10px 0px;
	border-radius: 8px;
}

#panasonic_W_simulation_title_wrap {
	margin: 0 auto;
	padding: 0;
	width: 100%;
	max-width: 976px;
	margin-bottom: 30px;
	box-sizing: border-box;
}
#panasonic_W_simulation_logo {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 30px;
	padding: 10px 15px;
	background-color: #E1E1E1;
	border-radius: 8px;
}
#panasonic_W_simulation_logo img {
	height: 20px;
	vertical-align: middle;
}
#panasonic_W_simulation_logo span:first-child img {
	height: 16px;
}
#panasonic_W_simulation_title {
	font-size: 40px;
	text-align: center;
}
#panasonic_W_simulation_title em {
	display: inline-block;
	font-style: normal;
	padding-bottom: 3px;
	border-bottom: solid 1px #000;
}
#W_simulation_wrap {
	position: relative;
	margin: 0 auto;
	padding: 0 0 60px;
	width: 100%;
	max-width: 976px;
	opacity: 0;
}
#W_simulation_wrap a {
	text-decoration: none;
	color: #09C;
}
#W_simulation_wrap img {
	width: 100%;
	vertical-align: middle;
}
@media only screen and (min-width: 641px) {
#panasonic_W_simulation_title_wrap .for_sp,
#W_simulation_wrap .for_sp {
	display: none !important;
}
}
#W_sim_img {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
}
#W_sim_img > div {
	position: relative;
}
#W_sim_img p {
	position: absolute;
	left: 0px;
	top: 0px;
	display: none;
	perspective: 1200px;
	z-index: 1;
}
#W_sim_img p img {
	opacity: 0;
}
#W_sim_img p.active {
	display: block;
	z-index: 2;
}
#W_sim_img p.active img {
	opacity: 1;
}
#W_sim_img p.active_in_next img {
	animation-duration: 0.5s;
	animation-name: active_in_next;
	animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}
@keyframes active_in_next {
	from {
		transform: scale3d(0.8, 1, 0.8) rotate3d(0, 1, 0, -15deg);
		transform-origin:right center;
		opacity: 0;
	}
	to {
		transform: scale3d(1, 1, 1) rotate3d(0, 0, 0, 0deg);
		transform-origin:right center;
		opacity: 1;
	}
}
@-webkit-keyframes active_in_next {
	from {
		transform: scale3d(0.8, 1, 0.8) rotate3d(0, 1, 0, -15deg);
		transform-origin:right center;
		opacity: 0;
	}
	to {
		transform: scale3d(1, 1, 1) rotate3d(0, 0, 0, 0deg);
		transform-origin:right center;
		opacity: 1;
	}
}
#W_sim_img p.active_out_next img {
	animation-duration: 0.3s;
	animation-name: active_out_next;
	animation-timing-function: cubic-bezier(1, 0.44, 0.84, 0.165);
}
@keyframes active_out_next {
	from {
		transform: scale3d(1, 1, 1) rotate3d(0, 0, 0, 0deg);
		transform-origin:left center;
		opacity: 1;
	}
	to {
		transform-origin:left center;
		transform: scale3d(0.8, 1, 0.8) rotate3d(0, 1, 0, 15deg);
		opacity: 0;
	}
}
@-webkit-keyframes active_out_next {
	from {
		transform: scale3d(1, 1, 1) rotate3d(0, 0, 0, 0deg);
		transform-origin:left center;
		opacity: 1;
	}
	to {
		transform-origin:left center;
		transform: scale3d(0.8, 1, 0.8) rotate3d(0, 1, 0, 15deg);
		opacity: 0;
	}
}
#W_sim_img p.active_in_prev img {
	animation-duration: 0.5s;
	animation-name: active_in_prev;
	animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}
@keyframes active_in_prev {
	from {
		transform: scale3d(0.8, 1, 0.8) rotate3d(0, 1, 0, 15deg);
		transform-origin:left center;
		opacity: 0;
	}
	to {
		transform: scale3d(1, 1, 1) rotate3d(0, 0, 0, 0deg);
		transform-origin:left center;
		opacity: 1;
	}
}
@-webkit-keyframes active_in_prev {
	from {
		transform: scale3d(0.8, 1, 0.8) rotate3d(0, 1, 0, 15deg);
		transform-origin:left center;
		opacity: 0;
	}
	to {
		transform: scale3d(1, 1, 1) rotate3d(0, 0, 0, 0deg);
		transform-origin:left center;
		opacity: 1;
	}
}
#W_sim_img p.active_out_prev img {
	animation-duration: 0.3s;
	animation-name: active_out_prev;
	animation-timing-function: cubic-bezier(1, 0.44, 0.84, 0.165);
}
@keyframes active_out_prev {
	from {
		transform: scale3d(1, 1, 1) rotate3d(0, 0, 0, 0deg);
		transform-origin:right center;
		opacity: 1;
	}
	to {
		transform: scale3d(0.8, 1, 0.8) rotate3d(0, 1, 0, -15deg);
		transform-origin:right center;
		opacity: 0;
	}
}
@-webkit-keyframes active_out_prev {
	from {
		transform: scale3d(1, 1, 1) rotate3d(0, 0, 0, 0deg);
		transform-origin:right center;
		opacity: 1;
	}
	to {
		transform: scale3d(0.8, 1, 0.8) rotate3d(0, 1, 0, -15deg);
		transform-origin:right center;
		opacity: 0;
	}
}

#W_sim_control_wrap {
	position:relative;
	width: 100%;
	padding-top: 28px;
	margin-top: -15px;
	z-index:5;
}
#W_sim_control_wrap #W_sim_bg {
	width: 100%;
	padding: 10px 5px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: center;
	border: solid 1px #000;
	border-radius: 8px;
	box-shadow: 3px 3px 2px rgba(0,0,0,0.2);
}
#W_sim_control_wrap .W_sim_ctr_line {
	width: 100%;
	height: 1px;
	border-top: dotted 1px #000;
	margin: 20px 0;
	display: block;
}

#W_sim_control_wrap .W_sim_ctr {
	padding: 10px 16px;
	border-left: 1px dotted #000;
}
#W_sim_control_wrap .W_sim_ctr {
	width: 33.3%;
}
#W_sim_control_wrap div.W_sim_ctr:nth-of-type(3n+1) {
	border-left: none;
}
#W_sim_control_wrap .W_sim_ctr > div {
	position:  relative;
	width: 100%;
	margin: 15px auto;
	padding: 0 20px;
}
#W_sim_control_wrap .W_sim_ctr .W_sim_perv {
	position: absolute;
	left: 0px;
	top: 50%;
	width: 17px;
	height: 24px;
	margin-top: -12px;
}
#W_sim_control_wrap .W_sim_ctr .W_sim_next {
	position: absolute;
	right: 0px;
	top: 50%;
	width: 17px;
	height: 24px;
	margin-top: -12px;
}
#W_sim_control_wrap .W_sim_ctr ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: center;
}
#W_sim_control_wrap .W_sim_ctr ul li {
	margin: 2px 1px;
}
#W_sim_control_wrap .W_sim_ctr ul li a {
	font-size: 14px;
	line-height: 1;
	display: inline-block;
	padding: 4px 14px;
	border: solid 1px #CCC;
	border-radius: 5px;
	color: #000;
}
#W_sim_control_wrap .W_sim_ctr ul li.active a {
	border-color: #09C;
	background-color: #09C;
	color: #FFF;
}
#W_sim_control_wrap .W_sim_ctr ul.W_sim_circle {
}
#W_sim_control_wrap .W_sim_ctr ul.W_sim_circle li {
	margin: 2px 4px;
}
#W_sim_control_wrap .W_sim_ctr ul.W_sim_circle li a {
	text-indent: -9999px;
	width: 15px;
	height: 15px;
	overflow: hidden;
	display: inline-block;
	padding: 0px;
	border: none;
	border-radius: 8px;
	background-color: #999;
}
#W_sim_control_wrap .W_sim_ctr ul.W_sim_circle li.active a {
	border-color: none;
	background-color: #09C;
}
#W_simulation_product {
	margin-top: 20px;
}
#W_simulation_product #W_simulation_result {
	padding: 40px 0 10px;
	opacity: 0;
	width: 100%;
}
#W_simulation_product #W_simulation_result::-webkit-scrollbar {
    height: 10px;
}

/*スクロールバーの軌道*/
#W_simulation_product #W_simulation_result::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #EEE;
}

/*スクロールバーの動く部分*/
#W_simulation_product #W_simulation_result::-webkit-scrollbar-thumb {
  background-color: #999;
  border-radius: 10px;
}
#W_simulation_product > table {
	display: none;
}
#W_simulation_product table {
	border-collapse: separate;
	border-spacing: 0;
	border-top: solid 1px #000;
	border-bottom: solid 1px #000;
	border-left: none;
	border-right: none;
}
#W_simulation_product table th,
#W_simulation_product table td {
	border-left: none;
	border-right: solid 1px #000;
	font-size: 14px;
	line-height: 1.4;
	font-weight: normal;
	padding: 15px;
	vertical-align: middle;
}
#W_simulation_product table th .txts,
#W_simulation_product table td .txts {
	font-size: 12px;
}
#W_simulation_product table th {
	position: -webkit-sticky;
	position: sticky;
	left: 0;
	width: 146px;
	background-color: #F2F2F2;
	border-left: solid 1px #000;
	z-index: 10;
}
@media all and (-ms-high-contrast: none) {
#W_simulation_product table th {
	position: relative;
}
}
#W_simulation_product table th:before{
	content: "";
	position: absolute;
	top: -1px;
	left: -1px;
	width: 100%;
	height: 100%;
}
#W_simulation_product table tr:first-child th:after {
	content: "";
	position: absolute;
	width: 148px;
	height: 40px;
	background-color: #F2F2F2;
	top: -41px;
	left: -1px;
}
#W_simulation_product table td {
	width: 166px;
	text-align: center;
}
#W_simulation_product table tr:nth-child(even) th,
#W_simulation_product table tr:nth-child(even) {
	background-color: #FFF;
}
#W_simulation_product table img {
	width: 100%;
}
#W_simulation_product table .W_sim_rec {
	background-color: rgba(253, 223, 130, 0.4);
}
#W_simulation_product table tr:first-child .W_sim_rec {
	position: relative;
}
#W_simulation_product table tr:first-child .W_sim_rec:before {
	display: block;
	content:"おすすめ";
	padding: 5px;
	background-color: #F00;
	border-radius: 5px;
	position: absolute;
	top: -38px;
	left: 1px;
	width: 164px;
	font-size: 16px;
	text-align: center;
	color: #FFF;
	box-sizing: border-box;
}
#W_simulation_product table tr:first-child .W_sim_rec:after {
	display: block;
	content: '';
	border-top: solid 16px #F00;
	border-left: solid 8px transparent;
	border-right: solid 8px transparent;
	border-bottom: none;
	position: absolute;
	top: -10px;
	left: 50%;
	margin-left: -8px;
}
#W_simulation_product table a::after {
	content:'';
	display: inline-block;
	width: 6px;
	height: 6px;
	border-top: solid 2px #09C;
	border-right: solid 2px #09C;
	transform: rotate(45deg);
	vertical-align: baseline;
	margin-left: 5px;
}
#W_simulation_product table a:hover {
	text-decoration: underline;
}
#W_simulation_product table tr:first-child a {
	text-decoration: none;
	color: #000;
	display: block;
}
#W_simulation_product table tr:first-child a:hover {
	opacity: 0.7;
	text-decoration: none;
}
#W_simulation_product table tr:first-child a::after {
	display: none;
}

#W_simulation_product .W_sim_txt_s {
	font-size: 12px;
}
.W_col2wrap {
    width: 100%;
    max-width: 976px;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.W_col2wrap .W_col {
	width: 48.9%;
	padding: 0 0 30px;
}
.W_col2wrap .W_col_img img {
	width: 100%;
}
.W_col2wrap .W_col_txt {
	margin-top: 10px;
}
.W_col2wrap .W_col_txt p {
	margin-top: 1em;
	font-size: 15px;
	line-height: 1.6;
}
.W_col2wrap .W_col_txt .W_col_title {
	font-size: 20px;
	line-height: 1.6;
	margin: 0;
}


@media only screen and (max-width: 640px) {
	#panasonic_W_simulation_title_wrap {
		margin-bottom: 20px;
	}
	#panasonic_W_simulation_logo {
		padding: 6px 15px;
		margin-bottom: 20px;
	}
	#panasonic_W_simulation_logo img {
		width: auto;
		height: 18px;
	}
	#panasonic_W_simulation_logo span:first-child img {
		width: auto;
		height: 12px;
	}
	#panasonic_W_simulation_title {
		font-size: 8vw;
		font-weight: bold;
		line-height: 120%;
		padding-bottom: 5px
	}
	#W_simulation_wrap .for_pc {
		display: none !important;
	}
	#W_sim_img {
		position: relative;
		left: auto;
		top: auto;
		margin: 10px -16px 0;
		width: auto;
	}
	#W_sim_control_wrap {
		margin-top: 0;
		padding-top: 0;
	}
	#W_sim_control_wrap::before {
		top: auto;
		bottom: -16px;
		height: 18px;
		background: url(../images/fukidashi.png) no-repeat center top;
		background-size: auto 18px;
		transform: rotate(180deg);
	}
	#W_sim_control_wrap #W_sim_bg {
		display: block;
		padding: 10px 3%;
	}
	#W_sim_control_wrap .W_sim_ctr_line {
		display: none;
	}
	#W_sim_control_wrap .W_sim_ctr {
		width: 100%;
		margin: 10px 0 0 0;
		padding: 10px 0 0 0;
		border-left: none;
		border-top: 1px dotted #000;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		align-items: center;
	}
	#W_sim_control_wrap .W_sim_ctr:first-child,
	#W_sim_control_wrap .W_sim_ctr:nth-child(3n+1) {
		margin: 0;
		padding: 0;
		border: none;
	}
	#W_sim_control_wrap .W_sim_ctr > p {
		width: 30%;
	}
	#W_sim_control_wrap .W_sim_ctr > div {
		width: 66%;
		margin: 0;
		padding: 0 25px;
	}
	#W_sim_control_wrap .W_sim_ctr .W_sim_perv {
		width: 20px;
		height: 30px;
		margin-top: -15px;
		cursor: pointer;

	}
	#W_sim_control_wrap .W_sim_ctr .W_sim_next {
		width: 20px;
		height: 30px;
		margin-top: -15px;
		cursor: pointer;
	}
	#W_sim_control_wrap .W_sim_ctr ul {
		display: none;
	}
	#W_simulation_product {
		margin-top: 0;
	}
	#W_simulation_product #W_simulation_result {
		width: 100%;
	}
	#W_simulation_product table th,
	#W_simulation_product table td {
		font-size: 13px;
		padding: 10px;
		word-break: break-word;
	}
	#W_simulation_product table th {
		width: 100px;
	}
	#W_simulation_product table td {
		width: 120px;
	}
	#W_simulation_product table tr:first-child .W_sim_rec:before {
		padding: 3px;
		top: -32px;
		width: 120px;
		font-size: 13px;
	}
	#W_simulation_product table tr:first-child th:after {
		width: 100px;
	}
	#W_simulation_product .W_sim_txt_s {
		font-size: 11px;
	}
	.W_col2wrap {
		width: 100%;
		margin: 0;
		padding: 0 8px;
		display: block;
	}
	.W_col2wrap .W_col {
		width: 100%;
		padding: 0 0 40px;
	}
}