@charset "Shift_JIS";

/*  contact
-----------------------------------------------------------------------------*/
#pageTitle .titleInner {
  font-size: 16px;
  margin-bottom: 10px;
  padding: 8px 15px;
  border-bottom: dotted 1px #ccc;
}

input[type="text"], input[type="submit"], input[type="button"], textarea { -webkit-appearance: none; }
#contents { padding: 0 15px 20px 15px; }
.pc { display: none; }
.sp { display: block; }

/*  crumb
-----------------------------------------------------------------------------*/
#crumb { padding: 0 15px 15px; }

#crumb li {
  font-size: 86%;
  margin-right: 8px;
  padding-left: 15px;
  float: left;
  position: relative;
}

#crumb li:before {
  color: #999999;
  top: 0;
  left: 0;
  display: block;
  content: ">";
  position: absolute;
}

#crumb li a {
  color: #333;
  display: block;
}

#crumb li:first-child { padding-left: 0; }
#crumb li:first-child:before { display: none; }

#crumb li:first-child a {
  padding-left: 18px;
  background: url(../../common/img/icon_home.png) no-repeat left center;
}

/*-----------------------------------------------------------------------------*/
.step {
  margin-bottom: 10px;
  border: #f2f2f2 solid 2px;
}

.step li {
  color: #0056a9;
  text-align: center;
  padding: 12px 0 12px;
  width: 33.1%;
  float: left;
  position: relative;
}

