@charset "UTF-8";
@import url("reset.css");
@import url("fonts.css");
/* ================================
	sp_style.css		[SP]	150717
================================ */
.pcOnly,
.breadcrumb,
#sideNav { display: none !important; }
/* PARTS
------------------------------------------ */
.fs13 {
	font-size: 13px;
	line-height: 1.5;
}
.fs15 {
	font-size: 15px;
	line-height: 1.5;
}
.mr2em { margin-right: 1.5em; }
.sp_mb05 { margin-bottom: 5px; }
.sp_mb10 { margin-bottom: 10px; }
.sp_mb20 { margin-bottom: 20px; }
.sp_mb30 { margin-bottom: 30px; }
.sp_mb40 { margin-bottom: 40px; }
.sp_mb50 { margin-bottom: 50px; }
.mr05em { margin-right: 0.5em; }
.ml05em { margin-left: 0.5em; }
.ml05mr1em {
	margin-right: 1em;
	margin-left: 0.5em;
}
.w25em {
	display: inline-block;
	width: 2.5em;
}
.w35em {
	display: inline-block;
	width: 3.5em;
}
.sp_w60 { width: 60px; }
.sp_w70 { width: 70px; }
.sp_w90 { width: 90px; }
.sp_w150 { width: 150px; }
.sp_w200 { width: 200px; }
.sp_w120 { width: 120px; }
.sp_w30p { width: 30%; }
.sp_w40p { width: 40%; }
.sp_w50p { width: 50%; }
.sp_w90p { width: 90%; }
.w9em {
	display: inline-block;
	width: 9em;
}
.spImg_w90 img { width: 90px; }
.lh1 { line-height: 1.0; }
.lh15 { line-height: 1.5 !important; }
.sp_lh25 { line-height: 2.5; }
.alignC { text-align: center; }
.alignR { text-align: right; }
.alignL { text-align: left; }
.fltL { float: none; }
.fltR { float: none; }
.dsN { display: none; }
.borderArea01 {
	padding: 15px 10px 12px;
	border: #e3d9bd 1px solid;
}
.borderArea02 {
	padding: 15px 10px 12px;
	background: #efe7d1;
}
.borderArea03 {
	padding: 13px 8px 10px;
	border: #e3d9bd 1px solid;
}
.borderArea04 {
	padding: 15px 10px 12px;
	background: #efe7d1;
}
.texBtn01 {
	display: block;
	border: #ccc 1px solid;
	background: #fff;
	text-align: center;
}
.texBtn01 a {
	display: block;
	padding: 10px;
	color: #ba4c00;
	text-decoration: none;
	line-height: 1;
}
.texBtn05 {
	display: inline-block;
	min-width: 1px;
	width: auto;
	border-radius: 4px;
	background: #ba4c00;
	text-align: center;
}
.texBtn05 a {
	display: block;
	padding: 12px 35px 11px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	line-height: 1;
}
a.texBtn06 {
	display: inline;
	padding: 6px 8px 6px;
	border: #ccc 1px solid;
	background: #fff;
	color: #ba4c00;
	text-align: center;
	text-decoration: none;
	text-decoration: none;
	white-space: nowrap;
}
a.linkPDF {
	padding-left: 22px;
	background: url(../img/ico_pdf.gif) no-repeat left 50%;
}
a.linkPDF_R {
	padding-right: 22px;
	background: url(../img/ico_pdf.gif) no-repeat right 50%;
}
a.linkBlank {
	padding-right: 17px;
	background: url(../img/ico_blank.gif) no-repeat right 50%;
}
.lsDisc li {
	margin-bottom: 15px;
	margin-left: 1.5em;
	list-style: disc;
}
.lsDisc li:last-child { margin-bottom: 0; }
.lsDisc li ul {
	margin-top: 5px;
	margin-bottom: 10px;
}
.lsDisc li ul li { margin-bottom: 5px; }
.lsDesimal li {
	margin-bottom: 15px;
	margin-left: 1.6em;
	list-style: decimal;
}
.lsDesimal li:last-child { margin-bottom: 0; }
.lsDesimal li ul {
	margin-top: 5px;
	margin-bottom: 10px;
}
.lsDesimal li ul li { margin-bottom: 5px; }


.lsNone ul { margin-left: 1.2em; }
.lsNone li { list-style: none; }

.lsDesimal > li {
	margin-left: 1.5em;
	list-style: decimal;
}
.lsDisc li {
	margin-left: 1.2em;
	list-style: disc;
}



.listKome li {
	margin-bottom: 0.2em;
	margin-left: 1em;
	text-indent: -1em;
}
.dsTable01 { display: table; }
.dsTable01 img { display: table-cell; }
.dsTable01 p {
	display: table-cell;
	padding: 15px;
	vertical-align: middle;
}
.spImg img { max-width: 100%; }
hr {
	border: none;
	border-top: #404b47 1px solid;
	height: 1px;
	margin-bottom: 40px;
}
.newsDl { margin-bottom: 1.3em; }
.newsDl dt,
.newsDl dd { vertical-align: top; }
.newsDl dt {
	padding: 0 0 0.2em 0;
	white-space: nowrap;
}
.newsDl dd { padding: 0 0 0 1em; }
.pagerUl { text-align: center; }
.pagerUl li {
	display: inline-block;
	font-weight: bold;
}
.pagerUl li:after {
	content: "　|　";
	font-weight: normal;
}
.pagerUl li:last-child:after { content: ""; }
.pagerUl li a {
	font-weight: normal;
	text-decoration: none;
}
.pagerUl li a:hover { text-decoration: underline; }
/* CLEARFIX
------------------------------------------ */
.clf:after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: ".";
	font-size: 0.1em;
}
.clf { display: inline-block; }
/* Hides from IE-mac ・ｼ*/
.clf { display: block; }
/* End hide from IE-mac */
body{
font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/* HEADER
------------------------------------------ */
#headerArea {
	height: 45px;
	background: url(../img/bg_header_00.png) repeat-x left top;
	background-size: 90px 45px;
}
#headerArea h1 { float: left; }
#headerArea h1 img { height: 45px; }
#headerArea p.navSwitch {
	float: right;
	display: block;
	width: 51px;
	height: 45px;
	background: none;
}
#headerArea p.navSwitch img {
	height: 45px;
	width: 51px;
	display: block;
}
#headerArea p.navSwitch img.btnIMGClose { display: none; }
/* HEADER - NAVIGATION
------------------------------------------ */
#navigation {
	position: relative;
	top: 0px;
	left: 0;
	z-index: 9999;
	display: none;
	clear: both;
	margin: 0;
	padding: 0;
	width: 100%;
	border-top: #ff 1px solid;
	background: #f3f3f3;
}
#navigation .searchArea {
	display: table;
	margin: 0;
	padding: 10px 5%;
	width: 95%;
	border-bottom: #fff 1px solid;
	vertical-align: middle;
	line-height: 1;
}

/*changed by goutam 16-02-2016 for search input*/
/*
#navigation .searchArea p {
	display: table-cell;
	width: 10%;
	vertical-align: middle;
	text-align: left;
}
#navigation .searchArea p input {
	margin-right: 8px;
	padding: 4px 5px;
	width: 79%;
	border: none;
	border-radius: 3px;
	box-shadow: 0px 0px 3px 0px rgba(8,1,3,0.45) inset;
	font-size: 14px;
}*/
.searchArea img {
	width: 27px;
	height: 27px;
}
#navigation .searchArea p {
	display: table;
	width: 100% !important;
	vertical-align: middle;
	text-align: left;
}
.searchInputText{
 width:100%;
 display:table-cell;
 padding-right:10px;
 vertical-align: middle;
}
.searchInputText input{
	width:100%;
	padding:2px 0px !important;
	border: none;
	border-radius: 3px;
	box-shadow: 0px 0px 3px 0px rgba(8,1,3,0.45) inset;
	font-size: 14px;
}
.mobileSearchButton{
  width:27px;
  height:27px;
  display:table-cell;
  vertical-align: middle;
}
/*end of change 16-02-2016 for search input */


#navigation .searchInfo {
	display: block;
	clear: both;
	margin: 0;
	padding: 10px 5%;
	width: 90%;
	text-align: center;
}
#navigation .searchInfo { text-align: center; }
#navigation .searchInfo p a {
	display: block;
	margin: 0 0;
	padding: 10px 0;
	width: 100%;
	border-radius: 3px;
	background: #ba4c00;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}
#navigation .linkTop {
	display: block;
	padding: 15px 5%;
	border-bottom: #fff 1px solid;
	background: #003c24;
}
#navigation .linkTop a {
	color: #94d600;
	text-decoration: none;
	font-weight: bold;
}
#navigation .linkUl {
	display: block;
	padding: 8px 0;
	width: 100%;
	border-bottom: #fff 1px solid;
	background: #00693c;
}
#navigation .linkUl li {
	display: block;
	padding: 7px 5%;
}
#navigation .linkUl li a {
	padding-bottom: 5px;
	color: #94d600;
	text-decoration: none;
	font-weight: bold;
}
#navigation .linkUl li ul li { padding: 7px 6%; }
#navigation .linkUl li ul li a {
	color: #fff;
	text-decoration: none;
}
/* MESSAGE
------------------------------------------ */
#msgArea {
	display: table;
	width: 100%;
	background: #f6f4ed;
}
#msgArea p {
	display: table-cell;
	padding: 20px 0;
	width: 100%;
	vertical-align: middle;
}
#msgArea p a {
	padding: 0 20px;
	color: #ba4c00;
	font-weight: bold;
	font-size: 13px;
}
/* SLIDE
------------------------------------------ */
#slideArea {
	overflow: hidden;
	margin: 0 auto;
	width: 100%;
}
.container {
	top: 0;
	left: 0;
}
#slides li a img { width: 100%; }
.slidesjs-previous {
	position: absolute;
	top: 100px;
	left: 3%;
	z-index: 100;
	display: block;
	width: 11px;
	height: 18px;
	background: url(../../img/sp/slide_prev.png) no-repeat left top;
	background-size: 11px 18px;
	text-indent: -9999px;
}
.slidesjs-next {
	position: absolute;
	top: 100px;
	right: 3%;
	z-index: 100;
	display: block;
	width: 11px;
	height: 18px;
	background: url(../../img/sp/slide_next.png) no-repeat right top;
	background-size: 11px 18px;
	text-indent: -9999px;
}
.slidesjs-pagination .slidesjs-control { display: none; }
.slidesjs-control { z-index: 0; }
/* TOP CONTENTS
------------------------------------------ */
.topContents {
	margin: 20px 5%;
	width: 90%;
	background: #fff;
	font-size: 13px;
}
.topContTtl01,
.topContTtl02,
.topContTtl03 {
	padding-bottom: 10px;
	color: #006940;
	font-weight: bold;
	font-size: 24px;
}
.topNewsArea {
	margin-bottom: 40px;
	border-top: #ccc 1px solid;
}
.topNewsDl {
	padding: 10px 0;
	border-bottom: #ccc 1px solid;
}
.topNewsDl dt { margin-bottom: 0.6em; }
.topNewsDl dt p {
	display: inline;
	margin-right: 1em;
}
.topNewsDl dt span {
	display: inline;
	padding: 3px 10px;
	background: #006940;
	color: #fff;
}
.topNewsArea dl dd { }
.topNewsDl dd a {
	color: #ba4c00;
	text-decoration: none;
}
.topSupportUl { margin-bottom: 40px; }
.topSupportUl {
	width: 100%;
	font-size: 0;
	line-height: 0;
}
.topSupportUl li {
	display: inline-block;
	margin-bottom: 2.5%;
	width: 49.5%;
	text-align: center;
}
.topSupportUl li a { width: 100%; }
.topSupportUl li a img { width: 95%; }
.topDsTableBoxOuter {
	margin-bottom: 40px;
	padding-top: 10px;
	border-top: #ccc 1px solid;
}
.topDsTableBox01 {
	margin-bottom: 10px;
	padding-bottom: 10px;
	width: 100%;
	border-bottom: #ccc 1px solid;
}
.topDsTableBox01 a {
	display: table;
	text-decoration: none;
}
.topDsTableBox01 img {
	display: table-cell;
	width: 60px;
	height: 60px;
}
.topDsTableBox01 p {
	display: table-cell;
	padding: 0 20px;
	color: #ba4c00;
	vertical-align: middle;
	text-decoration: none;
}
.topDsTableBox02 {
	margin-bottom: 10px;
	height: 78px;
	text-align: left;
	display: table;
}
.topDsTableBox02 img {
	display: table-cell;
	width: 78px;
	height: 78px;
}
.topDsTableBox02 p {
	display: table-cell;
	padding: 5px 10px 5px 20px;
	vertical-align: middle;
	text-align: left;
}
.topDsTableBox03 {
	margin-bottom: 10px;
	height: 78px;
	text-align: left;
}
.topDsTableBox03 a { display: table; }
.topDsTableBox03 img {
	display: table-cell;
	width: 78px;
	height: 78px;
}
.topDsTableBox03 p {
	display: table-cell;
	padding: 5px 20px 5px 20px;
	vertical-align: middle;
	text-align: left;
}
.topTopics { margin-bottom: 40px; }
.topTopics .topEachTopics { width: 100%; }
.topTopics .topEachTopics {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: #ccc 1px dotted;
}
.topTopics .topEachTopics img {
	margin-bottom: 10px;
	width: 100%;
}
.topTopics .topEachTopics a {
	padding-bottom: 10px;
	color: #ba4c00;
	text-decoration: none;
}
/* FOOTER
------------------------------------------ */
.pagetop {
	padding: 10px 5%;
	text-align: right;
	text-decoration: underline;
	font-size: 13px;
}
#footerArea {
	padding: 20px 5%;
	background: #5d5f64;
	font-size: 13px;
}
#footerArea a {
	color: #fff;
	text-decoration: none;
}
#footerArea .footer02 {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: #ccc 1px solid;
	line-height: 1.5;
}
#footerArea .footer02 .bnrUl01 {
	margin-top: 20px;
	padding-top: 20px;
	border-top: #ccc 1px solid;
}
#footerArea .footer02 .bnrUl01 li {
	margin-bottom: 15px;
	text-align: right;
}
#footerArea .footer03 ul { margin-bottom: 20px; }
#footerArea .footer03 ul li {
	color: #5d5f64;
	line-height: 2.2;
}
#footerArea .footer03 address {
	color: #fff;
	text-align: center;
}
/* SECOND CONTENTS
------------------------------------------ */
#secondTopImg {
	text-align: left;
	overflow: hidden;
}
#secondTopImg img {
	width: 155%;
	margin-left: -10%;
}
#secondTopImg h1 { display: none; }
#contents {
	margin: 20px 5%;
	width: 90%;
}
#contents .h2Ttl {
	margin-bottom: 15px;
	color: #003c24;
	font-weight: bold;
	font-size: 21px;
}
#contents .h3Ttl {
	margin-bottom: 10px;
	padding: 5px 13px;
	border-left: #003c24 5px solid;
	color: #003c24;
	font-weight: bold;
	line-height: 1;
}
.box01Ttl {
	padding: 6px 7px;
	background: #003c24;
	color: #fff;
	font-weight: bold;
	line-height: 1;
}
.box01Cont {
	padding: 6px 7px;
	background: #efe7d1;
}
.tableStyle01 {
	margin-top: -1px;
	width: 100%;
	border-top: #e3d9bd 1px solid;
	border-left: #e3d9bd 1px solid;
	color: #404b47;
}
.tableStyle01 .tableStyle01Th,
.tableStyle01 .tableStyle01Td {
	display: block;
	padding: 10px;
	border-right: #e3d9bd 1px solid;
	border-bottom: #e3d9bd 1px solid;
	vertical-align: top;
}
.tableStyle01 .tableStyle01Th {
	background: #efe7d1;
	font-weight: bold;
}
.tableStyle02 {
	margin-top: -1px;
	width: 100%;
	border-top: #e3d9bd 1px solid;
	border-left: #e3d9bd 1px solid;
	color: #404b47;
}
.tableStyle02 .tableStyle02Th,
.tableStyle02 .tableStyle02Td {
	display: block;
	padding: 5px;
	border-right: #e3d9bd 1px solid;
	border-bottom: #e3d9bd 1px solid;
	vertical-align: top;
	line-height: 2.5;
}
.tableStyle02 .tableStyle02Th {
	background: #efe7d1;
	font-weight: bold;
}
table.table01 {
	width: 100%;
	color: #404b47;
}
table.table01 th,
table.table01 td {
	padding: 5px;
	border: #e3d9bd 1px solid;
	vertical-align: middle;
}
table.table01 th {
	background: #efe7d1;
	font-weight: bold;
}
table.table02 {
	width: 100%;
	color: #404b47;
}
table.table02 th,
table.table02 td {
	padding: 4px 1px;
	border: #e3d9bd 1px solid;
	vertical-align: middle;
	line-height: 1.5;
}
table.table02 th {
	background: #efe7d1;
	font-weight: normal;
	text-align: center;
	font-size: 85% !important;
}
table.table02 td {
	text-align: center;
	font-size: 80% !important;
}
/*tab*/
.tabArea01 { border: #ccc 1px solid; }
.tabArea01 .tabSwitch {
	display: table;
	width: 100%;
}
.tabArea01 .tabSwitch li {
	display: table-cell;
	padding: 8px 0;
	border-bottom: #ccc 1px solid;
	border-left: #ccc 1px solid;
	background: #f3f3f3;
	color: #ba4c00;
	text-align: center;
	text-decoration: none;
	line-height: 1;
	cursor: pointer;
}
.tabArea01 .tabSwitch li:first-child { border-left: none; }
.tabArea01 .tabSwitch li.act {
	border-bottom: #fff 1px solid;
	background: #fff;
	cursor: auto;
}
.tabArea01 .tabCont {
	padding: 10px;
	text-align: center;
}
/* form parts*/
.checkBox01 {
	border: #e3d9bd 1px solid;
	background: #efe7d1;
}
.check00L {
	position: relative;
	display: block;
	width: 100%;
	height: 64px;
	background: url(../img/ico_cb_00.png) no-repeat 15px 23px;
}
.labelSelected00 { background: url(../img/ico_cb_01.png) no-repeat 15px 23px; }
.check00 {
	z-index: -10;
	outline: none;
	border: none;
	font-size: 0;
	opacity: 0;
}
.check00L p {
	position: absolute;
	top: 23px;
	left: 51px;
	z-index: 10;
	padding: 0 15px 0 0;
	font-weight: bold;
	line-height: 1.1;
}
.check00L img {
	position: absolute;
	top: 16px;
	right: 16px;
	z-index: 9;
}
.check01 {
	position: absolute;
	z-index: -10;
	height: 20px;
	outline: none;
	border: none;
	opacity: 0;
}
.check01L {
	display: inline-block;
	margin-right: 20px;
	padding-left: 25px;
	min-height: 20px;
	background: url(../img/ico_cb_00.png) no-repeat left top;
	line-height: 1.6;
	cursor: pointer;
}
.labelSelected01 { background: url(../img/ico_cb_01.png) no-repeat left top; }
.radio01 {
	position: absolute;
	z-index: -10;
	height: 20px;
	outline: none;
	border: none;
	font-size: 0;
	opacity: 0;
}
.radio01L {
	display: inline-block;
	margin-right: 0px;
	margin-bottom: 5px;
	padding-left: 29px;
	min-height: 20px;
	background: url(../img/ico_rb_00.png) no-repeat left top;
	line-height: 1.6;
	cursor: pointer;
}
.radioSelected01 { background: url(../img/ico_rb_01.png) no-repeat left top; }
input[type=text] {
	padding: 2px 5px;
	height: 23px;
	border: none;
	border: #ccc 1px solid;
	box-shadow: 0px 0px 3px 0px rgba(8,1,3,0.1) inset;
}
textarea {
	padding: 2px 5px;
	border: #ccc 1px solid;
	box-shadow: 0px 0px 3px 0px rgba(8,1,3,0.1) inset;
}
.areaSelect .areaSelectBtn { margin-bottom: 10px; }
.areaSelect .areaSelectBtn li {
	display: inline-block;
	margin: 0 5px 5px 0;
	padding: 8px 15px 7px;
	border: #cacaca 1px solid;
	line-height: 1;
}
.areaSelect .areaSelectBtn li.act { background: #efe7d1; }
.areaSelect .areaSelectCont {
	z-index: 9;
	padding: 9px;
	border: #cacaca 1px solid;
}
/* 20150515 ADD NEW*/
.pointArea01 {
	clear: both;
	padding: 1.5%;
	border: #809f13 3px solid;
}
.pointArea01 .pointArea01Inner { margin-bottom: 0; }
.pointArea01 .pointArea01Inner p strong {
	color: #809f13;
	display: block;
	margin-bottom: 0.2em;
}
.pointArea01 .pointArea01Inner {
	margin-bottom: 0px;
	height: 78px;
	text-align: left;
	display: table;
}
.pointArea01 .pointArea01Inner img {
	display: table-cell;
	width: 78px;
}
.pointArea01 .pointArea01Inner p {
	display: table-cell;
	padding: 5px 10px 5px 20px;
	vertical-align: middle;
	text-align: left;
}
.stepDl01 {
	display: table;
	width: 100%;
}
.stepDl01 dt,
.stepDl01 dd {
	display: table-cell;
	padding: 15px 13px;
	color: #fff;
	font-weight: bold;
	vertical-align: top;
}
.stepDl01 dt {
	width: 30%;
	background: #003c24;
}
.stepDl01 dd {
	width: 70%;
	background: #176345;
}
.stepDl02 {
	display: table;
	width: 100%;
	border: #e3d9bd 1px solid;
}
.stepDl02 dt,
.stepDl02 dd {
	display: table-cell;
	padding: 14px 12px;
	color: #003c24;
	font-weight: bold;
	vertical-align: top;
}
.stepDl02 dt {
	width: 30%;
	background: #e3d9bd;
}
.stepDl02 dd {
	width: 70%;
	background: #efe7d1;
}
.stepDl03 {
	display: table;
	width: 100%;
	border: #e3d9bd 1px solid;
}
.stepDl03 dt,
.stepDl03 dd {
	display: table-cell;
	padding: 14px 12px;
	color: #003c24;
	font-weight: bold;
	vertical-align: top;
}
.stepDl03 dt {
	width: 30%;
	background: #efe7d1;
	border-right: #e3d9bd 1px solid;
}
.stepDl03 dd {
	width: 70%;
	background: #ffffff;
}
.stepUl01 {
	font-size: 0;
	line-height: 0;
	display: table;
	width: 100%;
}
.stepUl01 li {
	display: table-cell;
	text-align: center;
}
.stepUl01 li img { margin-bottom: -4px; }
.stepUl01 li p {
	border: #e3d9bd 1px solid;
	text-align: center;
	font-weight: bold;
	padding: 12px 5px;
	font-size: 15px;
}
.stepUl01 li.act p { background: #e3d9bd; }
/* 150518 add */
.pointTtl {
	float: right;
	line-height: 1;
	background: #809f13;
	display: inline-block;
	color: #fff;
	font-weight: bold;
	margin: 0 0 0 0;
	padding: 5px 13px 1px;
}
.pointArea01 {
	clear: both;
	padding: 1.5%;
	border: #809f13 3px solid;
}
.pointArea01 .pointArea01Inner { margin-bottom: 0; }
.pointArea01 .pointArea01Inner p strong {
	color: #809f13;
	display: block;
	margin-bottom: 0.2em;
}
.pointArea01 .pointArea01Inner {
	margin-bottom: 0px;
	height: 78px;
	text-align: left;
	display: table;
}
.pointArea01 .pointArea01Inner img {
	display: table-cell;
	width: 78px;
}
.pointArea01 .pointArea01Inner p {
	display: table-cell;
	padding: 5px 10px 5px 20px;
	vertical-align: middle;
	text-align: left;
}
/* news */
.newsArea {
	border-top: #ccc 1px solid;
	padding-top: 15px;
	padding-bottom: 5px;
}
.newsArea .newsDl {
	margin-bottom: 14px;
	padding-bottom: 14px;
	border-bottom: #ccc 1px solid;
}
.newsArea .newsDl dt { margin-bottom: 0.2em; }
.newsArea .newsDl dt p {
	display: inline-block;
	margin-right: 15px;
}
.newsArea .newsDl dt span {
	padding: 4px 5px 3px;
	background: #006940;
	color: #fff;
	white-space: nowrap;
	font-weight: bold;
	font-size: 12px;
	display: inline-block;
	line-height: 1;
}
.newsArea .newsDl dd {
	line-height: 1.4;
	clear: both;
}
.newsArea .newsDl dd a { text-decoration: none; }
.newsArea .newsDl dd a:hover { text-decoration: underline; }
.infoBox01 {
	background: #efe7d1;
	padding: 3%;
	border: 1px solid #e3d9bd;
}
.infoBox01 > p {
	color: #404b47;
	margin-bottom: 10px;
}
.infoBox01 > p strong { font-size: 110%; }
.infoBox01 div {
	background: #fff;
	padding: 3% 2%;
	text-align: center;
	line-height: 1.5;
}
.infoBox01 div p strong {
	font-size: 150%;
	line-height: 2;
}
.infoBox01 > div {
	background: #fff;
	padding: 3% 2%;
	line-height: 1.5;
}
.infoBox01 > div > div { background: none; }
.infoBox01 .infoBtn {
	padding: 0 0;
	background: #fff;
	border: #ccc 1px solid;
	display: inline-block;
	line-height: 1;
}
.infoBox01 .infoBtn a {
	color: #006940;
	padding: 11px 20px 9px;
	display: inline-block;
	text-decoration: none;
}
.infoBox01 .infoBtn a:hover { text-decoration: underline; }
.infoBox01 .infoBox01InnerSplit {
	display: table;
	padding: 0 0;
	width: 100%;
	background: none;
}
.infoBox01 .infoBox01InnerSplit > div {
	display: table-cell;
	padding: 2% 0 2% 1%;
	width: 49%;
}
.infoBox01 div p strong {
	font-size: 110%;
	line-height: 2;
}
.infoBox01 .infoBtn {
	padding: 0 0;
	background: #fff;
	border: #ccc 1px solid;
	display: block;
	line-height: 1;
}
.infoBox01 .infoBtn a {
	color: #006940;
	padding: 11px 20px 9px;
	display: inline-block;
	text-decoration: none;
}
.infoBox01 .infoBox01InnerSplit {
	padding: 0 0;
	background: none;
	margin-top: 20px;
}
.infoBox01 .infoBox01InnerSplit > div > p { text-align: left; }
.infoBox01 .infoBox01InnerSplit .infoBtn { margin-bottom: 20px; }
.infoBox01 .infoBox01InnerSplit .infoTel {
	display: block;
	background: #fff;
	margin: 0 5px;
	padding: 3% 0;
	line-height: 1.55;
	font-size: 90%;
}
.infoBox01 .infoBox01InnerSplit .infoTel strong { font-size: 120%; }

.labelSelected01C { background: url(../img/ico_cb_00.png) no-repeat left 1px; }
.errormsgwbig { width: 180px; }

.addressSectionStyle {
	text-align: left;
	margin-right: 0px;
	width: auto !important;
}
.wspOnly90 { width: 90%; }
.pspOnly { padding-left: 4%; }
.spOnlySearch {
	margin-left: 30px;
	width: 80%;
}
/*150521 add*/


.bnrUl01 { font-size: 0; }
.bnrUl01 > li {
	margin-bottom: 10px;
	text-align: right;
}
.lsDisc > li {
	margin-left: 1.2em;
	list-style: disc;
}
.topDsTableBox02 img,
.topDsTableBox03 img { height: auto; }
.imgWFix img { width: 100%; }
.newsArea .newsDl { display: block; }
.newsArea .newsDl dt {
	padding: 0 0 0 0;
	display: block;
}
.newsArea .newsDl dd {
	padding: 0 0 0 0;
	display: block;
}





/* tex and IMG*/
.texAndImgR20,
.texAndImgR30,
.texAndImgR40,
.texAndImgL20,
.texAndImgL30,
.texAndImgL40 { width: 100%; }
.texAndImgR20 span,
.texAndImgL20 span { width: 20%; }
.texAndImgR30 span,
.texAndImgL30 span { width: 30%; }
.texAndImgR40 span,
.texAndImgL40 span { width: 40%; }
.texAndImgR20 span,
.texAndImgR30 span,
.texAndImgR40 span {
	float: right;
	display: block;
	margin: 0 0 1.5% 1.5%;
}
.texAndImgL20 span,
.texAndImgL30 span,
.texAndImgL40 span {
	float: left;
	display: block;
	margin: 0 1.5% 1.5% 0;
}
.texAndImgR20 span img,
.texAndImgR30 span img,
.texAndImgR40 span img,
.texAndImgL20 span img,
.texAndImgL30 span img,
.texAndImgL40 span img {
	max-width: 100%;
	width: 100%;
}


/* serch result*/
.serchResultHeader {
	border: #e3d9bd 1px solid;
	margin-bottom: 20px;
	display: block;
	width: 100%;
}
.serchResultHeader select,
.serchResultHeader p {
	display: block;
	padding: 2% 3%;
}
.serchResultHeader p { white-space: nowrap; }
.serchResultHeader p.alignR { text-align: left; }
.serchResultHeader p input[type="text"] { width: 100px; }
.serchResultTex {
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: #e3d9bd 1px dotted;
}
.serchResultTex span {
	color: #006940;
	font-weight: bold;
}
.serchResultBox {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: #e3d9bd 1px dotted;
}
.serchResultBox .serchResultTtl {
	text-indent: -1.3em;
	margin-left: 1.3em;
	margin-bottom: 1em;
}
.serchResultBox .serchResultDisc { margin-left: 1.3em; }
.serchResultBox .serchResultDisc span {
	color: #006940;
	font-weight: bold;
}


/* purpose */
.purposeTable01{
	width:100%;
	background:#efe7d1;
	border:#e3d9bd 1px solid;
	border-collapse: separate;
	border-spacing: 10px;
}
.purposeTable01 tr{ border-spacing: 0px; }
.purposeTable01 td{
	width: 50%;
	vertical-align:middle;
	border-spacing: 0px;
}
.purposeTable01 td a{
	display: block;
	vertical-align: middle;
	background:#ba4c00;
	border-radius: 5px;
	width: 100%;
	text-align:center;
	color:#fff;
	text-decoration: none;
	font-weight:bold;
	min-height: 60px;
	line-height: 60px;
}
.purposeTable01 td span{
	display:table;
	width: 100%;
}
.purposeTable01 td span a{
	line-height:1.6;
	display:table-cell;
	padding:6px 0;
}
.purposeTable01 td a:hover{ text-decoration: underline; }
.purposeTable02{
	width:100%;
	border:#e3d9bd 1px solid;
	border-collapse: separate;
	border-spacing: 10px;
	text-align:center;
}
.purposeTable02 th{
	vertical-align: middle;
	text-align:center;
}
.purposeTable02 th img{	width:60%; }
.purposeTable02 td{
	width: 50%;
	vertical-align:middle;
	border-spacing: 0px;
}
.purposeTable02 td a{
	display: block;
	vertical-align: middle;
	background:#ba4c00;
	border-radius: 5px;
	width: 100%;
	text-align:center;
	color:#fff;
	text-decoration: none;
	font-weight:bold;
	min-height: 30px;
	line-height: 30px;
}

/* 150623 add*/
.indentDl01{
	display: table;
	margin-bottom:0.5em;
}
.indentDl01 dt{
	display: table-cell;
	white-space: nowrap;
	vertical-align: top;
	padding-right:0.5em;
}
.indentDl01 dd{
	display: table-cell;
	vertical-align: top;
}
.infoBox02 {
	display:table;
	padding: 1.5%;
	border: 1px solid #e3d9bd;
	background: #efe7d1;
	text-align: center;
}
.infoBox02 .planImg{
	display:table-cell;
	width:30%;
	vertical-align: middle;
}
.infoBox02 .planImg img{
	width:100%;
}
.infoBox02 .planTex{
	display:table-cell;
	vertical-align: middle;
}
.infoBox02 .planTex p strong {
	font-size: 105%;
	line-height: 1.6;
}

.infoBox02 .planTex .infoBtn {
	display: inline-block;
	padding: 0 0;
    background: #ba4c00;
    border: 1px solid #ccc;
	line-height: 1;
}
.infoBox02 .planTex .infoBtn a {
	display: inline-block;
	padding: 11px 10px 9px;
	color: #fff;
	text-decoration: none;
}
.infoBox02 .planTex .infoBtn a:hover { text-decoration: underline; }
.infoBox01 .planAdBoxOuter{
	display:table;
	margin:0 0 10px;
	padding: 0 0 20px;
	border-bottom:#e3d9bd 1px solid;
	background: none;
}
.infoBox01 .planAdBoxOuter .planAdBox1{
	display:table-cell;
	padding: 0 0;
	width:30%;
	background: none;
	vertical-align: top;
}
.infoBox01 .planAdBoxOuter .planAdBox1 img{width: 100%;}
.infoBox01 .planAdBoxOuter .planAdBox2{
	display:table-cell;
	padding: 0 0 0 3%;
	background: none;
	vertical-align: middle;
	text-align:left;
}
.infoBox01 .planAdBoxOuter .planAdBox2 p strong { font-size: 110%; }
.infoBox01 .infoBtn {
	display: block;
	padding: 0 0;
    background: #ba4c00;
    border: 1px solid #ccc;
	line-height: 1;
}
.infoBox01 .infoBtn a {
	display: inline-block;
	padding: 11px 10px 9px;
	color: #fff;
	text-decoration: none;
}
.infoBox01 .infoBox01InnerSplit > div {
	display: block;
	padding: 2% 0;
	width: 100%;
}
.infoBox01 .infoBox01InnerSplit .infoTel strong {
    font-size: 150%;
}
.dsTable02 { display: table; width: 100%; }
.dsTable02 > div {
	display: table-cell;
	vertical-align: middle;
	padding: 1%;
}

/*goods pdf dl box*/
.pdfDlBox{
	border: 1px solid #e3d9bd;
	display:table;
	width:100%;
	background: #f7f4eb;
}
.pdfDlBox .box01{
	display: table-cell;
	padding: 2%;
	text-align:center;
	vertical-align: middle;
}
.pdfDlBox .infoBtn {
	display: block;
	margin:2px 0;
	padding: 0 0;
	background: #ba4c00;
	border: 1px solid #ccc;
	line-height: 1;
}
.pdfDlBox .infoBtn a {
	display: block;
	padding: 11px 3px;
	color: #fff;
	text-decoration: none;
}
.pdfDlBox .infoBtn a:hover { text-decoration: underline; }
.pdfDlBox .box02{
	display: table-cell;
	width:50%;
	padding: 2%;
	text-align:center;
	vertical-align: middle;
}

/* goods marker */
span.goodsMarker {
	display: inline-block;
	float: none;
	margin: 0 0 0 1em;
	padding: 4px 5px 3px;
	width: auto;
	background: #006940;
	color: #fff;
	white-space: nowrap;
	font-weight: bold;
	font-size: 12px;
	line-height: 1.1;
}
.imgWFix img { width: 100%; }
.prductBox01 { width: 100%;}
.prductBox01 > span{
	width:100%;
	margin-bottom:5px;
}
.prductBox01 > span img { width:100%; }
.prductBox01 > div{
	width:100%;
}
.prductBox01 > div p{
	font-size: 13px;
	margin-bottom:8px;
}
.prductBox01 > div p strong { font-size:17px; }


/* 150625 add*/
.topDsTableBox02 { height: auto; }
.infoBox02 .planTex p { padding:0 0 0 2%; }
.pointArea01 .pointArea01Inner p strong {
	display: block;
	margin-bottom: 0.2em;
	color: #536a00;
	font-size:115%;
}


/* 150706 add */
.infoBox02 { width: 97%; }
.infoBox02 .planTex { padding-left:2%; }
.infoBox02 .planTex p {text-align: left; }
.infoBox02 .planTex p strong {
	display: block;
	margin: 5px 0;
	text-align: center;
}
.purposeTable01 td {
	min-height: 70px;
	border-radius: 5px;
	background: #ba4c00;
}
.purposeTable01 td a {
	display: inline-block;
	padding: 15px 3%;
	min-height: 0;
	width: 94%;
	border-radius: 0;
	background: none;
	vertical-align: middle;
	line-height: 1.4;
}
.purposeTable02 td {
	min-height: 40px;
	border-radius: 5px;
	background: #ba4c00;
}
.purposeTable02 td a {
	display: inline-block;
	padding: 15px 3%;
	min-height: 0;
	width: 94%;
	border-radius: 0;
	background: none;
	line-height: 1.4;
}
.box01Ttl { line-height: 1.4; }
.youtubeFrame {
	position: relative;
	padding-top: 56.25%;
	width: 100%;
}
.youtubeFrame iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}
.inlineList33,
.inlineList50 {
	display: block;
	width: 100%;
}
.inlineList33 li,
.inlineList50 li {
	display: inline-block;
	float: left;
	margin: 3px 0;
	padding: 0 3% 0 0;
	width: 47%;
}

/* 150714 add */
.infoBox02 .planImg { display: none; }
.infoBox02 .planTex {
	padding-left: 0%;
	width: 100%;
}
.infoBox02 .planTex p { padding: 1%; }
.infoBox01 .planAdBoxOuter .planAdBox1 { display: none; }
.infoBox01 .planAdBoxOuter .planAdBox2 {
	padding: 0 0 0 0;
	width: 100%;
}
.sp_mb05 { margin-bottom: 5px; }

/* 150716 add */
.seikyu3BtnOuter {
	display: table;
	width: 100%;
	border-spacing: 2px;
}
.seikyu3BtnOuter > div {
	display: table-cell;
	width: 33.3%;
	border-radius: 4px;
	background: #ba4c00;
	vertical-align: middle;
	text-align: center;
}
.seikyu3BtnOuter > div a {
	display: block;
	padding: 16px 1px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}
.seikyu3BtnOuter > div a span {
	display: block;
	font-size: 74%;
}
#navigation .searchArea { width: 90%; }
#footerArea .footer02 .bnrUl01 li {
	margin-bottom: 10px;
	text-align: center;
}
#footerArea .footer02 .bnrUl01 li img { max-width: 100%; }

/* 150717 add */
.check00L {
	display: table;
	width: 100%;
	height: 64px;
}
.check00 { display:block;}
.check00L p {
	top: 0;
	left: 0;
	display: table-cell;
	vertical-align: middle;
	height: 64px;
	padding:0 0 0 51px;
	position:static;
	width:500px;
}
.check00L img {
	display: table-cell;
	top: 0;
	right: 0;
	padding:16px;
	position:static;
}
/* 150910 add office */
.officeBox{
    display: table;
    width: 100%;
}
.officeBox > div {
	display: table-cell;
	vertical-align: top;
	padding: 1%;
}
.officeBox > div img{
	width:98%;
	border:#ccc 1px solid;
}
.officeBox > div > table td { padding: 2px 2px 4px; }
.officeBox > div > table th {
	padding: 2px 1em 4px 2px;
	white-space:nowrap;
	vertical-align: top;
}
/* Added by Binayak & Tanaya on 8th Feb,2016
Purpose: For broken mobile header issue*/

/* 151225 add
#navigation{
	padding-top: 0 !important;
}
#navigation form {
	display: table;
	margin: 0;
	padding: 10px 5%;
	width: 100%;
	border-bottom: #fff 1px solid;
	vertical-align: middle;
	line-height: 1;
	box-sizing: border-box;
}
#navigation form p {
	display: block;
	width: 100%;
	vertical-align: middle;
	text-align: left;
	box-sizing: border-box;
}
#navigation form input {
	margin-right: 0;
	padding: 4px 5px;
	width: 80%;
	border: none;
	border-radius: 3px;
	box-shadow: 0px 0px 3px 0px rgba(8,1,3,0.45) inset;
	font-size: 14px;
	vertical-align: middle;
}

#navigation form input[type="image"] {
	width: 27px;
	height: 27px;
	border-radius: 0;
	box-shadow: none;
}
#navigation form .spOnlySearch {
	width: 80%;
	float: left;
	margin-left: 0;
	margin-right: 5px;
	padding: 4px 5px !important;
}
*/
/* added by Rakesh 2016/02/10 */

#navigation form {
   /* padding: 0 5% !important;*/
}
/*#navigation form p {
    padding-right: 40px !important;
    position: relative !important;
    float: none !important;
    width: auto !important;
}*/
#navigation form input['text']{
    width: 100% !important;
    margin-left: 0 !important;
    height: 30px !important;
    box-sizing: border-box !important;
}
#navigation form input['image']{
    position: absolute;
    top: 0;
    right: 0;
}

