@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: 1000px;
	padding: 50px 0;
	margin: 0 auto;
}
.txt_box {
	background-color: #eee;
}
h2 {
	font-size: 30px;
	line-height: 50px;
	text-align: center;
	font-family: dnp-shuei-gothic-gin-std, sans-serif;
	font-weight: 600;
	font-style: normal;
}
h2 span {
	font-size: 40px;
	display: block;
}
.txt {
	font-size: 18px;
	line-height: 38px;
	letter-spacing: 1px;
	text-align: center;
	font-weight: bold;
}
.txt p span {
	display: block;
}
.p.txt span {
	display: block;
}
figure {
	margin: 0;
}
figure img {
	width: 100%;
}
.p {
	font-size: 14px;
	line-height: 30px;
	letter-spacing: 1px;
}
.box {
	padding-bottom: 50px;
	margin-bottom: 50px;
	border-bottom: solid 1px #ccc;
	position: relative;
}
.box:nth-child(odd) .caption {
	font-weight: bold;
	font-size: 22px;
	margin: 0;
	text-align: left;
	margin-left: 20px;
}
.box:nth-child(odd) h3 {
	font-family: dnp-shuei-gothic-gin-std, sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size: 80px;
	line-height: 80px;
	color: #aaa;
	text-align: left;
	margin: 0 auto 0 20px;
	text-shadow: 4px 4px 0 #eee;
	margin-bottom: -25px;
}
.box:nth-child(odd) figure img:nth-child(1) {
	width: 60%;
	float: left;
}
.box:nth-child(odd) figure img:nth-child(2) {
	width: 40%;
	float: right;
	margin-top: -30px;
	margin-right: -10px;
	margin-bottom: 10px;
}
.box:nth-child(odd) figure img:nth-child(3) {
	width: 40%;
	float: left;
	margin-top: 30px;
}
.box:nth-child(odd) .p {
	width: 47%;
	float: right;
	background-color: #eee;
	padding: 30px 5%;
	box-shadow: 3px 3px 0 #ccc;
}
.box:nth-child(even) .caption {
	font-weight: bold;
	font-size: 22px;
	margin: 0;
	text-align: right;
	margin-right: 20px;
}
.box:nth-child(even) h3 {
	font-family: dnp-shuei-gothic-gin-std, sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size: 80px;
	line-height: 80px;
	color: #aaa;
	text-align: right;
	margin: 0 20px 0 auto;
	text-shadow: 4px 4px 0 #eee;
	margin-bottom: -25px;
}
.box:nth-child(even) figure img:nth-child(1) {
	width: 60%;
	float: right;
}
.box:nth-child(even) figure img:nth-child(2) {
	width: 40%;
	float: left;
	margin-top: -30px;
	margin-left: -10px;
	margin-bottom: 10px;
}
.box:nth-child(even) figure img:nth-child(3) {
	width: 40%;
	float: right;
	margin-top: 30px;
}
.box:nth-child(even) .p {
	width: 47%;
	float: left;
	background-color: #eee;
	padding: 30px 5%;
	box-shadow: 3px 3px 0 #ccc;
}
/*最後の.box*/
.box:nth-child(7) .p {
	width: 90%;
	float: none;
	background-color: #eee;
	padding: 30px 5%;
	box-shadow: 3px 3px 0 #ccc;
	clear: both;
}
.box:nth-child(7) figure img:nth-child(3) {
	width: 48%;
}
.box:nth-child(7) figure img:nth-child(4) {
	width: 48%;
	float: right;
	margin-top: 20px;
	margin-bottom: 30px;
}

@media screen and (min-width:700px) and ( max-width:1050px) {
#main {
	width: 100%;
}
.inner {
	width: 90%;
	padding: 20px 0;
	margin: 0 auto;
}
h2 {
	font-size: 22px;
	line-height: 32px;
	text-align: center;
	font-family: dnp-shuei-gothic-gin-std, sans-serif;
	font-weight: 600;
	font-style: normal;
}
h2 span {
	font-size: 22px;
	line-height: 32px;
	display: block;
}
.txt {
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 1px;
	text-align: center;
	font-weight: bold;
}
.txt p span {
	display: block;
}
.p.txt span {
	display: block;
}
figure {
	margin: 0;
}
figure img {
	width: 100%;
}
.p {
	font-size: 14px;
	line-height: 30px;
	letter-spacing: 1px;
}
.box {
	padding-bottom: 50px;
	margin-bottom: 50px;
	border-bottom: solid 1px #ccc;
	position: relative;
}
.box:nth-child(odd) .caption {
	font-weight: bold;
	font-size: 22px;
	margin: 0;
	text-align: left;
	margin-left: 20px;
}
.box:nth-child(odd) h3 {
	font-family: dnp-shuei-gothic-gin-std, sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size: 80px;
	line-height: 80px;
	color: #aaa;
	text-align: left;
	margin: 0 auto 0 20px;
	text-shadow: 4px 4px 0 #eee;
	margin-bottom: -25px;
}
.box:nth-child(odd) figure img:nth-child(1) {
	width: 60%;
	float: left;
}
.box:nth-child(odd) figure img:nth-child(2) {
	width: 40%;
	float: right;
	margin-top: -30px;
	margin-right: -10px;
	margin-bottom: 10px;
}
.box:nth-child(odd) figure img:nth-child(3) {
	width: 40%;
	float: left;
	margin-top: 30px;
}
.box:nth-child(odd) .p {
	width: 47%;
	float: right;
	background-color: #eee;
	padding: 30px 5%;
	box-shadow: 3px 3px 0 #ccc;
}
.box:nth-child(even) .caption {
	font-weight: bold;
	font-size: 22px;
	margin: 0;
	text-align: right;
	margin-right: 20px;
}
.box:nth-child(even) h3 {
	font-family: dnp-shuei-gothic-gin-std, sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size: 80px;
	line-height: 80px;
	color: #aaa;
	text-align: right;
	margin: 0 20px 0 auto;
	text-shadow: 4px 4px 0 #eee;
	margin-bottom: -25px;
}
.box:nth-child(even) figure img:nth-child(1) {
	width: 60%;
	float: right;
}
.box:nth-child(even) figure img:nth-child(2) {
	width: 40%;
	float: left;
	margin-top: -30px;
	margin-left: -10px;
	margin-bottom: 10px;
}
.box:nth-child(even) figure img:nth-child(3) {
	width: 40%;
	float: right;
	margin-top: 30px;
}
.box:nth-child(even) .p {
	width: 47%;
	float: left;
	background-color: #eee;
	padding: 30px 5%;
	box-shadow: 3px 3px 0 #ccc;
}
/*最後の.box*/
.box:nth-child(7) .p {
	width: 90%;
	float: none;
	background-color: #eee;
	padding: 30px 5%;
	box-shadow: 3px 3px 0 #ccc;
	clear: both;
}
.box:nth-child(7) figure img:nth-child(3) {
	width: 48%;
}
.box:nth-child(7) figure img:nth-child(4) {
	width: 48%;
	float: right;
	margin-top: 20px;
	margin-bottom: 30px;
}
}

