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

#title{
background: url("../img/02-title.png") no-repeat;
background-position:center bottom;
background-size:cover;  
max-width: 1200px;
height: 400px;
margin: 0 auto;
position: relative;
}
#title h2{
position: absolute;
bottom: 0;
left: 50px;
color: #fff;
font-size: 300%;
padding: 20px;
font-weight: 900;
line-height: 0.7em;
}
#title font{
font-size: 45%;
font-weight: 500;
}
.tit,.sen{
text-align: left!important;
padding: 0 20px;
}
.sen{
margin-left: 1em;
}

.contents.bg1 {
	background: #fff;	/*背景色*/
	border-top: none;		/*上の線の幅、線種、色*/
	border-bottom: none;	/*下の線の幅、線種、色*/
}
.ta1 th{
text-align: left;
vertical-align: top;
}
.ta1, .ta1 td, .ta1 th {
	border: 1px solid #DADADA;
}
.ta1 textarea{
	border: 1px solid #DADADA;
}
input{
margin-left: 10px;
margin-right: 10px;
}
h3{
font-size: 1.5em;
}
p{
margin: 20px 0;
}


