@charset "utf-8";



/*斜めのやつ*/

.naname_title{overflow:hidden;}
.naname_title h2,.naname_title p{position:relative;z-index:5;text-shadow: 0px 0px 13px #000000,0px 0px 10px #000000,0px 0px 8px #000000;}
.naname_title:before{
content: "";
  position: absolute;
  height: 375px;
  width: 300%;
  background:rgba(255,255,255,0.25);
  top: 110px;
  left: -100%;
  -webkit-transform: rotate(-7deg);
  -ms-transform: rotate(-7deg);
  -o-transform: rotate(-7deg);
  transform: rotate(-7deg);
/*z-index:3;*/
}
				
				
section{position:relative;}
				
				
				
#section02:after {
  content: "";
  position: absolute;
  height: 500px;
  width: 300%;
  background: #fff;
  top: -390px;
  left: -100%;
  -webkit-transform: rotate(-7deg);
  -ms-transform: rotate(-7deg);
  -o-transform: rotate(-7deg);
  transform: rotate(-7deg);
z-index:0;}
				
		
#section05:after {
  content: "";
  position: absolute;
  height: 500px;
  width: 300%;
  background: #000;
  top: -390px;
  left: -100%;
  -webkit-transform: rotate(-7deg);
  -ms-transform: rotate(-7deg);
  -o-transform: rotate(-7deg);
  transform: rotate(-7deg);
z-index:0;}
				
#section06:after {
  content: "";
  position: absolute;
  height: 500px;
  width: 300%;
  background: #202020;
  top: -390px;
  left: -100%;
  -webkit-transform: rotate(-7deg);
  -ms-transform: rotate(-7deg);
  -o-transform: rotate(-7deg);
  transform: rotate(-7deg);
z-index:0;}		
	
			
#section07:after {
  content: "";
  position: absolute;
  height: 500px;
  width: 300%;
  background: #000;
  top: -390px;
  left: -100%;
  -webkit-transform: rotate(-7deg);
  -ms-transform: rotate(-7deg);
  -o-transform: rotate(-7deg);
  transform: rotate(-7deg);
z-index:0;}
				
					
			
#section08:after {
  content: "";
  position: absolute;
  height: 500px;
  width: 300%;
  background: #202020;
  top: -390px;
  left: -100%;
  -webkit-transform: rotate(-7deg);
  -ms-transform: rotate(-7deg);
  -o-transform: rotate(-7deg);
  transform: rotate(-7deg);
z-index:0;}	
							
#section10:after {
  content: "";
  position: absolute;
  height: 500px;
  width: 300%;
  background: #000;
  top: -390px;
  left: -100%;
  -webkit-transform: rotate(-7deg);
  -ms-transform: rotate(-7deg);
  -o-transform: rotate(-7deg);
  transform: rotate(-7deg);
z-index:0;}
		
				
					
#section11:after {
  content: "";
  position: absolute;
  height: 500px;
  width: 300%;
  background: #202020;
  top: -390px;
  left: -100%;
  -webkit-transform: rotate(-7deg);
  -ms-transform: rotate(-7deg);
  -o-transform: rotate(-7deg);
  transform: rotate(-7deg);
z-index:0;}
			
#section12:after {
  content: "";
  position: absolute;
  height: 500px;
  width: 300%;
  background: #000;
  top: -390px;
  left: -100%;
  -webkit-transform: rotate(-7deg);
  -ms-transform: rotate(-7deg);
  -o-transform: rotate(-7deg);
  transform: rotate(-7deg);
z-index:0;}				
				
#section13:after {
  content: "";
  position: absolute;
  height: 500px;
  width: 300%;
  background: #000;
  top: -390px;
  left: -100%;
  -webkit-transform: rotate(-7deg);
  -ms-transform: rotate(-7deg);
  -o-transform: rotate(-7deg);
  transform: rotate(-7deg);
z-index:0;}

#section14:after {
  content: "";
  position: absolute;
  height: 500px;
  width: 300%;
  background: #202020;
  top: -390px;
  left: -100%;
  -webkit-transform: rotate(-7deg);
  -ms-transform: rotate(-7deg);
  -o-transform: rotate(-7deg);
  transform: rotate(-7deg);
z-index:0;}					
		
	
			
			


			
				
