@charset "utf-8";

@media screen and (min-width: 769px) {

html, body {
	width: 100%;
	height: 100%;
	background: #fff;
	color: #000;
}

/* -----------------------------------------------------------------------------

	common
  
----------------------------------------------------------------------------- */

.sp {
	display: none !important;
}
.alphaOver a:hover img {
	opacity:0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
}
section {
	padding: 70px 0;
	min-width: 1000px;
}
.inner {
	max-width: 960px;
	margin: 0 auto;
}
h2 {
	font-size: 30px;
	text-align: center;
	letter-spacing: 0.05em;
	margin-bottom: 55px;
}
h2:before {
	content: "";
	display: block;
	width: 100%;
	height: 55px;
	background-size: auto 55px;
	background-repeat: no-repeat;
	background-position: center top;
	margin-bottom: 25px;
}
h2 span {
	display: block;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	color: #00a03c;
	margin: 0 0 10px;
	line-height: 1.6;
}
h2 + p {
	display: block;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	color: #00a03c;
	margin: -15px 0 45px;
	line-height: 1.6;
}
figure {
    line-height: 0;
}
p.pageTop {
	display: none;
	position: fixed;
	bottom: 20px;
	right: 20px;
	width: 50px;
	cursor: pointer;
}
p.pageTop:hover {
	opacity:0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
}
p.pageTop img {
	width: 100%;
}
#main {
	padding-top: 80px;
}

/* -----------------------------------------------------------------------------

	conversion
  
----------------------------------------------------------------------------- */
.conversion {
	min-width: 1000px;
	width: 100%;
	height: 420px;
	padding-top: 120px;
	box-sizing: border-box;
	text-align: center;
	background: url(../img/bg_conversion.jpg) no-repeat center top;
}
.conversion p {
	width: 100%;
	position: relative;
	font-size: 30px;
	letter-spacing: 0.05em;
	margin-bottom: 30px;
}
.conversion p b {
	font-size: 40px;
}
.conversion p span {
	display: block;
	font-size: 16px;
	color: #fff;
	font-weight: bold;
	position: absolute;
	top: -60px;
	right: 182px;
	background: #e90000;
	padding: 14px 12px;
	border-radius: 30px;
}
.conversion.top p span {
	right: 312px;
}
.conversion p span:after {
	content:"";
	width:28px;
	height:16px;
	background:url(../img/parts_pop.png) no-repeat 0 0;
	position:absolute;
	bottom: -13px;
	right: 14px;
}
.conversion.top p span:after {
	right: 95px;
}
.conversion .btn a,
.conversion .btn a img {
	display:block;

}

/* -----------------------------------------------------------------------------

	header
  
----------------------------------------------------------------------------- */
header {
	background: #fff;
	position: fixed;
	width: 100%;
	height: 80px;
	top: 0;
	z-index: 9999;
}
header .inner {
	position: relative;
}
header p.logo {
	position: absolute;
	top: 15px;
	left: 0;
}
header p.logo img {
	margin-right: 12px;
	width: auto;
	height: 54px;
}
header p.btn {
	position: absolute;
	top: 12px;
	right: 5px;
}
header p.btn a,
header p.btn a img {
	display:block;
}

/* -----------------------------------------------------------------------------

	mv
  
----------------------------------------------------------------------------- */
#mv {
	padding: 0;
}
#mv .mainContents {
	background: url(../img/mv.jpg) no-repeat center top;
}
#mv .mainContents .inner {
	position: relative;
	height: 620px;
}
#mv .mainContents h1 {
	position: absolute;
	top: 45px;
	left: 60px;
}
#mv .mainContents p {
	text-align: center;
	padding-top: 480px;
	position: relative;
}
#mv .mainContents p span {
	position: absolute;
	top: 365px;
	left: 127px;
}
#mv .mainContents p span img {
	width: 140px;
	height: auto;
}
	

/* -----------------------------------------------------------------------------

	lead
  
----------------------------------------------------------------------------- */



