@charset "utf-8";
/* CSS Document */

/*===========================================
	ichigan/enjoy/photo/acc/flash/basic/css/index.css
=============================================*/

#contents h1 {
	border-bottom: none;
	padding: 0;
	margin-bottom: 1em;
}

#contents h1 img {
	width: 100%;
	height: 100% !important;
}

#contents .hed {
	position: relative;
}

#contents .hed dl {
	position: absolute;
	font-size: 1.12em;
	top: 70%;
	left: 1%;
}

@media (max-width: 640px) {
	#contents .hed {
		position: unset;
		clear: both;
	}

	#contents .hed dl {
		position: unset;
		font-size: 1em;
		margin-bottom: 2em;
	}
}

#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;
}

.font1 {
	font-size: 1em;
}

@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_arrow, #contents div.pictArea img.pc_arrow1, #contents div.pictArea img.pc_arrow2 {
		display: none;
	}

		#contents div.pictArea span.mq_arrow {
		display: block;
		position: static;
		height: 35px;
		margin: 0 auto;
	}
}


/* 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.btnArea {
	margin-left: 0;
	margin-top: 3em;
}

.OpenbtnArea :not(:last-of-type) {
	margin-right: 5px;
}

#contents div.btnArea ul {
	list-style: none;
	margin-left: 0;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	-o-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
}

#contents section#show_hide .btnArea ul.three_btn {
	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 .btnArea ul.three_btn li span [aria-presse=false]{
	background-color: #b9b2a785;
}

.OpenbtnArea+.button {
	color: #333;
	background-color: rgba(189, 183, 174, 0.16);
}


/* @#show_hide @*/
#contents section#show_hide .btnArea ul.three_btn 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 .btnArea ul.three_btn li span {
	width: auto;
	font-weight: bold;
	padding: 0;
	cursor: pointer;
	font-size: 1.25em;
	display: block;
	vertical-align: middle;
	text-align: center;
	height: 35px;
}

#contents section#show_hide .btnArea ul.three_btn li span:focus{
	outline: none;
}
#contents section#show_hide .btnArea ul.three_btn li span:focus-visible{
	outline: thin dotted;
}

#contents section#show_hide .btnArea ul.three_btn li span span.mq_none {
	display:inline;
}

/* 
.OpenbtnArea:not(:last-of-type) {
		margin-right: 5px;
} */

#contents section#show_hide .btnArea ul.three_btn li img {
	float: left;
	margin: 5px 1em 0 20px;
	vertical-align: middle;
}


/*
#contents section#show_hide .btnArea ul.three_btn li.OpenbtnArea :focus,
#contents section#show_hide .btnArea ul.three_btn li.OpenbtnArea :hover,
#contents section#show_hide .btnArea ul.three_btn li.OpenbtnArea :active{
	opacity: 0.5;
}
*/


@media (max-width: 640px){
	span.mq_none {
		display:none !important;
	}

	/* 
	#contents section#show_hide .btnArea{
		margin-left: 5px;
		margin-right: 5px;
	}
 */

	#contents section#show_hide .btnArea ul.three_btn 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 .btnArea ul.three_btn li span {
	font-size: 1.1em;
	margin-top: 0.5em;
	}
	#contents section#show_hide .btnArea ul.three_btn li img {
		margin-right: 5px;
		margin-left: 5px;
	}
}


@media (max-width: 400px){
	#contents section#show_hide .btnArea ul.three_btn li{
		padding: 0 0.1em 1em;
		text-align: center;
	}
	#contents section#show_hide .btnArea ul.three_btn li img {
		margin: 0;
		float: none;
	}

}


/* @#show_hide  */


/* tab color */

#contents section#show_hide .contentsA_Area .indexArea p.left {
	background: #ffa41b;
}


/* img */

@media (max-width: 640px){
	#contents img:not(.icon){
	width: 100%;
	}
	#contents img.img300s{
	width: 300px;
	margin: 0.5em auto 1em;
	}
	#contents img.img330s{
	width: 330px;
	}
	#contents img.img300{
	width: 300px;
	margin: 0.5em auto 1em;
	}
	#contents img.img330{
	width: 330px;
	}
	#contents img.img200{
	width: 200px;
	}
}
@media (max-width: 427px){
	#contents img.img300{
	width: 100%;
	}
	#contents img.img330{
	width: 100%;
	}
}
@media (max-width: 386px){
	#contents img.img300s{
	width: 295px;
	}
	#contents img.img330s{
	width: 100%;
	}
}
@media (max-width: 350px){
	#contents img.img300s{
	width: 100%;
	}
	#contents img.img200{
	width: 100%;
	}
}

