@charset "UTF-8";


/* style &  layout */
#main, #wrapper{
  background: #fff;
}

#contents {
  max-width: 980px;
  margin: 0 auto;
  line-height: 1;
  padding: 0 19px;
}

#contents p {
  line-height: 1.625;
  }

img {
  max-width: 100%;
  height: auto;
}
@media only screen and (max-width: 767px){
  #contents {
    padding: 0 calc(20/750*100%);
  }
  main{
    font-size: calc(28/750*100vw);
  }
}
/* link */
#contents a{
  color: #0090e3;
  text-decoration: underline;
}
#contents a.blank02{
  background: url(../img/ico_blank.png) no-repeat right center;
  padding-right: 18px;
}
#contents a.pdf{
  background: url(../img/ico_pdf.png) no-repeat left center;
  padding-left: 24px;
}
#contents a:hover{
  text-decoration: none;
}
/* mainimg */
.mainimg{
  margin-top: 30px;
  margin-bottom: 10px;
}

.img_pc {
  display: block;
}
.img_sp {
  display:none;
}

@media only screen and (max-width: 767px){
  .img_pc {
    display: none;
  }
  .img_sp {
    display: block;
  }
  .mainimg{
    margin-top: 0px;
  }
}

.pc-none {
  display: none;
}
.sp-none {
  display:block;
}

@media only screen and (max-width: 767px){
  .pc-none {
    display: block;
  }
  .sp-none {
    display: none;
  }
}

/* sec(common) */
.flex {
  display: flex;
  display: -ms-flexbox; /* IE10 */
  display: -webkit-box; /* Android4.3以下、Safari3.1〜6.0 */
  display: -webkit-flex; /* Safari6.1以降 */
}

.space {
  justify-content: space-between;
  -ms-flex-pack: justify; /*IE10*/
  -webkit-box-pack: justify; /* Android4.3以下、Safari3.1〜6.0 */
  -webkit-justify-content: space-between; /* Safari6.1以降 */
}

.wrap {
  flex-wrap: wrap;
  -ms-flex-wrap: wrap; /*IE10*/
  -webkit-flex-wrap: wrap; /* Safari6.1以降 */
}

.reverse{
  flex-direction : row-reverse;
  -webkit-box-direction:reverse;
  -moz-box-direction:reverse;
  -webkit-box-orient:horizontal;
  -moz-box-orient:horizontal;
  -webkit-flex-direction:row-reverse;
  -moz-flex-direction:row-reverse;
}

.center{
   /* -webkit-box-align: center; */
   /* -webkit-align-items: center; */
   -ms-flex-align: center;
   /* align-items: center; */
  align-items: center;
}

.flex_txt {
  width: calc(100% - 220px);
  align-self: center;
}

.flex_img {
  width: 190px;
}

.info_ttl {
  width: 112px;
  color: #00b33b;
  font-weight: bold;
  text-align: right;
}

.info {
  width: calc(100% - 140px);
  padding-bottom: 20px;
  line-height: 1.25;
}
#contents .info p {
  line-height: 1.25;
}
.info:last-child {
  padding-bottom: 0;
}

.tec {
  width: 50%;
  padding-bottom: 10px;
}

.tec:last-child {
  padding-bottom: 0;
}

.tec::before {
  margin-right: 5px;
  content: " ";
  display: inline-block;
  background: #00b33b;
  width: 0.8em;
  height: 0.8em;
}

.txt {
  width: calc(100% - 357px);
}

.eco_txt {
  width: calc(100% - 360px)
}


.point_txt {
  width: calc(100% - 360px);
}

.point_txt li {
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.625;
}

.br {
  display: none;
}

.fig{
  width: calc(690/855*100%);
  margin: 0 auto;
}
.fig figcaption{
  text-align: left;
}
figure figcaption.cap01 {
  margin-top: -25px;
}
@media only screen and (max-width: 767px){
  .flex {
    display: block;
  }
  .flex > * {
    width: 100%;
    text-align: left;
  }

  .flex figure {
    text-align: center;
  }
  figure figcaption {
    text-align: left;
  }
    figure figcaption.cap01 {
    margin-top: -8px;
  }

  .flex figure img {
    width: calc(357/630*100%);
  }

  .info_ttl {
    margin-bottom: 10px;
  }

  .txt {
    margin-bottom: 20px;
  }

  .br {
    display: block;
  }

  .letter{
    letter-spacing: -0.18px;
  }
  .fig{
  width: 100%;
  margin: 0 auto;
  }
  .tec {
    padding-bottom: 10px;
    padding-left: 1.2em;
    position: relative;
    line-height: calc(35/28*100%);
  }

  .tec::before {
    position: absolute;
    left: 0;
    top: .2em;
  }

}

