@charset "shift_jis";
/* Updated 2021/02/26.T */
/* Updated 2019/12/27.T */
/* Updated 2019/12/03.T */
/* Updated 2019/11/21.T */
/* Updated 2019/11/11.T */
/* Updated 2019/04/08.T */
body {
	overflow: hidden;
}
#wrap #mainArea {
	margin: 0 auto;
}
#wrap #mainArea main {
	width: 1008px;
}
#wrap #mainArea main .mainInner {
	width: 918px;
	margin: 0 auto;
}
/*----------------------------------
fixNav
----------------------------------*/
.fixNav {
	position: fixed;
	right: 0;
	z-index: 99;
	top: 332px;
}
[class*="fNav"] {
	width: 202px;
	box-sizing: border-box;
	position: relative;
	right: -42px;
}
[class*="fNav"]:hover {
	right: 0;
}
[class*="fNav"] a {
	display: inline-block;
	text-decoration: none;
	width: 100%;
	height: 84px;
}
.fNavOrg {
	margin-bottom: 11px;
}
.fNavOrg a {
	background-image: url("/kojin/special/moneyguide/care/resources/images/index_btn_01.png");
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
.fNavGreen02 a {
	background-image: url("/kojin/special/moneyguide/care/resources/images/index_btn_02.png");
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
/*---------------------------------
modal
---------------------------------*/
#mdlMask {
	position: fixed;
	z-index: 999998;
	top: 0;
	left: 0;
	display: none;
	width: 100%;
	height: 100%;
	opacity: .6;
	background: #000;
}
#mdlWin {
	position: fixed;
	z-index: 999999;
	top: 0;
	display: none;
	box-sizing: border-box;
	width: 928px;
	padding: 68px 40px 50px;
	background: #edf4d2;
}
.mdlCnt {
	position: relative;
}
.mdlCloseBtn {
	width: 18px;
	position: absolute;
	top: -98px;
	right: -40px;
	cursor: pointer;
}
.mdl01Ttl {
	position: relative;
	font-weight: bold;
	text-align: center;
	font-size: 34px;
	color: #004831;
	line-height: 1.32;
	border-bottom: 4px solid #a0c81e;
	width: 627px;
	margin: 0 auto 47px;
}
.mdlBtnArea {
	width: 450px;
	margin: 0 auto;
	padding: 30px 0;
	background: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
}
.mdlBtnTtl {
	font-weight: bold;
	color: #004931;
	font-size: 26px;
	padding: 2px 0 7px;
	position: relative;
}
.mdl01Ttl:after {
	content: '';
	display: block;
	width: 100px;
	height: 100px;
	background: url(/kojin/special/moneyguide/care/resources/images/index_txt_modal01.png);
	background-size: 100%;
	position: absolute;
	right: -115px;
	bottom: -30px;
}
.mdlBtnTxt {
	font-size: 16px;
	line-height: 1.7;
	padding-bottom: 15px;
}
.mdlBtnArea .btnT03 {
	border-radius: 5px;
	width: 360px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-shadow: #e27500 0px 3px 0px 0px;
	box-shadow: #e27500 0px 3px 0px 0px;
	margin: 0 auto;
	padding: 21px 0;
}
.mdlBtnArea .btnT03 > span {
	font-size: 18px;
}
.mdlBtnArea .btnT03 > span > span {
	font-size: 14px;
}
/*---------------------------------
color
---------------------------------*/
.fcOrg {
	color: #fa8200;
}
/*---------------------------------
btn
---------------------------------*/
.btnRound {
	display: inline-block;
	position: relative;
	width: 340px;
	margin-bottom: 6px;
	padding: 19px 10px 15px;
	font-weight: bold;
	border-radius: 30px;
	background: #fa8200;
	text-align: center;
	text-decoration: none;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	box-shadow: #bd7323 0px 4px;
	-webkit-box-shadow: #bd7323 0px 4px;
	-moz-box-shadow: #bd7323 0px 4px;
}
.btnRound:hover {
	opacity: 0.7;
}
.btnGreen .btnRound {
	background: #a0c81e;
	box-shadow: #7b9b11 0px 4px;
	-webkit-box-shadow: #7b9b11 0px 4px;
	-moz-box-shadow: #7b9b11 0px 4px;
}
.btnDGreen .btnRound {
	background: #0d4730;
	box-shadow: #003223 0px 4px;
	-webkit-box-shadow: #003223 0px 4px;
	-moz-box-shadow: #003223 0px 4px;
	padding: 16px 10px 15px;
	width: 271px;
	font-size: 12px;
	border-radius: 50px;
}
.linkIco:before {
	position: absolute;
	top: 50%;
	left: 30px;
	display: block;
	width: 17px;
	height: 17px;
	margin-top: -8.5px;
	content: "";
	background: url(/kojin/special/moneyguide/care/resources/images/index_bg_btn02.png) no-repeat left top;
}
.btnRound > span {
	font-size: 1.285em;
	color: #fff !important;
}
/*---------------------------------
Ttl,border,Inr
---------------------------------*/
.descTtl {
	background: #a0c81e;
	padding: 25px 200% 20px;
	margin: 0 -200%;
}
.descTtl span {
	font-size: 30px;
	font-weight: bold;
	position: relative;
	color: #fff;
}
.sec03 .descTtl span {
	padding-left: 17px;
}
.descSub {
	font-size: 22px;
	font-weight: bold;
	padding-bottom: 29px;
}
.descSub span {
	border-bottom: 4px dotted #cfe38e;
	line-height: 1.5;
	padding: 0 39px;
}

