@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用 */
}


.gnav .logo{
    width:100%;
    padding:20px 0;
    text-align:center;
}

.gnav .logo img{
    width:120px;
}

.gnav{
    display:none;
}

.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: 10px 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:80%;
    font-style:normal;
    color:#fff;
    padding:3px .4em;
    margin-right:5px;
    background:#4ca771;
}

.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:3px .7em;
}


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

    50% {
    }

    100% {
        opacity: 1;
    }
}

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

    50% {
    }

    100% {
        opacity: 1;
    }
}

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

    50% {
    }

    100% {
        opacity: 1;
    }
}

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

    50% {
    }

    100% {
        opacity: 1;
    }
}

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

.wave {
    opacity: .3;
    position: fixed;
    top: -650px;
    left: -650px;
    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: -650px;
    right: -650px;
    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: 14px;
    letter-spacing: .2em;
    line-height: 2em;
}


.maincontainer_framebox {
    width: 100%;
    margin:0 auto;
    position:relative;
}


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

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

.maincontainer .sec_top .title dl{
    font-size:15px;
    line-height:2.0em;
    padding:0;
    margin:0;
    animation-name: fadeIn;
    animation-duration: 3s;
    animation-timing-function: ease;
}

.maincontainer .sec_top .title dl span::before {
    content: "\A" ;
	white-space: pre ;
}

.maincontainer .sec_top .title dd {
    width: 90%;
    font-size: 110%;
    letter-spacing: .2em;
    font-weight: bold;
    margin:10px auto;
    position: relative;
    padding:0.5em 0;
    line-height: 1.4;
    display: inline-block;
    animation-name: fadeIn;
    animation-duration: 5s;
    animation-timing-function: ease;
    box-sizing: border-box;
}

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

.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: 250px;
    height:70px;
    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 30px 0;
}

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


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

    100% {
        opacity: 1;
    }
}


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

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



.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_12,
.sec_13,
.sec_14,
.sec_15{
    width:95%;
    height:auto;
    margin:0 auto 70px auto;
    padding:0 0 50px 0;
    background: rgba(255,255,255,0.5);
    box-sizing: border-box;
    box-shadow: 5px 5px 5px rgba(0,0,0,0.2);
}


.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: 18px;
}


.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;
    box-sizing:border-box;
    width: 100%;
    margin:0;
}

.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: 100%;
    margin:0 auto;
    padding: 30px 5% 0 5%;
    box-sizing:border-box;
}

.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:0 auto;
    padding:40px 0;
    position: relative;
    display: inline-block;
}

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


.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 .table_1 .detailbox  dd{
    width: 150px;
    height:150px;
    margin: 20px auto 0 auto;
    background: url(../img/muku_zeh_logo.svg) no-repeat 0 0;
    animation-delay: 0.5s;
}

.sec_0 .table_1 .chart_box {
    clear:both;
    width:90%;
    height:auto;
    margin:0 auto;
    box-sizing: border-box;
}

.sec_0 .table_1 .chart_box ul{
    padding:0;
    margin:0;
    box-sizing:border-box;
    }

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



.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:45%;
}

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

.sec_0 .table_1 .chart_box ul li:nth-child(4){
    display:none;
}

.sec_0 .table_1 .chart_box ul li:nth-child(4)img{
}


.sec_0 .table_1 .chart_box ul li:nth-child(5){
    width:100%;
    margin:50px auto 0 auto;
    float:none;
    clear:both;
}

.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{
    text-align:center;
    font-size:110%;
}

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

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

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

.sec_0 .table_1 .chart_box ul li:nth-child(4) img{
    display:none;
}

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

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

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

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




.sec_1 .table_1 .detailbox dt {
    width: 180px;
    height:180px;
    margin:0 auto;
    background: url(../img/zeh_img_1_zeh_logo.svg) no-repeat 0 0;
    animation-delay: 0.7s;
}


