@charset "UTF-8";

#dmr4x {
	font-size: 16px;
	line-height: 1.5;
	color: #000;
	word-break: normal;
	font-family: noto-sans-cjk-jp, 'Helvetica Neue', Arial, 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', Meiryo, sans-serif;
	width: 980px;
	box-sizing: border-box;
	margin-top: 60px;
	counter-reset: num 0;
}
#dmr4x * {
	margin:0;
	padding:0;
	box-sizing: border-box;
}
#dmr4x img {
	border:0;
	vertical-align:bottom;
	max-width:100%;
	height:auto
}
#dmr4x h1, #dmr4x h2, #dmr4x h3, #dmr4x h4, #dmr4x h5, #dmr4x p {
	margin:0;
	padding:0;
	font-size:100%
}
#dmr4x p {
	margin-bottom: 15px;
}
#dmr4x ul, #dmr4x li {
	list-style: none;
	margin: 0;
	padding: 0;
}
#dmr4x sup {
	vertical-align: top;
	font-size: 70%;
	margin-right: 3px;
}
#dmr4x .for_sp { display: none;}
#dmr4x .anchor {
	padding-top: 20px;
	margin-top: -20px;
}

#dmr4x .txt_att {
	font-size: 14px;
	color: #666666;
	margin-bottom: 32px;
}
#dmr4x .txt_att p {
	text-indent: -1.8em;
	padding-left: 1.8em;
	margin: 0;
}
#dmr4x .txt_copy {
	text-align: center;
	margin-bottom: 48px;
}
#dmr4x .txt_s {
	font-size: 14px;
	margin-top: 5px;
}
#dmr4x .txt_center { text-align: center;}
#dmr4x .txt_right { text-align: right;}
#dmr4x .color666666 {
	color: #666666;
}
#dmr4x .color5973A6 {
	color: #5973A6;
}


/*-----title-----*/
#dmr4x h2 {
	font-size: 32px;
	font-weight: 500;
	text-align: center;
	margin-bottom: 48px;
    margin-top: 80px;
}
#dmr4x h2 + .subtitle {
	margin: 60px 0 40px;
}
#dmr4x #lineup h2 {
	margin-top: 0px;
}
#dmr4x h3 {
	font-size: 26px;
	font-weight: 500;
	margin-top: 32px;
	margin-bottom: 32px;
	text-align: center;
}
#dmr4x h4 {
	font-size: 22px;
	font-weight: 500;
	margin-top: 30px;
	margin-bottom: 10px;
	text-align: center;
}
#dmr4x h5 {
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 24px;
}
#dmr4x .subtitle {
	position: relative;
	text-align: center;
	color: #364563;
	font-size: 22px;
	font-weight: 500;
	background: #f2f2f2;
	margin-bottom: 40px;
	padding: 30px 1em;
	border-radius: 8px;
}
#dmr4x .subtitle .num {
	position: absolute;
	top: 0.1em;
	left: 50%;
	color: #323232;
	font-size: 20px;
	transform: translate(-50%,-50%);
}
#dmr4x .subtitle .num:after {
	content: counter(num) '';
	counter-increment: num 1;
	font-size: 48px;
	font-weight: 400;
	vertical-align: middle;
	margin: -0.2em 0 0 0.25em;
	display: inline-block;
}


/*-----アンカーメニュー-----*/
#dmr4x .anchormenu {
	text-align: center;
	margin-bottom: 80px;
}
#dmr4x .anchormenu ul {
	display: flex;
	justify-content: space-between;
	margin: 0;
	padding: 0;
}
#dmr4x .anchormenu li {
	display: flex;
	width: 235px;
	margin: 0;
	padding: 0;
}
#dmr4x .anchormenu li a {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	width: 100%;
	background-color: #F2F2F2F2;
	color: #364662;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
	border-radius: 8px;
	margin: 6px 2px;
	padding: 18px 8px;
	transition: opacity .4s ease;
	text-align: center !important;
	box-shadow: 0 4px 8px rgba(0,0,0,.1);
}
#dmr4x .anchormenu li a:hover {
	opacity: 0.7;
}
#dmr4x .anchormenu li a span {
	display: inline-block;
	width: 100%;
	font-weight: normal;
}


