@charset "UTF-8";

html, body {
	font-size: 18px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Yu Gothic", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	line-height: 1.5em;
	margin: 0;
	padding: 0;
}

body {
	background-image: url('img/back.png');
	background-attachment: fixed;
	background-size: cover;
	background-repeat: no-repeat;
	
}

img {
	max-width: 100%;
}

p {
	margin: 0.5em 0;
	padding: 0;
}
a img {
	text-decoration: none;
	cursor: pointer;
}
.big {
	font-size: 22px;
}
.bold {
	font-weight: bold;
}
.txt_c {
	text-align: center;
}
ul,ol {
	margin: 0.5em 0 1em 0;
}

#container {
	width: 1050px;
	margin: 0 auto;
	padding: 0;
}

header {
	width: 100%;
	display: block;
	position: relative;
}

.midashi {
	display: block;
	position: absolute;
	z-index: 1000;
	top: 20px;
	left: 50px;
	color: #ffffff;
}

h1 {
	display: block;
	position: absolute;
	z-index: 1000;
	top: 45px;
	left: 50px;
	font-size: 55px;
	color: #ffffff;
}
.telimg {
	display: block;
	position: absolute;
	width: 50px;
	top: 200px;
	right: 150px;
}
.mailimg {
	display: block;
	position: absolute;
	width: 70px;
	top: 220px;
	right: 50px;
}
article {
	display: block;
	width: calc(100% - 60px);
	margin: 0;
	padding: 0 30px;
}

section {
	display: block;
	width: 100%;
	margin: 0 0 50px 0;
	padding: 0;
}
h2 {
	background-repeat: no-repeat;
	padding-left: 95px;
	padding-top: 30px;
	padding-bottom: 25px;
	border-bottom: 3px solid #ffa500;
	font-size: 50px;
}
h2.no00 {
	background-image: url('img/00.png');
}
h2.no01 {
	background-image: url('img/01.png');
}
h2.no02 {
	background-image: url('img/02.png');
}
h2.no03 {
	background-image: url('img/03.png');
}

p.tejun {
	font-size: 22px;
	font-weight: bold;
	line-height: 1.8em;
}

.privacy_box {
	width: 95%;
	height: 300px;
	overflow-y: scroll;
	border: 2px solid #ffa500;
	padding: 8px;
}

table {
	width: 98%;
}
th {
	width: 20%;
	text-align: left;
}

input.text {
	font-size: 18px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Yu Gothic", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	padding: 5px;
	margin: 10px 0;
	width: calc(95% - 10px);
	border: 1px solid #ffa500;
}
textarea {
	font-size: 18px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Yu Gothic", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	padding: 5px;
	margin: 10px 0;
	width: calc(95% - 10px);
	border: 1px solid #ffa500;
	height: 350px;
	resize: none;
}

.button {
	padding: 20px 50px;
	font-size: 22px;
	color: #ffffff;
	font-weight: bold;
	background-color: #ffa500;
	border-radius: 10px;
	border: 0 none;
	cursor: pointer;
}

footer {
	width: 100%;
	margin: 0;
	padding: 20px 0;
	text-align: center;
	background-color: #ffa500;
}

@media (max-width:768px) {
	#container {
		width: 100%;
	}
	
	.midashi {
		top: 5%;
		left: 5%;
		font-size: 12px;
	}
	
	h1 {
		top: 12%;
		left: 5%;
		font-size: 25px;
	}
	.telimg {
		width: 20px;
		top: 50%;
		right: 17%;
	}
	.mailimg {
		width: 30px;
		top: 55%;
		right: 5%;
	}
	h2 {
		background-size: 17%;
		padding-left: 20%;
		font-size: 30px;
		padding-bottom: 10px;
		padding-top: 15px;
	}
	th, td {
		display: block;
		width: 100%;
	}
	textarea {
		height: 280px;
	}
}