@charset "utf-8";

/*----------------------------------------------------------
 * Reset & Common Layouts
 *----------------------------------------------------------*/

/*	Reset
------------------------------------------------------------*/

/*-- Base --*/
html {
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	font-size: 10px;
}
body {
	color: #444;
	line-height: 1.5;
	font-family: "Hiragino Kaku Gothic Pro", "Meiryo", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
	font-size: 140%;
	width: 100%;
}

/*-- margin, padding --*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, label, input, textarea, p, blockquote, th, td {
	margin:0;
	padding:0;
}
/*-- table --*/
table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: inherit;
}
td, th, caption {
	font-style: normal;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
}
address, cite, code, dfn, em, strong, var, small {
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
}
ol, ul { list-style: none; }
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
a {
  color: #000;
  text-decoration: none;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
		-webkit-tap-highlight-color: rgba(0,0,0,0.3);
}
a:hover {
  opacity: 0.7;
  text-decoration: none;
}
a img {
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
}
@media only screen and (max-width: 640px) {
	a {
	}
	a:hover {
	  opacity: 1;
	}
	a img {
	  -webkit-transition-duration: 0.2s;
	          transition-duration: 0.2s;
	}
}
a:hover,
a:focus { text-decoration: none; }
br { letter-spacing: normal; }
hr { display: none; }
img { vertical-align: bottom; border: none; line-height: 0; }

/*-- HTML5 elements --*/
article, aside, details, figcaption, figure, footer, header, nav, section, summary {
	display: block;
	margin: 0;
	padding: 0;
}

img {
	max-width: 100%;
	height: auto;
}



/*	clearfix
------------------------------------------------------------*/
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

/*	layout
------------------------------------------------------------*/
body {
	background: #f6f7f2;
	-webkit-text-size-adjust: 100%;
}
.page {
	overflow: hidden;
}
.header {
	text-align: center;
	background: #FFF;
}
.logo {
	padding: 25px 0;
	border-bottom: 1px solid #cfcfcf;
}
.pagetitle {
	margin: 70px 10px 0;
	text-align: center;
}
@media only screen and (max-width: 640px) {
	.pagetitle {
		margin: 35px 10px 0;
		text-align: center;
	}
}
.pagetitle img {
	max-width: 100%;
	height: auto;
}
.footer {
	border-top: 1px solid #cfcfcf;
	background: #fff;
	line-height: 46px;
	text-align: center;
}
.copyright {
	font-size: 1.1rem;
}
@media only screen and (max-width: 640px) {
	.logo {
		padding: 15px 0;
	}
	.logo img {
		width: 146px;
	}
}

