@charset "utf-8";
/* CSS Document */

/*===========================================
	wh-1000xm4 index.css
=============================================*/

#contents h1 {
	border-bottom: none;
	padding: 0;
	margin-bottom: 1em;
}

#contents h1 img {
	width: 100%;
}

#contents .stepArea ol.stepList.peach > li:before {
	background-color: #e8889e;
}

#contents .accent {
	color: #ff0000;
}

.pcfl {
	float: left;
}

#contents section .texl {
	text-align: left;
	display: block;
	margin-left: 1em;
	max-width: 300px;
	margin: 1em auto;
}

@media (max-width: 640px) {
	.pcfl {
		float: none;
	}
}

/* Link button */
#contents ul.btnlist li {
	list-style: none;
	float: left;
}

#contents ul.btnlist li a {
	background: url(/support/share/images/bg_mod-linkButton.jpg) repeat-x scroll left center;
	border: solid 1px #CCCCCC;
	border-radius: 5px;
	color: #000;
	padding: 0.7em 1em;
	display: inline-block;
	width: 450px;
}

#contents ul.btnlist li a span.textLink {
	background: url(/share/images/arrow_black.gif) no-repeat;
	background-position: 0 5px;
	margin-left: 0;
	display: inline-block;
	padding: 0 0 0 10px;
}

@media (max-width: 640px) {
	#contents ul.btnlist li {
		width: 90%;
	}

	#contents ul.btnlist li a {
		width: 90%;
	}
}


/* info */
#contents div.info_box {
	display: table;
	background-color: #e2eaef\9;
	padding: 1em;
	border: 1px solid #989797
}

#contents div.info_box dl {
	display: table-cell;
	padding-left: 1em;
	padding: 0.5em;
	width: 100%;
}

#contents div.info_box dl dt {
	margin-left: 0;
	font-weight: 700;
	margin-bottom: 0.5em;
}

#contents div.info_box dl dd {
	margin-left: 0;
	margin-bottom: 0;
}



/* img arrow */
#contents div.pictArea {
	margin-left: 2em;
	margin-bottom: 2em;
}

#contents .row-line img {
	vertical-align: middle;
}


#contents div.pictArea img.pc_arrow1 {
	margin-left: 5px;
	display: inline-block;
}

/*#contents div.pictArea span.mq_arrow {
	display: none;
	background-image: url(/support/headphone/howto/wh-1000xm4/images/mq_arrow2.png);
	height: auto;
	width: 51px;
	overflow: hidden;
	background-repeat: no-repeat;
	position: absolute;
	top: 46px;
	clear: both;
	left: 0;
	z-index: -1;
}*/

@media (max-width: 640px) {
	#contents div.pictArea {
		margin: 2em 0 3em 0;
		text-align: center;
	}

	#contents img {
		max-width: 100% !important;
		height: auto !important;
	}
	
	#contents div.pictArea img.pc_arrow1 {
		transform: rotate( 90deg );
		margin: 20px 0 10px;
	}
}


/* Youtube link */
.ylink {
	text-align: center;
	overflow: hidden;
}

#contents .ylink .i_frame {
	float: left;
	margin: 1em 2em;
}

#contents .ylink .flno {
	float: none;
}

#contents .ylink p {
	margin-bottom: 5px;
}

@media screen and (max-width: 640px){
	#contents .ylink .i_frame {
		float: none;
		width: auto;
		position: absolute;
		position: relative;
		padding-bottom: 50%;
		height: 0;
		overflow: hidden;
		max-width: 100%;
		margin: 1em 0;
	}
	#contents .ylink .i_frame iframe {
		position: absolute;
		top: 1.5em;
		left: 0;
		width: 100%;
		height: 100%;
	}
	#contents .ylink .i_frame iframe.top0 {
		top: 0;
	}
}

/*===========================================
	tab
=============================================*/
#contents div.tabArea {
	margin-left: 0;
	margin-top: 3em;
}

#contents div.tabArea ul{
	list-style:none;
	margin-left: 0;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}


.OpentabArea :not(:last-of-type) {
	margin-right: 5px;
}

#contents section#show_hide .tabArea ul.three_tab {
	margin: 0 ;
	padding: 0;
}