/* 151221 追加 */
.btn_list {
	overflow: hidden;
	padding-bottom: 11px;
}
.btn_list ul {
	font-size: 0;
	line-height: 0;
}
.btn_list li {
}
.btn_list li img {
	width: 100%;
	height: auto;
}
.btn_list li:first-child {
	float: left;
	width: 49%;
}
.btn_list li:last-child {
	width: 49%;
	float: right;
}

.newsArea .newsDl dt {
	margin-bottom: 6px;
}
.newsArea .newsDl dt span.date {
    padding: 0;
    background: none;
    color: #404b47;
    white-space: nowrap;
    font-weight: normal;
    font-size: 15px;
    display: inline-block;
	width: 138px;
    line-height: 1.1;
}
.newsArea .newsDl dt span.cat {
    padding: 4px 10px;
    white-space: nowrap;
    font-size: 11px;
    display: inline-block;
    line-height: 1.1;
	border-radius: 3px;
}
.newsArea .newsDl.cat_pressrelease dt span.cat {
	background: #006940;
}
.newsArea .newsDl.cat_news dt span.cat {
	background: #ba4c00;
}


/* 160204 add */
.loginArea {
	background: #fff;
	display: table;
	width: 100%;
	padding: 25px 16px;
	box-sizing: border-box;
}
.headMypage {
	display: table-cell;
	width: 38%;
	text-align: right;
	vertical-align: top;
}
.headMypage img {
	width: 100%;
	max-width: 128px;
	height: auto;
}
.btnMypage {
	display: table-cell;
	padding-left: 12px;
	text-align: left;
	vertical-align: top;
}
.btnMypage img {
	width: 90%;
	max-width: 210px;
	height: auto;
}


.btn_beginner {
	font-size: 14px;
	margin-top: 20px;
	line-height: 1;
	padding-left: 15px;
	background: url(../img/sp/icn_sankaku.png) no-repeat left center / 7px auto;
}
.btn_beginner a {
	color: #ba4c00;
	text-decoration: none;
}


/* issue REQ00256378 */
.line{
	border:1px solid #ddd;
	margin:10px 0px;
	height:0px;
}

.boxStyle{
	border:5px solid #deebb4;
	width:100%;
	display:block;
}
.boxStyle .boxHead{
	background:#deebb4;
	padding:10px 10px 15px 10px;
	text-align:center;
	color:#00693c;
	display:block;
	font-weight:bold;
}
.boxStyle .boxContainer{
	padding:20px;
	display:block;
}
.boxContainer .boxTxt{
display:block;
border-bottom:1px solid #ccc;
padding-bottom:15px;
margin-bottom:15px
}


.buttonList{
	display:table;
	width:100%;
}
.buttonList .side1{
	display: block;
	padding: 5px 0px 5px 0px;
	text-align:center;
	vertical-align: middle;
}
.buttonList .linkBtn {
	display: block;
	margin:2px 0;
	padding: 0 0;
	background: #ba4c00;
	border: 1px solid #ccc;
	line-height: 1.2;
	border-radius:4px;
}
.buttonList .linkBtn a {
	display: block;
	padding: 11px 3px;
	color: #fff;
	text-decoration: none;
}
.buttonList .linkBtn a:hover { text-decoration: underline; }
.buttonList .side2{
	display: block;
	padding:5px 0px 5px 0px;
	text-align:center;
	vertical-align: middle;
	margin-top:15px;
}
.buttonList .link{
	text-align:left;
}
.buttonList .link a{
	color:#000;
}


/* smart design TASK01409358 / RITM00542432*/
.fs11 {
	font-size: 11px;
}
.mb2{
	margin-bottom:2px;
}
.smart_statement{
	display:table;
	box-sizing:border-box;
	width:100%;
}

.smart_statement .statement_num{
	display:table-cell;
	vertical-align:middle;
	background-color:#4ba393;
	color:#fff;
	font-size:24px;
	width:48px;
	text-align:center;
}
.smart_statement .statement_detail{
	display:table-cell;
	vertical-align:middle;
	background-color:#f0e8d0;
	padding:10px;
}
.ship_head{
	margin-top:20px;
}
.statement_shipping{
	padding:0px 0px 25px 0px;
}
.smart_statement .statement_shipping_img{
	display:block;
	text-align:center;
	margin-bottom:15px;
}
.smart_statement .statement_shipping_img img{
	width:100%;
}
.smart_statement .statement_shipping_detail{
	display:block;
}


/*wellnesslab TASK01366114 / RITM00525810*/
.wellnesslab{
	display: block;
	padding: 10px;
    border: 1px solid #e3d9bd;
    background: #efe7d1;
	box-sizing:border-box;
	width:100%;
}
.wellnesslab_heading{
	font-weight:bold;
	font-size:13px;
}
.infoBox03 {
	display: table;
	box-sizing:border-box;
}
.infoBox03 .display_box01{
	display:block;
	box-sizing:border-box;
	width:100%;
	margin-bottom:10px;
}
.infoBox03 .display_box02{
	display:block;
	box-sizing:border-box;
	width:100%;
}
.infoBox03 .display_box02 img{
	width:100%;
}
.infoBox03 .info_box{
	display:table;
	box-sizing:border-box;
	width:100%;
}

.infoBox03 .info_box .img_box {
	width:25%;
	padding:3px;
}
.infoBox03 .info_box .img_box2{
	width:50%;
	padding:3px;
}
.infoBox03 .info_box .img_box img, .infoBox03 .info_box .img_box2 img{
	width:100%;
}
.infoBox03 .info,.infoBox03 .info_title{
	display:table-cell;
	box-sizing:border-box;
}
.infoBox03 .info_title{
	width:80px;
}
.vertical_top{
	vertical-align:top;
}


/*TASK01552564, RITM00599497 */
/*brand Campaign */
.brand_message_heading{
	color: #003c24;
	font-weight: bold;
	font-size:21px;
}
.brand_line{
	color:#489476;
	margin-bottom:20px;
}
.brand_message_sub_heading{
	color: #003c24;
	font-weight: bold;
	font-size:15px;
}
.h3Text{
	color: #003c24;
	font-weight: bold;
	font-size:19px;
}
.h3TitleText{
	margin-bottom: 20px;
	padding: 7px 10px 6px;
	border-left: #003c24 4px solid;
	color: #003c24;
	font-weight: bold;
	line-height: 1.2;
	position:relative;
}
.campaign_left{
	padding-left:15px;
	padding-right:15px;
}

.campaign_right{
	padding-left:15px;
	padding-right:15px;
}

.video_container{
	position:relative;
	margin-bottom:15px;
}
.video_container img{
width:100%;
}
.video_ico{
	background:url(../img/video_ico.png) no-repeat;
	width:55px;
	height:55px;
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	-ms-transform:translate(-50%,-50%);
	-webkit-transform:translate(-50%,-50%);
}

.comming_soon_ico{
	background-image:url(../img/comming_soon.png);
	background-repeat:no-repeat;
	background-position:center;
	background-color:rgba(0,0,0,0.4);
	width:100%;
	height:100%;
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	-ms-transform:translate(-50%,-50%);
	-webkit-transform:translate(-50%,-50%);
}
.comming_soon_text{
	color:#79767b;
	font-weight:bold;
}
.brand_notice{
	background-color:#2c2a2a;
	color:#fff;
	padding:22px 25px;
	font-size:13px;
}
.brand_notice .brand_notice_highlight{
	color:#ef5568;
}
.brand_campaign_message{
	position: relative;
	background:url(../img/pattern.png) repeat;
	padding:15px;
}

.brand_campaign_message:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height:0;
  border-width: 0 23px 23px 0;
  border-style: solid;
  border-color: #cfe099 #fff;
}

.brand_campaign_box{
	background-color:#ebede5;
    width:100%;
	box-sizing:border-box;
	border:3px solid #ebede5;
}
.brand_box_container{
	background-color:#fff;
	padding:8px;
}

.brand_box_left img{
	width:100%;
}
.episodeBtn{
	display:inline-block;
	padding:11px;
	background-color:#ba4c00;
	color:#fff;
	margin:10px 0px 7px 0px;
	border-radius:6px;
}
.episodeBtn a{
	text-decoration:none;
	display:block;
	color:#fff;
}
.episodeBtn img{
	vertical-align:middle;
}
#cboxOverlay{background:#000 !important; }
#cboxClose{
	background: url(../img/closeBtn.png) no-repeat 0 0 !important;
	top:-36px !important;
	width:34px !important;
	height:30px !important;
}

