@charset "utf-8";
/* CSS Document */
.form_unit {
	width:100%;
	margin:30px auto;
  padding-bottom: 30px;
}
#entry {
	width: 90%;
	max-width: 750px;
	margin: 0 auto;
	line-height: 120%;
}

/*フォーム初期化*/
input, button, textarea, select {
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
	/*outline: none;*/
	appearance: none;
	font-size: 18px;
	line-height:1.5;
}
input[type="text"],
input[type="email"],
textarea {
	/*border:1px #CCC solid;*/
	padding:10px;
	width:100%;
  color: #333333;
	background: #efefef;
	border-radius: 5px;
}
input.p-postal-code{
	width:6em;
}
input.telno{
	width:15em;
}
input[type="submit"] {
	border-radius:10px;
  background-image: linear-gradient(90deg, #6FBA2C, #39b693, #0d8777);	width:40%;
  margin: 0 10px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  color: #FFFFFF;
  font-size: 120%;
  letter-spacing: 0.2em;
  cursor: pointer;
}
input[type="reset"],
input[type="button"]{
  width: 30%;
	border-radius:10px;
	background-color:#CECECE;
  margin: 0 10px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
input[type="reset"]:hover,
input[type="button"]:hover{
	background-color:#B0B0B0;
  color: #FFFFFF;
}
input[type="submit"]:hover{
  background-image: linear-gradient(90deg, #41abd8 40%, #39b693 100%);
  transition: all 0.5s;
}


.form_unit dl{
	width: 100%;
  display: flex;
  margin:0 auto 1.5em;
	border-bottom: 1px solid #bbb;
	padding-bottom: 1.5em;
}
.form_unit dl dt{
  width: 30%;
  padding-top: 1em;
	color:#2c2319;
	font-weight: bold;
}
.form_unit dl dt span{
	display: inline;
	margin-right: 0;
	margin-left: 10px;
	padding: 2px 5px;
	background: red;
	border-radius: 5px;
	color: #fff;
	font-size: .7rem;
	font-weight: 400;
	white-space: nowrap;
}
.form_unit dl dd{
  width: 75%;
}

@media screen and (max-width:767px) {
	.form_unit dl{
		flex-wrap: wrap;
	}
  .form_unit dl dt{
     width: 100%;
    margin-bottom: 10px;
  }
  .form_unit dl dd{
    width: 100%;
		margin: 0;
		padding: 0;
  }
}


::placeholder {
  font-size: 90%;
	color: #bbb;
}
input:focus, textarea:focus {
	transition: .1s;
}
.submitarea {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 50px 0;
}

@media screen and (max-width: 767){

}

main#thanks #footer {
	position: fixed;
  bottom: 0;
  width: 100%;
}



/*確認画面*/
#confirm {
	display: none;
	width: 90%;
	max-width: 750px;
	margin: 0 auto;
	line-height: 120%;
}
#confirm dd {
	padding:10px;
	width: 75%;
  color: #333333;
	background: #efefef;
	border-radius: 5px;
  font-size: 120%;
}
/*リキャプチャアイコン*/
