@charset "UTF-8";
/* CSS Document */
.pc {
	display: block;
}

body {
	min-width:100%;
	font-family: BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, ”Hiragino Kaku Gothic ProN”, “Hiragino Sans” sans-serif;
	font-feature-settings: "palt";
	font-size: 1rem;
    font-weight: 400;
    line-height: 1.7em;
    letter-spacing: 0em;
}
.wrapper {
	max-width: 1000px;
	background: #fff;
	overflow: hidden;
	margin: 0 auto;
	font-size: 0.9375rem;
}
.content {
	padding:40px;
}
.content h2 {
	font-size: 26px;
    font-weight: 300;
    line-height: 1.4em;
    letter-spacing: 2px;
}
.content p {
	margin-top:30px;
}
.content span.red {
	font-size: 0.8125rem;
    line-height: 1.6em;
    letter-spacing: 0.1em;
}
.wrapper img {
	width: 100%;
}

@media (max-width : 480px) {
.pc {
	display: none;
}
.content {
	padding: 40px 5%;
}
	
	
	
	
}