.model-cont-block {
    margin-bottom: 40px;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 10px;
    box-shadow: 0 0 8px #e3e2e2;
    padding: 40px;
    position: relative;
  
    &:last-child {
      margin-bottom: 0;
    }
    & h3 {
      background-color: #FFE44F;
      font-size: 18px;
      padding: 10px 20px;
      margin-bottom: 20px;
    }
    & .step-cont-head {
      font-size: 32px;
      line-height: 1.3;
      margin-bottom: 24px;
      padding-bottom: 24px;
      position: relative;
      &::first-letter {
        color: #FF6A30;
        font-family: "Zen Maru Gothic", sans-serif;
        font-size: 48px;
      }
      &::after {
        content: "";
        background-color: #FFE44F;
        height: 2px;
        width: 70%;
        position: absolute;
        bottom: 0;
        left: 0;
      }
    }
    
    & .model-cont-txt {
      line-height: 1.8;
    }
    
    & .model-cont-li {
      margin-top: -13px;
      padding-left: 1.5em;
      & li {
        list-style-type: disc;
      }
    }
    & .model-cont-imgblock {
      margin-bottom: 60px;
      text-align: center;
      & img {
        max-width: 1000px;
        width: 100%;
      }
      &:last-child {
        margin-bottom: 0;
      }
      & figcaption {
        font-size: 18px;
        font-weight: bold;
        margin-bottom: 10px;
      }
      & p {
        font-size: 15px;
        font-weight: bold;
        margin: 0;
        text-align: right;
      }
    }
  
    & .refmaterials {
      margin-top: 20px;
    }
  
    & .section {
      border-top: 1px solid #C4D2D5;
      padding-top: 30px;
      & a {
        color: #FF6A30;
        transition: .4s;
        &:hover {
            opacity: .6;
        }
      }
    }
  
    & .section-model {
      & ul {
        margin-bottom: 0;
      }
      & a {
        color: #FF6A30;
        transition: .4s;
        &:hover {
            opacity: .6;
        }
      }
    }
    
  }
  