.g_sec{
  background: #00b33b;
  overflow: hidden;
  border-radius: 40px;
  padding: 30px 40px 40px;
  margin-bottom: 30px;
}

.l_sec{
  background: #edffd8;
  overflow: hidden;
  border-radius: 40px;
  padding: 25px 40px 40px;
  margin-bottom: 30px;
  border: 8px solid #00b33b;
}

.sec_in{
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
}

.g_sec_in_unq{
  padding: 31px;
}

.g_sec_in{
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  border: 2px solid #00b33b;
  margin-bottom: 20px;
}

.sec_in_content {
  padding: 16px 31px 31px;
}

.sec_in_content.step{
  padding: 45px 80px 40px 60px;
}

.sec_in_g_content {
  padding: 16px 31px 31px;
}

#contents .sub_btn a {
  color: #00b33b;
  text-decoration: none;
  font-weight: bold;
  display: inline-block;
  border: 2px solid #00b33b;
  border-radius: 40px;
  color: #00b33b;
  padding: 15px 40px 15px 15px;
  position:relative;
  transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out; /* firefox */
  -webkit-transition: all 0.5s ease-out; /* chrome, safari */
  -ms-transition: all 0.5s ease-out; /* ie */
}

#contents .sub_btn a::after {
  position: absolute;
  right: 20px;
  top: 0;
  bottom:0;
  margin: auto 0;
  width: 8px;
  height: 8px;
  content: '';
  display: block;
  border-top: 2px solid #00b33b;
  border-right: 2px solid #00b33b;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg); /* chrome, safari */
  -ms-transform : rotate(45deg) ; /* ie */
}

#contents .txt .sub_btn:last-child a {
  margin-top: 15px;
}

#contents .sub_btn a:hover {
  background-color: #00b33b;
  color: #fff;
}

#contents .sub_btn a:hover::after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

@media only screen and (max-width: 767px){
  .g_sec{
    padding: calc(40/710*100%);
    border-radius: 20px;
  }

  .l_sec {
    padding: calc(37/703*100%);
    border: 4px solid #00b33b;
    border-radius: 20px;
  }
  .sec_in_content {
    padding: calc(45/630*100%);
  }
  .sec_in_content.step{
    padding: calc(46/630*100%) calc(20/630*100%) calc(40/630*100%);
  }
  #contents .sub_btn{
    width: 100%;
    text-align: center;
  }
  #contents .sub_btn a {
    line-height: 1.3;
    border-radius: 20px;
    width: 100%;
    box-sizing: border-box;
  }
  .g_sec_in_unq{
    padding: calc(45/630*100%);
  }
  .sec_in_g_content {
  padding: calc(45/630*100%);
 }
}


/* sec(common_title) */

.img_ttl{
  text-align: center;
  margin-bottom: 20px;
}

.l_ttl {
  background-color: #edfed8;
  padding: 20px 35px;
  position: relative;
}

.txt-center{
  text-align: center;
}

.txt_ttl {
  font-size: 143.75%;
  color: #00b33b;
  font-weight: bold;
  line-height: 1.3;
}
.l_grn_ttl {
  font-size: 200%;
  text-align: center;
  color: #00b33b;
  font-weight: bold;
  margin-bottom: 20px;
}

.grn_bk_ttl {
  color: #fff;
  background-color: #00b33b;
  font-size: 143.75%;
  font-weight: bold;
  padding: 20px 31px;
}

.line_ttl{
  border-bottom: 2px solid #c2e0b9;
  color: #00b33b;
  font-size: 143.75%;
  font-weight: bold;
  margin-bottom: 20px;
  padding-bottom: 0px;
  height: 30px;
}
ul + .line_ttl{
  margin-top: 30px;
}
.line_ttl span{
  display: inline-block;
  line-height: 30px;
  border-bottom: 2px solid #00b33b;
  min-width: 160px;
}