.sec_1 .table_1 .chart_box {
    margin-top:40px;
    width: 100%;
    box-sizing: border-box;
}

.sec_1 .table_1 .chart_box ul {
    width: 70%;
    list-style: none;
    padding:0;
    margin:0 auto 20px auto;
}


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

.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) {
}

.sec_1 .table_1 .chart_box ul li {
    list-style: none;
    position: relative;
    background: url(../img/zeh_img_1_graf_a.svg) no-repeat 0 0;
}

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

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

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

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

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


.sec_1 .table_1 .chart_box li:nth-child(2) fuwat {
    animation: fadeIn 1s ease 0.5s 1 normal;
    -webkit-animation: fadeIn 1s ease 0.5s 1 normal;
}





.sec_2 .table_1 .chart_box_a {
    width: 100%;
    margin:10px auto 0 auto;
    padding:20px 2% 0 2%;
    box-sizing: border-box;
}

.sec_2 .table_1 .chart_box_a ul {
    padding: 0;
    margin: 0;
    overflow-x:scroll;
}

.sec_2 .table_1 .chart_box_a ul::-webkit-scrollbar {
    height: 10px;
  }
.sec_2 .table_1 .chart_box_a ul::-webkit-scrollbar-thumb{
    background: #333333;
    border-radius: 5px;
  }
.sec_2 .table_1 .chart_box_a ul::-webkit-scrollbar-track-piece {
    background: #efefef;
  }
  

.sec_2 .table_1 .chart_box_a ul li {
    width:170%;
    background: url(../img/zeh_img_2_a.svg) no-repeat 0 0;
    list-style: none;
    position: relative;
}

.sec_2 .table_1 .chart_box_a ul li img{
}


.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: 60%;
    box-sizing: border-box;
    margin:0px auto;
}

.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 dt {
    width: 60%;
    margin:0 auto;
    animation-delay: 0.7s;
}

.sec_4 .table_1 .detailbox img {
    width: 100%;
}


.sec_4 .table_1 .chart_box_a {
    width: 95%;
    margin:50px auto 0 auto;
    box-sizing: border-box;
}

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

.sec_4 .table_1 .chart_box_a ul span {
    font-size:110%;
    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: 100%;
    animation-delay: 0.7s;
}

.sec_4 .table_1 .chart_box_a ul:nth-child(2) {
    display:none;
}

.sec_4 .table_1 .chart_box_a ul:nth-child(3) {
    width: 100%;
    margin-top:30px;
    animation-delay: 0.7s;
}


.sec_5 .table_1 .chart_box {
    width: 95%;
    margin:20px auto 0 auto;
    box-sizing: border-box;
}

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

.sec_5 .table_1 .chart_box h2 span{
    font-size:110%;
    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 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 {
    width:80%;
    list-style: none;
    padding:0;
    margin:0 auto;
    box-sizing: border-box;
}

.sec_5 .table_1 .chart_box ul li:nth-child(2){
    margin-top:40px;
}


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

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

.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){
    animation-delay: 1.2s;
}


.sec_6 .table_1 .chart_box {
    width: 95%;
    margin:0 auto;
    box-sizing: border-box;
}

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

.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:47%;
    margin:0 5% 0 0;
    padding:0;
    float:left;
    box-sizing:border-box;

}

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

}

.sec_6 .table_1 .chart_box ul li dl:nth-child(3){
    width:80%;
    margin:0 auto;
    clear:both;
    background:#fff;
    border-radius:20px;
    padding:20px;
    float:none;
    box-sizing:border-box;
}

.sec_6 .table_1 .chart_box ul li dl:nth-child(3) img{
    width:100%;
    text-align:center;
}

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


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


.sec_6 .table_1 .chart_box ul li dl:nth-child(3) dt span{
    font-size:130%;
}

.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;
    margin-bottom:40px;
}

.sec_6 .table_1 .chart_box ul li dl:nth-child(2) {
    animation-delay: 0.7s;
    margin-bottom:40px;
}

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


