@charset "UTF-8";
#sub_main .ttl span::before {
  background: url(../img/case/icon_case.svg) no-repeat;
  background-size: contain;
}
/*===============================================
 *	共通
===============================================*/
.annotation_txt {
    margin-top: 40px;
}
@media only screen and (max-width: 568px) {
.annotation_txt {
    margin-top: 30px;
}	
}
/*===============================================
 *	詳細ページ
===============================================*/
.md_inner_space {
  position: relative;
}
.md_inner_space .date_time{
  font-size:16px;
  color:var(--site-primary);
  margin-bottom: 0;
  position: absolute;
  right: 60px;
  top: 60px;
}
.md_inner_space .date_time time{
  padding-left: 25px;
  background: url(../img/common/icon-clock.png) no-repeat left center;
  background-size: 18px;
}
.customer_infobox {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 17.6% 79%;
      grid-template-columns: 17.6% 79%;
  -ms-grid-rows: auto 1fr;
      grid-template-rows: auto 1fr;
  -webkit-column-gap: 3.4%;
          column-gap: 3.4%;
}

.customer_infobox .work_name {
  -ms-grid-column: 1;
  grid-column: 1;
  grid-row: 1 / -1;
  margin: 0;
  padding: 10px 0 8px;
  border-radius: 5px;
}

.customer_infobox .work_name::before {
  content: '';
  width: 63px;
  height: 63px;
  display: block;
}

.customer_infobox .work_name.work_huyou::before {
  background: url(../img/case/icon_huyouhin.svg) no-repeat;
  background-size: contain;
}

.customer_infobox .work_name.work_gomi::before {
  background: url(../img/case/icon_gomi.svg) no-repeat;
  background-size: contain;
}

.customer_infobox .work_name.work_tokusyu::before {
  background: url(../img/case/icon_tokusyu.svg) no-repeat;
  background-size: contain;
}

.customer_infobox .work_name.work_ihin::before {
  background: url(../img/case/icon_ihin.svg) no-repeat;
  background-size: contain;
}

.customer_infobox .area_name {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 1;
  grid-row: 1;
  font-size: 22px;
  border-left: 7px solid var(--site-primary);
  padding-left: 10px;
  margin: 5px 0 22px;
}

.customer_infobox dl {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 2;
  grid-row: 2;
  width: 100%;
  border: 2px solid var(--site-secondary);
  -ms-flex-item-align: end;
      -ms-grid-row-align: end;
      align-self: end;
}

.customer_infobox dl dt {
  background: var(--site-secondary);
  width: 12.5%;
  padding: 7px 0 8px;
}

.customer_infobox dl dd {
  width: 12.5%;
  padding: 7px 0 8px;
  font-weight: bold;
}

.work_infobox {
  background: var(--site-keycolor);
  padding: 6px 0 8px;
  margin: 50px 0 28px;
}

.work_infobox p {
  font-size: 24px;
  font-weight: bold;
}

.photo_box {
  background: #f5f5f5;
  padding: 40px 40px 50px;
}

.photo_box .car {
  border: 2px solid var(--site-keycolor);
  width: 93%;
  margin: 32px auto 0;
}

.photo_box .car dt {
  font-size: 20px;
  font-weight: bold;
  width: 50%;
  background: var(--site-keycolor);
  padding: 8px 0 10px;
}

.photo_box .car dt span {
  position: relative;
}

.photo_box .car dt span::before {
  content: '';
  background: url(../img/case/icon_car.svg) no-repeat;
  background-size: contain;
  width: 37px;
  height: 22px;
  position: absolute;
  left: -50px;
  top: 5px;
}

.photo_box .car dd {
  font-size: 20px;
  font-weight: bold;
  width: 50%;
  background: #fff;
  padding: 8px 0 10px;
}

.before_after {
  position: relative;
  gap: 0 6%;
}

.before_after li {
  width: 40%;
  padding: 0;
}

.before_after li .room_img {
  position: relative;
  height: 265px;
}

