@charset "utf-8";
/*
* CSS for LNUT Page HV5
*
* @version			0.0.0
* @lastmodified 2022-06-29
* @link					https: //www.landcomp.co.jp/
* @copyright		Copyright 2005, LAND COMPUTER Co.,Ltd.All rights reserved.
*------------------------------------------------------------------------- */

/* adjust ------- */
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
div#container {
	position: relative;
}
div#contentsBody {
	float: none;
	margin-right: 0;
}
div#mainContents {
	margin-right: 0;
	width: auto;
}
div#mainContents + div.inner {
	padding: 0 10px;
}
div#subNavi {
	float: none;
	font-size: 1rem;
	padding: 15px 10px 2rem;
	width: auto;
	background: none;
}
section h2 {
	font-size: 1.5rem;
	margin-top: 3.5rem;
}
div.inner section h3 {
	margin-top: 3rem;
}
div.inner section h4 {
	font-size: 1.125rem;
	font-weight: normal;
	margin-top: 2rem;
}
div.inner section h3 + h4 {
	margin-top: 1rem;
}
div.inner > section:first-child h3 {
	margin-top: 1rem;
}
section div.inner {
	padding: 0 0.5rem;	
}
@media all and (min-width: 768px) {
	section div.inner {
		padding: 0 10px;	
	}
}
@media all and (min-width: 960px) {
	section div.inner {
		padding: 0;	
	}
}


div.contactBox {
	margin-top: 1rem;
}

/* TopNav -------- */
#topNav {
	padding: 0 0 0.5rem 0;
	position: fixed;
	bottom: 50%;
	right: 0.75rem;
}
#topNav a {
	color: #00c;
	display: inline-block;
  font-size: 1rem;
	padding: 0;
	border-radius: 6px;
	background: none;
	background-color: #999;
	opacity: 0.75;
}
#topNav a {
	display: block;
	position: relative;
	margin-left: auto;
	width: 2.875rem;
	height: 2.875rem;
}
#topNav a:hover {
	background: none;
	background-color: #999;
	opacity: 1;
}
#topNav span {
	position: absolute;
	z-index: -1;
	overflow: hidden;
	width: 0;
	height: 0;
}
#topNav div > a::after {
	position: absolute;
	z-index: 1;
	top: 7px;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	width: 12px;
	height: 12px;
	margin: auto;
	content: "";
	transform: rotate(45deg);
	border: 1px solid #fff;
	border-width: 2px 0 0 2px;
}

/* header ------------------------- */
.lnutHeader {
  margin-bottom: 20px;
}
.lnutHeader .keyvisual img {
  width: 100%;
}
.lnutHeader ul.pageNavi {
  padding: 5px 10px;
}
.lnutHeader.Box {
  box-sizing: border-box;
  display: block;
  padding: 10px;
  width: 100%;
  border: 1px solid #ccc;
}
.lnutHeader.Box .keyvisual ,
.lnutHeader.Box .outline {
  display: block;
}
  .lnutHeader.Box .keyvisual {
    width: auto;
    margin-bottom: 15px;
  }
@media all and (min-width: 480px) {
  .lnutHeader.Box {
    display: table;
  }
  .lnutHeader.Box .keyvisual ,
  .lnutHeader.Box .outline {
    display: table-cell;
    vertical-align: top;
  }
}
.lnutHeader.Box .outline {
  position: relative;
}
.lnutHeader.Box .keyvisual {
  box-sizing: border-box;
  padding-right: 15px;
  text-align: center;
  width: 50%;
}
.lnutHeader.Box .keyvisual img {
  width: 100%;
  max-width: 300px;
}
.lnutHeader.Box .outline .productName {
  font-size: 1.4em;
  margin-bottom: 10px;
  padding: 0 0 5px 10px;
  border-bottom: 3px solid #325DA7;
}
.lnutHeader.Box ul.pointList {
  padding-left: 20px;
  line-height: 1.5;
  margin-bottom: 15px;
}
.lnutHeader.Box ul.f-iconList {
  display: table;
  list-style: none;
  _osition: absolute;
  _ottom: 0;
  width: 100%;
}
.lnutHeader.Box ul.f-iconList li {
  display: inline-block;
  display: table-cell;
  vertical-align: bottom;
  width: 50%;
}
.lnutHeader.Box ul.f-iconList li.model {
  text-align: right;
}

h3 img {
  margin-left: 5px;
  vertical-align: middle;
}

.require h3 {
  font-size: 1.15rem;
  padding-left: 0;
  border: none;
}
.section.require ul {
  padding-left: 30px;
}
div.section table {
	margin-bottom: 1rem;
}

/* elements */
p.footnote {
	font-size: 0.875rem;
	margin: 0.5rem 0;
	padding-left: 1em;
	text-indent: -1em;
}
p.footnote::before {
	color: crimson;
	content: '※';
}
ul.footnoteList {
	list-style: none;
	margin-top: -0.5rem;
}
ul.footnoteList li {
	font-size: 0.875rem;
	padding-left: 1em;
	text-indent: -1em;
}
ul.footnoteList li::before {
	color: crimson;
	content: '※';
}

dl.dataList {
	margin-bottom: 1rem;	
}
dl.dataList dt {
	padding: 0.25rem 0.5rem;
	background-color: #f6f6f6;
}
dl.dataList dd {
	padding: 0.5rem 1rem 0.75rem;
}
dl.dataList dd ul {
	margin: 0.25rem 0 0.5rem;
}


/* line List ---------- */
.itemList {
}
.itemList dt {
  float: left;
}
.itemList dd {
  margin-bottom: 8px;
}
.itemList.item10 dt {
  width: 10em;
  padding-right: 1em;
}

.systemImage {
  text-align: center;
}
.systemImage img {
  max-width: 650px;
  width: 100%;
}

.section .specTable th.subItem {
  background-color: #fdfdfd;
}

/* old Product Info ---------- */
ul.oldInfo {
	margin-bottom: 10px;
}
ul.oldInfo li {
  line-height: 1.4;
	margin-left: 8px;
  margin-bottom: 5px;
	padding-left: 12px;
	background: url("../../../images/lig.gif") no-repeat 0 0.5em;
}

/* pict */
div.pict {
  text-align: center;
}
div.pict img {
  width: 100%;
}
div.pict + h4 {
  margin-top: 15px;
}
div.pict + p {
  margin-top: 20px;
}
div.pict + ul.link ,
div.pict + ul.noteList {
  margin-top: 10px;
}
div.videoBox {
	padding: 0px;
  margin-bottom: 1rem;
}
div.videoBox video {
	width: 100%;
}

/* element */
.fbold {
	font-weight: bold !important;
}
.item3 {
	font-size: 1.0625rem;
}
.item3::before {
	content: '■';
}
.nlist {
	list-style: none;
}

.taright {
	text-align: right;
}
.tacenter {
	text-align: center;
}

div.section span.caption {
	display: block;
	text-align: center;
	margin: 1rem 0 0.25rem;
}
span.expan {
	display: inline-block;
	margin-top: 0.25rem;
	text-align: center;
}