.block01 {
	max-width: 950px;
	margin: 0 auto;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
@media only screen and (max-width: 640px) {
	.block01 {
		/*width: 100%;*/
		padding: 0 10px;
		/*margin: 0 auto;*/
	}
}
.detail {
	padding: 80px 0;
	background: #FFF;
}

.detail__block {
	position: relative;
	padding: 65px 60px 50px;
	border: 6px solid #b7c827;
}
.detail__title {
	position: absolute;
	left: 0;
	top: -25px;
	width: 100%;
	text-align: center;
}
.detail__title__in {
	display: inline-block;
	padding: 0 82px;
	background: #FFF;
}
@media only screen and (max-width: 640px) {
	.detail {
		padding: 30px 0;
	}
	.detail__title {
		top: -11px;
	}
	.detail__title__in {
		padding: 0 10px;
	}
	.detail__title img {
		/*width: 110px;*/
		height: 23px;
	}
	.detail__block {
		padding: 20px 10px;
		border: 3px solid #b7c827;
	}

}

.title-txt {
	/*padding-left: 5px;*/
	margin-bottom: 20px;
	font-size: 2rem;
	color: #55340A;
}
.title-txt-note {
	font-size: 1.4rem;
}
@media only screen and (max-width: 640px) {
	.title-txt {
		margin-bottom: 20px;
		font-size: 1.6rem;
	}
	.title-txt-note {
		font-size: 1.2rem;
	}
}
.tb01 {
	width: 100%;
	margin-bottom: 40px;
}
.tb01 th, .tb01 td {
	padding: 20px 0;
	border-bottom: 2px solid #b7c827;
	vertical-align: top;
}
.tb01 th {
	width: 115px;
	padding: 18px 10px 20px 3px;
	font-weight: normal;
	font-size: 1.8rem;
}
.tb01 td {
	line-height: 1.714285714;
}
.tb01 td p {
	margin-top: 20px;
}
.tb01 td p:first-child {
	margin-top: 0;
}
@media only screen and (max-width: 640px) {
	.tb01 tr {
		display: block;
		margin-top: 10px;
	}
	.tb01 tr:first-child {
		margin-top: 0;
	}
	.tb01 th, .tb01 td {
		display: block;
		padding: 10px 0;
	}
	.tb01 th {
		width: auto;
		padding: 0;
		border-bottom: none;
		font-size: 1.6rem;
	}
	.tb01 td p {
		margin-top: 10px;
	}
}
.terms {
	display: none;
	font-size: 1.2rem;
}
.terms__in {
	margin-top: 20px;
	padding: 10px 0;
}
.terms__title {
	font-weight: bold;
	margin-bottom: 20px;
	text-align: center;
	font-size: 1.4rem;
}
.terms p {
	margin-top: 10px;
}
.terms p:first-child {
	margin-top: 0;
}


.form {
	padding: 65px 0;
}
.form__title {
	text-align: center;
	margin-bottom: 35px;
}
.form__title img {
	max-width: 100%;
	height: auto;
}
@media only screen and (max-width: 640px) {
.form__title .txt03,
.form__title .txt04 {
		width: auto;
		height: 25px;
	}
}

.form__block {
	margin-top: 40px;
	padding: 55px 65px;
	background-color: white;
	border: 1px solid #dfe3d0;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}
.form__txt {
	margin-top: 20px;
}
.form__txt:first-child {
	margin-top: 0;
}

@media only screen and (max-width: 640px) {
	.form {
		padding: 35px 0;
	}
	.form__title {
	}
	.form__title img {
	}
	.form__block {
		margin-top: 20px;
		padding: 20px 10px;
		-webkit-border-radius: 4px;
		border-radius: 4px;
	}
}

.tb02 {
	width: 100%;
	margin-top: 12px;
}
.tb02 th, .tb02 td {
	padding: 0 0 30px;
	vertical-align: top;
}
.tb02 th {
	width: 235px;
	padding: 0 15px 30px 0;
	font-weight: bold;
}
.tb02 .box01 {
	display: inline-block;
	width: 100%;
	padding: 0 0 0 20px;
	background-color: #b7c827;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	color: #FFF;
	line-height: 45px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.tb02 td {
	/*font-weight: bold;*/
}
.tb02 td p {
	margin-top: 15px;
}
.tb02 td p:first-child {
	margin-top: 10px;
}

@media only screen and (max-width: 640px) {
	.tb02 {
		margin-bottom: 20px;
	}
	.tb02 tr {
		display: block;
		margin-top: 10px;
	}
	.tb02 tr:first-child {
		margin-top: 0;
	}
	.tb02 th, .tb02 td {
		display: block;
		padding: 10px 0;
	}
	.tb02 th {
		width: auto;
		padding: 0;
		border-bottom: none;
	}
	.tb02 td p {
		margin-top: 10px;
		/*margin-top: 10px;*/
	}
}

.input-text,
.textarea {
	width: 100%;
	padding: 0;
	margin: 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	    font-size: 1.4rem;
	background-color: white;
	border: 1px solid #dfe3d0;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: inset 0.5px 0.9px 4px rgba(0, 0, 0, 0.2);
	box-shadow: inset 0.5px 0.9px 4px rgba(0, 0, 0, 0.2);
	outline: none;
}
.input-btn {
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.input-text {
	height: 45px;
	padding: 0 10px;
	line-height: 45px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.input-text.input-text02 {
	width: 100px;
}
.input-follow-txt {
	display: inline-block;
	font-size: 1.5rem;
	margin-left: 10px;
}
.textarea {
	height: 320px;
	padding: 10px;
}

@media only screen and (max-width: 640px) {
	.input-text {
		padding: 10px;
		line-height: 1.6;
	}
	.textarea {
		height: 200px;
	}
}
.input-radio {
	display: inline-block;
}

.radio-wrap {
	margin-top: 15px;
	font-weight: normal;
}
.radio-wrap:first-child {
	margin-top: 0;
}
.radio-wrap .input-radio {
	margin-right: 5px;
}


.thanks__txt01 {
	margin-bottom: 30px;
	font-size: 3.4rem;
	text-align: center;
}
.thanks__txt02 {
	margin-bottom: 30px;
	font-size: 2rem;
	text-align: center;
}

@media only screen and (max-width: 640px) {
	.thanks__txt01 {
		margin-bottom: 20px;
		font-size: 1.7rem;
	}
	.thanks__txt02 {
		margin-bottom: 15px;
		font-size: 1.4rem;
	}
}

.err {
	color: #FF0072;
	font-weight: bold;
	line-height: 1.8;
}
.red {
	color: #FF0072;
}
.caution01 {
	font-size: 1.6rem;
}
@media only screen and (max-width: 640px) {
	.caution01 {
		display: block;
	}
}


.btn01 {
	display: inline-block;
	padding: 15px 95px;
	background-color: #55340a;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	line-height: 1.1;
	color: #FFF;
	font-size: 2.0rem;
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
	/*font-weight: bold;*/
	cursor: pointer;
}
.btn01.type02 {
	background-color: #ccc;
}
.btns {
	margin-top: 50px;
	font-size: 0;
	text-align: center;
}
.btns__item {
	display: inline-block;
	padding: 0 20px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	vertical-align: top;
}
@media only screen and (max-width: 640px) {
	.btn01 {
		width: 100%;
		padding: 13px 0;
		-webkit-border-radius: 4px;
		border-radius: 4px;
		/*font-size: 1.6rem;*/
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
		        box-sizing: border-box;
	}
	.btn01.type02 {
		font-size: 1.2rem;
	}
	.btn01.type03 {
		font-size: 1.6rem;
	}
	.btns {
		margin-top: 25px;
	}
	.btns__item {
		display: block;
		padding: 0;
		margin-top: 15px;
	}
	.btns__item:first-child {
		margin-top: 0;
	}
}


/*	common styles
------------------------------------------------------------*/
/*-- display --*/
.dn { display: none !important; }
.db { display: block !important; }
.di { display: inline !important; }
.dib { display: inline-block !important; }

/*-- fonts --*/
.fwN { font-weight: normal; }
.fwB { font-weight: bold; }
.fz08 { font-size: 67%; }
.fz09 { font-size: 75%; }
.fz10 { font-size: 83%; }
.fz11 { font-size: 92%; }
.fz12 { font-size: 100%; }
.fz13 { font-size: 108%; }
.fz14 { font-size: 117%; }
.fz15 { font-size: 125%; }
.fz16 { font-size: 133%; }

/*-- position --*/
.posR { position: relative; }
.posA { position: absolute; }

/*-- border --*/
.bd { border: 1px solid #000; }
.bdt { border-top: 1px solid #000; }
.bdr { border-right: 1px solid #000; }
.bdb { border-bottom: 1px solid #000; }
.bdl { border-left: 1px solid #000; }
.bdN { border: none; }
.bdtN { border-top: none; }
.bdrN { border-right: none; }
.bdbN { border-bottom: none; }
.bdlN { border-left: none; }

/*-- text-align --*/
.taC { text-align: center; }
.taL { text-align: left; }
.taR { text-align: right; }

/*-- float --*/
.flR { float: right; }
.flL { float: left; }
.flN { float: none; }
.lfBox { overflow: hidden; /zoom: 1; }

.mt00 { margin-top: 0 !important; }
.mt03 { margin-top: 3px !important; }
.mt05 { margin-top: 5px !important; }
.mt10 { margin-top: 10px !important; }
.mt15 { margin-top: 15px !important; }
.mt20 { margin-top: 20px !important; }
.mt25 { margin-top: 25px !important; }
.mt30 { margin-top: 30px !important; }
.mt35 { margin-top: 35px !important; }
.mt40 { margin-top: 40px !important; }
.mt45 { margin-top: 45px !important; }
.mt50 { margin-top: 50px !important; }
.mt55 { margin-top: 55px !important; }
.mt60 { margin-top: 60px !important; }
.mt65 { margin-top: 65px !important; }
.mt70 { margin-top: 70px !important; }
.mt75 { margin-top: 75px !important; }
.mt80 { margin-top: 80px !important; }
.mt85 { margin-top: 85px !important; }
.mt90 { margin-top: 90px !important; }
.mt95 { margin-top: 95px !important; }
.mt100 { margin-top: 100px !important; }
.mb00 { margin-bottom: 0 !important; }
.mb05 { margin-bottom: 5px !important; }
.mb10 { margin-bottom: 10px !important; }
.mb15 { margin-bottom: 15px !important; }
.mb20 { margin-bottom: 20px !important; }
.mb25 { margin-bottom: 25px !important; }
.mb30 { margin-bottom: 30px !important; }
.mb35 { margin-bottom: 35px !important; }
.mb40 { margin-bottom: 40px !important; }
.mb45 { margin-bottom: 45px !important; }
.mb50 { margin-bottom: 50px !important; }
.mb55 { margin-bottom: 55px !important; }
.mb60 { margin-bottom: 60px !important; }
.mb65 { margin-bottom: 65px !important; }
.mb70 { margin-bottom: 70px !important; }
.mb75 { margin-bottom: 75px !important; }
.mb80 { margin-bottom: 80px !important; }
.mb85 { margin-bottom: 85px !important; }
.mb90 { margin-bottom: 90px !important; }
.mb95 { margin-bottom: 95px !important; }
.mb100 { margin-bottom: 100px !important; }
.ml00 { margin-left: 0 !important; }
.ml05 { margin-left: 5px !important; }
.ml10 { margin-left: 10px !important; }
.ml15 { margin-left: 15px !important; }
.ml20 { margin-left: 20px !important; }
.ml25 { margin-left: 25px !important; }
.ml30 { margin-left: 30px !important; }
.ml35 { margin-left: 35px !important; }
.ml40 { margin-left: 40px !important; }
.ml45 { margin-left: 45px !important; }
.ml50 { margin-left: 50px !important; }
.ml55 { margin-left: 55px !important; }
.ml60 { margin-left: 60px !important; }
.ml65 { margin-left: 65px !important; }
.ml70 { margin-left: 70px !important; }
.ml75 { margin-left: 75px !important; }
.ml80 { margin-left: 80px !important; }
.ml85 { margin-left: 85px !important; }
.ml90 { margin-left: 90px !important; }
.ml95 { margin-left: 95px !important; }
.ml100 { margin-left: 100px !important; }
.mr00 { margin-right: 0 !important; }
.mr05 { margin-right: 5px !important; }
.mr10 { margin-right: 10px !important; }
.mr15 { margin-right: 15px !important; }
.mr20 { margin-right: 20px !important; }
.mr25 { margin-right: 25px !important; }
.mr30 { margin-right: 30px !important; }
.mr35 { margin-right: 35px !important; }
.mr40 { margin-right: 40px !important; }
.mr45 { margin-right: 45px !important; }
.mr50 { margin-right: 50px !important; }
.mr55 { margin-right: 55px !important; }
.mr60 { margin-right: 60px !important; }
.mr65 { margin-right: 65px !important; }
.mr70 { margin-right: 70px !important; }
.mr75 { margin-right: 75px !important; }
.mr80 { margin-right: 80px !important; }
.mr85 { margin-right: 85px !important; }
.mr90 { margin-right: 90px !important; }
.mr95 { margin-right: 95px !important; }
.mr100 { margin-right: 100px !important; }
.pt00 { padding-top: 0 !important; }
.pt05 { padding-top: 5px !important; }
.pt10 { padding-top: 10px !important; }
.pt15 { padding-top: 15px !important; }
.pt20 { padding-top: 20px !important; }
.pt25 { padding-top: 25px !important; }
.pt30 { padding-top: 30px !important; }
.pt35 { padding-top: 35px !important; }
.pt40 { padding-top: 40px !important; }
.pt45 { padding-top: 45px !important; }
.pt50 { padding-top: 50px !important; }
.pt55 { padding-top: 55px !important; }
.pt60 { padding-top: 60px !important; }
.pt65 { padding-top: 65px !important; }
.pt70 { padding-top: 70px !important; }
.pt75 { padding-top: 75px !important; }
.pt80 { padding-top: 80px !important; }
.pt85 { padding-top: 85px !important; }
.pt90 { padding-top: 90px !important; }
.pt95 { padding-top: 95px !important; }
.pt100 { padding-top: 100px !important; }
.pb00 { padding-bottom: 0 !important; }
.pb05 { padding-bottom: 5px !important; }
.pb10 { padding-bottom: 10px !important; }
.pb15 { padding-bottom: 15px !important; }
.pb20 { padding-bottom: 20px !important; }
.pb25 { padding-bottom: 25px !important; }
.pb30 { padding-bottom: 30px !important; }
.pb35 { padding-bottom: 35px !important; }
.pb40 { padding-bottom: 40px !important; }
.pb45 { padding-bottom: 45px !important; }
.pb50 { padding-bottom: 50px !important; }
.pb55 { padding-bottom: 55px !important; }
.pb60 { padding-bottom: 60px !important; }
.pb65 { padding-bottom: 65px !important; }
.pb70 { padding-bottom: 70px !important; }
.pb75 { padding-bottom: 75px !important; }
.pb80 { padding-bottom: 80px !important; }
.pb85 { padding-bottom: 85px !important; }
.pb90 { padding-bottom: 90px !important; }
.pb95 { padding-bottom: 95px !important; }
.pb100 { padding-bottom: 100px !important; }
.pl00 { padding-left: 0 !important; }
.pl05 { padding-left: 5px !important; }
.pl10 { padding-left: 10px !important; }
.pl15 { padding-left: 15px !important; }
.pl20 { padding-left: 20px !important; }
.pl25 { padding-left: 25px !important; }
.pl30 { padding-left: 30px !important; }
.pl35 { padding-left: 35px !important; }
.pl40 { padding-left: 40px !important; }
.pl45 { padding-left: 45px !important; }
.pl50 { padding-left: 50px !important; }
.pl55 { padding-left: 55px !important; }
.pl60 { padding-left: 60px !important; }
.pl65 { padding-left: 65px !important; }
.pl70 { padding-left: 70px !important; }
.pl75 { padding-left: 75px !important; }
.pl80 { padding-left: 80px !important; }
.pl85 { padding-left: 85px !important; }
.pl90 { padding-left: 90px !important; }
.pl95 { padding-left: 95px !important; }
.pl100 { padding-left: 100px !important; }
.pr00 { padding-right: 0 !important; }
.pr05 { padding-right: 5px !important; }
.pr10 { padding-right: 10px !important; }
.pr15 { padding-right: 15px !important; }
.pr20 { padding-right: 20px !important; }
.pr25 { padding-right: 25px !important; }
.pr30 { padding-right: 30px !important; }
.pr35 { padding-right: 35px !important; }
.pr40 { padding-right: 40px !important; }
.pr45 { padding-right: 45px !important; }
.pr50 { padding-right: 50px !important; }
.pr55 { padding-right: 55px !important; }
.pr60 { padding-right: 60px !important; }
.pr65 { padding-right: 65px !important; }
.pr70 { padding-right: 70px !important; }
.pr75 { padding-right: 75px !important; }
.pr80 { padding-right: 80px !important; }
.pr85 { padding-right: 85px !important; }
.pr90 { padding-right: 90px !important; }
.pr95 { padding-right: 95px !important; }
.pr100 { padding-right: 100px !important; }

/* px */
.fz10 { font-size: 10px !important; }
.fz11 { font-size: 11px !important; }
.fz12 { font-size: 12px !important; }
.fz13 { font-size: 13px !important; }
.fz14 { font-size: 14px !important; }
.fz15 { font-size: 15px !important; }
.fz16 { font-size: 16px !important; }
.fz17 { font-size: 17px !important; }
.fz18 { font-size: 18px !important; }
.fz19 { font-size: 19px !important; }
.fz20 { font-size: 20px !important; }
.fz21 { font-size: 21px !important; }
.fz22 { font-size: 22px !important; }
.fz23 { font-size: 23px !important; }
.fz24 { font-size: 24px !important; }
.fz25 { font-size: 25px !important; }
.fz26 { font-size: 26px !important; }
.fz27 { font-size: 27px !important; }
.fz28 { font-size: 28px !important; }
.fz29 { font-size: 29px !important; }
.fz30 { font-size: 30px !important; }
.fz31 { font-size: 31px !important; }
.fz32 { font-size: 32px !important; }
.fz33 { font-size: 33px !important; }
.fz34 { font-size: 34px !important; }
.fz35 { font-size: 35px !important; }
.fz36 { font-size: 36px !important; }
.fz37 { font-size: 37px !important; }
.fz38 { font-size: 38px !important; }
.fz39 { font-size: 39px !important; }
.fz40 { font-size: 40px !important; }

/* rem */
.fz10 { font-size: 1.0rem !important; }
.fz11 { font-size: 1.1rem !important; }
.fz12 { font-size: 1.2rem !important; }
.fz13 { font-size: 1.3rem !important; }
.fz14 { font-size: 1.4rem !important; }
.fz15 { font-size: 1.5rem !important; }
.fz16 { font-size: 1.6rem !important; }
.fz17 { font-size: 1.7rem !important; }
.fz18 { font-size: 1.8rem !important; }
.fz19 { font-size: 1.9rem !important; }
.fz20 { font-size: 2.0rem !important; }
.fz21 { font-size: 2.1rem !important; }
.fz22 { font-size: 2.2rem !important; }
.fz23 { font-size: 2.3rem !important; }
.fz24 { font-size: 2.4rem !important; }
.fz25 { font-size: 2.5rem !important; }
.fz26 { font-size: 2.6rem !important; }
.fz27 { font-size: 2.7rem !important; }
.fz28 { font-size: 2.8rem !important; }
.fz29 { font-size: 2.9rem !important; }
.fz30 { font-size: 3.0rem !important; }
.fz31 { font-size: 3.1rem !important; }
.fz32 { font-size: 3.2rem !important; }
.fz33 { font-size: 3.3rem !important; }
.fz34 { font-size: 3.4rem !important; }
.fz35 { font-size: 3.5rem !important; }
.fz36 { font-size: 3.6rem !important; }
.fz37 { font-size: 3.7rem !important; }
.fz38 { font-size: 3.8rem !important; }
.fz39 { font-size: 3.9rem !important; }
.fz40 { font-size: 4.0rem !important; }

.lh00 { line-height: 0 !important; }
.lh11 { line-height: 1.1 !important; }
.lh12 { line-height: 1.2 !important; }
.lh13 { line-height: 1.3 !important; }
.lh14 { line-height: 1.4 !important; }
.lh15 { line-height: 1.5 !important; }
.lh16 { line-height: 1.6 !important; }
.lh17 { line-height: 1.7 !important; }
.lh18 { line-height: 1.8 !important; }
.lh19 { line-height: 1.9 !important; }
.lh20 { line-height: 2.0 !important; }
.lh21 { line-height: 2.1 !important; }
.lh22 { line-height: 2.2 !important; }
.lh23 { line-height: 2.3 !important; }
.lh24 { line-height: 2.4 !important; }
.lh25 { line-height: 2.5 !important; }