#contents div.openArea {
	margin-left: 0;
	display: block;
	height: auto;
	overflow: auto;
	padding: 15px;
	opacity: 1;
	transition: opacity 0.5s ease 0s;
	/* box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 3px; */
	background-color: rgba(189, 183, 174, 0.16);
	border: 1px solid #ccc;
	border-top: none;
}

section.show_hide {
	margin: 3em 0;
}

#contents section#show_hide .tabArea ul.three_tab li span [aria-presse=false]{
	background-color: #b9b2a785;
}

.OpentabArea+.button {
	color: #333;
	background-color: rgba(189, 183, 174, 0.16);
}


/* @#show_hide @*/
#contents section#show_hide .tabArea ul.three_tab li{
	/* width: 33%; */
	margin-left: 0;
	margin-bottom: 0!important;
	flex: 1;
	background-color: rgba(189, 183, 174, 0.16);
	border-radius: 8px 8px 0 0;
	padding: 1em 0.5em 1em;
	display: block;
	border: 1px solid #ccc;
	border-bottom: transparent;
}

#contents section#show_hide .tabArea ul.three_tab li span {
	width: auto;
	font-weight: bold;
	padding: 0;
	cursor: pointer;
	font-size: 1.25em;
	display: table-cell;
	vertical-align: middle;
	height: 49px;
}
#contents section#show_hide .tabArea ul.three_tab li span:focus{
	outline: none;
}
#contents section#show_hide .tabArea ul.three_tab li span:focus-visible{
	outline: thin dotted;
}

#contents section#show_hide .tabArea ul.three_tab li span span.mq_none {
	display:inline;
}

/* 
.OpentabArea:not(:last-of-type) {
		margin-right: 5px;
} */

#contents section#show_hide .tabArea ul.three_tab li img {
	float: left;
	margin: 5px 1em 0 20px;
	vertical-align: middle;
}

#contents section#show_hide .tabArea ul.three_tab li.OpentabArea :focus,
#contents section#show_hide .tabArea ul.three_tab li.OpentabArea :hover,
#contents section#show_hide .tabArea ul.three_tab li.OpentabArea :active{
	opacity: 0.5;
}


@media (max-width: 640px){
	span.mq_none {
		display:none !important;
	}

	/* 
	#contents section#show_hide .tabArea{
		margin-left: 5px;
		margin-right: 5px;
	}
 */

	#contents section#show_hide .tabArea ul.three_tab li{
		width: 100%;
		padding: 1em 0.1em 1em;
	}

	#contents section#show_hide .openArea img.mq_img{
		max-width: 550px;
		width: 100% !important;
		height: auto;
	}
	#contents section#show_hide .tabArea ul.three_tab li span {
		font-size: 1em;
	}
	#contents section#show_hide .tabArea ul.three_tab li img {
		margin-right: 5px;
		margin-left: 5px;
	}
}


@media (max-width: 400px){
	#contents section#show_hide .tabArea ul.three_tab li{
		padding: 0 0.1em 1em;
		text-align: center;
	}
	#contents section#show_hide .tabArea ul.three_tab li img {
		margin: 0;
		float: none;
	}

}

/* @#show_hide  */


/* tab color */

#contents section#show_hide .contentsA_Area .indexArea p.left {
	background: #ffa41b;
}


/*20201006*/

#contents .ilb.pictArea{
	margin-left: 0 !important;
}

#switch{
	width: 95% !important;
}

#contents .stepArea ol.listening > li{
	font-weight: bold;
	margin-bottom: 2em;
}

#contents .stepArea ol.listening > li .nomal{
	font-weight: normal;
}

#contents .stepArea ol.listening li ol.grayAllow{
	list-style: none;
	font-weight: normal;
	margin-top: 20px;
}

#contents .stepArea ol.listening li ol.grayAllow li{
	margin-bottom: 0;
}

#contents .stepArea ol.listening li ol.grayAllow > li > img{
	padding-top: 10px;
	height: 16px !important;
}

@media (max-width: 640px){
	#contents .ilb.pictArea{
		margin: 0 !important;
	}
	
	#contents #switch.Gray{
		width: 100% !important;
		padding-right: 3px;
		padding-left: 5px;
	}
	
	#switchArea{
		padding: 10px 0;
	}
	
	#switchArea .stepArea{
		margin-top: 1em;
	}
	#contents .stepArea ol.listening{
		margin-left: 1.5em;
	}
	
	#contents .stepArea ol.listening li ol.grayAllow{
		margin-left: 0;
	}
}
