@charset "utf-8";


/**
 * ================================================================================
 * Table of Contents:
 *
 * Basic Structure
 * Content Settings
 * Other Settings
 * ================================================================================
 */



/**
 * ================================================================================
 * Basic Structure
 * ================================================================================
 */

/* -- Layout-- */
#productsCaOptm8Dl {
  background-color: #e5e7e9;
  color: #232323;
}

/* -- Link -- */
#productsCaOptm8Dl a {
  color: #0078ff;
  text-decoration: underline;
}


/**
 * ================================================================================
 * Content Settings
 * ================================================================================
 */

/**
 * Download
 * -------------------------------
 */

#productsCaOptm8Dl .download {
  padding-top: 120px;
  padding-bottom: 140px;
}

#productsCaOptm8Dl .downloadInner {
  padding: 100px 100px 140px 100px;
  background-color: #fff;
}

#productsCaOptm8Dl .downloadTtl {
  margin-bottom: 40px;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.8;
  text-align: center;
}

#productsCaOptm8Dl .downloadTxt {
  font-size: 2.5rem;
  text-align: center;
}

#productsCaOptm8Dl .downloadLists {
  padding-top: 90px;
  margin-top: 70px;
  border-top: 1px solid #232323;
}

#productsCaOptm8Dl .downloadLists > li {
  margin-top: 40px;
}

#productsCaOptm8Dl .downloadLists > li:nth-of-type(1) {
  margin-top: 0;
}

#productsCaOptm8Dl .downloadListsInner {
  font-size: 2.0rem;
}

#productsCaOptm8Dl .downloadListsInner > dd > p {
  margin-top: 20px;
}

#productsCaOptm8Dl .downloadListsInner > dd > p:nth-of-type(1) {
  margin-top: 0;
}

@media only screen and (max-width: 767px) {
  #productsCaOptm8Dl .download {
    padding-top: 40px;
    padding-bottom: 50px;
  }

  #productsCaOptm8Dl .downloadInner {
    padding: 25px 15px 30px 15px;
    background-color: #fff;
  }

  #productsCaOptm8Dl .downloadTtl {
    margin-bottom: 10px;
    font-size: 1.8rem;
    line-height: 1.6;
  }

  #productsCaOptm8Dl .downloadTxt {
    font-size: 1.3rem;
  }

  #productsCaOptm8Dl .downloadLists {
    padding-top: 20px;
    margin-top: 20px;
  }

  #productsCaOptm8Dl .downloadLists > li {
    margin-top: 15px;
  }

  #productsCaOptm8Dl .downloadListsInner {
    font-size: 1.2rem;
  }
  
  #productsCaOptm8Dl .downloadListsInner > dd > p {
    margin-top: 10px;
  }
}
