body {
	font-size: 14.5px;
	line-height: 1.5;
	letter-spacing: 0.1em;
}

.text_en {
	font-family: "Baskervville", serif;
	letter-spacing: 0.04em;
}

a {
	color: #f53e00;
	text-decoration: underline;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	-ms-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
a:hover {
	opacity:0.5;
	-moz-opacity:0.5;
	filter:alpha(opacity = 50);
}
img {
	max-width: 100%;
	height: auto;
}
a img {
	max-width: 100%;
	height: auto;
	border: none;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	-ms-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
a:hover img{
	opacity:0.7;
	-moz-opacity:0.7;
	filter:alpha(opacity = 70);
}

.text_box {
	padding: 0 30px;
}

h1 {
	text-align: center;
	font-size: 15px;
	margin: 0 auto 40px auto;
}
h1 em {
	display: block;
	font-family: "Baskervville", serif;
	font-size: 42px;
	color: #a8aeb9;
}
h1 span {
	letter-spacing: 4px;
	padding-left: 4px;
	color: #4b5562;
}

h2 {
	font-size: 16px;
	color: #f53e00;
	font-weight: bold;
	margin: 30px 0 20px 0;
}

h3 {
	font-size: 15px;
	font-weight: bold;
	margin: 20px 0 15px 0;
}

p {
	line-height: 1.8;
	margin: 15px 0;
}

strong {
	font-weight: bold;
}

.sml {
	font-size: 13px;
}

ul {
	margin: 15px 0;
	padding: 0 0 0 8px;
}
li {
	padding: 0 0 0 15px;
	margin: 0 0 8px 0;
	position: relative;
	display: block;
	line-height: 1.8;
}
li::before {
	position: absolute;
	top: 8px;
	left: 0;
	content: "";
	vertical-align: middle;
	width: 8px;
	height: 8px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: #e8884e;
}

a.btn {
	display: inline-block;
	position: relative;
	padding: 12px 34px 12px 24px;
	background: #e8884e;
	color: #fff;
	text-decoration: none;
	line-height: 1.5;
	border-radius: 3px;
}
a.btn::before {
	position: absolute;
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 0 6px 8px;
	border-color: transparent transparent transparent #fff;
	top: 0;
	right: 8px;
	bottom: 0;
	margin: auto;
}

table {
	border-top: #a8aeb9 dotted 1px;
	border-spacing: 0;
	border-collapse: collapse;
	margin: 0 30px;
	padding: 0;
	text-align: left;
}
table th {
	border-right: #a8aeb9 dotted 1px;
	border-bottom: #a8aeb9 dotted 1px;
	color: #4b5562;
	white-space: nowrap;
	vertical-align: top;
	padding: 10px 10px 10px 0;
}
table td {
	border-bottom: #a8aeb9 dotted 1px;
	vertical-align: top;
	padding: 10px 0 10px 10px;
}






	/*#################### 750px 以上 ####################*/

	@media only screen and (min-width: 750px) {

	body {
		font-size: 16px;
	}

	.text_box {
		padding: 0 50px;
	}

	h1 {
		font-size: 18px;
		text-align: left;
		margin: 0 auto 60px auto;
		padding-left: 50px;
	}
	h1 em {
		display: inline;
		font-size: 65px;
		margin-right: 20px;
	}
	h1 span {
		letter-spacing: 5.5px;
		padding-left: 0;
	}

	h2 {
		font-size: 20px;
		color: #f53e00;
		font-weight: bold;
		margin: 50px 0 30px 0;
	}
	
	h3 {
		font-size: 17px;
		font-weight: bold;
		margin: 30px 0 20px 0;
	}
	
	p {
		margin: 20px 0;
	}
	
	.sml {
		font-size: 14px;
	}
	
	ul {
		margin: 20px 0;
		padding: 0 0 0 15px;
	}
	li {
		padding: 0 0 0 20px;
		margin: 0 0 15px 0;
	}
	li::before {
		top: 8px;
		width: 11px;
		height: 11px;
	}
	
	a.btn {
		padding: 15px 42px 15px 36px;
		border-radius: 5px;
	}
	a.btn::before {
		border-width: 8px 0 8px 11px;
		right: 10px;
	}

	table {
		margin: 0 50px;
	}
	table th {
		padding: 20px;
	}
	table td {
		padding: 20px;
	}


	}




		/*#################### 1000px 以上 ####################*/

		@media only screen and (min-width: 1000px) {

		h1 {
			width: 1000px;
			padding: 0;
		}
	
		table {
			width: 840px;
			margin: 0 auto;
		}
	
		}