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

html, 
body,
#wrapper {
  height: 100%;
  min-height: 100%;
}

body {
	background:#fff;
	position: relative;
	margin:0;
	padding:0;
	font-size: 15px;
	line-height: 1.9;
	color: #000;
	font-family: "Noto Sans JP", "游ゴシック", YuGothic, "メイリオ", "Mairyo", sans-serif ;
}


a {
	color:#43a39a;
	outline:none;
	text-decoration: none;
	-webkit-transition: 0.1s ease-in-out;  
	-moz-transition: 0.1s ease-in-out;  
	-o-transition: 0.1s ease-in-out;  
	transition: 0.1s ease-in-out;
}

a:hover {
	opacity:0.4;
	filter:alpha(opacity=40);
}

img {
	border:0;
}

p {
	margin:0;
}


h1, h2, h3, h4, h5 {
	margin: 0;
	padding: 88px 0 0 8px;
	line-height: 1;
	font-family: 'Oswald', sans-serif;
	letter-spacing: 0.2em;
	font-size: 20px;
}


.pc-dn {
	display:none !important;
}

.cf:before,
.cf:after {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    zoom: 1;
}




@media screen and (max-width: 640px) {

	
.sp-dn {
	display:none !important;
}

.pc-dn {
	display:block !important;
}
   

}
