@charset "utf-8";
/* 2024 common CSS Document */
/* =======================================================
CASIO Products
======================================================= */
/* for PC
------------------------------------------------------- */
@media (min-width: 1281px) {
  #casio-products-title h2 {
    font-family: "Roboto", sans-serif !important;
    font-weight: 700 !important;
    font-style: normal !important;
    color: #a4a8bb !important;
    font-size: 48px !important;
    margin-bottom: 0 !important;
  }
  #sec-casio-products .aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--default--2 {
    width: calc((100% - 10px) / 8) !important;
    padding: 5px;
  }
  #sec-casio-products .cmp-teaser .cmp-text--size-12, .cmp-text .cmp-text--size-12, .cq-Dialog .cmp-text--size-12 {
    font-size: min(0.7vw, 12px);
  }
  #sec-casio-products .cmp-text {
    line-height: 1.4 !important;
  }
  #sec-casio-products .cmp-text a:link {
    text-decoration: none !important;
  }
}
/* for narrow
------------------------------------------------------- */
@media (min-width: 820px) and (max-width: 1280px) {
  #casio-products-title h2 {
    font-family: "Roboto", sans-serif !important;
    font-weight: 700 !important;
    font-style: normal !important;
    color: #a4a8bb !important;
    font-size: 48px !important;
    margin-bottom: 0 !important;
  }
  #sec-casio-products .aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--default--2 {
    width: calc((100% - 10px) / 4) !important;
    padding: 5px;
  }
  #sec-casio-products .cmp-teaser .cmp-text--size-12, .cmp-text .cmp-text--size-12, .cq-Dialog .cmp-text--size-12 {
    font-size: min(1vw, 12px);
  }
  #sec-casio-products .cmp-text {
    line-height: 1.4 !important;
  }
  #sec-casio-products .cmp-text a:link {
    text-decoration: none !important;
  }
}
/* for SP
------------------------------------------------------- */
@media (max-width: 819px) {
  #casio-products-title h2 {
    font-family: "Roboto", sans-serif !important;
    font-weight: 700 !important;
    font-style: normal !important;
    color: #a4a8bb !important;
    font-size: 32px !important;
    margin-bottom: 0 !important;
  }
  #sec-casio-products .aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--default--2 {
    width: calc((100% - 10px) / 2) !important;
    padding: 5px;
  }
  #sec-casio-products .cmp-teaser .cmp-text--size-12, .cmp-text .cmp-text--size-12, .cq-Dialog .cmp-text--size-12 {
    font-size: min(1.5vw, 10px);
  }
  #sec-casio-products .cmp-text {
    line-height: 1.4 !important;
  }
  #sec-casio-products .cmp-text a:link {
    text-decoration: none !important;
  }
}
/* ---------------------------------------------------------
	Common header
---------------------------------------------------------- */
#sec-common-header {
  background-color: #fff !important;
  box-sizing: border-box;
  margin-top: 0 !important;
  padding-top: 0 !important;
}
#common-header {
  padding-top: 40px;
  /*padding-bottom: 40px;*/
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 10vw), 0 100%);
  background-position: center center !important;
}
/* h2 title animation */
#sec-page-title h2 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-duration: var(--animate-duration);
  animation-duration: var(--animate-duration);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
#sec-page-title p {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-duration: var(--animate-duration);
  animation-duration: var(--animate-duration);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-delay: calc(var(--animate-delay)*0.5);
  animation-delay: calc(var(--animate-delay)*0.5);
  margin-top: 0 !important;
  padding-top: 0 !important;
  font-family: "Roboto", sans-serif !important;
  font-weight: 700 !important;
}
#sec-page-title #CQ h2, #CQrte h2, .cfm-multieditor-richtext-editor h2, .coral-RichText-editable h2, .cq-RichText-editable h2, .rte-editor h2, .text h2 {
  padding-bottom: 0 !important;
}
/* for SP
======================================================= */
@media (max-width: 640px) {
  #common-header {
    padding-top: 20px;
    /*padding-bottom: 20px;*/
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 8vw), 0 100%);
  }
}
/* ---------------------------------------------------------
	under construction
---------------------------------------------------------- */
#uc-bg {
  background-image: url(/content/dam/casio/global/corporate/cwo/img/uc_bg.png) !important;
  background-position: center top !important;
  background-size: cover !important;
}
/* for SP
======================================================= */
@media (max-width: 640px) {
  #uc-bg {
    background-image: url(/content/dam/casio/global/corporate/cwo/img/uc_bg_sp.png) !important;
    background-position: center top !important;
    background-size: cover !important;
  }
}
/* ---------------------------------------------------------
	for course
---------------------------------------------------------- */
/* for PC
------------------------------------------------------- */
#course p {
  font-size: 1.125em !important;
}
#course .table-courses {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
#course .table-courses #table-in {
  margin-top: 3em;
}
#course .table-courses .title-h301 {
  width: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  justify-content: flex-start;
  background-color: #EEEEEE;
  border-top: 1px solid #CCCCCC;
  border-left: 1px solid #CCCCCC;
  border-right: 1px solid #CCCCCC;
}
#course .table-courses .title-h301 h3 {
  font-size: 1.25em !important;
  line-height: 1.4 !important;
  text-align: left !important;
}
#course .table-courses table {
  border-top: 1px solid #CCCCCC;
  border-left: 1px solid #CCCCCC;
  font-size: 1.125em !important;
  width: 100%;
}
#course .table-courses table .fBold {
  font-weight: 700;
}
#course .table-courses table th {
  border-bottom: 1px solid #CCCCCC;
  border-right: 1px solid #CCCCCC;
  text-align: center;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-right: 10px;
  background-color: #EEEEEE;
  font-weight: normal !important;
}
#course .table-courses table th p {
  line-height: 1.2 !important;
  margin: 0 !important;
}
#course .table-courses table td {
  border-bottom: 1px solid #CCCCCC;
  border-right: 1px solid #CCCCCC;
  text-align: center;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-right: 10px;
}
#course-container {
  width: 80% !important;
  margin-left: auto;
  margin-right: auto;
}
/* for SP
======================================================= */
@media (max-width: 640px) {
  #course p {
    font-size: 1.25em !important;
  }
  #course .table-courses table {
    margin-bottom: 3em;
  }
  #course .table-courses #table-in {
    margin-top: 3em;
  }
  #course .table-courses .title-h301 h3 {
    font-size: 1.125em !important;
  }
  #course .table-courses table {
    font-size: 1em !important;
  }
  #course .table-courses table th {
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 5px;
    padding-right: 5px;
  }
  #course .table-courses table th p {
    line-height: 1.2 !important;
    margin: 0 !important;
    font-size: 1em !important;
  }
  #course .table-courses table td {
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 5px;
    padding-right: 5px;
  }
  #course-container {
    width: 100% !important;
    margin-left: 0;
    margin-right: 0;
  }
}
