@charset "shift_jis";

/*===========================================
	/support/headphone/qa/no-nc/index.css
=============================================*/


#contents div.detailArea ul.annotation li {
	font-size: 1em;
}

.ml30 {
	margin-left: 30px!important;
}

#contents a.textLink {
	margin-left: 1em;
	display: block;
	text-indent: 0.2em;
}


/*===========================================
	movie
=============================================*/
#i_frame {
	margin: 25px auto 30px auto;
	text-align: center;
}

#contents div.comment> p > img{
	vertical-align:text-bottom;
}

#contents img.mq {
	display: none;
}

#contents .mr30 {
	margin-right: 30px;
}

#contents .sgray {
	background: none repeat scroll 0 0 #EBEBEB;
	padding: 1em;
}

#contents .border_gray {
	border: 1px solid #CCCCCC;
	padding: 1em 0.5em;
	margin: 1em auto;
}

@media screen and (max-width: 640px) {
	#i_frame {
		width: auto;
		position: relative;
		padding-bottom: 56.25%;
		height: 0;
		overflow: hidden;
		max-width: 100%;
	}
	#i_frame iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}

	#contents img.pc {
		display: none;
	}

	#contents img.mq {
		display: block;
	}

	#contents .mr30 {
		margin-right: 0;
	}
}

/* 20250527 */
#contents img.pc_arrow {
    width: 58px !important;
    height: 38px;
}

#contents .flex{
	display: flex;
	align-items: center;
	justify-content: space-around;
	margin: 1em;
}

#contents .list_body ol > li + li{
	margin-top: 1.5em;
}
#contents .pct{
	margin: 1em;
}
#contents .pct.border{
	border: 1px solid #ccc;
	box-sizing: border-box;
	line-height: 0;
}
#contents .pct.border img{
	width: 100%;
	height: auto;
}

@media screen and (max-width: 640px) {
	#contents .pregBox .list_body{
		margin-left: 0;
		margin-right: 0;
	}
	#contents img.pc_arrow {
        transform: rotate(90deg);
    }
	#contents .flex{
		flex-direction: column;
		justify-content: center;
	}
	#contents .pct{
		width: 100%;
	}
}