.closeBoxBottom{
	position:absolute;
	background:#000;
	text-align:center;
	padding:11px 0px;
	bottom:0;
	width:100%;
}
.closeBoxBottom button{
	background-color:#000;
	outline:none;
	border:0;
	color:#fff;
	cursor:pointer;
	background-image: url(../img/closeBtn.png);
	background-repeat:no-repeat;
	background-size:18px 18px;
	padding-left:26px;
}



/*25 static procedure page*/

.h3Title{
	margin-bottom: 20px;
	padding: 7px 11px 6px;
	border-left: #49792D 4px solid;
	/*border-bottom: #49792D 1px solid;*/
	color: #2b610d;
	font-size:22px;
	font-weight: bold;
	line-height: 1.2;
	position:relative;
}
/*
.h3Title:after{
	content:'';
	display:block;
	width:50%;
	height:1px;
	background:#ccc;
	position: absolute;
	right:0;
	bottom:-1px;
}*/

.accordian_box{
	background-color:#f3f3f3;
	padding:10px;
	border-radius:4px;
	border:1px solid #dbdbdb;
	display:table;
	width:100%;
	box-sizing:border-box;
	margin-bottom:5px;
}
.accordian_box .box_head{
	padding:5px 0px;
	display:block;
	width:100%;
	box-sizing:border-box;
	vertical-align:middle;
	cursor:pointer;
	color:#3e8612;
	font-size:15px;
	font-weight:bold;
}
.accordian_box .box_head.open{
	background:url(../img/minus_ico.png) no-repeat left center;
	padding-left:23px;
	margin-bottom:10px;
}
.accordian_box .box_head.close{
	background:url(../img/plus_ico_2.png) no-repeat left center;
	padding-left:23px;
}
.accordian_box .box_body{
	background-color:#fff;
	border:1px solid #dbdbdb;
	padding:15px 8px;
	box-sizing:border-box;
	border-radius:2px;
	display:none;
}

.anchor_box{
    padding: 10px;
    /*border: #ccc 1px solid;*/
    border-radius: 4px;
    background: #F4F1E7;
	box-sizing:border-box;
	width:100%;
}
.anchor_box .div_col{
	width:100%;
	box-sizing:border-box;
}

.anchor_box .div_col:first-child{
	padding-bottom:5px;
}
.down_arrow_ico{
	background:url(../img/down_arrow.png) no-repeat left center;
	padding-left:20px;
	background-size:16px 16px;
}


.open_close_btn{
	border-radius:25px;
	background-color:#efefef;
	border:1px solid #dedede;
	box-sizing:border-box;
	width:125px;
    padding:0px 8px;
	display:table;
	color:#345C15;
	cursor:pointer;
	margin-left:auto;
	margin-right:0;
}

.open_close_btn .btn_img {
	border-right:1px solid #dedede;
	display:table-cell;
	vertical-align:middle;
	padding-right:4px;
}
.open_close_btn .btn_img img{
	vertical-align:middle;
}
.open_close_btn .btn_txt {
	display:table-cell;
	vertical-align:middle;
    padding:3px 0px 3px 5px;
}

.box_body .listing{
 padding-right:10px;
}
.box_body .listing li{
	background:url(../img/ico_arw_01.png) no-repeat left 8px;
	padding-left:12px;
	line-height:1.8;
}
.box_body .listing li a{
	text-decoration:none;
	color:#000;
}
.box_body .listing li a:hover{
	text-decoration:underline;
}
.user_ico{
	background:url(../img/user_icon.png) no-repeat left center;
	padding-left:21px;
	background-size:15px 15px;
}
.user_ico2{
	background:url(../img/user_icon.png) no-repeat right 1px;
	padding-right:21px;
	display:inline;
	background-size:15px 15px;
}
.faq_info_link{
	background:url(../img/faq_ico.png) no-repeat left center;
	padding-left:30px;
	min-height:30px;
}
.contact_info_link{
	background:url(../img/phone_ico.png) no-repeat left top;
	padding-left:30px;
	min-height:30px;
}
.user_info_link{
	background:url(../img/user_info.png) no-repeat left top;
	padding-left:26px;
	min-height:26px;
	display:inline-block;
	margin-top:5px;
}
.faq_info_link a,.contact_info_link a,.user_info_link a,.down_arrow_ico a{
	text-decoration:none;
	color:#2b6b2f;
}
.faq_info_link a:hover,.contact_info_link a:hover,.user_info_link a:hover,.down_arrow_ico a:hover,.top_box .buttonList .btn1 a:hover,.top_box .buttonList .btn2 a:hover{
	text-decoration:underline;;
}

.top_box{
	border:5px solid #3e8612;
	border-radius:4px;
}
.top_box .boxHead{
	color:#fff;
	background-color:#3e8612;
	font-size:16px;
}

.top_box .boxContainer{
	background-color:#f4f1e7;
}
.top_box .buttonList .btn1{
	width:215px;
	display:inline-block;
	border:1px solid #de5400;
	box-shadow:0px 2px #9f4700;
	background-color:#de5400;
	border-radius:4px;
	padding:10px 5px;
	box-sizing:border-box;
}
.top_box .buttonList .btn1 a{
	color:#fff;
	text-decoration:none;
}
.top_box .buttonList .btn2{
	background-color:#fff;
	display:inline-block;
	width:215px;
	border:1px solid #c2c0b8;
	box-shadow:0px 2px #c2c0b8;
	border-radius:4px;
	padding:10px 5px;
	box-sizing:border-box;
}
.top_box .buttonList .btn2 a{
	color:#000;
	text-decoration:none;
	font-weight:bold;
	background:url(../img/flag_ico.png) no-repeat left center;
	padding-left:20px;
}

.top_box .buttonList .side2{
	margin-top:10px;
}


/*procedure*/
.step{
	display:table;
	overflow:hidden;
	width:100%;
	box-sizing:border-box;
}
.step .step_left{
	background-color:#619c3d;
	color:#fff;
	display:table-cell;
	width:77px;
	padding:10px 10px 10px 15px;
	z-index:1;
	position:relative;
	font-size:14px;
	font-weight:bold;
	border-top-left-radius:6px;
	-moz-border-top-left-radius:6px;
	-webkit-border-top-left-radius:6px;
	vertical-align:middle;
}
.step .step_right:before{

	content: '';
    position: absolute;
    /*top: -27px;
    left: -22px;
    border: 16px solid #619D3D;
    height: 54px;*/

	top: -16px;
    left: -23px;
    border: 22px solid #619c3d;
    height: 94px;

    transform: rotate(-23deg);
    -moz-transform: rotate(-23deg);
    -webkit-transform: rotate(-23deg);
}

.step .step_right{
	background-color:#3e8612;
	color:#fff;
	display:table-cell;
	padding:10px 10px 10px 40px;
	position:relative;
	font-size:15px;
	font-weight:bold;
	border-top-right-radius:6px;
	-moz-border-top-right-radius:6px;
	-webkit-border-top-right-radius:6px;
	vertical-align:middle;
}
.step_container{
	background-color:#f4f1e7;
	padding:15px;
	display:block;
	position:relative;
	margin-bottom:10px;

	width:100%;
	box-sizing:border-box;

	border-bottom-left-radius:6px;
	-moz-border-bottom-left-radius:6px;
	-webkit-border-bottom-left-radius:6px;

	border-bottom-right-radius:6px;
	-moz-border-bottom-right-radius:6px;
	-webkit-border-bottom-right-radius:6px;
}
.step_container.step_next{
	margin-bottom:30px;
}
.step_next:after{
	content: '';
	border-left:20px solid transparent;
	border-right:20px solid transparent;
	border-top:20px solid #F4F1E8;
	position:absolute;
	bottom:-20px;
	left:50%;
	transform:translate(-50%);

	-ms-transform:translate(-50%);
	-moz-transform:translate(-50%);
	-webkit-transform:translate(-50%);
}
.doted{
	height:0px;
	border:1px dotted #000;
	margin-bottom:10px;
}
.step_container h4{
	color:#4C7D18;
	font-weight:bold;
}
.step_container .contact_info{
	background-color:#fff;
	padding:10px;
	margin-top:15px;
	text-align:center;
	/*line-height:2;*/

	border-radius:6px;
}
.step_container .contact_info h5{
	color:#6f4807;
	font-weight:bold;
	font-size:15px;
}
.step_container .contact_info .contact_no{
	font-weight:bold;
	font-size:22px;
	background:url(../img/contact_info.png) no-repeat left center;
	padding-left:40px;
	color:#2e9005;
	display:inline;
	line-height:2;
}
.step_container .contact_info .contact_no a,.step_container .contact_info .contact_no a:hover{
	color:#2e9005;
	text-decoration:none;
}

.step_container .contact_info .contact_time{
	font-weight:normal;
	color:#404b47;
	font-size:14px;
}


.step_container p{
	/*font-weight:bold;*/
	font-size:15px;
	line-height:1.8;
}
.step_container .step_link,.link .step_link{
	text-decoration:none;
	color:#3e8612;
}
.step_container .step_link:hover,.link .step_link:hover{
	text-decoration:underline;
}


.procedure_box{
	display:table;
	background-color:#F4F7F4;
	padding:10px;
	width:100%;

	border-radius:6px;


	-ms-border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;

	box-sizing:border-box;
}
.procedure_box .procedure_img{
	display:table-cell;
	/*display:none;*/
	vertical-align:top;
	/*padding-right:15px;*/
	width:85px;
}

.procedure_box .procedure_img span{
	display:table-cell;
	width:70px;
	height:70px;
	background:#fff;
	border-radius:35px;
	text-align:center;
	vertical-align:middle;
}

.procedure_box .procedure_text{
	display:table-cell;
	vertical-align:middle;
	color:#355e0d;
	font-size:15px;
}


.procedure_btn{
	display:inline-block;
	background-color:#de5400;
	border-radius:6px;
	padding:12px 30px;
	box-sizing:border-box;
	font-size:15px;
	/*font-weight:bold;*/

	box-shadow:0px 2px #9f4700;
	-moz-box-shadow:0px 2px #9f4700;
	-webkit-box-shadow:0px 2px #9f4700;

}
.procedure_btn a{
	color:#fff;
	text-decoration:none;
}
.procedure_btn a:hover{
	text-decoration:underline;
}

.hidden_SP{
	display:none;
}
.acrobat_reader_message{
	border:1px solid #ccc;
	box-sizing:border-box;
	padding:3px;
}
.acrobat_reader_message div{
	border:1px solid #ccc;
	box-sizing:border-box;
	padding:10px;
	font-size:14px;
}

.procedure_cancellation_info{
	background-color:#EFE7D1;
	padding:15px;
	/*font-weight:bold;*/

	border-radius:6px;
	-ms-border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;

	box-sizing:border-box;
	width:100%;
}

.sp_ml30{
	margin-left:30px;
}

/* 25 procedure page */


/*PWS CSR Page */

.wellnesslab_content{
	padding:15px;
	border-left:2px solid #8fbb9c;
	border-right:2px solid #8fbb9c;
	border-bottom:2px solid #8fbb9c;
}
.wellnesslab_content h3,.other_activities h3{
	color:#006940;
	font-size:18px;
	font-weight:bold;
	margin:10px 0px;
	padding-right:25px;
	background-image:url(../img/left_arrow.png);
	background-repeat:no-repeat;
	background-position:98% center;
}
.wellnesslab_content h3 a,.other_activities h3 a{
	color:#006940;
	text-decoration:none;
}
/*end PWS CSR Page */




/*PA consult REQ00673563*/
.headText{
	color: #00693c;
    font-size: 18px;
    line-height: 1.4;
}
.sp_headText{
	font-size:20px;
}
.sp_headText22{
	font-size:22px;
}
.greyText, .flow_step_container p, .faqBlock p{
	font-size: 14px;
    line-height: 1.6;
    color: #404b47;
}

