#Contents {
  font-family:'游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic','メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',Arial,Helvetica,sans-serif;
}
.casePopContent {
  margin: 100px 0;
}
.casePopInner {
  padding: 50px;
  background: #fff;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.3);
}
.casePopEx {
  width: fit-content;
  padding: 10px 10px 8px 30px;
  background: #0da1a3;
  color: #fff;
  line-height: 30px;
  font-weight: 700;
  display: flex;
  align-items: center;
  font-size: 26px;
  border-radius: 50px;
}
.casePopEx > span {
  display: inline-block;
  background: #fff;
  color: #0da1a3;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  font-size: 26px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 10px;
}
.casePopTltle {
  margin-top: 20px;
  margin-bottom: 40px;
  font-size: 40px;
  color: #0da1a3;
  font-weight: 700;
}
.casePopItem {
  display: flex;
}
.casePopBaCol {
  flex: 1;
}
.casePopBaCol.before {
  padding-right: 40px;
}
.casePopBaCol.after {
  padding-left: 40px;
}
.casePopBaTitle {
  padding: 5px 10px;
  text-align: center;
  font-weight: 700;
  font-size: 26px;
  color: #fff;
  border-radius: 50px;
  line-height: 1;
  margin-bottom: 10px;
}
.casePopBaCol.before .casePopBaTitle {
  background: #646464;
}
.casePopBaCol.after .casePopBaTitle {
  background: #0da1a3;
}
.casePopBaCol img {
  width: 100%;
  height: auto;
}
.casePopBaArrow {
  width: 61px;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.casePopBaText {
  font-weight: 700;
  line-height: 1.7;
  min-height: 110px;
  margin-top:20px;
  margin-bottom: 10px;
}
.casePopBaCol.after .casePopBaText {
  color: #0da1a3;
}
.casePopBaCol.after .casePopBaText .mark {
  background: linear-gradient(transparent 0%, #ffff00 0%);
  color: #0da1a3;
}
@media screen and (max-width: 768px) {
  .casePopContent {
    margin: 70px 0;
  }
  .casePopInner {
    padding: 30px 20px;
    box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.3);
  }
  .casePopEx {
    padding: 6px 10px 6px 20px;
    font-size: 22px;
  }
  .casePopEx > span {
    width: 24px;
    height: 24px;
    font-size: 22px;
  }
  .casePopTltle {
    margin-top: 15px;
    margin-bottom: 30px;
    font-size: 28px;
  }
  .casePopItem {
    flex-direction: column;
    align-items: center;
  }
  .casePopBaCol {
    flex: auto;
  }
  .casePopBaCol.before {
    padding-right: 0;
    margin-bottom: 30px;
  }
  .casePopBaCol.after {
    padding-left: 0;
  }
  .casePopBaArrow {
    width: 100%;
    text-align: center;
    align-items: center;
    margin-bottom: 30px;
  }
  .casePopBaTitle {
    padding: 4px 10px;
    font-size: 22px;
  }
  .casePopBaText {
    line-height: 1.6;
    min-height: auto;
    margin: 20px 0 30px;
  }
}
.sp-only {
  display: none;
}
@media screen and (max-width: 768px) {
  .pc-only {
    display: none;
  }
  .sp-only {
    display: block;
  }
}
