@charset "UTF-8";

/* CSS Document */

/*====================================

	page_ttl

====================================*/

.page_ttl {
	background: url(../images/page_ttl_bg.jpg) top 50% right 0 no-repeat #F9F7E8;
	background-size: 50%;
}

/*====================================

	cell_ex

====================================*/

.cell_ex {
}
.cell_ex .declaration {
	border: 1px solid #9B0040;
	padding: 30px;
	background: #F9F7E8;
	margin: 40px auto 0;
	border-radius: 4px;
	overflow: hidden;
}
.cell_ex .declaration .ttl {
	width: 100%;
	font-size: 120%;
	font-weight: 500;
	line-height: 1em;
	margin-bottom: 20px;
}
.cell_ex .declaration p {
	font-weight: 400;
	line-height: 1.85em;
}
.cell_ex .declaration p span {
	width: 100%;
	margin-top: 10px;
	font-size: 80%;
	line-height: 1.5em;
	text-align: right;
	display: block;
}

/*====================================

	cell_wellness

====================================*/

.cell_wellness {
}
.cell_wellness ul {
	align-items: center;
	width: 100%;
}
.cell_wellness ul li:first-child {
	width: 100%;
	margin-bottom: 20px;
}
.cell_wellness ul li:last-child {
	width: 100%;
}

/*====================================

	cell_nosmoking

====================================*/

.cell_nosmoking {
}
.cell_nosmoking .declaration {
	border: 1px solid #9B0040;
	padding: 30px;
	background: #F9F7E8;
	margin: 40px auto 0;
	border-radius: 4px;
	overflow: hidden;
}
.cell_nosmoking .declaration .ttl {
	width: 100%;
	font-size: 130%;
	font-weight: 500;
	line-height: 1em;
	margin-bottom: 20px;
}
.cell_nosmoking .declaration p {
	font-weight: 400;
	line-height: 1.85em;
}
.cell_nosmoking .declaration p span {
	width: 100%;
	margin-top: 10px;
	font-size: 80%;
	line-height: 1.5em;
	text-align: right;
	display: block;
}