.sec_7 .table_1 .chart_box {
    width: 100%;
    box-sizing: border-box;
}


.sec_7 .table_1 .chart_box ul{
    overflow-x:auto;
    padding:0;
    margin:0;
}

.sec_7 .table_1 .chart_box ul::-webkit-scrollbar {
    height: 10px;
  }
.sec_7 .table_1 .chart_box ul::-webkit-scrollbar-thumb{
    background: #333;
    border-radius: 5px;
  }
.sec_7 .table_1 .chart_box ul::-webkit-scrollbar-track-piece {
    background: #efefef;
  }


.sec_7 .table_1 .chart_box ul li{
    width:170%;
    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: 0.7s;
}
.sec_7 .table_1 .chart_box ul li img:nth-child(3){
    position:absolute;
    animation-delay: 1.0s;
}
.sec_7 .table_1 .chart_box ul li img:nth-child(4){
    position:absolute;
    animation-delay: 1.3s;
}
.sec_7 .table_1 .chart_box ul li img:nth-child(5){
    position:absolute;
    animation-delay: 1.6s;
}
.sec_7 .table_1 .chart_box ul li img:nth-child(6){
    position:absolute;
    animation-delay: 1.9s;
}
.sec_7 .table_1 .chart_box ul li img:nth-child(7){
    position:absolute;
    animation-delay: 2.1s;
}

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

}


.sec_8 .table_1 .chart_box {
    width: 100%;
    margin:0 auto;
    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:90%;
    margin:0 auto;
}

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


.sec_8 .table_1 .chart_box ul li span{
    font-size:90%;
    border-bottom:1px #000 solid;
}

.sec_8 .table_1 .chart_box ul li:nth-child(2){
    margin-top:50px;
}

.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){
    animation-delay: 1.7s;
}





.sec_9 .table_1 .detailbox dt {
    width: 60%;
    margin:0 auto;
    animation-delay: 1.0s;
    box-sizing:border-box;
}


.sec_9 .table_1 .detailbox img {
    width: 100%;
}


.sec_9 .table_1 .chart_box {
     width:100%;
    margin:0 auto;
    box-sizing: border-box;
}

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

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

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


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

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

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


.sec_10 .table_1 .chart_box {
    width: 100%;
    box-sizing: border-box;
}

.sec_10 .table_1 .chart_box dl{
    font-size:100%;
    color:#fff;
    text-align:center;
    padding:10px 0;
    background:#ebaabe;
    border-radius:40px;
}

.sec_10 .table_1 .chart_box dl span{
    color:#fff;
    text-align:center;
}

.sec_10 .table_1 .chart_box dl span span::before{
    padding:0;
	content: "\A" ;
	white-space: pre ;
}

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

.sec_10 .table_1 .chart_box ul li{
    list-style:none;
    width:70%;
    margin:0 auto 30px auto;
    position:relative;
}

.sec_10 .table_1 .chart_box ul li:nth-child(3){
}

.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.5s;
    position:absolute;
    
}

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


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

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

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


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

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

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




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

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

.sec_11 .table_1 .chart_box ul li{
    width:70%;
    margin:0 auto 30px auto;
    list-style:none;
}

.sec_11 .table_1 .chart_box ul li:nth-child(3){
}

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


.sec_11 .table_1 .chart_box ul li dt span{
    font-size:90%;
    border-bottom:1px solid #000;
}

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

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

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



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



.sec_12 .table_1 .chart_box {
    width: 90%;
    margin:0 auto;
    box-sizing: border-box;
}

.sec_12 .table_1 .chart_box dl{
    width:100%;
    margin:0;
    padding:0;
    position:relative;
    box-sizing:border-box;
}


.sec_12 .table_1 .chart_box img{
    width:100%;
}

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

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

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

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

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

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