/*-----button-----*/
#dmr4x .linkbox {
}
#dmr4x .linkbox a {
	max-width: 400px;
    width: 100%;
    border: solid 1px #364563;
    border-radius: 8px;
    display: block;
    text-align: center;
    font-size: 20px;
    text-decoration: none;
    color: #333;
    padding: 20px 15px 20px;
    margin: 0 auto;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16);
}
#dmr4x .linkbox a:hover {
	opacity: 1;
    background-color: #f2f2f2;
}
#dmr4x .btn-blue {
	text-align: center;
	font-size: 15px;
}
#dmr4x .btn-blue a {
	position: relative;
	display: inline-block;
	width: 94%;
	max-width: 500px;
	background-color: #364662;
	color: #fff;
	text-decoration: none;
	border-radius: 8px;
	margin-top: 3px;
	padding: 8px 5px;
	transition: opacity .4s ease;
	text-align: center !important;
	box-shadow: 0 4px 8px rgba(0,0,0,.1);
	z-index: 9;
}
#dmr4x .btn-blue a:hover {
	opacity: 0.7;
}
#dmr4x .txtlink a {
	color: #333333;
    text-decoration: none;
}
#dmr4x .txtlink a:hover {
    text-decoration: underline;
}
#dmr4x .linkbox + .txtlink {
	margin-top: 16px;
}
#dmr4x .colbox .box314 .linkbox a {
    font-size: 16px;
    padding: 15px;
}
#dmr4x a.txtlink2 {
	color: #36b;
	text-decoration: underline;
}
#dmr4x a:hover.txtlink2 {
    text-decoration: none;
}


/*-----カラム・box-----*/
#dmr4x #autorec,
#dmr4x #highvision,
#dmr4x #smartphone,
#dmr4x #otherfeature {
	margin-bottom: 80px;
}
#dmr4x .colbox {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 48px;
}
#dmr4x .colbox.noflex {
	display: inherit;
}
#dmr4x .colbox img {
	margin-bottom: 8px;
}
#dmr4x .colbox .box314 {
	width: 314px;
}
#dmr4x #otherfeature.colbox .box314 .txt_copy {
	text-align: left;
	height: 80px;
	margin-bottom: 24px;
}
#dmr4x .imagearea {
	text-align: center;
	margin-bottom: 60px;
}
#dmr4x .point1_box01 {
	width: 845px;
	text-align: right;
	margin: 8px auto 0;
}
#dmr4x .point1_box01 .txt_att {
	margin: 0;
}


/*-----ラインアップ-----*/
#dmr4x .table_lineup {
	margin-bottom: 48px;
}
#dmr4x .table_lineup table {
	margin-bottom: 15px;
}
#dmr4x .table_lineup table img {
	width: 90%;
}
#dmr4x .table_lineup table img.digaapp {
	width: 50px;
	vertical-align: middle;
	margin-right: 15px;
}
#dmr4x .table_lineup table th,
#dmr4x .table_lineup table td {
	text-align: center;
	line-height: 1.6;
	border: solid 1px #B8B8B8;
	border-top: none;
	border-left: none;
	margin: 0;
	padding: 15px 12px;
	vertical-align: middle;
}
#dmr4x .table_lineup table th {
	font-size: 15px;
	font-weight: normal;
	background-color: #DEE3ED;
}
#dmr4x .table_lineup table td {
	font-size: 18px;
}
#dmr4x .table_lineup table tr:first-child th,
#dmr4x .table_lineup table tr:first-child td {
	padding: 0px 12px 15px 12px;
}
#dmr4x .table_lineup table td:last-child {
	border-right: none;
}
#dmr4x .table_lineup table .txtL { font-size: 24px;}
#dmr4x .table_lineup table .txtS { font-size: 14px;}
#dmr4x .table_lineup table .prodname {
	position: relative;
	font-size: 28px;
	padding: 35px 12px !important;
}
#dmr4x .table_lineup table .prodname .here {
	width: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	line-height: 1;
	margin: 0;
}
#dmr4x .table_lineup table .prodname .here p {
	display: inline-block;
	font-size: 14px;
	line-height: 1;
	color: #FFFFFF;
	background-color: #364662;
	margin: 0;
	padding: 6px 12px 7px;
	border-radius: 6px;
}
#dmr4x .table_lineup table em {
	font-size: 20px;
	font-style: normal;
}
#dmr4x .table_lineup table .bB {
	border-bottom: solid 1px #707070;
}
#dmr4x .table_lineup table .bR {
	border-right: solid 1px #707070;
}
#dmr4x .table_lineup table .txt_att {
	font-weight: 500;
	line-height: 1.2;
	margin-bottom: 0px;
	margin-top: 5px;
}
#dmr4x .table_lineup .fixed {
	position: sticky;
	left: 0;
	z-index: 10;
	&:before{
		content: "";
		position: absolute;
		top: -1px;
		left: -1px;
		width: 100%;
		height: 100%;
	}
}


