@charset "utf-8";

/* ======================================================
 * products.css
 * ------------------------------------------------------
 * @media print, screen and (min-width: 768px)
 * - Common
 * - Header
 * - Gnav
 * - Main
 * - Assist
 * - Footer
 * - Page Component
 * - Clearfix
 * PC Media Queries
 * @media only screen and (max-width: 767px)
 * - Common
 * - Header
 * - Gnav
 * - Main
 * - Assist
 * - Footer
 * - Page Component
 * - Clearfix
 * SP Media Queries
 * Print
====================================================== */

/* ======================================================
 * PC
====================================================== */
@media print, screen and (min-width: 768px) {
  /* ------------------------------------------------------
   * Page Component
  ------------------------------------------------------ */
  .pc-hidden {
    display: none;
  }
  /* -----panduit_main_layout----- */
  .panduit_main_layout {
    position: relative;
  }
  .panduit_main_layout_detail {
    position: absolute;
    top: 52px;
    right: 62px;
  }
  .panduit_main_layout_text {
    font-size: 3rem;
    font-weight: bold;
    font-family: "Noto Sans", "Noto Sans CJK JP";
    color: #fff;
  }
  .panduit_main_layout_text + .panduit_main_layout_text {
    margin-top: 4px;
  }
  .panduit_main_layout_text_color {
    color: #fff100;
    background: linear-gradient(transparent 85%, #e90f0f 70%);
  }
  .panduit_main_layout_subtext {
    font-size: 2.2rem;
    color: #fff100;
    font-family: "Noto Sans", "Noto Sans CJK JP";
    margin-bottom: 10px;
  }
  /* -----panduit_heading-lv3----- */
  .panduit_heading-lv3 {
    width: 100%;
    margin-top: 48px;
    margin-bottom: 20px;
  }
  .panduit_heading-lv3_inner {
    background-color: #f1f1f1;
    padding: 13px 20px;
  }
  .panduit_heading-lv3_title {
    font-size: 2.4rem;
    font-weight: bold;
    color: #221815;
    font-family: "Noto Sans", "Noto Sans CJK JP";
  }
  /* -----panduit_text----- */
  .panduit_text-center {
    text-align: center;
    font-size: 2rem;
    font-weight: bold;
    margin-top: 30px;
  }
  /* -----panduit_column----- */
  .panduit_column {
    width: 100%;
  }
  .panduit_column_inner {
    display: flex;
  }
  .panduit_column_item {
    width: calc(50% - 18px);
  }
  .panduit_column_item >:first-child {
    margin-top: 0!important;
  }
  .panduit_column_item:nth-of-type(2n+2) {
    margin-left: 36px;
  }
  /* -----panduit_card----- */
  .panduit_card_head {
    background-color: #2372b1;
    text-align: center;
  }
  .panduit_card_title {
    font-size: 2rem;
    font-weight: bold;
    color: #fff;
    font-family: "Noto Sans", "Noto Sans CJK JP";
    padding: 7px 30px;
  }
  .panduit_card_img {
    width: 100%;
  }
  /* -----panduit_box----- */
  .panduit_box {
    width: 100%;
    border: 1px solid #e90f0f;
  }
  .panduit_box_inner {
    padding: 24px 30px 20px;
  }
  /* -----panduit_list----- */
  .panduit_unorder-list > li {
    position: relative;
    font-size: 2rem;
    font-weight: bold;
    color: #e90f0f;
    padding-left: 18px;
  }
  .panduit_unorder-list > li + li {
    margin-top: 5px;
  }
  .panduit_unorder-list > li::before {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 1px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background-color: #e90f0f;
    content: '';
  }
  /* -----table-layout----- */
  .table-layout {
    margin-top: 1.8em!important;
  }
  /* -----panduit_img----- */
  .panduit_img-wrap {
    margin-top: 1.7em;
  }
  /* -----youtube----- */
  .youtubeWrap {
    width: 60%;
    max-width: 720px;
    margin: 39px auto 0;
  }
  .youtube {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
  }
  .youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
  }
  
  /* ------------------------------------------------------
   * Clearfix
  ------------------------------------------------------ */
  
}

