@charset "UTF-8";
.clearfix:after {
	content: "";
	clear: both;
	display: block;
}
a {
	color: #000;
	text-decoration: underline;
	outline: none;
	opacity: 1;
	font-weight: bold;
}
a:hover {
	opacity: 0.8;
}
*:hover {
	transition: all .3s ease-out;
}
body {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	-webkit-text-size-adjust: 100%;
	color: #505050;
	font-family: dnp-shuei-gothic-gin-std, sans-serif;
	font-weight: 400;
	font-style: normal;
}
#main {
	width: 100%;
}
.inner {
	width: 800px;
	padding: 30px 0;
	margin: 0 auto;
}
.txt_box {
	font-size: 17px;
	line-height: 30px;
	letter-spacing: 1px;
	font-family: dnp-shuei-gothic-gin-std, sans-serif;
	font-weight: 600;
	font-style: normal;
	background-color: #eee;
	padding:30px 0 20px;
	margin-bottom: 20px;
}
h2 {
	font-size: 30px;
	line-height: 40px;
	text-align: center;
}
h2 span {
	font-size: 24px;
	display: block;
}
.inner section {
	text-align: justify;
	text-justify: inter-ideograph;
	font-size: 15px;
	line-height: 25px;
	letter-spacing: 1px;
	margin-bottom: 30px;
}
figure {
	width: 100%;
	margin: 0;
	padding:0;
}
figure img {
	width: 100%;
}
figure.figure_box {
	width: 33%;
	margin: 0 2% 0 0;
	float: left;
}
figure.figure_box02 {
	width: 30%;
	margin: 0 0 0 2%;
	float: right;
}
figure.left {
	width: 40%;
	margin: 0 2% 0 0;
	float: left;
}
figure.figure_box03 img{
	width: 31.3%;
	margin: 0 1%;
	float: left;
}
.margin{
	margin-top:15px;
	}

@media screen and (min-width:700px) and ( max-width:1050px) {
#main {
	width: 100%;
}
.inner {
	width: 90%;
	padding: 20px 0;
	margin: 0 auto;
}
.txt_box {
	font-size: 15px;
	line-height: 25px;
	letter-spacing: 1px;
	font-family: dnp-shuei-gothic-gin-std, sans-serif;
	font-weight: 600;
	font-style: normal;
	background-color: #eee;
	padding:10px 0 5px;
	margin-bottom: 10px;
}
h2 {
	font-size: 20px;
	line-height: 30px;
	text-align: center;
}
h2 span {
	font-size: 16px;
	display: block;
}
.inner section {
	text-align: justify;
	text-justify: inter-ideograph;
	font-size: 15px;
	line-height: 25px;
	letter-spacing: 1px;
	margin-bottom: 30px;
}
figure {
	width: 100%;
	margin: 0;
	padding:0;
}
figure img {
	width: 100%;
}
figure.figure_box {
	width: 48%;
	margin: 0 2% 0 0;
	float: left;
}
figure.figure_box02 {
	width: 48%;
	margin: 0 0 0 2%;
	float: right;
}
figure.left {
	width: 48%;
	margin: 0 2% 0 0;
	float: left;
}
figure.figure_box03 img{
	width: 31.3%;
	margin: 0 1%;
	float: left;
}
.margin{
	margin-top:20px;
	}
}

@media screen and (max-width:700px) {
#main {
	width: 100%;
}
.inner {
	width: 90%;
	padding: 20px 0;
	margin: 0 auto;
}
.txt_box {
	font-size: 15px;
	line-height: 25px;
	letter-spacing: 1px;
	font-family: dnp-shuei-gothic-gin-std, sans-serif;
	font-weight: 600;
	font-style: normal;
	background-color: #eee;
	padding:10px 0 5px;
	margin-bottom: 10px;
}
h2 {
	font-size: 20px;
	line-height: 30px;
	text-align: center;
}
h2 span {
	font-size: 16px;
	display: block;
}
.inner section {
	text-align: justify;
	text-justify: inter-ideograph;
	font-size: 15px;
	line-height: 25px;
	letter-spacing: 1px;
	margin-bottom: 30px;
}
figure {
	width: 100%;
	margin: 0;
	padding:0;
}
figure img {
	width: 100%;
}
figure.figure_box {
	width: 48%;
	margin: 0 2% 0 0;
	float: left;
}
figure.figure_box02 {
	width: 48%;
	margin: 0 0 0 2%;
	float: right;
}
figure.left {
	width: 48%;
	margin: 0 2% 0 0;
	float: left;
}
figure.figure_box03 img{
	width: 31.3%;
	margin: 0 1%;
	float: left;
}
.margin{
	margin-top:20px;
	}
}
@media all and (-ms-high-contrast:none) {
.txt_box {
	padding:30px 0 10px;
}
}
