@charset "utf-8";


/**
 * DC Cooler Common Style
 * ================================================================================
 * Table of Contents:
 *
 * Common Settings
 * Features Page Settings
 * Other Settings
 * ================================================================================
 */



/**
 * ================================================================================
 * Common Settings
 * ================================================================================
 */

/* -- Font -- */
.c-mainContent {
  font-size: 1.8rem;
  line-height: 1.6;
}

@media only screen and (max-width: 767px) {
  .c-mainContent {
    font-size: 1.3rem;
  }
}


/* -- Link -- */
.c-mainContent a {
  color: #00adff;
}



/**
 * ================================================================================
 * Features Page Settings
 * ================================================================================
 */

/**
 * Feature List
 * -------------------------------
 */

.clp-dccooler-featuresPage .featureList > li {
  margin-top: 100px;
}

.clp-dccooler-featuresPage .featureList > li:nth-of-type(1) {
  margin-top: 0;
}

.clp-dccooler-featuresPage .featureListInner {
  display: flex;
}

.clp-dccooler-featuresPage .featureListInner > dt {
  display: block;
  width: 50%;
}

.clp-dccooler-featuresPage .featureListInner > dd {
  position: relative;
  flex: 1;
  padding-left: 30px;
}

.clp-dccooler-featuresPage .featureListBottom {
  position: absolute;
  bottom: 0;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .clp-dccooler-featuresPage .featureList > li {
    margin-top: 50px;
  }

  .clp-dccooler-featuresPage .featureListInner {
    display: block;
  }

  .clp-dccooler-featuresPage .featureListInner > dt {
    width: 100%;
  }

  .clp-dccooler-featuresPage .featureListInner > dd {
    position: relative;
    padding-left: 0;
    margin-top: 15px;
  }

  .clp-dccooler-featuresPage .featureListBottom {
    position: static;
    margin-top: 20px;
  }
}


/**
 * Warning
 * -------------------------------
 */

.clp-dccooler-featuresPage .warningTitle {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  background-color: #000;
  color: #fff;
  text-align: center;
}

.clp-dccooler-featuresPage .warningTitle > span {
  display: inline-flex;
  align-items: center;
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.clp-dccooler-featuresPage .warningTitle > span img {
  display: inline-block;
  width: 40px;
  margin-right: 10px;
}

@media only screen and (max-width: 767px) {
  .clp-dccooler-featuresPage .warningTitle {
    min-height: 35px;
  }

  .clp-dccooler-featuresPage .warningTitle > span {
    font-size: 1.6rem;
  }

  .clp-dccooler-featuresPage .warningTitle > span img {
    width: 25px;
    margin-right: 5px;
  }
}



/**
 * Section Block
 * -------------------------------
 */

/* -- Section Block02 -- */
.clp-dccooler-featuresPage .sectionBlock02 .ecoFeatures {
  padding: 25px 20px;
  background-color: #f0f0f0;
}

.clp-dccooler-featuresPage .sectionBlock02 .ecoFeatures > li:nth-of-type(2) {
  margin-top: 20px;  
}

.clp-dccooler-featuresPage .sectionBlock02 .ecoFeatures > li:nth-of-type(3) {
  margin-top: 30px;  
}

.clp-dccooler-featuresPage .sectionBlock02 .ecoFeaturesInner {
  display: flex;
}

.clp-dccooler-featuresPage .sectionBlock02 .ecoFeaturesInner > dt {
  display: block;
  width: 190px;
}

.clp-dccooler-featuresPage .sectionBlock02 .ecoFeaturesInner > dd {
  flex: 1;
  padding-left: 20px;
  font-size: 1.4rem;
  line-height: 1.4;
}

@media only screen and (max-width: 767px) {
  .clp-dccooler-featuresPage .sectionBlock02 .ecoFeatures {
    padding: 15px 10px;
  }

  .clp-dccooler-featuresPage .sectionBlock02 .ecoFeatures > li:nth-of-type(2) {
    margin-top: 10px;  
  }

  .clp-dccooler-featuresPage .sectionBlock02 .ecoFeatures > li:nth-of-type(3) {
    margin-top: 15px;  
  }

  .clp-dccooler-featuresPage .sectionBlock02 .ecoFeaturesInner > dt {
    width: 100px;
  }

  .clp-dccooler-featuresPage .sectionBlock02 .ecoFeaturesInner > dd {
    flex: 1;
    padding-left: 10px;
    font-size: 1.1rem;
  }
}



/**
 * ================================================================================
 * Other Settings
 * ================================================================================
 */


