@charset "utf-8";

/*-----------------------------------------------
	Common
-----------------------------------------------*/

#header {
    z-index: 4;
}

body {
	font-family: "FrutigerNextW01-Regular", "Lucida Grande","Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
}

img {
	vertical-align: top;
}

.desc {
	line-height: 1.4;
	margin-bottom: 36px;
}

.blue{color:#0d6fb8;}

h1.cate_Ttl {
 text-shadow: -1px -1px 2px #000;
}

#footer {
    z-index: 1;
}

#go-top {
    z-index: 3;
}

/*----- .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: none;
}

/* 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;
}

/*-----------------------------------------------
	table.spec
-----------------------------------------------*/
table.spec {
    margin: 40px auto 0;
    max-width: 900px;
    width: 100%;
	font-size: 14px;
	line-height: 1.2;
	display: table;
}

thead tr th, thead tr td {
    font-weight: bold !important;
	color: #FFF;
	border-top: 1px solid #666;
	border-bottom: 1px solid #666 !important;
}

thead tr {
	background-color: rgba(102, 102, 102, 0.7) !important;
}

table.spec th,
table.spec td {
	border-bottom: 1px solid #FFF;
	padding: 8px 15px;
	text-align: left;
	font-weight: normal;
}

table.spec th {
	border-right: 1px solid #FFF;
	width: 50%;
}

table.spec .tr_wh th, table.spec .tr_wh td {
    border-right: 1px solid #666;
    border-bottom: 1px solid #666;
}

table.spec td {
	border-right: 0;
	text-align:center;
}

table.spec .tr_wh td {
	border-right: 0;
}

table.spec th span {
	font-size: 12px;
}

table.spec em {
	color: #ff0000;
	font-style: normal;
	font-weight: normal;
}

tr {
    background-color: rgba(0, 0, 0, 0.2);
}
.tr_wh {
    background-color: transparent;
}

@media screen and ( max-width: 768px ) {

table.spec {
	font-size: 12px;
	line-height: 1.2;
	margin: 10px auto 50px;
}

table.spec th,
table.spec td {
	padding: 6px 12px;
}

}

/*-----------------------------------------------
	Structures
-----------------------------------------------*/

/*----- #productMain -----*/

#productMain {
	background-color: #000;
	color: #000;
	font-size: 16px;
	line-height: 1.75;
	min-width: 980px;
}

#productMain .headerProduct {
}

#productMain .headerProduct .wrapper {
	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-bottom: 20px;
	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: #8e6d3f;
	color: #fff;
}

#productMain .headerProduct .wrapper .navTab ul li.tab a:hover {
	background-color: #8e6d3f;
	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: #cb9c5a;
}

/*----- .section -----*/

.section {
	clear: both;
}

.section .wrapper {
	margin-left: auto;
	margin-right: auto;
	width: 980px;
}

@media screen and ( max-width: 768px ) {
.section .wrapper {
width: 100%;
}
}


/*-----------------------------------------------
	#section00
-----------------------------------------------*/

#section00 {
	background-image: url("../../images/figure_section00_keyvisual_new.jpg");
	background-position: 50% 0;
	background-repeat: no-repeat;
	height: 496px;
	background-color:#fff;
	position:relative;
	z-index:2;
}

#section00 .wrapper {
	padding: 450px 0 0;
}

#section00 .navAnchor {
    margin: 0 auto;
    width: 100%;
}

#section00 .navAnchor li {
	float: left;
	white-space: nowrap;
	width:32%;
	text-align:left;
}

#section00 .navAnchor li:first-child {
	text-align:right;
}

#section00 .navAnchor li:nth-child(2) {
padding-left: 147px;
}

#section00 .navAnchor li:last-child {
padding-left: 75px;
}

#section00 .navAnchor li + li + li {
	margin-left: 15px;
}

#section00 .navAnchor li a.arrowLink {
	background-position: 0 50%;
	font-weight: bold;color:#000;
}


@media screen and ( max-width: 768px ) {

#section00 {
	background-image: none;
	height:auto;
}

#section00 .wrapper {
	padding: 0;

}

#section00 .navAnchor {
	margin: 0 auto;width:100%;padding:0;
}

#section00 .navAnchor li {
    width: 50%;
    background: #fff;
    text-align: center;
    padding: 0 7%;
    height: 44px;
    border: solid #999;
    border-width: 1px 0px;
    line-height: 44px;
    font-size: 14px;
}

#section00 .navAnchor li:first-child {
	text-align:center;
}

#section00 .navAnchor li:last-child {
	border:0;
	padding: 0 7%;
}

#section00 .navAnchor li:nth-child(2) {
	padding: 0 7%;
}

#section00 .navAnchor li:nth-child(2n+1) {
    border-right: 1px solid #999;
}

#section00 .navAnchor li a{
	line-height:44px;
}

#section00 .navAnchor {
	margin: 0;
}

#section00 .navAnchor li + li + li {
	margin-left: 0px;
}
}



/*-----------------------------------------------
	#section01
-----------------------------------------------*/

#section01 {
	position:relative;
	z-index:1;
	width: 100%;
    /*height: 0;
    padding-bottom: 80%;*/
	background-image: url("../../images/ptn_road_bg.jpg");
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
}