@media screen and ( max-width: 768px ) {
			
.naname_title:before{height: 250px;top: 50px;}

	
#section02:after { height: 400px;top: -350px;}
#section02 .naname_title h2{margin-top:110px;}
#section03 .naname_title h2{margin-top:90px;}

#section05:after { height: 400px;top: -350px;}
#section06:after { height: 400px;top: -350px;}
#section07:after { height: 400px;top: -350px;}
#section08:after { height: 400px;top: -350px;}
#section09 .naname_title h2{margin-top:110px;}
#section10:after { height: 400px;top: -350px;}
#section11:after { height: 400px;top: -350px;}
#section12:after { height: 400px;top: -350px;}
#section13:after { height: 400px;top: -350px;}
#section14:after { height: 400px;top: -350px;}


}
				
@media screen and ( max-width: 410px ) {
#section03 .naname_title h2{margin-top:65px;}
	
}
		
		
/*-----------------------------------------------
	Common
-----------------------------------------------*/



/*----- .arrowLink -----*/

.arrowLink {
	background-image: url("../images/icon_arrow_black.png");
	background-repeat: no-repeat;
	background-position: 0 0.2em;
	display: inline-block;
	line-height: 1.15;
	padding-left: 20px;
}

.arrowLink:link,
.arrowLink:visited {
	color: #fff;
}

.arrowLink:hover {
	color: #fff;
	text-decoration: underline;
}

/*----- .zoom -----*/

.zoom {
	display: inline-block;
	position: relative;
}

.zoom:after {
	content: url("../images/icon_product_zoom.png");
	display: none;
	position: absolute;
}

.zoom:hover:after {
	display: inline-block;
}


/*-----------------------------------------------
	.navTab
-----------------------------------------------*/

.navTab {
	font-size: 13px;
}

.navTab ul {
}

.navTab ul li.tab {
	border-bottom: 1px solid #e5e5e5;
	float: left;
}

.navTab ul li.tab a {
	border-left: 1px solid #e1e1e1;
	border-right: 1px solid #e1e1e1;
	border-top: 1px solid #e1e1e1;
	box-shadow: 0 -2px 1px rgba(0, 0, 0, 0.03);
	display: block;
	border-radius: 6px 6px 0 0;
	height: 40px;
	line-height: 40px;
	margin-top: 10px;
	text-align: center;
}

.navTab ul li.tab a:link,
.navTab ul li.tab a:visited {
	background-color: #fff;
	color: #626262;
	text-decoration: none;
}

.navTab ul li.tab a:hover {
	background-color: #fff;
	color: #626262;
	height: 50px;
	line-height: 50px;
	margin-top: 0;
	/*text-decoration:underline;*/
}

/* active */
.navTab ul li.tab.active {
	border-bottom-color: #fff;
}

.navTab ul li.tab.active a {
	font-weight: bold;
	height: 50px;
	line-height: 50px;
	margin-top: 0;
}

.navTab ul li.tab.active a:link,
.navTab ul li.tab.active a:visited,
.navTab ul li.tab.active a:hover {
	background-color: #fff;
	color: #004473;
}


/* tab3 */
.navTab ul.tab3 li.tab {
	width: 320px;
}

.navTab ul.tab3 li.tab + li.tab {
	margin-left: 10px;
}

/* tab4 */
.navTab ul.tab4 li.tab {
	width: 239px;
}

.navTab ul.tab4 li.tab + li.tab {
	margin-left: 8px;
}


/*-----------------------------------------------
	Structures
-----------------------------------------------*/

/*----- #productMain -----*/

#productMain {
	background-color: #000;
	background-image: url("../images/ptn_headerProduct_bg.png");
	background-position: 50% 0;
	background-repeat: no-repeat;
	color: #fff;
	font-size: 16px;
	line-height: 1.75;
	min-width: 980px;
}




#productMain .headerProduct .wrapper {
	height: 144px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	width: 980px;
}



#productMain .headerProduct .wrapper h1 {
	font-size: 37px;
	font-weight: normal;
	line-height: 1.15;
	padding-top: 22px;
}



#productMain .headerProduct .wrapper .navTab {
	bottom: 0;
	font-size: 16px;
	left: 0;
	position: absolute;
}

#productMain .headerProduct .wrapper .navTab ul li {
	border: none;
}

#productMain .headerProduct .wrapper .navTab ul li.tab a {
	border: none;
	border-radius: 4px 4px 0 0;
	height: 56px;
	line-height: 56px;
}

