/* For modern browsers */
.clearfix:before,
.clearfix:after {
	content:"";
	display:table;
}

.clearfix:after {
	clear:both;
}

/* For IE 6/7 (trigger hasLayout) */
.clearfix {
	zoom:1;
}


body {
	background: #e0f8e9;
	color: #434343;

	min-width: 1000px;
}
.wrapper {
	box-sizing: border-box;
	width: 1000px;
	margin: 0 auto;
}
.img-container {
	text-align: center;
}
.img-container img {
	vertical-align: middle;
}

.header {
	background: #41b0f2;
}
.header .wrapper {
	background: url('/lp/common/sales_support/img/topbg.jpg') no-repeat -140px bottom;
	width: 1000px;
	height: 340px;
}
.header .header-comment {
	margin-top: 30px;
	color: #fff;
	font-size: 32px;
	font-weight: bold;
	text-shadow: 2px 2px 2px #334f8c;
}

h1 {
	background: #00236f;
	color: #fff;
	height: 40px;
	font-size: 16px;
	margin: 0;
}

h1 .wrapper {
	padding-top: 7.5px;
}

.top_text {
	margin: 60px 0 0;
}
.top_text3 {
	margin: 0 0 20px;
}
p {
	font-size: 20px;
}

.section1 {
	background: #e4eeff;
	padding: 50px 0 20px;
}
.section1 .wrapper, .section2 .wrapper, .section3 .wrapper, .section4 .wrapper {
	background: #fff;
	margin-bottom: 40px;
	padding: 20px 20px 50px;
}

h2 {
	border-bottom: 5px #00236f solid;
	color: #00236f;
	font-size: 36px;
	margin-top: 0;
}

.section1 .wrapper:first-child {
	padding-bottom: 20px;
}

.lead_container .lead {
	float: left;
	width: 70%;
}
.lead_container .lead p:first-child {
	margin-top: 0;
}
.lead_container .lead p:last-child {
	margin-bottom: 0;
}

.lead_container .img {
	float: left;
	text-align: right;
	width: 30%;
}

.problem {
	list-style: none;
	margin: 0 auto;
	padding: 0;
}
.problem li {
	margin-bottom: 10px;
	position: relative;
}
.problem_title {
	background: #334f8c;
	border-radius: 5px;
	color: #fff;
	font-size: 36px;
	font-weight: bold;
	padding: 2px 7px;
}
.problem li .problem_title {
	position: absolute;
}
.problem_content p {
	border: 3px #334f8c solid;
	border-radius: 5px;
	box-sizing: border-box;
	font-size: 36px;
	font-weight: bold;
	float: left;
	height: 220px;
	margin: 20px 20px 0 20px;
	padding: 50px 40px 0 60px;
	width: 65%;
}
.problem3 .problem_content p {
	padding-top: 30px;
}
.icon-container {
	border: 3px #334f8c solid;
	border-radius: 5px;
	box-sizing: border-box;
	float: left;
	height: 220px;
	line-height: 0;
	margin-top: 20px;
	padding-top: 5px;
	text-align: center;
	width: 30%;
}
.problem2 .icon-container, .problem3 .icon-container {
	padding-top: 10px;
}
.icon-container img {
	margin: 0;
	padding: 0;
}
.icon-container a {
	display: block;
	margin: 0;
	padding: 0;
}

.problem1 p, .problem1 .icon-container {
	background: #fffce6;
}
.problem2 p, .problem2 .icon-container {
	background: #e6ffce;
}
.problem3 p, .problem3 .icon-container {
	background: #e1f7ff;
}

.triangle {
	box-sizing: border-box;
	background: url('/lp/common/sales_support/img/triangle_big_yellow.png') no-repeat center;
	font-size: 40px;
	font-weight: bold;
	margin: 20px auto;
	padding: 20px 0;
	text-align: center;
	height: 100px;
	width: 1000px;
}

.section2 {
	background: #fffce6;
	padding: 50px 0;
}

.problem_solution .problem_title {
	display: inline;
}
.problem_solution span {
	border-bottom: 1px #ffb500 solid;
	display: inline-block;
	font-size: 30px;
	margin-left: 20px;
	width: 820px;
}
h3 {
	font-size: 40px;
	text-align: center;
	margin: 0 auto 10px;
}