.step .step__ttl{
  font-size: 23px;
  color: #00b33b;
  font-weight: bold;
  border-bottom: 2px solid #c2e0b9;
  margin: 0 auto 20px 95px;
  position: relative;
  min-height: 80px;
}
.step .step__ttl span{
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  line-height: 1.2;
}
.step li .step__ttl::before{
  content: "";
  display: block;
  width: 80px;
  height: 80px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: -95px;
}
.step li:first-child .step__ttl::before{
  background-image: url(../img/step01_pc.png);
}
.step li:nth-child(2) .step__ttl::before{
  background-image: url(../img/step02_pc.png);
}
.step li:nth-child(3) .step__ttl::before{
  background-image: url(../img/step03_pc.png);
}
.step .step__txt{
  position: relative;
  margin: 0 0 30px 95px;
}
.step li ~ li{
  margin-top: 40px;
}
.step .balloon{
  padding: 26px;
  background: url(../img/bg_01.jpg) center;
  border-radius: 20px;
  max-width: 600px;
  margin: 0 0 0 200px;
  box-sizing: border-box;
  position: relative;
}
.step .balloon.right{
  margin: 0 74px 0 95px;
}
.step .balloon:before{
  background-repeat: no-repeat;
}
.step .balloon.left:after{
  content: "";
  display: block;
  width: 17px;
  height: 18px;
  background: url(../img/balloon_pc.png);
  position: absolute;
  bottom: 60px;
  left: -17px;
}
.step .balloon.right:after{
  content: "";
  display: block;
  width: 17px;
  height: 18px;
  background: url(../img/balloon_pc.png);
  position: absolute;
  bottom: 45px;
  right: -17px;
  transform: scale(-1,1);
}

.step .balloon.balloon01{
  padding-left: 24px;
  padding-right: 21px;
  margin-bottom: 79px;
}
.step .balloon.balloon01:before{
  content: "";
  display: block;
  width: 75px;
  height: 122px;
  background: url(../img/deco01_pc.png) no-repeat center/contain;
  position: absolute;
  left: -105px;
  top: -10px;
}

.step .balloon.balloon02{
  padding-left: 46px;
  padding-right: 55px;
  margin-bottom: 77px;
}
.step .balloon.balloon02:before{
  content: "";
  display: block;
  width: 40px;
  height: 153px;
  background: url(../img/deco02_pc.png) no-repeat center/contain;
  position: absolute;
  right: -65px;
  top: -10px;
}