#contents img.pconly{
	vertical-align: top;
}

#contents img.mqonly{
	display: none;
}

#contents ol li div.line img.pconly{
    margin-top: 5em;
}

@media (max-width: 640px){
	#contents img.pconly{
	display: none;
	}

	#contents img.mqonly{
	display: block;
	margin: 0 auto 1em;
	width: auto;
	}
	
	#contents ol li div.line img.size{
	margin: 0 0 1em 9em;
	}
}

@media (max-width: 386px){
	#contents ol li div.line img.size{
	margin: 0 auto 1em auto;
	}
}

/* gray */

#contents .gray {
    border: 1px solid #CCCCCC;
    margin: 0.5em 0 1em 1em;
    padding: 1em;
    overflow: hidden;
    width: 40%;
}

@media (max-width: 640px){
	#contents .gray {
	    width: auto;
	    margin-left: 5px;
	}
}

/*onePointArea*/
#contents div.onePointArea {
	margin: 0 auto 3em;
}

#contents .onePointTitle {
	height: 50px;
	margin: 0px;
}

#contents .onePointBox {
	padding: 20px;
}

#contents .onePointBox ul{
	margin: 0 1em;
	list-style: disc;
	padding: 0;
}

#contents .onePointBox ul li p.list1{
	background: url(/support/ichigan/connect/images/pct_red1.gif) no-repeat;
	display: list-item;
	list-style-type: none;
	padding-left: 24px;
	margin-bottom: 0px;
}

#contents .onePointBox ul li p.list2{
	background: url(/support/ichigan/connect/images/pct_red2.gif) no-repeat;
	display: list-item;
	list-style-type: none;
	padding-left: 24px;
	margin-top: 5px;
}

#contents .onePointBox ul li p.txtlink{
	margin: 0;
}

@media (max-width: 640px){
	#contents div.onePointArea {
	margin: 1em auto 2em;
	}
	#contents .onePointBox {
	padding: 0;
	}
}

/*photo-Wbox*/
#contents .grayArea {
    padding: 15px 15px 10px;
	margin: 20px auto;
    background-color: #f4f3f2;
    border: 2px solid #c0bebe;
}

#contents .grayArea p{
	margin: 0 0 0.5em;
}

#contents .grayArea ul.photo-Wbox{
    margin: 0px;
    padding: 0px;
    list-style: none;
}

#contents .grayArea ul.photo-Wbox li.photo-W-left{
	margin: 0px auto;
    padding: 0px;
    float: left;
}

#contents .grayArea ul.photo-Wbox div.space0{
	line-height: 1;
}

#contents .grayArea ul.photo-Wbox div.space0 img{
	width: 420px;
    height: auto;
    margin: 0;
}

#contents .grayArea ul.photo-Wbox li.photo-W-left p.zoom,
#contents .grayArea ul.photo-Wbox li.photo-W-right p.zoom{
	margin: 0;
}

#contents .grayArea ul.photo-Wbox li.photo-W-left p.zoom img,
#contents .grayArea ul.photo-Wbox li.photo-W-right p.zoom img{
	margin: 0.5em 0 0;
}

#contents .grayArea ul.photo-Wbox li.photo-W-left p a,
#contents .grayArea ul.photo-Wbox li.photo-W-right p a{
	float: right;
    margin: 0;
}

#contents .grayArea ul.photo-Wbox li.photo-W-right{
	margin: 0px auto;
    padding: 0px;
    float: right;
}

#contents .grayArea ul.photo-Wbox p.mtb05{
	margin: 5px 0;
}

@media (max-width: 640px){
	#contents .grayArea{
	padding: 10px;
	}
	
	#contents .grayArea ul.photo-Wbox li.photo-W-left,
	#contents .grayArea ul.photo-Wbox li.photo-W-right{
	width: auto;
    float: none;
    display: table;
	}
	
	#contents .grayArea ul.photo-Wbox li.photo-W-right{
    margin: 15px auto 0px auto;	
	}
	
	#contents .grayArea ul.photo-Wbox div.space0 img{
	width: 100%;	
	}
	
	#contents .grayArea ul.photo-Wbox li.photo-W-left p.txt10 img,
	#contents .grayArea ul.photo-Wbox li.photo-W-right p.txt10 img{
	display: none;
	}
}