.gradient-box{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#5bae59+0,b3cd60+100 */
	background: #5bae59; /* Old browsers */
	background: -moz-linear-gradient(left,  #5bae59 0%, #b3cd60 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  #5bae59 0%,#b3cd60 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  #5bae59 0%,#b3cd60 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5bae59', endColorstr='#b3cd60',GradientType=1 ); /* IE6-9 */
	padding-top:3px;
}
.gradient-box{
	position:relative;
	box-sizing:border-box;
	margin:0;
	padding-top:4px;
}
.gradient-box:after{
	content: '';
	position: absolute;
	right: 0px;
	top: 4px;
	border-top: 13px solid #b3cd60;
	border-left: 16px solid #ffffff;
	width:0;
	height: 0;
	background:white;

}
.gradient-box .inner-content{
	background:#ffffff;
	box-sizing:border-box;
}

.gradient-box-head-text{
	color: #00693c;
    font-size: 18px;
    line-height: 1.4;
	padding-top:30px;
	padding-bottom:30px;
	border-bottom:1px dotted #bfbfbf;
}

.example_heading{
	color:#404b47;
	font-weight:bold;
	font-size: 18px;
    line-height: 1.4;
	position:relative;
	padding-left:20px;
}
.example_heading:before{
	content:'';
	width:15px;
	height:15px;
	background-color:#00693c;
	position:absolute;
	top:5px;
	left:0px;
}

.col-sm-4{
	width:49%;
	display:inline-block;
	box-sizing:border-box;
	vertical-align:top;
}
.example-box figure, .spImg figure{
	margin:0;
	padding:0;
}
.example-box .col-sm-4{
	padding:15px;
}
.example-box .greyText{
	line-height:1.4;
}
.example-box figure img{
	width:100%;
	margin-bottom:15px;
}



.contact-us-container{
	display:table;
	margin-top:10px;
	background-color:#f0f0d8;
    padding:0px 4px 4px 4px;
    box-sizing:border-box;
    margin-left: -5%;
    margin-right: -5%;
}


.contact-us-head{
    display: block;
	 width:100%;
	box-sizing:border-box;

}
.contact-us-detail{
	background-color:#fff;
	box-sizing:border-box;
	display:table;
	width:100%;
    padding:15px;
}
.contact-us-head .contact-us-heading-text h2{
		background: none;
		font-size:18px;
		display:block;
		text-align:left;
		height:auto;
	}
.contact-us-head .contact-us-heading-text h2{
	color: #00693c;
    font-size: 15px;
    font-weight: 700;
	background-size:120px 130px;
    height: 130px;
    vertical-align: middle;
    display: table-cell;
    padding-right: 125px;
    padding-left: 15px;
	line-height:1.4;
}
.contact-us-heading-text p{
	background-color:#fff;
	padding:15px 15px 0px 15px;
	font-size: 14px;
}
.contact-us-heading-text{
	display:table-cell;
	vertical-align:middle;
	box-sizing:border-box;
}
.contact-us-heading-img{
	display:table-cell;
	vertical-align:top;
	box-sizing:border-box;
	padding-left:5px;
}
.productDtail .contact-us-heading-text{
		display:table;
		width:100%;
	}
	.contactUs-header{
		display:table-cell;
		background:url(../img/product-detail-img-small.png) right top no-repeat;
		height:150px;
		vertical-align:middle;
	}
.contactUs-text-color{
		background-color:#ffffff;
		padding:10px;
		font-size:13px;
	}
.free-advisor-plan {
    text-align: center;
}

.free-advisor-plan a {
    font-size: 14px;
    padding: 10px 30px;
    border: 1px solid #bfbfbf;
    border-radius: 5px;
    -ms-border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    color: #00693c;
    font-weight: bold;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    margin: 0 auto;
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #e0e0e0 100%);
    background: -webkit-linear-gradient(top, #ffffff 0%,#e0e0e0 100%);
    background: linear-gradient(to bottom, #ffffff 0%,#e0e0e0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e0e0e0',GradientType=0 );
    overflow: hidden;
}

.free-advisor-plan a:hover {
    background: #e6ff95;
    filter: none;
    border: 1px solid #bfbfbf;
}



.downloading-container {
    border-bottom: 1px dotted #bfbfbf;
    width: 100%;
    box-sizing: border-box;
	padding: 10px 0px 18px;
}
.download-pdf-container {
    display: table;
    padding-bottom: 15px;
    padding-left: 8px;
}
.downloading-image {
    display: table-cell;
    vertical-align: middle;
    background: url(../img/downloadpdf.png) no-repeat;
    height: 60px;
    padding-left: 60px;
}
.downloading-content {
    display: table-cell;
    color: #00693c;
    margin-bottom: 10px;
    vertical-align: middle;
    font-size: 18px;
}

.downloading-button {
    display: block;
    width: 100%;
    box-sizing: border-box;
	text-align: center;
}
.downloading-button a {
    color: white;
    padding: 12px 0;
    border: 1px solid #ea7a47;
    vertical-align: middle;
    border-radius: 0.3em;

    text-decoration: none;
    text-align: center;
    background: #ee8250;
    background: -moz-linear-gradient(top, #ee8250 0%, #de6730 100%);
    background: -webkit-linear-gradient(top, #ee8250 0%,#de6730 100%);
    background: linear-gradient(to bottom, #ee8250 0%,#de6730 100%);

	min-width: 200px;
    font-size: 13px;
    box-sizing: border-box;
    display: inline-block;
    font-weight: bold;
}
.downloading-button a:hover {
    background: #e85a33;
}

.consultation-details-content {
    font-size: 13px;
}

.consultation-details {
    margin-top: 15px;
    font-size: 14px;
}
.call-center-details {
    font-weight: bold;
    font-size: 15px;
    text-align: center;
	margin-top: 10px;
}
.call-center-details span {
    color: #404b47;
}

.contact-button {
   text-align: center;
}


.contact-button.bdrDottedBlock .button {
	box-sizing: border-box;
    position: relative;
    bottom: 0;
    right: 0;
    display: inline-block;
    border: solid 1px #bfbfbf;
    text-decoration: none;
    padding: 5px 25px 5px 10px;
    font-size: 13px;
    line-height: 1.4;
    color: #404b47;
    font-weight: bold;
	width: 95px;
	top: 15px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    background: url(../img/right-green-arrow.png) no-repeat 90% 50% #fff;
}



.contact-button.bdrDottedBlock .button:hover {
    background: url(../img/right-green-arrow.png) no-repeat 90% 50% #e6ff95;
}

.call-center-details span:nth-child(2) {
    display: block;
    font-size: 32px;
    font-family: 'Lato', sans-serif;
    font-weight: bold;
}



.light_advisor .inner-content{
	border:2px solid #ebede5;
}

.light_advisor .inner-light-advisor{
	padding:20px;
}

.light_advisor .right_side{
	width:100%;
	text-align:center;
	margin-bottom:15px;
	box-sizing:border-box;
}

.light_advisor .left_side{
	width:100%;
	box-sizing:border-box;
	text-align:justify;
}

.light_advisor h3{
	color: #00693c;
	font-size: 13px;
	line-height: 1.4;
	font-weight: 700;
}
.light_advisor h4{
	color: #00693c;
	font-size: 18px;
	line-height: 1.4;
}
.light_advisor p{
	color: #404b47;
	font-size: 14px;
	line-height: 1.6;
}

.test-rightblock{
	text-align:right;
	display:block;
	font-size: 14px;
	line-height: 1.6;
}


.mt20{
	margin-top:20px;
}
.mt30{
	margin-top:30px;
}
.mt60{
	margin-top:60px;
}

.flow_step_header{
	font-family: 'Lato', sans-serif;
	font-size:18px;
	line-height:1.4;
	color:#00693c;
	text-align:center;
}
.flow_step_container{
	padding:15px 15px 30px;
	position:relative;
}
.border_dotted{
	border-bottom:1px dotted #bfbfbf;
}

.flow_step_container a{
	color:#404b47;
}
.flow_step_next:after {
    content: '';
    position: absolute;
    bottom: -25px;
    left: 50%;
    transform: translate(-50%);
    -ms-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -webkit-transform: translate(-50%);
	background-image: url(../img/v_icon.png);
	background-repeat:no-repeat;
    background-size: 85px 25px;
    width: 85px;
    height: 25px;
}
.faqBlock{
	display:block;
	box-sizing:border-box;
}
.faqBlock span{
	font-family: 'Lato', sans-serif;;
	color: #00693c;
	font-size: 30px;
	}

.faqBlock h3{
	line-height:1.4;
	color:#00693c;
	font-size:16px;
}

.text-center-mb15{
	text-align:center;
	margin-bottom:15px;
}

.mt25{
	margin-top:25px;
}
.mb25{
	margin-bottom:25px;
}
.pb25{
	padding-bottom:25px;
}

.search-text {
    text-align: right;
    padding: 8px 0;
    font-size: 12px;
    color: #00693c;
    line-height: 1.4;
	text-decoration:none;
}
.search-text a{
	text-decoration:none;
}

.search-text span {
    background: url(../img/search-image-icon.png) no-repeat left 2px;
    width: 14px;
    height: 14px;
    display: inline-block;
}
.list-content ul li{
	list-style:none;
	position:relative;
	margin-left:16px;
	font-size:12px;
	line-height:1.4;
	padding-left:4px;
}
.list-content ul li:before{
	content:"※";
	display:block;
	width:10px;
	height:10px;
	position:absolute;
	top:0;
	left:-16px;
	font-size:12px;
	color:#404b47;
}
.sp-mt10{
	margin-top:10px;
}

.ques_box{
	padding:20px 0px;
}
.sp_w100p{
	width:100%;
}




.col-xs-12{
	width:100%;
	box-sizing:border-box;
	margin-bottom:15px;
}


.track_record .track_record_item{
	border:2px solid #ebede5;
	padding:20px 15px 15px;
	position:relative;
	box-sizing:border-box;
}

.track_record .track_record_item:after {
    content: '';
    position: absolute;
    right: -2px;
    top: -2px;
    border-top: 18px solid #b3cd60;
    border-left: 22px solid #ffffff;
    width: 0;
    height: 0;
    background: white;
}

.track_record .track_record_item .link_btn{
	font-size:13px;
	line-height:1.4;
	text-decoration:none;
	background-color:#fff;
	border:1px solid #bfbfbf;
	color:#404b47;

	border-radius:6px;
	-ms-border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;

	display:inline-block;
	padding:5px 10px 5px 30px;

	background:url("../img/icon_ques.png") no-repeat;
	background-position:10px center;
	box-sizing:border-box;
}

.track_record .track_record_item .link_btn:hover{
	background-color:#e6ff95;
	text-decoration:underline;
}

.track_record .track_record_item .item_head_block{
	min-height:45px;
}
.track_record .track_record_item .item_header{
	box-sizing:border-box;
	/*background:url("../img/icon_good.png") no-repeat;*/
	color:#00693c;
	display:table;
	font-size:16px;
	font-weight:bold;
	line-height:1.4;
	/*padding-left:38px;*/
	min-height:28px;
	width:100%;

}
.track_record .track_record_item .item_header:before{
	background:url("../img/icon_good.png") no-repeat;
	content:'';
	height:28px;
	display:inline-block;
	width:40px;
}

.hand_icon{
	background:url("../img/icon_good.png") no-repeat left bottom;
	padding-left:35px;
	display:inline-block;
	text-align:left;
}

.track_record .track_record_item .item_header span{
	box-sizing:border-box;
	display:table-cell;
	vertical-align:middle;
	width:100%;
}
.track_record .track_record_item .item_header em{
	color:#00693c;
	font-size:10px;
	vertical-align:top;
}

.sp_lato80Bold{
	font-family: 'Lato', sans-serif;
	font-size:80px;
	font-weight:bold;
	line-height:1.4;

}

.sp_lato60Bold{
	font-family: 'Lato', sans-serif;
	font-size:60px;
	font-weight:bold;
	line-height:1.4;

}
.sp_lato47Bold{
	font-family: 'Lato', sans-serif;
	font-size:47px;
	font-weight:bold;
	line-height:1.4;

}
.sp_lato40Bold{
	font-family: 'Lato', sans-serif;
	font-size:40px;
	font-weight:bold;
	line-height:1.4;

}
.sp_f40Bold{

	font-size:40px;
	font-weight:bold;
	line-height:1.4;
}
.sp_f28Bold{
	font-size:28px;
	font-weight:bold;
	line-height:1.4;
}

.sp_f18Bold{
	font-size:18px;
	font-weight:bold;
	line-height:1.4;
}
.sp_f14Bold{
	font-size:14px;
	font-weight:bold;
	line-height:1.4;
}
.sp_fs12 {
	font-size: 12px;
	line-height: 1.4;
}

.three_star_call_center_box{
	background-color:#f5fddb;
	padding:20px 15px;

}
.three_star_call_center_box .link_text, .track_record .link_text{
	background:url("../img/left_arrow_2.png") no-repeat left 6px;
	color:#00693c;
	font-size:14px;
	padding-left:11px;

}
.three_star_call_center_box .link_text a,.track_record .link_text a{
	text-decoration:none;
}
.three_star_call_center_box .link_text a:hover,.track_record .link_text a:hover{
	text-decoration:underline;
}

.speedily_deliver{
	background-color:#ebede5;
	padding:15px;
}
.speedily_deliver_heading{
	color:#00693c;
	font-size:14px;
	font-weight:bold;
	line-height:1.4;
}
/*end REQ00673563*/


/*popup*/
.popup-wrapper {
    max-width: 883px;
    box-sizing: border-box;
    background-color: #ebede5;
    padding: 18px 12px;
    border: 5px solid #dbded1;
    display: none;
    position: absolute;
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    z-index: 1000;
    top: 70px;
    margin: 0 10px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    transform: translate(0%,0%);
    -webkit-transform: translate(0%,0%);
    -moz-transform: translate(0%,0%);
}


.cross-image-icon {
    background: url(../img/cross-image.png)no-repeat;
    position: absolute;
    top: -50px;
    right: 0px;
    width: 36px;
    height: 46px;
}
.cross-image-icon:hover {
    cursor: pointer;
}


body.overlay{
	overflow-x:hidden;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

body.overlay .popup-wrapper{
	-webkit-user-select: auto;
	-moz-user-select: auto;
	-ms-user-select: auto;
	user-select: auto;
}
body.overlay:before{
	content:'';
	display:block;
	background:rgba(0,0,0,0.5);
	position:fixed;
	width:100%;
	height:100%;
	top:0;
	left:0;
	z-index:1000;
}
.popup-wrapper h3 {
    color: #00693c;
    text-align: center;
    font-size: 20px;
    padding-bottom: 18px;
}
.popup-wrapper .inner-content {
    background-color: white;
    font-size: 14px;
}
.popup-wrapper .inner-content-header {
    padding: 20px 30px 20px 30px;
}

.popup-wrapper .inner-main-content {
    padding: 20px 10px 10px 10px;
    font-size: 14px;
    line-height: 1.6;
}
.popup-wrapper .inner-content .sub-header {
    border-top: 2px solid #7cab96;
    border-bottom: 2px dotted #bfbfbf;
    margin-bottom: 20px;
    padding: 20px 15px;
    color: #00693c;
    font-size: 28px;
    line-height: 1.4;
}


.popup-wrapper .inner-content-button {
    padding-top: 20px;
    font-size: 14px;
    line-height: 1.4;
	text-align: center;
}

.popup-wrapper .inner-content-button .close-up{
    display: inline-block;
    min-width: 178px;
    padding: 16px 36px;
    border: 1px solid #bfbfbf;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    color: #00693c;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #e0e0e0 100%);
    background: -webkit-linear-gradient(top, #ffffff 0%,#e0e0e0 100%);
    background: linear-gradient(to bottom, #ffffff 0%,#e0e0e0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e0e0e0',GradientType=0 );
    box-sizing: border-box;

}

.popup-wrapper .inner-content-button .close-up:hover {
    font-weight: bold;
    color: #006940;
    filter: none;
    background: #e6ff95;
    border: 1px solid #bfbfbf;
    background-image: none;
}

/* end popup */



/** FXWL resource for POP up css **/
.input_btn{
    background: #ba4c00;
    text-align: center;
    border-radius: 4px;
    border: 1px solid #ba4c00;
    width: auto;
    min-width: 1px;
    display: inline-block;
    color: #fff;
    text-decoration: none;
    line-height: 1;
    padding: 12px 15px;
    font-weight: bold;
    cursor: pointer;
	font-size:13px;

}


.popup_wrap{
	width:100%;
	height:100%;
	position:fixed;
	top:0;
	left:0;
	background-color:#000;
	opacity:.8;
	z-index:200;

	display:none;
}


.popup_win{
	width:90%;
	height:auto;
	background-color:#fff;
	position:absolute;
	/*top:50%;*/
	left:50%;
	padding:10px;
	box-shadow:0px 0px 10px #ccc;
	z-index:201;
	text-align: left;
	display:none;

	transform:translate(-50%,0%);
	-ms-transform:translate(-50%,0%);
	-webkit-transform:translate(-50%,0%);
	-moz-transform:translate(-50%,0%);
}

.popup_win #display_page{
	display:none;
}

.star_text{
	text-indent:-18px;
	margin-left:18px;
}
.mb05 {
    margin-bottom: 5px;
}

.popup_table{
	width:100%;
}
.popup_table th, .popup_table td{
	border:#e3d9bd 1px solid;
	padding:5px;
	font-size:12px;
}
.popup_table th{
	font-weight:bold;
	text-align:center;
}
.popup_table thead th{
	background-color:#efe7d1;
}

.popup_table_data{
	/*height:180px;*/
	/*overflow-y:scroll;*/
	margin-bottom:10px;
}

.popup_chart {
    float: right;
    width: 78%;
   font-size: 12px;
}
.popupwrapper:after{
	clear:both;
	content:'';
	display:block;
}
/** FXWL resource for POP up css ends **/

/* life 2.0 Content Area Starts */

.life2_h1 {
    font-size: 26px;
    line-height: 1.4;
    font-weight: bold;
    color: #00693c;
}

.life2_heading_text {margin-top: 25px;}

.life2_heading_text p {
	color: #00693c;
	font-size: 17px;
	line-height: 2;
}

.life2_box {
	border: 2px solid #00693c;
	box-sizing: border-box;
}

.life2_box .imgbox {
	width: 26%;
}

.life2_box .txtbox, .life2_box .txtbox2 {
	vertical-align: middle;
	background: url(../img/life2_down_arrow.png) no-repeat;
	background-position: 92% center;
	background-size: 40px 40px;
	padding: 0 6% 0px 2%;
	color: #00693c;
	font-size: 17px;
	font-weight: bold;
}

.life2_box .txtbox2 {
	background: url(../img/life2_left_arrow.png) no-repeat;
	background-position: 92% center;
    background-size: 40px 40px;
}

.life2_box .txtbox:hover {
	background: url(../img/life2_down_arrow_white.png) no-repeat;
	background-color: #00693c;
	background-size: 40px 40px;
	color: #ffffff;
	background-position: 92% center;
	cursor: pointer;
}

.life2_box .txtbox2:hover {
	background: url(../img/life2_left_arrow_white.png) no-repeat;
	background-size: 40px 40px;
	background-color: #00693c;
	color: #ffffff;
	background-position: 92% center;
	cursor: pointer;
}

.life2_box .imgbox.border_line {
	border-right: 2px solid #00693c;
}

.life2_box.active {
	background-color: #00693c;
	color: #ffffff;
}

.life2_box.active .txtbox {
	color: #ffffff;
	text-align: center;
	padding: 5px;
}

.life2_box.active .txtbox:hover {
	background: none;
	background-color: #00693c;
	color: #ffffff;
	cursor: pointer;
}

.life2 .imgbox {
	width: 190px;
	padding-bottom: 20px;
	vertical-align: middle;
	box-sizing: border-box;
}

.life2 .imgbox img {
	width:162px;
}

.life2 h3 {
	font-size: 16px;
    color: #00693c;
    font-weight: bold;
    line-height: 2;
}

.life2_people_box_heading {
	font-size: 17px;
	color: #00693c;
	font-weight: bold;
	line-height: 1.6;
	padding-left: 15px;
}

.life2 p {
	color: #00693c;
	line-height: 1.8;
	font-size: 14px;
}

.life2_accordian_box {
    background-color: #f2f7f5;
	border: 2px solid #00693c;
	box-sizing: border-box;
	padding: 20px;
}

.total_support_box {
	background-color: #f2f7f5;
	padding: 15px;
	border-top: 2px solid #00693c;
	border-left: 2px solid #00693c;
	border-right: 2px solid #00693c;
}

.total_support_box p {
	color: #231815;
    font-size: 14px;
    line-height: 2;
}

.total_support_box p.life2_support_box_heading {
    font-size: 17px;
    color: #00693c;
    font-weight: bold;
    line-height: 1.6;
}

.total_support_box_img {
    margin: 20px auto 30px auto;
    width: 40%;
}

.total_support_box_img img {width: 100%}

.accordian_close {
	display: block;
}

.accordian_close span {
	background: url(../img/life2_up_arrow.png) no-repeat;
    cursor: pointer;
    width: 40px;
    height: 40px;
    display: block;
    margin: 0 6% 15px 6%;
    float: right;
    background-size: 40px 40px;
}

.life2_accordian {
	display:none;
}

.sp_padL10 {padding-left: 10px;}

.sp_padALL2 {padding: 2%}

.sp_padALL0 {padding: 0}

.sp_padR1 {padding-right: 1%;}

.sp_div_col {
	display:table-cell;
	box-sizing:border-box;
}

.div_row {
	display: table;
	width: 100%;
	box-sizing: border-box;
}

.col-sm-3 {
	width:33.33%;
	float:left;
	box-sizing:border-box;
}

.col-xs-6 {
	width:50%;
	float:left;
	box-sizing:border-box;
}

.border_bottom {border-bottom: 2px solid #00693c;}

.vertical_middle {vertical-align:middle;}

.details_btn {
	padding: 10px 25px;
	border-radius: 6px;
	background-color: #00693c;
	color: #ffffff;
	text-decoration: none !important;
	box-sizing: border-box;
	display: inline-block;
}
.details_btn:hover {
	text-decoration: underline !important;
}

.life2_big_container {
	border: 2px solid #00693c;
	vertical-align: middle;
	display: table-cell;
}

.life2_big_container img {
	cursor: pointer;
}

.life2_small_container {width: 100%; border: 2px solid #00693c;}

.life2_small_container p {color: #00693c;}

.life2_small_container .life2_small_img_container {width: 20%;}

.life2_small_container .life2_small1_txt_container {
	background-color: #00693c;
	color: #ffffff;
	padding: 2%;
	width: 80%;
}

.life2_small1_txt_container h3 {
	font-size: 16px;
    font-weight: bold;
    line-height: 1.8;
}

.life2_small1_txt_container p {
	font-size: 12px;
	line-height: 1.8;
	color: #ffffff;
}

.life2_fb_container {
	padding: 2%;
	box-sizing: border-box;
}

.life2_fb_container .life2_icon_main_container {
	padding: 2% 2% 0 2%;
	box-sizing: border-box;
}

.life2_fb_container .life2_icon_main_container .life2_fb_icon_container {width: 10%;}

.life2_fb_container .life2_icon_main_container .life2_fb_icon_container img {
	width: 59px;
	height: 59px;
}

.life2_fb_container .life2_icon_main_container .life2_fb_icon_txt {
    padding-left: 2%;
    width: 90%;
}

.life2_fb_container .life2_fb_icon_txt p, .life2_social_txt p {
	font-size: 12px;
    line-height: 1.8;
}

.life2_walk_img_container {
    padding: 25px;
    text-align: center;
}

.life2_walk_img_container p {
    font-size: 11px;
    line-height: 1.8;
}

.life2_walk_txt_container {padding: 25px 25px 25px 0;}

.life2_walk_txt_container p {
    font-size: 14px;
    line-height: 1.8;
}

.life2_walk_container img {width: 55%;}

.sp_w50p { width: 50%; }

/* life 2.0 Content Area Ends */

/* Catetop Content Area Starts */

.sp_floatR {float: right;}

.sp_padL20 {padding-left: 20px;}

.col-xs-4 {
	width:25%;
	float:left;
	box-sizing:border-box;
}

.col-xs-8 {
	width:75%;
	float:left;
	box-sizing:border-box;
}

.padL20 {
	padding-left:20px;
}

.catetop_txt_top {
    color: #404b47;
    font-size: 14px;
    line-height: 1.6;
}

.basic_knowledge {
    border: #ccc 1px solid;
    border-radius: 5px;
    color: #404b47;
    font-size: 13px;
    line-height: 1.4;
    padding: 5px 10px;
    margin-top: 15px;
    width: 250px;
    cursor: pointer;
    background: url(../img/round_green_down_arrow.png) 97% 50% no-repeat;
}

.basic_knowledge:hover {background-color: #e6ff95;}

.basic_knowledge a {text-decoration: none;}

.gradient_box_container {position: relative;}

.line_gradient {
	background: #5bae59; /* Old browsers */
	background: -moz-linear-gradient(left,  #5bae59 0%, #b3cd60 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  #5bae59 0%,#b3cd60 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  #5bae59 0%,#b3cd60 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5bae59', endColorstr='#b3cd60',GradientType=1 ); /* IE6-9 */
	padding: 2px;
}

.bottom_right_triangle {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 20px 20px 0;
	border-color: transparent #b3cd60 transparent transparent;
	position: absolute;
	top: 0;
	right: 0;
}

.gradient_box_innercontent {
    background: #ffffff;
    box-sizing: border-box;
}

.gradient_box_heading_dotted {
    border-bottom: 1px dotted #cecece;
    box-sizing: border-box;
    padding: 20px;
    color: #00693c;
    font-size: 22px;
    line-height: 1.4;
    margin-bottom: 20px;
}

.gradient_box_sub_heading {
    color: #00693c;
    font-size: 16px;
    line-height: 1.4;
    font-weight: 700;
    width: 60%;
}

.gradient_box_sub_heading_sub_txt_container {
    position: relative;
    width: 40%;
}

.gradient_box_sub_heading_sub_txt {
    color: #ffffff;
    font-size: 11px;
    background-color: #e17633;
    padding: 0 5px 1px 5px;
}

.gradient_box_sub_heading_sub_txt_bck {
    padding: 2px;
    background: url(../img/recommendation_arrow.png) 90% 65% no-repeat;
}

.gradient_box_list {
    padding-top: 20px;
}

.gradient_box_list ul {
    color: #404b47;
    font-size: 14px;
    line-height: 1.6;
}

.gradient_box_list ul li {
    padding-left: 20px;
    padding-bottom: 10px;
    position: relative;
}

.gradient_box_list ul li:before {
    color: #00693c;
    font-size: 14px;
    content: "●";
    display: block;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 0;
    left: 1px;
}

.gradient_box_navigation {
    border: 1px solid #bfbfbf;
    border-radius: 5px;
    color: #00693c;;
    font-size: 13px;
    line-height: 1.4;
    padding: 8px;
    margin-top: 20px;
    width: 115px;
    cursor: pointer;
    background: url(../img/right-green-arrow.png) 95% 50% no-repeat;
	margin-right: 5px;
}

.gradient_box_navigation:hover {background-color: #e6ff95;}

.gradient_box_navigation a {text-decoration: none;}

.gradient_box_navigation_col_xs_12 {
	width: 100%;
	display: table;
	box-sizing: border-box;
}

.dotted_box_container {
    border: 1px solid #bfbfbf;
    padding: 15px;
    box-sizing: border-box;
    margin: 38px 0 15px;
}

.grey_txt_container {
	border-bottom: 1px dotted #cecece;
	padding-bottom: 10px;
}

.grey_txt_container p {
	padding: 5px 8px;
	background-color: #ebede5;
    font-size: 12px;
    color: #404b47;
    font-weight: 700;
	width: 195px;
}

.dotted_box_container a{
    background: url(../img/right-green-arrow.png) no-repeat left;
    font-size: 14px;
    color: #00693c;
    line-height: 1.4;
    text-decoration: none;
    padding-left: 12px;
    margin-top: 15px;
    box-sizing: border-box;
    display: block;
    border-bottom: 1px dotted #cecece;
}

.contact_container {
    display: table;
    margin-top: 10px;
    background-color: #f0f0d8;
    padding: 0px 4px 4px 4px;
    box-sizing: border-box;
    width: 100%;
    position: relative;
}

.contact_container:before {
    content: '';
    right: 0px;
    top: 0;
    border-top: 11px solid white;
    border-left: 10px solid #f0f0d8;
    width: 0;
    height: 0;
    position: absolute;
}

.contact_head {
    padding: 0;
    display: table;
    width: 100%;
    box-sizing: border-box;
}

.contact_heading_container {
    background: url(../img/product-detail-img-small.png) right bottom no-repeat;
    height: 170px;
    padding-right: 130px;
    padding-left: 10px;
    display: table;
}

.contact-heading_txt_container {display: table-cell;}

.contact-heading_txt_container h2.contact-heading_txt {
    color: #00693c;
    font-size: 18px;
    font-weight: 700;
    padding-bottom: 5px;
    padding-top: 60px;
}

.pc_visible_txt {display: none !important;}

.contact-heading_txt_container p {font-size: 14px;}

.plan_btn_container {
    padding-bottom: 10px;
    border-bottom: 1px dotted #cecece;
    text-align: center;
}

.plan_btn_container a {
    font-size: 14px;
    padding: 15px 10px;
    border: 1px solid #bfbfbf;
    border-radius: 5px;
    -ms-border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    color: #00693c;
    font-weight: bold;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    margin: 0 auto;
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #e0e0e0 100%);
    background: -webkit-linear-gradient(top, #ffffff 0%,#e0e0e0 100%);
    background: linear-gradient(to bottom, #ffffff 0%,#e0e0e0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e0e0e0',GradientType=0 );
    overflow: hidden;
}

.plan_btn_container a:hover {
    background: #e6ff95;
    filter: none;
    border: 1px solid #bfbfbf;
}

.consultation-details-additional {
    padding: 0 10px;
}

.bdrDottedBlock {
    position: relative;
}

.bdrDottedBlock .button {
    width: 95px;
    box-sizing: border-box;
    padding: 5px 25px 5px 10px;
    position: relative;
    color: #404b47;
    display: inline-block;
    border: solid 1px #bfbfbf;
    text-decoration: none;
    font-size: 13px;
    line-height: 1.4;
    font-weight: bold;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    background: url(../img/right-green-arrow.png) no-repeat 90% 50% #fff;
}

.bdrDottedBlock .button:hover {
    text-decoration: none;
    background-color: #e6ff95;
}

.button-space {
    text-align: center;
    padding: 10px 0;
}

.opening-days {padding-bottom: 10px;}

/* Catetop Content Area Ends */

/* Goods Content Area Starts */

ul.goods_options_list {width: 80%}

ul.goods_options_list li {
    padding: 5px 25px 5px 5px;
    display: block;
    color: #00693c;
    font-size: 14px;
    line-height: 2.5;
    float: left;
    background: url(../img/round_green_down_arrow.png) no-repeat 100% 50%;
}

ul.goods_options_list li.goods_options_no_background {
    background: none;
    padding: 5px 10px;
}

ul.goods_options_list li a {text-decoration: none;}

.goods_brand_container_row {
    display: table;
    clear: both;
    margin-bottom: 20px;
    box-sizing: border-box;
    width: 100%;
}

.goods_brand_container_col_xs_12 {
	width: 100%;
	display: table;
	box-sizing: border-box;
    margin-bottom: 20px;
	position: relative;
}

.goods_brand_container_col_xs_12:before {
    content: '';
    right: 0px;
    top: 0;
    border-top: 11px solid white;
    border-left: 10px solid #97c35e;
    width: 0;
    height: 0;
    position: absolute;
}

.no_margin_bottom {margin-bottom: 0;}

.goods_icon_txt_container {
    height: 120px;
    background-color: #97c35e;
    cursor: pointer;
}

.goods_icon_txt_container:hover {background-color: #96cc29;}

.goods_icon_txt_row1_left {
    height: 120px;
    background: url(../img/goods_icon1.png) no-repeat 5% 50%;
}

.goods_icon_txt_row1_right {
    height: 120px;
    background: url(../img/goods_icon2.png) no-repeat 5% 50%;
}

.goods_icon_txt_row2_left {
    height: 120px;
    background: url(../img/goods_icon3.png) no-repeat 5% 50%;
}

.goods_icon_txt_row2_right {
    height: 120px;
    background: url(../img/goods_icon4.png) no-repeat 5% 50%;
}

.goods_icon_txt_row3_left {
    height: 120px;
    background: url(../img/goods_icon5.png) no-repeat 5% 50%;
}

.goods_icon_txt_row3_right {
    height: 120px;
    background: url(../img/goods_icon6.png) no-repeat 5% 50%;
}

.goods_icon_txt_row4_left {
    height: 120px;
    background: url(../img/goods_icon7.png) no-repeat 5% 50%;
}

.goods_icon_txt_row4_right {
    height: 120px;
    background: url(../img/goods_icon8.png) no-repeat 5% 50%;
}

.goods_icon_txt_container h2 {
    text-align: center;
    color: #ffffff;
    font-size: 22px;
    line-height: 1.4;
    padding-top: 45px;
    padding-left: 40px;
    background: url(../img/white_bck_green_right_arrow.png) no-repeat 95% 90%;
}

.goods_brand_container h3 {
    color: #404b47;
    font-size: 16px;
    line-height: 1.4;
    font-weight: 700;
    padding-top: 15px;
    padding-bottom: 10px;
}

.brand_gradient_box_sub_heading_sub_txt_container {
    text-align: right;
}

.goods_brand_img_container {
    text-align: center;
    padding-top: 15px;
    padding-bottom: 20px;
}

.other_items_txt {
    color: #404b47;
    font-size: 12px;
    line-height: 1.4;
    text-align: center;
    padding-bottom: 15px;
}

.goods_brand_txt {
    color: #404b47;
    font-size: 14px;
    line-height: 1.7;
    padding-bottom: 10px;
    border-bottom: 1px dotted #cecece;
}

.goods_brand_grey_txt_container {padding-top: 10px;}

.goods_brand_grey_txt_container a {
    background: url(../img/right-green-arrow.png) no-repeat left;
    font-size: 14px;
    color: #00693c;
    line-height: 1.4;
    text-decoration: none;
    padding-left: 12px;
    margin-top: 10px;
    box-sizing: border-box;
    display: block;
}

.goods_brand_grey_txt p {
	padding: 5px 8px;
	background-color: #ebede5;
    font-size: 12px;
    color: #404b47;
    font-weight: 700;
	width: 190px;
}

/* Goods Content Area Ends */

/* Contact Us Content Area Starts */

.contact_redbox {
  border: 1px solid #d9796c;
  padding: 15px;
  margin-bottom: 30px;
  font-size: 14px;
}

.contact_redbox_redtxt {
  color: #9c3022;
  font-weight: bold;
}

.contact_inquiries_box_background {
  background-color: #dbded1;
  padding: 5px;
  margin-bottom: 30px;
}

.contact_inquiries_innerbox_background {
  background-color: #ebede5;
}

.contact_inquiries_box {
  font-size: 14px;
  padding: 15px;
  margin-bottom: 15px;
  background: url(../img/contact_bulb.png) no-repeat right 5px top;
}

.contact_inquiries_box_heading {
  font-size: 16px;
  font-weight: bold;
  border-bottom: 1px dotted #00693c;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.contact_inquiries_box_background a, .contact_claim_benefits a, .contact_procedures a, .contact_report_left a, .contact_report_right a, .contact_report_full a, .contact_enquiry_right a, .contact_contract a, .light-advisor_left_btn a, .light-advisor_right_btn a, .contact_request_btn a, .contact_faq_block_btn_left a, .contact_faq_block_btn_right a {
  font-size: 16px;
  padding: 15px 0;
  border: 1px solid #bfbfbf;
  width: 290px;
  border-radius: 5px;
  -ms-border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  color: #00693c;
  font-weight: bold;
  display:block;
  text-align:center;
  text-decoration:none;
  margin:0 auto 15px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,e0e0e0+100 */
  background: #ffffff; /* Old browsers */
  background: -moz-linear-gradient(top,  #ffffff 0%, #e0e0e0 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  #ffffff 0%,#e0e0e0 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  #ffffff 0%,#e0e0e0 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e0e0e0',GradientType=0 ); /* IE6-9 */
  overflow:hidden;
}

.contact_enquiry_left a {
  font-size: 16px;
  padding: 15px;
  color: #ffffff;
  font-weight: bold;
  border:1px solid #ea7a47;
  width: 290px;
  vertical-align:middle;
  border-radius:0.3em;
  display:block;
  box-sizing: border-box;
  text-decoration:none;
  text-align:center;
  background: #ee8250; /* Old browsers */
  background: -moz-linear-gradient(top,  #ee8250 0%, #de6730 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  #ee8250 0%,#de6730 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  #ee8250 0%,#de6730 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.contact_claim_benefits a, .contact_procedures a, .contact_report_left a, .contact_report_right a, .contact_report_full a, .contact_enquiry_left a, .contact_enquiry_right a, .contact_report_right a {width: 98%}

.light-advisor_left_btn a, .light-advisor_right_btn a {
  width: 98%;
  margin: 0;
}

.contact_inquiries_box_background a:hover, .contact_claim_benefits a:hover, .contact_procedures a:hover, .contact_report_left a:hover, .contact_report_right a:hover, .contact_report_full a:hover, .contact_enquiry_right a:hover,
 .contact_faq_block_btn_left a:hover, .contact_faq_block_btn_right a:hover, .contact_contract a:hover, .light-advisor_left_btn a:hover, .light-advisor_right_btn a:hover, .contact_request_btn a:hover {
  background: #e6ff95;
  filter:none;
  border: 1px solid #bfbfbf;
}

.contact_faq_container {margin-bottom: 15px;}

.contact_faq_heading {
  font-size: 16px;
  font-weight: bold;
}

.contact_faq_dotted_box {
  padding: 15px 10px 15px 5px;
  border-bottom: 1px dotted #00693c;
  background: url(../img/right-green-arrow.png) no-repeat right 5px top 20px;
}

.contact_faq_dotted_box_90deg {
  padding: 15px 10px 15px 5px;
  border-bottom: 1px dotted #00693c;
  background: url(../img/down-green-arrow.png) no-repeat right 5px top 20px;
  cursor: pointer;
}

.contact_faq_dotted_box:last-child, .contact_faq_dotted_box_90deg:last-child {border-bottom: none;}

.contact_faq_block {
  display: table-cell;
  box-sizing: border-box;
  padding-right: 8px;
}

.contact_faq_block span {
  font-family: 'Lato', sans-serif;
  color: #00693c;
  font-size: 20px;
  font-weight: bold;
}

.contact_faq_block p {
  font-size: 14px;
  color: #00693c;
}

.contact_faq_detail_block {padding-top: 15px;}

.contact_faq_detail_block_hide {display: none;}

.contact_faq_detail_block_show {display: block;}

.contact_faq_list_disc {
	margin: 1em 0;
  padding: 0 0 0 30pt;
}

.contact_faq_list_disc li {list-style-type: disc;}

.contact_faq_txt_link {
	border: #bfbfbf 1px solid;
	border-radius: 5px;
	color: #404b47;
	font-size: 13px;
	line-height: 1.4;
	padding: 5px 5px 5px 25px;
	cursor: pointer;
	display: inline-block;
	box-sizing: border-box;
	margin-top: 15px;
}

.contact_faq_txt_link a {text-decoration: none;}

.contact_faq_block_btn_container {
	margin-top: 15px;
	display: inline-block;
	width: 100%;
}

.contact_benefits_heading, .contact_report_heading, .contact_enquiry_heading, .contact_phone_heading, .contact_consideration_heading, .contact_request_heading {
  border-top: 1px solid #7cab96;
  border-bottom: 1px dotted #bfbfbf;
  padding: 15px;
  font-size: 20px;
  color: #00693c;
  margin-bottom: 15px;
}

.contact_claim_benefits a, .contact_procedures a, .contact_report_left a,  .contact_report_right a, .contact_report_full a, .contact_enquiry_left a, .contact_enquiry_right a {margin: 0 0 15px 0;}

.contact_claim_benefits p, .contact_procedures p {
  color: #404b47;
  font-size: 14px;
  width: 90%;
}

.contact_claim_procedures_btn_left, .contact_claim_procedures_btn_right, .contact_faq_unitprice, .contact_faq_mypage, .contact_faq_txt_link {
  border: #ccc 1px solid;
  border-radius: 5px;
  color: #404b47;
  font-size: 13px;
  line-height: 1.4;
  padding: 5px 5px 5px 25px;
  cursor: pointer;
  display: inline-block;
  box-sizing: border-box;
  background: url(../img/icon_ques.png) no-repeat left 5px center;
}

.contact_faq_unitprice:hover, .contact_faq_mypage:hover {
	text-decoration: underline;
  background-color: #e6ff95;
}

.contact_claim_procedures_btn_left:hover, .contact_claim_procedures_btn_right:hover {
  text-decoration: underline;
  background-color: #b3cd60;
}

.contact_benefits_heading, .contact_report_heading, .contact_enquiry_heading, .contact_phone_heading, .contact_request_heading, .contact_consideration_heading {margin-top: 35px;}

.contact_report_subtxt, .contact_enquiry_subtxt, .contact_phone_subtxt, .contact_light-advisor_subtxt, .contact_request_subtxt {
  font-size: 14px;
  margin-bottom: 15px;
}

.contact_enquiry_left a:hover {background:#e85a33;}

.pc_visible_block {display: none !important}

.contact_callcenter_container_frame {
	padding: 5px;
	border: 1px solid #bfbfbf;
	margin-top: 35px;
}

.contact_callcenter_container1, .contact_callcenter_container2 {
  margin-top: 15px;
  padding: 15px 0;
  color: #404b47;
}

.contact_callcenter_container2 {border-top: 1px dotted #bfbfbf;}

.contact_callcenter_container1 .contact_callcenter_heading {
  background: url(../img/contact_phone_icon1.png) no-repeat;
}

.contact_callcenter_container2 .contact_callcenter_heading {
  background: url(../img/contact_phone_icon2.png) no-repeat;
}

.contact_callcenter_heading, .contact_light_advisor_heading {
  height: 62px;
  padding-left: 65px;
  color: #00693c;
  font-size: 16px;
  font-weight: bold;
}

.contact_callcenter_number {
  font-size: 30px;
  font-family: 'Lato', sans-serif;
  font-weight: bold;
}

.contact_callcenter_details {
  display: table-cell;
  box-sizing: border-box;
  font-size: 20px;
  font-weight: bold;
}

.contact_callcenter_container1 .button-space, .contact_callcenter_container2 .button-space {
  display: table-cell;
  box-sizing: border-box;
}

.productDtail .contact_callcenter_container1 .opening-days, .productDtail .contact_callcenter_container2 .opening-days {
  padding-left: 0;
  padding-bottom: 0;
}

.contact_hdi_response_container {margin-top: 15px;}

.contact_hdi_rating {
  color: #404b47;
  font-weight: bold;
  font-size: 12px;
  padding-left: 15px;
  position: relative;
}

.contact_hdi_rating:before {
  content:'';
  width: 12px;
  height: 12px;
  background-color: #00693c;
  position: absolute;
  top: 2px;
  left: 0px;
}

.contact_hdi_rating_benchmark {
  font-size: 12px;
  margin-top: 15px;
}

.contact_hdi_response_container a {
  background: url(../img/right-green-arrow.png) no-repeat left;
  font-size: 14px;
  color: #00693c;
  text-decoration: none;
  padding-left: 12px;
  margin-top: 15px;
  box-sizing: border-box;
  display: block;
}

.contact_hdi_response_container a:hover {text-decoration: underline;}

.left_side .contact_light-advisor_subtxt {margin-top: 15px;}

.contact_title_txt {
margin-bottom: 15px;
padding: 7px 10px 6px;
border-left: #9fc65e 4px solid;
color: #00693c;
font-weight: bold;
position: relative;
background-color: #ebede5;
font-size: 16px;
}

/* Contact Us Content Area Ends */

/* Form Header Content Starts */
.header_container {
  background: url(../img/form/pc_header_bg.png) repeat-x left top;
  padding: 20px 5px 10px 20px;
  width: 100%;
}

.header_container_inner {
  position: relative;
  margin: 0 auto;
  max-width: 1000px;
}

.header_container_inner .pc_logo img {
  height: 35px;
  width: 95px;
}
.header-logo{
	width: 100px;
	}
/* Form Header Content Ends */

/* Form Footer Content Starts */

.footer_container {
  width: 100%;
  background-color: #5d5e64;
  color: #ffffff;
  text-align: center;
  font-size: 14px;
}

.footer_container_inner {
  position: relative;
  margin: 0 auto;
  max-width: 1000px;
  padding: 20px 0;
}

/* Form Footer Content Ends */

/* MLJ Form Common Starts */

.no_spaces {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.no_spaces > .col,
.no_spaces > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.col-sm-4-form { width: 33.33333333%; }

.col-xs-12-form {
  width: 100%;
  margin-bottom: 0;
}

.col-xs-4-form { width: 33.33333333%; }

.col-xs-8-form { width: 66.66666667% }

.sp_padl_2 { padding-left: 0.5rem !important; }

.sp_padl_3 { padding-left: 1rem !important; }

.sp_padl_4 { padding-left: 1.5rem !important }

.sp_padl_5 { padding-left: 2rem !important }

.sp_padr_2 { padding-right: 0.5rem !important; }

.sp_padr_3 { padding-right: 1rem !important }

.sp_padr_4 { padding-right: 1.5rem !important }

.sp_padt_2 { padding-top: 0.5rem !important; }

.sp_padt_3 { padding-top: 1rem !important; }

.sp_padt_4 { padding-top: 1.5rem !important; }

.sp_padt_5 { padding-top: 2rem !important; }

.sp_padt_6 { padding-top: 2.5rem !important; }

.sp_padb_2 { padding-bottom: 0.5rem !important; }

.sp_padb_3 { padding-bottom: 1rem !important; }

.sp_padb_4 { padding-bottom: 1.5rem !important; }

.sp_padb_5 { padding-bottom: 5rem !important; }

.sp_mart_2 { margin-top: .5rem !important; }

.sp_mart_3 { margin-top: 1rem !important; }

.sp_mart_4 { margin-top: 1.5rem !important; }

.sp_mart_5 { margin-top: 2rem !important; }

.sp_mart_6 { margin-top: 2.5rem !important; }

.sp_marb_2 { margin-bottom: 0.5rem !important; }

.sp_marb_3 { margin-bottom: 1rem !important; }

.sp_marb_4 { margin-bottom: 1.5rem !important; }

.sp_marb_5 { margin-bottom: 2rem !important; }

.sp_marl_3 { margin-left: 1rem !important; }

.sp_marl_5P { margin-left: 5% !important; }

.sp_marr_3 { margin-right: 1rem !important; }

.sp_borl_1 { border-left: 1px solid #bfbfbf; }

.sp_borr_1 { border-right: 1px solid #bfbfbf; }

.sp_bort_1 { border-top: 1px solid #bfbfbf; }

.sp_borb_1 { border-bottom: 1px solid #bfbfbf; }

.sp_mar-auto {
  margin-left: auto!important;
  margin-right: auto!important;
}

.sp_txt_alignR { text-align: right !important; }

.sp_txt_alignL { text-align: left !important; }

.sp_padL0 { padding-left: 0 !important; }

.sp_padR0 { padding-right: 0 !important; }

.sp_dsn { display: none !important; }

.hide { display: none; }

.col-xs-fl { float: left; }

.sp_padL15PX { padding-left: 15px; }

.sp_overflwHidden { overflow: hidden; }

.borALLgray { border: 1px solid #ccc !important; }

.form_current {
  background: url(../img/form/sp_form_current.png) no-repeat;
  background-size: 100% 100%;
  height: 61px;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  line-height: 1.5;
}

.form_off {
  background: url(../img/form/sp_form_off.png) no-repeat;
  background-size: 100% 100%;
  height: 61px;
  font-weight: normal;
  text-align: center;
  line-height: 1.5;
}

.pamphlet_form_step_container span, .consult_form_container span.step_block_ele { display: block; }

.form_orange_btn {
  font-size: 12px;
  padding: 8px 5px;
  line-height: 1.5;
  border: 1px solid #cb6c2f;
  border-radius: 5px;
  -ms-border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  color: #ffffff;
  font-weight: bold;
  display: block;
  text-align: center;
  text-decoration: none;
  background: #cb6c2f;
  background: -moz-linear-gradient(top, #cb6c2f 0%, #b34c11 100%);
  background: -webkit-linear-gradient(top, #cb6c2f 0%,#b34c11 100%);
  background: linear-gradient(to bottom, #cb6c2f 0%,#b34c11 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cb6c2f', endColorstr='#b34c11',GradientType=0 );
  overflow: hidden;
  text-decoration: none !important;
}

.form_orange_btn span {
  display: block;
  font-size: 20px;
  font-weight: bold;
}

.form_grey_btn {
  font-size: 14px;
  padding: 12px 5px;
  border: 1px solid #bfbfbf;
  border-radius: 5px;
  -ms-border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  color: #00693c;
  font-weight: bold;
  display: block;
  text-align: center;
  text-decoration: none;
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 0%, #e0e0e0 100%);
  background: -webkit-linear-gradient(top, #ffffff 0%,#e0e0e0 100%);
  background: linear-gradient(to bottom, #ffffff 0%,#e0e0e0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e0e0e0',GradientType=0 );
  overflow: hidden;
  text-decoration: none !important;
}

.form_white_btn {
  font-size: 14px;
  padding: 8px 5px;
  border: 1px solid #bfbfbf;
  border-radius: 5px;
  -ms-border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  color: #00693c;
  font-weight: bold;
  display: block;
  text-align: center;
  text-decoration: none;
  background: #ffffff;
  overflow: hidden;
  text-decoration: none !important;
}

.form_grey_btn_16PX { font-size: 16px; }

.top_gradient_line {
  background: #5bae59; /* Old browsers */
  background: -moz-linear-gradient(left,  #5bae59 0%, #b3cd60 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left,  #5bae59 0%,#b3cd60 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right,  #5bae59 0%,#b3cd60 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5bae59', endColorstr='#b3cd60',GradientType=1 ); /* IE6-9 */
  position: relative;
  box-sizing: border-box;
  max-height: 4px;
}

.form_input_container input.is-invalid, .form_input_container select.is-invalid { border: 1px solid #dc3545; }

.form_input_container input.is-invalid~.invalid-feedback { display: block; }

.invalid-feedback {
  margin-top: 0.3rem;
  color: #dc3545;
  display: block;
  font-size: 12px !important;
  font-weight: normal;
}

.form_getemail_container .is-invalid { color: #dc3545; }

/* MLJ Form Common Ends */

/* MLJPWSProductPamphletPage Content Area Starts */

.pamphlet_form_container .container, .consult_form_container .container {
  max-width: 1000px;
  padding-left: 0;
  padding-right: 0;
  color: #404b47;
  font-size: 14px;
  line-height: normal;
}

.pamphlet_form_container h1, .consult_form_container h1.step1 {
  font-size: 22px;
  text-align: center;
}

.consult_form_container h1 {
  font-size: 25px;
  text-align: center;
  font-weight: bold;
}

.pamphlet_form_container h2, .consult_form_container h2 {
  font-size: 25px;
  font-weight: bold;
  text-align: center;
  line-height: 1.6;
}

.form-note1 {
  background-color: #ebede5;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
}

.form-note1 p { line-height: 1.5; }

.form-note2 { border: 3px solid #ebede5; }

.form_note2_heading {
  font-size: 16px;
  font-weight: bold;
}

.form-note3 {
  background-color: #fbf5e9;
  font-size: 14px;
  border: 3px solid #fcd27f;
}

.form_note3_heading {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  line-height: 1.6;
}

.form-note4 {
  background-color: #ebede5;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
}

.form_product_selected {
  background: url(../img/form/form_prod_select.png) left 20% no-repeat;
}

.sp_form_note2_txt {
  line-height: 1.5;
  padding: .5em 0 !important;
}

.form_product {
  border: 1px solid #bfbfbf;
  display: inline-block;
}

.form_prod_bg {
  background-color: #ebede5;
  padding: 1em !important;
}

.form_prod_checkbox_container input {
  height: 30px;
  width: 30px;
  position: relative;
}

.form_prod_checkbox_container input:after {
  display: block;
  background: white;
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  border: 1px solid #cccccc;
}

.sp_product_heading { font-size: 16px; }

.sp_product_txt { line-height: 1.5; }

.form_prod_link_container { text-align: center;}

.form_prod_link_container a {
  color: #00693c;
  text-decoration: none;
  background: url(../img/form/form_prod_link_ico.png) left no-repeat;
  padding-left: 2em;
  background-size: 14% 100%;
}

.form-horizontal .control-label {
  text-align: left;
  padding-top: 4px;
  margin-bottom: 0;
}

.form_row_container {
  margin-bottom: 0;
}

.sp_form_label_container {
  height: auto !important;
}

.form_row_container label, .form_getemail_container label {
  margin-right: 0;
  cursor: default;
}

.form_row_container .form_label_txt_bold { font-size: 16px; }

.form_row_container .form_label_txt_normal {
  font-size: 16px;
  font-weight: normal;
}

.form_row_container .form_label_txt_normal.smaller {
  font-size: 12px;
  font-weight: normal;
}

.form_row_container .form_label_alert_msg_container {
  padding-left: 0;
  padding-right: 0;
}

.form_row_container .form_label_alert_msg {
  padding: 5%;
  font-size: 12px;
  background-color: #ff0000;
  color: #ffffff;
  text-align: center;
  margin-bottom: 0;
}

.form_input_container { padding: 1em 0; }

.form_input_container input, .form_input_container select {
  box-shadow: none;
  height: 35px;
  border: #d3d3d3 2px solid;
  border-radius: 3px;
  font-size: 16px;
}

.form_input_container select::-ms-expand { display: none; }

.ie9 .form_input_container select { background: none; }

.sp_form_input_container label { line-height: 1.6; }

#productpamphletform ::-webkit-input-placeholder { color: #d3d3d3; }

#productpamphletform ::-moz-placeholder { color: #d3d3d3; }

#productpamphletform :-moz-placeholder { color: #d3d3d3; }

#productpamphletform :-ms-input-placeholder { color: #d3d3d3; }

#productpamphletform ::-ms-input-placeholder { color: #d3d3d3; }

.form_input_container input { color: #404b47; }

.form_input_container select {
  -webkit-appearance: none;
  -moz-appearance:none;
  appearance:none;
  background: url(../img/form/form_grey_dropdown.png) no-repeat 98% 65%;
}

.form_row_container .form_label_txt_extra {
  font-size: 10px;
  line-height: 1.5;
  font-weight: normal;
}

.form_getemail_checkbox { width: 12%; }

.form_getemail_checkbox input {
  height: 28px;
  width: 28px;
  position: relative;
  margin-top: 0.5em;
}

.form_getemail_container label {
  font-size: 14px;
  font-weight: normal;
  line-height: 1.5;
}

.form_getemail_container p { line-height: 1.5; }

.form_personal_info_container { background-color: #ebede5; }

.form_personal_info_container .form_personal_info_heading {
  font-size: 16px;
  line-height: 1.5;
  font-weight: bold;
  text-align: center;
  padding-bottom: .5em;
}

.form_personal_info_container ul li {
  list-style: disc;
  padding: .5em 0;
}

.form_personal_info_outer {
  border: 1px solid #ccc;
  background: #ffffff;
}

.form_personal_info_click_txt {
  -webkit-appearance: none;
  -moz-appearance:none;
  appearance:none;
  padding: .5em 0;
  text-align: center;
}

.form_drop_arrow, .form_drop_arrow2 { background: url(../img/form/form_grey_dropdown.png) no-repeat 100% 50%; }

.form_drop_up, .form_drop_up2 { background: url(../img/form/form_grey_dropdown_up.png) no-repeat 100% 50%; }

.form_personal_info_container .form_personal_info_small_txt {
  font-size: 10px;
  padding-bottom: 1em;
}

.form_personal_info_container .form_personal_info_small_txt a {
  color: #00693c;
  text-decoration: none;
}

.prod_req_note {
  text-align: center;
  font-size: 16px;
}

.prod_req_note_small_txt { font-size: 14px; }

.prod_req_box {
  border: 1px solid #bfbfbf;
  display: inline-block;
}

.prod_req_box p { line-height: 1.5 !important; }

.prod_req_heading {
  font-weight: bold;
  font-size: 16px;
}

.prod_req_box img {
  padding-left: 0;
  padding-right: 0;
}

/* MLJPWSProductPamphletPage Content Area Ends */

/* MLJPWSConsultPage Content Area Starts */
.sp_header1 {
	font-size: 22px !important;
	font-weight: bold;
}
.sp_header2 {
	color: #00693c;
	font-size: 16px !important;
}
.container .future_prep {
	border: 2px solid lightgray;
	margin-bottom: 50px;
	overflow: hidden;
}
.container .future_prep h3 {
	color: #404b47;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.6;
	margin: 0 auto;
	text-align: center;
	width: 90%;
}
.consult_form_container h1 {
	font-weight: bold;
}
.consult_form_container h2 {
	color: #00693c;
	font-size: 16px;
	line-height: 1.6;
}
.consult_form_container .form_personal_info_outer {
	border: 0;
}
.container .future_prep ul {
    margin: 0;
    padding: 0;
    overflow: hidden;
}
.container .future_prep ul li {
    list-style-type: none;
}
.container .future_prep ul li div p.heading {
    color: #404b47;
    font-size: 14px;
    font-weight: bold;
    margin: 5px 0;
		text-align: center;
}
.container .future_prep ul li div p.desc {
    color: #404b47;
    font-size: 14px;
    font-weight: normal;
    margin: 10px 0 20px;
		text-align: center;
}
.container .future_prep .disclaimer {
    clear: both;
    font-size: 12px;
    float: none;
    line-height: 1.5;
}
.consult_form_container .form_drop_arrow {
	background: url(../img/form/form_grey_dropdown.png) no-repeat 92%;
	font-weight: bold;
}
.consult_form_container .form_drop_up {
	background: url(../img/form/form_grey_dropdown_up.png) no-repeat 92% 62%;
	clear: both;
	font-weight: bold;
	padding-top: 20px;
}
.consult_form_container .contact-info {
	color: #404b47;
	font-size: 25px;
	font-weight: bold;
}
.consult_form_container .sp_disclaimer {
	font-size: 12px;
	font-weight: normal;
}
.sp_subtxt {
	font-size: 10px !important;
	line-height: 1.5;
}
.consult_form_container .phone_dash {
	display: inline-block;
	height: 0;
	vertical-align: middle;
}
.sp_errmsg_position {
	position: absolute;
	left: 220px;
}
ul.select_week_day, ul.consult_type {
	clear: both;
	padding: 0;
	margin: 0;
	margin-bottom: 20px;
	overflow: hidden;
}
ul.select_week_day li {
	display: inline-block;
	float: left;
	list-style-type: none;
	margin-top: 15px;
	width: 45%;
}
ul.select_week_day li input, ul.consult_type li input {
	color: #404b47;
	font-size: 16px;
	height: 28px;
	line-height: 1.5;
	margin-right: 10px;
	width: 28px;
	vertical-align: middle;
}
ul.consult_type li {
	list-style-type: none;
	margin-top: 8px;
	width: 100%;
}
.cust_height { line-height: 1.5; }

/* MLJPWSConsultPage Content Area Ends */





/*PWS New Template for AD page*/
.pws-advrt {
	font-family: "Meiryo";
}
.pws-advrt .sp_section2 .row, .pws-advrt .row {
	margin: 0;
}
.pws-advrt .sp_section2 .row .col-xs-12, .pws-advrt .row .col-xs-12 {
	padding: 0;
}
.pws-insurance .header_container_inner {
	max-width: 960px;
}
.pws-insurance .insuranceText {
	color: #fff;
    font-size: 9px;
    line-height: 2;
    float: right;
}
.pws-insurance .header_container_inner .pc_logo img {
	height: 30px;
	width: 90px;
}
.pws-advrt .container {
	font-size: 16px;
	font-family: 'Meiryo', sans !important;
}
body.pws, .pws-advrt.pws2 .container {
	font-size: 10px !important;
	font-family: 'Meiryo', sans !important;
}
.pws-insurance .footer_container { background-color: #176939; color: #fff; }
.pws-insurance .footer_container .largeText {
	font-size: 15px;
	line-height: 1.6671;
}
.pws-insurance .footer_container .smallText {
	font-size: 13px;
	line-height: 1.93;
}
.pws-advrt .section1 {
	background-color: #fff;
	padding-bottom: 20px;
	text-align: center;
}
.pws-advrt .container .section1 h1, .pws-advrt .section1 h1 {
	font-family: "kozuka gothic Pr6N";
	font-size: 16px;
    color: #000;
    line-height: 1.3;
    font-weight: bold;
    text-align: center;
    padding-top: 20px;
}
.pws-advrt .container .section1 h2, .pws-advrt .section1 h2 {
	font-family: "Ryo Gothic PlusN";
	font-size: 35px;
color: #176939;
line-height: 2;
font-weight: 700;
margin-top: 0;
}
.pws-advrt .container .section1 h3, .pws-advrt .section1 h3 {
	font-size: 50px;
	color: #000;
	line-height: normal;
	font-weight: 700;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 80px;
}
.pws-advrt .container .section1 .disclaimer, .pws-advrt .section1 .disclaimer {
	font-style: 16px;
	font-weight: 400;
	text-align: center;
	margin-bottom: 20px;
	padding-bottom: 10px;
	color: #404b47;
	text-align: left;
}
.pws-advrt .sp_section2 {
	display: block;
	background-color: #f1f5e8;
	padding: 20px 0;
	position: relative;
}
.pws-advrt .sp_section2 h2 {
	color: #000;
	font-size: 35px;
	font-weight: bold;
	line-height: 1.573;
	margin-left: 0 auto;
	text-align: center;
}
.pws-advrt .sp_section2 h2 span {
	font-size: 55px;
	color: #e08439;
	line-height: 1;
}
.pws-advrt .sp_section2 ul {
	display: inline-block;
	float: left;
	margin: 0 auto 20px;
	padding: 0;
	width: 100%;
	text-align: center;
}

.pws-advrt .sp_section2 ul li p {
	display: none;
}
.pws-advrt .sp_section2 p {
	clear: both;
	font-size: 20px;
	line-height: 1.5;
	margin-left: 50px;
	text-align: left;
}
.pws-advrt .sp_section2 p.disclaimerTxt1:before {
	color: #404b47;
	content: '※1';
	display: inline-block;
	font-size: 20px;
	line-height: 1.5;
	position: absolute;
	left: 5px;
	text-align: left;
}
.pws-advrt .sp_section2 p.disclaimerTxt2:before {
	color: #404b47;
	content: '※2';
	display: inline-block;
	font-size: 20px;
	line-height: 1.5;
	position: absolute;
	left: 5px;
	text-align: left;
}
.pws-advrt .sectLogosBtn .sectLogosBtn_1 {
    background-image: url('../img/pc/pws/purpose_logo_btn1.png');
    background-repeat: no-repeat;
    background-position: center;
		background-size: contain;
    width: 100%;
    height: 100px;
    display: block;
}
.pws-advrt .sectLogosBtn .sectLogosBtn_1:hover {
	background-image: url('../img/pc/pws/purpose_logo_btn1-hover.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	width: 100%;
	height: 100px;
	display: block;
}
.pws-advrt .sectLogosBtn .sectLogosBtn_2 {
    background-image: url('../img/pc/pws/purpose_logo_btn2.png');
    background-repeat: no-repeat;
		background-position: center;
		background-size: contain;
    width: 100%;
    height: 100px;
    display: block;
}
.pws-advrt .sectLogosBtn .sectLogosBtn_2:hover {
    background-image: url('../img/pc/pws/purpose_logo_btn2-hover.png');
    background-repeat: no-repeat;
		background-position: center;
		background-size: contain;
    width: 100%;
    height: 100px;
    display: block;
}

.pws-advrt .section2 {
	padding: 0;
}
.pws-advrt .section2 .sct2Header {
    font-size: 40px;
    text-align: center;
    margin: 30px auto;
}
.pws-advrt .section2 .sct2Header span {
    color: #176939;
    font-size: 3rem;
    font-weight: bold;
    line-height: 1.2;
}
.pws-advrt .section2 .sct2Header span.sct2Header-span {
    color: #000 !important;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.6;
}
.pws-advrt .section2 .point1_wrapper {
    margin: 30px auto 0;
    text-align: center;
    background-color: #f6f6f6;
    padding: 0 20px 30px;
}
.pws-advrt .section2 .point1_wrapper .point1_mark {
    border: 1px solid #176939;
    padding: 0 35px 13px;
    font-size: x-large;
    background-color: #176939;
    color: #eaefeb;
    border-radius: 0 0 22px 22px;
}
.pws-advrt .section2 .point1_wrapper h1 {
	color: #000;
    margin: 30px auto;
    font-size: 30px;
    font-weight: bold;
    line-height: 1.5;
    border-bottom: 2px solid #ddd;
    padding-bottom: 20px;
    width: 100%;
}
.pws-advrt .section2 .point1_wrapper h1 span {
    color: #176939;
    font-size: 40px;
    font-weight: bold;
    line-height: 1.135;
}
.pws-advrt .section2 .point1_wrapper .point1_subHeader {
    margin: 0 auto 20px;
    max-width: 815px;
    width: 100%;
}
.pws-advrt .section2 .point1_wrapper .point1_subHeader li {
    font-weight: bold;
    display: inline;
    list-style-type: none;
    margin-left: -30px;
    margin-left: 30px;
}
.pws-advrt .section2 .point1_wrapper .point1_subHeader .point1_subHeader_li1 {
    float: left;
    margin-left: 64px;
    margin-left: 0;
}
.pws-advrt .section2 .point1_wrapper .point1_subHeader li span {
    color: #176939;
}
.pws-advrt .section2 p.graph-header {
	color: #000;
	font-size: 30px;
	font-weight: bold;
	line-height: 1.4;
	text-align: center;
}
.pws-advrt .section2 p.graph-header span {
	color: #176939;
}
.pws-advrt .section2 .point1_wrapper .btm_text {
	color: #000;
    font-size: 26px;
		font-weight: bold;
    line-height: 1.5;
		margin-bottom: 20px;
    text-align: left;
}
.pws-advrt .section2 .point1_wrapper .smallTxt {
    font-size: 20px;
    line-height: 1.5;
    text-align: left;
}

.pws-advrt .section5 .section5-divider {
    background-image: url(../img/pc/pws/arrowDivider.png);
    background-position: top left;
    background-repeat: no-repeat;
    background-size: contain;
    text-align: center;
    margin: 20px auto 0;
    width: 130px;
    height: 80px;
}
.pws-advrt .section5 .headerWrapper2 {
	padding: 0;
	text-align: center;
}
.pws-advrt .section5 .headerWrapper2 h3 {
	font-family: "Meiryo";
	font-size: 40px;
	font-weight: bold;
	color: #176939;
	max-width: 630px;
	margin: 0 auto;
}
.pws-advrt .section5 .headerWrapper2 h4 {
	color: #000;
	font-family: "Meiryo";
	font-size: 22px;
	font-weight: bold;
  line-height: 2.2;
}
/*style starts for table*/
.borderLeftZero {
		border-left: 0;
}
.borderRightZero {
		border-right: 0;
}
.pws-advrt .graphWrapper {
    background-color: #f6f6f6;
    padding: 40px 0 20px;
}
.pws-advrt .section2 .sct2Header2, .pws-advrt .section3 .sct2Header2 {
	color: #000;
    font-size: 40px;
    font-weight: bold;
    line-height: 1.5;
    text-align: center;
    margin: 0 auto 30px;
}
.pws-advrt .section2 .sct2Header2 span, .pws-advrt .section3 .sct2Header2 span {
    color: #176939;
    font-weight: bold;
    font-size: 40px;
}
.pws-advrt ul.point1_subHeader {display: none;}
.pws-advrt .section5 .ulSteps li {
    display: block;
    width: 100%;
    position: relative;
}
.pws-advrt .section4 .bannerWrapper {
	background: none;
}
.pws-advrt .section4 .bannerWrapper .bannerText,
.pws-advrt .section4 .bannerWrapper .bannerText h3 {
	width: 100%;
	display: block;
	margin: 0 auto;
	color: #000;
	font-size: 30px;
	line-height: 1.68;
}
.pws-advrt .section4.whyThisInsurance h2 {
    font-size: 45px;
    font-family: "Meiryo";
    color: rgb(23, 105, 57);
    font-weight: bold;
    line-height: 1.444;
    margin-bottom: 30px;
    margin-top: 30px;
}
.pws-advrt .section4 ul.ulFeatures, .pws-advrt .section4 ul.ulFeatures2 {
    margin: 0 auto;
    text-align: center;
    padding: 30px 0;
}
	.pws-advrt .section4 ul.ulFeatures li {
    display: block;
    margin-right: 0;
    width: 220px;
    height: 200px;
    border-radius: 5px;
    border: 2px solid #00673e;
    padding: 20px;
		margin: 0 auto 10px;
}
.pws-advrt .section4 ul.ulFeatures li:first-child {
    background-image: url(../img/pc/pws/whyThisInsurance-1.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 80% 80%;
}
.pws-advrt .section4 ul.ulFeatures li div .li1_p_heading {
    font-family: "Ryo Gothic PlusN";
    line-height: 1.5;
    margin: 20px 0 25px;
    font-size: 16px;
    color: #00673e;
    font-weight: bold;
}
.pws-advrt .section4 ul.ulFeatures li div .li1_p_heading span {
	font-size: 40px;
	line-height: 1.2;
}
.pws-advrt .section4 ul.ulFeatures li div .li1_p_subtxt,
.pws-advrt .section4 ul.ulFeatures li div .li2_p_subtxt,
.pws-advrt .section4 ul.ulFeatures li div .li3_subtxt {
	font-size: 16px;
	line-height: 1;
	margin-top: 0;
}
.pws-advrt .section4 ul.ulFeatures li div .li2_p_heading {
    line-height: 1.3;
    font-size: 30px;
    color: #00673e;
    margin-top: 0;
    font-weight: bold;
}
.pws-advrt .section4 ul.ulFeatures li div .li3_bg {
    background-image: url(../img/pc/pws/whyThisInsurance-2.png);
		background-repeat: no-repeat;
		background-position: top;
    height: 120px;
    width: 170px;
}
.pws-advrt .section4 ul.ulFeatures li .li4_bg {
    background-image: url(../img/pc/pws/whyThisInsurance-3.png);
		background-repeat: no-repeat;
    max-width: 272px;
    height: 238px;
}
.pws-advrt .section4.whyThisInsurance .ulFeatures_subtxt {
    font-size: 26px;
    font-weight: bold;
		line-height: 1.5;
    padding: 0 20px;
    padding-top: 0;
    color: #000;
}
.pws-advrt .section4 ul.ulFeatures2 li div {
    border: 2px solid #00673e;
    border-radius: 5px;
    color: #00673e;
    padding: 16px;
    width: 150px;
    height: 134px;
    height: 150px;
    display: table-cell;
}
.pws-advrt .section4 ul.ulFeatures2 li {
	margin: 10px 5px 10px;
}
.pws-advrt .section4 ul.ulFeatures2 li div {
	display: block;
	height: 180px;
	margin: 0 auto;
	max-width: 210px;
	padding: 6px;
	width: 90%;
}
.pws-advrt .section4 ul.ulFeatures2 li div p {
	color: #000;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.3;
}
.pws-advrt .section4 ul.ulFeatures2 li div span {
	font-size: 43.2px;
	font-weight: bold;
	line-height: 1.5;
}
.pws-advrt .section4 p.disclaimer {
    font-size: 20px;
    line-height: 1.5;
		margin: 0 auto 10px;
    padding: 0 20px 0;
}
.pws-advrt .section4 div.divFeatureWrapper {
	padding: 0;
	margin-left:-5px;
	margin-right:-5px;
	background-color: #f6f6f6;
}
.pws-advrt .section4 div.divFeatureWrapper h3 {
	color: #000;
    font-size: 30px;
    font-weight: bold;
    line-height: 1.65;
}
.pws-advrt .section4 div.divFeatureWrapper h3 span {
	color: #176939;
	font-size: 40px;
	font-weight: bold;
	line-height: 1.26;
}
.pws-advrt .section4 div.divFeatureWrapper figure.rating_benchmark {
    background-image: url(../img/pc/pws/rating-benchmark.png);
		background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
		border: 0;
		display: block;
    height: 124px;
		margin: 0 auto;
		max-width: 250px;
}
.pws-advrt .section4 div.divFeatureWrapper p {
		color: #000;
    display: block;
    font-size: 20px;
    line-height: 1.6;
		margin-top: 20px;
    padding-left: 0;
    text-align: left;
		width: 100%;
}
.pws-advrt .sect7bg {
	background: #f1f5e8;
}
.pws-advrt .section7 .container .headerWrapper2 h4 {
	font-size: 40px;
	line-height: 1.75;
	margin: 0 auto;
	    text-align: center;
}
.pws-advrt .section7 .container .headerWrapper2 h3 {
	font-size: 50px;
	line-height: 1.4;
	margin: 0 auto;
	    text-align: center;
}
.pws-advrt .section7 .container .headerWrapper2 h4 {
    font-family: "Meiryo";
    font-size: 25px;
    font-weight: bold;
    color: #000;
		margin: 0 auto;
		text-align: center;
}
.pws-advrt .section7 .container .headerWrapper2 h3 {
    font-family: "Meiryo";
    font-size: 45px;
    font-weight: bold;
    color: #176939;
    margin: 10px auto;
    line-height: 1;
    text-align: center;
}
.pws-advrt .section7 .container .sect7Header {
    background-color: #176939;
    height: 60px;
    text-align: center;
    display: flex;
}
.pws-advrt .section7 .container .sect7Header span {
    color: #fff;
    font-size: 25px;
    font-weight: bold;
    line-height: 2;
    margin: 5px auto 0;
}
.pws-advrt .section7 .container .whiteBg {
    background-color: #fff;
		margin-bottom: 20px;
		padding-top: 20px;
}
.pws-advrt .section7 .container .whiteBg .typeWrapper .lftWrapper {
		border-bottom: 2px solid #ddd;
		display: block;
		margin: 20px auto;
		padding-bottom: 20px;
		position: relative;
    width: 100%;
}
.pws-advrt .section7 .container .whiteBg .typeWrapper .typeDesc { display: none; }
.pws-advrt .section7 .container .whiteBg .typeDescWrapper {
	border-bottom: 2px solid #176939;
}
.pws-advrt .section7 .container .whiteBg .typeDescWrapper .sp_typeDesc {
	padding: 20px;
	text-align: left;
	font-weight: bold;
}
.pws-advrt .section7 .container .whiteBg .typeWrapper .typeFig1 {
    background-image: url(../img/sp/pws/typeVariable1L.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    height: 120px;
    margin: 0 5px;
}
.pws-advrt .section7 .container .whiteBg .typeWrapper .typeFig2 {
	background-image: url('../img/sp/pws/typeVariable2L.png');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	height: 120px;
	margin: 0 5px;
}
.pws-advrt .section7 .container .whiteBg .typeWrapper .typeFig3 {
	background-image: url('../img/sp/pws/annuity1L.png');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	height: 71px;
	margin: 20px 5px;
}
.pws-advrt .section7 .container .whiteBg .typeWrapper .typeFig4 {
	background-image: url('../img/sp/pws/annuity2L.png');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	height: 71px;
	margin: 20px 5px;
}
.pws-advrt .section7 .container .whiteBg .typeWrapper .fiHeading1 {
    font-size: 15px;
    font-weight: bold;
    line-height: 1.1;
    text-align: center;
    padding: 10px 0 0;
}
.pws-advrt .section7 .container .whiteBg .typeWrapper .fiHeading2 {
    font-size: 13px;
    line-height: 1.1;
    text-align: center;
    padding: 10px 0 0;
}
.pws-advrt .section7 .container .whiteBg .grayBg {
    width: 96%;
    padding: 2% 5%;
    background-color: #f6f6f6;
    margin: 0 auto;
}
.pws-advrt .section7 .container .grayBg .typeFeatures h3 {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    margin: 20px;
    color: #176939;
}
.pws-advrt .section7 .container .grayBg .ulTypeFeatures, .pws-advrt.pws2 .section5 .ulWrapper .ulTypeFeatures {
    padding: 0;
    margin: 0;
    width: 100%;
}
.pws-advrt .section7 .container .grayBg .ulTypeFeatures li,
.pws-advrt.pws2 .section5 .ulWrapper .ulTypeFeatures li {
    border-bottom: 1px solid #ddd;
    padding: 8px 20px;
}
.pws-advrt .section7 .container .grayBg .ulTypeFeatures li:first-child,
.pws-advrt.pws2 .section5 .ulWrapper .ulTypeFeatures li:first-child {
    border-top: 1px solid #ddd;
}
.pws-advrt .section7 .container .grayBg .ulTypeFeatures li span,
.pws-advrt.pws2 .section5 .ulWrapper .ulTypeFeatures li span {
    background-image: url(../img/pc/pws/hand-icn2.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    display: inline-block;
    height: 28px;
    width: 17%;
}
.pws-advrt .section7 .container .grayBg .ulTypeFeatures li p,
.pws-advrt.pws2 .section5 .ulWrapper .ulTypeFeatures li p {
    display: inline-block;
    margin-left: 1%;
    vertical-align: top;
	width: 78%;
	font-size: 1.3rem;
	line-height: 1.5;
	text-align: left;
	font-weight: bold;
}
.pws-advrt.pws2 .section5 .ulWrapper .ulTypeFeatures li p span.sm {
	background: none;
	display: inline;
	font-size: 1rem;
}
.pws-advrt .section7 .container .grayBg .aLink {
	color: #cc0000;
	margin: 20px auto;
	display: block;
	text-align: center;
	text-decoration: none;
}
.pws-advrt .section7 .container .grayBg .aLink:hover {
	text-decoration: underline;
}
.pws-advrt .section7 .container .grayBg a.btnO {	display: none; }
.pws-advrt .section7 .container a.sp_btnO {
    background-image: url(../img/pc/pws/btnOrange.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    display: block;
    height: 95px;
    margin: 10px auto;
    max-width: 500px;
		width: 90%;
}
.pws-advrt .section7 .container a.sp_btnO:hover {
    background-image: url(../img/pc/pws/btnOrange-hover.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    display: block;
}
.pws-advrt .consultation {
    background-color: #f6f6f6;
}
.pws-advrt .section5 .bannerWrapper .bannerText figure {
    background-image: url(../img/sp/pws/consultation-banner.png);
    background-repeat: no-repeat;
	background-position: 70% 0;
    background-size: cover;
    box-shadow: 0 0 30px 20px #f6f6f6 inset;
    height: 250px;
	position: relative;
    z-index: 1;
}
.pws-advrt .section5 .bannerWrapper .bannerText {
    z-index: 5;
    padding-top: 30px;
    background: #f6f6f6;
    height: auto;
}
.pws-advrt .section5 .bannerWrapper .bannerText span {
    display: inline-block;
    background-image: url(../img/pc/pws/consultation-popup.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    height: 50px;
    width: 100%;
    color: #fff;
    font-size: 22px;
    line-height: 2;
    font-weight: bold;
    text-align: center;
    margin-left: 0 auto;
}
.pws-advrt .section5 .bannerWrapper .bannerText h3 {
    color: #176939;
    font-size: 2.5rem;
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: 20px;
    text-align: center;
}
.pws-advrt .section5 .bannerWrapper .bannerText p {
    color: #000;
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1.75;
    text-align: left;
}
.pws-advrt .section5 .bannerWrapper .bannerText p br {display: none;}
.pws-advrt .section5 .bannerWrapper hr {
    width: 98%;
    margin-bottom: 20px;
    border: 1px solid #176939;
    height: 0;
    background: #176939;
}
.pws-advrt .section5 .divWrapper h3 {
    font-size: 1.3rem;
    font-weight: bold;
    line-height: 1.2;
    color: #176939;
	text-align: center;
}
.pws-advrt .section5 .divWrapper hr.grayHr {
    width: 100%;
    border: 1px solid #ddd;
    height: 0;
    background: #ddd;
	margin: 10px auto;
}
.pws-advrt .section5 .divWrapper .rtPanel3 {
    padding: 0;
    margin: 0 auto;
	display: block;
	text-align: center;
	width: 90%;
}
.pws-advrt .section5 .divWrapper .img4 {
    background-image: url(../img/pc/pws/consultant-female.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
	display: inline-block;
	margin: 0 10px 0 0;
	height: 145px;
	width: 35%;
}
.pws-advrt .section5 .divWrapper .img5 {
    background-image: url(../img/pc/pws/consultant-male.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
	display: inline-block;
	margin: 0 10px 0 0;
	height: 145px;
	width: 35%;
}
.pws-advrt .section5 .divWrapper .lftPanel3 {
    padding-right: 30px;
    padding-top: 30px;
    font-size: 26px;
	line-height: 1.56;
}
.pws-advrt .section5 .divWrapper h4 {
    font-family: "Meiryo";
    font-size: 20px;
    font-weight: bold;
    line-height: 1.2;
    color: #176939;
    clear: both;
		text-align: center;
}
.pws-advrt .section2.section5 {padding: 0;}
.pws-advrt .section5 .ulSteps {
    padding: 0;
    margin: 30px auto 10px;
}
.pws-advrt .section5 .ulSteps li {
    display: block;
    width: 100%;
    position: relative;
}
.pws-advrt .section5 .ulSteps li .stepsWrapper p a {
	color: #000;
}
.pws-advrt .section5 .ulSteps li .stepsWrapper p a:hover {
	opacity: 0.6;
}
.pws-advrt .section5 .ulSteps li .stepsWrapper p.green {
    color: #176939;
    font-size: 1.3rem;
    font-weight: bold;
    text-align: center;
}
.pws-advrt .section5 .ulSteps li .stepsWrapper p.black {
    font-size: 1.5rem;
    font-weight: bold;
    color: #000;
    text-align: center;
}
.pws-advrt .section5 .ulSteps li .stepsWrapper figure {
	border-radius: 8px;
}
.pws-advrt .section5 .ulSteps li .stepsWrapper.step1 figure {
    background-image: url(../img/pc/pws/consultation-steps.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
		height: 90px;
		width: 90px;
		float: left;
}
.pws-advrt .section5 .ulSteps li .stepsWrapper.step2 figure {
    background-image: url(../img/pc/pws/consultation-steps.png);
    background-position: -130px 0;
    background-repeat: no-repeat;
    background-size: cover;
		height: 90px;
		width: 90px;
		float: left;
}
.pws-advrt .section5 .ulSteps li .stepsWrapper.step3 figure {
    background-image: url(../img/pc/pws/consultation-steps.png);
    background-position: -260px 0;
    background-repeat: no-repeat;
    background-size: cover;
		height: 90px;
		width: 90px;
		float: left;
}
.pws-advrt .section5 .ulSteps li .stepsWrapper.step4 figure {
    background-image: url(../img/pc/pws/consultation-steps.png);
    background-position: -380px 0;
    background-repeat: no-repeat;
    background-size: cover;
		height: 90px;
		width: 90px;
		float: left;
}
.pws-advrt .section5 .ulSteps li .stepsWrapper.step5 figure {
    background-image: url(../img/pc/pws/consultation-steps.png);
    background-position: -510px 0;
    background-repeat: no-repeat;
    background-size: cover;
		height: 90px;
		width: 90px;
		float: left;
}
.pws-advrt .section5 .ulSteps li .stepsWrapper {
	clear: both;
	overflow: hidden;
	max-width: 400px;
	margin: 0 auto 40px;
}
.pws-advrt .section5 .ulSteps li .stepsWrapper p.green,
.pws-advrt .section5 .ulSteps li .stepsWrapper p.black,
.pws-advrt .section5 .ulSteps li .stepsWrapper p {
		display: inline-block;
		width: 63%;
		float: right;
		margin-left: 10px;
		text-align: left;
		font-size: 1.3rem;
}
.pws-advrt .section5 .ulSteps li::after {
    content: '';
    background-image: url(../img/pc/pws/consult-arrow.png);
    background-position: 0;
    background-repeat: no-repeat;
    background-size: cover;
    display: inline-block;
    height: 32px;
    width: 32px;
    position: absolute;
    bottom: -35px;
    right: 0;
	left: 0;
	margin: 0 auto;
	transform: rotate(90deg);
}
.pws-advrt .section5 a.btnG {
    background-image: url(../img/pc/pws/btnGreen.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: block;
    height: 70px;
    margin: 0 auto 80px;
    max-width: 510px;
	width: 90%;
	border-radius: 5px;
}
.pws-advrt .section5 a.btnG:hover {
    background-image: url(../img/pc/pws/btnGreen-hover.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: block;
    height: 70px;
    margin: 0 auto 80px;
    max-width: 510px;
		width: 90%;
}
.pws-advrt .disclaimer {
    color: #404b47;
    font-weight: 400;
		line-height: 1.5;
    margin: 0 auto 20px;
    max-width: 960px;
    text-align: left;
    width: 95%;

}
.pws-advrt .disclaimerWrapper p {
	float: right;font-size: 20px;line-height: 1.5;color: #000;
}
.pws-advrt .disclaimerWrapper .pageTop {
	color: #000;
	display: block !important;
	padding: 20px;
	text-align: center;
	background-color: #f6f6f6;
	width: 100%;
	text-decoration: none;
}
.pws-advrt .disclaimerWrapper .pageTop span {
    background-image: url(../img/pc/pws/pagetop.png);
    background-position: top left;
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    height: 15px;
		margin-right: 10px;
    width: 18px;
}
.pws-advrt .section7 .container .whiteBg .typeWrapper .lftWrapper .accordion.open {
	background-image: url(../img/sp/pws/accordion-expand.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	display: inline-block;
	height: 40px;
	width: 50px;
	position: absolute;
	right: 0;
	bottom: 20px;
}
.pws-advrt .section7 .container .whiteBg .typeWrapper .lftWrapper .accordion.close {
	background-image: url(../img/sp/pws/accordion-collapse.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	display: inline-block;
	height: 40px;
	width: 50px;
	position: absolute;
	right: 0;
	bottom: 20px;
}








@media screen and (min-width: 520px) and (max-width: 738px) {
		.pws-advrt .section5 .bannerWrapper .bannerText figure {
				background-position: 78% 0;
				width: 80%;
				margin: 0 auto;
		}
}
@media screen and (min-width: 600px) {


		.pws-advrt .sp_section2 ul {
			    display: inline-block;
			    float: left;
			    margin: 40px auto 20px;
			    padding: 0;
			    width: 50%;
			    text-align: center;
			    z-index: 1;
		}

		.pws-advrt .section7 .sect7Wrapper {
					margin: 0 20px;
		}
		.pws-advrt .container .section1 h1, .pws-advrt .section1 h1 { padding: 50px 0; }
		.pws-advrt .section4 ul.ulFeatures li div .li1_p_heading span { font-size: 60px; }
		.pws-advrt .section2 { padding: 0px; }
		.pws-advrt.pws2 .target-wrapper {
			height: 864px !important;
		}
		.pws-advrt.pws2 .sp_section2 .featuresPart ul {
			min-height: 500px !important;
		}
}

@media screen and (min-width: 750px) and (max-width: 767px) {
	.pws-insurance .insuranceText {
		color: #fff;
		font-size: 22px;
		line-height: 2.4;
		float: right;
		margin-right: 10px;
	}
	.pws-insurance .header_container_inner .pc_logo img {
		height: 36px;
		width: 114px;
	}
}

.pws-advrt .typeB-header {
	background-image: url('../img/sp/pws/sp-typeB-header.png');
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	display: inline-block;
	height: auto;
	margin: 0 auto;
	max-width: 713px;
	max-height: 424px;
	min-height: 280px;
	width: 100%;
}
.pws-advrt .sp_features {
	background-image: url('../img/sp/pws/sp-features-1.png');
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	display: inline-block;
	height: auto;
	margin: 0 auto;
	max-width: 670px;
	max-height: 590px;
	min-height: 350px;
	width: 100%;
}
.pws-advrt .sp-features-2 {
	background-image: url('../img/sp/pws/sp-features-2.png');
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	display: inline-block;
	height: auto;
	margin: 0 auto;
	max-width: 670px;
	max-height: 380px;
	min-height: 380px;
	width: 100%;
}

@media screen and (min-width: 320px) and (max-width: 420px) {
	.pws-advrt .typeB-header {
		min-height: 180px;
	}
	.pws-advrt .sp-features-2 {
		min-height: 220px;
	}
}
::-webkit-scrollbar {
    -webkit-appearance: none;
}
::-webkit-scrollbar:horizontal {
    height: 10px;
}
::-webkit-scrollbar:vertical {
    width: 0px;
}
::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, .5);
    border-radius: 5px;
    border: 2px solid #ffffff;
}
::-webkit-scrollbar-track {
    border-radius: 5px;
    background-color: #ffffff;
}



/*7.7.19*/
/*changes for PWS 2 page*/
.pws .header_container {
	background: #00a758;
	overflow: hidden;
}
.pws .insuranceText {
	text-align: right;
    color: #fff;
    float: right;
    padding-right: 5px;
	display: inline-block;
	font-size: 1.3rem;
    font-weight: bold;
    line-height: 1.5;
}
.pws .header_container_inner .pc_logo {
	display: inline-block;
	margin-top: 5px;
	float: left;
}
.pws .header_container_inner .pc_logo img {
	height: 36px;
	width: 114px;
}
.pws .footer_container {
		background-color: #00a758;
}
.pws .footer_container .largeText {
	font-size: 15px;
	line-height: 1.7;
}
.pws .footer_container .smallText {
	font-size: 13px;
	line-height: 1.91;
}
.pws-advrt.pws2, .pws-advrt.pws2 h1, .pws-advrt.pws2 h2, .pws-advrt.pws2 h3, .pws-advrt.pws2 h4 {
	color: #000;
	clear: both;
}
.pws-advrt.pws2 .sp_section2.typeB {
    background-color: #fff;
    background-image: url('../img/sp/pws2/typeB-banner.jpg');
    background-repeat: no-repeat;
    background-position: 85% -40px;
	background-position: 70% -88px;
    background-size: cover;
	height: 1150px;
    padding: 30px 0 0;
    position: relative;
    /* overflow: hidden; */
}
.pws-advrt.pws2 .code-banner {
	background-image: url('../img/sp/pws2/code-banner.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
	height: 60px;
	width: 100%;
	max-width: 750px;
}
.pws-advrt.pws2 .sp_section2 .mainA_logo1 {
	background-image: url('../img/sp/pws2/pws2-mainA-logo1.png');
	background-repeat: no-repeat;
	background-position: top;
	background-size: contain;
	height: 140px;
	max-width: 570px;
	width: 90%;
    margin: 0 auto 30px;
}
.pws-advrt.pws2 .sp_section2 .featuresPart {
	padding: 20px 10px 10px;
	background-color: rgba(255, 255, 255, 0.8);
	margin-top: 30px;
}
.pws-advrt.pws2 .sp_section2 .featuresPart h1 {
	margin: 0 auto;
	text-align: center;
	font-size: 2.4rem;
	font-weight: bold;
	line-height: 1.2;
	color: #000;
}
.pws-advrt.pws2 .sp_section2 .featuresPart h1 span {
	font-size: 3rem;
	line-height: 1.2;
	color: #00a758;
}
.pws-advrt.pws2 .sp_section2 .featuresPart h1 span.sm {
	font-size: 1.8rem;
	line-height: 1.2;
	color: #000;
}
.pws-advrt.pws2 .sp_section2 .featuresPart .typeB-content {
	background-image: url('../img/sp/pws2/pws2-mainB-content1.png');
	background-repeat: no-repeat;
	background-position: top;
	background-size: contain;
	height: 320px;
	margin-bottom: 30px;
	max-width: 688px;
}
.pws-advrt.pws2 .sp_section2 .featuresPart ul {
		float: none;
		margin: 0;
		padding: 0;
		width: 100%;
		background-image: url('../img/sp/pws2/account-type1.png');
		background-repeat: no-repeat;
		background-position: top;
		background-size: contain;
		max-width: 700px;
		min-height: 240px;
		max-height: 470px;
}
.pws-advrt.pws2 .sp_section2 .featuresPart ul li {
		display: none;
}
.pws-advrt.pws2 .sp_section2 .featuresPart ul li.part1 {
	background-image: url('../img/pc/pws2/pws2-main-part1.png');
	background-repeat: no-repeat;
	background-position: top;
	background-size: contain;
}
.pws-advrt.pws2 .sp_section2 .featuresPart ul li.part2 {
	background-image: url('../img/pc/pws2/pws2-main-part2.png');
	background-repeat: no-repeat;
	background-position: top;
	background-size: contain;
}
.pws-advrt.pws2 .sp_section2 .featuresPart ul li.part3 {
	background-image: url('../img/pc/pws2/pws2-main-part3.png');
	background-repeat: no-repeat;
	background-position: left;
	background-size: contain;
}
.pws-advrt.pws2 .sp_section2 .featuresPart ul li.part4 {
	background-image: url('../img/pc/pws2/pws2-main-part4.png');
	background-repeat: no-repeat;
	background-position: left;
	background-size: contain;
}
.pws-advrt.pws2 .sp_section2 .featuresPart p {
	font-size: 1rem;
	margin: 5px auto;
	line-height: 1.6;
	padding-left: 1.5em;
}
.pws-advrt.pws2 .sp_section2 .featuresPart p span,
.pws-advrt.pws2 .section2 .pws2-sect2 .graph1Txt span,
.pws-advrt.pws2 .section5 .topSection .disclaimer span,
.pws-advrt.pws2 .graph-wrapper p.disclaimer span,
.pws-advrt.pws2 .para-wrapper p.disclaimer span,
.pws-advrt.pws2 .white-bg-2 .disclaimer span,
.pws-advrt.pws2 .para-wrapper2 p.disclaimer span,
.pws-advrt.pws2 .section4 p.disclaimer span,
.pws-advrt.pws2 .disclaimerWrapper .disclaimer span,
.pws-advrt.pws2 .section2 .pws2-sect3 .icon-wrapper .icon-details1 .txt2 span {
	display: inline-block;
	margin-left: -1.5em;
	width: 1.5em;
	text-indent: 0;
}
.pws-advrt.pws2 .sp_section2 p.disclaimerTxt3,
.pws-advrt.pws2 .account-type-wrapper p.txt {
	color: #ef4851;
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 1.6;
	margin: 20px auto 10px;
	text-align: left;
	max-width: 580px;
	width: 92%;
}
.pws-advrt.pws2 .sp_section2 p.disclaimerTxt3 {
	margin: 15px auto 4%;
	width: 92%;
	text-align: left;
}
.pws-advrt.pws2 .sp_section2 p.disclaimerTxt3 a {
	color: #ef4851;
	text-decoration: underline;
}
.pws-advrt.pws2 .sectLogosBtn .paddingZr {
	padding: 0;
	text-align: center;
	margin: 0 auto;
}
.pws-advrt.pws2 .sectLogosBtn .sectLogosBtn_1 {
		background-image: url('../img/pc/pws2/mainA-btn1.png');
		background-repeat: no-repeat;
		background-position: top;
		display: block;
		background-size: contain;
		height: 125px;
		height: 90px;
		margin: 0 auto 20px;
		max-width: 470px;
}
.pws-advrt.pws2 .sectLogosBtn .sectLogosBtn_1:hover {
	background-image: url('../img/pc/pws2/mainA-btn1-hover.png');
	background-repeat: no-repeat;
}
.pws-advrt.pws2 .sectLogosBtn .sectLogosBtn_2 {
		background-image: url('../img/pc/pws2/mainA-btn2.png');
		background-repeat: no-repeat;
		background-position: top;
		background-size: contain;
		display: block;
		margin: 0 auto;
		height: 90px;
		max-width: 470px;
}
.pws-advrt.pws2 .sectLogosBtn .sectLogosBtn_2:hover {
	background-image: url('../img/pc/pws2/mainA-btn2-hover.png');
	background-repeat: no-repeat;
}
.pws-advrt.pws2 .section2 .row {margin: 0;}
.pws-advrt.pws2 .section2 .pws2-sect1 {
	/*background-image: url('../img/sp/pws2/bg-section2.png');*/
	background-repeat: no-repeat;
	background-position: 48%;
	/*height: 3400px;
	margin-bottom: -400px;*/
	margin: 20px auto 0;
	overflow: hidden;
}
.pws-advrt.pws2 .section2 .pws2-sect1 {
	/*background-repeat: no-repeat;
	background-position: top;
	background-size: cover;
	background-size: contain;
	height: 2010px;
	margin-bottom: -100px;*/
	background: #ececec;
	margin: 20px auto 0;
	overflow: hidden;
	padding-top: 20px;
}
.pws-advrt.pws2 .section2 .sct2Header {margin: 20px auto 0;}
.pws-advrt.pws2 .section2 .pws2-sect1 h1 {
	text-align: center;
	margin: 0 auto;
	border: 0;
	color: #000;
	font-size: 1.8rem;
    font-weight: bold;
	width: 100%;
	padding: 20px 4px 0;
}
.pws-advrt.pws2 .section2 .pws2-sect1 h1 span {
	font-size: 2.6rem;
}
.pws-advrt.pws2 .section2 .pws2-sect1 h3,
.pws-advrt.pws2 .section2 .pws2-sect2 h3,
.pws-advrt.pws2 .section2 .pws2-sect3 h3 {
	color: #000;
	font-size: 20px;
	font-weight: bold;
	line-height: 2.2;
	margin: 0 auto;
	text-align: center;
	border-bottom: 2px solid #ddd;
    padding-bottom: 20px;
	width: 90%;
}
.pws-advrt.pws2 .section2 .pws2-sect1 h3 {
	font-size: 1.1rem;
	margin: 2% auto 0;
	width: 100%;
	padding-bottom: 0;
}
.pws-advrt.pws2 .section2 .pws2-sect1  h3 span, .pws-advrt.pws2 .section2 .pws2-sect2 h3 span,
.pws-advrt.pws2 .section2 .pws2-sect2 h3 span {
	font-size: 1.4rem;
	line-height: 1.36;
}
.pws-advrt.pws2 .section2 .pws2-sect1  h3 span {
	font-size: 1.2rem;
}
.pws-advrt.pws2 .section2 .pws2-sect1 .pieChartWrapper {
		margin: 10px auto;
		overflow: hidden;
		text-align: center;
}
.pws-advrt.pws2 .section2 .pws2-sect1 .pieChartWrapper .chart2 {
	background-image: url('../img/sp/pws2/pws2-chart2.png');
	background-repeat: no-repeat;
	background-position: center;
	display: block;
	height: 230px;
	vertical-align: top;
	width: 90%;
	margin: 0 auto;
	max-width: 590px;
	background-size: contain;
}
.pws-advrt.pws2 .section2 .pws2-sect1 .pieChartWrapper .chart1 {
	background-image: url('../img/sp/pws2/pws2-chart1.png');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	display: block;
	margin: 0 auto;
	position: relative;
	min-height: 250px;
	vertical-align: top;
	width: 90%;
	max-width: 570px;
}
.pws-advrt.pws2 .section2 .pws2-sect1 .pieChartWrapper .chart1 span {
	display: none;
}
.pws-advrt.pws2 .section2 .pws2-sect1 .pieChartWrapper p {
	color: #000;
    font-size: 1rem;
    font-weight: normal;
    line-height: 1.3;
    float: none;
    width: 100%;
		margin: 10px auto 0;
    text-align: center;
}
.pws-advrt.pws2 .section2 .pws2-sect1 .pieChartWrapper p.txt {
	color: #000;
	text-align: left;
	font-size: 1.3rem;
	font-weight: bold;
	line-height: 1.6;
	margin: 4% auto 0;
}
.pws-advrt.pws2 .section2 .grey-divider {
	margin-top: 4%;
    padding: 4% 0 20%;
    background: #ececec url(../img/sp/pws2/grey-divider.png) no-repeat 50% 100%;
    background-size: 100% auto;
}
.pws-advrt.pws2 .section2 .pws2-sect2 {
	margin-top: 70px; margin-top: 0; padding-bottom: 40px;
	background: #f6f6f6;
}
.pws-advrt.pws2 .section2 .pws2-sect3 { background: #f6f6f6; }
.pws-advrt.pws2 .section2 .pws2-sect2 .graph1 {
	/* background: #fff;
	background-image: url('../img/sp/pws2/pws2-graph1.jpg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	height: 250px;
	max-width: 710px; */
	margin: 15px auto;
	text-align: center;
	/* width: 90%; */
}
.pws-advrt.pws2 .section2 .pws2-sect2 .graph1Txt {
	margin: 0 20px;
}
.pws-advrt.pws2 .section2 .pws2-sect3 .icon-wrapper {
		padding: 0 0 20px;
		margin: 10px auto 0;
		max-width: 840px;
}
.pws-advrt.pws2 .section2 .pws2-sect3 .icon-wrapper .icon-details {
	width: 95%;
	margin: 0 auto;
}
.pws-advrt.pws2 .section2 .pws2-sect3 .icon-wrapper .icon,
.pws-advrt.pws2 .section2 .pws2-sect3 .icon-wrapper .icon2 {
	width: 100%;
	margin: 0 auto;
}
.pws-advrt.pws2 .section2 .pws2-sect3 .icon-wrapper .icon-details,
.pws-advrt.pws2 .section2 .pws2-sect3 .icon-wrapper .icon,
.pws-advrt.pws2 .section2 .pws2-sect3 .icon-wrapper .icon2 {
		display: block;
}
.pws-advrt.pws2 .section2 .pws2-sect3 .icon-wrapper .icon-details1 .txt1,
.pws-advrt.pws2 .section2 .pws2-sect3 .icon-wrapper .icon-details2 .txt1 {
	color: #000;
	font-size: 1.3rem;
	font-weight: bold;
	line-height: 1.37;
	margin: 10px 0 0;
}
.pws-advrt.pws2 .section2 .pws2-sect3 .icon-wrapper .icon-details1 .txt2 {
	color: #000;
	font-size: 1rem;
	font-weight: normal;
	line-height: 1;
	margin-top: 0.5rem;
	margin-left: 1.5em;
}
.pws-advrt.pws2 .section2 .pws2-sect3 .icon-wrapper .icon-details1 div {
		background-image: url('../img/pc/pws2/pws2-header1.png');
		background-repeat: no-repeat;
		background-position: center;
		background-size: contain;
		height: 37px;
		width: 137px;
}
.pws-advrt.pws2 .section2 .pws2-sect3 .icon-wrapper .icon div {
		background-image: url('../img/sp/pws2/pws2-sect2-icon1.png');
		background-repeat: no-repeat;
		background-position: center;
		background-size: contain;
		height: 130px;
		width: 230px;
		margin: 10px auto;
}
.pws-advrt.pws2 .section2 .pws2-sect3 .icon-wrapper .icon-details2 div {
		background-image: url('../img/pc/pws2/pws2-header2.png');
		background-repeat: no-repeat;
		background-position: center;
		background-size: contain;
		height: 37px;
		width: 137px;
}
.pws-advrt.pws2 .section2 .pws2-sect3 .icon-wrapper .icon2 div {
		background-image: url('../img/sp/pws2/pws2-sect2-icon2.png');
		background-repeat: no-repeat;
		background-position: center;
		background-size: contain;
		margin: 0 auto 40px;
		height: 130px;
		width: 250px;
}
.pws-advrt.pws2 .section5.sect {
	background-color: #eaf9e4;
	position: relative;
	margin-top: 0;
	padding-top: 50px;
}
.pws-advrt.pws2 .section5 .section5-divider {
	background-image: url('../img/pc/pws2/section-divider.png');
	position: absolute;
    left: 0;
    right: 0;
    top: -55px;
}
.pws-advrt.pws2 .section5 .headerWrapper2 h3 {
	color: #000;
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 1.8;
	width: 94%;
	margin-top: 1rem;
}
.pws-advrt.pws2 .section5 .headerWrapper2 h3 span {
	color: #00a758;
	font-size: 2.4rem;
	font-weight: bold;
	line-height: 1.35;
}
.pws-advrt.pws2 .section5 .pws2-sect4-logo {
	background-image: url('../img/pc/pws2/pws2-sect-logo.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	margin: 0 auto;
	text-align: center;
	max-width: 330px;
	height: 100px;
    width: 90%;
}
.pws-advrt.pws2 .section5 .sect-wrapper {
	border: 2px solid #00a758;
	border-radius: 10px;
	margin: 0 14px 30px;
	overflow: hidden;
}
.pws-advrt.pws2 .section2 .sct2Header span,
.pws2 .pws2-sect1 h1 span,
.pws-advrt.pws2 .white-bg-wrapper h1 span,
.pws-advrt.pws2 .point-wrapper h2 span {
	color: #00a758;
}
.pws-advrt.pws2 .point-wrapper h2 span {
	font-size: 2.5rem;
}
.pws-advrt.pws2 .white-bg-wrapper.white-bg-2 .point-wrapper h2 span {
	display: inline-block;
}
.pws-advrt.pws2 .section5 .topSection {
	background-color: #fff;
	width: 100%;
	overflow: hidden;
	padding: 10px;
}
.pws-advrt.pws2 .section5 .topSection h4 {
	font-size: 2.5rem;
	color:  #00a758;
	font-weight: bold;
	text-align: center;
	line-height: 1.9;
}
.pws-advrt.pws2 .section5 .topSection ul {
	margin: 10px auto 20px;
	padding: 0;
	text-align: center;

}
.pws-advrt.pws2 .section5 .topSection ul li {
	display: block;
	position: relative;
	width: 100%;
	padding: 35px 0 0;
	vertical-align: top;
	clear: both;
}
.pws-advrt.pws2 .section5 .topSection ul li:last-child:after {
	content: '';
	background-image: none;
}
.pws-advrt.pws2 .section5 .topSection ul li:after {
	content: '';
	background-image: url(../img/sp/pws2/divider1.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	height: 41px;
	width: 100%;
	vertical-align: top;
	position: absolute;
	bottom: -40px;
	right: 0;
	display: inline-block;
}
.pws-advrt.pws2 .section5 .topSection ul li:first-child:after {
	content: '';
	/*background-image: none;*/
}
.pws-advrt.pws2 .section5 .topSection ul li:first-child {
	padding: 0;
}
.pws-advrt.pws2 .section5 .topSection ul li.pt1 .pointer,
.pws-advrt.pws2 .section5 .topSection ul li.pt2 .pointer,
.pws-advrt.pws2 .section5 .topSection ul li.pt3 .pointer {
	background-color: #00a758;
    border-radius: 50%;
    height: 28px;
    width: 28px;
    padding-top: 5px;
    color: #fff;
    font-size: 1.5rem;
    font-weight: normal;
    line-height: 1.3;
    text-align: center;
    display: inline-block;
	vertical-align: top;
    float: left;
	margin-top: 15px;
}
.pws-advrt.pws2 .section5 .topSection ul li .title {
	color: #000;
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 2;
	text-align: center;
	display: inline-block;
	vertical-align: top;
	margin-left: 5px;
	margin-top: 15px;
	float: left;
}
.pws-advrt.pws2 .section5 .topSection ul li .ptBg {
	min-height: 55px;
	float: right;
}
.pws-advrt.pws2 .section5 .topSection ul li.pt1 .ptBg {
	background-image: url('../img/pc/pws2/pws2-sect5-pt1.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	margin: 0 auto 10px;
	text-align: center;
	width: 115px;
}
.pws-advrt.pws2 .section5 .topSection ul li.pt2 .ptBg {
	background-image: url('../img/pc/pws2/pws2-sect5-pt2.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	margin: 0 auto 10px;
	text-align: center;
	width: 124px;
	height: 60px;
}
.pws-advrt.pws2 .section5 .topSection ul li.pt3 .ptBg {
	background-image: url('../img/pc/pws2/pws2-sect5-pt3.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	margin: 0 auto 10px;
	text-align: center;
	width: 95px;
	height: 60px;
}
.pws-advrt.pws2 .section5 .topSection ul li .bullet:before,
.pws-advrt.pws2 .account-type-wrapper p.bullet:before {
	content: '';
	background-image: url('../img/pc/pws2/bullet.png');
	background-repeat: no-repeat;
	background-position: left;
	background-size: cover;
	height: 20px;
	width: 22px;
	vertical-align: top;
	margin-left: -30px;
	margin-right: 5px;
	display: inline-block;
}
.pws-advrt.pws2 .section5 .topSection ul li .bullet,
.pws-advrt.pws2 .account-type-wrapper p.bullet {
	font-size: 1.3rem;
	font-weight: bold;
	line-height: 1.6;
	margin-left: 30px;
	margin-top: 15px;
	position: relative;
	text-align: left;
	clear: both;
}
.pws-advrt.pws2 .section5 .topSection ul li .bullet:before {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.pws-advrt.pws2 .account-type-wrapper p.bullet {
	margin-left: 14%;
}
.pws-advrt.pws2 .section5 .topSection ul li .bullet span {
	color: #00a758;
}
.pws-advrt.pws2 .section5 .topSection ul li .bullet span.star {
	font-size: 1.1rem;
	font-weight: normal;
	color: #000;
}
.pws-advrt.pws2 .section5 .topSection .disclaimer,
.pws-advrt.pws2 .graph-wrapper p.disclaimer,
.pws-advrt.pws2 .para-wrapper p.disclaimer,
.pws-advrt.pws2 .white-bg-2 .disclaimer {
	font-size: 1rem;
	text-align: left;
	margin: 9px 0 0;
	line-height: 1.6;
	font-weight: normal;
	clear: both;
	margin-left: 1.5em;
	padding: 0;
}
.pws-advrt.pws2 .para-wrapper p {
	font-size: 1.3rem;
    text-align: left;
    line-height: 1.6;
    font-weight: bold;
	margin: 10px 0;
}
.pws-advrt.pws2 .graph-wrapper p.disclaimer,
.pws-advrt.pws2 .para-wrapper2 p.disclaimer,
.pws-advrt.pws2 .target-wrapper .para-wrapper {
	max-width: 800px;
	margin: 0 auto 10px;
	padding: 0;
	font-size: 1rem;
	margin-left: 2em;
	width: 92%;
}
.pws-advrt.pws2 .para-wrapper2 {
	font-weight: bold;
}
.pws-advrt.pws2 .section5 .btmSection {
	background-color: #fdfbed;
	padding: 10px;
	overflow: hidden;
}
.pws-advrt.pws2 .section5 .btmSection ul {
	margin: 0 auto;
	text-align: center;
}
.pws-advrt.pws2 .section5 .btmSection ul li {
	display: block;
	width: 100%;
	vertical-align: top;
}
.pws-advrt.pws2 .section5 .btmSection ul li div {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.5;
	color: #fff;
	padding-top: 4px;
	text-align: center;
}
.pws-advrt.pws2 .section5 .btmSection ul li.lft div {
	background-image: url('../img/pc/pws2/sect5-btnGreen.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	margin: 0 auto;
	text-align: center;
	max-width: 400px;
	height: 35px;
}
.pws-advrt.pws2 .section5 .btmSection ul li.rgt div {
	background-image: url('../img/pc/pws2/sect5-btnRed.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	margin: 0 auto;
	text-align: center;
	max-width: 400px;
	height: 35px;
	margin-top: 10px;
}
.pws-advrt.pws2 .section5 .btmSection ul li p {
	color: #000;
	font-size: 1.3rem;
	font-weight: bold;
	line-height: 1.6;
	text-align: left;
	max-width: 400px;
}
.pws-advrt.pws2 .section5 .btmSection ul li.lft p span {
	color: #00a758;
}
.pws-advrt.pws2 .section5 .btmSection ul li.rgt p span {
	color: #ef4851;
}
.pws-advrt.pws2 .section5 .btmSection ul li a.link {
	background-image: url(../img/pc/pws2/sect5-link.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    cursor: pointer;
    display: block;
    float: right;
    position: relative;
    right: 5px;
    max-width: 292px;
    height: 38px;
    width: 71%;
}
.pws-advrt.pws2 .white-bg-wrapper {
	background-image: url('../img/sp/pws2/white-bg.png');
	background-repeat: no-repeat;
	background-position: 47% 0%;
	background-size: contain;
	/*height: 2480px;
	height: 2280px;*/
	margin: 0 auto 20px;
	padding-top: 8px;
	text-align: center;
}
.pws-advrt.pws2 .white-bg-2 {
	background-image: url('../img/sp/pws2/white-bg-2.png');
	background-repeat: no-repeat;
	background-position: top;
	background-size: cover;
	background-size: contain;
	/*height: 1360px;*/
	margin: 10px auto;
	text-align: center;
}
.pws-advrt.pws2 .white-bg-wrapper h1 {
	color: #000;
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 1;
}
.pws-advrt.pws2 .white-bg-wrapper h1 span {
	font-size: 2.2rem;
	font-weight: bold;
	line-height: 1;
}
.pws-advrt.pws2 .white-bg-wrapper h1 span.bullet {
	background-color: #00a758;
	border-radius: 50%;
	color: #fff;
	display: inline-block;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.2;
	height: 70px;
    padding-top: 14px;
    width: 70px;
}
.pws-advrt.pws2 .white-bg-2 h1 span.bullet {
	padding-top: 20px;
}
.pws-advrt.pws2 .point1_mark {
	color: #000;
    font-size: 22px;
    font-weight: 100;
    border-bottom: 3px solid #00a758;
    width: 27%;
    margin: 20px auto 0;
}
.pws-advrt.pws2 .point-wrapper h2 {
	margin: 10px auto;
	font-size: 2rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.4;
}
.pws-advrt.pws2 .point-wrapper .account-type-wrapper h3 {
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.5;
}
.pws-advrt.pws2 .point-wrapper hr {
	border-top: #ddd 1px solid;
	height: 0;
	margin: 4px auto;
	width: 90%;
}
.pws-advrt.pws2 .account-type-wrapper ul {
	padding: 0;
	max-width: 860px;
	width: 100%;
	margin: 0 auto;
	text-align: center;
	overflow: hidden;
}
.pws-advrt.pws2 .account-type-wrapper li {
	display: block;
	vertical-align: top;
	float: none;
	width: 95%;
	margin-bottom: 20px;
	margin: 0 auto;
}
.pws-advrt.pws2 .account-type-wrapper li.accTyp1 {
	background-image: url('../img/pc/pws2/accType1.png');
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	height: 90px;
	max-width: 320px;
	margin-bottom: 0;
}
.pws-advrt.pws2 .account-type-wrapper li.accTyp2 {
	background-image: url('../img/pc/pws2/accType2.png');
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	height: 100px;
	max-width: 320px;
}
.pws-advrt.pws2 .account-type-wrapper li.accTyp3 {
	background-image: url('../img/pc/pws2/accType3.png');
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	height: 90px;
	max-width: 320px;
}
.pws-advrt.pws2 .account-type-wrapper li.accTyp4 {
	background-image: url('../img/pc/pws2/accType4.png');
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	height: 90px;
	max-width: 320px;
}
.pws-advrt.pws2 .graph-wrapper {
	padding-bottom: 10px;
}
.pws-advrt.pws2 .graph-wrapper h3 {
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.5;
}
.pws-advrt.pws2 .graph-wrapper h3 span {
	font-size: 1.3rem;
	font-weight: bold;
	display: block;
	line-height: 1.5;
}
.pws-advrt.pws2 .graph-wrapper .graph1 {
	background-image: url('../img/sp/pws2/accTypeGraph1.jpg');
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	margin: 0 auto;
	height: 250px;
	max-width: 681px;
}
.pws-advrt.pws2 .graph-wrapper .graph2 {
	background-image: url('../img/sp/pws2/accTypeGraph2.jpg');
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	margin: 0 auto 10px;
	height: 320px;
	max-width: 696px;
	width: 96%;
}
.pws-advrt.pws2 .point-wrapper .graph3 {
	background-image: url('../img/pc/pws2/accTypeGraph3.png');
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	margin: 0 auto;
	height: 184px;
	max-width: 402px;
	float: none;
	width: 96%;
}
.pws-advrt.pws2 .row .para-wrapper.col-xs-12 {
	padding: 0 5px;
	margin-bottom: 0;
}
.pws-advrt.pws2 .point-wrapper .row {
	max-width: 860px;
	margin: 0 auto;
	text-align: center;
}
.pws-advrt.pws2 .para-wrapper2, .pws-advrt.pws2 .target-wrapper .para-wrapper {
	margin-top: 40px;
	text-align: left;
	width: 96%;
	font-size: 1.3rem;
	margin-left: 5px;
}
.pws-advrt.pws2 .white-bg-2 .para-wrapper {
	font-weight: bold;
}
.pws-advrt.pws2 .white-bg-2 .disclaimer {
	padding-top: 10px;
	margin: 0 auto;
	text-align: left;
	margin-left: 1.8em;
	width:  92%;
}
.pws-advrt.pws2 .white-bg-wrapper .point-wrapper,
.pws-advrt.pws2 .white-bg-2 .point-wrapper {
	background: #fff;
}
.pws-advrt.pws2 .graph4-wrapper {
	width: 100%;
	    height: auto;
	    overflow-x: scroll;
}
.pws-advrt.pws2 .point-wrapper .graph4 {
	/* background-image: url(../img/pc/pws2/accTypeGraph4.jpg);
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	margin: 0 auto;
	height: 300px;
	max-width: 850px;
	width: 700px; */
  width: 700px;
}
.pws-advrt.pws2 .point-wrapper .delivery {
	background-image: url('../img/pc/pws2/delivery.jpg');
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	display: block;
	margin: 0 auto;
	height: 157px;
	max-width: 429px;
	float: none;
	width: 96%;
}
.pws-advrt.pws2 .sectLogosBtn {
	margin: 0 auto 20px;
}
.pws-advrt.pws2 .section5.section2 .sectLogosBtn {
	margin: 30px 0;
}
.pws-advrt.pws2 .sectTarget {
	background-color: #fdfbed;
	padding: 15px 0;
}
.pws-advrt.pws2 .target-wrapper {
	background-image: url('../img/pc/pws2/point-mark2.png');
	height: 860px;
	max-width: 960px;
	background-position: top;
	background-size: cover;
	background-repeat: no-repeat;
	margin: 0 auto 30px;
	overflow: hidden;
	position: relative;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	border-radius: 10px;
	border-left: 2px solid #ef4851;
	border-right: 2px solid #ef4851;
	padding: 0;
}
.pws-advrt.pws2 .target-wrapper .graph5 {
	/* background-image: url('../img/pc/pws2/accTypeGraph5.jpg');
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	margin: 0 auto;
	height: 250px;
	width: 600px; */
	width: 600px;
}
.pws-advrt.pws2 .target-wrapper .point-mark {
	color: #fff;
	font-size: 2.1rem;
	line-height: 1.3;
	font-weight: bold;
	margin: 0 auto;
	position: absolute;
	top: 15px;
	left: 45%;
	margin-left: -50px;
	right: 0;
}
.pws-advrt.pws2 .target-wrapper h1 {
	font-size: 1.3em;
	line-height: 2.1;
	font-weight: bold;
	margin: 70px auto 0;
	max-width: 300px;
	text-align: center;
	width: 86%;
}
.pws-advrt.pws2 .target-wrapper h1 span {
	color: #ef4851;
	font-size: 1.8em;
	line-height: 1.61;
	font-weight: bold;
	position: relative;
}
.pws-advrt.pws2 .target-wrapper h1 span.image {
	background-image: url('../img/sp/pws2/contract-img.png');
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	display: inline-block;
	width: 52px;
	height: 45px;
	margin-left: -30px;

	/*position: absolute;
	top: 65px;
	width: 103px;
	width: 60px;
	height: 45px;
	left: 0;
    bottom: 0;*/
}
.pws-advrt.pws2 .target-wrapper .para-wrapper {
	margin-top: 10px;
	max-width: 843px;
}
.pws-advrt.pws2 .target-wrapper .para-wrapper p {
	font-weight: bold;
}
.pws-advrt.pws2 .target-wrapper .para-wrapper .disclaimer {
	font-weight: normal;
	margin: 0;
	margin-left: 1.5em;
	padding: 0;
}
.pws-advrt.pws2 .target-wrapper .btmSection {
	background-color: #fbf2f3;
	height: 160px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	width: 99%;
	margin: 0 auto;
	overflow: hidden;
	text-align: center;
	position: absolute;
	bottom: 5px;
	right: 0;
	left: 0;
}
.pws-advrt.pws2 .target-wrapper a.btnContract {
		background-image: url('../img/sp/pws2/btnContract.png');
		background-position: center;
		background-size: contain;
		background-repeat: no-repeat;
		display: block;
		margin: 20px auto;
		max-width: 520px;
		height: 35px;
		width: 96%;
}
.pws-advrt.pws2 .target-wrapper p {
	font-size: 1.3rem;
	line-height: 1.6;
	font-weight: bold;
	margin: 0 auto 0;
}
.pws-advrt.pws2 .section5.sectInsurance {
	padding-top: 30px;
	padding-bottom: 20px;
	background-color: #eaf9e4;
}
.pws-advrt.pws2 .section5.sectInsurance .header {
	background-image: url('../img/sp/pws2/sect-insurance-header.png');
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	margin: 0 auto 20px;
	text-align: center;
	max-width: 679px;
	height: 86px;
}
.pws-advrt.pws2 .section5.sectInsurance .wrapper {
	border: 2px solid #00a758;
	border-radius: 10px;
	background: #fff;
	padding: 20px 5px 0;
	text-align: center;
}
.pws-advrt.pws2 .section5.sectInsurance .wrapper h1 {
	font-size: 1.5rem;
	line-height: 1.5;
	font-weight: bold;
	margin: 20px auto 0;
	text-align: center;
	width: 60%;
	max-width: 165px;
}
.pws-advrt.pws2 .section5.sectInsurance .wrapper h1 span {
	font-size: 1.5rem;
	line-height: 1.5;
	color: #00a758;
}
.pws-advrt.pws2 .section5.sectInsurance .wrapper .image {
	background-image: url('../img/pc/pws2/sect6-logo.png');
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	margin: 0 auto 20px;
	text-align: center;
	width: 228px;
	height: 145px;
	display: block;
}
.pws-advrt.pws2 .section5.sectInsurance .wrapper .ulWrapper {
	margin-top: 30px;
	overflow: hidden;
}
.pws-advrt.pws2 .section5.sectInsurance .wrapper .ulTypeFeatures {
	display: inline-block;
	margin: 0 auto;
	max-width: 450px;
}
.pws-advrt.pws2 .section5.sectInsurance .wrapper .link {
	margin: 20px auto;
	text-align: center;
	color: #ef4851;
	text-decoration: underline;
	font-size: 1.3rem;
	font-weight: bold;
	display: inline-block;
}
.pws-advrt.pws2 .section5 a.btn {
	background-color: none !important;
}
.pws-advrt.pws2 .section5.sectInsurance .wrapper a.btn {
	background-image: url('../img/pc/pws2/sect-insurance-btn.png') !important;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	display: block;
	margin: 0 auto 20px;
	text-align: center;
	max-width: 600px;
	height: 90px;
}
.pws-advrt.pws2 .section5.sectInsurance .wrapper a.btn:hover {
	background-image: url('../img/pc/pws2/sect-insurance-btn-hover.png') !important;
	background-repeat: no-repeat;
}
.pws-advrt.pws2 .section4 ul.ulFeatures li,
.pws-advrt.pws2 .section4 ul.ulFeatures2 li div {
	border: 2px solid #00a758;
}
.pws-advrt.pws2 .section4.whyThisInsurance h2,
.pws-advrt.pws2 .section4 ul.ulFeatures li div .li1_p_heading,
.pws-advrt.pws2 .section4 ul.ulFeatures li div .li2_p_heading,
.pws-advrt.pws2 .section4 ul.ulFeatures2 li div span,
.pws-advrt.pws2 .section4 div.divFeatureWrapper h3 span,
.pws-advrt.pws2 .section5 .bannerWrapper .bannerText h3,
.pws-advrt.pws2 .section5 .divWrapper h3,
.pws-advrt.pws2 .section5 .divWrapper h4,
.pws-advrt.pws2 .section5 .ulSteps li .stepsWrapper p.green,
.pws-advrt.pws2 .stepsWrapper.step1 p a {
	color: #00a758;
}
.pws-advrt .section5 .divWrapper hr, .pws-advrt .section5 .bannerWrapper hr {
	border: 1px solid #00a758;
	background: #00a758;
	margin: 10px auto;
}
.pws-advrt.pws2 .section4 ul.ulFeatures li div .li3_bg {
	background-image: url('../img/pc/pws2/feature3.png');
}
.pws-advrt.pws2 .section4 ul.ulFeatures li .li4_bg {
	background-image: url('../img/pc/pws2/feature4.png');
}
.pws-advrt.pws2 .section4 {
	padding-bottom: 100px;
}
.pws-advrt.pws2 .consultation .section5.section2,
.pws-advrt.pws2 .consultation .section5.section2 .bannerWrapper2 {
  position: none !important;
}
.pws-advrt.pws2 .section5 .bannerWrapper .bannerText span {
	background-image: url('../img/pc/pws2/consultation-popup.png');
}
.pws-advrt.pws2 .section5 a.btnG {
	background-image: url('../img/pc/pws2/btnConsultation.png');
	background-size: contain;
	margin: 0 auto 20px;
	max-width: 600px;
	border-radius: 10px;
	height: 60px;
}
.pws-advrt.pws2 .disclaimer {
	margin: 0 auto 5px;
	color: #000;
}
.pws-advrt.pws2 .disclaimerWrapper .disclaimer {
	font-size: 1.4rem;
	padding: 5px 0;
}
.pws-advrt.pws2 .disclaimerWrapper .disclaimer.wd {
	width: 92%;
	margin-left: 1.8em;
}
.pws-advrt.pws2 .disclaimerWrapper p {
	margin-top: 0;
	font-size: 1rem;
}
.pws-advrt.pws2, .pws-advrt.pws2 h1,
.pws-advrt.pws2 h2, .pws-advrt.pws2 h3,
.pws-advrt.pws2 h4 {
    color: #000;
    clear: both;
}
.pws2 .container.sp_paddingZr {
	padding: 0;
	margin-top: -10px;
}

.pws-advrt.pws2 .section4.whyThisInsurance h2 {
	font-size: 2.5rem;
	text-align: center;
}
.pws-advrt.pws2 .section4 .bannerWrapper .bannerText,
.pws-advrt.pws2 .section4 .bannerWrapper .bannerText h3 {
	font-size: 1.5rem;
	font-weight: bold;
}
.pws-advrt.pws2 .sp_features {
	background-image: url('../img/sp/pws2/sp-features-1-1.png');
	background-position: 0px;
	background-repeat: no-repeat;
	background-size: cover;
	display: block;
	height: auto;
	margin: 0 auto;
	max-width: 290px;
	min-height: 122px;
	width: 100%;
}
.pws-advrt.pws2 .sp_features-1 {
	background-image: url('../img/sp/pws2/sp-features-1-1.png');
	background-position: -299px;
	background-repeat: no-repeat;
	background-size: cover;
	display: block;
	height: auto;
	margin: 10px auto;
	max-width: 290px;
	min-height: 122px;
	width: 100%;
}
.pws-advrt.pws2 .section4.whyThisInsurance .ulFeatures_subtxt {
	font-size: 1.5rem;
	padding: 0;
	margin: 0 0 5px;
}
.pws-advrt .sp-features-2, .pws-advrt.pws2 .sp-features-2-2 {
    background-image: url(../img/sp/pws2/sp-features-2.png);
    background-position: 0px;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    height: auto;
    margin: 0 auto;
    max-width: 290px;
    min-height: 80px;
    width: 100%;
}
.pws-advrt.pws2 .sp-features-2-2 {
	background-position: -296px;
	margin-top: 20px;
}
.pws-advrt.pws2 .section4 p.disclaimer {
	font-size: 1em;
	line-height: 1.5;
	margin: 5px auto 5px;
	margin-left: 1.5em;
	padding: 0;
	width: 96%;
}
.pws-advrt.pws2 .section4 div.divFeatureWrapper h3 {
	font-size: 1.5rem;
	text-align: center;
	margin: 10px auto;
	padding: 20px 0;
}
.pws-advrt.pws2 .section4 div.divFeatureWrapper h3 span { font-size: 1.3em; }
.pws-advrt.pws2 .section4 div.divFeatureWrapper figure.rating_benchmark { margin: 10px auto; }
.pws-advrt.pws2 .section4 div.divFeatureWrapper p {
	font-size: 1.3rem;
	margin: 5px auto;
	width: 94%;
}
.pws-advrt.pws2 .section4.section2.whyThisInsurance { padding-bottom: 0; }
.pws-advrt.pws2 .section5 .ulSteps li::after {
	background-image: url(../img/sp/pws2/consult-arrow.png);
	background-size: contain;
	transform: rotate(360deg);
}
.pws-advrt.pws2 .section5 .ulSteps li:last-child::after {
	content: '';
	background: none;
}
.pws-advrt.pws2 .section5 .divWrapper .lftPanel3 {
	padding: 0;
	font-size: 1.3rem;
}
.pws-advrt.pws2 .sp_section2 .row,
.pws-advrt.pws2 .section5.section2 .sectLogosBtn {
    margin: 0 auto;
    width: 90%;
}
.pws-advrt.pws2 .section5.section2 .sectLogosBtn { margin-bottom: 30px; }
.pws-advrt.pws2 .sect .container { padding: 0; }
.padBtm20 { padding-bottom: 20px; }
@media screen and (min-width: 360px) {
	.pws-advrt.pws2 .section2 .pws2-sect1 .pieChartWrapper,
	.pws-advrt.pws2 .section2 .pws2-sect1 .pws2-sect2 {	padding: 0 20px; }
	.pws-advrt.pws2 .section5 .section5-divider { top: -65px; }
	.pws-advrt.pws2 .white-bg-2,
	.pws-advrt.pws2 .white-bg-wrapper {
		background-size: cover;
	}
	.pws-advrt.pws2 .section2 .pws2-sect1 .pieChartWrapper .chart1 { height: 310px; }
	.pws-advrt.pws2 .section2 .pws2-sect1 .pieChartWrapper .chart2 { height: 280px; }
	.pws-advrt.pws2 .sp_section2.typeB { height: 1100px; }
	.pws-advrt.pws2 .sp_section2 .featuresPart { margin-top: 50px; }
}
@media screen and (min-width: 400px) {
	.pws-advrt .section5 .bannerWrapper .bannerText figure { height: 350px;	}
	.pws-advrt.pws2 .sp_section2 .featuresPart { margin-top: 80px; }
}
@media screen and (min-width: 420px) {
	.pws-advrt.pws2 .sp_section2 .featuresPart ul {	min-height: 310px; }
	.pws-advrt.pws2 .sp_section2 .featuresPart { margin-top: 60px; }
	.pws-advrt.pws2 .sp_section2 { background-position: 85% -80px; }
	.pws-advrt.pws2 .section2 .pws2-sect1 .pieChartWrapper .chart1 {
		height: 390px;
		margin-top: 30px;
	}
	.pws-advrt.pws2 .section2 .pws2-sect1 .pieChartWrapper .chart2 {
		height: 360px;
		margin-top: 30px;
	}
	.pws-advrt.pws2 .target-wrapper { height: 894px; }
	.pws2 .container.sp_paddingZr {	margin-top: 20px; }
	.pws-advrt.pws2 .graph-wrapper .graph1 { height: 330px;	}
	.pws-advrt.pws2 .graph-wrapper .graph2 { height: 370px;	}
	.pws-advrt.pws2 .target-wrapper .graph5 { height: 350px; }
	.pws-advrt.pws2 .point-wrapper .graph3 { height: 230px; }
	.pws-advrt.pws2 .sp_section2.typeB { background-position: 85% -60px; }
}
@media screen and (min-width: 520px) {
	.pws-advrt.pws2 .sp_section2 .featuresPart ul {	min-height: 450px; }
	.pws-advrt.pws2 .sp_section2 .mainA_logo1 {	height: 190px; }
	.pws-advrt.pws2 .sp_section2 {
		height: 1200px;
	}
	.pws-advrt.pws2 .sectLogosBtn .sectLogosBtn_1,
	.pws-advrt.pws2 .sectLogosBtn .sectLogosBtn_2 {	height: 125px;	}
	.pws-advrt.pws2 .section2 .pws2-sect2 .graph1 {	height: 350px;	}
	.pws-advrt.pws2 .section5 .headerWrapper2 {	margin-top: 30px; }
	.pws-advrt.pws2 .white-bg-2 {
		background-size: cover;
		overflow: hidden;
		padding: 10px 5px 0;
	}
	.pws-advrt.pws2 .sp_section2.typeB {
		height: 1180px;
		background-position: 85% -80px;
	}
	.pws-advrt.pws2 .sp_section2.typeB .featuresPart p {
		font-size: 1.3rem;
	}
	.pws-advrt.pws2 .sp_section2.typeB p.disclaimerTxt3 {
		font-size: 1.3rem;
	}
	.pws-advrt.pws2 .point-wrapper .delivery { height: 250px; }
	.pws-advrt.pws2 .section4 div.divFeatureWrapper figure.rating_benchmark { height: 240px; }
	.pws-advrt.pws2 .sp_features, .pws-advrt.pws2 .sp_features-1 { height: 150px; max-width: 350px; }
	.pws-advrt.pws2 .sp_features-1 {
		background-position: -368px;
	}
	.pws-advrt.pws2 .sp-features-2-2 { background-position: -440px; }
	.pws-advrt .sp-features-2, .pws-advrt.pws2 .sp-features-2-2 {
		max-width: 440px;
		min-height: 120px;
	}
}
@media screen and (min-width: 600px) {
	.pws-advrt.pws2 .sp_section2 {
		background-position: 85% -120px;
		height: 1290px;
	}
	.pws-advrt.pws2 .sp_section2 { height: 1290px;	}
	.pws-advrt.pws2 .section2 .pws2-sect2 .graph1 {	height: 350px; }
	.pws-advrt .section5 .bannerWrapper .bannerText figure {
		height: 400px;
		background-position: 70% 0;
	}
	.pws-advrt.pws2 .point1_mark { margin: 15px auto; }
	.pws-advrt.pws2 .sp_section2.typeB { height: 1200px; }
	.pws-advrt.pws2 .sp_section2 .featuresPart { margin-top: 80px; }
}

@media screen and (min-width: 390px) and (max-width: 736px) {
.pws2 .container.sp_padding75 {
	padding: 0;
	margin-top: 75px;
}