@charset "utf-8";
/* CSS Document */
#ttlArea {
  width: 100%;
  height: 460px;
  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: 460px;
  margin: 0 auto;
  position: relative;
}
.ttlBox {
  position: absolute;
  top: 185px;
  width: 200px;
  height: 200px;
  display: block;
  background-image: url(../../common/images/bg_murasaki.jpg);
  opacity: 0.8;
}
.ttlBlock h1 {
  position: absolute;
  top: 245px;
  width: 200px;
  height: auto;
  text-align: center;
}
/* メインコンテンツ*/
#contentsArea {
}
#contentsArea article {
  width: 1000px;
  margin: 0 auto 20px;
}
#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 {
  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;
}

/* SmartPhone用設定
------------------------------------------------------------------- */
@media screen and (min-width: 320px) and (max-width: 767px) {
#ttlArea {
  height: 200px;
}
.ttlBlock {
  width: 100%;
  height: 200px;
  margin: 0 auto;
  position: relative;
}
.ttlBox {
  display: none;
}
.ttlBlock h1 {
  top: 85px;
  width: 100%;
}
/* メインコンテンツ*/
#contentsArea {
}
#contentsArea article {
  width: 96%;
  margin: 0 auto 20px;
}
#contentsArea article .txt {
  color: #fff;
  line-height: 1.5em;
  padding: 10px 0;
}
.formInfo {
  padding: 20px 0 0;
}
.dot {
  font-size: 85%;
  vertical-align: middle;
  color: #9e4660;
  line-height: 160%;
  padding-right: 3px;
}
.example {
  color: #9e4660;
  font-size: 85%;
  font-weight: normal;
  line-height: 150%;
  padding: 5px 0 0;
}
.submit {
  text-align: center;
  padding: 15px;
}
/* ステップ
  ----------------------------------------- */
ul#step {
  display: block;
  width: 98%;
  margin: 0 auto 10px;
  box-sizing: border-box;
}
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 {
  margin-bottom: 20px;
}
.formLayout dl {
  width: 98%;
  margin: 0 auto;
  padding: 0;
  border-bottom: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.formLayout dl dt {
  text-align: center;
  font-weight: normal;
  padding: 13px;
  line-height: 150%;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.formLayout dl dd {
  padding: 13px;
  line-height: 150%;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.formLayout dl dd input, .formLayout dl dd textarea {
  padding: 5px;
}

.formLayout dl dd select {
  padding: 5px;
}




.formLayout input[type='text'],
.formLayout input[type='tel'],
.formLayout input[type='email'],
.formLayout textarea,
.formLayout select {
  font-size: 16px;
}

.vl001,
.vl002,
.vl007,
.vl008,
.vl017,
.vl018,
.vl019 {
  max-width: 100%;
}



}


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

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

label input {
  margin-right: 5px;
}

/* フォームの詳細設定 */

.formLayout .submit input {
  width: 280px;
  float: none;
  display: inline;
  margin: 0 auto;
}
