@charset "UTF-8"; /* CSS Document */
html, body {
    height: 100%;
}

html {
    background: #f5f5f5;
}

body {
    padding:0;
    margin: 0;
    overflow: visible;
}


::selection {
	background: rgba(241, 224, 217, 0.9); /* Safari用 */
}
::-moz-selection {
	background: rgba(241, 224, 217, 0.9);  /* Firefox用 */
}

.fat-nav,
.hamburger__icon,
.hamburger,
.fat-nav__wrapper,
.fat-nav .logo,
.fat-nav.active,
.fat-nav ul,
.fat-nav li{
    display:none;
}

.gnav .logo{
    width: 130px;
    height:130px;
    margin:30px auto;
    background: url(../img/muku_zeh_logo.svg) no-repeat 0 0;
}


.gnav .logo a{
    display:block;
    width: 130px;
    height:130px;
    margin:30px auto;
}


.gnav{
    font-family: 'Playfair Display', serif;
    font-size:14px;
    height:100vh;
    position:fixed;
    background:rgba(255,255,255,0.3);
    z-index:10;
}

.gnav li{
    display: block;
    width: 300px;
    box-sizing:border-box;
}


.gnav li:nth-child(18) a span{
    color:#fff;
    background:#ce6666;
    padding:5px 10px;
    border-radius: 10px;
    box-sizing:border-box;
}

.gnav li.on{
    border-right:4px solid #ce6666;
    background:#fff;
}

.gnav li a{
    display: block;
    padding: 7px 20px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}

.gnav li a em{
    font-size:100%;
    font-style:normal;
    font-weight:700;
    color:#000;
    padding:.3em .0em;
    margin-right:0.3em;
}

.gnav li:nth-child(2) a em,
.gnav li:nth-child(3) a em,
.gnav li:nth-child(4) a em,
.gnav li:nth-child(5) a em,
.gnav li:nth-child(6) a em,
.gnav li:nth-child(7) a em,
.gnav li:nth-child(8) a em,
.gnav li:nth-child(9) a em,
.gnav li:nth-child(10) a em{
    padding:.3em .4em;
}

.gnav li:nth-child(15) a em,
.gnav li:nth-child(16) a em{
    padding:.3em .6em;
    margin-left:2.5em;
    background:#efefef;
    border:none;
}

.gnav li a:hover,
.gnav li a:link,
.gnav li a:visited{
    text-decoration:none;
    color:#333;
}

.gnav li a:hover{
    background:rgba(255, 255, 255, 0.9);
}


#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 77%;
}

#page-top a {
    background: #666;
    text-decoration: none;
    color: #fff;
    width: 100px;
    padding: 30px 0;
    text-align: center;
    display: block;
    border-radius: 5px;
}
#page-top a:hover {
    text-decoration: none;
    background: #999;
}




.fuwatAnime {
    -webkit-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 0.3s;
    -ms-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-name: fuwatAnime;
    -ms-animation-name: fuwatAnime;
    animation-name: fuwatAnime;
    visibility: visible !important;
}