#productMain .headerProduct .wrapper .navTab ul li.tab a:link,
#productMain .headerProduct .wrapper .navTab ul li.tab a:visited {
	background-color: #0a5473;
	color: #fff;
}

#productMain .headerProduct .wrapper .navTab ul li.tab a:hover {
	background-color: #0a5473;
	color: #fff;
	height: 66px;
	line-height: 66px;
}

/* active */
#productMain .headerProduct .wrapper .navTab ul li.tab.active {
}

#productMain .headerProduct .wrapper .navTab ul li.tab.active a {
	font-weight: normal;
	height: 66px;
	line-height: 66px;
}

#productMain .headerProduct .wrapper .navTab ul li.tab.active a:link,
#productMain .headerProduct .wrapper .navTab ul li.tab.active a:visited,
#productMain .headerProduct .wrapper .navTab ul li.tab.active a:hover {
	background-color: #0e79a5;
}

/*----- .section -----*/

.section {
	clear: both;
}

.section .wrapper {
	margin-left: auto;
	margin-right: auto;
	width: 980px;
}

.section img{max-width:100%;}

#section08 a{color:#fff;}

/*-----------------------------------------------
	#section01
-----------------------------------------------*/

#section01 {
	background-image: url("../images/figure_section01_keyvisual.jpg");
	background-position: 50% 0;
	background-repeat: no-repeat;
	padding-top: 496px;
	background-color:#fff;
	color:#000;
}

#section01 .wrapper {
	/*padding: 0 0 54px;*/
}

#section01 .product {
	margin: 144px 0 0 62px;
}

#section01 .product .figure {
	float: left;
	margin-right: 125px;
}

#section01 .product .figure .zoom:after {
	left: 127px;
	top: 31px;
}

#section01 .product .contents {
	overflow: hidden;
}

#section01 .product .contents .desc {
	line-height: 1.4;
	margin-bottom: 20px;
}

#section01 .product .contents .label {
	line-height: 1.15;
	margin-bottom: 2px;
}

#section01 .product .contents .label em {
	background-color: #ff0000;
	color: #fff;
	display: inline-block;
	font-style: normal;
	padding: 3px 5px 2px;
}

#section01 .product .contents .model {
	font-size: 34px;
	font-weight: normal;
	line-height: 1.15;
}

#section01 .navAnchor {
	margin: 100px 0 0 40px;
}

#section01 .navAnchor li {
	border-bottom: 1px solid #5d5d5d;
	float: left;
	margin: 0 15px 0 0;
	padding: 0 0 0 17px;
	width: 273px;
	color:#000;
}

#section01 .navAnchor li a.arrowLink {
	background-position: 0 50%;
	display: table-cell;
	font-weight: bold;
	height: 64px;
	vertical-align: middle;
	color:#000;
}



@media screen and ( max-width: 768px ) {



/*-----------------------------------------------
	#section01
-----------------------------------------------*/

#section01 {background-image: none;
		padding-top: 0;
		}

#section01 .wrapper {
	/*padding:40px 0 54px;*/
}
		
#section01 .product {
	margin: 0 auto;
	width:100%;
}

#section01 .product .figure {
	float: none;
	margin: 30px auto;

}

#section01 .product .figure img{
	width:80%;
}

#section01 .product .contents {

margin-top:15px;
margin-bottom:0px;
}

#section01 .product .contents .model {
	font-size: 26px;

}

}

/*-----------------------------------------------
	#section02
-----------------------------------------------*/

#section02 {
	background-image: url("../images/ptn_section02_bg.jpg") ;
	background-position: 50% 0;
	background-repeat: no-repeat;
	position: relative;
	overflow:hidden;
}

#section02 .wrapper {
	padding: 280px 0 0;
	text-align: center;
}

#section02 h2 {
	font-size: 48px;
	font-weight: normal;
	line-height: 1;
	
}

#section02 .desc {
	margin: 40px 0;
}

#section02 .desc2 {
	margin:15px 0 30px 0;
}

#section02 .figure {
margin-top: 180px;
}

@media screen and ( max-width: 768px ) {
		
/*-----------------------------------------------
	#section02
-----------------------------------------------*/

#section02 {
background-color:#000;
	height: auto;
	background-position:center 50px ;
	position: relative;
	background-size:90%;
}