.subLead {
	line-height: 1.5;
	letter-spacing: 0;
	font-size: 16px;
	text-align: center;
}
.sec02Con02 .descSub {
	padding-bottom: 31px;
}
.sec02Con02 .descSub span {
	padding: 0 26px;
}
.sec02Con02 .subLead {
	padding-bottom: 33px;
}
.sec02Con03 .descSub {
	padding-bottom: 36px;
}
.sec02Con03 .subLead {
	padding-bottom: 30px;
}
.sec02Con03 .descSub span {
	padding: 0 22px;
	letter-spacing: 1.4px;
}
.sec02Con04 .descSub {
	padding-bottom: 26px;
}
.sec02Con04 .subLead {
	padding-bottom: 24px;
}
.sec03Con01 .descSub {
	padding-bottom: 34px;
}
.sec03Con01 .subLead {
	padding-bottom: 34px;
	letter-spacing: -0.5px;
}
.sec03Con02 .subLead {
	padding-bottom: 35px;
	letter-spacing: -0.3px;
}
.sec03Con03 .descSub {
	padding-bottom: 30px;
}
.sec03Con03 .subLead {
	padding-bottom: 22px;
}
.sec04Con01 .subLead {
	letter-spacing: 0.8px;
	padding-bottom: 32px;
}
.sec04Con02 .subLead {
	padding-bottom: 35px;
}
.sec05Con01 .subLead {
	padding-bottom: 28px;
}
.sec01 {
	padding-bottom: 63px;
}
.sec06 {
	padding-bottom: 80px;
}
.greenArea {
	margin: 0 -200%;
	padding: 60px 200%;
	background: #f6f9d9;
}
.whiteArea {
	background: #fff;
	padding: 52px 0;
}
/*---------------------------------
modal
---------------------------------*/
.descModal *[class*="listMemo"] > li {
	margin-bottom: 0;
	font-size: 12px;
}
.descImg {
	padding-bottom: 20px;
}
.sec03Con01 .descImg {
	padding-bottom: 17px;
}
.descTxt p {
	padding-bottom: 51px;
}
.sec03Con01 .descTxt p {
	padding-bottom: 45px;
}
.descTxtBorder {
	font-size: 10px;
	margin-top: 38px;
	border-top: 1px solid;
	padding-top: 12px;
	line-height: 1.6;
}
.sec03Con01 .iconGlass:after {
	bottom: -47px;
	right: -3px;
}
/*---------------------------------
sec01
---------------------------------*/
.kv {
	padding: 27px 0 6px;
}
.kvLead {
	font-size: 16px;
	line-height: 1.6;
	padding-bottom: 41px;
}
.kvList {
	width: 808px;
	margin: 0 auto;
	padding-bottom: 30px;
}
.kvLi {
	float: left;
	background: #fff;
	width: 398px;
	border: 1px solid #a0c81e;
	border-radius: 54px;
	border-bottom-width: 5px;
	box-sizing: border-box;
	position: relative;
}
.kvLi:hover {
	opacity: 0.7;
}
.kvLi01,.kvLi03 {
	margin-right: 12px;
}
.kvLi01,.kvLi02 {
	margin-bottom: 12px;
}
.kvLi a {
	text-decoration: none;
	padding: 12px 0;
	display: inline-block;
	width: 100%;
	position: relative;
	box-sizing: border-box;
	font-size: 18px;
}
.kvLi a:after {
	content: "";
	display: inline-block;
	background: url(/kojin/special/moneyguide/care/resources/images/index_bg05.png) no-repeat;
	width: 15px;
	height: 8px;
	position: absolute;
	top: 43%;
	right: 16px;
}
.kvList + p {
	font-size: 16px;
}
.kvList + p .fcOrg {
	font-size: 24px;
}
/*---------------------------------
sec02
---------------------------------*/
.sec02Con01 {
	padding-top: 56px;
	padding-bottom: 40px;
}
.sec02Con02 {
	padding-top: 55px;
	padding-bottom: 33px;
}
.sec02Con03 {
	padding-top: 54px;
	padding-bottom: 37px;
}
.sec02Con04 {
	padding-bottom: 53px;
}
[class *=descCov0] {
	padding: 0 0 21px;
	font-size: 16px;
}
.descCov01 {
	padding-top: 34px;
}
.descCov02 {
	padding-bottom: 30px;
}
.descCov05 {
	padding-bottom: 3px;
	text-align: center;
}
[class*=covTxt0] {
	width: 590px;
	box-sizing: border-box;
	border-radius: 15px;
}
.covTxt05 .fcOrg {
	font-size: 20px;
}
.covGreen > *, .covGray > * {
	display: inline-block;
	vertical-align: top;
}
.covTxt01:before,.covTxt03:before {
	content: "";
	display: block;
	background: url(/kojin/special/moneyguide/care/resources/images/index_bg_balloon01.png) no-repeat;
	width: 15px;
	height: 12px;
	top: 25px;
	left: -14px;
	position: absolute;
}
.covTxt05:before {
	content: "";
	display: block;
	background: url(/kojin/special/moneyguide/care/resources/images/index_bg_balloon03.png) no-repeat;
	width: 15px;
	height: 12px;
	top: 25px;
	left: -14px;
	position: absolute;
}
.covTxt02:after,.covTxt04:after {
	content: "";
	display: block;
	background: url(/kojin/special/moneyguide/care/resources/images/index_bg_balloon02.png) no-repeat;
	width: 15px;
	height: 12px;
	top: 26px;
	right: -14px;
	position: absolute;
}
.covImg {
	font-size: 10px;
	text-align: center;
	margin-right: 28px;
}
.covImg > img {
	display: block;
}
.covGray .covTxt {
	direction: ltr;
	background: #efefef;
}
.covGreen {
	direction: rtl;
}
.covGreen .covTxt {
	direction: ltr;
	background: #f6f9d9;
}
.covGreen .covImg {
	margin: 0 0 0 27px;
}
.covTxt01 {
	padding: 30px 0 28px 29px;
	position: relative;
}
.covTxt02 {
	padding: 23px 30px 17px;
	position: relative;
}
.covTxt02 p {
	margin-bottom: 17px;
}
.covTxt03 {
	padding: 28px 0 31px 28px;
	position: relative;
}
.covTxt04 {
	position: relative;
	padding: 22px 30px 12px;
}
.covGray .covTxt05 {
	padding: 22px 0 19px 30px;
	position: relative;
	width: 528px;
	text-align: left;
	background: #fff;
}
.descTarget {
	margin: 0px auto 17px;
}
.descTgtCon {
	display: inline-block;
	width: 297px;
	box-sizing: border-box;
	border: 4px solid #d6e79f;
	border-radius: 15px;
	vertical-align: top;
	text-align: center;
	padding: 22px 21px 19px;
	margin-right: 8px;
	font-size: 16px;
}
.descTgtCon img {
	padding: 14px 0 13px;
}
.descTgtCon03 {
	margin: 0;
}
.descTgtAge{
	font-weight: bold;
	letter-spacing: 2px;
}
.descTgtAge span {
	font-size: 24px;
}
.descTgtOrg span {
	font-weight: bold;
	background: #ffdb66;
	padding: 3px 20px;
	border-radius: 50px;
}
.descTgtCon01 .descTgtOrg span {
	padding: 3px 42px;
}
.sec02Con03 .listMemo01 > li {
	font-size: 12px;
}
.descRnk {
	width: 780px;
	padding-bottom: 16px;
	font-size: 0;
	margin: 0 auto;
}
.rnkList {
	text-align: center;
	width: 132px;
	display: inline-block;
	vertical-align: top;
	margin-right: 16px;
	border-radius: 20px;
	padding: 17px 0 14px 0;
	font-size: 14px;
}
.rnkList01 {
	background: #a0c81e;
	color: #fff;
	border: 4px solid #a0c81e;
}
.rnkList02 {
	background: #bcd861;
	border: 4px solid #bcd861;
}
.rnkList03 {
	background: #d6e79f;
	border: 4px solid #d6e79f;
}
.rnkList04 {
	background: #fff;
	border: 4px solid #d6e79f;
	padding: 18px 0 13px;
}
.rnkList05 {
	background: #fff;
	border: 4px solid #d6e79f;
	padding: 18px 0 13px;
}
.descRnk .num {
	font-weight: bold;
	padding-bottom: 8px;
}
.rnkList02 .num,.rnkList03 .num {
	padding-bottom: 0;
}
.descRnk .num span {
	font-size: 20px;
}
.descRnk .name {
	font-weight: bold;
	font-size: 18px;
	padding-bottom: 9px;
}
.rnkList02 .name,.rnkList03 .name {
	line-height: 1.3;
	padding-bottom: 0;
}
.descRnk .percent {
	font-size: 16px;
}
.descNote {
	font-size: 12px;
	padding-bottom: 26px;
	width: 780px;
	margin: 0 auto;
}
/*---------------------------------
sec03
---------------------------------*/
.sec03Con01 {
	padding-bottom: 37px;
}
.sec03Con02 {
	padding-top: 54px;
	padding-bottom: 57px;
}
.sec03Con03 {
	padding-bottom: 54px;
	padding-top: 56px;
}
.descFomula {
	border: 4px solid #fdefc3;
	border-radius: 20px;
	width: 532px;
	box-sizing: border-box;
	margin: 0 auto 0;
	background: #fff;
}
.descFomula p {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	padding: 33px 0 27px 0;
	letter-spacing: 1.6px;
}
.descChrg {
	width: 283px;
	margin: 0 auto 12px;
}
.descChrg dt {
	float: left;
	background: #a0c81e;
	text-align: center;
	margin-right: 18px;
	padding: 3px 18px;
	font-size: 16px;
	border-radius: 6px;
	font-weight: bold;
	color: #fff;
	position: relative;
}
.descChrg dt:after {
	content: "";
	display: block;
	background: url(/kojin/special/moneyguide/care/resources/images/index_bg_arrow01.png) no-repeat;
	width: 10px;
	height: 7px;
	position: absolute;
	left: 46%;
	bottom: -10px;
}
.descChrg .arrowNone:after {
	display: none;
}
.descChrg dd {
	float: left;
	font-weight: bold;
	margin-bottom: 17px;
	font-size: 18px;
}
.descChrg + p {
	letter-spacing: -0.2px;
	font-size: 16px;
}
.sec03Con01 .listMemo01 {
	width: 654px;
	margin: 0 auto;
}
/*---------------------------------
sec04
---------------------------------*/
.sec04Con01 {
	padding-top: 56px;
	padding-bottom: 40px;
}
.sec04Con02 {
	padding: 57px 0;
}
.sec04Con02 .listMemo01 {
	width: 619px;
	margin: 0 auto 0;
}
.sec04Con02 .listMemo01 + p {
	margin-top: 20px;
}
/*---------------------------------
sec05
---------------------------------*/
.sec05Con01 {
	padding-top: 56px;
	padding-bottom: 18px;
}
.descInr02 {
	border: 8px solid #cfe38e;
	width: 749px;
	margin: 0 auto;
	padding: 70px 90px;
	box-sizing: border-box;
	background: #fff;
}
.descRsv .free {
	text-align: center;
	font-weight: bold;
	padding-bottom: 39px;
}
.descRsv .free span{
	display: inline-block;
	font-size: 18px;
	border: 2px solid #a0c81e;
	letter-spacing: 2.5px;
	padding: 9px 22px;
	color: #a0c81e;
}
.rsvTtl01 {
	font-size: 28px;
	line-height: 1.3;
	font-weight: bold;
	text-align: center;
}
.rsvTtl02 {
	padding: 10px 0 0;
	font-size: 20px;
	line-height: 1.3;
	font-weight: bold;
	text-align: center;
}
.rsvTxt {
	padding: 20px 0 40px;
	line-height: 1.8;
	text-align: left;
}
.descRsv .btnWrap {
	padding-bottom: 7px;
}
.RsvNote {
	font-size: 12px;
	text-align: center;
	padding-bottom: 11px;
}

