@charset "UTF-8";
/* margin */
.mB0 {
	margin-bottom: 0 !important;
}
.mB01 {
	margin-bottom: 1% !important;
}
.mB02 {
	margin-bottom: 2% !important;
}
.mB03 {
	margin-bottom: 3% !important;
}
.mB04 {
	margin-bottom: 4% !important;
}
.mB05 {
	margin-bottom: 5% !important;
}
.mT00 {
	margin-top: 0 !important;
}
.mT01 {
	margin-top: 1% !important;
}
.mT02 {
	margin-top: 2% !important;
}
.mT03 {
	margin-top: 3% !important;
}
.mT05 {
	margin-top: 5% !important;
}
.mT10 {
	margin-top: 10% !important;
}
.mL00 {
	margin-left: 0 !important;
}
.mR01 {
	margin-right: 1% !important;
}
.pB00 {
	padding-bottom: 0 !important;
}
.pT05 {
	padding-top: 5% !important;
}

@media screen and (max-width:414px) {
	.sp-mT02 {
		margin-top: 2% !important;
	}
}
/* テキスト */
.fB {
	font-weight: bold !important;
}
.c-R {
	color: #ff0000;
}
.t-L {
	text-align: left !important;
}
.t-C {
	text-align: center !important;
}
.f-s {
	font-size: .9rem !important;
	line-height: 1.5em;
}
.f-s2-5 {
	font-size: 2.5rem;
}
/* 幅 */
.w-100 {
	width: 100% !important;
}
.w-95 {
	width: 95% !important;
}
.w-90 {
	width: 90% !important;
}
.w-80 {
	width: 80% !important;
	margin: 0 auto;
}
.w-70 {
	width: 70% !important;
	margin: 0 auto;
}
.w-60 {
	width: 60% !important;
	margin: 0 auto;
}
/* フロート */
.room-fR {
	float: right !important;
}
.rool:hover {
	opacity: .7;
}
/* ボーダー系 */
.bTdod {
	border-top: dotted 1px #9e9d9a !important;
}
.bTsolid {
	border-top: solid 1px #dcdcdc !important;
}
/* 背景 */
.sun-bgColor-green {
	background: #7e9137;
}
@media screen and (max-width: 750px) {
	.s-p00 {
		padding: 0 !important;
		font-size: .8rem;
		line-height: 1.5em;
	}
	.s-mT00 {
		margin-top: 0 !important;
	}
	.s-mT05 {
		margin-top: 5% !important;
	}
	.s-mP05 {
		padding-top: 5% !important;
	}
	.w-60 {
		width: 90% !important;
	}
	.s-w-100 {
		width: 100% !important;
	}
	.s-w-95 {
		width: 95% !important;
	}

}