@media screen and (max-width:700px) {
#main {
	width: 100%;
}
.inner {
	width: 90%;
	padding: 20px 0;
	margin: 0 auto;
}
h2 {
	font-size: 22px;
	line-height: 32px;
	text-align: center;
	font-family: dnp-shuei-gothic-gin-std, sans-serif;
	font-weight: 600;
	font-style: normal;
}
h2 span {
	font-size: 22px;
	line-height: 32px;
	display: block;
}
.txt {
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 1px;
	text-align: justify;
	text-justify: inter-ideograph;
	font-weight: bold;
}
.txt p span {
	display: inline;
}
.p.txt span {
	display: inline;
}
.p.txt {
	text-align: left;
}
figure {
	margin: 0;
}
figure img {
	width: 100%;
}
.p {
	font-size: 14px;
	line-height: 30px;
	letter-spacing: 1px;
}
.box {
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: solid 1px #ccc;
	position: relative;
}
.box:nth-child(odd) .caption {
	font-weight: bold;
	font-size: 18px;
	line-height: 24px;
	margin: 0 auto 5px;
	text-align: left;
	margin-left: 5px;
}
.box:nth-child(odd) .caption span {
	display: block;
}
.box:nth-child(odd) h3 {
	font-family: dnp-shuei-gothic-gin-std, sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size: 46px;
	line-height: 46px;
	color: #aaa;
	text-align: left;
	margin: 0 auto 0 5px;
	text-shadow: 3px 3px 0 #eee;
	margin-bottom: -15px;
	position: relative;
	z-index: 10;
}
.box:nth-child(odd) figure img:nth-child(1) {
	width: 100%;
	float: none;
}
.box:nth-child(odd) figure img:nth-child(2) {
	width: 100%;
	float: none;
	margin: 0;
}
.box:nth-child(odd) figure img:nth-child(3) {
	width: 100%;
	float: none;
	margin-top: 0;
}
.box:nth-child(odd) .p {
	width: 90%;
	float: none;
	background-color: #eee;
	padding: 20px 5%;
	box-shadow: 3px 3px 0 #ccc;
}
.box:nth-child(even) .caption {
	font-weight: bold;
	font-size: 18px;
	line-height: 24px;
	margin: 0 auto 5px;
	text-align: right;
	margin-right: 5px;
}
.box:nth-child(even) .caption span {
	display: block;
}
.box:nth-child(even) h3 {
	font-family: dnp-shuei-gothic-gin-std, sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size: 46px;
	line-height: 46px;
	color: #aaa;
	text-align: right;
	margin: 0 5px 0 auto;
	text-shadow: 3px 3px 0 #eee;
	margin-bottom: -15px;
	position: relative;
	z-index: 10;
}
.box:nth-child(even) figure img:nth-child(1) {
	width: 100%;
	float: none;
}
.box:nth-child(even) figure img:nth-child(2) {
	width: 100%;
	float: none;
	margin: 0;
}
.box:nth-child(even) figure img:nth-child(3) {
	width: 100%;
	float: none;
	margin-top: 0;
}
.box:nth-child(even) .p {
	width: 90%;
	float: none;
	background-color: #eee;
	padding: 20px 5%;
	box-shadow: 3px 3px 0 #ccc;
}
/*最後の.box*/
.box:nth-child(7) .p {
	width: 90%;
	float: none;
	background-color: #eee;
	padding: 20px 5%;
	box-shadow: 3px 3px 0 #ccc;
	clear: both;
}
.box:nth-child(7) figure img:nth-child(3) {
	width: 100%;
}
.box:nth-child(7) figure img:nth-child(4) {
	width: 100%;
	float: none;
	margin: 0;
}
}

@media all and (-ms-high-contrast:none) {
.box:nth-child(odd) .caption {
	margin-bottom: 15px;
}
.box:nth-child(odd) h3 {
	margin-bottom: -50px;
}
.box:nth-child(even) .caption {
	margin-bottom: 15px;
}
.box:nth-child(even) h3 {
	margin-bottom: -50px;
}
}
