@charset "utf-8";
/*
* CSS for Support Page
*
* @version			0.0.2
* @lastmodified 2024-04-23
* @link					https://www.landcomp.co.jp/
* @copyright		Copyright 2005, LAND COMPUTER Co.,Ltd.All rights reserved.
*------------------------------------------------------------------------- */

/* COMMON */
@media all and (min-width: 769px) {
  #support #subNavi h2 {
    background: url(../../images/common/global_sprite.png) no-repeat 50% -400px;
  }
}
#subNavi div.sideNavi dl.sprtNavi dd ul li {
  margin: 1rem 0;
  width: 100%;
}
@media all and (min-width: 480px) {
  #subNavi div.sideNavi dl.sprtNavi dd ul {
    overflow: hidden;
  }
  #subNavi div.sideNavi dl.sprtNavi dd ul li {
    float: left;
    width: 50%;
  }
}
@media all and (min-width: 769px) {
  #subNavi div.sideNavi dl.sprtNavi dd ul li {
    float: none;
    margin: 0 0;
    width: 100%;
  }
}

h3.note {
  border-left:5px solid #DC143C;
}
.newsHeader {
  font-size:1.2em;
  margin:5px 0 10px;
  padding:12px 0 12px 10px;
}
.newsHeader + h1{
  font-size:1.38rem;
  line-height:1.3;
  margin:0 0 30px;
  padding:0 0 10px 10px;
  border-bottom:3px solid #325DA7;
}
.newsHeader + h1 + .section h2 {
  font-size:1.22rem;
  font-weight:400;
  padding:0 0 0 10px;
  margin:0 0 10px;
  border-left:4px solid #325DA7;
  border-bottom:none;
}
.section span.bold ,
.section strong.bold {
  font-weight: bold;
}

/* SUPPORT TOP */
h1 span.text {
  margin-right:10px;
}
h1 span.sub {
  display:inline-block;
  font-size:0.66em;
  font-weight:400;
}
h1 .category {
  display:block;
  font-size:0.66em;
  font-weight:400;
  margin:0 0 5px;
}
h1 span.ver {
  font-size:0.77em;
  font-weight:400;
  margin-right:0.5em;
}

.ssection h3 {
  font-size:1.1em;
  font-weight:700;
  padding:0;
  border:none;
}
h4 {
  font-size: 1.1250em;
  font-weight: bold;
  margin: 0 0 10px;
}

/* Announce */
div#AnnounceBox {
  padding: 1rem 2rem;
  margin: -1rem 0 2rem;
  border: 1px solid #8EAADB;
  background-color: #F1F4FB;
	background-color: #f0f8ff;
}
div#AnnounceBox p {
	margin: 0.5rem 0;
}
div#AnnounceBox ul {
  margin-bottom: 0 !important;
}
div#AnnounceBox ul li {
	margin: 1rem 0;
}

