@charset "UTF-8";
/* breakpoint */
/* ============================================ */
@media (max-width: 1023.9px) {
  .pc-only {
    display: none !important;
  }
}

.sp-only {
  display: none !important;
}
@media (max-width: 1023.9px) {
  .sp-only {
    display: inherit !important;
  }
}

.col-15, .col-sm-15, .col-md-15, .col-lg-15 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  width: 100%;
}

@media (min-width: 1023.9px) and (max-width: 1366px) {
  .col-md-15 {
    width: 20%;
    flex: 0 0 20%;
  }
}
@media (min-width: 1023.9px) {
  .col-md-15 {
    width: 20%;
    flex: 0 0 20%;
  }
}
.col-15 {
  width: 20%;
  flex: 0 0 20%;
}

#imageTitle {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 300px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#imageTitle.titleReform {
  background: url("../../images/reform/title.jpg") no-repeat center;
}
#imageTitle.titleRepair {
  background: url("../../images/repair/title.jpg") no-repeat center;
}
#imageTitle.titleOrder {
  background: url("../../images/order/title.jpg") no-repeat center;
}
#imageTitle.titleFaq {
  background: url("../../images/contact/title.jpg") no-repeat center;
}
#imageTitle.titleSystem {
  background: url("../../images/system/title.jpg") no-repeat center;
}
#imageTitle.titleContact {
  background: url("../../images/contact/title.jpg") no-repeat center;
}
#imageTitle.titleCompany {
  background: url("../../images/company/title.jpg") no-repeat center;
}
#imageTitle.titleKoe {
  background: url("../../images/koe/title.jpg") no-repeat center;
}
#imageTitle.titleHaitatsu {
  background: url("../../images/haitatsu/title.jpg") no-repeat center;
}
#imageTitle.titleBrand {
  background: url("../../images/brand/title.jpg") no-repeat center;
}
#imageTitle.titleDress {
  background: url("../../images/dressup/title.jpg") no-repeat center;
}
#imageTitle.titleKnowhow {
  background: url("../../images/knowhow/title.jpg") no-repeat center;
}

