@charset "utf-8";
/*
* css for Inquirys
*
* @version			0.0.2
* @lastmodified	2022-10-27
* @link					https://www.landcomp.co.jp/
* @copyright		Copyright 2018, LAND COMPUTER Co.,Ltd.All rights reserved.
* ------------------------------------------------------------------------ */

/* submitBox 0.0.1 */
#submitBox {
  overflow: hidden;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  border: 1px solid #aaa;
  border-radius: 3px;
  background-color: #f5f5ee;
}
#submitBox span.btn {
  display: inline-block;
  padding: 4px;
}
#submitBox span.fleft {
  float: left;
}
#submitBox span.fright {
  float: right;
	background-color: #e9e9ed;
}
#submitBox span.enable {
	background-color: #f0e68c;
}
#submitBox input[type=button] {
  padding: 0.5rem 1rem;
	min-width: 6rem;
}
#submitBox input[type=button]:disabled {
	color: #777;
	__background-color: #f3f3f3;
}
#submitBox input[type="button"] {
  appearance: none;
  -webkit-appearance: none;
}
#inputMode ,
#confirmMode {
	display: none;
  overflow: hidden;
}
#inputMode.active ,
#confirmMode.active {
	display: block;
}

#requiredNotice em {
	color: crimson;
}

/* except */
#exceptBox {
	color: magenta;
	padding: 0.75rem 1rem;
	border: 1px solid #DC143C;
}

/* controle-box */
#boxControl {
  overflow: hidden;
  padding: 10px 20px;
  margin-bottom: 20px;
  border: 1px solid #aaa;
  border-radius: 3px;
  background-color: #f5f5ee;
}

#boxControl span[class^='btn'] {
  display: inline-block;
  padding: 4px;
}
#boxControl span input {
  padding: 10px 14px;
}
.fleft {
  float: left;
}
.fright {
  float: right;
}

/* notice list */
.section ul.dscList {
}
ul.dscList li {
  margin-bottom: 0.5rem; 
}
div.CautionBox {
  padding: 0.5rem 0.5rem;
  margin: -1rem 0 1rem;
  border: 1px solid #DC143C;
  border-radius: 0.25rem;
}
div.CautionBox ul {
  margin: 0;
  padding-left: 0;
}
div.CautionBox ul span.mark {
  color: #DC143C;
}
div.CautionBox u {
  color: #DC143C;
  ttext-decoration: underline solid #DC143C;
}

/* list checkbox */
.section ul.hItemList {
  list-style: none;
  margin-bottom: 1rem;
  padding-left: 0;
}
ul.hItemList li {
  display: inline-block;
  margin-left: 1rem;
}

/* input table */
table.inTable {
  width: 100%;
	border-top: 1px solid #ddd;
}
table.inTable th ,
table.inTable td {
  bbox-sizing: border-box;
  display: block;
  padding: 0.5rem 0.5rem;
  width: auto;
  border-bottom: 1px solid #ddd;
}
table.inTable th {
  background-color: #f8f8f8;  
  border-right: none;
}
table.inTable th span.note {
  font-size: 0.8em;
}
table.inTable td span.ex {
  display: block;
}
table.inTable td span.cf {
  margin-left: 0.5rem;
}
table.inTable td span.errTxt {
  display: block;
  color: #c00;
  padding-left: 18px;
  background: url("../../../../cgi/images/icn_caution.gif") no-repeat 0 4px;
}
table.inTable.List tr td:first-child ,
table.inTable.List th:first-child {
	width: 2.5rem;
  text-align: center;
}

form textarea {
  height: 10rem;
  resize: vertical;
}
form input[type=text] ,
form textarea {
  width: 100%;
}
form input[type=text].required ,
form textarea.required ,
form select.required {
	background-color: #FFF0F5;
}
form input[type=text].required.checked ,
form textarea.required.checked ,
form select.required.checked {
	background-color: #f0f8ff;
}

table.inTable td ul.input {
  list-style: none;
  padding-left: 0;
}
table.inTable td ul.nonList li {
  padding-left: 1.5em;
  text-indent: -1.5em;
}

/* input status */
.errorItem {
  background-color: #fef9fb;
}
.errorInput {
  background-color: #FFF0F5;
}
#cautionBox {
	color: magenta;
	padding: 1rem 1rem;
}

@media all and (min-width: 600px) {
  table.inTable th ,
  table.inTable td {
    display: table-cell;
    width: auto;
  }
  table.inTable th {
    width: 25%;
    border-right: 1px solid #ddd;
  }
  table.inTable td input[type=text] {
    width: auto;
  }
  table.inTable th span.note {
    float: right;
  }
}

@media all and (min-width: 768px) {
  table.inTable th {
    width: 22%;
  }
  table.inTable td ul li {
    margin-top: 8px;
  }
  table.inTable td span.ex {
    display: inline-block;
    margin-left: 4px;
  }
  table.inTable td.address span.ex {
    display: inline-block;
  }
}

/* 0.0.1 */
#qreq-stat {
	display: none;
}

/* 0.0.2 */
#thanksBox {
	margin-top: 1rem;	
}
#thanksBox p.sendMssg {
	color: #2F5496;
	font-size: 1.375rem;
	font-weight: bold;
	text-align: center;
	padding: 0 0 0.25rem;
	border-bottom: 1px solid #aaa;
}
#thanksBox .mssgBox ,
#errorBox .mssgBox {
	padding: 0.75rem 1rem;	
}
#thanksBox + p.toTopBox ,
#errorBox + p.toTopBox {
	text-align: center;
	padding: 0.75rem 0;
	border-top: 1px solid #ccc;
}
#thanksBox + p.toTopBox a ,
#errorBox + p.toTopBox a {
	display: inline-block;
	padding: 0.25rem 1.25rem;
	border: 1px solid #B7C6E7;
	border-radius: 0.25rem;
	background-color: #f0f8ff;
}
#errorBox {
	border-bottom: 1px solid #aaa;
}
#errorBox .errorMssg {
	color: #dc143c;
	font-size: 1.25rem;
	font-weight: bold;
	text-align: center;
	padding: 0 0 0.25rem;
	border-bottom: 1px solid #aaa;
}