@charset "UTF-8";

.color01 {
	color: #65C4A1;
}




.note {
	font-size: 13px;
  padding-left:1em;
  text-indent:-1em;	
}

.indent {
  margin-left: 1em;
  text-indent: -1em;
}

.txt-link01 {
}

.u-line {

}

.center {
	text-align: center;
}








/*------------------------------------------------------------
  header
------------------------------------------------------------*/
header {
	width: 100%;
	z-index: 10;
	position: relative;
	box-sizing: border-box;
	margin: auto;
	max-width: 1200px;
}



header .h-logo h1 {
	width: 140px;
	margin-left: 40px;
	padding-top: 40px;

}

@media screen and (max-width: 768px) {
header {
	width: 100%;
	z-index: 10;
	position: relative;
	box-sizing: border-box;
	margin: auto;
	max-width: 100%;
}



header .h-logo h1 {
	width: 17%;
	margin-left: 0;
	padding-top: 0;
	position: absolute;
	left: 18px;
	top: 15px;
}	

}




/*--------------------------------------------------
  footer
--------------------------------------------------*/

footer {
	width: 100%;
	background: #fff;
}
footer .copy {
	font-size: 15px;
	text-align: center;
	padding: 28px 0;
}
footer .no-sp {
	display: inline;
}


@media screen and (max-width: 768px) {
footer {
	width: 100%;
	background: #fff;
}
footer .copy {
	font-size: 13px;
	text-align: center;
	padding: 25px 0;
}	
	
footer .no-sp {
	display: none;
}	
}