#lead {
	background: url(../img/bg_lead.gif) repeat left top;
	padding: 50px 0 40px;
}
#lead h2 {
	margin-bottom: 0;
}
#lead h2 img {
	vertical-align: bottom;
}
#lead h2:before {
	content: none;
}
#lead h2 + ul > li {
	border: 3px solid #2e6ec5;
	width: 460px;
	float: left;
	border-radius: 8px;
	box-sizing: border-box;
	margin-left: 40px;
	background: #fff;
	position: relative;
}
#lead h2 + ul > li h3 {
	background: #2e6ec5;
	padding: 40px 0 0;
	text-align: center;
	color: #fff;
	font-size: 26px;
	position: relative;
	height: 100px;
	box-sizing: border-box;
}
#lead h2 + ul > li h3 span {
	display: block;
	font-size: 14px;
	margin: 5px 0 0;
}
#lead h2 + ul > li h3:before {
	content: "";
	background: url(../img/icon_leader02.png) no-repeat;
	position: absolute;
	top: -35px;
	left: 50%;
	margin-left: -35px;
	background-size: 70px auto;
	width: 70px;
	height: 70px;
}
#lead h2 + ul > li> p {
	text-align :center;
	padding :25px 20px 20px;
}
#lead h2 + ul > li p img {
	width: 100%;
	height: auto;
}
#lead h2 + ul > li p span {
	font-size: 9px;
	text-align: left;
	display: block;
	line-height: 1.2;
}
#lead h2 + ul > li dl {
	padding :0 20px 20px;
}
#lead h2 + ul > li dl dt {
	background: #2e6ec5;
	color: #fff;
	padding: 10px 0;
	border-radius: 5px;
	text-align: center;
	font-weight: bold;
	margin-bottom: 5px;
}
#lead h2 + ul > li dl dd li {
	border-bottom: 1px solid #ddd;
	padding: 10px 0 10px;
}
#lead h2 + ul > li dl dd li span {
	color :#2e6ec5;
	display: inline-block;
	width: 100px;
	font-weight: bold;
	font-size: 16px;
}
#lead h2 + ul > li dl dd p {
	text-align: left;
	font-size: 12px;
	margin-top: 10px;
	line-height: 1.2;
}
#lead h2 + ul > li:first-child {
	border: 3px solid #e90000;
	margin: 0;
}
#lead h2 + ul > li:first-child h3:before {
	background: url(../img/icon_leader01.png) no-repeat;
	background-size: 70px auto;
}
#lead h2 + ul > li:first-child h3 {
	background: #e90000;
}
#lead h2 + ul > li:first-child dl dt {
	background: #e90000;
}
#lead h2 + ul > li:first-child  dl dd li span {
	color :#e90000;
}
#lead h2 + ul > li:last-child:before {
	content: "";
	background: url(../img/line_leader.png) no-repeat;
	position: absolute;
	height: 280px;
	width: 179px;
	top: 236px;
	right: 12px;
}


/* -----------------------------------------------------------------------------

	merit
  
----------------------------------------------------------------------------- */
#merit {
	background: #f1ffdb;
}
#merit h2:before {
	background-image: url(../img/merit/icon_ttl.png);
}
#merit ul li {
	width: 460px;
	height: 410px;
}
#merit ul li:nth-child(odd) {
	float: left;
}
#merit ul li:nth-child(even) {
	float: right;
}
#merit ul li:first-child,
#merit ul li:nth-child(2) {
	margin-bottom: 40px;
}
#merit ul li figure img {
	width: 100%;
	border-radius: 10px 10px 0 0;
}
#merit ul li div {
	background: #fff;
	border-radius: 0 0 10px 10px;
}
#merit ul li h3 {
	font-size: 22px;
	height: 80px;
	line-height: 1.3;
	border-bottom: 1px solid #f1f1f1;
	padding: 15px 50px 15px 100px;
	box-sizing: border-box;
	position: relative;
}
#merit ul li:last-child h3 {
	padding-top: 28px;
}
#merit ul li h3 b {
	font-size: 12px;
	color: #fff;
	position: absolute;
	top: 0;
	left: -4px;
	text-align: center;
	width: 90px;
	height: 83px;
	padding: 16px 0 0;
	background: url(../img/merit/bk_ttl.png) no-repeat;
	background-size: auto 83px;
	box-sizing: border-box;
}
#merit ul li h3 b span {
	font-size: 40px;
	display: block;
}
#merit ul li p {
	line-height: 1.6;
	height: 120px;
	padding: 15px 20px 10px;
	box-sizing: border-box;
}


/* -----------------------------------------------------------------------------

	flow
  
----------------------------------------------------------------------------- */
#flow {
	background: #f1ffdb;
}
#flow h2:before {
	background-image: url(../img/flow/icon_ttl.png);
}
#flow .box {
	background: #fff;
	padding-left: 30px;
	margin-bottom: 20px;
	border-radius: 10px;
	height: 200px;
	position: relative;
}
#flow .box:after {
	content: "";
	display: block;
	width: 20px;
	height: 10px;
	background: url(../img/flow/arrow.png) no-repeat;
	background-size: 100% auto;
	position: absolute;
	bottom: -10px;
	left: 50%;
	margin-left: -10px;
}
#flow .box:last-child {
	margin-bottom: 0;
}
#flow .box:last-child:after {
	display: none;
}
#flow .box h3 {
	margin-bottom: 20px;
}
#flow .box h3 span,
#flow .box h3 img,
#flow .box h3 b {
	display: inline-block;
	vertical-align: middle;
}
#flow .box h3 span {
	font-size: 60px;
	font-weight: normal;
	color: #fff;
	text-align: center;
	padding-right: 4px;
	width: 80px;
	height: 95px;
	box-sizing: border-box;
	background: url(../img/flow/bg_ttl.png) no-repeat 0 0;
	background-size: 80px;
	padding-top: 15px;
	margin-top: -5px;
}
#flow .box h3 img {
	margin: 0 12px 0 20px;
}
#flow .box h3 b {
	font-size: 28px;
	line-height: 1.2;
}
#flow .box p {
	width: 605px;
	font-size: 16px;
	color: #555;
	line-height: 1.6;
}
#flow .box p a {
	color: #00a03c;
	text-decoration: underline;
}
#flow .box p a:hover {
	text-decoration: none;
}
#flow .box p img {
	position: absolute;
	top: 0;
	right: 0;
	border-radius: 0 10px 10px 0;
	width: 300px;
	height: 200px;
}


