﻿@charset 'utf-8';
/* CSS Document */

#wrapper{
  overflow-x: initial;
}

header.header .menuTrigger {
    display: none;
}

@media screen and (max-width: 1370px) and (min-width: 768px){
  #wrapper .container .mainContents{
    margin: 0 auto;
  }
}

@media screen and (min-width: 1240px){
  #wrapper .container .mainContents{
    width: 100%;
    max-width: 1240px;
    /*padding-bottom: 120px;*/
  }
}

@media screen and (max-width: 1239px) and (min-width: 768px){
  #wrapper .container .mainContents{
    padding: 0 0;
    width: 100%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 767px){
  #wrapper .container .mainContents{
    padding-bottom: 8vw;
  }
}

@media screen and (min-width: 768px){
  #wrapper .container{
    max-width: 1240px;
    min-width: auto;
    margin-right: auto;
    margin-left: auto;
  }
}

.mainContents .main .shareIcons {
  z-index: 1;
}
*{
  margin: 0px;
  padding: 0px;
}

.color_green{
  color: #379d49 !important;
}

.responsive_img{
  width: 100%;
}

.breads{
  margin-bottom: 0;
}


.breads ul .item.noHomeIcon a{
  width: auto;
  height: auto;
  background: none;
}

.breads ul .item.noHomeIcon a span{
  display: block;
}

#repair div.section.update *{
    transition: none;
}
#repair div.section{
    margin-top: 90px;
}
#repair .inlineblock{
    display: inline-block;
}
.shareIcons a img{
    transition: .3s linear;
}

#repair .text_left{
    text-align-last: left;
}
#repair .text_right{
    text-align: right;
}
#repair .text_center{
    text-align: center;
}
#repair .block_center{
    display: block;
    margin: auto;
}
#repair .note_text{
    font-size: 80%;
    color: #9b9b9b;
    margin-top: 30px;
}
#repair .linkBtn {
    width: 100%;
    margin: 15px auto 0;
    padding: 0;
    clear: both;
}
#repair .linkBtn a {
    display: block;
    padding: 16px;
    text-align: center;
    color: #1B1B1B;
    text-decoration: none;
    font-size: 18px;
    font-weight: normal;
    border: #ababab 1px solid;
    background-color: #ffffff;
}

#repair .note{
  text-indent: -1em;
  padding-left: 1em;
}

#repair .linkBtn a:hover {
	opacity: 0.6;
}
#repair .linkBtn a span{
    display: inline-block;
}
#repair .iconlink {
  display: inline-block;
  position: relative;
}
#repair .iconlink::after,
#repair .linkBtn a > span::after {
  content: "";
  position: relative;
  margin-left: 0.5em;
  display: inline-block;
  height: 1em;
  width: 0.8em;
  background: url(../img/btn_arrow_black.svg);
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 70% 70%;
}
#repair .tg {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}
#repair .tg td {
    font-size: 14px;
    padding: 10px 5px;
    border-style: solid;
    border-width: 1px;
    overflow: hidden;
    word-break: normal;
    border-color: black;
    border-color: inherit;
    text-align: left;
    vertical-align: top
}
#repair .tg th {
    font-size: 14px;
    font-weight: normal;
    padding: 10px 5px;
    border-style: solid;
    border-width: 1px;
    overflow: hidden;
    word-break: normal;
    border-color: black;
    font-weight: bold;
    background-color: #efefef;
    color: #333333;
    border-color: inherit;
    text-align: center;
    vertical-align: top;
}
#repair .movie_area:hover{
    opacity: 0.7;
}
#repair .flow .flow__txt sub {
        vertical-align: baseline;
        font-size: 70%;
    }


