@charset "UTF-8";

/* コンテンツ最大幅を調整 */
/*.pane-main {
	margin: 0 auto;
	max-width: 860px;
}*/

/*.pane-main.max-w900 {
	margin: 0 auto;
	max-width: 900px;
}*/

/* Base Css Overwrite */
#edit-wrap {
	line-height: 1.8;
	letter-spacing: 0.12em;
	color: #000;
}

/* ==================================================
Page Head Custom
================================================== */
#page-head {
}


/* ==================================================
Page Body
================================================== */
#page-body {
	padding-left: 3%;
	padding-right: 3%;
	margin-left: auto;
	margin-right: auto;
}

@media screen and (max-width: 768px) {
	#page-body {
		max-width: 640px;
	}
}


/* .news-block
------------------------------ */
.news-block {
}

.news-block p {
	line-height: 2;
}

.news-block p b {
	font-size: 105%;
	font-weight: 600;
	letter-spacing: 0.2em;
}

.news-block p em {
	font-weight: 600;
	display: inline-block;
	margin-bottom: 0.6em;
}

.news-block ul {
}

.news-block ul li {
	line-height: 1.6;
	margin-bottom: 0.8em;
}

.news-block ul li b {
	display: inline-block;
	font-weight: 600;
	width: 2.4em;
}

@media screen and (max-width: 420px) {
	.news-block ul {
		max-width: 320px;
		margin-left: auto;
		margin-right: auto;
	}

	.news-block ul li {
		text-align: left;
		text-indent: -1.6em;
		padding-left: 1.6em;
	}
	
	.news-block ul li b {
		width: 1.6em;
		text-indent: 0;
	}

	.news-block ul li br.pc-only,
	.news-block ul li br.sp-only {
		display: none;
	}
}


.contact-block {
}

.contact-block p {
}

.contact-block p em {
}

.contact-block p span {
	font-size: 90%;
}