/**************************
Compass Text Replacement
*/
/**************************
Inline List
*/
/**************************
Inline Block List
*/
/**************************
horizontal-list
*/
/**************************
Bullets
*/
/* simple clearfix */
/**************************
@mixin for sprite
*/
.check_frame {
  position: relative;
  top: 0;
  left: 0;
  min-width: 18px;
  min-height: 18px;
}
.check_frame-focus .check_frame__display {
  outline: 2px solid red;
}
.check_frame__icon {
  width: 18px;
  height: 18px;
  background: url("../img/icon/icon_check.png") center center no-repeat transparent;
  background-size: 18px 18px;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: opacity 0.1s ease-out;
  transition: opacity 0.1s ease-out;
}
.check_frame__display {
  display: block;
  width: 18px;
  height: 18px;
  border-radius: 2px;
  background: url("../img/icon/icon_check-off.png") 0 0 no-repeat transparent;
  background-size: 18px 18px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
}
.check_frame__input {
  cursor: pointer;
  position: absolute;
  -webkit-user-modify: read-write-plaintext-only;
  -moz-user-modify: read-write-plaintext-only;
  z-index: 1;
  left: 10px;
  width: 18px;
  height: 18px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  opacity: 0;
  padding: 0;
  margin: 0;
  border: 0 none;
}
.check_frame__input:focus + .check_frame__display, .check_frame__input:active + .check_frame__display {
  outline: 2px solid red;
  outline-offset: -2px;
}
.check_frame__label {
  margin-left: 24px;
  display: block;
}
.check_frame__input:checked + .check_frame__display .check_frame__icon {
  opacity: 1;
}
.check_frame-depsl {
  min-width: 28px;
  min-height: 28px;
  -webkit-transition: -webkit-transform 0.05s ease-out;
  transition: -webkit-transform 0.05s ease-out;
  transition: transform 0.05s ease-out;
  transition: transform 0.05s ease-out, -webkit-transform 0.05s ease-out;
}
.check_frame-depsl:hover {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.check_frame-depsl__input {
  width: 28px;
  height: 28px;
}
h1.cancel.h2 {
  background-color: transparent !important;
}

.area-border {
  border-top: 1px solid #dfdfdf;
  border-bottom: 1px solid #dfdfdf;
  margin-bottom: 45px;
  padding-bottom: 45px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .area-border {
    padding: 0 0 15px 0;
  }
}

.tbl-co {
  margin-bottom: 40px;
}
.tbl-co__tr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #dfdfdf;
  position: relative;
}
.tbl-co__th {
  width: 200px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #f7f7f7;
  float: left;
}
.tbl-co__th__inner {
  font-size: 1.125rem;
  font-weight: bold;
}
.tbl-co__td {
  width: calc(100% - 200px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.tbl-co__td__inner {
  width: 100%;
}
.tbl-co__td__inner .etc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.tbl-co__td__body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.tbl-co__td__body .check_frame {
  padding: 10px 0;
  line-height: 1;
}
.tbl-co__td._3columns .tbl-co__cell:not(.tbl-co__cell-all) {
  width: 33.3333333333%;
}
.tbl-co__th, .tbl-co__td {
  padding: 30px;
}
@media screen and (max-width: 1130px) {
  .tbl-co__th, .tbl-co__td {
    padding: 20px;
  }
}
@media screen and (max-width: 767px) {
  .tbl-co__th, .tbl-co__td {
    padding: 0;
  }
}
.tbl-co__cell {
  width: 25%;
}
.tbl-co__cell-textinput {
  width: 100%;
}
.tbl-co__cell-textinput .anotation {
  margin-top: 15px;
}
.tbl-co__cell-all {
  width: 94px;
  height: 36px;
  line-height: 36px;
  font-size: 1.125rem;
  font-weight: bold;
  padding: 0 5px;
  border-radius: 3px;
  position: absolute;
  left: 25px;
  top: calc(3em + 30px);
  background-color: #e4e4e4;
}
.tbl-co__cell-all .check_frame label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.tbl-co__cell:not(.tbl-co__cell-all) .check_frame {
  line-height: 1;
}
.tbl-co__cell:not(.tbl-co__cell-all) .check_frame label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.tbl-co__cell:not(.tbl-co__cell-all) .check_frame label .check_frame__label {
  padding-top: 2px;
}
.tbl-co__cell .text_frame input {
  width: 100%;
  border: none;
  border-radius: 4px;
  background-color: #e5e5e5;
  -webkit-box-shadow: 0 1px 1px rgba(126, 126, 126, 0.2) inset;
          box-shadow: 0 1px 1px rgba(126, 126, 126, 0.2) inset;
  padding: 10px 1em;
}
.tbl-co__cell._lg {
  width: 50%;
}
.tbl-co__td__body:not(:last-child) {
  margin-bottom: 25px;
}
.tbl-co__td__body .tbl-co__cell-all {
  width: 100%;
  height: 36px;
  font-size: 1.125rem;
  line-height: 36px;
  padding: 0;
  position: static;
  background-color: transparent !important;
  margin-left: -10px;
  margin-bottom: 25px;
}
.tbl-co__td__body .tbl-co__cell-all .check_frame {
  border-radius: 3px;
  background-color: #e4e4e4;
  display: inline-block;
  padding-right: 10px;
  padding-left: 10px;
}
@media screen and (max-width: 1130px) {
  .tbl-co__th {
    width: 150px;
  }
  .tbl-co__th__inner {
    font-size: 1.125rem;
  }
  .tbl-co__td {
    width: calc(100% - 150px);
  }
  .tbl-co__cell .check_frame {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 767px) {
  .tbl-co__tr {
    display: block;
    border-bottom: none;
    padding: 0;
  }
  .tbl-co__tr:first-child {
    padding: 0;
  }
  .tbl-co__th {
    width: 100%;
    border-right: none;
  }
  .tbl-co__td {
    width: 100%;
  }
  .tbl-co__td__body {
    padding: 0 5px;
  }
  .tbl-co__td__body:not(:last-child) {
    margin-bottom: 0;
  }
  .tbl-co__td__body .tbl-co__cell-all {
    margin-left: -5px;
    margin-bottom: 10px;
    margin-top: 15px;
  }
  .tbl-co__td__body .tbl-co__cell-all .check_frame {
    padding-left: 5px;
  }
  .tbl-co__cell {
    width: 33.3333333333%;
  }
  .tbl-co__cell-textinput {
    width: 100%;
  }
  .tbl-co__cell-all {
    position: static;
    width: 100%;
    margin-bottom: 10px;
  }
  .tbl-co__cell .check_frame {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 620px) {
  .tbl-co__td._3columns .tbl-co__cell:not(.tbl-co__cell-all) {
    width: 50%;
  }
  .tbl-co__td__inner .etc {
    display: block;
  }
  .tbl-co__td__inner .etc .tbl-co__cell {
    width: 100%;
  }
  .tbl-co__td__inner .etc .check_frame {
    padding: 10px 0;
  }
  .tbl-co__cell:not(.tbl-co__cell-textinput, .tbl-co__cell-all) {
    width: 50%;
  }
}

.button-search {
  display: block;
  margin: 0 auto;
  max-width: 410px;
  width: 100%;
  height: 50px;
  text-align: center;
  background-color: #ca2d1a;
  border: 1px solid #ca2d1a;
  color: #fff;
  background-image: url("/common/img/icon/search_white.png");
  background-size: 20px 20px;
  background-position: 4% 48%;
  background-repeat: no-repeat;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.button-search:hover {
  background-color: #fff;
  color: #ca2d1a;
  background-image: url("/common/img/icon/search_red.png");
}
@media screen and (max-width: 575px) {
  .button-search {
    width: 95%;
  }
}

/* -----------------
    sp accordion
-------------------*/
@media screen and (max-width: 767px) {
  .cod-accordion_area {
    border-radius: 4px;
  }
  .cod-accordion_area * {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .cod-accordion_area:first-child .accordion_btn {
    border-radius: 5px 5px 0px 0px;
  }
  .cod-accordion_area.opened .cod-accordion_content {
    max-height: 1000em;
  }
  .cod-accordion_area.opened .cod-accordion_content.cod-accordion_content-small {
    max-height: 50em;
  }
  .cod-accordion_area.opened .cod-accordion_content.cod-accordion_content-large {
    max-height: 1000em;
  }
  .cod-accordion_area.opened .cod-accordion_content.cod-accordion_content-exlarge {
    max-height: 10000em;
  }
  .cod-accordion_area:not(._sub) .accordion_btn {
    background-color: #cc665b;
    position: relative;
    padding: 15px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .cod-accordion_area:not(._sub) .accordion_btn:not(:last-child) {
    border-bottom: 1px solid #fff;
  }
  .cod-accordion_area:not(._sub) .accordion_btn::after {
    display: inline-block;
    content: "";
    width: 25px;
    height: 25px;
    background: url(/common/img/icon/arrow/accordion_btn.png) no-repeat;
    background-size: 25px 25px;
    position: absolute;
    top: 0;
    right: 10px;
    bottom: 0;
    left: auto;
    margin: auto;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .cod-accordion_area:not(._sub) .accordion_btn:hover {
    opacity: 0.8;
  }
  .cod-accordion_area:not(._sub) .accordion_btn > .accordion_title {
    color: #fff;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    padding-right: 40px;
  }
  .cod-accordion_area:not(._sub).opened .accordion_btn::after {
    background: url(/common/img/icon/arrow/accordion_btn_close.png) no-repeat;
    background-size: 25px 25px;
  }
  .cod-accordion_area:not(._sub).opened .accordion_btn > .accordion_title {
    color: #fff;
  }
  .cod-accordion_area:not(._sub).opened .cod-accordion_content {
    padding: 20px;
  }
  .cod-accordion_btn {
    cursor: pointer;
  }
  .cod-accordion_btn:hover {
    text-decoration: none;
    opacity: 0.7;
    -webkit-transition: 0.2s opacity;
    transition: 0.2s opacity;
  }
  .cod-accordion_content {
    max-height: 0;
    -webkit-transition: max-height cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: max-height cubic-bezier(0.215, 0.61, 0.355, 1);
    overflow: hidden;
  }
}
.co_top {
  margin-bottom: 30px;
  text-align: center;
}
.co_top__main > span {
  display: inline-block;
}
.co_top__main__em {
  font-size: 1.875rem;
  font-style: normal;
  font-weight: bold;
  color: #ca2d1a;
  padding: 0 0.5em;
}
@media screen and (max-width: 767px) {
  .co_top {
    padding: 0 15px;
  }
  .co_top__main__em {
    font-size: 2.375rem;
  }
}
@media screen and (max-width: 420px) {
  .co_top {
    font-size: 0.875rem;
  }
  .co_top__main__em {
    font-size: 2rem;
  }
}

.result_area {
  margin-bottom: 40px;
}
.result_area .result__map {
  max-width: 100%;
  margin-bottom: 60px;
}
.result_area .result__map .gmap {
  width: 100%;
  height: 360px;
}
@media screen and (max-width: 767px) {
  .result_area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .result_area .result__map {
    max-width: none;
    margin-bottom: 30px;
  }
  .result_area .result__map .gmap {
    height: 350px;
  }
}

.result {
  border: 1px solid #d7d3d0;
  padding: 40px;
}
.result:not(:last-child) {
  margin-bottom: 30px;
}
.result__head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 2px dotted #d7d3d0;
  padding-bottom: 23px;
  margin-bottom: 20px;
}
.result__head .result__title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #222222;
  text-underline-offset: 5px;
}
.result__head .result__title .result__id {
  display: inline-block;
  width: 25px;
  height: 32px;
  padding-right: 10px;
}
.result__head .result__title .result_head_title {
  font-size: 1.375rem;
  font-weight: bold;
}
.result__body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
}
.result__body__right {
  width: calc(100% - 455px - 20px);
}
.result__body__left {
  width: 455px;
}
.result__foot {
  background-color: #f7f7f7;
  padding: 28px 25px 32px;
}
.result__foot > * {
  font-size: 0.938rem;
}
@media screen and (max-width: 1130px) and (min-width: 900px) {
  .result {
    padding: 20px;
  }
  .result:not(:last-child) {
    margin-bottom: 20px;
  }
  .result__body__right {
    width: calc(100% - 348px - 15px);
    padding-right: 20px;
  }
  .result__body__left {
    width: 348px;
  }
  .result__body__left .anotation {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 899px) {
  .result__head {
    display: block;
    padding-bottom: 40px;
    margin-bottom: 20px;
  }
  .result__body {
    display: block;
  }
  .result__body__right {
    width: 100%;
    margin-bottom: 15px;
  }
  .result__body__left {
    width: 100%;
  }
  .result__body__left .anotation {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 620px) {
  .result {
    padding: 20px;
  }
  .result:not(:last-child) {
    margin-bottom: 20px;
  }
  .result__head {
    padding-bottom: 50px;
    margin-bottom: 20px;
  }
  .result__head .result__title .result__id {
    padding-right: 8px;
  }
  .result__head .result__title .result_head_title {
    font-size: 1.125rem;
  }
}

.result_homepage {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #cc2d1a;
  text-decoration: none;
  border: 1px solid #cc2d1a;
  border-radius: 5px;
  padding: 0 30px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
}
.result_homepage::before, .result_homepage::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.result_homepage::before {
  width: 17px;
  height: 17px;
  background: url("/common/img/icon/arrow/link.png") no-repeat;
  background-size: contain;
  left: 6px;
}
.result_homepage::after {
  width: 13px;
  height: 11px;
  background: url("/common/img/icon/ext.png") no-repeat;
  background-size: contain;
  right: 6px;
}
.result_homepage:hover {
  opacity: 0.7;
  color: #cc2d1a;
}
@media screen and (max-width: 899px) {
  .result_homepage {
    float: right;
    max-width: 100px;
    padding: 5px 30px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    position: relative;
  }
  .result_homepage::before, .result_homepage::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .result_homepage::before {
    width: 17px;
    height: 17px;
    background: url("/common/img/icon/arrow/link.png") no-repeat;
    background-size: contain;
    left: 6px;
  }
  .result_homepage::after {
    width: 13px;
    height: 11px;
    background: url("/common/img/icon/ext.png") no-repeat;
    background-size: contain;
    right: 6px;
  }
  .result_homepage:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 620px) {
  .result_homepage {
    margin-top: 5px;
  }
}

.result__table {
  border-collapse: collapse;
  border: 1px solid #d7d3d0;
  margin-bottom: 15px;
}
.result__table td, .result__table th {
  border: 1px solid #d7d3d0;
  padding: 10px 15px;
}
.result__table th {
  text-align: center;
}
.result__table thead th:not(:first-child) {
  border: none;
}
.result__table tbody td.open, .result__table tbody td.close {
  position: relative;
}
.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__table tbody td.close::before {
  width: 12px;
  height: 2px;
  background-color: #cc2d18;
}
@media screen and (max-width: 1130px) and (min-width: 900px) {
  .result__table td, .result__table th {
    padding: 5px 10px;
    font-size: 0.875rem;
    line-height: 1.5;
  }
  .result__table tbody th {
    padding: 5px 8px;
  }
}
@media screen and (max-width: 620px) {
  .result__table td, .result__table th {
    font-size: 0.938rem;
  }
  .result__table tbody th {
    min-width: 100px;
  }
  .result__table tbody td {
    min-width: 60px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

.result__tel {
  margin-bottom: 15px;
}
.result__tel a {
  text-decoration: none;
  font-size: 1.5rem;
  font-weight: bold;
  padding: 5px 10px 5px 30px;
  background-color: #f7f7f7;
  position: relative;
}
.result__tel a::before {
  content: "";
  display: block;
  width: 15px;
  height: 21px;
  background: url("../img/icon/tel.png") no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 8px;
  margin: auto;
}
@media only screen and (max-width: 1260px) {
  .result__tel a {
    font-size: 1.25rem;
    padding: 5px 10px 5px 25px;
  }
  .result__tel a::before {
    width: 12px;
    height: 18px;
  }
}

.result__outline li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding-left: 33px;
}
.result__outline li.result__doctor .icon {
  padding-bottom: 3px;
}
.result__outline li .icon {
  display: block;
  width: 17px;
  height: 21px;
  margin: 0 8px;
  position: absolute;
  left: 0;
  top: 3px;
}
.result__outline li.result__fax {
  margin-bottom: 15px;
}
.result__outline li.result__fax .icon {
  width: 22px;
  height: 8px;
  top: 0;
}
.result__outline li.result__fax .icon img {
  padding-bottom: 2px;
}
@media screen and (max-width: 1130px) and (min-width: 900px) {
  .result__outline li {
    font-size: 0.938rem;
    padding-left: 25px;
  }
  .result__outline li .icon {
    width: 13px;
    height: 17px;
    margin: 0 6px;
  }
  .result__outline li.result__fax {
    padding-left: 33px;
  }
}
@media screen and (max-width: 899px) {
  .result__outline li {
    padding-left: 25px;
    margin-bottom: 0.3em;
  }
  .result__outline li .icon {
    width: 13px;
    height: 17px;
    margin: 0 6px;
  }
  .result__outline li.result__fax {
    padding-left: 33px;
  }
}

.result__label_area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  padding-top: 1em;
}
.result__label_area .result__label {
  font-size: 0.938rem;
  max-width: 80px;
  min-width: 62px;
  height: 25px;
  line-height: 25px;
  padding: 0 10px;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
  text-align: center;
}
.result__label_area .result__label-sat {
  background-color: #e18544;
}
.result__label_area .result__label-evening {
  background-color: #6fa726;
}
.result__label_area .result__label-sun {
  background-color: #cf3f5e;
}
@media only screen and (max-width: 1260px) and (min-width: 1000px) {
  .result__label_area .result__label {
    font-size: 0.875rem;
    max-width: 70px;
    min-width: 58px;
    height: 25px;
    line-height: 25px;
  }
}

.result_pager_area .news_pager {
  margin-bottom: 15px;
}
.result_pager_area .news_pager__box {
  width: 25px;
  height: 25px;
}
.result_pager_area .news_pager__box.link-passive {
  display: none;
}
.result_pager_area .news_pager a {
  width: 25px;
  height: 25px;
  line-height: 25px;
}
.result_pager_area .news_pager a.current {
  background-color: #ca2d19;
  color: #fff;
  opacity: 1;
}
.result_pager_area .news_pager a:not(.current) {
  border: 1px solid #ca2d19;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  color: #ca2d19;
}
.result_pager_area .news_pager .prev_link::before {
  background: url(../img/icon/arrow/pager-prev_red.png) 0 0 no-repeat transparent;
  background-position: center center;
  background-size: 30px 30px;
  width: 25px;
  height: 21px;
}
.result_pager_area .news_pager .prev_link.prev_link-passive {
  opacity: 0;
}
.result_pager_area .news_pager .next_link::before {
  background: url(../img/icon/arrow/pager_red.png) 0 0 no-repeat transparent;
  background-position: center center;
  background-size: 30px 30px;
  width: 25px;
  height: 21px;
}
.result_pager_area .news_pager .next_link.next_link-passive {
  opacity: 0;
}
.result_pager_area .news_pager_text {
  text-align: center;
  font-size: 0.75rem;
  color: #757575;
}

.cod_detail {
  margin-bottom: 30px;
}
.cod_detail_title {
  border-bottom: 1px solid #dfdfdf;
  margin-bottom: 30px;
  padding-bottom: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.cod_detail_title h1 {
  margin-bottom: 0 !important;
  background-color: transparent !important;
}
.cod_detail_title .cod_detail_btn {
  max-height: 32px;
  min-height: 32px;
  min-width: 100px;
  line-height: 32px;
  padding: 0 30px 0 10px;
  background-color: #ca2d1a;
  color: #fff;
  border: 1px solid #ca2d1a;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
}
.cod_detail_title .cod_detail_btn::before {
  background: url(../img/icon/copy.png) 0 0 no-repeat transparent;
  background-size: 18px 15px;
  width: 18px;
  height: 15px;
  margin-top: -7px;
  position: absolute;
  top: 50%;
  right: 6px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.cod_detail_title .cod_detail_btn:hover {
  background-color: #fff;
  color: #ca2d1a;
}
.cod_detail_title .cod_detail_btn:hover::before {
  background: url(../img/icon/copy_red.png) 0 0 no-repeat transparent;
  background-size: 18px 15px;
}
@media screen and (max-width: 899px) {
  .cod_detail_title .cod_detail_btn {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (max-width: 420px) {
  .cod_detail_title {
    display: block;
    padding-bottom: 40px;
  }
  .cod_detail_title h1 {
    margin-bottom: 10px !important;
  }
  .cod_detail_title .cod_detail_btn {
    display: inline-block;
    float: right;
  }
}

.cod__body {
  margin-bottom: 30px;
}
.cod__body__map {
  margin-bottom: 40px;
}
.cod__body__main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
}
.cod__body__main_left, .cod__body__main_right {
  width: calc((100% - 20px) / 2);
}
@media only screen and (max-width: 1260px) {
  .cod__body__main_left {
    width: calc((100% - 20px) * 0.4);
  }
  .cod__body__main_right {
    width: calc((100% - 20px) * 0.6);
  }
}
@media screen and (max-width: 639px) {
  .cod__body__main {
    display: block;
  }
  .cod__body__main_left, .cod__body__main_right {
    width: 100%;
  }
}
.cod__body__tel-area {
  display: inline-block;
  background-color: #f7f7f7;
  font-size: 1.5rem;
  margin-bottom: 25px;
}
.cod__body__tel-area .result__tel a {
  background-color: transparent;
  color: #222;
}
.cod__body__tel-area .cod__body__fax {
  font-weight: bold;
  padding: 5px 10px 5px 35px;
  position: relative;
}
.cod__body__tel-area .cod__body__fax::before {
  content: "";
  display: block;
  width: 27px;
  height: 10px;
  background: url(../img/icon/fax_red.png) 0 0 no-repeat transparent;
  background-size: contain;
  position: absolute;
  top: 0;
  bottom: 1px;
  left: 0;
  margin: auto;
}
@media only screen and (max-width: 1260px) {
  .cod__body__tel-area .cod__body__fax {
    padding: 5px 10px 5px 30px;
  }
  .cod__body__tel-area .cod__body__fax::before {
    width: 19px;
    height: 7px;
    top: 0;
    bottom: 0;
    left: 5px;
  }
}
@media only screen and (max-width: 1260px) and (min-width: 640px) {
  .cod__body__tel-area {
    padding: 0 10px;
  }
  .cod__body__tel-area > span {
    display: block;
  }
  .cod__body__tel-area .border {
    display: none;
  }
  .cod__body__tel-area .cod__body__tel {
    margin-bottom: 0;
  }
  .cod__body__tel-area .cod__body__tel a {
    font-size: 1.438rem;
  }
  .cod__body__tel-area .cod__body__fax {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 639px) {
  .cod__body__tel-area .cod__body__tel a {
    font-size: 1.5rem;
    color: #222;
  }
  .cod__body__tel-area .cod__body__fax {
    display: inline-block;
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 449px) {
  .cod__body__tel-area {
    max-width: 210px;
  }
  .cod__body__tel-area .border {
    display: none;
  }
}
@media screen and (max-width: 420px) {
  .cod__body__tel-area {
    padding: 0 10px;
  }
  .cod__body__tel-area > span {
    display: block;
  }
  .cod__body__tel-area .cod__body__tel {
    margin-bottom: 0;
  }
  .cod__body__tel-area .cod__body__tel a {
    font-size: 1.25rem;
  }
  .cod__body__tel-area .cod__body__fax {
    display: inline-block;
    font-size: 1.125rem;
  }
}
.cod__body__option .cod__access {
  margin-bottom: 20px;
}
.cod__body__option .cod__access > span {
  display: inline-block;
}
.cod__body__option .cod__url {
  display: block;
}
.cod__body__option .cod__url .result_homepage {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  border-radius: 0;
  margin-bottom: 20px;
}
@media screen and (max-width: 899px) {
  .cod__body__option .cod__url .result_homepage {
    float: initial;
  }
}
.cod__body__option .cod__contents {
  max-width: 415px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.cod__body__option .cod__contents > * {
  border-bottom: 1px solid #d7d3d0;
  padding: 15px 0;
}
.cod__body__option .cod__contents > dt {
  width: 95px;
  font-size: 0.938rem;
  font-weight: bold;
  position: relative;
}
.cod__body__option .cod__contents > dt::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #ca2d1e;
  margin-right: 8px;
}
.cod__body__option .cod__contents > dd {
  width: calc(100% - 95px);
  font-size: 0.875rem;
}
@media screen and (max-width: 899px) {
  .cod__body__option .cod__contents {
    max-width: 100%;
  }
}
.cod__body .cod__redtext {
  padding-top: 0.7em;
}

.cod_btn_area {
  text-align: center;
}
.cod_btn_area .btn_cod_prev {
  background-color: #ca2d1a;
  color: #fff;
  padding: 16px 40px 14px;
}
.cod_btn_area .btn_cod_prev::before {
  background: url(../img/icon/arrow/btn2.png) 0 0 no-repeat transparent;
  background-size: 18px 28px;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
  right: auto;
  left: 20px;
}
.cod_btn_area .btn_cod_prev:hover {
  background-color: #fff;
  color: #ca2d1a;
  border: 1px solid #ca2d1a inset;
}
.cod_btn_area .btn_cod_prev:hover::before {
  background-position: 0 -14px;
}/*# sourceMappingURL=cooperation.css.map */