#section02 .wrapper {
	padding: 40px 0 0 0;

}

#section02 h2 {
	font-size: 32px;
	line-height:1;
	margin-bottom: 0px;
}

#section02 .desc {


}
	#section02 .desc2 {
	margin: 10px 0 40px 0;

}

#section02 .figure {
	margin-top: 90px;

}

#section02 .figure img{
	width:100%;

}
}



@media screen and ( max-width: 500px ) {
	#section02 .figure {
	margin-top: 70px;

}
}

/*-----------------------------------------------
	#section03
-----------------------------------------------*/

#section03 .sec_icon{float:left;margin: -40px 20px 0 0;}
#section03 h2.additional{
	 max-width:530px;margin:100px auto 40px;
}

#section03 {
	background-image: url("../images/ptn_section03_bg.jpg") ;
	background-position: 50% 20px;
	background-repeat: no-repeat;
	position: relative;
	overflow:hidden;
}

#section03 .wrapper {
	padding: 230px 0 0;
	text-align: center;
}

#section03 h2 {
	font-size: 48px;
	font-weight: normal;
	line-height: 1;
	
	
}

#section03 .desc {
	margin: 390px 0 30px;
}

#section03 .desc2 {
	margin:15px 0 30px 0;
}

#section03 .figure {

	margin-bottom:50px;
}

#section03 .figure2{text-align:left !important;padding-bottom:30px;width:100%;}

#section03 .figure2 img {

	float:left;margin-right:25px;
}

@media screen and ( max-width: 768px ) {
		
/*-----------------------------------------------
	#section03
-----------------------------------------------*/

	#section03 .sec_icon{float:none;margin-top: 0;padding-top:20px;width:80px;margin:0 auto;}
	#section03 h2.additional{
	 margin:60px auto 20px;
}

#section03 {
background-color:#000;
	height: auto;
	background-position:center 150px ;
	position: relative;
	background-size:90%;
}

#section03 .wrapper {
	padding: 30px 0 0 0;

}

#section03 h2 {
	font-size: 28px;
	line-height:1.1;
	margin-bottom: 0px;
}

#section03 .desc {
	margin-top: 200px;

}
	#section03 .desc2 {
	margin: 10px 0 40px 0;

}

#section03 .figure {
	
	margin-bottom:50px;
	

}

#section03 .figure img{
	width:100%;

}
}
@media screen and ( max-width: 550px ) {
	#section03 .desc {
	margin-top: 200px;
}
	
	#section03 {
		background-position:center 200px ;}
	
	
	#section03 .figure2{text-align:center !important;padding-bottom:30px;width:100%;}

#section03 .figure2 img {

	float:none;margin:0 auto 15px;
}
	
}

@media screen and ( max-width: 400px ) {
	#section03 .desc {
	margin-top: 80px;
}
}




/*-----------------------------------------------
	#section04
-----------------------------------------------*/

#section04 {
	background-image: url("../images/ptn_section04_bg.jpg") ;
	background-position: 50% 0;
	background-repeat: no-repeat;
	position: relative;
	overflow:hidden;
}

#section04 a{text-decoration: underline;color:#fff;}

#section04 .wrapper {
	padding: 280px 0 0;
	text-align: center;
}

#section04 h2 {
	font-size: 48px;
	font-weight: normal;
	line-height: 1;
	
}

#section04 .desc {
	margin: 30px 0;
}

#section04 .desc2 {
	margin:15px 0 30px 0;
}

#section04 .figure {
margin-top: 450px;
}

@media screen and ( max-width: 768px ) {
		
/*-----------------------------------------------
	#section04
-----------------------------------------------*/

#section04 {
/*background-color:#000;*/
	height: auto;
	background-position:center 150px ;
	position: relative;
	background-size:90%;
}

#section04 .wrapper {
	padding: 150px 0 0 0;

}

#section04 h2 {
	font-size: 28px;
	line-height:1;
	margin-bottom: 0px;
}

#section04 .naname_title h2 {
	font-size: 32px;
	line-height:1;
	margin-bottom: 0px;
}	
	
#section04 .desc {


}
	#section04 .desc2 {
	margin: 10px 0 40px 0;

}

#section04 .figure {
	
	margin-top:200px;

}

#section04 .figure img{
	width:100%;

}
}

