@charset "utf-8";
/* CSS Document */
#ttlArea {
  width:100%;
  height:276px;
  background-repeat:no-repeat;
  background-image:url(../images/main.jpg);
  background-size:cover;
  background-position:center top;
  top:0px;
  left:0px;
  z-index:10;
}
.ttlBlock {
  width:1000px;
  height:276px;
  margin:0 auto;
  position:relative;
}
.ttlBlock h1 {
  position:absolute;
  top:180px;
  width:200px;
  height:auto;
  text-align:center;
  font-family: 'Noto Sans Japanese', sans-serif;
  font-weight: 700;
  font-size:231%;
}
.localNav {
  position:absolute;
  top:182px;
  left:200px;
}
.localNav ul {
  display: flex;
  display:-webkit-box;
  display:-ms-flexbox;
  display: -webkit-flex;
}
.localNav li {
  font-family: 'Noto Sans Japanese', sans-serif;
  font-weight: 600;
  font-size:123%;
  padding:0 0 0 40px;
}

.localNav li a {
  color:#000;
  padding:2px 6px 4px;
}
.localNav li a:hover {
  background-color:rgba(167,154,122,0.70);
  color:#FFF;
  text-decoration:none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#contentsArea {
}

.contentsBlock {
  width:1000px;
  height:auto;
  margin:0px auto 80px;
}


#contentsArea article .txt {
  color: #fff;
  line-height: 1.5em;
  padding: 10px 0;
}
.formInfo {
  padding: 30px 0 0;
}
.dot {
  font-size: 85%;
  vertical-align: middle;
  color: #9e4660;
  line-height: 160%;
  padding-right: 3px;
}
.submit {
  text-align: center;
  padding: 15px;
}
/* ステップ別表示設定
-------------------------*/
.formLayout.input_now .display_check, .formLayout.check_now .display_input {
  display: none;
}
/* ステップ
  ----------------------------------------- */
ul#step {
  display: block;
  width: 100%;
  margin: 15px auto 5px;
  background: #e9e9e9;
  border: 1px solid #ccc;
  color: #000;
}
ul#step li {
  display: block;
  width: 33.333%;
  height: auto;
  float: left;
  padding: 12px 0px;
  text-align: center;
}
ul#step li.active {
  background: #fff;
}
ul#step li.next {
  background: url(../images/liNext.png) left center no-repeat;
}
ul#step li.end {
  background: url(../images/liEnd.png) right center no-repeat;
}
ul#step li.end02 {
  background: url(../images/liEnd02.png) right center no-repeat;
}
/* フォーム */
.formLayout {
  padding: 0;
  color: #000;
  margin-bottom: 60px;
}
.formLayout dl {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  background: #f0f0f0;
  border: 1px solid #d6d6d6;
  border-bottom: 0;
  font-size: 110%;
  line-height: 150%;
}
.formLayout dl dt {
  text-align: center;
  font-weight: normal;
  padding: 15px;
  line-height: 150%;
  float: left;
}
.formLayout dl dd {
  padding: 15px;
  line-height: 150%;
  background: #fafafa;
  float: right;
  width: 660px;
  border-left: 1px solid #d6d6d6;
}
.formLayout dl dd span {
  line-height: 150%;
}
.formLayout dl dd span.checked_on {
  line-height: auto;
}
.formLayout dl dd input, .formLayout dl dd textarea, .formLayout dl dd select {
  padding: 5px;
}
.formLayout dl dd .formType01 {
  width: 300px;
}
.formLayout dl dd div {
  margin: 7px 0 0 20px;
}
.formLayout dl dd div label {
  margin-left: -20px;
  text-indent: 20px;
  line-height: 130%;
}
.formLayout .submit input {
  width: 350px;
  float: none;
  display: inline;
}
.formLayout .submit input:hover {
  opacity: .85; /* Standard: FF gt 1.5, Opera, Safari */
  filter: alpha(opacity=85); /* IE lt 8 */
  -ms-filter: "alpha(opacity=85)"; /* IE 8 */
  -khtml-opacity: .85; /* Safari 1.x */
  -moz-opacity: .85; /* FF lt 1.5, Netscape */
  cursor: pointer;
}
/* フォームの詳細設定 */
#vl001dl dd {
  min-height: 22px;
}
#vl002dl dd {
  min-height: 22px;
}
#vl003dl dd {
  min-height: 22px;
}
#vl004dl dd {
  min-height: 22px;
}
#vl005dl dd {
  min-height: 22px;
}
#vl006dl dd {
  min-height: 70px;
}
#vl003 {
  margin-bottom: 5px;
}
#vl004 {
  margin-bottom: 5px;
}
#vl005 {
  margin-bottom: 5px;
}
#vl006 {
  margin-bottom: 5px;
}
#vl007 {
  margin-bottom: 5px;
}
#vl008 {
  margin-bottom: 5px;
}

/* エラーメッセージ
-------------------------------------------------*/
.formLayout #errorMessage {
	width:90%;
	background:#FFF;
	border:3px solid #f00;
	padding:20px;
	margin:0 auto 10px auto;
	color:#F00;
}

/* 入力確認切り替え
-------------------------------------------------*/
.formLayout.input_now .display_check,
.formLayout.check_now .display_input{
	display:none;
}
	
/* ラベル、チェック
-------------------------------------------------*/
label {
  display: inline-block;
  margin-right: 10px;
}

label input {
  margin-right: 5px;
}