*{
	margin:0;
 	padding:0;
	color:white;
	background-color: black;

}

ul{
  list-style:none;
}

#content_wrap{
	padding: 100px 0;
	width:60%;
	margin: 0 auto;
}

#content_wrap .content_title{
	text-align: center;
}
.caution_wrap{
	width:100%;
	text-align: center;
	padding:30px 0;
}
.top_caution {
	display:inline-block;
	border-bottom: 1px solid #999;
}
.top_caution span{
	color:red;
}

/*-------  input[] ------*/
input[type=text] {
	background-color: rgba(0,0,0,0);
	width:60%;
	font-size: 100%;
	/*-webkit-appearance:none;
	border-right:none;
	border-left:none;
	border-top:none;
	border-bottom:2px solid white;-*/
	box-sizing: border-box;
	border:0.3px solid white;
	padding: 5px 10px;
}

/*------- 記入項目 -------*/
.element_wrap {
	margin-bottom: 10px;
	padding: 10px 0;
	border-bottom: 1px solid #ccc;
	text-align: left;
}

.element_wrap label {
	display: inline-block;
	margin-bottom: 10px;
	font-weight: bold;
	width: 200px;
	vertical-align: top;
}
.element_wrap label span {
	color:red;
}
.element_wrap p {
	display: inline-block;
	margin:  0;
	text-align: left;
}
.element_wrap .text_form {
	word-break:break-all;
}
.country_wrap {
	margin-bottom: 10px;
	padding: 10px 0;
	border-bottom: 1px solid #ccc;
	text-align: left;

}
.country_wrap label{
	display: inline-block;
	margin-bottom: 10px;
	font-weight: bold;
	width: 200px;
	vertical-align: top;
}
.gender_wrap{
	margin-bottom: 10px;
	padding: 10px 0;
	border-bottom: 1px solid #ccc;
	text-align: left;
}
.gender_wrap .gender_title{
	display: inline-block;
	margin-bottom: 10px;
	font-weight: bold;
	width: 200px;
	vertical-align: top;
}
.gender_wrap span {
		color:red;
}

label[for=gender] {
	margin-right: 10px;
	background-color:white;

}

select[name=countrys] {
	background-color: white;
	color:black;
	height:28px;
}
textarea[name=contact] {
	padding: 5px 10px;
	width: 100%;
	height: 150px;
	font-size: 100%;
	border:0,3px solid white;
	background-color: rgba(0,0,0,0);
	box-sizing:border-box;
}

.error_list {
	padding: 10px 30px;
	color: white;
	font-size: 86%;
	text-align: left;
	border: 1px solid #ff2e5a;
	margin:10px 0;
}

/*------- 確認画面 -------*/
.kara{
	padding:30px 0;
	width:100%;
}

.confirm_wrap{
	width:100%;
	padding:10px 0;
	font-size:16px;
	text-align: left;
    border-bottom: 1px solid #ccc;
}
.confirm_wrap label{
	width:180px;
	display:inline-block;
	font-weight: bold;
}
.confirm_wrap .text_form {
	word-break: break-all;
}
/*------- 送信完了 -------*/
.send_mail{
  font-size:22px;
  margin:50px 0;
  text-align: center;
}


/*------- ボタン -------*/
.bt_wrapper{
	text-align: center;
}

input[name=btn_back],
input[name=btn_submit]{
	margin-right: 20px;
	margin:80px 0 80px 0;
	width:250px;
	font-size: 20px;
	padding:5px 0;
	color: #000;
	cursor: pointer;
	border: none;
	background: white;
}

input[name=btn_confirm] {
	margin:40px 0 20px 0;
	width:250px;
	font-size: 20px;
	padding:5px 0;
	color: #000;
	cursor: pointer;
	border: none;
	background: white;

}
