@charset "utf-8";
/* CSS Document */

article {
	min-height: 200px;
}

/*form01*/
.form01 {
	display: flex;
	display: -webkit-box;
	display: -ms-flexbox;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 1000px;
	margin: 40px auto 20px;
}
.form01 .txt01 {
	font-size: 14px;
	line-height: 1.6;
	letter-spacing: 1px;
}
.form01 .txt02 {
	font-size: 16px;
	line-height: 1.6;
}
.form01 .txt02 img {
	margin: 0 0 3px 15px;
}
.form01 .txt02 a {
	pointer-events: none;
}
.form01 .txt02 span {
	display: block;
	padding-top: 5px;
	padding-right: 90px;
	font-size: 13px;
	text-align: right;
}

/*form02*/
.form02 {
	width: 1000px;
	margin: 0 auto 80px;
	border-top: 1px solid #E3E3E3;
}
.form02 dl {
	display: flex;
	display: -webkit-box;
	display: -ms-flexbox;
	border-bottom: 1px solid #E3E3E3;
}
.form02 dl dt {
	box-sizing: border-box;
	position: relative;
	width: 220px;
	padding: 20px 2px;
	font-size: 16px;
	line-height: 2;
	letter-spacing: 0.6px;
}
.form02 dl dt.must:after {
	content: "必須";
	display: block;
	position: absolute;
	top: 20px;
	right: 20px;
	width: 68px;
	height: 40px;
	background: #00E171;
	color: #FFF;
	text-align: center;
	line-height: 40px;
}
.form02 dl dd {
	box-sizing: border-box;
	width: 780px;
	padding: 20px 0;
	font-size: 16px;
	line-height: 2;
	letter-spacing: 0.6px;
}
.form02 dl dd input[type="checkbox"] {
	visibility: hidden;
	position: absolute;
}
.form02 dl dd input[type="checkbox"] + label {
	box-sizing: border-box;
	display: inline-block;
	padding: 0 0 0 38px;
	background: url(../img/checkbox_off.png) no-repeat 0 center;
	line-height: 28px;
}
.form02 dl dd input[type="checkbox"]:checked + label {
	background-image: url(../img/checkbox_on.png);
}
.form02 dl dd input[type="text"] {
	box-sizing: border-box;
	width: 100%;
	height: 40px;
	border: 1px solid #CCC;
	font-size: 16px;
	line-height: 2;
}
.form02 dl dd select {
	box-sizing: border-box;
	width: 300px;
	height: 40px;
	border: 1px solid #CCC;
	font-size: 16px;
	line-height: 2;
}
.form02 dl dd textarea {
	box-sizing: border-box;
	width: 100%;
	height: 200px;
	border: 1px solid #CCC;
	font-size: 16px;
	line-height: 2;
}
.form02 dl dd .list01 {
	display: flex;
	display: -webkit-box;
	display: -ms-flexbox;
  	-ms-flex-wrap: wrap;
  	flex-wrap: wrap;
	width: 540px;
}
.form02 dl dd .list01 li {
	width: 180px;
}
.form02 dl dd .list01 li:last-child {
	margin-top: 10px;
}
.form02 dl dd .list02 li {
	display: flex;
	display: -webkit-box;
	display: -ms-flexbox;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 14px;
}
.form02 dl dd .list02 li:last-child {
	margin-bottom: 0;
}
.form02 dl dd .list02 li label {
	display: block;
	width: 130px;
}
.form02 dl dd .list02 li #address1 ,
.form02 dl dd .list02 li #address2 {
	width: 300px;
}
.form02 dl dd .list02 li #address3 ,
.form02 dl dd .list02 li #address4 {
	width: 650px;
}
.form02 .privacy {
	margin-top: 30px;
	margin-bottom: 15px;
	font-size: 14px;
}
.form02 .privacy p {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.form02 .privacy .inner {
	box-sizing: border-box;
	width: 1000px;
	height: 180px;
	margin: 15px 0;
	padding: 10px 12px;
	border: 1px solid #E3E3E3;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	line-height: 1.3;
	overflow-x: hidden;
	overflow-y: auto;
}
.form02 .subchk label {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
}
.form02 .subbtn {
}
.form02 .subbtn input[type="submit"] {
	display: block;
	width: 381px;
	height: 73px;
	margin: 0 auto;
	background: #FFF url(../img/form_btn.png) no-repeat;
	border: none;
	color: #FFF;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 18px;
	cursor: pointer;
	text-align: center;
}
.form02 .subbtn input[type="submit"]:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
}
.form02 .subbtn input[type="submit"]:active {
	border: none;
}

/*送信確認画面・完了画面のスタイル*/
.form02 .ttl {
	box-sizing: border-box;
	width: 100%;
	height: 130px;
	padding-top: 40px;
	color: #FFF;
	font-size: 30px;
	font-weight: bold;
	background: #3DFF9E;
	text-align: center;
}
.form02 .txt {
	margin: 20px 0;
	font-size: 16px;
	line-height: 2;
}
.form02 .error_messe {
	padding: 15px 5px;
	border-top: 1px solid #E3E3E3;
	color: #F00;
	font-size: 16px;
}
.form02 .error_messe:last-child {
	border-bottom: 1px solid #E3E3E3;
}
.form02 .sysbtn {
	width: 200px;
	height: 30px;
	background: #E3E3E3;
	border: none;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	color: #333;
	font-size: 14px;
	cursor: pointer;
}
.form02 .sysbtn:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
}