/* ======================================================
 * PC Media Queries
====================================================== */
@media screen and (min-width: 768px) and (max-width: 1280px) {
  /* -----panduit_main_layout----- */
  .panduit_main_layout_detail {
    top: calc( 52 * 100vw / 1280);
    right: calc( 62 * 100vw / 1280);
  }
  .panduit_main_layout_text {
    font-size: calc( 30 * 100vw / 1280);
  }
  .panduit_main_layout_text + .panduit_main_layout_text {
    margin-top: calc( 4 * 100vw / 1280);
  }
  .panduit_main_layout_subtext {
    font-size: calc( 22 * 100vw / 1280);
    margin-bottom: calc( 10 * 100vw / 1280);
  }
  /* -----panduit_heading-lv3----- */
  .panduit_heading-lv3 {
    margin-top: calc( 48 * 100vw / 1280);
    margin-bottom: calc( 20 * 100vw / 1280);
  }
  .panduit_heading-lv3_inner {
    padding: calc( 13 * 100vw / 1280) calc( 20 * 100vw / 1280);
  }
  .panduit_heading-lv3_title {
    font-size: calc( 24 * 100vw / 1280);
  }
  /* -----panduit_text----- */
  .panduit_text-center {
    font-size: calc( 20 * 100vw / 1280);
    margin-top: calc( 30 * 100vw / 1280);
  }
  /* -----panduit_column----- */
  .panduit_column_item {
    width: calc(50% - calc( 18 * 100vw / 1280));
  }
  .panduit_column_item:nth-of-type(2n+2) {
    margin-left: calc( 36 * 100vw / 1280);
  }
  /* -----panduit_card----- */
  .panduit_card_title {
    font-size: calc( 20 * 100vw / 1280);
    padding: calc( 7 * 100vw / 1280) calc( 40 * 100vw / 1280);
  }
  /* -----panduit_box----- */
  .panduit_box_inner {
    padding: calc( 24 * 100vw / 1280) calc( 30 * 100vw / 1280) calc( 20 * 100vw / 1280);
  }
  /* -----panduit_list----- */
  .panduit_unorder-list > li {
    font-size: calc( 20 * 100vw / 1280);
    padding-left: calc( 18 * 100vw / 1280);
  }
  .panduit_unorder-list > li + li {
    margin-top: calc( 5 * 100vw / 1280);
  }
  .panduit_unorder-list > li::before {
    left: calc( 1 * 100vw / 1280);
    width: calc( 13 * 100vw / 1280);
    height: calc( 13 * 100vw / 1280);
  }
  /* -----table-layout----- */
  .table-layout {
    margin-top: calc( 28.8 * 100vw / 1280)!important;
  }
  /* -----panduit_img----- */
  .panduit_img-wrap {
    margin-top: calc( 27.2 * 100vw / 1280);
  }
  /* -----youtube----- */
  .youtubeWrap {
    width: 60%;
    max-width: 720px;
    margin: calc( 39 * 100vw / 1280) auto 0;
  }
  .youtube {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
  }
  .youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
  }
}
/*@media screen and (min-width: 1921px) {
}
@media screen and (min-width: 768px) and (max-width: 1920px) {
}
@media screen and (min-width: 920px) 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: 768px) and (max-width: 860px) {
}*/