@media screen and (min-width: 768px) and (max-width: 1046px) {
	header[role="banner"] {
		min-width: 100%;
	}
	header[role="banner"] #headerInner {
		width: 100%;
	}
	header[role="banner"] #headerInner .logoWrap {
		margin: 15px 19px 10px;
	}
	.popup header[role="banner"] #headerInner #headerInfo, .popupFull header[role="banner"] #headerInner #headerInfo {
		display: none;
	}
	header[role='banner'] #headerGroup ul {
		box-sizing: border-box;
		width: 100%;
	}
	footer[role="contentinfo"] {
		min-width: 100%;
	}
	footer[role="contentinfo"] #snsArea > dl,
	footer[role="contentinfo"] #footerInfo,
	footer[role="contentinfo"] #footerNav > nav {
		width: 100%;
		box-sizing: border-box;
		padding: 20px 19px 0 19px;
	}
}
@media screen and (max-width: 767px) {
	#wrap #mainArea main .mainInner {
		width: 100%;
	}
/*----------------------------------
fixNav
----------------------------------*/
	.fixNav {
		width: 100%;
		margin-left: -10px;
		font-size: 0;
		position: absolute;
		top: 0;
		display: none;
	}
	.fixNav.active {
		position: fixed;
		top: 0;
	}
	[class*="fNav"] {
		float: left;
		width: 50%;
		font-size: 12px;
		right: 0;
		margin: 0;
	}
	[class*="fNav"] a {
		height: 40px;
		border-radius: 0;
		box-sizing: border-box;
		text-align: center;
		padding: 9px 0 0 0;
	}
	[class*="fNav"] a:after {
		display: none;
	}
	.fNavOrg a:before {
		width: 20px;
		height: 15px;
		vertical-align: top;
	}
	.fNavGreen02 a:before {
		width: 20px;
		height: 15px;
		vertical-align: top;
	}
	[class*="fNav"] a span {
		vertical-align: super;
		padding-left: 3px;
	}
	.fNavOrg a {
		background-image: url("/kojin/special/moneyguide/care/resources/images/index_btn_01_sp.png");
		background-repeat: no-repeat;
		background-position: center center;
		background-color: #fb8200;
		background-size: 165px 40px;
		border-bottom: 3px solid #c76700;
	}
	.fNavGreen02 a {
		background-image: url("/kojin/special/moneyguide/care/resources/images/index_btn_02_sp.png");
		background-repeat: no-repeat;
		background-position: center center;
		background-color: #005b3e;
		background-size: 165px 40px;
		border-bottom: 3px solid #003524;
	}