.step01 li.s01 span, .step02 li.s02 span, .step03 li.s03 span { color: #fff; }

.step01 li.s01 {
  color: #fff;
  background-color: #0056a9;
}

.step02 li.s02 {
  color: #fff;
  background-color: #0056a9;
}

.step03 li.s03 {
  color: #fff;
  background-color: #0056a9;
}

.step01 li.s02 { border-right: 2px solid #f2f2f2; }
.step03 li.s01 { border-right: 2px solid #f2f2f2; }

.step li:after {
  width: 31px;
  height: 50px;
  top: 0;
  right: 0;
  display: block;
  background-position: right top;
  background-repeat: no-repeat;
  content: '';
  position: absolute;
}

.step li span {
  font-size: 128.5%;
  color: #333;
  vertical-align: middle;
  margin-left: 5px;
  display: inline-block;
}

.step + p { margin-bottom: 20px; }

.borderBox {
  margin-bottom: 20px;
  padding: 10px;
  border: #e0e0e0 solid 1px;
}

.borderBox dt { font-weight: bold; }

.errorBox {
  font-size: 12px;
  color: #e50202;
  text-align: center;
  text-align: center;
  margin-bottom: 10px;
  padding: 10px 0;
  border: #d1191b solid 1px;
  background: #fff1f1;
}

.errorBox p {
  padding-left: 15px;
  display: inline-block;
  background: url(../img/icon_error.gif) no-repeat left center;
  background-size: 12px auto;
}

.formTable td .error {
  color: #e50202;
  text-align: left;
  margin-top: 5px;
  padding-left: 15px;
  display: block;
  background: url(../img/icon_error02.gif) no-repeat left 4px;
  background-size: 10px auto;
}

.reqText { margin-bottom: 15px; }
.aboutArea { margin: 20px 0; }
.reqText span.req { margin-right: 5px; }

.title02 {
  font-size: 114.3%;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 15px;
  padding: 2px 0 8px 20px;
  border-bottom: #b3b2b2 dotted 1px;
  background: url(../../common/img/bg_title02.png) no-repeat left 5px;
}

.privacyArea dl { border: #e0e0e0 solid 1px; }

.privacyArea dt {
  text-align: center;
  padding: 10px 0 5px;
  border-bottom: #e0e0e0 solid 1px;
  background: #f6f6f6;
}

.privacyArea dt span.title {
  font-weight: bold;
  padding: 2px 5px 0 0;
}

.privacyArea dt .req { font-size: 10px; }

.privacyArea dd {
  padding: 10px 10px 0;
  height: 150px;
  overflow: auto;
}

.privacyBtn {
  text-align: center;
  padding: 10px 0 5px;
  border-bottom: #e0e0e0 solid 1px;
  border-left: #e0e0e0 solid 1px;
  border-right: #e0e0e0 solid 1px;
  background: #fff1f1;
}

#formBtnArea {
  text-align: center;
  margin-top: 30px;
}

.privacyArea dd p {
  line-height: 1.54;
  padding-bottom: 10px;
}

.privacyArea dd .privacyTitle {
  margin: 5px 0;
  padding-bottom: 5px;
  border-bottom: #333 dashed 1px;
}

.privacyBtn input, .privacyBtn label {
  font-size: 93%;
  vertical-align: middle;
  display: inline-block;
}

.privacyBtn input { margin-right: 5px; }

/* 検査者レベル チェックボックス（左詰め） */
.checkArea .examinerChk {
  text-align: left;
  padding: 4px 0;
}
.checkArea .examinerChk input {
  margin-right: 5px;
  vertical-align: middle;
}
.checkArea .examinerChk label {
  font-size: 93%;
  vertical-align: middle;
}

/* 入力欄の補足説明文 */
.suppleNote {
  font-size: 85%;
  color: #666;
  margin-top: 4px;
}

#formBtnArea .formBtn, .completeAera .topBtn a {
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  font-size: 128.5%;
  color: #fff;
  text-align: center;
  text-decoration: none;
  margin-left: 30px;
  padding: 18px 0 15px;
  border: none;
  width: 80%;
  display: inline-block;
  background-color: #0056a9;
  background-image: url(../img/bt_arrow01.png);
  background-position: 20px center;
  background-repeat: no-repeat;
  cursor: pointer;
}

#formBtnArea .formBtn:first-child, .completeAera .topBtn a:first-child { margin-left: 0; }

#formBtnArea.sendArea input {
  margin: 0;
  width: 100%;
}

#formBtnArea.sendArea input:first-child { margin-bottom: 20px; }

.completeAera .text01 {
  font-size: 14px;
  text-align: center;
  margin: 30px 0;
}

.completeAera .topBtn {
  text-align: center;
  margin-top: 30px;
}

/*  formTable
-----------------------------------------------------------------------------*/
.formTable {
  margin-bottom: 10px;
  border-top: #e0e0e0 solid 1px;
  border-left: #e0e0e0 solid 1px;
  width: 100%;
}

.formTable input, .formTable .textarea {
  padding: 6px 5px;
  border: #e0e0e0 solid 1px;
}

.formTable td .formText { width: 90%; }
.formTable td .textarea { width: 100%; }

.formTable .reqrow td .formText {
  box-sizing: border-box;
  background: #fff1f1;
}

.formTable th span.req {
  font-size: 10px;
  font-weight: normal;
  line-height: 18px;
  margin-left: 5px;
  position: static;
  display: inline-block;
  vertical-align: middle;
}

span.req {
  color: #fff;
  padding: 1px 6px 0;
  display: inline-block;
  background: #e60202;
}

.formTable th {
  font-weight: bold;
  background: #f6f6f6;
}

.formTable th, .formTable td {
  box-sizing: border-box;
  vertical-align: middle;
  padding: 10px;
  border-bottom: #e0e0e0 solid 1px;
  border-right: #e0e0e0 solid 1px;
  width: 100%;
  display: block;
}

.formTable td { text-align: center; }
.formTable td .zip01, .formTable td .zip02 { margin-bottom: 10px; }

.formTable td .zip01 .zipcode {
  border-radius: 4px;
  font-size: 86%;
  color: #fff;
  padding: 10px 8px;
  border: none;
  background: #a2a2a2;
  cursor: pointer;
}

.formTable td .zip01 p:first-child { margin-right: 10px; }

.formTable td .zip01 p {
  vertical-align: middle;
  margin-right: 5px;
  display: inline-block;
}

.formTable td .zip02 p {
  vertical-align: middle;
  margin-right: 10px;
  display: inline-block;
}

.formTable td .zip01 p:nth-child(2) { width: 40%; }

.formTable td .zip01 p:nth-child(2) input {
  box-sizing: border-box;
  width: 100%;
}

.formTable td .zip01 p:nth-child(2) { box-sizing: border-box; }
.formTable td .zip02 input, .formTable td .zip03 input { width: 100%; }
.formTable td.mail p:first-child { margin-bottom: 10px; }
.formTable th br { display: none; }