@media (min-width: 768px){
    #repair a.hover_link:hover,
    #repair a.hover_link:hover > *,.shareIcons a img:hover{
      opacity: 0.7;
      transition: .3s linear;
    }
    #repair .sp_display{
        display: none;
    }

    #repair .flex {
      display: flex;
      justify-content: space-between;
    }
    #repair .flex--reverse {
      flex-direction: row-reverse;
    }
    #repair .flex--aligncenter {
      align-items: center;
    }
    #repair .flex--alignend {
      align-items: end;
    }
    #repair .flex--contentcenter {
      justify-content: center;
    }
    #repair .flex--contentstart {
      justify-content: flex-start;
    }
    #repair .flex--wrap {
      flex-wrap: wrap;
    }

    .breads ul .item::before{
      background: none;
      margin-left: 5px;
      width: 8px;
      height: 8px;
      border-top: 1px solid #000;
      border-right: 1px solid #000;
      transform: rotate(45deg);
    }

    /* cover */
    #repair .cover{
      padding-top: 0;
    }

    #repair .cover__mainTtl {
      font-size: 56px;
      margin-bottom: 32px;
    }
    #repair .cover__leadTxt {
      font-size: 24px;
      margin-bottom: 65px;
    }
    .mainContents.layer3 .main .floatImg .img{
      width: 192px;
    }
    .mainContents.layer3 .main .floatImg .img img{
      width: 100%;
      height: auto;
    }
    .mainContents.layer3 .main .floatImg .text{
      width: 720px!important;
      text-align: justify;
    }


    #repair .cover {
      margin-bottom: 92px;
    }

    #repair .cover .cover__img{
      margin-bottom: 70px;
      width: 110%;
      margin-left: -5%;
    }
    #repair .cover .cover__img.cover__img2{
      margin-bottom: 0px;
    }
    

    

    #repair .category,
    #repair .flow,
    #repair .partnership{
      margin-bottom: 80px;
    }

    #repair .category .category__head{
      margin-right: -36px;
      margin-bottom: 60px;
      margin-left: -36px;

      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;

      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;

      overflow: hidden;
    }

    #repair .category .category__head .category__item{
      padding: 0 36px;
    }

    #repair .category .category__body{
      overflow: hidden;
      margin-right: -10px;
      margin-left: -10px;
    }

    #repair .category__body .category__item{
      width: 25%;
      height: 25%;
      float: left;
      padding: 0 10px;
      margin-bottom: 20px;
      overflow: hidden;
    }

    #repair .category__body .category__item.-half{
      width: 50%;
      height: 50%;
      margin-bottom: 19px;
    }

    #repair .category__body .category__item a{
      display: block;
      position: relative;
      width: 100%;
    }

    #repair .category__body .category__item .over{
      display: none;
      position: absolute;
      width: 100%;
      height: 100%;
      background: rgba(55,158,73,0.6);
      padding: 15px;
    }

    #repair .category__body .category__item:hover .over{
      display: block;
    }

    #repair .category__body .category__item .over-inner{
      position: relative;
      border: 2px solid #fff;
      height: 100%;
      color: #fff;
      padding: 15px 20px;
    }

    #repair .category__body .category__item .over-inner::after{
      content: "";
      width: 16.72131147540984%;
      height: 16.72131147540984%;
      background: url("../img/icon-empower_action.svg") no-repeat;
      background-size: contain;
      display: inline-block;
      position: absolute;
      bottom: 4%;
      left: 6%;
    }

    #repair .category__body .category__item .over__subttl-en{
      font-size: 12px;
      font-weight: normal;
      letter-spacing: 0.1em;
    }

    #repair .category__body .category__item .over__ttl-en{
      font-size: 29px;
      font-weight: normal;
      line-height: 1.1;
      letter-spacing: 0.05em;
      margin-bottom: 2%;
    }

    #repair .category__body .category__item .over__ttl-jp{
      font-size: 13px;
      letter-spacing: 0.2em;
      line-height: 1.5;
    }

    #repair .category__body .category__item .over__tag{
      display: inline-block;
      border: 1px solid #fff;
      position: absolute;
      right: 6%;
      bottom: 6%;
      font-size: 14px;
      font-weight: normal;
      width: 106px;
      text-align: center;
      line-height: 1.2;
      padding: 0.3rem 0;
    }

    #repair .category__body .category__item.-half .over{
      padding: 30px;
    }

    #repair .category__body .category__item.-half .over-inner{
      border: 4px solid #fff;
      padding: 30px 35px;
    }

    #repair .category__body .category__item.-half .over__ttl-en{
      font-size: 52px;
      margin-bottom: 3%;
    }

    #repair .category__body .category__item.-half .over__ttl-jp{
      font-size: 23px;
    }

    #repair .category__body .category__item.-half .over__tag{
      font-size: 28px;
      padding: 2% 0;
      width: 208px;
      border: 2px solid #fff;
      line-height: 1.2;
    }

    #repair .flow .flow__head .flow__ttl{
      max-width: 937px;
      margin-bottom: 56px;
    }

    #repair .flow .flow__lead-txt{
      color: #379e49;
      font-size: 17px;
      line-height: 1.6;
      letter-spacing: 0.15em;
    }

    #repair .flow .flow__body{
      padding: 0 78px;
    }

    #repair .flow .flow__lists,
    #repair .flow .flow__list.-column2{
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;

      flex-wrap: wrap;
    }

    #repair .flow .flow__list{
      margin-top: 60px;
    }

    #repair .flow .flow__list-inner,
    #repair .flow .flow__list{
      width: 100%;
    }

    #repair .flow .flow__list.-column2 .flow__list-inner,
    #repair .flow .flow__list.-half{
      width: 50%;
    }

    #repair .flow .flow__list-inner{
      position: relative;
    }

    #repair .flow .flow__num{
      position: absolute;
      top: 0;
      left: 0;
      width: 13.95793499043977%;
    }

    #repair .flow .flow__list.-column2 .flow__num,
    #repair .flow .flow__list.-half .flow__num{
      width: 26.54545454545455%;
    }

    #repair .flow .flow__list.-column2 .flow__num.-num-03-01{
      width: 66.54545454545455%;
    }
    #repair .flow .flow__list.-column2 .flow__num.-num-03-02{
      width: 100%;
      text-align: center;
      top: 10px;
    }

    #repair .flow .flow__list.-column2 .flow__num.-num-03-02 img{
      max-width: 177px;
    }

    #repair .flow .flow__img{
      margin-right: auto;
      margin-bottom: 30px;
      margin-left: auto;
    }
    #repair .flow .flow__img.-img-01{
      padding-top: 70px;
      width: 191px;
    }
    #repair .flow .flow__img.-img-02{
      padding-top: 67px;
      width: 285px;
    }
    #repair .flow .flow__img.-img-03{
      padding-top: 70px;
      width: 303px;
    }
    #repair .flow .flow__img.-img-04{
      padding-top: 66px;
      width: 172px;
    }
    #repair .flow .flow__img.-img-05{
      padding-top: 43px;
      width: 653px;
    }

    #repair .flow .flow__list-ttl{
      font-size: 35px;
      line-height: 1;
      font-weight: bold;
      text-align: center;
      letter-spacing: 0.15em;
      color: #379e49;
      margin-bottom: 20px;
    }

    #repair .flow .flow__list-ttl span{
      font-size: 50%;
      line-height: 35px;
    }

    #repair .flow .flow__txt{
      margin: 0 auto;
      padding: 0 40px;
      max-width: 710px;
      color: #379e49;
      font-size: 17px;
      line-height: 1.6;
      letter-spacing: 0.15em;