.step .balloon.balloon03{
  padding-left: 38px;
  padding-right: 44px;
  margin-bottom: 73px;
}
.step .balloon.balloon03:before{
  content: "";
  display: block;
  width: 78px;
  height: 149px;
  background: url(../img/deco03_pc.png) no-repeat center/contain;
  position: absolute;
  top: -8px;
  left: -97px;
}
@media only screen and (max-width: 1020px){
  .step .balloon.balloon01{
    padding-left: 24px;
    padding-right: 21px;
  }
  .step .balloon.balloon01:before{
    top: auto;
    bottom: -4px;
    left: -105px;
  }
  .step .balloon.balloon02{
    padding-left: 24px;
    padding-right: 21px;
  }
  .step .balloon.balloon02:before{
    top: 0;
    right: -70px;
  }
  .step .balloon.balloon03{
    padding-left: 24px;
    padding-right: 21px;
  }
  .step .balloon.balloon03:after{
    right: 160px;
  }
  .step .balloon.balloon03{
    padding-left: 30px;
  }
  .step .balloon.balloon03:before{
    right: -35px;
  }
}
@media only screen and (max-width: 767px){
  .l_ttl {
    padding: 20px calc(44/630*100%);
  }
  .img_ttl img {
    width: calc(192/710*100%);
    text-align: center;
  }
  .img_ttl{
    margin-bottom: calc(30/630*100%);
  }
  .txt_ttl {
    line-height: 1.5;
    margin-top: 15px;
    font-size: calc(28/750*100vw);
  }
  .reverse .txt_ttl{
    margin-top: 0;
    margin-bottom: 15px;
  }
  .line_ttl {
    font-size: 100%;
    margin-bottom: 10px;
  }
  .l_grn_ttl, .grn_bk_ttl {
    line-height: 1.5;
  }
  .l_grn_ttl{
    font-size: 150%;
  }
  .line_ttl span::after{
  bottom: -7px;
  }
  .grn_bk_ttl{
    padding: calc(45/630*100%);
    font-size: 112.5%;
  }
  .step .step__ttl{
    font-size: calc(28/750*100vw);
    margin: 0 0 calc(30/750*100vw) calc(110/750*100vw);
    min-height: calc(100/750*100vw);
    line-height: calc(43/28*100%);
  }
  .step li .step__ttl::before{
    width: calc(100/750*100vw);
    height: calc(100/750*100vw);
    left: calc(-110/750*100vw);
  }
  .step li:first-child .step__ttl::before{
    background-image: url(../img/step01_sp.png);
  }
  .step li:nth-child(2) .step__ttl::before{
    background-image: url(../img/step02_sp.png);
  }
  .step li:nth-child(3) .step__ttl::before{
    background-image: url(../img/step03_sp.png);
  }
  .step li:first-child .step__ttl{
  line-height: calc(100/750*100vw);
  }
  .step .step__txt{
    margin: 0;
    margin-bottom: calc(40/750*100vw);
  }
  .step li ~ li{
    margin-top: calc(40/750*100vw);
  }
  .step .balloon{
    border-radius: 10px;
    background-size: calc(275/750*100vw) calc(235/750*100vw);
    margin: 0 0 0 calc(65/750*100vw);
  }
  .step .balloon.right{
    margin: 0 calc(25/750*100vw) 0 0;
  }
  
  .step .balloon.left:after{
    width: calc(33/750*100vw);
    height: calc(15/750*100vw);
    background: url(../img/balloon_sp.png) center/contain no-repeat;
    position: absolute;
    bottom: calc(-15/750*100vw);
    left: calc(100/750*100vw);
  }

  .step .balloon.right:after{
    width: calc(33/750*100vw);
    height: calc(15/750*100vw);
    background: url(../img/balloon_sp.png) center/contain;
    position: absolute;
    bottom: calc(-15/750*100vw);
    right: calc(80/750*100vw);
    transform: scale(-1,1);
  }

  .step .balloon.balloon01{
    padding: calc(25/750*100vw);
    margin-bottom: calc(130/750*100vw);
  
  }
  .step .balloon.balloon01:before{
    width: calc(132/750*100vw);
    height: calc(140/750*100vw);
    background: url(../img/deco01_sp.png) no-repeat center/contain;
    left: calc(-65/750*100vw);
    top: calc(180/750*100vw);
  }

  .step .balloon.balloon02{
    padding: calc(25/750*100vw);
    margin-bottom: calc(95/750*100vw);
  }
  .step .balloon.balloon02:before{
    width: calc(103/750*100vw);
    height: calc(140/750*100vw);
    background: url(../img/deco02_sp.png) no-repeat center/contain;
    position: absolute;
    right: calc(-30/750*100vw);
    top: calc(160/750*100vw);
  }

  .step .balloon.balloon03{
    padding: calc(25/750*100vw);
    margin-bottom: calc(140/750*100vw);
  }
  .step .balloon.balloon03:after {
    right: calc(235/750*100vw);
  }
  .step .balloon.balloon03:before{
    width: calc(150/750*100vw);
    height: calc(131/750*100vw);
    background: url(../img/deco03_sp.png) no-repeat center/contain;
    position: absolute;
    left: calc(-70/750*100vw);
    top: calc(190/750*100vw);
  }
}

/* sec1 */
.sec1 .sec_in{
  padding: 35px;
  margin-bottom: 0;
}

.sec1 .sec_in_img {
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 20px;
}

@media only screen and (max-width: 767px){
  .sec1 .sec_in {
    padding: calc(45/630*100%);
  }
  .sec1 .sec_in_img {
    margin-bottom: calc(20/630*100%);
  }
  }



/* sec3 */
.sec3 .thumb img {
  width: 160px;
}

.sec3 .figure_area {
  margin-bottom: 20px;
}


.sec3 .home img {
  width: 330px;
}

/* sec4 */
.sec4 p {
  margin-bottom: 20px;
}

.sec4 .lead {
  text-align: center;
}


.sec4 .ct01 .left {
  width: 100%;
}

.sec4 .ct01 .right {
  width: 314px;
}