.before_after li .room_img img {
  position: absolute;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.before_after li .label {
  text-align: center;
  line-height: 1.0;
  padding: 12px 0 12px;
}

.before_after li .label img {
  width: 115px;
}

.before_after li:first-child {
  border: 5px solid #b3b3b3;
}

.before_after li:first-child .label {
  background: #b3b3b3;
}

.before_after li:last-child {
  border: 5px solid var(--site-secondary);
  padding: 0;
}

.before_after li:last-child .label {
  background: var(--site-secondary);
}

.before_after li::after {
  content: none;
}

.before_after::after {
  content: '';
  background: url(../img/voice/icon_sankaku_right.svg) no-repeat;
  width: 32px;
  height: 36px;
  position: absolute;
  left: 50.2%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.txt-off_price {
  margin-top: 40px;
}

.txt-off_price li {
  padding: 0;
}

.txt-off_price li::after {
  content: none;
}

.txt-off_price li dt {
  font-size: 20px;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.txt-off_price li dd {
  font-weight: bold;
}

.txt-off_price li:first-child {
  width: 40%;
}

.txt-off_price li:first-child dl {
  border: 2px solid var(--site-primary);
}

.txt-off_price li:first-child dt {
  background: var(--site-primary);
  width: 40%;
}

.txt-off_price li:first-child dd {
  font-size: 28px;
  width: 60%;
  padding: 10px 0 12px;
}

.txt-off_price li:first-child dd .yen {
  font-size: 0.65em;
}

.txt-off_price li:last-child {
  width: 56.4%;
  padding: 0;
}

.txt-off_price li:last-child dl {
  border: 2px solid #06c1a8;
}

.txt-off_price li:last-child dt {
  background: #06c1a8;
  width: 28.5%;
}

.txt-off_price li:last-child dd {
  font-size: 17px;
  width: 71.5%;
  padding: 19px 20px 20px;
}

.txt-on_price {
  margin-top: 40px;
}

.txt-on_price li {
  width: 29.4%;
  padding: 0;
  position: relative;
}

.txt-on_price li::after {
  content: none;
}

.txt-on_price li dt {
  font-size: 20px;
  font-weight: bold;
  padding: 10px 0 12px;
}

.txt-on_price li dd {
  font-size: 28px;
  font-weight: bold;
  padding: 8px 0 10px;
}

.txt-on_price li dd .yen {
  font-size: 0.65em;
}

.txt-on_price li:first-child {
  padding: 0;
}

.txt-on_price li:first-child dl {
  border: 2px solid #999;
}

.txt-on_price li:first-child dt {
  background: #999;
}

.txt-on_price li:first-child dd {
  color: #999;
}

.txt-on_price li:first-child::after {
  content: '';
  background: url(../img/case/icon_minus.svg) no-repeat center;
  background-size: contain;
  width: 35px;
  height: 100%;
  position: absolute;
  left: initial;
  bottom: initial;
  right: -16%;
  top: 0;
}

.txt-on_price li:nth-child(2) dl {
  border: 2px solid #06c1a8;
}

.txt-on_price li:nth-child(2) dt {
  background: #06c1a8;
}

.txt-on_price li:nth-child(2) dd {
  color: #06c1a8;
}

.txt-on_price li:nth-child(2)::after {
  content: '';
  background: url(../img/case/icon_equal.svg) no-repeat center;
  background-size: contain;
  width: 35px;
  height: 100%;
  position: absolute;
  left: initial;
  bottom: initial;
  right: -16%;
  top: 0;
}

.txt-on_price li:nth-child(3) {
  padding: 0;
}

.txt-on_price li:nth-child(3) dl {
  border: 2px solid var(--site-primary);
}

.txt-on_price li:nth-child(3) dt {
  background: var(--site-primary);
}

.collect_dl dt, .purchase_dl dt {
  border-left: 7px solid var(--site-primary);
  font-size: 24px;
  font-weight: bold;
  padding: 0 0 3px 17px;
  margin-bottom: 15px;
}

.collect_dl dd, .purchase_dl dd {
  padding: 25px 30px 25px;
}

.collect_dl {
  margin-top: 40px;
}

.collect_dl dd {
  background: #f5f5f5;
}

.purchase_dl {
  margin-top: 30px;
}

.purchase_dl dd {
  background: #e2f8ff;
}

.staff_box {
  margin-top: 50px;
}

.staff_box .list_ttl::before {
  background: url(../img/voice/icon_staff.svg) no-repeat;
  background-size: contain;
}

.staff_box .staff_content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 68.8% 27.2%;
      grid-template-columns: 68.8% 27.2%;
  -ms-grid-rows: auto 1fr;
      grid-template-rows: auto 1fr;
  -webkit-column-gap: 4%;
          column-gap: 4%;
}

.staff_box .content_ttl {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 1;
  grid-row: 1;
  font-size: 21px;
  position: relative;
  padding-bottom: 8px;
  margin-bottom: 12px;
}

.staff_box .content_ttl::after {
  content: '';
  background: url(../img/common/dot_line_gray.png) no-repeat;
  width: 100%;
  height: 3px;
  position: absolute;
  left: 0;
  bottom: 0;
}

.staff_box p {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 2;
  grid-row: 2;
}

.staff_box img {
  -ms-grid-column: 2;
  grid-column: 2;
  grid-row: 1 /-1;
  margin-top: 5px;
}

@media only screen and (max-width: 960px) {
  .md_inner_space .date_time {
    right: 4vw;
    top: 4vw;
  }
  .customer_infobox {
    -ms-grid-columns: 23% 70%;
        grid-template-columns: 23% 70%;
    -webkit-column-gap: 7%;
            column-gap: 7%;
  }
  .customer_infobox .work_name {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .customer_infobox .area_name {
    font-size: 18px;
    margin: 0 0 15px;
  }
  .customer_infobox dl {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .customer_infobox dl dt {
    width: 25%;
  }
  .customer_infobox dl dt:nth-of-type(1), .customer_infobox dl dt:nth-of-type(2) {
    border-bottom: 1px solid #ffb078;
  }
  .customer_infobox dl dd {
    width: 25%;
  }
  .customer_infobox dl dd:nth-of-type(1), .customer_infobox dl dd:nth-of-type(2) {
    border-bottom: 1px solid #ffb078;
  }
  .work_infobox {
    margin: 35px 0 25px;
  }
  .work_infobox p {
    font-size: 20px;
  }
  .photo_box {
    padding: 4vw 40px 5vw;
  }
  .photo_box .car {
    width: 86.5%;
    margin-top: 25px;
  }
  .photo_box .car dt {
    font-size: 18px;
  }
  .photo_box .car dd {
    font-size: 18px;
  }
  .before_after li .room_img {
    height: 175px;
  }
  .before_after li .label {
    padding: 8px 0 6px;
  }
  .before_after li .label img {
    width: 90px;
  }
  .before_after::after {
    width: 24px;
    height: 28px;
  }
  .txt-off_price {
    margin-top: 30px;
  }
  .txt-off_price li dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .txt-off_price li dt {
    width: 100% !important;
    padding: 4px 0 6px;
  }
  .txt-off_price li dd {
    width: 100% !important;
  }
  .txt-off_price li:first-child dd {
    font-size: 24px;
  }
  .txt-off_price li:last-child dd {
    padding: 15px 20px 18px;
  }
  .txt-on_price {
    margin-top: 30px;
  }
  .txt-on_price li dd {
    font-size: 23px;
  }
  .txt-on_price li:first-child::after {
    width: 25px;
  }
  .txt-on_price li:nth-child(2)::after {
    width: 25px;
  }
  .collect_dl {
    margin-top: 30px;
  }
  .collect_dl dt, .purchase_dl dt {
    font-size: 20px;
    margin-bottom: 12px;
  }
  .collect_dl dd, .purchase_dl dd {
    padding: 20px 3vw 20px;
  }
  .purchase_dl {
    margin-top: 20px;
  }
  .staff_box .content_ttl {
    font-size: 19px;
  }
}

@media only screen and (max-width: 568px) {
  .md_inner_space .date_time{
    font-size: 14px;
    margin-bottom: 5px;
    margin-top: -8px;
    position: static;
    right:auto;
    top: auto;
  }
  .md_inner_space .date_time time {
    padding-left: 22px;
    background-size: 16px;
  }
  .wide_box .ttl {
    font-size: 18px;
    text-align: left;
    padding: 11px 15px 12px;
  }
  .customer_infobox {
    -ms-grid-columns: 57% 40%;
        grid-template-columns: 57% 40%;
    -ms-grid-rows: auto auto;
        grid-template-rows: auto auto;
    -webkit-column-gap: 3%;
            column-gap: 3%;
  }
  .customer_infobox .work_name {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1;
    font-size: 16px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 6px 0 6px;
  }
  .customer_infobox .work_name::before {
    width: 35px;
    height: 35px;
    margin-right: 7px;
  }
  .customer_infobox .area_name {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 1;
    grid-row: 1;
    font-size: 14px;
    line-height: 1.6;
    margin: 0;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    padding-left: 8px;
    border-width: 5px;
  }
  .customer_infobox dl {
    grid-column: 1 / -1;
    -ms-grid-row: 2;
    grid-row: 2;
    margin-top: 15px;
  }
  .customer_infobox dl.row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .customer_infobox dl dt {
    font-size: 13px;
  }
  .customer_infobox dl dd {
    font-size: 13px;
  }
  .work_infobox {
    margin: 15px 0 15px;
  }
  .work_infobox p {
    font-size: 16px;
  }
  .photo_box {
    padding: 20px 20px 25px;
  }
  .photo_box .car {
    width: 100%;
    margin-top: 15px;
  }
  .photo_box .car.row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .photo_box .car dt {
    font-size: 15px;
    width: 45%;
  }
  .photo_box .car dt span {
    padding-left: 22px;
  }
  .photo_box .car dt span::before {
    width: 26px;
    height: 15px;
    left: -8px;
  }
  .photo_box .car dd {
    font-size: 15px;
    width: 55%;
  }
  .before_after {
    gap: 35px 0;
  }
  .before_after li {
    width: 100%;
  }
  .before_after::after {
    background: url(../img/voice/icon_sankaku_down.svg) no-repeat;
    width: 38px;
    height: 21px;
    left: 50%;
    top: 50%;
  }
  .txt-off_price {
    margin-top: 20px;
    gap: 15px 0;
  }
  .txt-off_price li {
    width: 100% !important;
  }
  .txt-off_price li dt {
    font-size: 18px !important;
  }
  .txt-off_price li:first-child dd {
    font-size: 28px;
    padding: 5px 0 8px;
  }
  .txt-off_price li:last-child dd {
    font-size: 15px;
  }
  .txt-on_price {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 45px 0;
    margin-top: 25px;
  }
  .txt-on_price.row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .txt-on_price li dt {
    font-size: 16px;
  }
  .txt-on_price li dd {
    font-size: 22px;
    line-height: 1.0;
  }
  .txt-on_price li:first-child {
    width: 40%;
  }
  .txt-on_price li:first-child::after {
    width: 32px;
    right: -39%;
  }
  .txt-on_price li:nth-child(2) {
    width: 40%;
  }
  .txt-on_price li:nth-child(2)::after {
    content: none;
  }
  .txt-on_price li:last-child {
    width: 100%;
  }
  .txt-on_price li:last-child dt {
    font-size: 20px;
    padding: 5px 0 7px;
  }
  .txt-on_price li:last-child dd {
    font-size: 28px;
    padding: 12px 0 15px;
  }
  .txt-on_price li:last-child::after {
    content: '';
    background: url(../img/common/icon_double-arrow_down_orange.svg) no-repeat;
    background-size: contain;
    width: 40px;
    height: 35px;
    position: absolute;
    top: -40px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .collect_dl {
    margin-top: 25px;
  }
  .collect_dl dt, .purchase_dl dt {
    font-size: 18px;
    border-width: 5px;
    padding-left: 12px;
  }
  .collect_dl dd, .purchase_dl dd {
    padding: 15px 15px 15px;
  }
  .purchase_dl {
    margin-top: 15px;
  }
  .staff_box {
    margin-top: 40px;
  }
  .staff_box .staff_content {
    -ms-grid-columns: 100%;
        grid-template-columns: 100%;
    -ms-grid-rows: auto auto auto;
        grid-template-rows: auto auto auto;
  }
  .staff_box .staff_content .content_ttl {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1;
    font-size: 17px;
    padding-bottom: 10px;
  }
  .staff_box .staff_content img {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 2;
    grid-row: 2;
    margin-bottom: 15px;
  }
  .staff_box .staff_content p {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 3;
    grid-row: 3;
  }
}
/*# sourceMappingURL=case.css.map */