/*
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;

      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;

      align-items: center;*/
    }
    #repair .partnership .partnership__ttl,
    #repair .attention .attention__ttl{
      color: #379e49;
      font-size: 23px;
      line-height: 1;
      letter-spacing: 0.15em;

      margin-bottom: 20px;
    }

    #repair .partnership .partnership__lists{
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;

      align-items: center;

      margin-right: -30px;
      margin-left: : -30px;
      overflow: hidden;
    }

    #repair .partnership .partnership__list{
      padding-right: 30px;
      padding-left: 30px;
    }

    #repair .partnership .partnership__list img{
      vertical-align: middle;
    }

    #repair .attention .attention__body{
      color: #379e49;
      font-size: 17px;
      line-height: 1.6;
      letter-spacing: 0.15em;
    }

    #repair .attention .attention__list::before{
      content: "-";
      display: inline-block;
      margin-right: 0.5em;
    }
}

@media (max-width: 767px){

    #wrapper .container .mainContents .cover{
      width: 94vw;
      padding-right: 3vw;
      padding-left: 3vw;
    }
    #repair .pc_display{
        display: none;
    }
    #repair div.section{
        margin-top: 45px;
        width: 94vw;
    }
    #repair div.section img{
        width: 100%;
    }
    #repair .pd_text{
        margin-top: 15px;
        padding-right: 15px;
        padding-left: 15px;
    }

    #repair div.section .linkBtn {
        width: 100%;
        margin: 15px auto 1px;
        padding: 0;
        clear: both;
        line-height:1.4;
    }
    #repair .flex--sp.flex {
      display: flex;
      justify-content: space-between;
    }
    #repair .flex--sp.flex--reverse {
      flex-direction: row-reverse;
    }
    #repair .flex--sp.flex--aligncenter {
      align-items: center;
    }
    #repair .flex--sp.flex--alignend {
      align-items: end;
    }
    #repair .flex--sp.flex--contentcenter {
      justify-content: center;
    }
    #repair .flex--sp.flex--contentstart {
      justify-content: flex-start;
    }
    #repair .flex--sp.flex--wrap {
      flex-wrap: wrap;
    }

    .breads ul .item::before{
      background: none;
      margin-left: 0;
      margin-right: 2.5vw;
      width: 10px;
      height: 10px;
      border-top: 1px solid #000;
      border-right: 1px solid #000;
      transform: rotate(45deg);
    }

    #repair .cover {
      margin-bottom: 6vw;
      padding-top: 0;
    }

    #repair .cover .cover__img{
      margin-bottom: 7vw;

      width: 110%;
      margin-left: -5%;
    }

    #repair .category,
    #repair .flow,
    #repair .partnership{
      margin-bottom: 6vw;
    }

    #repair .category .category__head{
      margin-bottom: 4vw;

      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;

      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
    }

    #repair .category .category__head .category__item{
      padding: 0 2vw;
    }

    #repair .category .category__body{
      overflow: hidden;
      margin-right: -1.5vw;
      margin-left: -1.5vw;
    }

    #repair .category__body .category__item{
      width: 50%;
      height: 50%;
      float: left;
      padding: 0 1.5vw;
      margin-bottom: 3vw;
      overflow: hidden;
    }

    #repair .category__body .category__item.-half{
      width: 100%;
    }

    #repair .category__body .category__item a{
      display: block;
      position: relative;
      width: 100%;
    }

    #repair .category__body .category__item .over{
      display: none;
    }

    #repair .flow .flow__head{
      padding: 0 3vw;
    }

    #repair .flow .flow__head .flow__ttl{
      width: 80%;
      margin-bottom: 5vw;
    }

    #repair .flow .flow__lead-txt{
      color: #379e49;
      font-size: 10px;
      line-height: 1.6;
      letter-spacing: 0.05em;
    }

    #repair .flow .flow__body{
      padding: 0 4vw;
    }

    #repair .flow .flow__lists,
    #repair .flow .flow__list.-column2{
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;

      flex-wrap: wrap;
    }

    #repair .flow .flow__list{
      margin-top: 4vw;
    }

    #repair .flow .flow__list-inner,
    #repair .flow .flow__list{
      width: 100%;
    }

    #repair .flow .flow__list.-column2 .flow__list-inner,
    #repair .flow .flow__list.-half{
      width: 50%;
    }

    #repair .flow .flow__list-inner{
      position: relative;
    }

    #repair .flow .flow__num{
      position: absolute;
      top: 0;
      left: 0;
      width: 14.11411411411411%;
    }

    #repair .flow .flow__list.-half .flow__num,
    #repair .flow .flow__list.-column2 .flow__num{
      width: 28.31325301204819%;
    }

    #repair .flow .flow__list.-column2 .flow__num.-num-03-01{
      width: 70.29411764705882%;
    }
    #repair .flow .flow__list.-column2 .flow__num.-num-03-02{
      width: 100%;
      text-align: center;
      top: 1%;
    }

    #repair .flow .flow__list.-column2 .flow__num.-num-03-02 img{
      max-width: 46.47058823529412%;
    }

    #repair .flow .flow__img{
      margin-right: auto;
      margin-bottom: 4vw;
      margin-left: auto;
    }
    #repair .flow .flow__img.-img-01{
      padding-top: 11.73333333333333%;
      width: 36.74698795180723%;
    }
    #repair .flow .flow__img.-img-02{
      padding-top: 11.73333333333333%;
      width: 55.42168674698795%;
    }
    #repair .flow .flow__img.-img-03{
      padding-top: 11.73333333333333%;
      width: 59.03614457831325%;
    }
    #repair .flow .flow__img.-img-04{
      padding-top: 11.73333333333333%;
      width: 33.13253012048193%;
    }
    #repair .flow .flow__img.-img-05{
      padding-top: 4.2042042042042%;
      width: 55.73333333333333%;
    }

    #repair .flow .flow__list-ttl{
      font-size: 14px;
      line-height: 1;
      font-weight: bold;
      text-align: center;
      letter-spacing: 0.15em;
      color: #379e49;
      margin-bottom: 2vw;
    }

    #repair .flow .flow__list-ttl span{
      font-size: 50%;
      line-height: 17px;
      letter-spacing: 0.1em;
    }

    #repair .flow .flow__txt{
      margin: 0 auto;
      padding: 0 2vw;
      color: #379e49;
      font-size: 10px;
      line-height: 1.6;
      letter-spacing: 0.09em;

      /*display: -webkit-box;
      display: -ms-flexbox;
      display: flex;

      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;

      align-items: center;*/
    }

    #repair .flow .flow__list:last-child .flow__txt{
      max-width: 70%;
    }

    #repair .partnership,
    #repair .attention{
      padding: 0 3vw;
    }

    #repair .partnership .partnership__ttl,
    #repair .attention .attention__ttl{
      color: #379e49;
      font-size: 10px;
      line-height: 1;
      letter-spacing: 0.15em;
      margin-bottom: 3vw;
    }

    #repair .partnership .partnership__lists{
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;

      align-items: center;

      margin-right: -3vw;
      margin-left: -3vw;
      overflow: hidden;
    }

    #repair .partnership .partnership__list{
      padding-right: 3vw;
      padding-left: 3vw;
    }

    #repair .partnership .partnership__list img{
      vertical-align: middle;
    }

    #repair .attention .attention__body{
      color: #379e49;
      font-size: 10px;
      line-height: 1.6;
      letter-spacing: 0.09em;
    }

    #repair .attention .attention__lists{
      padding-left: 0.6em;
    }
    #repair .attention .attention__list{
      margin-left: 0.6em;
      text-indent: -0.6em;
    }

    #repair .attention .attention__list::before{
      content: "-";
      display: inline-block;
      margin-right: 0.5em;
    }
    .breads ul .item a {
        letter-spacing: 0.5px;
        /* SP全ページ共通で */
    }
    #repair .partnership {
        margin-bottom: 10vw;
    }
}

