@charset "UTF-8";
/*@mixin tabletL {
  //タブレット横の場合
  @media only screen and (max-width: $bpTabletL) {
	  @content;
  }
}*/
.myLeadBlock {
  margin-bottom: 70px;
  text-align: center;
  /* .myLeadBlock */
}

@media only screen and (max-width: 600px) {
  .myLeadBlock {
    margin-bottom: 40px;
  }
}

.myLeadBlock .catch {
  margin-bottom: 20px;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  font-family: -apple-system, BlinkMacSystemFont, "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

@media only screen and (max-width: 992px) {
  .myLeadBlock .catch {
    margin-bottom: 10px;
  }
}

.myIndexCaseList {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  /* .myIndexCaseList */
}

@media only screen and (max-width: 600px) {
  .myIndexCaseList {
    display: block;
  }
}

.myIndexCaseList li {
  width: 47%;
  margin-bottom: 50px;
}

@media only screen and (max-width: 600px) {
  .myIndexCaseList li {
    width: auto;
    margin-bottom: 30px;
  }
}

.myIndexCaseList .image {
  margin-bottom: 20px;
  text-align: center;
}

@media only screen and (max-width: 600px) {
  .myIndexCaseList .image {
    margin-bottom: 15px;
  }
}

.myIndexCaseList .name {
  margin: 0 0 6px;
  font-size: 25px;
  font-size: 2.5rem;
  font-weight: bold;
  font-family: -apple-system, BlinkMacSystemFont, "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  letter-spacing: 0.1em;
  line-height: 1.3;
}

@media only screen and (max-width: 600px) {
  .myIndexCaseList .name {
    margin: 0 0 8px;
    font-size: 20px;
    font-size: 2rem;
  }
}

.myIndexCaseList .name span {
  margin-left: 8px;
}

@media only screen and (max-width: 600px) {
  .myIndexCaseList .name span {
    margin-left: 4px;
  }
}

.myIndexCaseList .product {
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: bold;
  font-family: -apple-system, BlinkMacSystemFont, "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

@media only screen and (max-width: 600px) {
  .myIndexCaseList .product {
    margin-bottom: 10px;
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.myIndexCaseList_column1 {
  -ms-flex-pack: center;
  justify-content: center;
}

.myCaseBlock {
  /* .myCaseBlock */
}

.myCaseBlock .box {
  position: relative;
}

.myCaseBlock .box:not(:last-child) {
  margin-bottom: 76px;
  padding-bottom: 76px;
}

@media only screen and (max-width: 992px) {
  .myCaseBlock .box:not(:last-child) {
    margin-bottom: 36px;
    padding-bottom: 36px;
  }
}

.myCaseBlock .box:not(:last-child):after {
  content: "";
  background-color: #000;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 116px;
  height: 1px;
  margin: auto;
}

@media only screen and (max-width: 992px) {
  .myCaseBlock .box:not(:last-child):after {
    width: 80px;
  }
}

.myCaseBlock .head {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 50px;
}

@media only screen and (max-width: 992px) {
  .myCaseBlock .head {
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 30px;
  }
}

.myCaseBlock .head .image {
  width: 47.5%;
  text-align: center;
}

@media only screen and (max-width: 992px) {
  .myCaseBlock .head .image {
    width: auto;
    margin-bottom: 20px;
  }
}

.myCaseBlock .head .detail {
  -ms-flex: 1;
  flex: 1;
  padding-left: 40px;
}

@media only screen and (max-width: 992px) {
  .myCaseBlock .head .detail {
    padding-left: 0;
  }
}

.myCaseBlock .head .name {
  margin-bottom: 20px;
  font-size: 25px;
  font-size: 2.5rem;
  font-weight: bold;
  font-family: -apple-system, BlinkMacSystemFont, "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

@media only screen and (max-width: 992px) {
  .myCaseBlock .head .name {
    margin-bottom: 10px;
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.myCaseBlock .head .info {
  margin-bottom: 20px;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: bold;
  font-family: -apple-system, BlinkMacSystemFont, "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  line-height: 2;
}

@media only screen and (max-width: 992px) {
  .myCaseBlock .head .info {
    margin-bottom: 10px;
    font-size: 11px;
    font-size: 1.1rem;
  }
}

.myCaseBlock ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media only screen and (max-width: 992px) {
  .myCaseBlock ul {
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.myCaseBlock li {
  width: 47.5%;
}

@media only screen and (max-width: 992px) {
  .myCaseBlock li {
    width: auto;
  }
  .myCaseBlock li:not(:last-child) {
    margin-bottom: 20px;
  }
}

.myCaseBlock li .title {
  margin-bottom: 8px;
  font-size: 19px;
  font-size: 1.9rem;
  font-weight: bold;
  font-family: -apple-system, BlinkMacSystemFont, "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

@media only screen and (max-width: 992px) {
  .myCaseBlock li .title {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.myCaseBlock li .image {
  margin-bottom: 15px;
}

/*# sourceMappingURL=maps/case.css.map */