@-webkit-keyframes fuwatAnime {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fuwatAnime {
    0% {
        opacity: 0;
    }

    50% {
    }

    100% {
        opacity: 1;
    }
}

.moveAnime {
    -webkit-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 1.5s;
    -ms-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-name: moveAnime;
    -ms-animation-name: moveAnime;
    animation-name: moveAnime;
    visibility: visible !important;
}

@-webkit-keyframes moveAnime {
    0% {
        opacity: 0;
        border: 1px solid #fff;
        transform: translate(0px,0px);
    }

    50% {
        border: 2px solid #fff;
    }

    100% {
        opacity: 1;
        border: 1px solid #999;
        transform: translate(50px,20px);
    }
}

@keyframes moveAnime {
    0% {
        opacity: 0;
        transform: translate(0px,0px);
    }

    50% {
    }

    90% {
        opacity: 1;
        box-shadow: 0px 0px 0px rgba(0,0,0,0.0);
        transform: translate(50px,20px);
    }

    100% {
        box-shadow: 5px 5px 5px rgba(0,0,0,0.2);
        transform: translate(45px,15px);
    }
}

.move2Anime {
    -webkit-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 1.5s;
    -ms-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-name: move2Anime;
    -ms-animation-name: move2Anime;
    animation-name: move2Anime;
    visibility: visible !important;
}

@-webkit-keyframes move2Anime {
    0% {
        opacity: 0;
        transform: translate(0px,0px);
    }

    50% {
    }

    100% {
        opacity: 1;
        transform: translate(50px,20px);
    }
}

@keyframes move2Anime {
    0% {
        opacity: 0;
        transform: translate(0px,0px);
    }

    50% {
    }

    100% {
        opacity: 1;
        transform: translate(-50px,-20px);
    }
}

/* backimage */
.box {
    width:100vw;
    height: 100vh;
    z-index: -100;
    position: fixed;
}

.wave {
    opacity: .3;
    position: fixed;
    top: -550px;
    left: -550px;
    background: #fff;
    width: 1000px;
    height: 1000px;
    transform-origin: 50% 48%;
    border-radius: 43%;
    animation: drift 3000ms infinite linear;
}

.wave.-three {
    animation: drift 6000ms infinite linear;
}

.wave.-two {
    animation: drift 7000ms infinite linear;
    opacity: .2;
    background: #fdd1d1;
}

.wave2 {
    opacity: .3;
    position: fixed;
    bottom: -550px;
    right: -550px;
    background: #fff;
    width: 1000px;
    height: 1000px;
    transform-origin: 50% 48%;
    border-radius: 43%;
    animation: drift 3000ms infinite linear;
}

.wave2.-three {
    animation: drift 6000ms infinite linear;
}

.wave2.-two {
    animation: drift 7000ms infinite linear;
    opacity: .2;
    background: #c8def9;
}

.box:after {
    content: '';
    display: block;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(#e8a, 1), rgba(#def, 0) 80%, rgba(white, .5));
    z-index: 11;
    transform: translate3d(0, 0, 0);
}

@keyframes drift {
    from {
        transform: rotate(0deg);
    }

    from {
        transform: rotate(360deg);
    }
}

/* mainimage */
.maincontainer {
    width: 100vw;
    z-index: 1;
    font-family: 'Playfair Display', serif;
}

.maincontainer p {
    font-size: 15px;
    letter-spacing: .2em;
    line-height: 2em;
}


.maincontainer_framebox {
    width: 1200px;
    left:200px;
    margin:0 auto;
    position:relative;
}


.maincontainer .sec_top {
    width: 100vw;
    height: 100vh;
}

.maincontainer .sec_top .title {
    margin: 0 auto;
    padding-top: 30vh;
    text-align: center;
    box-sizing: border-box;
}

.maincontainer .sec_top .title dl{
    font-size:18px;
    animation-name: fadeIn;
    animation-duration: 3s;
    animation-timing-function: ease;
}

.maincontainer .sec_top .title dd {
    width: 40%;
    font-size: 30px;
    letter-spacing: .5em;
    font-weight: bold;
    margin:50px auto;
    position: relative;
    padding:0.5em 4em;
    line-height: 1.4;
    display: inline-block;
    animation-name: fadeIn;
    animation-duration: 5s;
    animation-timing-function: ease;
}

.maincontainer .sec_top .title dd span{
    font-size: 70px;
    vertical-align:middle;
    margin:0 20px;
}

.maincontainer .sec_top .title dd span rt{
    font-size: 15px;
}

.maincontainer .sec_top .title dd:before,
.maincontainer .sec_top .title dd:after{
  content:'';
width: 40px;
height: 40px;
position: absolute;
display: inline-block;
}

.maincontainer .sec_top .title dd:before{
  border-left: solid 1px #000;
  border-top: solid 1px #000;
  top:0;
  left: 0;
}

.maincontainer .sec_top .title dd:after{
  border-right: solid 1px #000;
  border-bottom: solid 1px #000;
  bottom:0;
  right: 0;
}


.maincontainer .sec_top .title dt {
    width: 350px;
    height:100px;
    margin:0 auto;
    background: url(../img/zeh_img_top_zeh_logo.svg) no-repeat 0 0;
    animation-name: fadeIn;
    animation-duration: 9s;
    animation-timing-function: ease;
}


.maincontainer .sec_top .title .sub_c {
    margin:10px 0 50px 0;
}

.maincontainer .sec_top .title .sub_c span{
    font-size:20px;
    background:#ffffff;
    padding:10px 100px;
    border-radius:30px;
    animation-name: fadeIn;
    animation-duration: 7s;
    animation-timing-function: ease;
}


@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}


section {
    width: 100%;
    height:100vh;
    margin: 0 auto;
    box-sizing:border-box;
    font-feature-settings : "palt";
}

section:after{
	content: "";
	clear: both;
	display: block;
}



.sec_0 h2,
.sec_1 h2,
.sec_2 h2,
.sec_3 h2,
.sec_4 h2,
.sec_5 h2,
.sec_6 h2,
.sec_7 h2,
.sec_8 h2,
.sec_9 h2,
.sec_10 h2,
.sec_11 h2,
.sec_12 h2,
.sec_13 h2,
.sec_14 h2,
.sec_15 h2{
    color: #000;
    font-size: 20px;
}


.sec_0 .table_1,
.sec_1 .table_1,
.sec_2 .table_1,
.sec_3 .table_1,
.sec_4 .table_1,
.sec_5 .table_1,
.sec_6 .table_1,
.sec_7 .table_1,
.sec_8 .table_1,
.sec_9 .table_1,
.sec_10 .table_1,
.sec_11 .table_1,
.sec_12 .table_1,
.sec_13 .table_1,
.sec_14 .table_1,
.sec_15 .table_1{
    clear: both;
    position:relative;
    -ms-overflow-style:none;
}

.sec_0 .table_1 .detailbox,
.sec_1 .table_1 .detailbox,
.sec_2 .table_1 .detailbox,
.sec_3 .table_1 .detailbox,
.sec_4 .table_1 .detailbox,
.sec_5 .table_1 .detailbox,
.sec_6 .table_1 .detailbox,
.sec_7 .table_1 .detailbox,
.sec_8 .table_1 .detailbox,
.sec_9 .table_1 .detailbox,
.sec_10 .table_1 .detailbox,
.sec_11 .table_1 .detailbox,
.sec_12 .table_1 .detailbox,
.sec_13 .table_1 .detailbox,
.sec_14 .table_1 .detailbox,
.sec_15 .table_1 .detailbox{
    width: 60%;
    padding: 70px 100px 100px 100px;
    background: rgba(255,255,255,0.5);
    box-sizing: border-box;
    position:relative;
}

.sec_0 .table_1 .detailbox dl,
.sec_1 .table_1 .detailbox dl,
.sec_2 .table_1 .detailbox dl,
.sec_3 .table_1 .detailbox dl,
.sec_4 .table_1 .detailbox dl,
.sec_5 .table_1 .detailbox dl,
.sec_6 .table_1 .detailbox dl,
.sec_7 .table_1 .detailbox dl,
.sec_8 .table_1 .detailbox dl,
.sec_9 .table_1 .detailbox dl,
.sec_10 .table_1 .detailbox dl,
.sec_11 .table_1 .detailbox dl,
.sec_12 .table_1 .detailbox dl,
.sec_15 .table_1 .detailbox dl{
    font-weight:700;
    text-align:center;
}


.sec_0 .table_1 .detailbox dl span,
.sec_1 .table_1 .detailbox dl span,
.sec_2 .table_1 .detailbox dl span,
.sec_3 .table_1 .detailbox dl span,
.sec_4 .table_1 .detailbox dl span,
.sec_5 .table_1 .detailbox dl span,
.sec_6 .table_1 .detailbox dl span,
.sec_7 .table_1 .detailbox dl span,
.sec_8 .table_1 .detailbox dl span,
.sec_9 .table_1 .detailbox dl span,
.sec_10 .table_1 .detailbox dl span,
.sec_11 .table_1 .detailbox dl span,
.sec_12 .table_1 .detailbox dl span,
.sec_15 .table_1 .detailbox dl span{
}




.table_1 .detailbox dl span{
    width:100%;
    font-size: 20px;
    vertical-align:middle;
    margin:20px auto;
    padding:20px 0;
    position: relative;
    display: inline-block;
}

.table_1 .detailbox dl span em{
    font-size:120%;
    color:#000;
    font-style:normal;
    margin-right:10px;
}


.table_1 .detailbox dl span:before,
.table_1 .detailbox dl span:after{
  content:'';
width: 20px;
height: 20px;
position: absolute;
display: inline-block;
}

.table_1 .detailbox dl span:before{
  border-left: solid 1px #000;
  border-top: solid 1px #000;
  top:0;
  left: 0;
}

.table_1 .detailbox dl span:after{
  border-right: solid 1px #000;
  border-bottom: solid 1px #000;
  bottom:0;
  right: 0;
}







.sec_0,
.sec_1,
.sec_2,
.sec_3,
.sec_4,
.sec_5,
.sec_6,
.sec_7,
.sec_8,
.sec_9,
.sec_10,
.sec_11,
.sec_11,
.sec_12,
.sec_13,
.sec_14,
.sec_15{
    position:relative;
    margin-bottom:100px;
}


.sec_0 .table_1 .detailbox  dd{
    width: 250px;
    height:250px;
    position: absolute;
    top: 220px;
    right: -320px;
    background: url(../img/muku_zeh_logo.svg) no-repeat 0 0;
    animation-delay: 1.0s;
}

.sec_0 .table_1 .chart_box {
    width: 90%;
    margin-top: 50px;
    float: right;
    box-sizing: border-box;
}

.sec_0 .table_1 .chart_box ul {
    padding: 0;
}

.sec_0 .table_1 .chart_box ul li{
    list-style: none;
    float:left;
}

.sec_0 .table_1 .chart_box ul li dt{
    width:100%;
    text-align:center;
}

.sec_0 .table_1 .chart_box ul li img{
    width:100%;
}

.sec_0 .table_1 .chart_box ul li:nth-child(1),
.sec_0 .table_1 .chart_box ul li:nth-child(3){
        width:25%;
}

.sec_0 .table_1 .chart_box ul li:nth-child(2),
.sec_0 .table_1 .chart_box ul li:nth-child(4){
        width:5%;
}


.sec_0 .table_1 .chart_box ul li:nth-child(5){
    width:40%;
    margin-top:-65px;
}

.sec_0 .table_1 .chart_box ul li:nth-child(5) dl{
    position:relative;
}

.sec_0 .table_1 .chart_box ul li:nth-child(5) dt{
    clear:both;
}

.sec_0 .table_1 .chart_box ul li:nth-child(1) img{
    animation-delay: 0.7s;
}

.sec_0 .table_1 .chart_box ul li:nth-child(2) img{
    animation-delay: 1.0s;
}

.sec_0 .table_1 .chart_box ul li:nth-child(3) img{
    animation-delay: 1.3s;
}

.sec_0 .table_1 .chart_box ul li:nth-child(4) img{
    animation-delay: 1.8s;
}

.sec_0 .table_1 .chart_box ul li:nth-child(5) dl img:nth-child(1){
    position:absolute;
    animation-delay: 2.1s;
}

.sec_0 .table_1 .chart_box ul li:nth-child(5) dl img:nth-child(2){
    position:absolute;
    animation-delay: 2.4s;
}

.sec_0 .table_1 .chart_box ul li:nth-child(5) dl img:nth-child(3){
    position:absolute;
    animation-delay: 2.7s;
}

.sec_0 .table_1 .chart_box ul li:nth-child(5) dl img:nth-child(4){
    animation-delay: 3.0s;
    position:absolute;
}





.sec_1 .table_1 .detailbox dt {
    width: 250px;
    height:250px;
    position: absolute;
    top: 230px;
    right: -300px;
    background: url(../img/zeh_img_1_zeh_logo.svg) no-repeat 0 0;
    animation-delay: 1.0s;
}


.sec_1 .table_1 .chart_box {
    width:70%;
    margin-top: -50px;
    float: right;
    box-sizing: border-box;
}

.sec_1 .table_1 .chart_box ul {
    width: 47%;
    list-style: none;
    float: left;
    margin-right: 4%;
    padding: 0;
}

.sec_1 .table_1 .chart_box ul dt{
    text-align:center;
    font-size:120%;
}

.sec_1 .table_1 .chart_box ul span {
    padding: 5px 15px;
    color: #000;
    border-bottom: 1px solid #000;
}

.sec_1 .table_1 .chart_box ul:nth-child(even) {
    margin-right: 0%;
}

.sec_1 .table_1 .chart_box ul li {
    list-style: none;
}

.sec_1 .table_1 .chart_box ul li dl{
    height:330px;
    position: relative;
    background: url(../img/zeh_img_1_graf_a.svg) no-repeat 0 0;
}

.sec_1 .table_1 .chart_box ul li dl img{
    height:100%;
}

.sec_1 .table_1 .chart_box ul li:nth-child(1) img:nth-child(1) {
    animation-delay: 0.7s;
    position: absolute;
}

.sec_1 .table_1 .chart_box ul li:nth-child(1) img:nth-child(2) {
    animation-delay: 1.2s;
    position: absolute;
}

.sec_1 .table_1 .chart_box ul li:nth-child(2) img:nth-child(1) {
    animation-delay: 1.7s;
    position: absolute;
}

.sec_1 .table_1 .chart_box ul li:nth-child(2) img:nth-child(2) {
    animation-delay: 2.2s;
    position: absolute;
}

.sec_1 .table_1 .chart_box ul li:nth-child(2) img:nth-child(3) {
    animation-delay: 2.7s;
    position: absolute;
}





.sec_2 .table_1 .chart_box_a {
    width: 80%;
    margin-top: -30px;
    float: right;
    background: url(../img/zeh_img_2_a.svg) no-repeat 0 0;
    box-sizing: border-box;
}

.sec_2 .table_1 .chart_box_a ul {
    padding: 0;
    margin: 0;
}

.sec_2 .table_1 .chart_box_a ul li {
    list-style: none;
    position: relative;
}

.sec_2 .table_1 .chart_box_a ul li:nth-child(1) img:nth-child(1) {
    animation-delay: 1.0s;
    position: absolute;
}

.sec_2 .table_1 .chart_box_a ul li:nth-child(1) img:nth-child(2) {
    animation-delay: 1.5s;
    position: absolute;
}

.sec_2 .table_1 .chart_box_a ul li:nth-child(1) img:nth-child(3) {
    animation-delay: 2.0s;
    position: absolute;
}

.sec_2 .table_1 .chart_box_a ul li:nth-child(1) img:nth-child(4) {
    animation-delay: 2.5s;
    position: absolute;
}

.sec_2 .table_1 .chart_box_a ul li:nth-child(1) img:nth-child(5) {
    animation-delay: 2.5s;
    position: absolute;
}

.sec_2 .table_1 .chart_box_a ul li:nth-child(1) img:nth-child(6) {
    animation-delay: 1.0s;
    position: absolute;
}

.sec_2 .table_1 .chart_box_a ul li:nth-child(1) img:nth-child(7) {
    animation-delay: 2.0s;
    position: absolute;
}

.sec_2 .table_1 .chart_box_a ul li:nth-child(1) img:nth-child(8) {
    animation-delay: 2.5s;
    position: absolute;
}

.sec_2 .table_1 .chart_box_a ul li:nth-child(1) img:nth-child(9) {
    animation-delay: 1.0s;
    position: absolute;
}

.sec_2 .table_1 .chart_box_a ul li:nth-child(1) img:nth-child(10) {
    animation-delay: 1.5s;
    position: absolute;
}

.sec_2 .table_1 .chart_box_a ul li:nth-child(1) img:nth-child(11) {
    animation-delay: 2.0s;
    position: absolute;
}

.sec_2 .table_1 .chart_box_a ul li:nth-child(1) img:nth-child(12) {
    animation-delay: 2.5s;
}



.sec_3 .table_1 .chart_box {
    width: 40%;
    margin-top: -200px;
    float: right;
    box-sizing: border-box;
}

.sec_3 .table_1 .chart_box ul {
    padding: 0;
    margin: 0;
}

.sec_3 .table_1 .chart_box ul li {
    list-style: none;
}

.sec_3 .table_1 .chart_box ul li:nth-child(1) {
    width: 100%;
}

.sec_3 .table_1 .chart_box ul li:nth-child(2) {
    width: 100%;
}

.sec_3 .table_1 .chart_box ul li:nth-child(2) img {
    width: 18%;
    display: inline-block;
}

.sec_3 .table_1 .chart_box ul li:nth-child(2) img:nth-child(1) {
    animation-delay: 0.5s;
}

.sec_3 .table_1 .chart_box ul li:nth-child(2) img:nth-child(2) {
    animation-delay: 0.8s;
}

.sec_3 .table_1 .chart_box ul li:nth-child(2) img:nth-child(3) {
    animation-delay: 1.1s;
}

.sec_3 .table_1 .chart_box ul li:nth-child(2) img:nth-child(4) {
    animation-delay: 1.4s;
}

.sec_3 .table_1 .chart_box ul li:nth-child(2) img:nth-child(5) {
    animation-delay: 1.7s;
}





.sec_4 .table_1 .detailbox img {
    width: 300px;
    position: absolute;
    bottom: 0;
    right: -350px;
    animation-delay: 1.0s;
}


.sec_4 .table_1 .chart_box_a {
    width: 90%;
    margin-top: 50px;
    float: right;
    box-sizing: border-box;
}

.sec_4 .table_1 .chart_box_a ul {
    list-style: none;
    display: inline-block;
    padding: 0;
}

.sec_4 .table_1 .chart_box_a ul span {
    padding: 5px 15px;
    color: #000;
    border-bottom: 1px solid #000;
}

.sec_4 .table_1 .chart_box_a ul:nth-child(2) {
    margin: 0;
}

.sec_4 .table_1 .chart_box_a ul li {
    width: 100%;
    list-style: none;
    box-sizing: border-box;
}

.sec_4 .table_1 .chart_box_a ul:nth-child(1) {
    width: 43%;
    animation-delay: 0.7s;
}

.sec_4 .table_1 .chart_box_a ul:nth-child(2) {
    width: 13%;
    animation-delay: 1.3s;
}

.sec_4 .table_1 .chart_box_a ul:nth-child(3) {
    width: 43%;
    animation-delay: 1.8s;
}


.sec_5 .table_1 .chart_box {
    width: 70%;
    margin-top: -100px;
    float: right;
    box-sizing: border-box;
    padding:50px;
}

.sec_5 .table_1 .chart_box h2{
    text-align:center;
    font-size:105%;
    margin-bottom:30px;
}

.sec_5 .table_1 .chart_box h2 span{
    font-size:120%;
    padding:5px 20px;
    border-bottom:1px solid #000;
    box-sizing: border-box;
}

.sec_5 .table_1 .chart_box ul {
    padding:0;
    margin:0;
}


.sec_5 .table_1 .chart_box ul span{
    color:#fff;
}

.sec_5 .table_1 .chart_box ul li {
    width:45%;
    list-style: none;
    display: inline-block;
    padding:0;
    margin-right:9%;
    box-sizing: border-box;
}

.sec_5 .table_1 .chart_box ul li:nth-child(2){
    margin-right:0;
}

.sec_5 .table_1 .chart_box ul li:nth-child(1) dt{
    color:#fff;
    background:#ebaabe;
    text-align:center;
    padding:5px 0;
}


.sec_5 .table_1 .chart_box ul li:nth-child(2) dt{
    color:#fff;
    background:#82b4dc;
    text-align:center;
    padding:5px 0;
}


.sec_5 .table_1 .chart_box ul li dl{
    padding:0;
    margin:0;
    position:relative;
}

.sec_5 .table_1 .chart_box ul li dl img{
    width:100%;
    height:auto;
}

.sec_5 .table_1 .chart_box ul li dl img:nth-child(1){
    animation-delay: 0.7s;
    position:absolute;
}

.sec_5 .table_1 .chart_box ul li dl img:nth-child(2){
    position:absolute;
    animation-delay: 1.7s;
}

.sec_5 .table_1 .chart_box ul li dl img:nth-child(3){
    position:absolute;
    animation-delay: 1.2s;
}




.sec_6 .table_1 .chart_box {
    width: 90%;
    margin-top: 30px;
    float: right;
    box-sizing: border-box;
}

.sec_6 .table_1 .chart_box h2{
    font-size:110%;
}


.sec_6 .table_1 .chart_box ul:nth-child(2) {
    margin:0;
}

.sec_6 .table_1 .chart_box ul li{
    width: 100%;
    list-style:none;
    box-sizing: border-box;
}

.sec_6 .table_1 .chart_box ul li dl{
    width:25%;
    float:left;
    margin-right:5%;
}

.sec_6 .table_1 .chart_box ul li dt{
    text-align:center;
    margin-bottom:20px;
}

.sec_6 .table_1 .chart_box ul li dt span {
    padding: 5px 15px;
    color: #000;
    border-bottom:1px #000 solid;
    text-align:center;
}


.sec_6 .table_1 .chart_box ul li dl:nth-child(3){
    margin-right:0;
}

.sec_6 .table_1 .chart_box ul li dl img {
    width:100%;
}

.sec_6 .table_1 .chart_box ul li dl:nth-child(1) {
    animation-delay: 0.7s;
}

.sec_6 .table_1 .chart_box ul li dl:nth-child(2) {
    animation-delay: 1.2s;
}

.sec_6 .table_1 .chart_box ul li dl:nth-child(3) {
    width:35%;
    background:#fff;
    padding:10px 20px;
    animation-delay: 1.7s;
    box-sizing:border-box;
    margin-top:-70px;
}


.sec_7 .table_1 .chart_box {
    width: 95%;
    margin-top: -300px;
    float: right;
    box-sizing: border-box;
}


.sec_7 .table_1 .chart_box ul li{
    list-style:none;
    position:relative;
}

.sec_7 .table_1 .chart_box ul li img{
    display:inline-block;
}

.sec_7 .table_1 .chart_box ul li img:nth-child(1){
    position:absolute;
    z-index:1;
    animation-delay: 2.7s;
}
.sec_7 .table_1 .chart_box ul li img:nth-child(2){
    position:absolute;
    animation-delay: 1.2s;
}
.sec_7 .table_1 .chart_box ul li img:nth-child(3){
    position:absolute;
    animation-delay: 1.4s;
}
.sec_7 .table_1 .chart_box ul li img:nth-child(4){
    position:absolute;
    animation-delay: 1.6s;
}
.sec_7 .table_1 .chart_box ul li img:nth-child(5){
    position:absolute;
    animation-delay: 1.8s;
}
.sec_7 .table_1 .chart_box ul li img:nth-child(6){
    position:absolute;
    animation-delay: 2.0s;
}
.sec_7 .table_1 .chart_box ul li img:nth-child(7){
    position:absolute;
    animation-delay: 2.2s;
}

.sec_7 .table_1 .chart_box ul li img:nth-child(8){
    animation-delay: 2.4s;

}


.sec_8 .table_1 .chart_box {
    width: 90%;
    margin-top: -50px;
    float: right;
    box-sizing: border-box;
}

.sec_8 .table_1 .chart_box ul{
    padding:0;
}

.sec_8 .table_1 .chart_box ul li{
    list-style:none;
    width:48%;
    margin-right:3%;
    display:inline-block;
}

.sec_8 .table_1 .chart_box ul li dt{
    text-align:center;
}


.sec_8 .table_1 .chart_box ul li span{
    border-bottom:1px #000 solid;
    padding:5px 15px;
}

.sec_8 .table_1 .chart_box ul li:nth-child(2){
    margin-right:0;
}

.sec_8 .table_1 .chart_box ul li dl{
    width:100%;
    position:relative;
}

.sec_8 .table_1 .chart_box ul li dl img{
}


.sec_8 .table_1 .chart_box ul li dl img:nth-child(1){
    position:absolute;
    animation-delay: 0.7s;
}

.sec_8 .table_1 .chart_box ul li dl img:nth-child(2){
    position:absolute;
    animation-delay: 1.2s;
}

.sec_8 .table_1 .chart_box ul li dl img:nth-child(3){
    position:absolute;
    animation-delay: 1.7s;
}



.sec_9 .table_1 .detailbox img {
    width: 300px;
    position: absolute;
    bottom: 100px;
    right: -350px;
    animation-delay: 1.0s;
}



.sec_9 .table_1 .chart_box {
    width: 50%;
    margin-top: -100px;
    float: right;
    box-sizing: border-box;
}

.sec_9 .table_1 .chart_box ul{
    padding:0;
    margin:0;
}

.sec_9 .table_1 .chart_box ul li{
    position:relative;
    list-style:none;
}

.sec_9 .table_1 .chart_box ul li img:nth-child(1){
    animation-delay: 0.7s;
    position:absolute;

}

.sec_9 .table_1 .chart_box ul li img:nth-child(2){
    animation-delay: 1.2s;
    position:absolute;

}

.sec_9 .table_1 .chart_box ul li img:nth-child(3){
    position:absolute;
    animation-delay: 1.7s;
}


.sec_10 .table_1 .chart_box {
    width: 90%;
    margin-top: -50px;
    float: right;
    box-sizing: border-box;
    padding:20px;
}

.sec_10 .table_1 .chart_box dl{
    font-size:130%;
    color:#fff;
    text-align:center;
}

.sec_10 .table_1 .chart_box dl span{
    color:#fff;
    text-align:center;
    padding:10px 20px;
    background:#ebaabe;
    border-radius:20px;
}

.sec_10 .table_1 .chart_box dl span span{
    padding:0;
}

.sec_10 .table_1 .chart_box ul{
    padding:0;
}

.sec_10 .table_1 .chart_box ul li{
    list-style:none;
    width:30%;
    margin-right:3%;
    display:inline-block;
    position:relative;
}

.sec_10 .table_1 .chart_box ul li:nth-child(3){
    margin-right:0;
}

.sec_10 .table_1 .chart_box ul li img{
    width:100%;
    position:relative;
}

.sec_10 .table_1 .chart_box ul li:nth-child(1) img:nth-child(1){
    animation-delay: 0.7s;
    position:absolute;

}

.sec_10 .table_1 .chart_box ul li:nth-child(1) img:nth-child(2){
    animation-delay: 1.2s;
}


.sec_10 .table_1 .chart_box ul li:nth-child(2) img:nth-child(1){
    animation-delay: 1.7s;
    position:absolute;

}

.sec_10 .table_1 .chart_box ul li:nth-child(2) img:nth-child(2){
    animation-delay: 2.2s;
    position:absolute;
}

.sec_10 .table_1 .chart_box ul li:nth-child(2) img:nth-child(3){
    animation-delay: 2.7s;
}


.sec_10 .table_1 .chart_box ul li:nth-child(3) img:nth-child(1){
    animation-delay: 3.2s;
    position:absolute;

}

.sec_10 .table_1 .chart_box ul li:nth-child(3) img:nth-child(2){
    animation-delay: 3.7s;
    position:absolute;
}

.sec_10 .table_1 .chart_box ul li:nth-child(3) img:nth-child(3){
    animation-delay: 4.2s;
}




.sec_11 .table_1 .chart_box {
    width: 90%;
    margin-top: 0px;
    float: right;
    box-sizing: border-box;
}

.sec_11 .table_1 .chart_box ul{
    padding:0;
    margin:0;
}

.sec_11 .table_1 .chart_box ul li{
    width:31%;
    margin-right:3%;
    display:inline-block;
    list-style:none;
}

.sec_11 .table_1 .chart_box ul li:nth-child(3){
    margin-right:0;
}

.sec_11 .table_1 .chart_box ul li dt{
    text-align:center;
    margin-bottom:10px;
}


.sec_11 .table_1 .chart_box ul li dt span{
    border-bottom:1px solid #000;
    padding:5px 20px;
}

.sec_11 .table_1 .chart_box ul li img{
    width:100%;
}

.sec_11 .table_1 .chart_box ul li:nth-child(1){
   animation-delay: 0.7s;
}

.sec_11 .table_1 .chart_box ul li:nth-child(2){
   animation-delay: 1.2s;
}

.sec_11 .table_1 .chart_box ul li:nth-child(3){
   animation-delay: 1.7s;
}



.sec_13 .table_1 .detailbox h2 em{
    font-style:normal;
    font-size:70%;
}



.sec_12 .table_1 .chart_box {
    width: 45%;
    margin-top:-50px;
    float:right;
    -ms-overflow-style:none;
}

.sec_12 .table_1 .chart_box dl{
    position:relative;
}



.sec_12 .table_1 .chart_box img:nth-child(1){
    position:absolute;
    animation-delay: 0.7s;
}

.sec_12 .table_1 .chart_box img:nth-child(2){
    position:absolute;
    z-index:1;
    animation-delay: 1.2s;
}

.sec_12 .table_1 .chart_box img:nth-child(3){
    position:absolute;
    z-index:2;
    animation-delay: 1.7s;
}

.sec_12 .table_1 .chart_box img:nth-child(4){
    position:absolute;
    animation-delay: 2.2s;
}

.sec_12 .table_1 .chart_box img:nth-child(5){
    position:absolute;
    z-index:2;
    animation-delay: 2.7s;
}

.sec_12 .table_1 .chart_box img:nth-child(6){
    animation-delay: 3.2s;
    position:absolute;
}




.sec_13 .table_1 .detailbox dt,
.sec_14 .table_1 .detailbox dt{
    color:#000;
}

.sec_13 .table_1 .detailbox dt span,
.sec_14 .table_1 .detailbox dt span{
    text-align:center;
    padding:5px 20px;
    background:#efefef;
}




.sec_13 .table_1 .chart_box {
    width: 45%;
    margin-top: -180px;
    float: right;
    background: url(../img/zeh_img_13_a_bg.png) no-repeat center top;
    background-size:contain;
    box-sizing: border-box;
}


.sec_13 .table_1 .chart_box img{
    animation-delay: 1.0s;
}

.sec_13 .table_1 .chart_box dl{
    background:#fff;
    font-size:100%;
    padding:20px;
    margin:0;
}

.sec_13 .table_1 .chart_box dl span{
    font-size:130%;
    font-weight:700;
}



.sec_14 .table_1 .chart_box {
    width: 45%;
    margin-top: -130px;
    float: right;
    box-sizing: border-box;
}

.sec_14 .table_1 .chart_box dl{
    position:relative;
}

.sec_14 .table_1 .chart_box img{
}

.sec_14 .table_1 .chart_box img:nth-child(1){
    animation-delay: 0.7s;
    position:absolute;
}

.sec_14 .table_1 .chart_box img:nth-child(2){
    animation-delay: 1.2s;
    position:absolute;
}

.sec_14 .table_1 .chart_box img:nth-child(3){
    animation-delay: 1.7s;
    position:absolute;
}
.sec_14 .table_1 .chart_box img:nth-child(4){
    animation-delay: 2.2s;
    position:absolute;
}
.sec_14 .table_1 .chart_box img:nth-child(5){
    animation-delay: 2.7s;
    position:absolute;
}
.sec_14 .table_1 .chart_box img:nth-child(6){
    animation-delay: 3.2s;
    position:absolute;
}



.sec_15 .table_1 .chart_box {
    width: 55%;
    margin-top: -30px;
    float: right;
    box-sizing: border-box;
    position:relative;
}

.sec_15 .table_1 .chart_box dt{
    font-size:110%;
    text-align:center;
}

.sec_15 .table_1 .chart_box dt span{
    padding:0 20px 10px 20px;
    border-bottom:1px solid #000;
    }
.sec_15 .table_1 .chart_box dd{
	width: 100%;
    margin: 0;
    padding: 20px 0 0;
    position: relative;
    box-sizing: border-box;
}

.sec_15 .table_1 .chart_box li{
    list-style:none;
    position:relative;
}

.sec_15 .table_1 .chart_box li img{
}

.sec_15 .table_1 .chart_box img:nth-child(1){
    animation-delay: 0.7s;
    position:absolute;
}
.sec_15 .table_1 .chart_box img:nth-child(2){
    animation-delay: 1.0s;
    position:absolute;
}
.sec_15 .table_1 .chart_box img:nth-child(3){
    animation-delay: 1.3s;
    position:absolute;
}
.sec_15 .table_1 .chart_box img:nth-child(4){
    animation-delay: 1.6s;
    position:absolute;
}
.sec_15 .table_1 .chart_box img:nth-child(5){
    animation-delay: 1.9s;
    position:absolute;
}
.sec_15 .table_1 .chart_box img:nth-child(6){
    animation-delay: 2.2s;
    position:absolute;
}
.sec_15 .table_1 .chart_box img:nth-child(7){
    animation-delay: 2.5s;
    position:absolute;
}
.sec_15 .table_1 .chart_box img:nth-child(8){
    animation-delay: 2.8s;
    position:absolute;
}
.sec_15 .table_1 .chart_box img:nth-child(9){
    animation-delay: 3.1s;
    position:absolute;
}
.sec_15 .table_1 .chart_box img:nth-child(10){
    animation-delay: 3.4s;
    position:absolute;
}
.sec_15 .table_1 .chart_box img:nth-child(11){
    animation-delay: 3.7s;
    position:absolute;
}





.sec_16{
    width:80%;
    padding-top:150px;
}

.sec_16 h2{
    font-size:20px;
    color:#fff;
    text-align:center;
    margin-bottom:50px;
}

.sec_16 h2 span{
    text-align:center;
    background:#ce6666;
    padding:7px 30px;
    border-radius: 20px;
    box-sizing:border-box;
    font-weight:normal;

}

.sec_16 .shop{
    width:100%;
    overflow-y:auto;
}


.sec_16 .shop ul{
    padding:0;
}


.sec_16 .shop ul li{
    width:48%;
    float:left;
    margin-right:4%;
    list-style:none;
    background:#fff;
}


.sec_16 .shop ul li dl dt{
	text-align:center;
	font-size:20px;
	font-weight:bold;
}

.sec_16 .shop ul li dl dd{
	margin:10px 0;
	text-align:center;
	font-size:13px;
}

.sec_16 .shop ul li dl dd span{
	text-align:center;
	font-size:7px;
	background:#d68686;
	padding:3px 7px;
	margin-left:10px;
	font-weight:bold;
	border-radius:7px;		/* CSS3草案 */
	-webkit-border-radius:7px;	/* Safari,Google Chrome用 */
	-moz-border-radius:7px;	/* Firefox用 */
}

.sec_16 .shop ul li dl dd span a{
	color:#fff;
	text-decoration:none;
}

.sec_16 .shop ul li dl .btn{
	width:100%;
	text-align:center;
	margin-top:15px;
}

.sec_16 .shop ul li dl .btn span{
	font-size:12px;
}


.sec_16 .shop ul li dl .btn a{
	color:#000;
	text-decoration:none;
	padding:3px 20px;
	border:1px solid #000;
}


.sec_16 .shop ul li dl .btn a:hover{
	color:#000;
	text-decoration:none;
	background-color: #fff;
}


.sec_16 .shop ul li dl .btn a,
.sec_16 .shop ul li dl .btn a::before,
.sec_16 .shop ul li dl .btn a::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}



