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

h2{
	background:url(../../img/base/h2_2.png) !important;
	width:870px !important;
	}

h2:before{
	content:url(../../img/corporation/use_tit.png);
	position:absolute;
	top:8px;
	left:25px;
	border:none !important;
	}

article{
	width:100%;
	}

.secom{
	display:block;
	width:75px;
	float:right;
	position:relative;
	top:-10px;
	}


table{
	border-spacing:5px;
	margin:20px 0;
	width:100%;
	}
th, td{
	background:#d8e8f8;
	line-height:30px;
	padding:10px 20px;
	}
tr:first-child th{
	border-radius:10px 0 0 0;
	}
tr:first-child td:last-child{
	border-radius:0 10px 0 0;
	}
tr:last-child th{
	border-radius:0 0 0 10px;
	}
tr:last-child td:last-child{
	border-radius:0 0 10px 0;
	}
th{
	text-align:left;
	font-weight:bold;
	padding-left:80px;
	position:relative;
	vertical-align:top;
	width:35%;
	}
td{
	text-align:left;
	}

th.indi:before{
	content:"必須";
	float:right;
	position:relative;
	top:8px;
	left:-240px;
	font-weight:normal;
	font-size:10px;
	background:#eb6626;
	color:#fff;
	border-radius:3px;
	display:inline-block;
	line-height:10px;
	padding:3px 5px;
	}
th span{
	display:block;
	float:right;
	position:relative;
	}
span.indi:before{
	content:"必須";
	position:absolute;
	left:-40px;
	top:7px;
	font-weight:normal;
	font-size:10px;
	background:#eb6626;
	color:#fff;
	border-radius:3px;
	display:block;
	line-height:10px;
	padding:3px 5px;
	}

input:not([type="checkbox"]),textarea{
	width:400px;
	padding:1px;
	}
td input[type="text"]:nth-of-type(2){
	margin:10px 0;
	}
	

form{
	text-align:center;
	}

.button{
	background:url(../../img/base/button3.png) no-repeat;
	width:285px !important;
	height:44px;
	display:block;
	border:none;
	padding-left:50px !important;
	cursor:pointer;
	margin:20px auto;
	}