@charset "utf-8";

.case.content {
  max-width: 1010px;
}
.case h2 {
  margin-bottom: 102px;
}
.case h3 {
  margin-bottom: 47px;
  display: flex;
  align-items: center;
  font-size: 3.2rem;
  font-weight: normal;
}
.case h3 span {
  margin-right: 77px;
  padding: 5px 10px 5px 0;
  position: relative;
  display: inline-block;
  color: #fff;
  font-weight: bold;
  font-family: Arial, Helvetica, "sans-serif";
  background-color: #DB212F;
}
.case h3 span:before {
  position: absolute;
  right: 100%;
  top: 0;
  width: 9999px;
  height: 100%;
  background-color: #DB212F;
  content: "";
}
.case h3 span:after {
  position: absolute;
  right: -30px;
  top: 0;
  width: 30px;
  height: 100%;
  background: url("/img/common/arrow.png") no-repeat left top/30px 100%;
  content: "";
}
.case .checkList {
  margin: 0 15px 32px;
}
.case .checkList li {
  padding: 3px 0 15px 54px;
  position: relative;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.1;
  background: url("/img/common/icon03.png") no-repeat left top/36px auto;
}
.case .checkList li small {
  margin-top: 41px;
  display: block;
  font-size: 1.5rem;
  line-height: 2;
  font-weight: normal;
}
.case .photoList {
  display: flex;
  justify-content: space-between;
}
.case .photoList li {
  width: 48%;
  text-align: center;
}
.case .photoList li img {
  width: 80%;
}
.case .photoList .photoList_ttl.photoList_ttl__ttlGray {
  background-color:#dcdcdc;
}
.case .photoList .photoList_ttl.photoList_ttl__ttlPink {
  background-color:#ffc0cb;
}
.case .photoList li p {
  margin-bottom: 3px;
  font-size: 2rem;
  font-weight: 500;
}
.case .photoList .case_maker_img {
  width: 100%;
}
.case .inner {
  margin-bottom: 100px;
}