@charset "UTF-8";
/* CSS Document */

* {
	padding: 0px;
	margin: 0px;
}
body {
	font-family: 'Hiragino Kaku Gothic Pro', 'Meiryo', sans-serif;
}

.main {
	width: 1000px;
	margin: 0 auto 50px;
}
.main-1 {
	width: 100%;
	box-sizing: border-box;
	font-size: 130%;
	box-shadow: 6px 6px 6px rgba(0,0,0,0.2);
	background-image: url(img-back_14.jpg);
}
.main-1 img {
	width: 100%;
	vertical-align: bottom;
}
.cp-text {
	padding: 50px 20px;
	line-height: 1.8;
}
.text-1{
	font-size: 130%;
	font-weight: 700;
}
.text-2{
	color: red;
	font-weight: 700;
}
.text-3 a {
	text-decoration: none;
	color: rgb(76, 4, 169);
	font-weight: 700;
	padding-left: 10px;
}
.main-2 {
	width: 1000px;
	box-sizing: border-box;
	margin: 30px auto 50px;
	padding: 50px 30px;
	font-size: 130%;
	line-height: 1.8;
	background-color:rgba(255,255,255,0.2);
	background-image: url(back_06.jpg);
	background-blend-mode:lighten;
	box-shadow: 6px 6px 6px rgba(0,0,0,0.2);
}
.main-3 {
	width: 80%;
	box-sizing: border-box;
	margin: 0 auto 50px;
}
.main-3 img {
	width: 100%;
	margin: 0 auto;
	filter: drop-shadow(6px 6px 6px rgb(0, 0, 0,0.2));
}
.copy {
	font-size: 12px;
	letter-spacing: 0.1em;
	text-align: center;
	margin: 0 auto 50px;
}
.copy a {
	text-decoration: none;
}