@charset "utf-8";
/*
* CSS for Repair Support Page
*
* @version			0.0.0
* @lastmodified 2018/11/15
* @link					https://www.landcomp.co.jp/
* @copyright		Copyright 2018, LAND COMPUTER Co.,Ltd.All rights reserved.
*------------------------------------------------------------------------- */

/* repair Step ---------- */
.noteBox {
  border: 1px solid #f00;
  margin-right: 5px;
}
.repairStep {
  margin: 0 0 20px;
}
.repairStep.online dl {
}
.repairStep.online dl dt {
  ffont-size: 1.1rem;
  font-weight: bold;
  padding-bottom: 0.25rem;
  border-bottom: 1px solid #ccc;
}
.repairStep.online dl dd {
  padding-left: 1rem;
  margin: 0.5rem 0 1.5rem;
}

.repairStep div.step {
	padding-bottom: 30px;
	background: url("../../support/repair/images/arrowd1.gif") no-repeat 20px 100%;
}
.repairStep .step .linebox {
  padding: 1px;
  border: 1px solid #999;
  background-color: #fff;
}
.repairStep .step p.title {
  font-weight: 700;
  line-height: 1.3;
  padding: 0.5rem 0.25rem;
  padding-left: 6em;
  margin-bottom: 0;
  background-color: #f1f1f1;
}
.repairStep .step .title span {
  float: left;
  margin-left: -5.5em;
}
.repairStep .step .detail {
  padding: 0.5rem 0.75rem 1rem;
  overflow: hidden;
}
.repairStep .step .detail ul {
  margin-bottom: 1rem;
}
.repairStep .step .detail ul li {
  margin-bottom: 0.5rem;
}
.repairStep .step1 .linebox,
.repairStep .step3 .linebox,
.repairStep .step4 .linebox {
  border-color: #f00;
}
.repairStep div.step5 {
	padding-bottom: 0;
	background: none;
}
.repairStep div ul._noteList {
  margin: 10px 0 10px 70px;
}
.repairStep .cellLayout .pictR {
  margin: 10px 0 0;
  width: 100%;
}
@media all and (min-width: 480px) {
  .repairStep .cellLayout .pictR {
    width: 200px;
  }
}

/* Form Link ---------------- */
.formLink {
  margin-top: 1rem;
  padding: 1rem;
  border-radius: 0.25rem;
  border: 1px solid #ddd;
  background-color: #fafafa;
}
.formLink .cellBox:last-child {
  margin-top: 2rem;
}
.formLink .cellBox p.text {
  margin-bottom: 0.5rem;
}
.formLink .cellBox p.pictR {
  text-align: center;
}
