@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("../pm_ps/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("../pm_ps/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("../pm_ps/images/figure_section00_keyvisual_new.jpg");
  background-position: 50% 0;
  background-repeat: no-repeat;
  height: 496px;
  background-color:#fff;
  position:relative;
  z-index:3;
}

#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;
  z-index: 3;
}

#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;
}
}



/*-----------------------------------------------
  #section02
-----------------------------------------------*/

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

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

#section02::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); 
}

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

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

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

@media screen and ( max-width: 768px ) {
    #section02::before {
    top: -180px;
    }
    #section02 .cate_box {
        width: 85%;
    }

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

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

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

#section02 .wrapper {
  padding: 220px 0 110px;
}

#section02 .figure {
    width: 50%;
    text-align: center;
    overflow: hidden;
    display: block;
    margin: 0 auto;
  float: none;
}

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

#section02 .contents {
    width: 100%;
    padding: 0 40px 40px;
    float: left;
    text-align: left;
}

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

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

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

#section02 h2 { 
  margin:8px 0;
}

h3 { 
  margin:8px 0;
}

.Hi-Res {
    width: 100%;
    max-width: 60px;
    float: left;
    margin-top: -60px;
}


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

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

#section02 .figure {
width:90%;
margin:0 auto 0px auto;
padding-top:10px;
float:none;
}

#section02 .contents {
width:100%;
padding:0;

}

#section02 table.spec {
    margin: 10px auto 50px;
}


}

/*-----------------------------------------------
  #section03
-----------------------------------------------*/

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

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

#section03::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;
}

#section03 .wrapper_one{
  padding: 220px 0 250px;
}

#section03 .wrapper_two{
  padding: 130px 0 300px;
}

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

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

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

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

#section03 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 img {
    width:100%;
}

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

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

.figure .image {
    text-align: center;
}


#section03 .figure {
    width: 100%;
}

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

#section03 .figure .onlypc {
    max-width: 932px;
    margin-top: 8px;
  float: left;
}

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

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

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

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

#section03 .figure .cap1 {
    position: absolute;
    top: 12px;
    right: 67px;
    width: 401px;
}

#section03 .figure .cap2 {
    position: absolute;
    top: 200px;
    right: 0px;
    width: 264px;
}

#section03 .figure .cap3 {
    position: absolute;
    top: 424px;
    left: 214px;
    width: 545px;
}

#section03 .figure .cap4 {
    position: absolute;
    top: 328px;
    right: 18px;
    width: 346px;
}

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

#section03 h2 {
    font-size: 2rem;
    line-height: 2rem;
}

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

.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;
}

#section03 {
    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;
}


#section03 .wrapper {
  padding: 110px 0 190px;
}

#section03 .wrapper_one {
    padding: 110px 0 5%;
}

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

.figure {
    padding: 0;
    margin-top: 10%;
}

.figure p {
    font-size: 14px;
}

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


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

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

}

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

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

#section03 .figure .number2 {
    position: absolute;
    top: -5px;
    right: 11.8%;
}

#section03 .figure .number3 {
    position: absolute;
    left: 14.5%;
    margin-top: -33px;
}

#section03 .figure .number4 {
    position: absolute;
    right: 29%;
    margin-top: -33px;
}

}


/*-----------------------------------------------
  #section03_5
-----------------------------------------------*/

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

#section03_5::before {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 0;
    padding-bottom: 150px;
    -webkit-transform: skewY(-7deg);
    transform: skewY(-7deg);
    top: -5.5%;
    box-shadow: 0px -15px 15px rgba(144, 144, 144, 0.1);
    background: -moz-linear-gradient(to bottom, #ffffffe6 10%, #fff0);
    background: -webkit-linear-gradient(to bottom, #ffffffe6 10%, #fff0);
    background: linear-gradient(to bottom, #ffffffe6 10%, #fff0);
}

.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;
}

#section03_5 .wrapper_one{
  padding: 220px 0 250px;
}

#section03_5 .wrapper_two{
  padding: 130px 0 300px;
}

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

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

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

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

#section03_5 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 img {
    width:100%;
}

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

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

.figure .image {
    text-align: center;
}


#section03_5 .figure {
    width: 100%;
}

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