/*=== reform page				============================================================================================================*/
.reformPage {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.reformPage .contents {
  width: 1000px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1023.9px) {
  .reformPage .contents {
    width: 100%;
    padding: 0 10px;
  }
}
.reformPage .contents .omoiWrap {
  display: flex;
}
.reformPage .contents .omoiWrap .image {
  display: flex;
  justify-content: end;
}
.reformPage .contents .omoiWrap p {
  padding: 10px;
}
@media (max-width: 1023.9px) {
  .reformPage .contents .omoiWrap {
    flex-direction: column;
  }
  .reformPage .contents .omoiWrap .image {
    display: flex;
    justify-content: center;
  }
  .reformPage .contents .omoiWrap .image img {
    width: 100%;
  }
  .reformPage .contents .omoiWrap p {
    width: 100%;
    padding: 10px;
    font-size: 14px;
  }
}
.reformPage .contents .meritWrap {
  display: flex;
  justify-content: space-around;
  margin-bottom: 20px;
}
.reformPage .contents .meritWrap .list {
  width: 28%;
  text-align: center;
  font-size: 20px;
  border-bottom: 2px solid #dc2222;
  margin: 0 15px;
}
.reformPage .contents .meritWrap .list img {
  position: relative;
  top: -7px;
  padding-right: 5px;
}
@media (max-width: 1023.9px) {
  .reformPage .contents .meritWrap .list {
    width: 100%;
    margin-bottom: 10px;
    font-size: 16px;
    text-align: left;
  }
}
.reformPage .contents .meritWrap p {
  text-align: center;
}
@media (max-width: 1023.9px) {
  .reformPage .contents .meritWrap p {
    font-size: 14px;
    text-align: left;
  }
}
.reformPage .contents .featureWrap {
  display: flex;
  flex-direction: column;
}
.reformPage .contents .featureWrap dl {
  display: flex;
  width: 100%;
  margin-bottom: 30px;
  font-size: 20px;
}
.reformPage .contents .featureWrap dl dt {
  display: flex;
  justify-content: center;
  align-items: center;
}
.reformPage .contents .featureWrap dl dd {
  color: #000;
  letter-spacing: 2px;
  margin-bottom: 10px;
  padding-left: 30px;
}
@media (max-width: 1023.9px) {
  .reformPage .contents .featureWrap dl {
    font-size: 14px;
    padding: 0 20px;
    margin-bottom: 20px;
  }
}

.circle-1, .circle-2, .circle-3 {
  color: #fff;
  text-align: center;
  width: 80px;
  height: 60px;
  margin: 0 -15px;
  padding: 20px 10px;
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  mix-blend-mode: multiply;
  font-weight: normal;
  line-height: 1;
}
@media (max-width: 1023.9px) {
  .circle-1, .circle-2, .circle-3 {
    font-size: 16px;
  }
}

.circle-1 {
  background: #dc2222;
  border-radius: 50% 50% 50% 70%/50% 50% 70% 60%;
}

.circle-2 {
  background: #dc2222;
  border-radius: 80% 30% 50% 50%/50%;
}

.circle-3 {
  background: #dc2222;
  border-radius: 40% 40% 50% 40%/30% 50% 50% 50%;
}

/*=== repair page				============================================================================================================*/
.repairPage {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.repairPage .repairWrap {
  width: 1000px;
  margin-top: 30px;
}
@media (max-width: 1023.9px) {
  .repairPage .repairWrap {
    width: 100%;
  }
  .repairPage .repairWrap .row {
    margin-right: 0;
    margin-left: 0;
  }
}
.repairPage .repairWrap p {
  text-align: center;
  font-size: 16px;
}
@media (max-width: 1023.9px) {
  .repairPage .repairWrap p {
    margin-bottom: 20px;
    padding: 0 10px;
    text-align: left;
    font-size: 14px;
  }
}
.repairPage .repairWrap dl {
  width: 100%;
  margin-bottom: 30px;
}
.repairPage .repairWrap dl dt {
  text-align: center;
  font-size: 18px;
  background: #dc2222;
  padding: 5px 0;
  color: #fff;
}
.repairPage .repairWrap dl dd img {
  width: 100%;
}
.repairPage .repairWrap dl dd p {
  font-size: 18px;
  text-align: left;
  line-height: 18px;
  margin-top: 10px;
}
@media (max-width: 1023.9px) {
  .repairPage .repairWrap dl dd p {
    font-size: 14px;
  }
}
.repairPage .master img {
  width: 100%;
}

/*=== dressup page				============================================================================================================*/
.dressupPage {
  display: flex;
  justify-content: center;
  padding: 0 15px;
}
.dressupPage .contents {
  width: 1000px;
}
.dressupPage .contents .about-custom h3,
.dressupPage .contents .about-stone h3 {
  font-family: "Noto Serif JP", serif;
  font-size: 20px;
  margin-bottom: 10px;
  color: #db2228;
}
.dressupPage .contents .merit-wrap h3 {
  position: relative;
  line-height: 1.4;
  padding: 0.25em 1em;
  display: inline-block;
  font-size: 22px;
  font-family: "Noto Serif JP", serif;
  margin-bottom: 15px;
}
.dressupPage .contents .merit-wrap h3:before, .dressupPage .contents .merit-wrap h3:after {
  content: "";
  width: 20px;
  height: 30px;
  position: absolute;
  display: inline-block;
}
.dressupPage .contents .merit-wrap h3:before {
  border-left: solid 1px #ff5722;
  border-top: solid 1px #ff5722;
  top: 0;
  left: 0;
}
.dressupPage .contents .merit-wrap h3:after {
  border-right: solid 1px #ff5722;
  border-bottom: solid 1px #ff5722;
  bottom: 0;
  right: 0;
}
.dressupPage .contents .merit-wrap .lists {
  border-radius: 15px;
  background: #F5F5F5;
  padding: 15px;
  margin-bottom: 10px;
}
.dressupPage .contents .merit-wrap .lists h4 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 5px;
}
.dressupPage .contents .feature-wrap {
  width: 100%;
  background: #fffff6;
  padding: 20px;
  border-radius: 10px;
  border: 1px solid #DBDBDB;
  margin-top: 50px;
}
.dressupPage .contents .feature-wrap h4 {
  text-align: center;
  font-size: 20px;
  font-family: "Noto Serif JP", serif;
  margin-bottom: 15px;
  color: #9B0C1C;
  border-bottom: 1px dotted #AFAFAF;
  padding-bottom: 15px;
}

/*=== order page				============================================================================================================*/
.orderPage {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.orderPage .contents {
  width: 1000px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1023.9px) {
  .orderPage .contents {
    width: 100%;
    padding: 0 10px;
  }
}
.orderPage .contents .omoiWrap {
  display: flex;
}
.orderPage .contents .omoiWrap .image {
  display: flex;
  justify-content: end;
}
.orderPage .contents .omoiWrap p {
  padding: 10px;
}
@media (max-width: 1023.9px) {
  .orderPage .contents .omoiWrap {
    flex-direction: column;
  }
  .orderPage .contents .omoiWrap .image {
    display: flex;
    justify-content: center;
  }
  .orderPage .contents .omoiWrap .image img {
    width: 100%;
  }
  .orderPage .contents .omoiWrap p {
    width: 100%;
    padding: 10px;
    font-size: 14px;
  }
}
.orderPage .contents .flowWrap {
  width: 1000px;
  margin-top: 30px;
}
@media (max-width: 1023.9px) {
  .orderPage .contents .flowWrap {
    width: 100%;
  }
  .orderPage .contents .flowWrap .row {
    margin-right: 0;
    margin-left: 0;
  }
}
.orderPage .contents .flowWrap dl dt img {
  width: 100%;
}
.orderPage .contents .flowWrap dl dd {
  height: 70px;
  text-align: center;
  margin-top: 3px;
  font-size: 14px;
}
.orderPage .contents .flowWrap dl dd span {
  font-size: 12px;
}
@media (max-width: 1023.9px) {
  .orderPage .contents .flowWrap dl dd {
    height: 50px;
    font-size: 16px;
  }
  .orderPage .contents .flowWrap dl dd span {
    font-size: 14px;
  }
}

/*=== system page				============================================================================================================*/
.systemPage {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.systemPage .zenkoku {
  display: block;
  margin: 0 0 20px 0;
}
@media (max-width: 1023.9px) {
  .systemPage .zenkoku {
    padding: 0 10px;
  }
  .systemPage .zenkoku img {
    width: 100%;
  }
}
.systemPage .contents {
  width: 1000px;
}
.systemPage .contents .wrap {
  margin-bottom: 30px;
}
.systemPage .contents .wrap .systemSubject {
  text-align: center;
  font-size: 18px;
  letter-spacing: 2px;
  font-weight: bold;
  color: #db2228;
  font-family: "Noto Serif JP", serif;
  margin: 10px 0;
}
@media (max-width: 1023.9px) {
  .systemPage .contents .wrap .systemSubject {
    font-size: 16px;
    letter-spacing: 1px;
  }
}
@media (max-width: 1023.9px) {
  .systemPage .contents {
    width: 100%;
  }
  .systemPage .contents .wrap {
    margin-bottom: 15px;
  }
}
.systemPage .caution-box {
  text-align: center;
  font-size: 18px;
  letter-spacing: 2px;
  font-weight: bold;
  color: #db2228;
  font-family: "Noto Serif JP", serif;
  margin: 10px 0;
}
.systemPage .caution-box p {
  text-align: center;
}
@media (max-width: 1023.9px) {
  .systemPage .caution-box {
    font-size: 14px;
  }
}

/*=== contact page				============================================================================================================*/
.contactPage {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.contactPage .contents {
  width: 1000px;
  margin: 0 auto;
}
.contactPage .contents .zenkoku {
  text-align: center;
  margin: 0 0 20px 0;
}
@media (max-width: 1023.9px) {
  .contactPage .contents {
    width: 100%;
  }
}
.contactPage .contents p.exp {
  text-align: center;
}
@media (max-width: 1023.9px) {
  .contactPage .contents p.exp {
    text-align: left;
    padding: 0 10px;
    font-size: 14px;
  }
}

/*=== company page				============================================================================================================*/
.companyPage {
  margin: 0 auto;
  width: 1000px;
}
@media (max-width: 1023.9px) {
  .companyPage {
    width: 100%;
  }
}

.companyPage iframe {
  border: none;
}
@media (max-width: 1023.9px) {
  .companyPage iframe {
    width: 100%;
  }
}

/*=== koe page				============================================================================================================*/
.koePage {
  display: flex;
  flex-direction: column;
}
.koePage .contents {
  width: 1000px;
  margin: 0 auto;
}
.koePage .contents .banner {
  margin-bottom: 20px;
}
.koePage .contents .banner img {
  width: 100%;
}
.koePage .contents dl {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  background: #f8f8f8;
  padding: 15px;
  border: 1px solid #f1f1f1;
  margin-bottom: 15px;
}
.koePage .contents dl dt {
  float: left;
}
.koePage .contents dl dd {
  float: left;
  font-size: 14px;
  color: #333;
}
.koePage .contents .tlt {
  display: flex;
  width: 100%;
  font-size: 16px;
  font-weight: bold;
  text-align: left;
  color: #000;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px dotted #ccc;
}
.koePage .contents .tlt .date {
  width: 80px;
  background: #db2228;
  padding: 5px;
  text-align: center;
  color: #fff;
  font-size: 10px;
  margin-right: 10px;
}
@media (max-width: 1023.9px) {
  .koePage .contents {
    width: 100%;
  }
}

/*=== haitstsu page				============================================================================================================*/
.haitatsuPage {
  display: flex;
  flex-direction: column;
}
.haitatsuPage .contents {
  width: 1000px;
  margin: 0 auto;
}
@media (max-width: 1023.9px) {
  .haitatsuPage .contents {
    width: 100%;
  }
  .haitatsuPage .contents .row {
    margin-left: 0;
    margin-right: 0;
  }
}
.haitatsuPage .contents .notice {
  display: flex;
  flex-direction: column;
  padding: 20px;
  background: #f1f1f1;
  border: 2px solid #9B0C1C;
  margin-bottom: 60px;
}
.haitatsuPage .contents .notice p {
  font-size: 20px;
}
.haitatsuPage .contents .notice p.address {
  background: #9B0C1C;
  color: #fff;
  border-radius: 10px;
  padding: 10px;
}
@media (max-width: 1023.9px) {
  .haitatsuPage .contents .notice {
    margin-bottom: 20px;
  }
  .haitatsuPage .contents .notice p {
    font-size: 16px;
  }
}
.haitatsuPage .contents .pointWrap {
  margin-bottom: 60px;
}
.haitatsuPage .contents .pointWrap dl {
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
  -webkit-box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.2);
}
.haitatsuPage .contents .pointWrap dl dt {
  display: flex;
  align-items: center;
  border-bottom: 5px solid #9B0C1C;
  color: #9B0C1C;
  font-size: 26px;
}
.haitatsuPage .contents .pointWrap dl dt span {
  display: flex;
  align-items: center;
  padding: 10px 20px;
  background: #9B0C1C;
  color: #fff;
  font-size: 26px;
}
.haitatsuPage .contents .pointWrap dl dd {
  padding: 10px;
}
.haitatsuPage .contents .pointWrap dl dd .image img {
  width: 100%;
}
.haitatsuPage .contents .pointWrap dl dd .text {
  font-size: 16px;
}
.haitatsuPage .contents .pointWrap dl dd .text p {
  color: #ff0000;
  font-weight: bold;
  margin-bottom: 5px;
}
.haitatsuPage .contents .pointWrap dl dd .text .btn {
  color: #fff;
  background: #9B0C1C;
  padding: 5px 10px;
  font-weight: bold;
  border-radius: 5px;
  margin: 10px 0;
}
.haitatsuPage .contents .pointWrap dl dd .text .btn a {
  color: #fff;
  font-size: 18px;
}
@media (max-width: 1023.9px) {
  .haitatsuPage .contents .pointWrap {
    margin-bottom: 20px;
  }
  .haitatsuPage .contents .pointWrap dl {
    margin-bottom: 15px;
  }
  .haitatsuPage .contents .pointWrap dl dt {
    font-size: 18px;
  }
  .haitatsuPage .contents .pointWrap dl dt span {
    font-size: 18px;
  }
  .haitatsuPage .contents .pointWrap dl dd {
    padding: 10px;
  }
  .haitatsuPage .contents .pointWrap dl dd .image img {
    width: 100%;
  }
  .haitatsuPage .contents .pointWrap dl dd .text {
    font-size: 14px;
  }
}

/*=== faq page				============================================================================================================*/
.faqPage {
  display: flex;
  flex-direction: column;
}
.faqPage .list-wrap {
  margin: 0 auto;
  width: 1000px;
}
.faqPage .list-wrap .contents {
  width: 100%;
}
.faqPage .list-wrap .contents .accordion-btn-wrap {
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
}
.faqPage .list-wrap .contents .accordion-btn-wrap a {
  font-size: 13px;
  font-family: "Noto Serif JP", serif;
  padding: 5px 15px;
  border: 1px solid #ccc;
  border-radius: 20px;
  margin: 0 10px;
}
.faqPage .list-wrap .contents .accordion-btn-wrap a::after {
  position: relative;
  content: "\f0d7";
  bottom: 3px;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-left: 5px;
  font-size: 12px;
  color: #db2228;
}
.faqPage .list-wrap .contents .subject-tlt {
  font-size: 18px;
  font-family: "Noto Serif JP", serif;
  margin-bottom: 15px;
}
.faqPage .list-wrap .contents .subject-tlt i {
  color: #db2228;
}
.faqPage .list-wrap .contents .items {
  border: 1px solid #ccc;
  margin-bottom: 15px;
}
.faqPage .list-wrap .contents .items .tlt {
  background: #eee;
  padding: 15px;
  height: 70px;
  font-size: 15px;
}
.faqPage .list-wrap .contents .items .tlt:before {
  position: relative;
  content: "\f059";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-left: 5px;
  font-size: 16px;
}
.faqPage .list-wrap .contents .items .field {
  padding: 15px;
  font-size: 14px;
  height: 100px;
}
.faqPage .list-wrap .contents .items .field.h150 {
  height: 150px;
}
.faqPage .list-wrap .contents .items .field:before {
  position: relative;
  content: "\f4ad";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-left: 5px;
  font-size: 16px;
  transform: rotate(90deg);
}
@media (max-width: 1023.9px) {
  .faqPage .list-wrap {
    width: 100%;
  }
  .faqPage .list-wrap .contents {
    padding: 0 10px;
  }
  .faqPage .list-wrap .contents .accordion-btn-wrap {
    flex-direction: column;
  }
  .faqPage .list-wrap .contents .accordion-btn-wrap a {
    text-align: center;
    margin-bottom: 10px;
  }
  .faqPage .list-wrap .contents .tlt,
  .faqPage .list-wrap .contents .field {
    height: inherit !important;
  }
}


/*=== gallery page				============================================================================================================*/
.galleryPage {
  display: flex;
  flex-direction: column;
}
.galleryPage .list-wrap {
  margin: 0 auto;
  width: 1000px;
}
.galleryPage .list-wrap .contents {
  width: 100%;
}

.galleryPage .list-wrap .contents .items {
  border: 1px solid #ccc;
  margin-bottom: 15px;
  border-radius: 30px;
  background: #eee;
}
.galleryPage .list-wrap .contents .items .tlt {
#  background: #eee;
  text-align: center;
  padding: 15px;
  height: 100px;
  font-size: 15px;
}
.galleryPage .list-wrap .contents .items .imgs {
  width: 100%;
  text-align: center;
  vertical-align: middle;
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}

.galleryPage .list-wrap .contents .items .field {
  padding: 35px;
  font-size: 16px;
  height: 250px;
}
.galleryPage .list-wrap .contents .items .field p {
  border-bottom:1px solid gray;
  margin:10px;
}
.galleryPage .list-wrap .contents .items .field.h150 {
  height: 150px;
}

@media (max-width: 1023.9px) {
  .galleryPage .list-wrap {
    width: 100%;
  }
  .galleryPage .list-wrap .contents {
    padding: 0 10px;
  }
  .galleryPage .list-wrap .contents .tlt,
  .galleryPage .list-wrap .contents .imgs {
      width: 100%;
	  -webkit-transition: opacity 0.5s ease-in-out;
	  -moz-transition: opacity 0.5s ease-in-out;
	  -o-transition: opacity 0.5s ease-in-out;
	  transition: opacity 0.5s ease-in-out;
  }
  .galleryPage .list-wrap .contents .field {
    height: inherit !important;
  }
}


/*=== knowhow page				============================================================================================================*/
.knowhowPage {
  display: flex;
  flex-direction: column;
}
.knowhowPage .contents-wrap {
  margin: 0 auto;
  width: 1000px;
}
.knowhowPage .contents-wrap .check-cleaning {
  display: flex;
  flex-direction: column;
  margin-bottom: 50px;
}
.knowhowPage .contents-wrap .check-cleaning li {
  padding-bottom: 5px;
  border-bottom: 2px dashed #ccc;
}
.knowhowPage .contents-wrap .check-cleaning li::before {
  position: relative;
  content: "\f560";
  bottom: 3px;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-right: 5px;
  font-size: 20px;
  color: #16b301;
}
.knowhowPage .contents-wrap .check-cleaning li:not(:last-child) {
  margin-bottom: 10px;
}
.knowhowPage .contents-wrap .clean-case {
  width: 100%;
  display: flex;
}
.knowhowPage .contents-wrap .clean-case .tltle-subject {
  font-size: 20px;
  font-family: "Noto Serif JP", serif;
  margin-bottom: 15px;
}
.knowhowPage .contents-wrap .clean-case .tltle-subject i {
  color: #db2228;
}
.knowhowPage .contents-wrap .clean-case .text-box {
  background: #f2f2f2;
  padding: 15px;
  border: 1px solid #eee;
  font-size: 14px;
  border-radius: 4px;
}
.knowhowPage .contents-wrap .clean-case .text-box li {
  text-indent: -1em;
  padding-left: 1em;
}
.knowhowPage .contents-wrap .clean-case .text-box li::before {
  content: "・";
}
.knowhowPage .contents-wrap .clean-case .text-box li:not(:last-child) {
  border-bottom: 1px dotted #333;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
@media (max-width: 1023.9px) {
  .knowhowPage {
    flex-wrap: wrap;
    justify-content: center;
    overflow-x: hidden;
  }
  .knowhowPage .contents-wrap {
    width: 100%;
    padding: 0 10px;
  }
  .knowhowPage .contents-wrap .clean-case {
    flex-direction: column;
  }
  .knowhowPage .contents-wrap .clean-case .text-box {
    margin-bottom: 30px;
  }
}

/*=== case page				============================================================================================================*/
.casePage {
  display: flex;
  flex-direction: column;
}
.casePage .contents {
  margin: 0 auto;
  width: 1000px;
}
@media (max-width: 1023.9px) {
  .casePage .contents {
    width: 100%;
  }
  .casePage .contents .row {
    margin-left: 0;
    margin-right: 0;
  }
}
.casePage .contents .menu {
  width: 100%;
  margin-bottom: 50px;
}
@media (max-width: 1023.9px) {
  .casePage .contents .menu {
    margin-bottom: 20px;
  }
}
.casePage .contents .menu .menu-list {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 0;
  text-align: center;
  background: #eeeeee;
  font-size: 13px;
  cursor: pointer;
}
.casePage .contents .menu .menu-list.select {
  background: #db2228;
  color: #fff;
  pointer-events: none;
}
.casePage .contents .menu .menu-list.select a {
  color: #fff;
}
.casePage .contents .menu .menu-list a {
  text-align: center;
  margin: 0 10px;
}
.casePage .contents .menu .menu-list:hover {
  text-align: center;
  background: #db2228;
  color: #fff;
}
.casePage .contents .menu .menu-list:hover a:hover {
  color: #fff;
}
.casePage .contents p {
  text-align: center;
  color: #ff0000;
  font-size: 26px;
  margin-bottom: 20px;
}
@media (max-width: 1023.9px) {
  .casePage .contents p {
    font-size: 20px;
  }
}
.casePage .contents .list-body {
  margin-bottom: 20px;
}
.casePage .contents .list-body .list-item {
  display: flex;
  flex-direction: column;
  background: #3f3f3f;
}
.casePage .contents .list-body .list-item .titleSubject {
  padding: 10px;
  color: #fff;
  border-left: 5px solid #db2228;
}
.casePage .contents .list-body .imageWrap {
  display: flex;
}
.casePage .contents .list-body .imageWrap .imageBefore, .casePage .contents .list-body .imageWrap .imageAfter {
  display: inline-block;
  width: 50%;
}
.casePage .contents .list-body .imageWrap .imageBefore img, .casePage .contents .list-body .imageWrap .imageAfter img {
  width: 100%;
}
.casePage .contents .list-body .imageWrap .imageAfter {
  position: relative;
}
.casePage .contents .list-body .imageWrap .imageAfter a.more {
  position: absolute;
  right: 5px;
  top: 0;
  cursor: pointer;
  color: #ccc;
}
.casePage .contents .list-body .imageWrap .imageAfter svg {
  fill: currentColor;
}

span.readmore {
  display: block;
  float: right;
  padding: 3px 5px;
  text-align: center;
  background: #db2228;
  font-size: 11px;
}
span.readmore a {
  color: #fff;
}

/*=== privacy page				============================================================================================================*/
.privacyPage {
  margin: 0 auto;
  width: 1000px;
}
.privacyPage dl {
  margin-bottom: 15px;
}
.privacyPage dl dt {
  background: #f8f8f8;
  padding: 10px;
  font-weight: bold;
}
.privacyPage dl dd {
  padding: 5px 10px;
}
@media (max-width: 1023.9px) {
  .privacyPage {
    width: 100%;
    font-size: 14px;
  }
}/*# sourceMappingURL=sub.css.map */