*, *:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
html,
body{
	margin-top: 0;
}
#mainWrap{
	width: 100%;
	max-width: 100%;
}
#mainWrap h1{
	position: relative;
	text-align: center;
	color:#fff;
	font-size: 14px;
	background-color: #67c5f0;
	padding-top: 14px;
	padding-bottom: 14px;
	box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
}
#mainWrap h1:before{
	position: absolute;
	top: 0px;
	left: 0px;
	content: '';
	background-image: url(../images/pdf/pdf-logo.jpg);
	background-size: cover;
	width: 51px;
	height: 51px;
	display: inline-block;
}
#mainWrap table{
	width: 100%;
}
#mainWrap table *{
	font-size: 16px;
}

#mainWrap table td{
	background-color: #f5f5f5;
	padding: 16px 15px;
}
#mainWrap table th{
	text-align: right;
	vertical-align: top;
	padding: 12px 0;
	color:#000;
	font-size: 12px;
}
#mainWrap table td input{
	border-radius: 0.2em;
    border: 1px solid rgba(255, 255, 255, 0.5);
    box-shadow: 0 2px 0 #eee;
    background-color: white;
	padding: 12px 4px;
	width: 100%;
}
#mainWrap table td textarea{
	border-radius: 0.2em;
    border: 1px solid rgba(255, 255, 255, 0.5);
    box-shadow: 0 2px 0 #eee;
    background-color: white;
    width: 100%;
    padding: 10px;
}
select.talent1{
	border:1px solid #aaa;
	padding: 5px;
	border-radius: 4px;
	width: 100%;
	height: 300px;
}
input[type="submit"]{
	padding: 10px 50px;
	display: block;
	margin: 20px auto;
	background-color: #67c5f0;
	border-radius: 4px;
	color:#fff;
	font-size: 20px;
}
div.wpcf7-mail-sent-ok{
	color:#333;
	font-size: 16px;
}

select.talent1{
	background-color: #fff;
	border:1px solid #eee;
	padding: 12px 4px;
	border-radius: 0px;
}

.wpcf7-form-control-wrap.your-name select,
.wpcf7-form-control-wrap.yourmail select {
  -moz-appearance: none;
  -webkit-appearance: none;
  -o-appearance: none;
  -ms-appearance: none;
  appearance: none;
  border-radius: 0;
  border: 0;
  margin: 0;
  padding: 0;
  background: none transparent;
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
  box-sizing: content-box;
}


.wpcf7-form-control-wrap.your-name,
.wpcf7-form-control-wrap.yourmail {
	width: 290px;
  overflow: hidden;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  position: relative;
  border-radius: 0.2em;
  border: 1px solid rgba(255, 255, 255, 0.5);
  box-shadow: 0 2px 0 #AAA;
  background-color: white;
}
.wpcf7-form-control-wrap.your-name select,
.wpcf7-form-control-wrap.yourmail select {
  width: 130%;
  padding: 0.6em 2.4em 0.6em 0.6em;
  font-size: 1rem;
}
.wpcf7-form-control-wrap.your-name:after,
.wpcf7-form-control-wrap.yourmail:after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 1.8em;
  display: block;
  content: "";
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAGFBMVEUAAAAZJCYWISIYIyQYIiUWIiIYIyQYIiXh0rToAAAACHRSTlMA/hTRqiinvwFkb0sAAABCSURBVHjajchBDsAgDAPBOJDw/x+XVN0icQGfPGs3i+2GEqeiLCXWLENzvdzrDfP2ls/NjfKbgimYglfBq2Dm+LwHguMA235EdKYAAAAASUVORK5CYII=") center no-repeat;
  pointer-events: none;
}
#mainWrap table tr:first-child th:before{
	font-family: FontAwesome;
	content: '\f007';
}
#mainWrap table tr:nth-child(2) th:before{
	font-family: FontAwesome;
	content: '\f0e0';
}
#mainWrap table tr:nth-child(3) th:before{
	font-family: FontAwesome;
	content: '\f0c0';
}
#mainWrap table tr:nth-child(4) th:before{
	font-family: FontAwesome;
	content: '\f2ba';
}
#mainWrap table tr:nth-child(5) th:before{
	font-family: FontAwesome;
	content: '\f00c';
}
#mainWrap table tr:nth-child(6) th:before{
	font-family: FontAwesome;
	content: '\f086';
}
#mainWrap table th:before{
	font-weight: 400;
	color:#67c5f0;
	display: inline-block;
	margin-right: 10px;
	font-size: 20px;
}
#mainWrap table th{
	padding-right: 20px;
}
@media(max-width:767px){
	#mainWrap table th,
	#mainWrap table td{
		display: block;
		width: 100%;
		
	}
	#mainWrap table td{
		border-top: 1px solid #eee;
		border-bottom: 1px solid #eee;
		text-align: center;
		padding: 30px 15px;
	}
	#mainWrap table th{
		padding: 20px 15px;
		text-align: left;
	}
	#mainWrap table td p{
		font-size: 12px;
	}
	select.talent1{
		border:1px solid #aaa;
		padding: 5px;
		border-radius: 4px;
		width: 100%;
		height: 44px;
	}
	.fixed-footer:before{
		content: '';
		background-image: url(../images/pdf/submit.png);
		background-size: cover;
		width: 14px;
		height: 14px;
		display: inline-block;
		position: absolute;
 		top: 50%;
 		left: 50%;
 		margin-right: -50%;
 		-webkit-transform: translate(-30px, -50%); /* Safari用 */
 		transform: translate(-30px, -50%);
	}
	input[type="submit"]{
		-webkit-appearance: none;
		width: 100%;
		padding: 20px 0px;
		display: block;
		margin:0;
		background-color: #67c5f0;
		color:#fff;
		font-weight:bold;
		border-radius: 0;
		font-size: 12px;
	}
	#mainWrap h1{
		position: fixed;
	    top: 0;
	    width: 100%;
	    z-index: 999;
	}
	.fixed-footer{
		position: fixed;
	    bottom: 0;
	    width: 100%;
	    z-index: 999;
	}
	footer {
    	height: 38px;
    	display: none;
    }
    #mainWrap{
    	padding-bottom: 58px;
    	padding-top: 51px;
    }
}