@charset "utf-8";



/*@font-face {
    font-family: 'Noto Serif JP';
    src: url('../noto_serif_jp/NotoSerifJP-Regular.otf') format('opentype'),url('../noto_serif_jp/NotoSerifJP-Medium.otf') format('opentype'),url('../noto_sans_jp/NotoSansJP-Regular.otf') format('opentype');
}*/



html{
	font-size: 10px;
	/*font-size: 62.5%;*/
}

body {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	line-height: 1.0;
	letter-spacing: 0;
	color: #000000;
}

.clearFix:after{
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	_zoom: 1;
}

a,a img,input[type="button"],
input[type="submit"],
input[type="reset"],
input[type="image"],
#menu,#pageTop{
	-webkit-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}

a:hover img,
input[type="button"]:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="image"]:hover,
#pageTop img:hover{
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}

#wrapper{
	position: relative;
	min-width: 1050px;
	background: url("../img/header_bg.png") no-repeat center top;
	background-size: 680px auto;
}



/**************************************************
 header
**************************************************/
header{
	height: 160px;
	display:-webkit-box;
  	display:flex;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
}
header h1 img{
	width: 250px;
	height: auto;
}



/**************************************************
 main
**************************************************/
main{
	width: 900px;
	margin:  0 auto 100px auto;
}

article h2{
	position: relative;
	font-size: 3.5rem;
	font-weight: 700;
	line-height: 1.4;
	letter-spacing: 3px;
	text-align: center;
	color: #3F1000;
	margin: 50px 0 0 0;
	padding: 0 0 35px 0;
}
article h2:before{
	position: absolute;
	content: '';
	width: 90px;
	height: 5px;
	bottom: 0;
	left:calc(50% - 45px);
	background: url("../img/h2_obj.png") no-repeat left top;
	background-size: 90px 5px;
}

/*article h3{
	position: relative;
	font-size: 2.0rem;
	font-weight: 700;
	letter-spacing: 2px;
	color: #3F1000;
	margin: 50px 0 0 0;
	padding: 0 0 0 30px;
}
article h3:before{
	position: absolute;
	content: '';
	width: 20px;
	height: 5px;
	top: 10px;
	left: 0;
	background-color: #90B821;
}*/

article p{
	font-size: 1.6rem;
	line-height: 1.8;
	padding: 30px 0 0 0;
}
/*article p.style1{
	font-size: 1.8rem;
	font-weight: 500;
	padding: 20px 0 0 0;
}*/

.btn{
	margin-top: 80px;
	text-align: center;
}
.btn a{
	display: inline-block;
	font-size: 1.6rem;
	letter-spacing: 2px;
	color: #FFFFFF;
	background-color: #59B200;
	padding: 15px 50px;
	border-radius: 10px;
}
.btn a:hover{opacity: 0.5;}



/**************************************************
 footer
**************************************************/
footer{background-color: #F8F8F1;}

footer p{
	padding: 50px 10px 0 10px;
	font-size: 1.6rem;
	line-height: 1.4;
	text-align: center;
}
footer p img{
	display: block;
	margin: 0 auto 30px auto;
	width: 250px;
}

.goals{
	display: block;
	width: 450px;
	margin: 30px auto 50px auto;
	padding: 15px 0;
	font-size: 1.2rem;
	line-height: 1.4;
	font-weight: 500;
	background-color: #FFFFFF;
	border-radius: 1.0rem;
	text-align: center;
}
.goals img{
	display: block;
	width: 200px;
	margin: 0 auto 10px auto;
}

#copyRight{
	padding: 20px 5px;
	font-size: 1.2rem;
	line-height: 1.3;
	color: #FFFFFF;
	text-align: center;
	background-color: #59B200;
}
