:root {
  --base-color: #1f286f;
  --hover-color: #697d9b;
  --bg-color: #f4f8fc;
  --heading-color: #697d9b
}
.hs-content-footer {
  background-image: url(/johmon/asset/image/common/closeup_bg_sm.jpg)
}
@media(min-width: 768px) {
  .hs-content-footer {
    background-image: url(/johmon/asset/image/common/closeup_bg_lg.jpg)
  }
}
.hs-main-visual {
  background-image: url(/johmon/asset/image/common/kv_img_lower_sm.jpg)
}
@media(min-width: 768px) {
  .hs-main-visual {
    background-image: url(/johmon/asset/image/common/kv_img_lower_lg.jpg)
  }
}
.johmon-py-radius {
  border-radius: 20px;
  padding: 10px;
  background-color: #fef9e3;
  margin: 10px 0px;
  border: 1px #c6b3a5 solid;
}
@media(min-width: 768px) {
  .johmon-py-radius {
    border-radius: 20px;
    padding: 30px;
    background-color: #fef9e3;
    margin: 20px auto;
    border: 1px #c6b3a5 solid;
    width: 80%;
  }
}
.johmon-py-radius li {
  list-style-type: disc;
}
.johmon-py-radius li::marker {
  color: #488cca;
}
  .johmon-py-card-box {
  padding: 0px 0px 0px 10px;
}
@media screen and (min-width: 768px) {
  .johmon-py-case-card-box {
  padding: 0px 0px 0px 10px;
}
}
.johmon-py-card-box-wrap {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  word-break: break-all;
  margin: 20px 0px 0px 10px;
  width: 70%  
}
.johmon-py-card-image {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .johmon-py-card-image {
    display: none
  }
}