@media all and (max-width: 959px) {

.g-poster_el-1 {
	background: no-repeat url("../images/bnr_bg.jpg") center / cover;
	}

/* エラーコード入力 */
.ss-box_ecodeinput {
	width: 100%;
	padding: 20px 15px 18px 15px;
	background-color: #eafafd;
	}
	.ss-box_ecodeinput h3 {
		display: inline-block;
		margin-right: 0.5em;
		line-height: 2;
		}

.ss-checkbox.active .g-media_left {
	border: 3px solid #09c;
}


/* エラーコード結果（結果画面） */
.ss-box_ecoderesult {
	position: relative;
	padding: 20px 40px 0 40px;
	background-color: #eafafd;
	text-align: center;
	}
	.ss-box_ecoderesult h3 {
		display: block;
		margin-right: 0;
		color: #333;
		line-height: 2;
		font-size: 20px;
		line-height: 1.4;
		font-weight: bold;
		text-align: center;
		}
		.ss-box_ecoderesult h3 span {
			display: block;
			font-size: 12px;
			}
	.ss-box_ecoderesult #ss-box_ecoderesult_num {
		display: inline-block;
		font-size: 70px;
		color: #09c;
		font-weight: bold;
		line-height: 1.3;
		}


.ss-result_output_container {
	
	}
.ss-result_output_row {
	margin: 20px 0 60px;
	padding: 20px 0 20px;
	border-bottom: 1px solid #CCC;
	}
.ss-result_output_row:last-of-type {
	border-bottom: none;
	margin: 20px 0 0;
	}
/*
.ss-result_ecode_body {
	
	}

.ss-result_ecode_body:last-of-type {
	
	}
*/
	.ss-result_output_container em {
		font-style: normal;
		color: #09c;
		}
	.ss-result_output_container pre {
		width: 90%;
		font-family: inherit;
		white-space: pre-wrap !important;
		}
	.ss-result_output_container pre a {
		color:#0099CC ;
		text-decoration: underline;
		}
	

/* ご注意（結果画面） */
.ss-box_attention2 {
	margin: 0 -15px 40px;
	padding: 25px 30px 25px;
	}


/* リモコン型番入力 */
.ss-box_remoconinput {
	width: 100%;
	padding: 20px 40px 18px 40px;
	background-color: #eafafd;
	}
	.ss-box_remoconinput p {
		display: inline-block;
		margin-right: 1em;
		line-height: 2;
		}


/* お問い合わせ */
.ss-box_coversion {
	margin: 0 -15px 40px;
	padding: 40px 15px 30px;
	background-color: #eafafd !important;
	}
	.ss-box_coversion h3 {
		margin: 0 -15px 40px;
		padding: 40px 0 30px;
		}




/* 対応しているリモコン型番 */
.ss-remocon-numlist li {
	display: inline-block;
	margin-right: 2em;
	}





/* エラーコードとは？ */
.ss-box_aboutecode {
	margin: 0 -15px 40px;
	padding: 40px 0 30px;
	}
	.ss-box_aboutecode h2 {
		margin: 0 15px 10px;
		}
	.ss-box_aboutecode p {
		margin: 0 15px 0;
		}

/* 注意 */
.ss-attention {
	-ms-grid-columns: 90px 1fr;
	grid-template-columns: 90px 1fr;
	-ms-grid-rows: auto auto;
	grid-template-rows: auto auto;
	}
	.ss-attention .ss-alert img {
		max-width: 60px;
	}
	.ss-attention .ss-alert1 {
		-ms-grid-row: 1;
		grid-row: 1 / 2;
		-ms-grid-column: 1;
		-ms-grid-column-span: 2;
		grid-column: 1 / 3;
		border: none;
		border-bottom: solid 1px #999;
	}
	.ss-attention .ss-alert1 {
		-ms-grid-column: 1;
	}
	.ss-attention .ss-alert2 {
		-ms-grid-row: 2;
		-ms-grid-column: 1;
	}
	.ss-attention .ss-alert3 {
		-ms-grid-row: 2;
		-ms-grid-column: 2;
	}




/* セレクトボックス（カスタム） */
.custom-dropdown {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin-left: 10px; /* demo only */
	}

.custom-dropdown select {
	background-color: #FFF;
	color: #333;
	min-width: 1em;
	font-size: 16px;
	padding: .2em 1.5em .2em 1em;
	/*padding-right: 2.5em;	*/
	border: 0;
	margin: 0;
	border-radius: 3px;
	text-indent: 0.01px;
	text-overflow: '';
	-webkit-appearance: none; /* hide default arrow in chrome OSX */
	-moz-appearance: none;
	appearance: none;
	}

.custom-dropdown::before,
.custom-dropdown::after {
	content: "";
	position: absolute;
	pointer-events: none;
	}

.custom-dropdown::after { /*  Custom dropdown arrow */
	content: "\25BC";
	height: 1em;
	font-size: 12px;
	line-height: 1;
	right: 0.8em;
	top: 50%;
	margin-top: -.5em;
	color: #0099cc;
	}

.custom-dropdown::before { /*  Custom dropdown arrow cover */
	width: 2em;
	right: 0;
	top: 0;
	bottom: 0;
	border-radius: 0 3px 3px 0;
	}

.custom-dropdown select[disabled] {
	color: rgba(0,0,0,.3);
	}

.custom-dropdown select[disabled]::after {
	color: rgba(0,0,0,.1);
	}

.custom-dropdown::before {
	/*background-color: rgba(0,0,0,.15);*/
	}

.custom-dropdown::after {
	color: #09c;
	}

.custom-dropdown select option {
	font-size: 14px !important;
	}
.custom-dropdown select::-ms-expand {
	display: none;
	}


/* リンク */
.ecode_links {
	
}

}