.sec_16 .shop ul li:nth-child(2){
    margin-right:0;
}

.sec_16 .shop ul li img{
    width:100%;
}


.sec_16 .contact{
    margin:70px 0 100px 0;
    box-sizing: border-box;
    overflow-y:auto;
}


.sec_16 .contact ul{
	padding:0;
	width:100%;
	margin:0;
}


.sec_16 .contact ul li{
	font-size:20px;
	width:48%;
	height:190px;
	padding:20px;
	margin-right:4%;
	text-align:center;
	list-style:none;
	float:left;
	vertical-align: top;
	box-sizing:border-box;
	background:#fff;
}

.sec_16 .contact ul li span{
    font-size:18px;
	font-weight:bold;
}

.sec_16 .contact ul li:nth-child(2){
    margin-right:0;
    background:#fff
}

.sec_16 .contact ul li:nth-child(1) dl dt{
	font-size:18px;
	font-weight:bold;
}

.sec_16 .contact ul li:nth-child(1) dl dd{
	font-size:45px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	margin:0;
}

.sec_16 .contact ul li:nth-child(1) dl dd a{
	text-decoration:none;
	color:#000;
}


.sec_16 .contact ul li:nth-child(1) dl dd span img{
		height:40px;
		margin-right:20px;
		vertical-align: -5px;
}


