/*accesory*/
.km_acc {
  padding: 60px 8% 0;
  line-height: 1.9;
}
.km_acc_inner {
  margin-top: 80px;
}
.km_acc_inner:first-child {
  margin-top: 0;
}
.km_acc_body {
  position: relative;
  margin-top: 20px;
  padding: 60px 6%;
  border-radius: 10px;
  background: #fff;
}
.km_acc_body.-img .km_txtList {
  margin-top: 50px;
}
.km_acc_imgWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.km_acc_imgInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.km_acc_img-main {
  width: 22%;
  margin-left: 0;
}
.km_acc_img {
  width: 22%;
  margin-left: 4%;
}
.km_acc_chairImgWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 50px;
  padding: 0 5%;
}
.km_acc_chairImg:first-child {
  width: 63%;
}
.km_acc_chairImg:last-child {
  width: 35%;
}
.km_acc_specAtt {
  margin-top: 30px;
}
.km_acc_fitTtl {
  margin-top: 70px;
  text-align: center;
  font-weight: bold;
  font-size: 30px;
}
.km_acc_fitBtn {
  width: 600px;
  margin: 50px auto 0;
}
.km_acc_fitBtn a {
  display: block;
  border-radius: 10px;
  text-align: center;
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  background: url(../images/top/icn_ex.png) no-repeat right 20px center #ed443d;
  background-size: 9px;
  line-height: 60px;
  -webkit-transition: opacity .2s linear;
  transition: opacity .2s linear;
}
.km_acc_fitBtn a:hover {
  opacity: .75;
}
@media screen and (max-width: 767px) {
  .km_acc {
    padding: 40px 10px 0;
  }
  .km_acc_body {
    padding: 25px 20px;
  }
  .km_acc_body.-img .km_txtList {
    margin-top: 25px;
  }
  .km_acc_lead {
    position: static;
    width: 100%;
  }
  .km_acc_imgInner {
    display: block;
    min-height: auto;
    margin-top: 15px;
  }
  .km_acc_img-main {
    width: 100%;
    margin-right: 0;
  }
  .km_acc_img {
    width: 67%;
    margin: 30px auto 0;
  }
  .km_acc_chairImgWrap {
    display: block;
    margin-top: 25px;
    padding: 0;
  }
  .km_acc_chairImg:first-child {
    width: 85%;
    margin: 0 auto;
  }
  .km_acc_chairImg:last-child {
    width: 70%;
    margin: 10px auto 0;
  }
  .km_acc_tblWrap {
    overflow-x: auto;
    padding-bottom: 15px;
  }
  .km_acc_fitTtl {
    margin-top: 30px;
    font-size: 26px;
  }
  .km_acc_fitBtn {
    width: 100%;
    margin: 25px auto 0;
    max-width: 364px;
  }
  .km_acc_fitBtn a {
    border-radius: 5px;
    background: none;
  }
}

#contents-body .section .km_acc_tbl {
  width: 100%;
  border-top: 1px solid #d3d3d3;
  border-bottom: 1px solid #d3d3d3;
}
#contents-body .section .km_acc_tbl tr:first-child td:first-child {
  padding: 0;
  width: 32%;
}
#contents-body .section .km_acc_tbl tr:first-child td:first-child p {
  text-align: left;
}
#contents-body .section .km_acc_tbl td {
  width: 17%;
}
#contents-body .section .km_acc_tbl .km_acc_tblCName {
  margin-bottom: 0;
  padding: 8px 1%;
  font-size: 21px;
  font-weight: bold;
  background: #666;
  color: #fff;
}
#contents-body .section .km_acc_tbl .km_acc_tblCName:first-child {
  border-left: 1px solid #d3d3d3;
}
#contents-body .section .km_acc_tbl .km_acc_tblCImg {
  padding: 4% 3%;
}
#contents-body .section .km_acc_tbl .km_acc_tblCImg:first-child {
  border-left: 1px solid #d3d3d3;
}
#contents-body .section .km_acc_tbl .km_acc_tblNum {
  padding: 0;
  width: 10%;
  background: transparent;
}
#contents-body .section .km_acc_tbl .km_acc_tblColor {
  padding: 3%;
}
#contents-body .section .km_acc_tbl .km_acc_tblItem {
  width: 22%;
  padding: 0;
}
#contents-body .section .km_acc_specTbl {
  border: 1px solid #d3d3d3;
}
#contents-body .section .km_acc_specTbl dl {
  display: table;
  width: 100%;
  border-top: 1px solid #d3d3d3;
}
#contents-body .section .km_acc_specTbl dl:first-child {
  border-top: none;
}
#contents-body .section .km_acc_specTbl dt {
  display: table-cell;
  width: 50%;
  padding: 15px 30px;
  text-align: center;
  background: #f5f5f5;
  vertical-align: middle;
}
#contents-body .section .km_acc_specTbl dd {
  display: table-cell;
  width: 50%;
  padding: 15px 30px;
  text-align: left;
  border-left: 1px solid #d3d3d3;
}
#contents-body .section .km_acc_specTbl dd p {
  margin-bottom: 0;
  padding: 15px 30px;
  border-top: 1px solid #d3d3d3;
}
#contents-body .section .km_acc_specTbl dd p:first-child {
  border-top: none;
}
#contents-body .section .km_acc_specTbl_rows dd {
  padding: 0;
}
@media screen and (max-width: 767px) {
  #contents-body .section .km_acc_tbl {
    min-width: 500px;
  }
  #contents-body .section .km_acc_tbl .km_acc_tblCName {
    padding: 4px 1%;
    font-size: 11px;
  }
  #contents-body .section .km_acc_tbl .km_acc_tblCImg {
    padding: 4% 3%;
  }
  #contents-body .section .km_acc_tbl .km_acc_tblNum img {
    width: 12px;
    height: auto;
  }
  #contents-body .section .km_acc_tbl .km_acc_tblColor {
    padding: 3%;
  }
  #contents-body .section .km_acc_tbl .km_acc_tblItem {
    font-size: 10px;
  }
  #contents-body .section .km_acc_specTbl dl {
    display: block;
  }
  #contents-body .section .km_acc_specTbl dt {
    display: block;
    width: 100%;
    padding: 2px 15px;
    text-align: left;
    font-size: 16px;
    vertical-align: middle;
  }
  #contents-body .section .km_acc_specTbl dd {
    display: block;
    width: 100%;
    padding: 3px 15px;
    border-top: 1px solid #d3d3d3;
    border-left: none;
  }
  #contents-body .section .km_acc_specTbl dd p {
    padding: 0;
    border-top: none;
  }
}

#contents-body .section .km_acc_chairImg,
#contents-body .section .km_acc_img,
#contents-body .section .km_acc_img-main {
  margin-bottom: 0;
}

#contents-body .section .km_acc_specAtt ul {
  padding-left: 0;
}

#contents-body .section .km_acc_fitBtn a {
  text-decoration: none;
}