.sec_13 .table_1 .detailbox dt,
.sec_14 .table_1 .detailbox dt{
    font-size:90%;
    color:#000;
}

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




.sec_13 .table_1 .chart_box {
    width: 90%;
    margin:0 auto;
    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: 0.5s;
}

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

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



.sec_14 .table_1 .chart_box {
    width: 90%;
    margin:0 auto;
    box-sizing: border-box;
}


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


.sec_14 .table_1 .chart_box img{
    width: 100%;
}

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

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

.sec_14 .table_1 .chart_box img:nth-child(3){
    animation-delay: 1.5s;
    position:absolute;
}
.sec_14 .table_1 .chart_box img:nth-child(4){
    animation-delay: 2.0s;
    position:absolute;
}
.sec_14 .table_1 .chart_box img:nth-child(5){
    animation-delay: 2.5s;
    position:absolute;
}
.sec_14 .table_1 .chart_box img:nth-child(6){
    animation-delay: 3.0s;
    osition:absolute;
}



.sec_15 .table_1 .chart_box {
    width: 100%;
    text-align:center;
    box-sizing: border-box;
    position:relative;
    margin:20px auto 0;
}

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

.sec_15 .table_1 .chart_box dt span{
    border-bottom:1px solid #000;
    padding:0 2% 7px ;
}

.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 dd img{
	position: static!important;
}

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


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

.sec_15 .table_1 .chart_box img:nth-child(1){
    animation-delay: 0.5s;
    position:absolute;
}
.sec_15 .table_1 .chart_box img:nth-child(2){
    animation-delay: 0.8s;
    position:absolute;
}
.sec_15 .table_1 .chart_box img:nth-child(3){
    animation-delay: 1.1s;
    position:absolute;
}
.sec_15 .table_1 .chart_box img:nth-child(4){
    animation-delay: 1.4s;
    position:absolute;
}
.sec_15 .table_1 .chart_box img:nth-child(5){
    animation-delay: 1.7s;
    position:absolute;
}
.sec_15 .table_1 .chart_box img:nth-child(6){
    animation-delay: 2.0s;
    position:absolute;
}
.sec_15 .table_1 .chart_box img:nth-child(7){
    animation-delay: 2.3s;
    position:absolute;
}
.sec_15 .table_1 .chart_box img:nth-child(8){
    animation-delay: 2.6s;
    position:absolute;
}
.sec_15 .table_1 .chart_box img:nth-child(9){
    animation-delay: 2.9s;
    position:absolute;
}
.sec_15 .table_1 .chart_box img:nth-child(10){
    animation-delay: 3.2s;
     position:absolute;
}
.sec_15 .table_1 .chart_box img:nth-child(11){
    animation-delay: 3.5s;
}




.sec_16{
    width:90%;
    padding-top:0;
}

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

.sec_16 h2 span{
    font-size:80%;
    text-align:center;
    background:#ce6666;
    padding:12px 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:100%;
    list-style:none;
    background:#fff;
    margin-bottom:50px;
}


.sec_16 .shop ul li dl{
    background:#fff;
    padding:10px 0;
}



.sec_16 .shop ul li dl dt{
	text-align:center;
	font-size:18px;
	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:15px 0 15px 0;
}

.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:0 0 50px 0;
    box-sizing: border-box;
}


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


.sec_16 .contact ul li{
	font-size:20px;
	width:100%;
	padding: 0;
	margin:0 auto;
	text-align:center;
	list-style:none;
	vertical-align: top;
	box-sizing:border-box;
	background:#fff;
}

.sec_16 .contact ul li dl{
	padding:20px 0;
	margin:0 auto;
}

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

.sec_16 .contact ul li:nth-child(2){
    margin-top:30px;
    background:#fff
}

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

.sec_16 .contact ul li:nth-child(1) dl dd{
	font-size:30px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	margin:10px 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:30px;
		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 30px;
	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: 30px;
  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:70px;
	clear:both;
}

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

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


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