@charset "utf-8";
/* CSS Document */

.wrapper{
	max-width: 500px;
	width: 100%;
	margin: 3% auto;
	font-family: "Shippori Mincho", serif;
	font-weight: 500;
	font-style: normal;
	overflow: hidden;
}

.wrapper img{
	display: block;
	line-height: 0;
}

.lead{
	text-align: center;
	font-size: 15px;
	line-height: 2;
	margin: 10% auto;
}

.box{
	margin: 10% auto 20%;
}

.box h2{
	text-align: center;
	font-size: 20px;
	font-family: "Times New Roman", Times, "serif";
	margin: 2% auto 0;
}

.box h1{
	text-align: center;
	font-size: 30px;
	font-weight: normal;
	margin: 1% auto;
}

.box h1 span{
	background: linear-gradient(transparent 95%, #b4d79c 95%);
}

.box p{
	text-align: center;
	font-size: 13px;
	line-height: 1.8;
	margin: 5% auto;
}

.style{
	margin: 5% auto;
	position: relative;
}

.style1_1{
	width: 61%;
	padding-bottom: 10%;
}

.style1_2{
	position: absolute;
	width: 35%;
	right: 0;
	bottom: 0;
}

.style2_1{
	width: 40%;
	position: relative;
	z-index: 30;
	padding-top: 15%;
}

.style2_2{
	position: absolute;
	width: 55%;
	right: 0%;
	top: 0%;
	z-index: 10;
}

.style3_1{
	width: 52%;
	padding-bottom: 20%;
}

.style3_2{
	position: absolute;
	width: 52%;
	right: 0;
	bottom: 0;
}

.style4_1{
	width: 55%;
	padding-top: 20%;
}

.style4_2{
	position: absolute;
	width: 40%;
	right: 0;
	top: 0;
}

.credit{
	width: 80%;
	margin: 5% auto;
}

.creditBox{
	display: flex;
	justify-content: space-between;
}

.box .creditBox p {
	margin: 2% auto;
	font-size: 16px;
}

.creditBox p span{
	font-size: 11px;
}

.credit a{
	display: block;
	width: 50%;
	margin: 3% auto;
	background-color: #000;
	color: #fff;
	text-align: center;
	font-size: 15px;
	text-decoration: none;
	padding: 1% 0;
}

