/**************************
Compass Text Replacement
*/
/**************************
Inline List
*/
/**************************
Inline Block List
*/
/**************************
horizontal-list
*/
/**************************
Bullets
*/
/* simple clearfix */
/**************************
@mixin for sprite
*/
.root {
  padding-top: 0;
}

.header,
.category_area,
.sub_column,
.breadcrumb_area,
.footer {
  display: none;
}

.main_wrapper {
  padding-bottom: 0;
}

.cod__body__main_right {
  width: auto;
}
.cod__body__main_left {
  width: 100%;
}

.cod__body__tel-area > span {
  display: block;
}
.cod__body__tel-area .border {
  display: none;
}

.cod_detail_btn,
.cod_btn_area,
.main_wrapper_area::after {
  display: none;
}

.cod__body__tel-area {
  display: inline-block;
  background-color: #f7f7f7;
  font-size: 1.5rem;
  margin-bottom: 25px;
}

.result__table tbody td.open::before, .result__table tbody td.close::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}

.result__table tbody td.open::before {
  width: 12px;
  height: 12px;
  background-color: #cc2d18;
  border-radius: 50%;
}

.result__foot {
  background-color: #f7f7f7;
  padding: 28px 25px 32px;
}

.cod__body__tel-area {
  max-height: 40px;
}

.cod__body__main {
  width: 99%;
  max-width: 99%;
}

.cod__body__main_left {
  width: 45%;
  max-width: 45%;
}

.cod__body__main_right {
  width: 55%;
  max-width: 55%;
}
/*# sourceMappingURL=cooperation_print.css.map */