@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;
}


.greybtn a,
.greybtn a.type-rectangle {
	text-decoration: none;
	line-height: 1.2;
	letter-spacing: 0.2em;
	display: block;
	padding: 14px 12px;
	width: clamp(200px, 80%, 280px);
	margin-left: auto;
	margin-right: auto;
	position: relative;
	transition: all 0.3s ease-in-out 0s;
	color: #fff;
	background: #a4a4a4;
	text-align: center;
	border-radius:10px;
}

.greybtn a:hover,
.greybtn a.type-rectangle:hover {
	color: #fff;
	background: #000;
}

.greybtn a.type-rectangle span {
	display: inline-block;
	position: relative;	
}

.greybtn a.type-rectangle::after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 12px;
	margin: auto 0;
	width: 6px;
	height: 6px;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	transform: rotate(-45deg);
	transition: all 0.3s ease-in-out 0s;
}

.greybtn a.type-rectangle:hover::after {
	border-color: #fff;
}

@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%;
}