/*---------------------------------
modal
---------------------------------*/
	#mdlWin {
		width: 90%;
		padding: 50px 15px 15px;
		right: 5%;
		max-height: 90%;
		overflow-y: auto;
	}
	.mdl01Ttl {
		width: 67%;
		font-size: 12px;
		margin-bottom: 23px;
	}
	.mdl01Ttl:after {
		width: 50px;
		height: 50px;
		right: -54px;
		bottom: -38%;
	}
	.mdlBtnArea {
		width: 100%;
		max-width: 450px;
		margin: 23px auto 15px;
		padding: 15px 0;
	}
	.mdlBtnTtl {
		font-size: 22px;
	}
	.mdlBtnTxt {
		font-size: 12px;
	}
	.mdlBtnArea .btnT03 {
		width: 94%;
	}
	.mdlCloseBtn {
		position: fixed;
		top: 6%;
		right: 6%;
	}
/*---------------------------------
btn
---------------------------------*/
	.btnRound {
		width: 100%;
	}
	.btnDGreen .btnRound {
		width: 100%;
	}
/*---------------------------------
Ttl,border,Inr
---------------------------------*/
	.descTtl span {
		font-size: 24px;
	}
	.descSub {
		font-size: 20px;
	}
	.descInr {
		padding: 0;
	}
	.sec .descSub span {
		padding-left: 0;
		padding-right: 0;
		line-height: 1.9;
	}
	.greenArea {
		padding: 38px 200%;
	}
	.whiteArea {
		padding-top: 38px;
		padding-bottom: 38px;
	}
