@charset "utf-8";

/*
 *
 *	card
 *
 */

/*===============================
	colorBox
===============================*/
/****** card ******/
.mContent .colorBox .card {
	overflow: hidden;
}
.mContent .colorBox .card li {
	float: left;
	width: 50%;
	padding: 0 2.5% 3%;
	text-align: center;
	font-size: .9em;
}

/****** cardBtn ******/
.mContent .btn.cardBtn a {
	background: #90c31f;
	border-bottom-color: #5c8208;
}


/*===============================
	joinBox
===============================*/
.mContent .joinBox h2 {
	padding: 3%;
	border-radius: 5px 5px 0 0;
	background: #90c31f;
}

/****** joinWay ******/
.mContent .joinBox .joinWay {
	margin-bottom: 5%;
	padding: 5% 5% 2%;
	border-radius: 0 0 5px 5px;
	background: #fff;
}
.mContent .joinBox .joinWay.way2 {
	margin-bottom: 0;
	border-radius: 0;
}
.mContent .joinBox .joinWay li {
	line-height: 1.4;
	margin-bottom: 15px;
	text-align: left;
	font-size: .85em;
}
.mContent .joinBox .joinWay li.small {
	font-size: .8em;
}
.mContent .joinBox .joinWay li:first-child {
	position: relative;
	padding-bottom: 10px;
}
.mContent .joinBox .joinWay li:first-child:before {
	content: '';
	position: absolute;
	left: 50%;
	bottom: -15px;
	margin-left: -8px;
	border: transparent solid 8px;
	border-top: #90c31f solid 8px;
}

/****** facilityBtn ******/
.mContent .joinBox .btn.facilityBtn {
	margin-top: 0;
	padding: 0 9.5% 6%;
	border-radius: 0 0 5px 5px;
	background: #fff;
}
.mContent .joinBox .btn.facilityBtn a {
	background: #90c31f;
	border-bottom-color: #5c8208;
}


/*===============================
	policy
===============================*/
.mContent .policyBox .policyBoxInner {
	height: 400px;
	margin-bottom: 5%;
	padding: 5% 2%;
	border-radius: 5px;
	background: #fff;
}
.mContent .policyBox .policyBoxInner .inner {
	width: 100%;
	height: 100%;
	overflow: auto;
	text-align: left;
}
.mContent .policyBox .policyBoxInner .inner h2 {
	margin-bottom: 1em;
	font-weight: bold;
}
.mContent .policyBox .policyBoxInner .inner h3 {
	font-size: .85em;
}
.mContent .policyBox .policyBoxInner .inner p {
	margin-bottom: 1em;
	word-break: break-all;
	font-size: .85em;
}
.mContent .policyBox .policyBoxInner .inner p.day {
	text-align: right;
}
.mContent .policyBox .policyBoxInner .inner a {
	text-decoration: underline;
}

/****** joinBtn ******/
.mContent .policyBox .btn.joinBtn a {
	background: #90c31f;
	border-bottom-color: #5c8208;
}


/*===============================
	change
===============================*/
.mContent .changeBox .changeBoxTxt {
	padding: 5%;
	border-radius: 5px;
	background: #fff;
	text-align: left;
	font-size: .9em;
}
.mContent .changeBox p.small {
	font-size: .9em;
}

.mContent .changeBox .link li {
	position: relative;
	margin-bottom: 5px;
	padding-left: 15px;
	font-size: 1.1em;
}
.mContent .changeBox .link li:before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -5px;
	border: transparent solid 5px;
	border-left: #90c31f solid 8px;
}
.mContent .changeBox .link li a {
	text-decoration: none;
	font-weight: bold;
	color: #90c31f;
}