@charset "UTF-8";
/* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}
.main-txt {
	margin-bottom: 40px;
}
.in {
	background: #ffffff;
	width: 100%;
	padding: 25px 60px;
}
@media screen and (max-width: 767px) {
	.in {
		padding: 4%;
	}
}
.in dl {
	border-bottom: 1px dashed #afafb0;
	display: table;
	width: 100%;
}
@media screen and (max-width: 767px) {
	.in dl {
		display: block;
		padding: 15px 0;
	}
}
.in dl:last-child {
	border-bottom: none;
}
.in dl input[type="text"],.in dl input[type="email"],.in dl input[type="tel"] {
	border: 1px solid #afafb0;
	padding: 6px 6px;
	min-width: 250px;
	font-size: 1.5rem;
}
.in dl textarea {
	font-size: 1.5rem;
	width: 100%;
	min-height: 300px;
	border: 1px solid #afafb0;
}
@media screen and (max-width: 767px) {
	.in dl textarea {
		min-height: 200px;
	}
}
	.in dl dt {
	font-weight: bold;
	width: 250px;
	line-height: 1.5;
}
.in dl dt span.hiss {
	display: block;
	color: #e00012;
	font-weight: bold;
	font-size: 1.3rem;
}
.in dl dt,.in dl dd {
	display: table-cell;
	padding: 25px 6px;
	vertical-align: top;
}
@media screen and (max-width: 767px) {
	.in dl dt,.in dl dd {
		padding: 6px 6px;
		display: block;
	}
}
.in dl dd span.placeholder {
	color: #afafb0;
	margin-left: 30px;
}
@media screen and (max-width: 767px) {
	.in dl dd span.placeholder {
		margin-left:0;
		display: block;
	}
}
.privacy-txt {
	text-align: center;
	margin-top: 35px;
	margin-bottom: 10px;
}
.privacy-txt a {
	text-decoration: underline;
}
.confirm-btn {
	text-align: center;
}
.confirm-btn input[type="submit"] {
	background: #eeaa30;
	color: #ffffff;
	padding: 15px 120px;
	font-size: 1.6rem;
	border-radius: 8px;
	border: none;
	font-weight: bold;
	cursor: pointer;
}
.submit-btn {
	display: table;
	margin: 0 auto;
	border-spacing: 12px 40px;
}
.submit-btn p {
	display: table-cell;
}
.submit-btn input[type="submit"],input[type="button"] {
	background: #eeaa30;
	color: #ffffff;
	padding: 15px 0;
	width: 180px;
	font-size: 1.6rem;
	border-radius: 8px;
	border: none;
	font-weight: bold;
	cursor: pointer;
}
input[type="button"] {
	background: #cccccc;
	color: #333333;
}
@media screen and (max-width: 767px) {
	.confirm-btn input[type="submit"] {
		padding: 8px 5%;
		width: 100%;
	}
}
.privacy {
	width: 800px;
	margin: 0 auto;
	display: none;
}
@media screen and (max-width: 767px) {
	.privacy {
		width: 100%;
	}
}
.privacy h3 {
	text-align: center;
	font-size: 2.4rem;
	font-weight: bold;
	margin-bottom: 15px;
}
.privacy h4 {
	font-weight: bold;
	font-size: 1.9rem;
	margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
	.privacy h4 {
		line-height: 1.3;
	}
}
.privacy div ul {
}
.privacy div {
	margin-bottom: 30px;
}

