.kv_img {
  background-image: url(/company/service/ryuiki-kokudo/img/kv.jpg);
}

.desc_acco {
  width: 100%;
  margin-top: 30px;
  display: none;
}
.desc_acco p.ttl {
  font-size: 18px;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .desc_acco p.ttl {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
.desc_acco p.txt {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .desc_acco p.txt {
    font-size: 14px;
  }
}
.desc_acco .table_wrap {
  width: 100%;
  margin: 30px 0;
}
@media screen and (max-width: 768px) {
  .desc_acco .table_wrap {
    margin: 15px 0;
  }
}
.desc_acco .table_wrap table {
  width: 1040px;
  border: 1px solid #BAB8B8;
  border-collapse: collapse;
}
@media screen and (max-width: 768px) {
  .desc_acco .table_wrap table {
    width: 800px;
  }
}
.desc_acco .table_wrap table thead tr th {
  text-align: center;
  background: #F4F5F5;
  font-size: 18px;
  padding: 15px 0;
  border: 1px solid #BAB8B8;
}
@media screen and (max-width: 768px) {
  .desc_acco .table_wrap table thead tr th {
    padding: 10px 0;
    font-size: 16px;
  }
}
.desc_acco .table_wrap table tbody tr th {
  text-align: left;
  font-size: 18px;
  padding: 15px 20px;
  border: 1px solid #BAB8B8;
}
@media screen and (max-width: 768px) {
  .desc_acco .table_wrap table tbody tr th {
    padding: 10px 15px;
    font-size: 16px;
  }
}
.desc_acco .table_wrap table tbody tr td {
  text-align: center;
  padding: 15px 0;
  font-size: 18px;
  vertical-align: middle;
  border: 1px solid #BAB8B8;
  width: 180px;
}
@media screen and (max-width: 768px) {
  .desc_acco .table_wrap table tbody tr td {
    font-size: 16px;
    padding: 10px 0;
    width: 150px;
  }
}
.desc_acco p.note {
  margin-bottom: 40px;
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .desc_acco p.note {
    margin-bottom: 20px;
    font-size: 11px;
  }
}

.desc_acco_btn {
  cursor: pointer;
  width: 500px;
  height: 45px;
  margin: 30px auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  background: #009966;
  color: #fff;
  border: 1px solid #096;
  font-size: 18px;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .desc_acco_btn {
    width: 100%;
    height: 40px;
    font-size: 16px;
    margin-top: 20px;
  }
}
.desc_acco_btn.open {
  color: #096;
  background: #fff;
}
.desc_acco_btn.open:before {
  background: #096;
  transform: rotate(45deg);
}
.desc_acco_btn.open:after {
  background: #096;
  transform: rotate(-45deg);
}
.desc_acco_btn:before {
  content: "";
  width: 15px;
  height: 2px;
  background: #fff;
  position: absolute;
  top: 50%;
  right: 20px;
  transition: all 0.3s;
}
.desc_acco_btn:after {
  content: "";
  width: 15px;
  height: 2px;
  background: #fff;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: rotate(90deg);
  transition: all 0.3s;
}/*# sourceMappingURL=layout.css.map */