@media (max-width: 364px){

}


@media (min-width: 767px) {

  #repair .category__body .category__item .over-inner {
    padding: 13px 15px;
  }

  #repair .category__body .category__item .over__ttl-en {
    font-size: 22px;
    word-break: break-word;
  }

  #repair .category__body .category__item .over__ttl-jp {
    font-size: 9px;
  }

  #repair .flow .flow__lead-txt {
    font-size: 16px;
  }

}

footer.footer .pagetop{
  display: none;
}

#page_top {
  position: fixed;
  width: 1072px;
  margin-left: 50%;
  height: 0;
  bottom: 0;
  left: -530px;
}

#page_top a {
  opacity: 0;
  transition: 0.5s;
  display: block;
  width: 30px;
  height: 30px;
}

#page_top img {
  background: #fff;
  width: 100%;
  height: 100%;
}

#page_top .page_top_inner {
  position: absolute;
  bottom: 30px;
  right: 0px;
  display: flex;
}

#page_top.fixd {
  width: 100%;
  margin: 0;
  left: 0;
  position: relative;
}

#page_top.fixd .page_top_inner {
  bottom: -60px;
}

#page_top .re_uniqlo_top{
  display: block;
  width: 109px;
  height: 30px;
  margin-right: 30px;
  background: #fff;
  border: solid 2px #379e49;
  overflow: hidden;
}