@media screen and ( max-width: 500px ) {
	
	#section04 {
		background-position:center 200px ;}
	#section04 .figure {margin-top:150px;}
}



/*-----------------------------------------------
	#section06
-----------------------------------------------*/

#section06 .sec_icon{float:left;margin-top: -30px;}


#section06 {
	/*background-image: url("../images/ptn_section04_bg.jpg") ;
	background-position: 50% 20px;
	background-repeat: no-repeat;*/
	position: relative;
	overflow:hidden;
	background: #000;
}

#section06 .wrapper {
	padding: 260px 0 0;
	text-align: center;
}

#section06 h2 {
	font-size: 48px;
	font-weight: normal;
	line-height: 1;

	max-width: 650px;
	margin:0 auto;
	
}

#section06 .desc {
	margin: 30px 0;
}

#section06 .desc2 {
	margin:15px 0 30px 0;
}

#section06 .figure {

	margin-top:600px;
}

@media screen and ( max-width: 768px ) {
		
/*-----------------------------------------------
	#section06
-----------------------------------------------*/

#section06 .sec_icon{float:none;margin-top: 0;padding-top:20px;width:80px;margin:0 auto;}


	
#section06 {
	/*background-image: none;*/

	height: auto;
	background-position:center 100px ;
	position: relative;
	background-size:90%;
}

#section06 .wrapper {
	padding: 120px 0 0 0;

}

#section06 h2 {
	font-size: 28px;
	line-height:1.1;
	margin-bottom: 0px;
}

#section06 .desc {
	/*margin-top:0px;*/

}
	#section06 .desc2 {
	margin: 10px 0 40px 0;

}

#section06 .figure {
	
	margin-top:300px;

}

/*#section06 .figure img,#section06 .figure2 img{
	width:100%;

}*/
}


@media screen and ( max-width: 500px ) {
	
	#section06 {
		background-position:center 150px ;}
	#section06 .figure {margin-top:150px;}
}

/*-----------------------------------------------
	#section05
-----------------------------------------------*/

#section05 {
	/*background-image: url("../images/ptn_section04_bg.jpg") ;
	background-position: 50% 20px;
	background-repeat: no-repeat;*/
	position: relative;
	overflow:hidden;
	background: #202020;
}

#section05 .wrapper {
	padding: 260px 0 0;
	text-align: center;
}

#section05 h2 {
	font-size: 48px;
	font-weight: normal;
	line-height: 1;
	
	
}

#section05 .desc {
	margin: 30px 0;
}

#section05 .desc2 {
	margin:15px 0 30px 0;
}

#section05 .figure {

	margin-top:600px;
}

@media screen and ( max-width: 768px ) {
		
/*-----------------------------------------------
	#section05
-----------------------------------------------*/

#section05 {
	/*background-image: none;*/

	height: auto;
	background-position:center 100px ;
	position: relative;
	background-size:90%;
}

#section05 .wrapper {
	padding: 120px 0 0 0;

}

#section05 h2 {
	font-size: 28px;
	line-height:1.1;
	margin-bottom: 0px;
}

#section05 .desc {
	/*margin-top:0px;*/

}
	#section05 .desc2 {
	margin: 10px 0 40px 0;

}

#section05 .figure {
	
	margin-top:300px;

}

#section05 .figure img,#section05 .figure2 img{
	width:100%;

}
}


@media screen and ( max-width: 500px ) {
	
	#section05 {
		background-position:center 150px ;}
	#section05 .figure {margin-top:150px;}
}




/*-----------------------------------------------
	#section07
-----------------------------------------------*/

#section07 .sec_icon{float:left;margin-top: -30px;}
#section07 .tbox{display:table;margin:30px auto;padding-top:20px;width:650px;}
#section07 .tbox2{display:table;width:650px;margin:0 auto;}
#section07 .tbox_icon{display:table-cell;vertical-align: middle;padding-right:20px;}
#section07 .tbox_cap{display:table-cell;vertical-align: middle;}

#section07 {
	/*background-image: url("../images/ptn_section04_bg.jpg") ;
	background-position: 50% 20px;
	background-repeat: no-repeat;*/
	position: relative;
	overflow:hidden;
	background: #202020;
}

#section07 .wrapper {
	padding: 260px 0 0;
	text-align: center;
}

