@charset "utf-8";
p {
	text-align: justify;
	letter-spacing: .03em;
}
.intro {
	margin-top: 35px;
}
.intro h2{
    margin-bottom:60px;
    letter-spacing: .2em;
    font-weight: 500;
}
.intro p{
    margin-bottom: 80px;
    letter-spacing: .1em;
}

/*----------------------------------------------

プライバシー

----------------------------------------------*/
.num-list {
	margin-bottom: 40px;
}
.num-list li {
	text-indent: -0.7em;
	margin-left: 1.4em;
	line-height: 2;
	margin-bottom: 10px;
}
.num-list b{
	position: relative;
	top: 3px;
	font-size: 1.7rem;
	display: inline-block;
	padding-right: 10px;
}

.num-list + p {
	text-align: right;
}

.num-list + p a {
	text-decoration: underline;
}

/*----------------------------------------------

サイトのご利用にあたって

----------------------------------------------*/
.terms .num-list li {
	margin-bottom: 20px;
	text-indent: -1em;
	margin-left: 1em;
}


/*----------------------------------------------

サイトマップ

----------------------------------------------*/
.sitemap-wrapper {
	margin-bottom: 100px;
}
.sitemap-wrapper .L-link {
	background: #fff;
	font-size: 1.7rem;
	font-weight: 400;
	margin-top: 50px;
}
.sitemap-wrapper .L-link a {
	text-decoration: underline;
	display: block;
	padding: 15px 50px;
}
.sitemap-wrapper .gery-link {
	background: #9f9fa0;
}
.sitemap-wrapper .gery-link a{
	color: #fff;
}

.sitemap-wrapper ul {
	padding: 0 50px;
	margin-top: 20px;
}
.sitemap-wrapper ul li {
	display: inline-block;
	margin-right: 15px;
}
.sitemap-wrapper ul li a {
	color: #868686;
}

/*---------------------------------------------------------
	スマホ
---------------------------------------------------------*/
@media screen and (max-width: 680px) ,screen and (max-width: 737px) and (orientation: landscape) {
	.L-ttl {
		font-size: 2rem;
	}
	.L-ttl h2 {
		padding-bottom: 0 !important;
	}	


	.intro h2{
	    margin: 35px 0 25px;
	}
	.intro p{
	    margin-bottom: 40px;
	}


	/*----------------------------------------------

	プライバシー

	----------------------------------------------*/
	.num-list li {
		line-height: 1..7;
	}
	.num-list + p {
		text-align: left;
	}

	/*----------------------------------------------

	サイトマップ

	----------------------------------------------*/
	.sitemap-wrapper {
		margin-bottom: 100px;
	}
	.sitemap-wrapper .L-link {
		max-width: 100%;
		padding: 0 !important;
		font-size: 1.3rem;
		margin-top: 20px;
	}
	.sitemap-wrapper .L-link a {
		padding: 10px 30px;
	}


	.sitemap-wrapper ul {
		padding: 0 30px !important;
		margin-top: 15px;
	}
	.sitemap-wrapper ul li {
		display: inline-block;
		margin-right: 15px;
		margin-bottom: 10px;
	}



}