/* -----------------------------------------------------------------------------

	advice
  
----------------------------------------------------------------------------- */

#advice {
	background: url(../img/advice/bg_advice02.png) repeat top left;
	height: 530px;
}
#advice .adviceInner {
	background: url(../img/advice/bg_advice01.png) no-repeat top center;
	margin: 0 auto;
	height: 575px;
}
#advice h2 {
	padding-top: 60px;
	margin-bottom: 20px;
}
#advice h2:before {
	background-image: url(../img/advice/icon_ttl.png);
}
#advice .adviceInner .inner div {
	padding: 0 40px;
}
#advice p {
	float:left;
	width: 430px;
}
#advice p img {
	width: 100%;
}
#advice dl {
	float: right;
	width: 430px;
}
#advice dl dt {
	color: #00a03c;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.6;
	margin-bottom: 20px;
}
#advice dl dd {
	line-height: 1.8;
	color: #555;
}

/* -----------------------------------------------------------------------------

	about
  
----------------------------------------------------------------------------- */
#about {
	background: url(../img/about/bg.jpg) no-repeat center bottom #fff;
	padding-bottom: 0;
}
#about h2:before {
	background-image: url(../img/about/icon_ttl.png);
}
#about h2 + div {
	height: 673px;
	position: relative;
}
#about h2 + div p {
	width: 420px;
	font-size: 16px;
	color: #555;
	line-height: 1.6;
	position: absolute;
	top: 200px;
	right: 32px;
}
#about h2 + div p b {
	display: block;
	font-size: 24px;
	color: #00a03c;
	margin-bottom: 25px;
}
/* -----------------------------------------------------------------------------

	counterplan
  
----------------------------------------------------------------------------- */

#counterplan h2:before {
	background-image: url(../img/counterplan/icon_ttl.png);
}
#counterplan .tpms {
	margin: 0 0 30px;
}
#counterplan h3 {
	background: #00a03c;
	color: #fff;
	padding: 30px 0;
	text-align: center;
	position: relative;
	margin-bottom: 30px;
	border-radius: 8px;
	font-size: 26px;
}
#counterplan h3 span {
	font-size: 16px;
	font-weight: normal;
}
#counterplan h3:after {
	content: "";
	background: url(../img/counterplan/parts_counterplan01.png) no-repeat;
	background-size: 40px auto;
	position: absolute;
	bottom: -19px;
	left: 50%;
	width: 40px;
	height: 20px;
	margin-left: -20px;
}
#counterplan dl {
	width: 575px;
	margin: 0 auto 30px;
}
#counterplan dl dt{
	font-size: 22px;
	line-height: 1.4;
	padding-left: 275px;
	padding-top: 40px;
	background: url(../img/counterplan/img_counterplan01.png) left top no-repeat;
	background-size: 185px auto;
	height: 140px;
	box-sizing: border-box;
	font-weight: bold;
}
#counterplan dl dd {
	font-size: 28px;
	color: #fff;
	background: #e90000;
	padding: 27px 0 25px;
	text-align: center;
	position: relative;
	border-radius: 8px;
	font-weight: bold;
}
#counterplan dl dd:after {
	content: "";
	background: url(../img/counterplan/parts_counterplan02.png) no-repeat;
	background-size: 40px auto;
	position: absolute;
	top: -19px;
	right: 98px;
	width: 40px;
	height: 30px;
}
#counterplan p {
	text-align: center;
}
#counterplan .movie > span {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	display: block;
	margin-top: 15px;
}
#counterplan iframe {
	margin: 0 auto;
	display: block;
}

/* -----------------------------------------------------------------------------

	footer
  
----------------------------------------------------------------------------- */
footer {
	text-align: center;
	padding: 35px 0 20px;
}
footer ul {
	margin-bottom: 20px;
}
footer ul li {
	display: inline-block;
	margin: 0 10px;
}
footer ul li {
	height: 54px;
	width: auto;
}
footer ul li a:hover {
	opacity:0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
}
footer small {
	font-size: 10px;
}

}