.about {
	font-size: 26px;
	font-weight: bold;
	margin: 20px 12px;
}
.about .title {
	color: #dd4343;
	display: block;
	font-size: 30px;
}
.levelup {
	background: #e1f7ff;
	border: 3px #334f8c solid;
	border-radius: 5px;
	margin-top: 20px;
}
.levelup_img, .levelup_text {
	float: left;
	padding: 5px 0;
	width: 50%;
}
.levelup_img {
	text-align: center;
}

.levelup_text {
	font-size: 34px;
	font-weight: bold;
	margin-top: 50px;
}

.cv_before {
	font-size: 30px;
	font-weight: bold;
	margin: 10px auto;
	text-align: center;
}
.cv_before .red {
	color: #dd4343;
	font-size: 42px;
}
.cv_before_triangle {
	margin: 0 auto 20px;
}

.cv-area-container {
	background: #fff;
	border: 3px #f2523d solid;
	box-sizing: border-box;
	margin: 0 auto;
	width: 1000px;
}
.cv-area-left {
	float: left;
	padding-top: 30px;
	width: 427px;
}

.head {
	border-bottom: 1px solid #777;
	text-align: center;
	font-size: 32px;
	font-weight: bold;
	height: 50px;
	margin: 0 0 0 20px;
	vertical-align: top;
	padding-left: 20px;
}

.head span {
	vertical-align: top;
}
.merit-list {
	margin: 20px 0;
	padding-left: 0;
}
.merit-list li {
	font-size: 20px;
	margin: 0 0 20px 50px;
	list-style-position: inside;
}

.cv-area {
	float: left;
	width: 567px;
	text-align: center;
}
.itlogo {
	font-size: 22px;
	font-weight: bold;
	margin: 30px auto 10px;
}
.cv-area .itlogo .logo {
	margin-right: 10px;
}
.cv-area table {
	margin: 0 auto;
	width: 80%;
}

.cv-area table td {
	background: #fff;
	border: 2px #bfbfbf solid;
	padding: 3px;
	width: 20%;
}
.cv-area table td img {
	width: 100%;
	vertical-align: middle;
}
.cv-area .cv-button-container {
	text-align: center;
	margin: 10px auto 30px;
}

.section3 {
	background: #e6ffce;
	padding: 50px 0;
}

.section4 {
	background: #e4eeff;
	padding: 50px 0 100px;
}
.section4 .problem_solution span {
	font-size: 24px;
}
.section4 .levelup_img {
	width: 45%;
}
.section4 .levelup_text {
	width: 55%;
}
.section4 .cv-area-left, .section4 .cv-area {
	width: 50%;
}
.section4 .cv-area table td {
	width: 33.3%;
}

.footer {
	background: #00236f;
	color: #fff;
	height: 45px;
	font-size: 11px;
	font-weight: bold;
	margin: 0;
}
p.copy {
	display: inline;
	font-size: 11px;
	margin-left: 200px;
}
.footer .wrapper {
	padding-top: 15px;
}
.footer ul {
	display: inline;
	list-style: none;
}
.footer ul li {
	float: left;
	padding-left: 10px;
}
.footer ul li a {
	color: #fff;
	text-decoration: none;
}
.back_to {
	position: fixed;
	bottom: 70px;
	right: 70px;
	display: none;
}

.concierge-container {
    box-sizing: border-box;
    font-weight: bold;
    margin: 0 auto;
    padding: 20px 0;
    text-align: center;
    width: 1000px;
}

.concierge-container .concierge-content {
	font-size: 20px;
}
.concierge-container .tel .tel-number {
	font-size: 48px;
	color: #ff9900;

}
.concierge-container .tel .tel-text .material-icons {
	font-size: 48px;
	vertical-align: sub;
}
.concierge-container .concierge-text {
	font-size: 24px;
}

.cv-button-container .cv-button {
	display: inline-block;
	font-size: 28px;
	font-weight: bold;
	text-decoration: none;
	width: 60%;
	background-color: #ff9900;
	color: #fff;
	height: 80px;
	line-height: 80px;
	border-radius: 8px;
	margin: 30px auto;
}

.cv-button-container {
	text-align: center;
}

.cv-button-container .cv-button:hover {
    opacity: .7;
    color: #fff;
    text-decoration: none;
}

.or-text {
	text-align: center;
	font-size: 24px;
	font-weight: bold;
}