#section01::before{
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 0;
    padding-bottom: 320px;
    -webkit-transform: skewY(-7deg);
    transform: skewY(-7deg);
    z-index: 1;
}

#section01::before {
    top: -140px;
    box-shadow: 0px 15px 15px rgba(144, 144, 144, 0.6);
	background: -moz-linear-gradient(to right, #057255 10%, #000, #000);
    background: -webkit-linear-gradient(to right, #057255 10%, #000, #000);
    background: linear-gradient(to right, #057255 10%, #000, #000);	
}

.cate_box {
    max-width: 980px;
    z-index: 2;
    position: relative;
    display: block;
    margin: 0 auto;
}

.cate_Ttl {
	color:#FFF;
    font-size: 3.2rem;
    font-weight: normal;
    line-height: 3.2rem;
    padding: 80px 0 0 40px;
}

.cate_Ttl span {
    font-size: 4.5rem;
}

#section01 .wrapper {
	padding: 220px 0 120px;
}

#section01 .contents {
    width:100%;
    padding:0 40px 40px;
    float:left;
}

#section01 .contents img{
    padding:0px 0 15px 0;
    max-width:80%;
    /*width:100%;*/
}

#section01 .desc {
	margin-bottom:10px;
}

#section01 .desc2 {
	margin:5px 0;
	line-height:1.5;
}

#section01 h2 {
    margin: 0 0 8px 0;
    font-size: 2.4rem;
    font-weight: lighter;
    line-height: 2.4rem;
	word-break: break-all;
}

h3 {
    margin: 0 0 8px 0;
    font-size: 1.6rem;
    font-weight: lighter;
    line-height: 1.6rem;
}

.figure {
    width: 50%;
    text-align: left;
    overflow: hidden;
    padding: 0 40px;
}

.figure .image{
    margin-bottom: 30px;
}

.figure img {
    width:100%;
}

.figure p {
    font-size: 16px;
    line-height: 1.4;
    padding: 8px 0;
}

#section01 .figure {
    width: 100%;
}

#section01 .figure img {
    margin: 0 auto;
}

#section01 .figure .onlypc {
    max-width: 1000px;
    margin-top: 8px;
}

#section01 .figure {
	position: relative;
	padding: 0;
}

#section01 .figure .caption span {
    text-indent: -1.5em;
}

#section01 .figure img.onlysp {
    color: #009fe8;
}

#section01 .figure .caption {
    position: relative;
    overflow: hidden;
    text-align: left;
    display: block;
	padding-left: 0em;
}

#section01 .figure .cap1 {
    position: absolute;
    top: 246px;
    right: 86px;
}

#section01 .figure .cap2 {
    position: absolute;
    top: 415px;
    left: 119px;
    width: 507px;
}

#section01 .figure .cap3 {
    position: absolute;
    top: 504px;
    left: 119px;
    width: 507px;
}

@media screen and ( max-width: 768px ) {
    #section01 h2 {
        font-size: 2rem;
        line-height: 2rem;
    }

    .figure {
        padding: 0;
    }

    #section01::before {
        top: -180px;
    }

    #section01 {
        height: auto;
        background-image: linear-gradient( -45deg, #fff 25%, #ececec 25%, #ececec 50%, #fff 50%, #fff 75%, #ececec 75%, #ececec );
        background-size: 4px 4px;
        background-repeat: repeat;
    }

    #section01 .wrapper {
        padding: 110px 0 50px;
    }

    #section01 .figure {
        width: 100%;
        margin: 0 auto 0px auto;
        padding-top: 18px;
        float: none;
    }

    #section01 .contents {
    width:100%;
    padding:20px 0 0 0;

    }

    .cate_box {
        width: 85%;
    }

    .cate_Ttl {
        color: #FFF;
        font-size: 2rem;
        font-weight: normal;
        line-height: 2rem;
        padding: 50px 0 0;
    }

    .cate_Ttl span {
        font-size: 3rem;
    }

    #section01 .figure .caption {
    	padding-left: 1.5em;
    }


    #section01 .figure img {
        width:100%;
    }

    #section01 .contents {
        width:100%;
        padding:20px 0 0 0;

    }

    #section01 .figure .cap1, #section01 .figure .cap2, #section01 .figure .cap3 {
        width: 100%;
        position: static;
    }

    #section01 .figure .number1 {
        position: absolute;
        top: -5px;
        right: 33%;
    }

    #section01 .figure .number2 {
        position: absolute;
        left: 28%;
        margin-top: -32px;
    }

    #section01 .figure .number3 {
        position: absolute;
        right: 0%;
        margin-top: -32px;
    }

}


/*-----------------------------------------------
	#pager
-----------------------------------------------*/

#pager {
    background-color: #FFF;
    display: block;
    margin: 0 auto;
    text-align: center;
    padding: 50px 0;
    font-size: 14px;
    line-height: 14px;
    border-top: 1px solid #666666b3;
}

.pagerhead {
    color: #666666b3;
    font-size: 20px;
}

#pager ul {
    width: 100%;
    margin: 15px auto 10px;
    padding: 0 20px;
}

#pager ul li {
    display: inline-block;
    border-right: 1px solid #0003;
    padding: 5px 20px;
}

#pager ul li:last-child {
    border-right: 0;
}

#pager a {
	color:#000;
}