.sec_16 .contact ul li:nth-child(2) dl{
	margin:0 auto 0 auto;
	padding:20px 0;
}

.sec_16 .contact ul li:nth-child(2) dl dd{
	font-size:22px;
	font-weight:bold;
	margin:0;
}

.sec_16 .contact ul li:nth-child(2) dl dd a{
	color:#000;
	padding:15px 60px;
	border:4px solid #000;
	text-decoration:none;
	background:#fff;
}

.sec_16 .contact ul li:nth-child(2) dl dd span em img{
		height:30px;
		vertical-align:-7px;
		margin-right:10px;
}


.sec_16 .contact ul li:nth-child(2) dl dd a:hover{
	border:4px solid #3e81b9;
	color:#3e81b9;
	background:#fff;
}


.sec_16 .contact ul li:nth-child(2) dl dd a {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  line-height: 54px;
  outline: none;
}
.sec_16 .contact ul li:nth-child(2) dl dd a::before,
.sec_16 .contact ul li:nth-child(2) dl dd a::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.sec_16 .contact ul li:nth-child(2) dl dd a,
.sec_16 .contact ul li:nth-child(2) dl dd a::before,
.sec_16 .contact ul li:nth-child(2) dl dd a::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.footer{
	width:100%;
	margin-top:100px;
	clear:both;
}

.footer .main_logo{
	width:100%;
	padding-top:20px;
	text-align:center;
}

.footer .main_logo img{
	width:150px;
}


.footer .copy{
	padding:20px 0 30px 0;
	text-align:center;
	color:#000;
}

.footer .copy dt{
	font-size:90%;
	margin:0;
}

.footer .copy dd{
	font-size:60%;
	font-family:"Times New Roman", Times, serif;
	margin-left:0;
	margin:0;
	line-height:80%;
}
