@charset "utf-8";
/* CSS Document */

#contents .linkArea{
	box-sizing: border-box;
	background-color: #f5f5f5;
	border: 1px solid #ccc;
	display: flex;
    display: -ms-flexbox;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-direction: row;
	-ms-flex-direction: row;
	margin: 3em 0 2em;
	overflow: hidden;
}

#contents .linkArea ol{
	width: 50%;
	counter-reset: number 0;
	list-style-type: none;
	margin-left: 0;
	border-right: 1px solid #ccc;
	padding-right: 14px;
	box-sizing: border-box;
	float: left\9;
}

#contents .linkArea ol.later4{
    counter-reset: my-counter 4;
    padding-left: 14px;
	padding-right: 0;
	border-right: none;
}

#contents .linkArea ol > li{
	padding: 0;
	margin-bottom: 0;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 64px;
	border-bottom: 1px dashed #ccc;
	padding-top: 12px\9;
}

#contents .linkArea ol > li > a > span{
	width: 76%;
	display: inline-block;
}

#contents .linkArea ol.later4 > li{
	padding-left: 0;
}

#contents .linkArea ol > li:last-child{
	border-bottom: none;
}

#contents .linkArea ol > li > a:before {
	counter-increment: number;
    content: counter(number,decimal);
    color: #fff;
    line-height: 32px;
    text-align: center;
    height: 32px;
    width: 32px;
    margin-right: 10px;
    font-weight: 700;
	background-color: #7c59c1;
	border-radius: 50%;
	font-size: 1.6em;
	display: inline-block;
}

#contents .linkArea ol > li a{
	display : -webkit-inline-box;
	display : -ms-inline-flexbox;
	display : -webkit-inline-flex;
	display : inline-flex;
    align-items: center;
	width: 100%;
    height: 100%;
    padding-left: 1em;
	color: #000;
	text-decoration: none;
}

#contents .linkArea ol.later4 > li a{
	padding-left: 0;
}

#contents .linkArea ol > li a:hover,
#contents .linkArea ol > li a:active{
	opacity: 0.7;
}

#contents .linkArea ol > li a:focus{
	outline: none;
}

#contents .linkArea ol > li a:focus-visible{
	outline: thin dotted;
}

@media (max-width: 640px){
	#contents .linkArea{
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		padding: 0.5em 1.5em;
		margin: 3em 0 2em;
	}
	#contents .linkArea ol{
		width: 100%;
		border-right: none;
		padding-right: 0;
	}
	#contents .linkArea ol.later4{
		padding-left: 0;
	}
	#contents .linkArea ol > li:last-child{
		border-bottom: 1px dashed #ccc;
	}
	#contents .linkArea ol.later4 > li:last-child{
		border-bottom: none;
	}
	#contents .linkArea ol > li > a > span{
		width: 86%;
	}
	#contents .linkArea ol > li a{
		padding-left: 0;
	}
}

#contents h4{
	margin-bottom: 1em;
}

#contents ol.circle > li:before {
    content: counter(number,decimal);
}

#contents .bgcolor ul.disc,
#contents .bgcolor ol li > ul.disc{
	list-style-type: disc;
}
#contents .bgcolor ol li > ul.disc{
	margin: 1em 0 1em 2.5em;
}


#settingtuner > span{
	display: table-cell;
	padding: 0 2px;
}

#settingtunerArea{
	margin-bottom: 1em;
}
#settingtunerArea ol{
	margin: 2em 0 2em 2em;
}

#settingtunerArea ol li{
	margin-bottom: 2em;
}

#settingtunerArea ol li > img{
	margin-top: 1em;
	display: block;
}

#settingtunerArea .last_indent{
	padding-left: 2em;
	margin-bottom: 2em;
	margin-top: 3em;
}


@media (max-width: 640px){
	#settingtunerArea ol li > img,
	#settingtunerArea .last_indent img{
		max-width: 320px;
		width: 100%;
		height: auto;
	}
}

@media (max-width: 640px){
	*::-ms-backdrop, _:-ms-lang(x), #contents .linkArea{
		display: block;
	}
	*::-ms-backdrop, _:-ms-lang(x), #contents .linkArea ol > li,
	*::-ms-backdrop, _:-ms-lang(x), #contents .linkArea ol > li a{
		display: table;
	}

	*::-ms-backdrop, _:-ms-lang(x), #contents .linkArea ol > li > a > span{
		display: table-cell;
		vertical-align: middle;
	}
	
	*::-ms-backdrop, _:-ms-lang(x), #contents .linkArea ol > li > a:before {
		margin-top: 16px;
	}
}






