@charset "utf-8";
/* CSS Document */
.h1_area {
	width: 800px;
	maragin: 0 auto;
	text-align: center;
	justify-content: center;
}
.h1 {
	align-items: center;
  	justify-content: center;
	font-size: 150%;
	font-weight: 600;
	border:1px solid #CBB698;
	border-radius: 3px;
	padding: 8px 0 5px 0;
	width: 630px;
	color: 	#339933;
	font-family: "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    "BIZ UDPGothic",
    Meiryo,
    sans-serif;
	box-shadow: inset 0px -14px 13px 0px rgba(246, 238, 225, 0.5), inset 0px -3px 6px -2px rgba(0, 0, 0, 0.3);
	line-height: 120%;
}
body {
	font-size: 18px;
	letter-spacing: 0.5px;
}

h2 {
	padding-left: 30px;
	font-size: 30px;
	position: relative;
}

h2::before {
	content: '';
	width: 6px;
	height: 80%;
	background: #049dd9;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	border-radius: 10px;
	transition: 0.2s;
}
	
.title {
		font-size: 30px;
		padding-left: 30px;
		text-align: center;
	}
	
.mainContents {
		font-size: 22px;
		line-height: 50px;
		padding-left: 33px;
		text-align: center;
	}
p {
	font-size: 15px;
}