@charset "UTF-8";
body {
	line-height: 1.8;		/*行間 2.5*/
}


/*section1の設定*/
#section1 {
	background-color: transparent;	/* 画像を見せるため透明色に */
	color: #fff;	/*文字色*/
}
#section1::before {
	background: url('https://versatile.wp-customize.xyz/wp-content/uploads/2024/10/section1-1.jpg') no-repeat center center / cover;	/*背景画像の読み込み*/
}

/*section2の設定  */
#section2::before {
	background: url('https://versatile.wp-customize.xyz/wp-content/uploads/2024/10/section2-1.jpg') no-repeat center center / cover;	/*背景画像の読み込み*/
}

/*section3の設定*/
#section3::before {
	background: url('https://versatile.wp-customize.xyz/wp-content/uploads/2024/10/section3-1.jpg') no-repeat center center / cover;	/*背景画像の読み込み*/
}

/*section4の設定*/
#section4 {
	border: solid 1px #777;
	border-right: none;
}
#section4::before {
	background: #333; /*section4だけは背景画像ではなく、単に背景色だけ指定しました。*/
}

/*section5の設定*/
#section5 {
	background-color: rgba(130, 36, 227, 0.8);	/*背景色。３つ目までの数字はrgbでの色指定。最後の小数点は透明度。*/
	color: #fff;	/*文字色*/
}
#section5::before {
	background: url('https://versatile.wp-customize.xyz/wp-content/uploads/2024/10/section3-1.jpg') no-repeat center center / cover;	/*背景画像の読み込み*/
}

	/*縦向き端末から見た場合に背景画像をチェンジする*/
	@media (orientation: portrait) {

	#section1::before {
		background-image: url('https://versatile.wp-customize.xyz/wp-content/uploads/section3_portrait.jpg.webp');
	}
	#section2::before {
		background-image: url('https://versatile.wp-customize.xyz/wp-content/uploads/section2_portrait-1.jpg.webp');
	}
	#section3::before {
		background-image: url('https://versatile.wp-customize.xyz/wp-content/uploads/section1_portrait.jpg.webp');
	}
	#section4::before {
		background: #333;	/*section4だけは背景画像ではなく、単に背景色だけ指定しました。*/
	}
	#section5::before {
		background-image: url('https://versatile.wp-customize.xyz/wp-content/uploads/sample13.jpg.webp');
	}

	}
	/*追加指定ここまで*/


.mw_wp_form {
  width: 100%;
  color: #fff;
}

.mw_wp_form table.mailform-tbl {
  width: 100%;
  margin-bottom: 40px;
}

.mw_wp_form table tr {
  width: 100%;
  border-bottom: 1px dotted #ccc;
  padding: 30px 0;
  font-weight: normal;
}

.mw_wp_form table tr:first-child {
  border-top: 1px dotted #ccc;
}

.mw_wp_form table th {
  text-align: left;
  vertical-align: top;
  font-weight: normal;
  width: 29%;
  float: left;
  padding: 20px 10px;
}

.mw_wp_form table th .attention {
  font-size: 80%;
  margin-left: 10px;
  color: red;
  padding: 3px;
}

.mw_wp_form table td {
  padding: 20px 0;
  width: 71%;
  float: left;
}

.mw_wp_form table td.w50 input, .mw_wp_form table td.w50 select {
  width: 50%;
  box-sizing: border-box;
}

.mw_wp_form table td.w80 input, .mw_wp_form table td.w80 select {
  width: 80%;
  box-sizing: border-box;
}

.mw_wp_form table td.w80 textarea {
  width: 95%;
  font-size: 16px;
  box-sizing: border-box;
}

.mw_wp_form #submit-button {
  text-align: center;
}

.mw_wp_form #submit-button input,
.mw_wp_form a.mwform-home-button {
  margin: 1em;
  display: inline-block;
  padding: 10px 30px;
  border: 1px solid #c19e56;
  background: #c19e56;
  color: #fff;
  box-sizing: border-box;
  height: 40px;
  -webkit-appearance: none;
  font-size: 90%;
  border-radius: 15px;
  text-decoration: none;
}

.mw_wp_form a.mwform-home-button {
  padding: 8px 30px 10px;
  font-weight: 600;
  font-size: 90%;
}

.mw_wp_form #submit-button input[name="submitBack"] {
  margin: 1em;
  display: inline-block;
  padding: 10px 30px;
  border: 1px solid #999;
  background: #999;
  color: white;
  box-sizing: border-box;
  height: 40px;
  -webkit-appearance: none;
  border-radius: 5px;
  font-size: 90%;
}

.mw_wp_form .form_step {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0 20px 0;
  list-style: none;
}

.mw_wp_form .form_step>li {
  display: block;
  position: relative;
  padding: 0.5em;
  width: 22%;
  border: solid 1px currentColor;
  color: #C19E56;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin: 0;
}

.mw_wp_form .form_step>li:nth-of-type(n + 2) {
  margin: 0px 0px 0px 4%;
}

.mw_wp_form .form_step>li:nth-of-type(n + 2):before {
  position: absolute;
  top: 50%;
  left: -1.5em;
  width: 0.5em;
  height: 0.5em;
  border-top: 2px solid #C19E56;
  border-left: 2px solid #C19E56;
  transform: translateY(-50%) rotate(135deg);
  content: "";
}

.mw_wp_form_input .form_step>li:nth-of-type(1), .mw_wp_form_preview .form_step>li:nth-of-type(2), .mw_wp_form_complete .form_step>li:nth-of-type(3) {
  background-color: #C19E56;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .mw_wp_form .form_step>li {
    font-size: 10px;
    width: 30%;
  }
  .mw_wp_form table td {
    width: 65%;
    float: right;
  }
  .mw_wp_form table td.w50 input, .mw_wp_form table td.w50 select {
    width: 100%;
    box-sizing: border-box;
  }
  .mw_wp_form table td.w80 input, .mw_wp_form table td.w80 select {
    width: 100%;
    box-sizing: border-box;
  }
  .mw_wp_form table td.w80 textarea {
    width: 100%;
    box-sizing: border-box;
  }
}


.mw_wp_form .error {
  display: inline;
  position: relative;
  padding-left: 1em;
  color: red;
}
.mw_wp_form .error::before {
  content: "*";
  font-size: 1.3em;
  position: absolute;
  left: 0.3em;
  top: -0.3em;
}