/*-----注釈-----*/
#dmr4x_att {
	margin-bottom: 80px !important;
}
#dmr4x_att ul, #dmr4x_att li {
	list-style: none;
	margin: 0;
	padding: 0;
}
#dmr4x_att .item {
	padding: 0 0 0 2.2em !important;
	position: relative;
}
#dmr4x_att .item:before {
	content: attr(data) '';
	position: absolute;
	top: 0;
	left: 0
}



@media only screen and (max-width: 640px){
	#dmr4x {
		width: auto;
		font-size:16px;
	}

	#dmr4x .for_pc { display:none;}
	#dmr4x .for_sp { display: inherit;}
	#dmr4x .txt_copy {
		text-align: left;
	}
	#dmr4x .txt_center_sp { text-align: left;}


/*-----title-----*/
	#dmr4x h2 {
		font-size: 26px;
		margin-bottom: 32px;
	}
	#dmr4x h3 {
		font-size: 22px;
	}
	#dmr4x h5 {
		font-size: 18px;
		margin-bottom: 12px;
	}


/*-----アンカーメニュー-----*/
	#dmr4x .anchormenu {
		margin-bottom: 64px;
	}
	#dmr4x .anchormenu ul {
		flex-wrap: wrap;
	}
	#dmr4x .anchormenu li {
		width: 48%;
	}


/*-----button-----*/
	#dmr4x .linkbox a {
		width: 90%;
	    font-size: 18px;
	}


/*-----カラム・box-----*/
	#dmr4x .colbox {
		display: inherit;
	}
	#dmr4x .colbox .box314 {
		width: 100%;
		margin-bottom: 42px;
	}
	#dmr4x #otherfeature.colbox .box314 .txt_copy {
		height: auto;
		margin-bottom: 12px;
	}
	#dmr4x .colbox .box314:last-child {
		margin-bottom: 0px;
	}
	#dmr4x .imagearea {
		margin-bottom: 32px;
	}
	#dmr4x .point1_box01 {
		width: auto;
	}

/*-----ラインアップ-----*/
	#dmr4x .table_lineup > div {
		overflow: scroll;
	}
	#dmr4x .table_lineup table {
		width: 200vw;
	}
	#dmr4x .table_lineup table img.digaapp {
		width: 40px;
	}
	#dmr4x .table_lineup table th {	font-size: 14px;}
	#dmr4x .table_lineup table td {	font-size: 15px;}
	#dmr4x .table_lineup table .txtL { font-size: 18px;}
	#dmr4x .table_lineup table .th_sp {
		width: 9.5%;
	}
	#dmr4x .table_lineup table .td_sp {
		width: 27%;
	}
	#dmr4x .table_lineup table .fixed_pos {
		left: 20.5%;
	}
}
