@charset "UTF-8";
/* CSS Document */
body {
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	background-color: white;
	
	
}

.container {
	max-width: 90%;
	margin: 5% auto 0;
}

img {
	width: 100%
}

.hedder {
	padding: 3% 0;
	color: white;
	background-color: black;
}







h1 {
	font-size: 50px;
	text-align: left;
	margin-left: 5%;
}

h2 {
	font-size: 60px;
	line-height: 120%;
	margin: 3% 0;
}

h3 {
	font-size: 50px;
	border-bottom: 5px dotted #ff7f50;
}

p {
	line-height: 140%;
	font-size: 45px;
}

.adlink {
	width: 60%;
	margin: 2% auto;
}

.p1 {
	margin-top: 10%;
}

.p_text_1 {
	margin: 5% 0 8%;
}

.p2 {
	margin: 10% 0;
}

.p_text_2 {
	margin: 5% 0 8%;
}

.p3 {
	margin-bottom: 10%;
}

.p_text_3 {
	margin: 5% 0 8%;
}

.center {
	text-align: center;
	font-weight: bold;
	font-size: 50px;
	margin: 10% 0 2%;
}

.cta {
	padding-bottom: 5%;
}

.line {
	margin: 3% auto;
}

.copy {
	font-size: 20px;
	text-align: center;
	margin: 5% auto;
}

.ad1 {
	text-align: center;
}
.ad2 {
	font-weight: bold;
	color: #ff1493;
	margin: 3% auto;
}