#section07 h2 {
	font-size: 48px;
	font-weight: normal;
	line-height: 1;
	
	max-width:800px;
	margin:0 auto;
	
}

#section07 .desc {
	margin: 30px 0 0 0;
}

#section07 .desc2 {
	margin:15px 0 30px 0;
}

#section07 .figure {

	margin-top:70px;
}

#section07 .figure2 {
padding: 0;
	margin:0;
}

#section07 h2 small{padding:90px 0 0 0;display:block;}


@media screen and ( max-width: 768px ) {
		
/*-----------------------------------------------
	#section07
-----------------------------------------------*/

#section07 .sec_icon{float:none;margin-top: 0;padding-top:20px;width:80px;margin:0 auto;}
		.tbox{width:100%;}
	.tbox2{width:100%;}
.tbox_icon{padding-right:15px;width:40px;}
.tbox_cap{text-align:left;}

	
#section07 {
	/*background-image: none;*/

	height: auto;
	background-position:center 100px ;
	position: relative;
	background-size:90%;
}

#section07 .wrapper {
	padding: 120px 0 0 0;

}

#section07 h2 {
	font-size: 28px;
	line-height:1.1;
	margin-bottom: 10px;
}

#section07 .desc {
margin: 0px 0 5px 0;

}
	#section07 .desc2 {
	margin: 10px 0 40px 0;

}

#section07 .figure {
	
margin:20px 0;
}

	
	#section07 h2 small{padding:30px 0 0 0;display:block;}
	

}








/*-----------------------------------------------
	#section08
-----------------------------------------------*/

#section08 .sec_icon{float:left;margin-top: -30px;width: 250px;}
#section08 table{text-align:left; width:48%;border:0;margin-bottom:30px;}
#section08 table:first-child{float:left !important;margin-right:4%;}
#section08 table td{border-top:1px solid #fff;}
#section08 table td:first-child{width:40%;}
#section08 .tablebox{margin: 40px auto 0 auto;max-width:700px;wisth:100%;}

#section08 {
	/*background-image: url("../images/ptn_section04_bg.jpg") ;
	background-position: 50% 20px;
	background-repeat: no-repeat;*/
	position: relative;
	overflow:hidden;
	background: #000;
}

#section08 .wrapper {
	padding: 260px 0 0;
	text-align: center;
}

#section08 h2 {
	font-size: 48px;
	font-weight: normal;
	line-height: 1;

	max-width: 750px;
	margin:0 auto;
	
}

#section08 .desc {
	margin: 30px 0;
}

#section08 .desc2 {
	/*margin:15px 0;*/
}

#section08 .figure {

	margin-top:50px;
}

@media screen and ( max-width: 768px ) {
		
/*-----------------------------------------------
	#section08
-----------------------------------------------*/

#section08 .sec_icon{float:none;margin-top: 0;padding-top:20px;width: 170px;margin:0 auto;}
#section08 table{text-align:left; width:100%;float:none;border:0;}
#section08 table:first-child{margin-bottom:30px;}

#section08 .tablebox{margin: 40px auto 0 auto;max-width:700px;wisth:100%;}

	
#section08 {
	/*background-image: none;*/

	height: auto;
	background-position:center 100px ;
	position: relative;
	background-size:90%;
}

#section08 .wrapper {
	padding: 120px 0 0 0;

}

#section08 h2 {
	font-size: 28px;
	line-height:1.1;
	margin-bottom: 0px;
}

#section08 .desc {
	/*margin-top:0px;*/

}
	#section08 .desc2 {
	margin: 10px 0 ;

}

#section08 .figure {
	
	margin-top:20px;

}


}




/*-----------------------------------------------
	#section09
-----------------------------------------------*/

#section09 {
	background-image: url("../images/ptn_section09_bg.jpg") ;
	background-position: 50% 20px;
	background-repeat: no-repeat;
	position: relative;
	overflow:hidden;
}

#section09 .wrapper {
	padding: 280px 0 0;
	text-align: center;
}

#section09 h2 {
	font-size: 48px;
	font-weight: normal;
	line-height: 1;
	
	
}

#section09 .desc {
	margin: 15px 0 30px;
}

#section09 .desc2 {
	margin:5px 0 45px 0;
}

#section09 .figure {

	margin-top:600px;
}