figcaption {
  font-size: 75%;
  margin-top: 5px;
}

@media only screen and (max-width: 767px){
  .sec4 .lead {
    text-align: left;
  }
  /* .sec4 .ct01 .left {
    width: 100%;
  } */
  .sec4 .ct01 .right {
    width: 471px;
  }
  
}

/* btmbtn */
#contents .btm_btn .sub_btn {
  text-align: right;
  margin-bottom: 30px;
  font-size: 143.75%;
}

#contents .btm_btn .sub_btn a {
  padding: 15px 60px 15px 35px;
}
@media only screen and (max-width: 767px){
  #contents .btm_btn .sub_btn {
    text-align: center;
    font-size: 100%;
  }
}


.sp_footnavi{
     display: none;
}
/*-- socialParts --*/
#socialParts {
margin:30px 0 12px 0;
padding:10px 10px 4px 10px;
background-color:#f3f3f3;
text-align:right;
-moz-border-radius:3px;
-webkit-border-radius:3px;
border-radius:3px;
}

#socialParts iframe {
height:23px !important;
margin-left:6px;
overflow:hidden;
}

#socialParts #twitter-widget-0,
#socialParts iframe:first-child {
  margin-top: 2px;
}

#socialParts .fb_iframe_widget {
  vertical-align: top;
}

#socialParts .fb_iframe_widget_fluid {
  display: inline-block!important;
}

#socialParts iframe {
  width: 100px!important;
}

#socialParts #twitter-widget-0,
#socialParts iframe:first-child {
  width: 75px!important;
}

@media only screen
and (max-width: 640px) {
  #socialParts {
    text-align: center;
  }
}

/*-- pagetop --*/
div.pagetop {
display:block;
text-align:right;
}

div.pagetop a {
display:inline-block;
padding:2px 6px 2px 6px;
line-height:1em;
border-left:2px solid #d2d2d2;
border-right:2px solid #d2d2d2;
}

div.pagetop a:visited {
color:#0066a7;
}


/* PageTop
-------------------------------------------------- */
div.pagetop {
  width: 980px;
  max-width: 100%;
  margin: 10px auto 30px;
  font-size: 75%;
}
div.pagetop a {
  display: inline;
}
.zoom75 { zoom: 0.75; }
.socialOut { width: 100%;background: #f3f3f3; }
#socialParts { max-width: 960px;margin:30px auto 0; }





@media only screen and (max-width: 767px){
  div#global_footer{
    display: block;
  }
  .sp_footnavi{
    display: block;
    box-shadow: rgba(224, 224, 224, 0.407843) 0px 0px 4px 2px;
    width: 95%;
    margin: 1.0em auto 0;
}

.sp_footnavi li{
        display: block;
        border-top: 1px solid #e2e2e2;
        border-left: 1px solid #e2e2e2;
        border-right: 1px solid #e2e2e2;
        color: #333;
        background-color: #FFF;
    }

.sp_footnavi li:first-child{
        border-radius: 4px 4px 0 0;
    }

.sp_footnavi li:last-child{
        border-radius: 0 0 4px 4px;
    }

.sp_footnavi li a{
        display: block;
        position: relative;
        padding: 1.0em 0.5em 1.0em 2.5em;
        color: #333;
        background: 5px center no-repeat;
        background-size: 22px;
        text-decoration: none;
    }

.sp_footnavi li a:before{
        display: block;
        content: "";
        position: absolute;
        z-index: 2;
        -webkit-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
                transform: rotate(-45deg);
        top: 50%;
        right: 15px;
        width: 7px;
        height: 7px;
        border-right: 3px solid #404040;
        border-bottom: 3px solid #404040;
        margin-top: -4px;
    }

.sp_footnavi li a.top{
        background-image: url(/me/eco_changes/products/img/ico_top.png) ;
    }

.sp_footnavi li a.about{
        background-image: url(/me/eco_changes/products/img/ico_about.png);
    }

.sp_footnavi li a.products{
        background-image: url(/me/eco_changes/products/img/ico_products.png);
    }

.sp_footnavi li a.gallery{
        background-image: url(/me/eco_changes/products/img/ico_gallery.png);
    }

.sp_footnavi li a.lab{
        background-image: url(/me/eco_changes/products/img/ico_lab.png);
    }

}