#page_top .re_uniqlo_top img{
  display: block;
  line-height: 0;
  width: auto;
  height: 100%;
}

@media (min-width: 768px) and (max-width: 1167px) {
  #page_top {
    right: 0;
    left: auto;
  }
}
@media (max-width: 767px) {
  #page_top {
    left: -3vw;
    right: -3vw;
    margin-left: 6vw;
    width: 94%;
  }
  #page_top .page_top_inner{
    width: 100%;
    /*justify-content: space-between;*/
    justify-content: flex-end;
  }
  #page_top a {
    width: 8.4vw;
    height: 8.4vw;
  }
  #page_top.fixd {
    position: absolute;
    bottom: -13.6vw;
    margin-bottom: 60px;
  }
  #page_top.fixd .page_top_inner{
    /* bottom: 0; */
  }

  #re_uniqlo_top{
    width: 33.6vw;
    height: 8.4vw;
    bottom: -13.6vw;
    right: auto;
    left: 0;
  }

  #re_uniqlo_top a img{
    border: solid 2px #379e49;
  }
}
@media (min-width: 768px) {

  #wrapper .container {
    padding: 0 78px 120px;
  }

  #staff_l2 .re-wrap section {
    padding: 90px 88px;
  }

}




footer.footer .inner .item a,
footer.footer .inner .copyright small{
    word-break: keep-all;
}


