@charset "utf-8";

/* ======================================================
 * door_alarm_light.css
 * ------------------------------------------------------
 * @media print, screen and (min-width: 768px)
 * - Page Component
 * PC Media Queries
 * @media only screen and (max-width: 767px)
 * - Page Component
 * SP Media Queries
 * Print
 * Clearfix
====================================================== */

/* ======================================================
 * PC
====================================================== */
@media print, screen and (min-width: 768px) {
  /* ------------------------------------------------------
   * Page Component
  ------------------------------------------------------ */
  .pc-hidden {
    display: none;
  }
  .heading-lv2.heading-lv2-type_hiktas01{
    border-bottom: 4px solid #ddd;
  }
  .heading-lv2.heading-lv2-type_hiktas01 .heading_title{
    font-size: 4.8rem;
    font-weight: 700;
    text-align: center;
  }
  .column-layout-imgCol figure{
    border: 1px solid #ddd;
  }
  #main .heading-lv2.heading-lv2-type_hiktas01 +.column-layout{
    padding-top: 40px;
  }
  .hiktas-emptxt{
    margin-top: 35px;
    font-size: 5.0rem;
    font-weight: 700;
  }
  .hiktas-emptxt-sub{
    margin-bottom: 100px;
    font-size: 2.8rem;
    font-weight: 700;
  }
  .youtube-layout-v2.youtube-layout-hiktas{
    width: 80%;
  }
}

/* ======================================================
 * PC Media Queries
====================================================== */
/***@media screen and (min-width: 768px) and (max-width: 1280px) {
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
}
@media screen and (min-width: 768px) and (max-width: 960px) {
}
@media screen and (min-width: 1921px) {
}
@media screen and (min-width: 768px) and (max-width: 1920px) {
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
}
***/


/* ======================================================
 * SP
====================================================== */
@media only screen and (max-width: 767px) {
  /* ------------------------------------------------------
   * Page Component
  ------------------------------------------------------ */
  .sp-hidden {
    display: none;
  }
  .hiktas-main-layout{
    margin: 0 -15px;
  }
  .heading-lv2.heading-lv2-type_hiktas01{
    border-bottom: 2px solid #ddd;
  }
  .heading-lv2.heading-lv2-type_hiktas01 .heading_title{
    font-size: 2.4rem;
    font-weight: 700;
    text-align: center;
  }
  .column-layout-imgCol figure{
    border: 1px solid #ddd;
  }
  #main .heading-lv2.heading-lv2-type_hiktas01 +.column-layout{
    padding-top: 20px;
  }
  .hiktas-emptxt{
    margin-top: 20px;
    font-size: 2.0rem;
    font-weight: 700;
  }
  .hiktas-emptxt-sub{
    margin-top: 10px;
    margin-bottom: 50px;
    font-size: 1.8rem;
    font-weight: 700;
  }
  .youtube-layout-v2.youtube-layout-hiktas{
    width: 100%;
  }
  .sp-pl20{padding-left: 20px;}
  .sp-pr20{padding-right: 20px;}
}


/* ======================================================
 * SP Media Queries
====================================================== */
/***
@media only screen and (min-width: 320px) and (max-width: 767px) {
}
@media only screen and (max-width: 736px) {
}
@media only screen and (max-width: 667px) {
}
@media only screen and (max-width: 640px) {
}
@media only screen and (max-width: 568px) {
}
@media only screen and (max-width: 375px) {
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
}
@media only screen and (max-width: 360px) {
} 
@media only screen and (max-width: 320px) {
}***/



/* ======================================================
 * Print
====================================================== */
@media print {
}
  /* ------------------------------------------------------
   * Clearfix
  ------------------------------------------------------ */
  .clearfix::after {
    display: block;
    clear: both;
    content: "";
  }
