@charset "utf-8";
/* リセット用 */
h1, h2, h3, h4, h5, h6, p, pre, blockquote, address, ul, dl, ol, th, em {
    font-size: 100%;
    font-weight: normal;
    font-style: normal;
}
h1, h2, h3, h4, h5, h6 {
    clear: none;
    display: inline;
}
/*body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, p, blockquote, table, th, td {
    margin: 0;
    padding: 0;
	overflow-x: hidden;
}*/
img {
    border: 0;
    vertical-align: bottom;
}



/* ヘッダー用 */
header {
    display: block;
}

header .builder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: space-between;
    -webkit-box-pack: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 15px 0;
    position: relative;
}

.builder {
    width: 988px;
    margin: 0 auto;
    text-align: left;
}

header .builder .tel img {
    width: 280px;
    height: auto;
}


/* フッター用 */
footer {
    padding: 20px 0;
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}

footer a {
    margin-right: 20px;
}



/*タイトル用*/
.form_title {
	font-size: 25px;
	text-align: center;
	display: block;
	font-weight: bold
}



/*ipad以下*/
@media screen and (max-width: 769px) {
	/* ヘッダー用 */
	header .builder {
		display: block;
		padding: 15px 0;
		position: relative;
	}
	
	.builder {
		width: 94%;
		margin: 0 auto;
		text-align: left;
		overflow-x: hidden;
	}
	
	header .builder .tel {
		display: none;
	}
	
	header .builder h1 img {
		width: 40%;
		margin-right: 5%;
		height: auto;
	}
	

	
	/* フッター用 */
	footer {
		background: #eee;
		padding: 20px 30px;
		text-align: left;
		display: block;
		font-size: 13px;
	}
	
	footer a {
		margin-right: 20px;
	}
	

	
}