:root {
  --primarycolor: #FF5C00;
  --primary-variant1: #FFF9E9;
  --primary-variant2: #fafafa;
  --primary-variant3: #FEF4EE;
  --secondarycolor: #464646;
  --tertiarycolor: #008CAF;
  --quaternarycolor: #464646;
  --black: #222;
  --warning: #E60000;
  --notice:#FFFCD6;
}

.cooperation_info {
  margin-bottom: 8rem;
}
.cooperation_para {
  margin-top: 3.2rem;
  font-weight: 600;
}
.cooperation_annotation {
  margin-top: 2.4rem;
  font-size: 2rem;
}

.cp_tbl {
  width: 100%;
  border-collapse: collapse;
}
.cp_tbl tbody {
  display: flex;
  flex-direction: column;
  line-height: 1.4;
}
.cp_tbl tr {
  border-bottom: solid var(--primarycolor) 0.3rem;
  display: flex;
}
.cp_tbl th {
  background-color: var(--primary-variant1);
  border-collapse: collapse;
  border-left: 0.2rem solid #fff;
  padding: 1.6rem 2.4rem;
}
.cp_tbl th:nth-child(1) {
  flex: 1;
  opacity: 0;
  border-left: none;
}
.cp_tbl th:nth-child(2) {
  flex: 1.6;
}
.cp_tbl th:nth-child(3) {
  flex: 1;
}
.cp_tbl th:nth-child(4) {
  flex: 1;
}
.cp_tbl th:nth-child(5) {
  flex: 1;
}
.cp_tbl td {
  border-collapse: collapse;
  border-left: 0.2rem dashed var(--primarycolor);
  padding: 2.4rem;
  flex: 1;
  height: 10rem;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
}
.cp_tbl td:nth-child(2) {
  flex: 1.6;
}
@media screen and (max-width: 768px) {
  .cp_tbl td {
    height: 7rem;
  }
}

@media screen and (max-width: 768px) {
  #cp_index {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .cp_tbl tr {
    display: block;
    margin-bottom: 8rem;
  }
}
@media screen and (max-width: 768px) {
  .cp_tbl td {
    display: block;
    border-left: none;
    border-bottom: 0.2rem dashed var(--primarycolor);
  }
  .cp_tbl td:first-child {
    border-top: 0.2rem dashed var(--primarycolor);
  }
  .cp_tbl td:last-child {
    border-bottom: none;
  }
}

#device_img {
  border-left: none;
}
#device_img img {
  width: 8rem;
}
@media screen and (max-width: 768px) {
  #device_img img {
    width: 10rem;
  }
}
@media screen and (max-width: 768px) {
  #device_img {
    text-align: center;
    padding: 0.8rem;
    height: 12rem;
  }
}/*# sourceMappingURL=cooperation.css.map */