/* ======================================================
 * SP
====================================================== */
@media only screen and (max-width: 767px) {
  /* ------------------------------------------------------
   * Page Component
  ------------------------------------------------------ */
  .sp-hidden {
    display: none;
  }
  /* -----panduit_main_layout----- */
  .panduit_main_layout {
    position: relative;
    margin: 0 -15px;
  }
  .panduit_main_layout_detail {
    position: absolute;
    bottom: calc( 314 * 100vw / 750);
    right: 15px;
    left: 15px;
  }
  .panduit_main_layout_text {
    font-size: calc( 45 * 100vw / 750);
    font-weight: bold;
    font-family: "Noto Sans", "Noto Sans CJK JP";
    color: #fff;
  }
  .panduit_main_layout_text + .panduit_main_layout_text {
    margin-top: calc( 30 * 100vw / 750);
  }
  .panduit_main_layout_text_color {
    color: #fff100;
    background: linear-gradient(transparent 85%, #e90f0f 70%);
  }
  .panduit_main_layout_subtext {
    text-align: center;
    font-size: calc( 33 * 100vw / 750);
    color: #fff100;
    font-family: "Noto Sans", "Noto Sans CJK JP";
    margin-bottom: calc( 12 * 100vw / 750);
  }
  /* -----panduit_heading-lv3----- */
  .panduit_heading-lv3 {
    width: 100%;
    margin-top: calc( 60 * 100vw / 750);
    margin-bottom: calc( 32 * 100vw / 750);
  }
  .panduit_heading-lv3_inner {
    background-color: #f1f1f1;
    padding: calc( 16 * 100vw / 750) calc( 30 * 100vw / 750);
  }
  .panduit_heading-lv3_title {
    font-size: calc( 36 * 100vw / 750);
    font-weight: bold;
    color: #221815;
    font-family: "Noto Sans", "Noto Sans CJK JP";
  }
  /* -----panduit_text----- */
  .panduit_text-center {
    text-align: center;
    font-size: calc( 28 * 100vw / 750);
    font-weight: bold;
    margin-top: calc( 38 * 100vw / 750);
    line-height: 1.8;
  }
  /* -----panduit_column----- */
  .panduit_column {
    width: 100%;
  }
  .panduit_column_item {
  }
  .panduit_column_item >:first-child {
    margin-top: 0!important;
  }
  .panduit_column_item:nth-of-type(n+2) {
    margin-top: calc( 34 * 100vw / 750);
  }
  /* -----panduit_card----- */
  .panduit_card_head {
    background-color: #2372b1;
    text-align: center;
  }
  .panduit_card_title {
    font-size: calc( 30 * 100vw / 750);
    font-weight: bold;
    color: #fff;
    font-family: "Noto Sans", "Noto Sans CJK JP";
    padding: calc( 14 * 100vw / 750) calc( 30 * 100vw / 750);
  }
  .panduit_card_img {
    width: 100%;
  }
  /* -----panduit_box----- */
  .panduit_box {
    width: 100%;
    border: 1px solid #e90f0f;
  }
  .panduit_box_inner {
    padding: calc( 18 * 100vw / 750) calc( 34 * 100vw / 750) calc( 14 * 100vw / 750);
  }
  /* -----panduit_list----- */
  .panduit_unorder-list > li {
    position: relative;
    font-size: calc( 28 * 100vw / 750);
    font-weight: bold;
    color: #e90f0f;
    padding-left: calc( 26 * 100vw / 750);
  }
  .panduit_unorder-list > li + li {
    margin-top: calc( 8 * 100vw / 750);
  }
  .panduit_unorder-list > li::before {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 1px;
    width: calc( 18 * 100vw / 750);
    height: calc( 18 * 100vw / 750);
    border-radius: 50%;
    background-color: #e90f0f;
    content: '';
  }
  /* -----table-layout----- */
  .table-layout {
    margin-top: calc( 28 * 100vw / 750)!important;
  }
  /* -----panduit_img----- */
  .panduit_img-wrap {
    margin-top: calc( 26 * 100vw / 750);
  }
  /* -----link-button----- */
  .link-button {
    margin-top: calc( 54 * 100vw / 750)!important;
  }
  /* -----youtube----- */
  .youtubeWrap {
    margin: 34px auto 0;
  }
  .youtube {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
  }
  .youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
  }
  
}
  /* ------------------------------------------------------
   * Clearfix
  ------------------------------------------------------ */

/* ======================================================
 * SP Media Queries
====================================================== */
@media only screen and (min-width: 320px) and (max-width: 370px) {
}
@media only screen and (min-width: 500px) and (max-width: 589px) {
}
@media only screen and (min-width: 590px) 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: 480px) {
}
@media only screen and (max-width: 414px) {
}
@media only screen and (max-width: 375px) {
}
@media only screen and (max-width: 360px) {
}
@media only screen and (max-width: 320px) {
}


/* ======================================================
 * Print
====================================================== */
@media print {
  body {
    width: 1280px;
  }
}