@charset "UTF-8";

html {
	height:100%;
}
body {
	/*font-family:'Hiragino Kaku Gothic ProN','Lucida Grande',Meiryo, sans-serif;*/
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
	font-size:16px;
    line-height:2.0;
	color:#fff;
	height:100%;
	-webkit-text-size-adjust: 100%;
}
::selection {
	background: #d7d7d7;
}
::-moz-selection {
	background: #d7d7d7;
}
a {
	color:#fff;
	text-decoration:none;
}
a:hover {
	color:#fff;
	text-decoration:underline;
}

/* header */
.logo {
	width:560px;
	height:74px;
	margin:0 auto;
	padding:50px 0;
}

/* main */
.main_box {
	width:960px;
	margin:0 auto;
}
.main {
	float:left;
	width: 537px;
}
.txt_main {
	text-align:center;
	padding:80px 0 0 0;
}
.txt_main span{
	display:block;
	}
.icon_box {
	width:534px;
	height:200px;
	margin:0 auto;
	padding:50px 0 0 0;
}
.icon {
	width:158px;
	height:200px;
	padding:0 10px;
	float:left;
}
.txt_icon {
	text-align:center;
}
.form {
	float:right;
	width:320px;
	margin:80px auto 0 auto;
}
.form .col{

	}
.form .col .ttl{

	}
.form select{
	font-size: 18px;
    margin: 5px 0 20px;
    opacity: 0.6;
    padding: 5px 10px;
    /*
    -moz-appearance:none;
	-webkit-appearance:none;
	-o-appearance:none;
	-ms-appearance:none;
	*/
}
.form select:first-child{
	/*margin: 0 0 20px;*/
	}
.form p span{
	padding: 0 5px;
	}
input:-webkit-input-placeholder{
	/*opacity: 1;*/
	color:#444;
}
input::-webkit-input-placeholder{
	/*opacity: 1;*/
	color:#444;
}
input:-moz-placeholder{
	/*opacity: 1;*/
	color:#444;
}
input::-moz-placeholder{
	/*opacity: 1;*/
	color:#444;
}
input:-ms-input-placeholder {
	/*opacity: 1;*/
	color:#444;
}
.form_box {
	border:0;
	padding:10px;
	color:#000;
	width:300px;
	height:30px;
	margin:5px 0 20px;
	filter:alpha(opacity=60);
    -moz-opacity: 0.6;
    opacity: 0.6;
}
.form_btn {
	background-color:#e7bc19;
	color:#fff;
	width:320px;
	border:none;
	padding:15px 0;
	margin:20px auto 0 auto;
	font-size:18px;
	text-transform:uppercase;
	cursor:pointer;
	-webkit-transition: 0.3s ease-in-out;
}
.txt_btn {
	font-size:18px;
	text-align:center;
	background-color:#e7bc19;
	width:200px;
	margin:50px auto 0 auto;
	padding:10px;
	display: block;
	-webkit-transition: 0.3s ease-in-out;
}
.txt_btn:hover {
	text-decoration:none;
}

/* footer */
#footer {
	margin:100px 0 0 0;
}
.line {
	width:100%;
	height:1px;
	background-color:#fff;
}
.navi ul {
	font-size:0.8em;
	float:left;
	padding:10px 0 10px 30px;
}
.navi li {
	float:left;
	padding: 0 20px 0 0;
}
.txt_copy {
	font-size:0.8em;
	padding:10px 30px 10px 0;
	float:right;
}

.confirm{
	margin: 80px auto 0;
    width: 650px;
}
.confirm .wrapper{
	background-image: url("../images/opacity_white2.png");
	padding: 20px;
	margin-bottom: 40px;
	color: #333;
	}
.confirm .wrapper .caution{
	margin-bottom: 20px;
	}
.confirm table{
	width: 100%;
}
.confirm table th{

}
.confirm table td{

}
.comp {
	text-align:center;
	padding:80px 0 0 0;
}
.comp .ttl{
	margin-bottom:20px;
	}
.comp ul{
	display:table;
	margin: 20px auto 0;
	}
.comp ul li{
	text-align:left;
	}
.comp .caution{
	border: 1px solid #fff;
    margin: 40px auto 0;
    padding: 20px;
    width: 640px;
	}
.form_btn_area{
	margin:0 auto;
}
.form_btn_area ul{
	display:table;
}
.form_btn_area ul li{
	float:left;
	margin-left:10px;
}
.form_btn_area ul li:first-child{
	margin-left:0;
	}
.error{
	background: #fff none repeat scroll 0 0;
    color: red;
    margin-bottom: 20px;
    filter:alpha(opacity=60);
    -moz-opacity: 0.6;
    opacity: 0.6;
    padding: 10px;
}
.error ul{

}
.error ul li{

}