#section03_5 .figure .onlypc {
    max-width: 760px;
    margin-top: 8px;
    float: right;
}

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

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

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

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

#section03_5 .figure .cap1 {
    position: absolute;
    top: 313px;
    left: 72px;
    width: 473px;
}

#section03_5 .figure .cap2 {
    position: absolute;
    top: 380px;
    left: 75px;
    width: 290px;
}

#section03_5 table.spec th,
#section03_5 table.spec td {
    width: 20%;
  border-right: 1px solid #FFF;
}

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

#section03_5 table.spec td:last-child {
    border-right: 0px;
}

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

#section03_5 h2 {
    font-size: 2rem;
    line-height: 2rem;
}

#section03_5::before {
    top: 30px;
}

.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;
}

#section03_5 {
    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;
}


#section03_5 .wrapper {
  padding: 110px 0 150px;
}

#section03_5 .wrapper_one {
    padding: 110px 0 10%;
}

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

.figure {
    padding: 0;
    margin-top: 10%;
}

.figure p {
    font-size: 14px;
}

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


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

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

}

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

#section03_5 .figure .number1 {
    position: absolute;
    left: 32.5%;
    margin-top: -33px;
    right: unset;
    top: unset;
}

#section03_5 .figure .number2 {
    position: absolute;
    margin-top: -33px;
    right: 23.5%;
    top: unset;
}

#section03_5 table.spec {
  word-break: break-all;
}

}


/*-----------------------------------------------
  #section04
-----------------------------------------------*/

#section04 {
    z-index: 2;
    position: relative;
    background-color: #FFF;
}

#section04 .wrapper {
  padding: 50px 0 120px;
}

#section04 {
    text-align: center;
}

#section04 .figure {
    width: 50%;
    text-align: center;
    overflow: hidden;
    display: block;
    margin: 0 auto;
}

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

#section04 .contents {
    width: 100%;
    padding: 0 40px 40px;
    float: left;
    text-align: left;
}

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

#section04 .figure {
    float: none;
}

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

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

#section04 h2 { 
  margin:8px 0;
}

h3 { 
  margin:8px 0;
}

#section04 table {
  margin-bottom:50px;
  
}

#section04 table:last-child {
    margin-bottom: 0px;
}

#section04 table.spec th,
#section04 table.spec td {
    width: 25%;
  border-right: 1px solid #FFF;
}

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

#section04 table.spec td:last-child {
    border-right: 0px;
}

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

#section04 {
    background-color: #FFF;
    margin-top: -45px;
}

#section04 .wrapper {
  padding: 0 0 50px;
}

#section04 .figure {
width:60%;
margin:0 auto 0px auto;
padding-top:10px;
float:none;
}

#section04 .contents {
width:100%;
padding:0;

}

#section04 table.spec {
  word-break: break-all;
}

}



/*-----------------------------------------------
  #section05
-----------------------------------------------*/

#section05 {
  position:relative;
  z-index:1;
  width: 100%;
    background-color: #FFF;
}

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

#section05::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;
}

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

#section05 .figure {
    width: 60%;
    text-align: center;
    overflow: hidden;
    display: block;
    margin: 0 auto;
}

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

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

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

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

#section05 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 img {
    width:100%;
}

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

.figure .image {
    text-align: center;
}

#section05 .figure img {
    max-width: 575px;
    width: 100%;
    float: right;
}

#section05 .figure {
    position: relative;
}



#section05 table {
  margin-bottom:100px;
  
}

#section05 table:last-child {
    margin-bottom: 0px;
}

#section05 table.spec th,
#section05 table.spec td {
    width: 33%;
  border-right: 1px solid #FFF;
}

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

#section05 table.spec td:last-child {
    border-right: 0px;
}

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

#section05 h2 {
    font-size: 2rem;
    line-height: 2rem;
}

.figure {
    padding: 0;
    margin-top: 10%;
}

.figure p {
    font-size: 14px;
}

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

.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;
}

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

#section05 .wrapper {
  padding: 110px 0 10px;
}

#section05 .figure {
width:90%;
margin:0 auto 0px auto;
padding-top:10px;
float:none;
}

#section05 .contents {
width:100%;
padding:0;

}

#section05 table.spec {
    margin: 10px auto 50px;
}

#section05 table.spec {
  word-break: break-all;
}
}


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