/* 自訂 */
#repair ._960{
  display: inline-block;
}
#repair ._767{
  display: none;
}
#repair .cover_txt{
  text-align: center;
  font-size: 28px;
  line-height: 2.2;
  margin-bottom: 40px;
}
#repair .cover_txt span{
  font-weight: 600;
  color: #00a040;
}
#repair .cover_txt p{
  padding-top: 12px;
  text-align: center;
  font-size: 17px;
  line-height: 2;
  margin-bottom: 40px;
  color: #139f48;
}
#repair .cover_txt_2{
  text-align: left;
  font-size: 16px;
  line-height: 2;
  max-width: 620px;
  margin: 0 auto 100px;
}
#repair .cover_txt_2 span{
  color: #139f48;
}

#repair .sec .title{
  text-align: center;
  font-size: 28px;
  line-height: 2.2;
  margin-bottom: 40px;
}
#repair .sec .context p{
  margin-bottom: 15px;
}
#repair .sec .context p.ps{
  font-size: 13px;
}
#repair .sec .context{
  text-align: center;
  font-size: 16px;
  line-height: 2;
  margin: 0 auto 100px;
}
#repair .sec3 .context{
  margin-bottom: 50px;
}

#repair .sec .context .green{
  color: #00a040;
}


#repair .sec1 .title_pic{
  max-width: 416px;
  width: 100%;
  margin: 0 auto 70px;
}
#repair .sec1 .title_pic img{
  width: 100%
}



#repair .cover .cover_menu{
  width: 100%;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 50px;
}
#repair .cover .cover_menu .btn_{
  display: block;
  padding: 15px 30px;
  font-size: 20px;
  border: 1px solid #000;
  margin: 0 10px;
  cursor: pointer;
}
#repair .cover .cover_menu .btn_:hover{
  border: 1px solid #139f48;
  color: #139f48;
}


#repair .sec2 .sec_remake{
  display: flex;
  flex-flow: column nowrap;
  border: 3px solid #139f48;
  max-width: 800px;
  margin: 0 auto 80px;
}

#repair .sec2 .sec_remake ._head{
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  background: #139f48;
  padding: 10px 10px;
}

#repair .sec2 .sec_remake ._head div{
  margin: 0 10px;
}
#repair .sec2 .sec_remake ._head div img{
  height: 55px;
}
#repair .sec2 .sec_remake ._head div:nth-child(1){
  padding-top: 6px;
}

#repair .sec2 .sec_remake ._head div:nth-child(1) img{
  height: 55px;
  width: auto;
}
#repair .sec2 .sec_remake ._head div:nth-child(2) img{
  height: 30px;
  width: auto;
}
#repair .sec2 .sec_remake ._head>div:nth-child(3) img{
  height: 61px;
  width: auto;
}
#repair .sec2 .sec_remake ._body{
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  padding: 20px;
}
#repair .sec2 .sec_remake ._body ._body_in{
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 10px;
}
#repair .sec2 .sec_remake ._body ._body_in:last-child{
  margin-bottom: 0;
}
#repair .sec2 .sec_remake ._body ._body_in div:first-child{
  font-size: 16px;
  font-weight: bold;
  width: 20%;
  text-align: right;
  padding-right: 20px;
}
#repair .sec2 .sec_remake ._body ._body_in div:last-child{
  font-size: 16px;
  font-weight: normal;
  width: 80%;
}

#repair .sec2 .go_remake_btn{
  display: inline-block;
  padding: 15px 30px;
  font-size: 20px;
  font-weight: bold;
  border: 1px solid #000;
  margin: 0 10px;
  cursor: pointer;
  line-height: 1;
  margin-bottom: 60px;
}
#repair .sec2 .go_remake_btn:hover{
  border-color: #139f48;
  color: #139f48;
}