@media screen and ( max-width: 768px ) {
		
/*-----------------------------------------------
	#section09
-----------------------------------------------*/

#section09 {
	/*background-image: none;*/
background-color:#000;
	height: auto;
	background-position:center 100px ;
	position: relative;
	background-size:90%;
}

#section09 .wrapper {
	padding: 30px 0 0 0;

}

#section09 h2 {
	font-size: 28px;
	line-height:1.1;
	margin-bottom: 0px;
}

#section09 .desc {
	/*margin-top:0px;*/

}
	#section09 .desc2 {
	margin: 10px 0 20px 0;

}

#section09 .figure {
	
	margin-top:300px;

}

#section09 .figure img,#section09 .figure2 img{
	width:100%;

}
}


@media screen and ( max-width: 500px ) {
	
	#section09 {
		background-position:center 150px ;}
	#section09 .figure {margin-top:150px;}
}




/*-----------------------------------------------
	#section10
-----------------------------------------------*/

#section10 {
	/*background-image: url("../images/ptn_section04_bg.jpg") ;
	background-position: 50% 20px;
	background-repeat: no-repeat;*/
	position: relative;
	overflow:hidden;
	background: #202020;
}

#section10 .wrapper {
	padding: 260px 0 0;
	text-align: center;
}

#section10 h2 {
	font-size: 48px;
	font-weight: normal;
	line-height: 1;
	
	
}

#section10 .desc {
	margin: 30px 0;
}

#section10 .desc2 {
	margin:15px 0 30px 0;
}

#section10 .figure {

	margin-top:600px;
}

@media screen and ( max-width: 768px ) {
		
/*-----------------------------------------------
	#section10
-----------------------------------------------*/

#section10 {
	/*background-image: none;*/

	height: auto;
	background-position:center 100px ;
	position: relative;
	background-size:90%;
}

#section10 .wrapper {
	padding: 120px 0 0 0;

}

#section10 h2 {
	font-size: 28px;
	line-height:1.1;
	margin-bottom: 0px;
}

#section10 .desc {
	/*margin-top:0px;*/

}
	#section10 .desc2 {
	margin: 10px 0 40px 0;

}

#section10 .figure {
	
	margin-top:300px;

}

#section10 .figure img,#section10 .figure2 img{
	width:100%;

}
}


@media screen and ( max-width: 500px ) {
	
	#section10 {
		background-position:center 150px ;}
	#section10 .figure {margin-top:150px;}
}




/*-----------------------------------------------
	#section11
-----------------------------------------------*/

#section11 {
	background-image: url("../images/ptn_section11_bg.jpg") ;
	background-position: 50% 240px;
	background-repeat: no-repeat;
	position: relative;
	overflow:hidden;
	background-size:90%;
}

#section11 .wrapper {
	padding: 260px 0 0;
	text-align: center;
}

#section11 h2 {
	font-size: 48px;
	font-weight: normal;
	line-height: 1;
	
	
}

#section11 .desc {
	margin: 30px 0;
}

#section11 .desc2 {
	margin:15px 0 30px 0;
}

#section11 .figure {
margin: 250px 0 50px 0;
}

@media screen and ( max-width: 768px ) {
		
/*-----------------------------------------------
	#section11
-----------------------------------------------*/

#section11 {
	/*background-image: none;*/

	height: auto;
	background-position:center 150px ;
	position: relative;
	background-size:90%;
}

#section11 .wrapper {
	padding: 120px 0 0 0;

}

#section11 h2 {
	font-size: 28px;
	line-height:1.1;
	margin-bottom: 0px;
}

#section11 .desc {
	/*margin-top:0px;*/

}
	#section11 .desc2 {
	margin: 10px 0 40px 0;

}

#section11 .figure {
	
	margin-top:70px;

}

#section11 .figure img,#section11 .figure2 img{
	width:100%;

}
}


@media screen and ( max-width: 500px ) {
	
	#section11 {
		background-position:center 250px ;}
	#section11 .figure {margin-top:50px;}
}


@media screen and ( max-width: 350px ) {
	#section11 {
		background-position:center 350px ;}
}




/*-----------------------------------------------
	#section12
-----------------------------------------------*/

#section12 {
/*	background-image: url("../images/ptn_section06_bg.jpg") ;
	background-position: 50% 240px;
	background-repeat: no-repeat;*/
	position: relative;
	overflow:hidden;
	background: #202020;
	/*background-size:90%;*/
}

