*,
*:before,
*:after {
	box-sizing: border-box;
}

/* レスポンシブコンテナ */
.container {
	width: 100%;
	padding: 0 15px;
	margin: 0 auto;
}
@media (min-width: 576px) {
	.container {
		max-width: 540px;
	}
}
@media (min-width: 768px) {
	.container {
		max-width: 720px;
	}
}
@media (min-width: 992px) {
	.container {
		max-width: 960px;
	}
}
@media (min-width: 1200px) {
	.container {
		max-width: 1140px;
	}
}

/* テキスト中央揃え */
.textCenter {
	text-align: center;
}

/* テキスト中央揃え */
.imgResponsive {
	max-width: 100%;
	height: auto;
}

/* テーブル */
.table {
	width: 100%;
	border: 1px solid #ccc;
	border-collapse: collapse;
}
@media (max-width: 575px) {
	.table {
		border-width: 1px 1px 0;
	}
}
.table tr th {
	padding: 5px;
	border: 1px solid #ccc;
	background: #eee;
}
@media (max-width: 575px) {
	.table tr th {
		display: block;
		width: 100%;
		border-width: 0 0 1px;
	}
}
@media (min-width: 576px) {
	.table tr th {
		width: 200px;
	}
}
.table tr td {
	padding: 5px;
	border: 1px solid #ccc;
}
@media (max-width: 575px) {
	.table tr td {
		display: block;
		width: 100%;
		border-width: 0 0 1px;
	}
}

body {
	background: #ebd5d4;
	font-family: 'Helvetica Neue', Arial, 'ヒラギノ角ゴ ProN W3', 'メイリオ', sans-serif;
	font-size: 14px;
}

header {
	padding: 40px 0;
	background: url(../../common/img/fv_1.png) no-repeat center center fixed;
	background-size: cover;
}

header h1 {
	font-size: 0;
}

header h2 {
	margin: 20px 0 0;
	color: #fff;
}

section {
	padding: 30px 0 20px;
	background: #fff;
}

input[name='名前'],
input[name='電話番号'],
input[name='郵便番号'] {
	width: 100%;
	max-width: 200px;
	border-radius: 0;
	margin: 0;
	box-shadow: none;
}

input[name='email'] {
	width: 100%;
	max-width: 300px;
	border-radius: 0;
	margin: 0;
	box-shadow: none;
}

input[name='住所'] {
	width: 100%;
	max-width: 400px;
	border-radius: 0;
	margin: 0;
	box-shadow: none;
}

select[name='年齢'] {
	border-radius: 0;
	margin: 0;
	box-shadow: none;
}

textarea[name='備考欄'] {
	width: 100% !important;
	max-width: 100% !important;
	height: 60px !important;
	border-radius: 0;
	margin: 0;
	box-shadow: none;
}

.mfp_buttons button {
	display: inline-block;
	border: 1px solid #ccc !important;
	border-radius: 0 !important;
	margin: 0 5px;
	background: #eee !important;
	font-size: 14px !important;
}

footer {
	background: #ebd5d4;
}