/* menu List */
.section .menuList {
  list-style: none;
  padding: 0;
  overflow: hidden;
}
.menuList li {
  box-sizing: border-box;
  margin-bottom: 1rem;
  min-height: 50px;
  width: 100%;
}
.menuList li a {
  box-sizing: border-box;
  display: block;
  padding: 2px 8px 2px 2px;
  min-height: 56px;
  border: 1px solid #ddd;
  border-radius: 5px;
  background: -moz-linear-gradient(#fff, #f0f0f0);
  background: -webkit-linear-gradient(#fff, #f0f0f0);
  background: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#f0f0f0));
  background: -o-linear-gradient(#fff, #f0f0f0);
  background: linear-gradient(#fff, #f0f0f0);
}
.menuList li img {
  float: left;
  margin: 0 8px 0 0;
}
.menuList li .text {
  display: block;
  margin-left: 60px;
  margin: 3px 0 0 60px;
  padding-left: 10px;
  background: url("../../img5/link_p.png") no-repeat 0 0.4em;
}
/* 2024-04-23 */
@media all and (min-width: 360px) {
	.menuList li .text {
		margin-top: calc((50px - 1rem - 4px) / 2);
  }
}
@media all and (min-width: 480px) {
  .menuList li {
    float: left;
    padding-left: 1rem;
    width: 50%;
  }
	.menuList li .text {
		margin-top: 3px;
  }
}
@media all and (min-width: 736px) {
	.menuList li .text {
		margin-top: calc((50px - 1rem - 4px) / 2);
  }
}
@media all and (min-width: 769px) {
	.menuList li .text {
		margin-top: 3px;
  }
}
@media all and (min-width: 980px) {
	.menuList li .text {
		margin-top: calc((50px - 1rem - 4px) / 2);
  }
}
/* end 2024-04-23 */

/* news List */
dl.newsList {
}
dl.newsList dt {
	margin-bottom:5px;
}
dl.newsList dt span.case {
	margin-left: 1em;
}
dl.newsList dd {
  line-height:1.3;
	padding-bottom:10px;
	margin-bottom:10px;
	background:url("/images/line_dot.gif") no-repeat 0 100%;
}

/* CONTACT BOX */
div.contactInfo {
  padding: 1rem 1rem;
  margin: 0 auto 1rem;
  width: 80%;
  overflow: hidden;
  border: 1px solid #ccc;
  border-radius: 6px;
  background: -moz-linear-gradient(#fff, #f0f0f0);
  background: -webkit-linear-gradient(#fff, #f0f0f0);
  background: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#f0f0f0));
  background: -o-linear-gradient(#fff, #f0f0f0);
  background: linear-gradient(#fff, #f0f0f0);
}
div.section div.contactInfo h3 {
  margin-top: 0;
}
div.contactInfo div.inner {
  margin:0 0 0 10px;
}
div.contactInfo p,
div.contactInfo ul {
  margin: 0;
  padding-left: 0;
}
@media all and (min-width: 480px) {
  div.contactInfo p {
    margin: 0 0 10px;
  }
  div.contactInfo ul {
    margin: 0;
  }
}
div.contactInfo ul li {
  line-height: 1.2;
  list-style: none;
  padding-left: 4.2em;
  margin-bottom: 5px;
  vertical-align: text-top;
}
div.contactInfo ul li.icon img {
  float: none;
  margin: 0;
}
div.contactInfo ul li span {
  display: inline-block;
}
div.contactInfo ul li .item {
  margin-left: -4.2em;
  width: 4.2em;
  vertical-align: middle;
}
div.contactInfo ul li .telno {
  font-size: 2.0rem;
  font-family: "Times New Roman", Times, serif;
  font-weight: 400;
  color: #325da7;
}
div.contactInfo ul li .faxno {
  font-weight: 700;
}
div.contactInfo ul li .time {
  margin-left: 8px;
}

.supportPoint {
  padding-left:20px;
}
.supportPoint dt {
  font-size:1.3em;
  margin-bottom:5px;
}
.supportPoint dt img {
  float:left;
  border:1px solid #ccc;
  border-radius:4px;
  margin-right:10px;
}
.supportPoint dd {
  margin-bottom:15px;
}
.supportPoint dt span.text {
  display:block;
  margin-left:10px;
}
.supportPoint dd {
  padding-left:120px;
}

/* repair Step */
.noteBox {
  border:1px solid #f00;
  margin-right:5px;
}

/* cellLayout */
.cellLayout {
  display: block;
  overflow: hidden;
  margin-bottom: 2rem;
  width: 100%;
}
.cellLayout .text {
  display: block;
  vertical-align: top;
}
.cellLayout .pictR {
  display: block;
  padding-left: 0;
  vertical-align: top;
  text-align: center;
}
.section .cellLayout p {
  margin-bottom:0;
}
@media all and (min-width:480px) {
  .cellLayout {
    display: table;
  }
  .cellLayout .text {
    display: table-cell;
  }
  .cellLayout .pictR {
    display: table-cell;
    padding-left: 20px;
    text-align: right;
  }
}

/* table list */
.modelTable td ul {
  list-style:none;
  padding:0;
}
.modelTable td ul li {
  display:inline-block;
  margin-right:10px;
}

.listBox {
  margin:0 10px;
  padding:10px 15px;
  background-color:#f3f3f3;
}
.listBox li {
  display:inline;
  margin-right:10px;
}

table.modelTable caption {
  text-align:left;
}
table.supportTable {
  width:100%;
}
table.supportTable caption {
  margin:0 0 5px;
  text-align:right;
  font-size:0.88em;
}
h3 + table.supportTable {
  margin-top: 0px !important;
}

/* service index */
ul.catalogList.col2 {
	overflow: hidden;
	list-style: none;
	padding: 0;
}
ul.catalogList.col2 li {
  box-sizing: border-box;
  float: none;
  padding-top: 4%;
  margin: 0 0 1rem;
  width: 100%;
  position: relative;
}
@media all and (min-width: 480px) {
  ul.catalogList.col2 li {
    float: left;
    padding-top: 2%;
    margin-left: 2%;
    margin-bottom: 0;
    width: 48%;
  }
}
ul.catalogList.col2 li > a {
	box-sizing: border-box;
	display: block;
	padding: 0 10px;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
ul.catalogList.col2 li.c1 > a {
	background: url(../../support/service/maintenance/images/b_service-00.png) no-repeat 50% 50%;
	background-size: 96% 80%;
}
ul.catalogList.col2 li.c1 > a:hover {
	background: url(../../support/service/maintenance/images/b_service-00ov.png) no-repeat 50% 50%;
	background-size: 96% 80%;
}
ul.catalogList.col2 li.c2 > a {
	background: url(../../support/service/maintenance/images/b_service-01.png) no-repeat 50% 50%;
	background-size: 96% 80%;
}
ul.catalogList.col2 li.c2 > a:hover {
	background: url(../../support/service/maintenance/images/b_service-01ov.png) no-repeat 50% 50%;
	background-size: 96% 80%;
}
ul.catalogList.col2 li a img {
	width: 100%;
}
ul.catalogList.col2 li div {
	border: 1px solid #ccc;
}
ul.catalogList.col2 li div img {
	width: 100%;
}
ul.catalogList.col2 li div a {
	display: block;
	padding: 10px 8px 10px 12px;
	margin: 10px 8px;
  text-decoration:none;
	border: 1px solid #D8EBEF;
  background:url('../../img5/link_p.png') no-repeat 0 50%;
}
ul.catalogList.col2 li div a:hover {
  text-decoration:underline;
  background:#eff7ff url('../../img5/link_pov.png') no-repeat 0 50%;
}
ul.catalogList.col2 li div p {
	font-size: 0.8em;
	padding: 0 10px;
}

span.uniten {
  float:right;
  font-size:0.8em;
  margin:-5px 0 3px;
}
span.uniten + table.modelTable{
  margin-top:-5px;
}

ul.numList {
  list-style:none;
}
ul.numList li {
  padding-left:2em;
  text-indent:-2em;
}
ul.numList.subList {
  margin:5px 0 10px;
}
ul.numList.subList li {
  padding-left:1.5em;
  text-indent:-1.5em;
}
ul.numList.subList li span.num {
}

/* test rental */
.rentagreement {
	background-color:#e0eef0;
	margin:8px 0 20px;
	padding:16px;
	text-align:center;
}
.rentagreement textarea {
  width:100%;
  height:20em;
}
.rentagreement p {
	margin-top:16px;
}
.rentagreement p.btn input {
	padding:8px 16px;
}
#rentagree input#submit {
	padding:8px 16px;
}
.section .rentalList {
  list-style:none;
  padding-left:0;
  overflow:hidden;
}
.section .rentalList li {
  display:inline;
  float:left;
  font-size:0.88em;
  box-sizing:border-box;
  padding:0 4px;
  margin:0 0 5px;
}
.section .rentalList li a {
  display:block;
  width:150px;
}
.section .rentalList span {
  display:block;
}
dl.packageList {
  border-bottom: 1px solid #ccc;
}
dl.packageList dt {
  color: #666;
  font-weight: bold;
  padding-top: 0.5em;
  margin-bottom: 1em;
  border-top: 1px solid #ccc;
}
dl.packageList dd {
  line-height: 1.4;
  padding-left: 2em;
  margin-bottom: 1em;
}

.section .n-noteList li ul {
  margin-bottom:0;
}
.section .n-noteList li ul li {
  list-style:disc;
  padding-left:0;
}
.inner .noteList.str li::before {
	content: "※ ";
	color: crimson;
} 

.rentalPlan {
}
.rentalPlan h4 .sub {
  font-size:0.88em;
  font-weight:400;
}
.section .rentalPlan table {
  margin-bottom:5px;
}
.rentalPlan table td {
  background-color:#fff;
}

div.numberParag p {
  padding-left:2em;
}
div.numberParag p span.no {
  display:block;
  float:left;
  margin-left:-2em;
}

/* service maintenance */
table.narrow th,
table.narrow td {
  font-size: 0.88em;
  padding: 6px 2px;
}
@media all and (min-width: 480px) {
  table.narrow th,
  table.narrow td {
    font-size: 1em;
	  padding:6px 8px;
  }
}
div.section div.section h4 {
	margin-top: 2rem;
}