@charset "UTF-8";
* {margin:0px;padding:0px;}
body {background-color:#f9f9f9; color:#454545; text-align:center;}

.con01 {
	margin: 150px 0 60px 20px;
	font-size:20px;
	line-height:1.8em;
	letter-spacing:1px;
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-weight: 500;
	font-style: normal;
}

.con02 {
	font-size:15px;
	font-family: "Elms Sans", sans-serif;
	font-optical-sizing: auto;
	font-weight: 600;
	font-style: normal;
}


.con02 a {
	color:#0046b9;
	text-decoration-line:underline;
}

.con02 a:hover {
	color:#0046b9;
	text-decoration-line:none;
}


/* --------------------------------------------------------------------- */
/* sp */
/* --------------------------------------------------------------------- */

@media screen and (max-width: 768px){
	
	
	.con01 {
		margin: 100px 0 30px 20px;
		font-size:18px;
	}
	
	.con02 {
		font-size:13px;
	}