#section12 .wrapper {
	padding: 260px 0 0;
	text-align: center;
}

#section12 h2 {
	font-size: 48px;
	font-weight: normal;
	line-height: 1;
	
	
}

#section12 .desc {
	margin: 30px 0;
}

#section12 .desc2 {
	margin:15px 0 30px 0;
}

#section12 .figure {
margin: 0;
}

@media screen and ( max-width: 768px ) {
		
/*-----------------------------------------------
	#section12
-----------------------------------------------*/

#section12 {
	/*background-image: none;*/

	height: auto;
	background-position:center 150px ;
	position: relative;
	background-size:90%;
}

#section12 .wrapper {
	padding: 120px 0 0 0;

}

#section12 h2 {
	font-size: 28px;
	line-height:1.1;
	margin-bottom: 0px;
}

#section12 .desc {
	/*margin-top:0px;*/

}
	#section12 .desc2 {
	margin: 10px 0 40px 0;

}

#section12 .figure {
	
/*	margin-top:70px;*/

}

#section12 .figure img,#section12 .figure2 img{
	width:100%;

}
}

/*
@media screen and ( max-width: 500px ) {
	
	#section12 {
		background-position:center 250px ;}
	#section12 .figure {margin-top:50px;}
}


@media screen and ( max-width: 350px ) {
	#section12 {
		background-position:center 350px ;}
}*/

/*-----------------------------------------------
	#section13
-----------------------------------------------*/

#section13 {
	/*background-image: url("../images/ptn_section04_bg.jpg") ;
	background-position: 50% 20px;
	background-repeat: no-repeat;*/
	position: relative;
	overflow:hidden;
	background: #202020;
}
#section13 a{text-decoration: underline;color:#fff;}

#section13 .wrapper {
	padding: 260px 0 0;
	text-align: center;
}

#section13 h2 {
	font-size: 48px;
	font-weight: normal;
	line-height: 1;
	
	
}

#section13 .desc {
	margin: 30px 0;
}

#section13 .desc2 {
	margin:15px 0 30px 0;
}

#section13 .figure {

	margin-top:600px;
}

@media screen and ( max-width: 768px ) {
		
/*-----------------------------------------------
	#section13
-----------------------------------------------*/

#section13 {
	/*background-image: none;*/

	height: auto;
	background-position:center 100px ;
	position: relative;
	background-size:90%;
}

#section13 .wrapper {
	padding: 120px 0 0 0;

}

#section13 h2 {
	font-size: 28px;
	line-height:1.1;
	margin-bottom: 0px;
}

#section13 .desc {
	/*margin-top:0px;*/

}
	#section13 .desc2 {
	margin: 10px 0 40px 0;

}

#section13 .figure {
	
	margin-top:300px;

}

/*#section13 .figure img,#section13 .figure2 img{
	width:100%;

}*/
}


@media screen and ( max-width: 500px ) {
	
	#section13 {
		background-position:center 150px ;}
	#section13 .figure {margin-top:150px;}
}


/*-----------------------------------------------
	#section14
-----------------------------------------------*/

#section14 {
/*	background-image: url("../images/ptn_section06_bg.jpg") ;
	background-position: 50% 240px;
	background-repeat: no-repeat;*/
	position: relative;
	overflow:hidden;
	background: #000;
	/*background-size:90%;*/
}

#section14 .wrapper {
	padding: 260px 0 100px;
	text-align: center;
}

#section14 h2 {
	font-size: 48px;
	font-weight: normal;
	line-height: 1;
	
	
}

#section14 .desc {
	margin: 30px 0;
}

#section14 .desc2 {
	margin:15px 0 30px 0;
}

#section14 .figure {
margin: 0;
}

@media screen and ( max-width: 768px ) {
		
/*-----------------------------------------------
	#section12
-----------------------------------------------*/

#section14 {
	/*background-image: none;*/

	height: auto;
	background-position:center 150px ;
	position: relative;
	background-size:90%;
}

#section14 .wrapper {
	padding: 120px 0 50px 0;

}

#section14 h2 {
	font-size: 28px;
	line-height:1.1;
	margin-bottom: 0px;
}

#section14 .desc {
	/*margin-top:0px;*/

}
	#section12 .desc2 {
	margin: 10px 0 40px 0;

}

#section14 .figure {
	
/*	margin-top:70px;*/

}


}