@charset "UTF-8";

/* COMMON */

* {
	-webkit-text-size-adjust: 100%;
	min-width: 0;
	min-height: 0;
	box-sizing: border-box;
}
html {
	margin: 0;
	padding: 0;
	font-size: 62.5%;
}
body {
	font-family: 'Roboto', 'Noto Sans JP', sans-serif;
	font-size: 2rem;
	line-height: 1.0em;
	letter-spacing: 0;
	color: #333;
	background: #f5f3e3;
	margin: 0;
	padding: 0;
	position: relative;
	word-wrap: break-word;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-smoothing: antialiased;
}
h1,h2,h3,h4,h5,h6,p,a,ul,li,ol,dl,dt,dd,table,tr,th,td,b,span,strong {
	line-height: 1.0em;
	font-weight: 700;
	margin: 0;
	padding: 0;
}
b,
strong {
	font-weight: 900;
}
li {
	list-style-type: none;
	list-style-position: outside;
}
table {
	border-collapse: collapse;
}
img {
	vertical-align: bottom;
	max-width: 100%;
	height: auto;
}
figure {
	display: block;
	margin: 0;
}
a {
	text-decoration: none;
	transition: .4s;
}
a:hover {
	text-decoration: none;
}
a img {
	border: none;
	/*
	transition: .4s;
	*/
}
a:hover img {
	opacity: 1.0;
	_filter: alpha(opacity=100);
}
:focus {
	outline: none;
}


/* PARTS */

.forSp {
	display: none;
}
.flex {
	display: flex;
}
._inner {
	max-width: 1040px;
	width: 100%;
	margin: 0 auto;
	padding: 0 20px;
	position: relative;
}


/* HEADER */

.l_header {
	padding: 25px 0;
	background: #fff;
	border-bottom: 1px solid #eee;
}
.l_header ._logo img {
	display: block;
	width: auto;
	height: 40px;
}


/* FOOTER */

.l_footer {
	font-size: 1.4rem;
	border-top: 1px solid #eee;
	background: #fff;
	padding: 35px 15px;
	justify-content: center;
	gap: 30px;
}
.l_footer p {
	color: #666;
}
.l_footer p a {
	color: #51b0ec;
}
.l_footer ul {
	color: #666;
	gap: 15px;
}
.l_footer ul li a {
	color: #51b0ec;
}


/* PAGE*/

.l_pg_common {
	background: #fff;
	padding: 80px 0;
}

.l_pg_common ._inner {
	max-width: 880px;
}
.l_pg_common h1 {
	font-size: 3.2rem;
	font-weight: 500;
	letter-spacing: .02em;
	line-height: 1.5em;
	margin-bottom: 2em;
}
.l_pg_common h2 {
	font-size: 2.4rem;
	font-weight: 500;
	line-height: 1.5em;
	margin: 2em 0 1em;
}
.l_pg_common p {
	font-size: 1.4rem;
	font-weight: 400;
	line-height: 2em;
	margin-bottom: 2em;
}
.l_pg_common .t_right {
	text-align: right;
}
.l_pg_common ol {
	margin-bottom: 2em;
}
.l_pg_common ol li {
	font-size: 1.4rem;
	font-weight: 400;
	line-height: 1.65em;
	counter-increment: num;
	padding-left: 1.5em;
	position: relative;
}
.l_pg_common ol li + li {
	margin-top: 0.5em;
}
.l_pg_common ol li:before {
	content: counter(num) '.';
	position: absolute;
	left: 0;
	top: 0;
}
















@media only screen and (max-width: 767px) {
	
	
	/* COMMON */
	
	body {
		font-size: 1.5rem;
	}
	
	
	/* PARTS */
	
	.forPc {
		display: none;
	}
	.forSp {
		display: block;
	}
	
	
	/* HEADER */
	
	.l_header {
		padding: 10px;
	}
	.l_header ._logo {
		width: 130px;
		margin: 0 auto;
	}
	.l_header ._logo img {
		width: 100%;
		height: auto;
	}
	
	
	/* FOOTER */
	
	.l_footer {
		font-size: 1.0rem;
		padding: 20px 10px;
		gap: 20px;
	}
	.l_footer ul {
		gap: 10px;
	}
	
	
	/* PAGE*/
	
	.l_pg_common {
		padding: 50px 0;
	}
	
	.l_pg_common h1 {
		font-size: 2.3rem;
	}
	.l_pg_common h2 {
		font-size: 2rem;
	}
	.l_pg_common p {
		font-size: 1.3rem;
	}
	.l_pg_common ol li {
		font-size: 1.3rem;
	}
	
	
	
	
	
	
}