/*photo-Wbox2*/
#contents ul.photo-Wbox2 {
    list-style: none;
}

#contents ul.photo-Wbox2 li {
    width: 50%;
    text-align: center;
    margin: 0px auto;
}

#contents ul.photo-Wbox2 li.photo-W-left {
    float: left;
}
#contents ul.photo-Wbox2 li.photo-W-right {
    float: right;
}

@media (max-width: 640px){
	#contents ul.photo-Wbox2 li.photo-W-left, #contents ul.photo-Wbox2 li.photo-W-right {
	    width: auto;
	    float: none;
	    display: table;
	}
	#contents ul.photo-Wbox2 li.photo-W-right {
	    margin-top: 15px
	}
}

#contents ul.photo-Wbox2 li.area_line {
	border-top: none;
    border-left: 2px dotted #ccc;
    width: 49%;
}

@media screen and (max-width: 640px){
	#contents ul.photo-Wbox2 li.area_line {
		border-top: 2px dotted #ccc;
	    border-left: none;
	    width: auto;
	}
}


/*tec_box*/

#contents div.tec_box {
    margin: 30px 20px;
}

#contents div.tec_box .tec_title {
    font-size: 1.25rem;
    font-weight: bold;
    text-align: center;
    background: #999;
    height: 2.3em;
}

#contents div.tec_box .tec_title p {
	line-height: 2.3em;
	color: #fff;
}

#contents div.tec_box .tec_area {
    padding: 20px;
    border: 2px solid #999;
    background: #fff;
}

#contents div.tec_box p {
    margin-right: 0px;
}

@media (max-width: 640px){
	#contents div.tec_box {
	    margin: 5px;
	}
}

/*imbalance*/

#contents ul.imbalance {
    list-style: none;
	margin: 0px;
}

#contents ul.imbalance li.a_left {
    float: left;
}

#contents ul.imbalance li.a_right {
    display: table;
	padding-left: 50px;
}

#contents ul.imbalance li.a_right .h_middle {
    height: 300px;
    display: table-cell;
    vertical-align: middle;
    list-style: disc;
}

@media (max-width: 640px){
	#contents ul.imbalance li.a_left {
	    float: none;
	    text-align: center;
	}
	#contents ul.imbalance li.a_right {
		padding-left: 10px;
	}
	#contents ul.imbalance li.a_right .h_middle {
	    height: auto;
	}
}

/*beside*/

#contents div.beside div{
    display:  inline-block;
    vertical-align:  middle;
    margin: 10px 20px;
}
@media (max-width: 640px){
	#contents div.beside div {
	    display: block;
	    margin: 20px 0 0 5px;
	}
}


/*fukiWaku*/

#contents .fukiWaku{
	position: relative;
    margin: 1.5em 0 0 1em;
    padding: 1em;
    min-width: 120px;
    max-width: 53%;
    color: #555;
    background: #fff;
	border-radius: 10px;
	border: solid 2px #555;
}


#contents .fukiWaku p{
	padding-left: 1em;
    margin: 0;
}

#contents .fukiWaku p img.imgline{
	margin: 0;
    vertical-align: bottom;
}

@media (max-width: 640px){
	#contents .fukiWaku{
    max-width: 100%;
	}
	#contents .fukiWaku p img.fsize{
	width: 20px
	}
}

/*advice_box*/

#contents div.advice_box {
    margin: 2em 1em 3em;
    padding: 10px;
    border: 3px dotted #999;
    background: #fff;
}

#contents div.advice_box .a_title {
    font-size: 1.25rem;
    font-weight: bold;
    text-align: center;
    background: #c0e4bf94;
    height: 2.3em;
}

#contents div.advice_box .a_title p {
	line-height: 2.3em;
	color: #007100;
}

#contents div.advice_box .a_area {
	margin: 20px 10px;
}

#contents div.advice_box p {
    margin-right: 0px;
}

#contents .advice_box ul li p.list1{
	background: url(/support/ichigan/connect/images/pct_red1.gif) no-repeat;
	display: list-item;
	list-style-type: none;
	padding-left: 24px;
	margin-bottom: 0px;
}

#contents .advice_box ul li p.list2{
	background: url(/support/ichigan/connect/images/pct_red2.gif) no-repeat;
	display: list-item;
	list-style-type: none;
	padding-left: 24px;
	margin-top: 5px;
}

#contents .advice_box ul li p.txtlink{
	margin: 0;
}

@media (max-width: 640px){
	#contents div.advice_box {
	    margin: 5px;
	}
}