/*---------------------------------
modal
---------------------------------*/
	.descModal {
		padding: 0;
		margin-bottom: 0;
	}
	.sec03Con01 .descModal {
		padding: 0;
	}
	.descImg {
		float: none;
		padding-bottom: 17px;
	}
	.descTxt {
		float: none;
		width: 100%;
	}
	.iconGlass:before {
		content: "";
		display: block;
		bottom: 50%;
		right: 50%;
		width: 60px;
		height: 60px;
		margin-bottom: -30px;
		margin-right: -30px;
		background: url(/kojin/special/moneyguide/care/resources/images/index_ico_06.png);
		position: absolute;
		-webkit-background-size: contain;
		background-size: contain;
	}
	.iconGlass {
		position: relative;
		display: block;
	}
/*---------------------------------
sec01
---------------------------------*/
	.kv {
		padding-top: 10px;
	}
	.kvLead {
		font-size: 15px;
		padding-bottom: 30px;
	}
	.kvList {
		width: 100%;
	}
	.kvLi {
		width: 100%;
		margin-bottom: 10px;
	}
	.kvLi02 a {
		padding: 12px 32px;
	}
/*---------------------------------
sec02
---------------------------------*/
	.covImg > img {
		margin: 0 auto;
	}
	.covGray .covImg {
		width: 20%;
		float: left;
		margin: 0;
	}
	.covGray .covTxt {
		width: 75%;
		float: right;
		padding: 10px;
	}
	.covGreen .covImg {
		float: right;
		width: 20%;
		margin: 0;
	}
	.covGreen .covTxt {
		float: left;
		width: 75%;
		padding: 10px;
	}
	.descTarget {
		width: 100%;
	}
	.descTgtCon {
		margin: 0 auto 10px;
		width: 90%;
		display: block;
	}
	.descRnk {
		width: 100%;
		margin: 0 auto;
		padding-bottom: 17px;
	}
	.rnkList {
		margin: 0 0 15px 0;
		padding: 0;
		width: 46%;
	}
	.rnkList01,.rnkList03,.rnkList05 {
		float: left;
	}
	.rnkList02,.rnkList04 {
		margin-right: 0;
		float: right;
	}
	.rnkList05 {
		margin-bottom: 0;
	}
	.covTxt01:before, .covTxt03:before, .covTxt05:before {
		top: 20px;
	}
	.descNote {
		width: 100%;
	}
/*---------------------------------
sec03
---------------------------------*/
	.sec03Con01 .listMemo01 {
		width: auto;
	}
	.descFomula {
		width: 100%;
	}
	.descChrg {
		width: 100%;
		max-width: 265px;
	}
	.descChrg dt {
		font-size: 16px;
	}
	.descChrg dd {
		font-size: 16px;
	}
/*---------------------------------
sec04
---------------------------------*/
	.sec04Con02 .listMemo01 {
		width: auto;
	}
/*---------------------------------
sec05
---------------------------------*/
	.descInr02 {
		width: 100%;
		padding: 40px 10px;
	}
	.sec05Con01 .subLead {
		padding-bottom: 20px;
	}
	.descRsv .free {
		padding-bottom: 30px;
	}
	.rsvTtl01 {
		font-size: 18px;
	}
	.rsvTtl02 {
		font-size: 14px;
		padding-top: 15px;
	}
	.rsvTxt {
		padding-top: 15px;
		padding-bottom: 15px;
		font-size: 12px;
		line-height: 1.8;
	}
	.descRsv .btnWrap {
		padding-bottom: 17px;
	}
	.descRsv  .btnDGreen {
		padding-bottom: 7px;
	}
}