#repair .sec2 .items{
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  margin-bottom: 90px;
}
#repair .sec2 .items .item{
  width: calc(100% / 3);
  padding-top: 20px;
}
#repair .sec2 .items .item .pic{
  text-align: center;
}
#repair .sec2 .items .item .pic img{
  width: 300px;
}
#repair .sec2 .items .item .des{
  text-align: center;
  margin-bottom: 30px;
  font-size: 22px;
}
#repair .sec2 .items .item .des div{
  margin-bottom: 10px;
}
#repair .sec2 .items .item .des span{
  color: #00a040;
}
#repair .sec2 .items .item .des .ps{
  font-size: 13px;
  margin-bottom: 0;
}


#repair .sec2 .items .item:nth-child(1),
#repair .sec2 .items .item:nth-child(2){
  border-right: 4px dashed #00a040;
}

#repair .sec2 .items .item:nth-child(3){
}

#repair .sec2 .items .item:nth-child(4){
  border-right: 4px dashed #00a040;
}


@media (max-width: 767px) {
  #repair ._960{
    display: none;
  }
  #repair ._767{
    display: inline-block;
  }
  #repair .cover_txt{
    text-align: center;
    font-size: 16px;
    line-height: 2;
    margin-bottom: 5vw;
  }
  #repair .cover_txt_2{
    text-align: left;
    font-size: 14px;
    line-height: 2;
    margin-bottom: 20vw;
  }

  #repair .sec1 .title_pic{
    margin-bottom: 10vw;
  }
  #repair .sec .title{
    font-size: 16px;
    margin-bottom: 6vw;
  }
  #repair .sec .context{
    font-size: 13px;
    margin-bottom: 20vw;
  }
  #repair .sec .context p{
    margin-bottom: 3vw;
  }
  #repair .sec .context p:last-child{
    margin-bottom: 0;
  }
  #repair .sec .context p.ps{
    font-size: 12px;
  }

  #repair .sec2 .items{
    flex-flow:column nowrap;
    margin-bottom: 20vw;
    align-items: center;
  }
  #repair .sec2 .items .item{
    width: 90%;
    max-width: 320px;
  }

  #repair .sec2 .items .item .pic img{
    max-width: 200px;
    width: 100%;
  }


  #repair .sec2 .items .item .des{
    font-size: 15px;
  }
  #repair .sec2 .items .item .des .ps{
    font-size: 12px;
  }
  #repair .sec2 .items .item{
    padding-top: 0;
  }


  #repair .sec2 .items .item:nth-child(1),
  #repair .sec2 .items .item:nth-child(2){
    border-right: 0;
    border-bottom: 4px dashed #00a040;
  }
  
  #repair .sec2 .items .item:nth-child(3){
    border-bottom: 4px dashed #00a040;
  }
  
  #repair .sec2 .items .item:nth-child(4){
    border-right: 0;
    border-bottom: 4px dashed #00a040;
  }
  #repair .sec2 .items .item:nth-child(5){
    border-bottom: 0;
  }


  #repair .cover .cover_menu{
    margin-bottom: 9vw;
  }
  #repair .cover .cover_menu .btn_{
    padding: 13px 7px;
    font-size: 15px;
    margin: 0 5px;
  }
  #repair .sec2 .go_remake_btn{
    padding: 13px 10px;
    font-size: 15px;
    margin: 0 auto 7vw;
  }
  #repair .sec2 .sec_remake{
    margin-bottom: 9vw;
  }
  #repair .sec2 .sec_remake ._head{
    flex-flow: column nowrap;
    padding: 6vw 0;
  }
  #repair .sec2 .sec_remake ._head div:nth-child(1){
    margin-bottom: 4vw;
    padding-top: 0;
  }
  #repair .sec2 .sec_remake ._head div:nth-child(2){
    margin-bottom: 4vw;
  }
  #repair .sec2 .sec_remake ._body{
    padding: 4vw 3vw;
  }
  #repair .sec2 .sec_remake ._body ._body_in{
    margin-bottom: 4vw;
  }
  #repair .sec2 .sec_remake ._body ._body_in div:last-child{
    line-height: 1.5;
  }
  #repair .sec2 .sec_remake ._body ._body_in div:first-child{
    line-height: 1.5;
  }



}