/* LESS Document */
/* LESS Document */
html,
body {
  font-size: 16px;
  line-height: 1.8;
  color: #3e3a39;
}
body {
  font-family: 'Open Sans', 'Helvetica Neue', 'Ubuntu', 'Yu Gothic Medium', '游ゴシック Medium', YuGothic, '游ゴシック体', 'ヒラギノ角ゴ Pro W3', 'メイリオ', sans-serif;
  background-color: #ffffff;
  font-style: normal;
  overflow-x: hidden;
}
h1 {
  font-size: 2rem;
}
h2 {
  font-size: 1.75rem;
}
h3 {
  font-size: 1.4rem;
}
h4 {
  font-size: 1.2rem;
}
h5,
h6 {
  font-size: 1rem;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.4;
  margin-bottom: 1rem;
}
p,
li,
dt,
dd {
  line-height: 1.8;
}
h1,
h2,
h3,
h4,
h5,
header,
footer,
#copyright,
a.btn {
  font-family: 'montserrat', 'Yu Gothic Medium', '游ゴシック Medium', YuGothic, '游ゴシック体', 'ヒラギノ角ゴ Pro W3', 'メイリオ', sans-serif;
  font-weight: 400;
}
h4,
h5 {
  font-weight: 600;
}
p,
ul {
  font-size: 1rem;
}
dt,
dd {
  margin-bottom: 0;
}
a {
  color: #00a4e3;
  transition: 0.5s;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
a img:hover {
  opacity: 0.7;
}
img {
  max-width: 100%;
  max-height: 500px;
}
.bold {
  font-weight: bold;
}
.text-blue {
  color: #00a4e3;
}
.text-large {
  font-size: 150%;
}
.text-small {
  font-size: 80%;
}
.text-exsmall {
  font-size: 60%;
}
.bg-primary {
  background-color: #00a4e3 !important;
}
.bg-dark {
  background-color: #3e3a39 !important;
}
.bg-light {
  background-color: #f1f1f1 !important;
}
.bg-secondary {
  background-color: #a9aaaa !important;
}
.bg-primary-dark {
  background-color: #00497A !important;
}
.btn-link {
  color: #00a4e3;
}
.text-primary-dark {
  color: #00497a !important;
}
.btn {
  padding: 0.25rem 0.5rem;
  border-radius: 0.25rem;
}
.btn-primary {
  background-color: #00a4e3;
  border-color: #00a4e3;
  color: #ffffff;
}
.btn-primary a {
  color: #ffffff;
}
.btn-primary:hover {
  border-color: #00a4e3;
  background-color: #ffffff;
  color: #00a4e3;
}
.btn-primary:hover a {
  color: #00a4e3;
}
.btn-outline-primary {
  color: #00a4e3;
  border-color: #00a4e3;
  background-color: #ffffff;
}
.btn-outline-primary:hover {
  background-color: #00a4e3;
  border-color: #00a4e3;
}
.btn-outline-primary:hover a {
  color: #ffffff;
}
.btn-lg {
  padding: 0.75rem 2rem;
  font-size: 1.2rem;
  box-shadow: none;
}
.btn-lg:before {
  content: '';
}
.btn-lg.btn-buy:hover {
  background-color: #ffffff;
  border-color: #ed781e;
}
.btn-lg.btn-buy:hover a {
  color: #ed781e;
}
@media (max-width: 576px) {
  .btn-lg {
    padding: 0.75rem 1rem;
  }
}
.breadcrumb {
  color: #a9aaaa;
  background-color: #FFF;
  font-size: 80%;
  padding: 1.5rem 0;
  margin: 2rem auto 3rem;
}
.breadcrumb li:after {
  content: '>';
  padding: 0 0.5em;
  color: #555;
}
.breadcrumb li:last-child:after {
  content: '';
}
.breadcrumb li a:hover {
  text-decoration: underline;
}
.breadcrumb-item + .breadcrumb-item::before {
  content: ">";
}
pre {
  margin: 0;
  font-size: 12px;
  font-family: monospace;
  line-height: 20px;
  border-radius: 0px 0px 5px 5px;
}
@media screen and (min-width: 640px) {
  pre {
    font-size: 14px;
  }
}
.hljs {
  border: 1px solid #DDD;
}
.pre-wrapper {
  position: relative;
  margin-bottom: 1rem;
}
.pre-wrapper pre {
  padding-top: 25px;
}
.pre-wrapper .copy-snippet {
  min-width: 55px;
  background: none repeat scroll 0 0 transparent;
  border: 0;
  color: #ffffff;
  font-family: 'HELEVETICA', sans-serif;
  font-size: 13px;
  font-weight: normal;
  line-height: 1.42rem;
  margin: 0;
  padding: 0px 5px;
  text-align: center;
  text-decoration: none;
  text-indent: 0;
  position: absolute;
  background: #00a4e3;
  top: 0;
  right: 0;
}
.pre-wrapper .copy-snippet:disabled {
  color: #FFF;
}
.pre-header {
  background-color: #FFF;
  color: #FFF;
  border-top: 1px solid #a9aaaa;
  border-left: 1px solid #a9aaaa;
  border-right: 1px solid #a9aaaa;
  border-radius: 5px 5px 0px 0px;
}
@media (min-width: 768px) {
  #index h3 {
    font-size: 1.8rem;
  }
}
body {
  padding-top: 58px;
}
section {
  margin-bottom: 6rem;
}
.hight-50 {
  display: flex;
  align-items: center;
}
.box-new {
  display: block;
  position: relative;
}
.box-new .ribbon {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 5px;
  box-sizing: border-box;
  padding: 0 8px;
  margin: 0;
  height: 20px;
  line-height: 20px;
  font-size: 13px;
  color: white;
  background: #fc6d53;
  z-index: 20;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
  border-radius: 1px;
}
.container-col {
  margin: 0 auto;
}
.container-col-lg,
.container-col-top {
  max-width: 1200px;
  width: calc(100% * 11/12);
}
.container-blue {
  background-color: #DCEDFA;
  padding: 4rem 0;
  margin-bottom: 6rem;
}
@media (min-width: 1600px) {
  .container-col-lg {
    max-width: 1600px;
    width: calc(100% * 2/3);
  }
}
.container-col-md {
  max-width: 980px;
  width: 80%;
  margin: 80px auto !important;
}
@media (min-width: 992px) {
  .container-col-top {
    max-width: 1200px;
    width: calc(100% * 2/3);
  }
  .container-col-md {
    width: calc(100% * 3/5);
  }
  .container-col-7 {
    width: 60%;
  }
  .container-col-half {
    width: 50%;
  }
  .hight-50 {
    display: flex;
    align-items: center;
  }
}
/* 5 Columns */
.col-15 {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}
.col-15 {
  flex: 0 0 50%;
  max-width: 50%;
}
@media (min-width: 768px) {
  .col-15 {
    max-width: 33%;
  }
}
@media (min-width: 992px) {
  .col-15 {
    max-width: 20%;
  }
}
@media (min-width: 1200px) {
  .col-15 {
    max-width: 20%;
  }
}
hr {
  border: 1px solid #dcdcdc;
  margin: 3rem auto;
}
span.br {
  display: block;
}
span.br-none {
  display: inline;
}
@media (min-width: 768px) {
  span.br,
  span.br-sp {
    display: inline;
  }
  span.br-none {
    display: block;
  }
}
.border-primary {
  border-color: #00a4e3 !important;
}
.pageanchor {
  margin-top: -80px;
  padding-top: 80px;
}
@media (min-width: 992px) {
  .w-80 {
    width: 80% !important;
    margin: 0 auto;
  }
}
@media (max-width: 576px) {
  .lead {
    font-size: 1rem;
    text-align: left !important;
  }
}
.card {
  box-shadow: none;
  border-radius: 0;
  border: 1px solid #ffffff;
  padding-bottom: 0;
}
.card img {
  border-radius: 0;
}
.card:hover {
  box-shadow: none;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.card .card-title {
  margin-bottom: 0;
}
form .card {
  border: none;
}
form .card:hover {
  border: none;
}
.table .thead-dark th {
  background-color: #3e3a39;
}
/* -- header --*/
header {
  background-color: #ffffff;
  box-shadow: 0 0 0.5rem 0 rgba(0, 0, 0, 0.2);
}
/*header.transform{
background: rgba(255,255,255,0.8);
}*/
.btn-console {
  font-size: 1rem;
  display: block;
  margin-bottom: 2rem;
}
.btn-console span {
  display: none;
}
.navbar {
  padding: 0;
  z-index: 1050;
}
.navbar .logo {
  height: 100%;
  width: auto;
  vertical-align: top;
}
.navbar .navbar-brand {
  display: inline-block;
  height: 25px;
  margin-right: 1.5rem;
  padding: 0;
}
.navbar-nav {
  padding-bottom: 1rem;
}
.navbar-nav li a {
  color: #3e3a39;
  display: block;
  border-bottom: 2px solid rgba(255, 255, 255, 0);
}
.navbar-nav li a:hover {
  color: #00a4e3;
  border-bottom: 2px solid #00a4e3;
}
.dropdown .dropdown-header {
  padding-left: 0;
}
.dropdown .dropdown-menu {
  border: none;
}
.dropdown .mega-dropdown-menu {
  height: auto;
  max-height: 500px;
  overflow-x: hidden;
}
.dropdown .dropdown-menu li a {
  border: none;
}
.dropdown .dropdown-menu li a:hover {
  background-color: #f1f1f1;
}
.nav .divider {
  border-bottom: 1px dotted #666;
  margin: 0.5rem 0;
}
.navbar-nav .dropdown-menu .nav-item .nav-link {
  padding: 0.5rem;
}
.lang-switcher {
  display: none;
}
.lang-switcher-sm:before {
  content: "Langage: ";
}
.lang-switcher-sm a {
  font-weight: bold;
  color: #3e3a39;
  background-color: #f1f1f1;
}
@media (min-width: 992px) {
  /*@media (min-width: 1200px)*/
  .btn-console {
    font-size: 0.9rem;
    margin-bottom: 0;
  }
  .btn-console span {
    display: inline;
  }
  .dropdown.mega-dropdown {
    position: static;
  }
  .dropdown .mega-dropdown-menu {
    width: 90%;
    left: 10%;
    right: 0;
    display: block;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 0.1s linear;
  }
  .dropdown .mega-dropdown-menu.column-2 {
    width: 60%;
    left: 20%;
  }
  .dropdown .dropdown-menu {
    border: 1px solid #dcdcdc;
    min-width: 260px;
    padding: 0.5rem;
    margin-top: 0;
  }
  .dropdown:hover .dropdown-menu,
  .dropdown .dropdown-menu:hover {
    display: block;
    visibility: visible;
    opacity: 1;
    transition: visibility 0s, opacity 0.1s linear;
  }
  #Navbar {
    margin-bottom: 0;
  }
  .navbar .navbar-brand {
    height: 28px;
  }
  .lang-switcher {
    margin-right: 1rem;
    display: block;
  }
  .lang-switcher a {
    font-size: 0.85rem;
    color: #3e3a39;
  }
  .lang-switcher .dropdown-item {
    font-weight: bold;
  }
  .lang-switcher .nav-link {
    padding: 0.2rem 1rem;
  }
  .lang-switcher .dropdown-menu {
    min-width: 140px;
    top: 30px;
  }
  .navbar-nav {
    padding-bottom: 0;
  }
  .navbar-nav .nav-link {
    padding: 1rem 0.5rem;
    margin: 0 0.25rem 0 0;
  }
  .navbar-nav a {
    font-size: 0.85rem;
  }
  .navbar-nav li a.dropdown-toggle::after {
    display: none;
  }
}
.navbar-toggler {
  padding: 1rem 0;
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.8)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M6 6L 24 24M24 6L6 24'/%3E%3C/svg%3E");
}
.navbar-toggler[aria-expanded="false"] .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.8)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
.toggle {
  margin: 0;
}
/*--#areainfo--*/
#areainfo {
  color: #ffffff;
  padding: 2rem 0;
  margin: 0;
}
#areainfo p {
  font-size: 0.9rem;
  padding-right: 1rem;
}
/*--footer--*/
footer {
  background-color: #00a4e3;
  color: #ffffff;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
footer h4 {
  margin-bottom: 1.4rem;
  font-size: 0.9rem;
}
footer a,
footer a:hover {
  color: #ffffff;
  display: inline-block;
}
footer a:hover {
  text-decoration: underline;
}
footer p,
footer ul {
  font-size: 0.9rem;
}
footer ul {
  list-style: none;
  padding-left: 0;
}
footer ul li {
  padding-bottom: 0.5rem;
}
footer .btn-store {
  min-width: 200px;
}
footer .btn-amazon {
  background-color: #f1f1f1;
  max-width: 200px;
  height: auto;
}
footer .btn-outline-primary.btn-contact:hover,
footer .btn-store:hover {
  background-color: #DCEDFA;
  border: 1px solid #ffffff;
  color: #00a4e3;
}
.footer-sub {
  background-color: #3e3a39;
  padding-top: 1rem;
  padding-bottom: 1rem;
  color: #ffffff;
}
.footer-sub a {
  color: #ffffff;
}
.footer-sub ul {
  margin-bottom: 0;
}
.footer-sub .footer-sub-menu ul {
  font-size: 80%;
  text-align: right;
}
.footer-sub .footer-sub-menu ul li {
  padding: 0 0.2rem;
}
.footer-sub .logo {
  height: 40px;
  width: auto;
}
.footer-sub .sub-menu-corporate ul li {
  padding: 0 0.25rem;
  font-size: 0.8rem;
}
.footer-sub .sub-menu-corporate ul li a:hover {
  text-decoration: underline;
}
@media (max-width: 576px) {
  .footer-sub .footer-sub-menu ul {
    text-align: left;
  }
  .footer-sub .footer-sub-menu ul .list-inline-item {
    margin-right: 0.2rem;
  }
}
@media (min-width: 1500px) {
  #index #areaField {
    padding-bottom: 20%;
  }
}
#areaField .field-btn {
  display: block;
  color: #3e3a39;
  margin-bottom: 2rem;
  background-color: #f1f1f1;
  cursor: pointer;
  border: 1px solid #ffffff;
  padding-top: 3rem;
}
#areaField .field-btn > div {
  padding: 3rem;
}
#areaField .field-btn h4 {
  font-size: 1.1rem;
  margin-bottom: 0.5rem;
}
#areaField .field-btn h3 {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 2rem;
}
#areaField .field-btn .btn-readmore {
  color: #00a4e3;
  background: rgba(255, 255, 255, 0.8);
  padding: 0.5rem 1rem;
  text-align: right;
  margin-top: 2rem;
}
#areaField .field-btn .btn-readmore:hover {
  text-decoration: underline;
}
@media (min-width: 768px) {
  #areaField h3 {
    font-size: 2rem;
  }
}
#areaField .btn-edu {
  background: url(/images/index/scene-education.jpg) no-repeat center 0;
  background-size: cover;
  background-color: rgba(255, 255, 255, 0.9);
  background-blend-mode: lighten;
}
#areaField .btn-edu:hover {
  background-color: rgba(255, 255, 255, 0.7);
}
#areaField .btn-biz {
  background: url(/images/index/hero-image-sp.png) no-repeat center center;
  background-size: cover;
  background-color: rgba(255, 255, 255, 0.8);
  background-blend-mode: lighten;
}
#areaField .btn-biz:hover {
  background-color: rgba(255, 255, 255, 0.5);
}
#areaField .btn-make {
  background: url(/images/index/example-edu.jpg) no-repeat 0 0;
  background-size: cover;
  background-color: rgba(255, 255, 255, 0.9);
  background-blend-mode: lighten;
}
#areaField .btn-make:hover {
  background-color: rgba(255, 255, 255, 0.7);
}
/* ---index---*/
/* ---202105_wada---*/
#index .copy-body {
  max-width: 520px;
  margin-bottom: 3rem;
}
#index .copy-title {
  font-size: 56px;
  font-weight: 600;
  margin-bottom: 0.5em;
}
#index .copy-title_small {
  font-size: 48px;
}
#index .copy-caption {
  font-size: 20px;
  color: #00497a;
  font-weight: 600;
  margin-bottom: 2rem;
}
#index .cta-container {
  margin: 3rem 0;
}
#index .cta-container .btn-lg {
  padding: 0.5rem 2rem;
  font-size: 1rem;
  box-shadow: none;
}
#index .pdct-inner {
  padding: 6rem 0 10rem;
}
#index .pdct-inner-gateway {
  background-image: url("/images/index/bg-ble-gw.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
#index .pdct-inner-board {
  background-image: url("/images/index/bg-obniz-board.png");
  background-position: right -40px center;
  background-repeat: no-repeat;
  background-size: 55%;
}
#index #pdctBoard {
  background: url("/images/index/bg-electronic-pattern.png") repeat center 0;
  background-size: 50%;
}
#index .pdct-inner-customos {
  background-image: url("/images/index/bg-customdevice.png");
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 50%;
}
#index #pdctCustom {
  background: #A9D0EF;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(60deg, #A9D0EF, #DCEDFA);
  background: linear-gradient(60deg, #A9D0EF, #DCEDFA);
}
#index #areaOurVision {
  padding: 8rem 0 6rem;
  background: url("/images/howobnizworks/bg-mission.png") no-repeat center 0;
  background-size: cover;
}
#index .vision-inner {
  background: rgba(255, 255, 255, 0.5);
  padding: 4rem 2rem 3rem;
  box-shadow: 0 8px 8px rgba(0, 0, 0, 0.1);
}
#index .vision-inner_copy {
  max-width: 640px;
  margin: 2.5rem auto;
  font-weight: 600;
}
#index .vision-inner .text-primary {
  color: #00a4e3 !important;
}
#index #areaField {
  max-width: 1366px;
  margin: 0 auto;
}
#index .text-box-right {
  max-width: 540px;
  margin-left: auto;
}
@media (min-width: 1500px) {
  #index .pdct-inner-board {
    background-position: right center;
    background-size: 50%;
  }
}
@media (min-width: 601px) and (max-width: 1024px) {
  #index .copy-title {
    font-size: 40px;
  }
  #index .copy-body {
    max-width: 450px;
  }
  #index .pdct-inner-gateway {
    background-image: url("/images/index/bg-ble-gw.jpg");
    background-position: center bottom;
    background-size: 150%;
    background-color: #c3def3;
  }
  #index .pdct-inner-board {
    background-position: right -100px bottom;
    background-size: 70%;
  }
  #index #pdctBoard {
    background-size: 60%;
  }
  #index .pdct-inner-customos {
    background-position: right -60px bottom;
    background-size: 70%;
  }
  #index .text-box-right {
    max-width: 450px;
    margin-left: 0;
  }
  #index #areaOurVision {
    background: url("/images/howobnizworks/bg-mission-sp.png") no-repeat center 0;
    background-size: 100% auto;
  }
}
@media (max-width: 600px) {
  #index section {
    margin-bottom: 6rem;
  }
  #index .pdct-inner {
    padding: 5rem 0 10rem;
  }
  #index .copy-title {
    font-size: 32px;
  }
  #index .copy-title_small {
    font-size: 30px;
  }
  #index .copy-caption {
    font-size: 18px;
  }
  #index .cta-container .btn-lg {
    padding: 0.5rem 1rem;
  }
  #index .pdct-inner-gateway {
    background-image: url("/images/index/bg-ble-gw_sp.jpg");
    background-position: center bottom;
    background-size: 100%;
    background-color: #DCEDFA;
  }
  #index .pdct-inner-board {
    padding-bottom: 16rem;
    background-position: center bottom ;
    background-size: contain;
  }
  #index #pdctBoard {
    background-size: 100%;
  }
  #index .pdct-inner-customos {
    background-position: center bottom;
    background-size: contain;
    padding-bottom: 12rem;
  }
  #index #areaOurVision {
    padding: 4rem 0 0;
    background: url("/images/howobnizworks/bg-mission-sp.png") no-repeat center 0;
    background-size: 100% auto;
  }
  #index .vision-inner {
    box-shadow: none;
  }
}
/* ---/ #index ---*/
#areaProducts {
  text-align: center;
}
#areaProducts h4 {
  font-size: 1rem;
  margin-bottom: 0;
}
#areaProducts .btn-primary {
  marigin-top: 1rem;
}
#areaProducts figure {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
  margin-bottom: 10px;
}
#areaProducts figcaption.hover-mask {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  opacity: 0;
}
#areaProducts figcaption.hover-mask span {
  font-size: 0.9rem;
  color: #00a4e3;
  background-color: #fff;
  border: 1px solid #00a4e3;
  border-radius: 3px;
  padding: 2px 8px;
}
#areaProducts figure:hover .hover-mask {
  opacity: 1;
  transition: all 0.6s ease;
}
#areaProducts figcaption.hover-mask.show {
  opacity: 1;
}
#areaProducts figcaption.hover-mask.show span {
  color: #a9aaaa;
  border: 1px solid #a9aaaa;
}
#areaProducts .swiper-button-next,
#areaProducts .swiper-button-prev {
  top: 50%;
  width: 20px;
  height: 30px;
  -moz-background-size: 20px 30px;
  -webkit-background-size: 20px 30px;
  background-size: 20px 30px;
}
#areaProducts .badge {
  line-height: 10px;
  border-radius: 10px;
  padding: 2px 10px;
  margin-right: 5px;
}
#areaProducts .badge-wifi {
  background-color: #3e3a39;
  color: #ffffff;
}
#areaProducts .badge-lan {
  background-color: #00497A;
  color: #ffffff;
}
#areaGetstart {
  background-color: #f1f1f1;
  padding: 6rem 0 5rem;
}
#areaGetstart h4 {
  text-align: center;
}
#areaGetstart .step-innner {
  padding: 0 1rem;
}
#areaGetstart .step-icon {
  margin-bottom: 30px;
  filter: drop-shadow(2px 5px 6px rgba(0, 0, 0, 0.1));
}
#areaScene {
  background-color: #f1f1f1;
  padding: 6rem 0;
}
#areaScene .scene-inner {
  margin-bottom: 6rem;
}
#areaScene h2 {
  text-align: center;
}
#areaScene h3 {
  font-size: 1.2rem;
  font-weight: 600;
}
#areaScene ul {
  border-top: 1px solid #dcdcdc;
  padding: 1rem 0;
  list-style: none;
}
.img-radius {
  border-radius: 3px;
}
#index .user-card {
  display: block;
  color: #3e3a39;
  padding: 30px;
  border-radius: 8px;
  width: 90%;
  margin: 30px auto;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}
#index .user-card:hover {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
}
#index .user-card:hover h4 {
  text-decoration: underline;
}
#areaFeature {
  z-index: 100;
  position: relative;
}
#areaFeature .feature-inner {
  margin-bottom: 6rem;
}
#areaFeature .feature-inner p {
  margin-right: 40px;
}
#areaFeature h3 {
  font-size: 1.4rem;
  font-weight: 600;
  margin-bottom: 3rem;
}
#areaFeature h3 .em-feature {
  display: block;
  margin-bottom: 1rem;
  font-size: 0.9rem;
  color: #a9aaaa;
  text-transform: uppercase;
  font-weight: 400;
}
#areaCta h3 {
  font-size: 2rem;
  font-weight: 400;
}
#areaCta .contact {
  padding-top: 2rem;
  border-top: 1px solid #dcdcdc;
  margin: 2rem 0;
}
#areaCta .contact h3 {
  font-size: 1.2rem;
  margin-bottom: 0.5rem;
  font-weight: 500;
}
#areaNewsletter {
  background-color: #a9aaaa;
  padding: 2rem 0;
}
#areaNewsletter #mce-EMAIL {
  border: 0;
  color: #aaa;
  border: solid 1px #dcdcdc;
  padding: 0.2rem 0.5rem;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
#areaNewsletter .mc_embed_signup_scroll {
  position: relative;
}
#areaNewsletter .mc-embedded-subscribe,
#areaNewsletter [type="submit"] {
  display: inline-block;
  border: solid 1px #dcdcdc;
  color: #3e3a39;
  padding: 0.2rem 0.5rem;
  cursor: pointer;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
#areaNewsletter .clear {
  position: absolute;
  top: 0;
  right: 0;
  width: 30%;
}
#areaCasestudies .swiper-slide img {
  display: block;
  margin-bottom: 20px;
}
#areaCasestudies .swiper-slide a {
  color: #3e3a39;
}
#areaCasestudies .swiper-slide h5 {
  font-size: 1.1rem;
  text-align: center;
  margin-bottom: 0;
}
#areaCasestudies .campany-name {
  font-size: 0.9rem;
}
.shopList ul {
  list-style: none;
  padding-left: 0;
  border-bottom: 1px solid #f1f1f1;
}
.shopList ul li {
  border-top: 1px solid #f1f1f1;
}
.shopList ul li a {
  display: block;
  padding: 0.5rem 1rem;
}
.shopList ul li a:hover {
  background-color: #f1f1f1;
}
.shopList .external-link {
  position: relative;
}
.shopList .external-link::after {
  position: absolute;
  font-family: 'Font Awesome 5 Free';
  content: '\f35d';
  font-weight: 900;
  right: 1rem;
  font-size: 0.8rem;
}
.product-wrap .modal-dialog {
  max-width: 600px;
}
.pdct-list h3 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 0;
}
.pdct-list img {
  margin-bottom: 1rem;
}
.pdct-list .btn-outline-primary.disabled {
  color: #a9aaaa;
  border-color: #a9aaaa;
  background-color: transparent;
}
.pdct-list .pdct-list-inner {
  position: relative;
  padding: 1rem 1rem 2rem 1rem;
  margin-bottom: 2rem;
  border-bottom: 1px solid #dcdcdc;
  min-height: 450px;
}
.pdct-list .pdct-list-inner ul {
  padding-left: 1rem;
  font-size: 0.9rem;
}
.pdct-list .pdct-list-inner img {
  width: 100%;
  height: 160px;
  object-fit: contain;
  margin-bottom: 0;
}
.pdct-list .badge {
  line-height: 10px;
  border-radius: 10px;
  padding: 2px 10px;
  margin-right: 5px;
}
.pdct-list .badge-network {
  position: absolute;
  top: 0.5rem;
  left: 1rem;
}
.pdct-list .badge-wifi {
  background-color: #3e3a39;
  color: #fff;
}
.pdct-list .badge-lan {
  background-color: #00497A;
  color: #fff;
}
.pdct-list .pdct-price {
  font-size: 1.4rem;
  font-weight: 600;
  margin-bottom: 0.5em;
  text-align: right;
}
.pdct-list .btn-set {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.pdct-list .btn-set p {
  margin-bottom: 0;
}
.table-product {
  font-size: 14px;
  min-width: 800px;
}
.table-product thead th {
  vertical-align: middle;
  border-bottom: none;
}
.table-product tbody td {
  text-align: center;
  vertical-align: middle;
}
.table-product tbody .td-text td {
  text-align: left;
  vertical-align: top;
}
.support-inner a {
  display: block;
  color: #3e3a39;
}
.support-inner a:hover {
  color: #00a4e3;
  background-color: #DCEDFA;
}
.table-license {
  vertical-align: middle;
}
.table-license td {
  vertical-align: middle;
  text-align: center;
}
.table-license td ul {
  white-space: normal;
  font-size: 0.95rem;
  margin-bottom: 0;
  padding-left: 1.5rem;
}
.table-license th {
  vertical-align: middle;
}
.table-license tbody th,
.table-license tbody td {
  width: calc(100% * 1/5);
}
@media (max-width: 576px) {
  .table-license {
    width: 400px;
  }
  .table-license th {
    display: none;
  }
}
@media (max-width: 768px) {
  .table-license th,
  .table-license td {
    font-size: 0.9rem;
  }
  .table-license td ul {
    font-size: 0.8rem;
  }
}
@media (min-width: 992px) {
  .table-license ul.lg-p50 {
    padding-left: 50%;
    margin-left: -25%;
  }
}
.table-device {
  background-color: #ffffff;
  font-size: 14px;
}
.table-device th {
  vertical-align: middle !important;
}
.table-device td {
  text-align: center;
  vertical-align: middle;
}
.table-device tbody th {
  background-color: #3e3a39;
  color: #ffffff;
  padding: 0.5rem;
}
@media (max-width: 576px) {
  .table-device tbody th {
    white-space: nowrap;
  }
}
.runnable-navbar {
  padding: 10px;
}
.container-doc {
  margin-bottom: 60px;
}
.container-doc h1 {
  font-size: 2.4rem;
  margin-top: 1rem;
  margin-bottom: 2rem;
  padding-bottom: 0.5rem;
}
.container-doc h2 {
  margin: 3rem 0 1.5rem;
  border-bottom: 1px solid #a9aaaa;
  padding-bottom: 1rem;
}
.container-doc h3,
.container-doc h4 {
  margin-bottom: 14px;
  margin-top: 10px;
}
.container-doc p {
  margin-bottom: 24px;
  line-height: 1.5;
}
.container-doc li {
  margin-bottom: 10px;
  line-height: 1.5;
}
.container-doc .pre-wrapper {
  margin-bottom: 60px;
}
#docLearnmore dt {
  padding: 0.2rem 1rem;
}
#docLearnmore dd {
  margin: 0;
  padding: 0.2rem 1rem;
  border-bottom: 1px solid #dcdcdc;
}
#docLearnmore dd a {
  display: block;
  font-weight: 600;
}
#docLearnmore dd:nth-of-type(even) {
  font-size: 0.9rem;
}
@media (max-width: 576px) {
  #docLearnmore dd:nth-of-type(odd) {
    border: none;
    padding-bottom: 0;
  }
}
#mainmenu {
  /*h4{
	a{
	display: block;
	padding: .2rem 1rem;
	&:hover
	,&.active{
	background: @primary-light;
}
}
}*/
}
#mainmenu h4 {
  font-size: 1rem;
  margin-bottom: 0;
  padding: 0.5rem 1rem;
}
#mainmenu li {
  margin-bottom: 0;
}
#mainmenu ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
#mainmenu .leftmenu h4 {
  padding: 0.2rem 1rem;
}
#mainmenu .leftmenu li ul {
  padding-left: 1rem;
}
#mainmenu ul li a div {
  padding: 0.5rem 1rem;
}
#mainmenu ul li a div:hover {
  background: #DCEDFA;
}
#mainmenu .group-list ul ul li {
  padding-left: 20px;
  margin: 0;
}
.lessonmenu {
  margin-top: 40px;
}
.lessonmenu a {
  color: #3e3a39;
}
.lessonmenu h4 {
  padding: 0.2rem 1rem;
}
.lessonmenu ol {
  counter-reset: number;
  list-style-type: none !important;
  padding-left: 0;
}
.lessonmenu ol li {
  padding-left: 1rem;
}
.lessonmenu ol li div {
  position: relative;
  line-height: 1.5em;
  padding: 0.5em 0.5em 0.5em 40px;
}
.lessonmenu ol li div:before {
  position: absolute;
  counter-increment: number;
  content: counter(number);
  display: inline-block;
  border: 1px solid #00a4e3;
  color: #00a4e3;
  background: #ffffff;
  font-weight: bold;
  font-size: 15px;
  left: 0;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.lessonmenu ol li.current,
.lessonmenu ol li:hover {
  background-color: #DCEDFA;
}
.lessonmenu ol li.current div:before,
.lessonmenu ol li:hover div:before {
  color: #ffffff;
  background: #00a4e3;
}
.step-line {
  position: absolute;
  height: 100%;
  width: 3px;
  background: #ffc522;
  left: 50%;
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
@media (max-width: 576px) {
  .step-line {
    display: none;
  }
}
.inner-bg .container-col-md {
  margin: 4rem auto !important;
}
@media (min-width: 992px) {
  .inner-bg {
    padding: 2rem 0 1rem;
  }
  .inner-bg_esp {
    background: url(/images/howobnizworks/how_device_2x.jpg) no-repeat left -20% center;
    -webkit-background-size: 50%;
    background-size: 50%;
  }
  .inner-bg_parts {
    background: url(/images/howobnizworks/how_parts.jpg) no-repeat right -20% center;
    -webkit-background-size: 50%;
    background-size: 50%;
  }
  .inner-bg_sdk {
    background: url(/images/howobnizworks/how_language_2x.png) no-repeat right -20% center;
    background-size: 50%;
  }
}
#Company .wrap {
  background: #dcdcdc url("/images/jobs/bg_campany.png") no-repeat center top;
  background-size: contain;
}
@media (max-width: 992px) {
  #Company .wrap {
    background-size: cover;
  }
}
#Company .wrap-white {
  background-color: #ffffff;
}
#Company .wrap-bg {
  width: 100%;
  padding: 1rem;
  margin: 0 auto;
}
@media (min-width: 768px) {
  #Company .wrap-bg {
    width: 90%;
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  #Company .wrap-bg {
    width: 70%;
    padding: 3rem;
  }
}
#Company h2 {
  margin: 2rem auto;
  line-height: 1.8;
}
#Company h2 span {
  font-size: 0.9rem;
  display: block;
}
#Company h3.border-b {
  border-left: 3px solid #00a4e3;
  padding-left: 1rem;
}
#Company #areaMission h1 {
  font-size: 2.6rem;
  font-weight: 600;
  color: #00a4e3;
  margin-top: 1rem;
  margin-bottom: 1rem;
  line-height: 1.4;
}
@media (max-width: 576px) {
  #Company #areaMission h1 {
    font-size: 2rem;
    margin-top: 1rem;
  }
}
#Company #areaMission p {
  text-align: center;
}
#Company #areaMission ul,
#Company #areaMission p {
  font-size: 1.2rem;
}
#Company #areaMission .ourvision {
  font-size: 1.4rem;
  font-weight: 400;
}
@media (max-width: 576px) {
  #Company #areaMission .ourvision {
    font-size: 1rem;
  }
}
#Company #areaMission ul {
  display: inline-block;
  margin-bottom: 0;
}
#Company #areaMission ul li {
  text-align: left;
}
#Company #areaCampanyInfo dt,
#Company #areaAccsess dt {
  padding: 2rem 0 2rem 2rem;
}
#Company #areaCampanyInfo dd,
#Company #areaAccsess dd {
  padding: 2rem 0;
  margin-bottom: 0;
}
@media (max-width: 576px) {
  #Company #areaCampanyInfo dt,
  #Company #areaAccsess dt {
    padding: 0.5rem 0 0.5rem 1rem;
    background-color: #dcdcdc;
  }
  #Company #areaCampanyInfo dd,
  #Company #areaAccsess dd {
    padding: 1.5rem 0;
  }
}
#Company #areaPrductInfo h3 {
  border-left: 3px solid #00a4e3;
  padding-left: 1rem;
}
#Company #areaMember h3 {
  margin-top: 1rem;
  font-size: 1.2rem;
  line-height: 1.5;
}
#Company #areaMember h3 span {
  display: block;
}
#Company #areaMember h3 small {
  font-size: 0.8rem;
}
#Company #areaMember p {
  text-align: justify;
  text-justify: inter-ideograph;
}
#Company #areaMember .fs-80 {
  font-size: 0.9rem;
  line-height: 1.5;
}
@media (min-width: 992px) {
  #Company #areaMember .img-fluid.img-2x {
    width: 50%;
  }
}
@media (max-width: 576px) {
  #Company #areaMember .img-fluid.img-2x {
    width: 80%;
  }
}
@media (min-width: 992px) {
  #Company #areaMember .member-employee img {
    width: 75%;
  }
}
@media (max-width: 576px) {
  #Company #areaMember .member-employee img {
    width: 100%;
  }
}
#areaJobs .btn {
  border-radius: 2px;
}
#areaJobs p {
  margin-bottom: 1rem;
  position: relative;
}
#areaJobs p a {
  font-weight: bold;
}
#areaJobs p .btn-more {
  text-align: left;
  padding: 0.75rem 1rem 0.75rem 2rem;
}
@media (max-width: 576px) {
  #areaJobs p .btn-more {
    padding-left: 1rem;
  }
  #areaJobs p .btn-more span {
    display: block;
  }
}
#areaJobs p .btn-primary:hover {
  border-color: #3e3a39;
  background-color: #3e3a39;
  color: #ffffff;
}
#areaJobs dl {
  margin-bottom: 0;
}
#areaJobs dl ul {
  padding-left: 1rem;
}
#areaJobs .card-body {
  margin-bottom: 1rem;
  margin-top: -1rem;
}
#areaJobs #accordionRequirements .card-header button,
#areaJobs #accordionParttime .card-header button {
  display: block;
  width: 100%;
  text-align: left;
  font-size: 1rem;
  font-weight: bold;
}
@media (max-width: 576px) {
  #areaJobs #accordionRequirements .card-header .btn,
  #areaJobs #accordionParttime .card-header .btn {
    padding: 0.25rem 0;
  }
}
#areaJobs #accordionRequirements .card-header h4 span,
#areaJobs #accordionParttime .card-header h4 span {
  font-size: 0.9rem;
  margin-left: 0.5rem;
}
@media (max-width: 576px) {
  #areaJobs #accordionRequirements .card-header h4 span,
  #areaJobs #accordionParttime .card-header h4 span {
    display: block;
  }
}
#areaJobs #accordionRequirements .card-body,
#areaJobs #accordionParttime .card-body {
  padding: 3rem 1.5rem 1.5rem 1.5rem;
}
#areaJobs #accordionRequirements dl {
  margin-bottom: 3rem;
  margin-top: 3rem;
}
#areaJobs a[aria-expanded="false"]:before,
#areaJobs button[aria-expanded="false"]:before {
  font-family: "Font Awesome 5 Free";
  content: '\f067';
  font-weight: 900;
  color: #ffffff;
  position: absolute;
  right: 20px;
}
#areaJobs button[aria-expanded="false"]:before {
  color: #a9aaaa;
}
#areaJobs a[aria-expanded="true"]:before,
#areaJobs button[aria-expanded="true"]:before {
  font-family: "Font Awesome 5 Free";
  content: '\f068';
  font-weight: 900;
  color: #ffffff;
  position: absolute;
  right: 20px;
}
#areaJobs button[aria-expanded="true"]:before {
  color: #a9aaaa;
}
@media (max-width: 576px) {
  #areaJobs .container-col-lg {
    width: 100%;
  }
}
#map {
  width: 100%;
  height: 400px;
}
#areaContact .row > div:not(:last-child) {
  border-right: 1px solid #dcdcdc;
}
@media (max-width: 576px) {
  #areaContact .row > div:not(:last-child) {
    border: none;
  }
}
#areaContact h4 {
  margin-bottom: 2rem;
}
@media (max-width: 576px) {
  #areaContact h4 {
    margin-bottom: 1rem;
  }
}
#areaContact a {
  color: #3e3a39;
}
#areaContact a:hover {
  color: #00a4e3;
}
#areaContact a.link-primary {
  color: #00a4e3;
}
#areaContact a.link-primary.btn:hover {
  color: #ffffff;
}
#areaContact i {
  font-size: 3rem;
}
@media (max-width: 576px) {
  #areaContact i {
    font-size: 2rem;
  }
}
#areaContact .email {
  margin-top: 3rem;
}
#areaContact .email a {
  font-size: 1.5rem;
  display: inline-block;
  margin-left: 2rem;
  text-decoration: underline;
}
#areaContact .email a:hover {
  color: #00497a;
}
#areaContact .email i {
  font-size: 2.4rem;
  padding-right: 0.5rem;
  vertical-align: middle;
}
@media (max-width: 576px) {
  #areaContact .email {
    margin-top: 1.5rem;
  }
  #areaContact .email h4 {
    margin-bottom: 0;
    margin-top: 1rem;
  }
  #areaContact .email a {
    font-size: 1.2rem;
    margin-left: 0;
  }
}
#areaContact .iconlogo {
  display: block;
  width: 60px;
  margin: 0 auto;
}
@media (max-width: 576px) {
  #areaContact .iconlogo {
    width: 40px;
  }
}
#areaNews {
  /*background-color: @lightGray;*/
  margin: 0 0 4rem;
}
#areaNews dt {
  font-family: 'montserrat';
  font-weight: normal;
  color: #a9aaaa;
}
#areaNews dd a {
  color: #3e3a39;
}
#areaNews dd a:hover {
  text-decoration: underline;
}
#areaNews dt,
#areaNews dd {
  padding: 0.75rem 0;
  border-bottom: 1px solid #dcdcdc;
}
#areaNews dd span.category {
  display: inline-block;
  min-width: 6rem;
  font-size: 0.8rem;
  text-align: center;
  border: 1px solid #00a4e3;
  padding: 0 ;
  margin: 0 auto;
  color: #00a4e3;
}
#areaNews dd span.category a {
  color: #00a4e3;
}
@media (max-width: 576px) {
  #areaNews dt.dt-date,
  #areaNews dd.dd-cat {
    padding: 0.5rem 0;
    border-bottom: none;
  }
}
.iframe_outer {
  flex-grow: 1;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  display: inline-block;
}
@media (max-width: 575px) {
  .fullsize-popover {
    max-width: 99%;
    width: auto;
  }
}
@media (min-width: 576px) {
  .fullsize-popover {
    max-width: 90%;
  }
}
#appModal .modal-dialog,
#docModal .modal-dialog {
  height: 90%;
}
#appModal .modal-content,
#docModal .modal-content {
  height: auto;
  min-height: 100%;
  border-radius: 0;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
#appModal .modal-body,
#docModal .modal-body {
  height: auto;
  min-height: 100%;
}
#appModal .modal-footer,
#docModal .modal-footer {
  padding: 0 10px 0 10px;
  width: 100%;
  display: block;
  overflow-y: scroll;
}
@media (max-height: 800px) {
  #appModal .modal-footer,
  #docModal .modal-footer {
    height: 200px;
  }
}
@media (min-height: 801px) {
  #appModal .modal-footer,
  #docModal .modal-footer {
    height: 300px;
  }
}
#appModal .modal-footer #webConsoleTable,
#docModal .modal-footer #webConsoleTable {
  width: 100%;
  max-height: 100%;
}
#appModal .iframe_outer,
#docModal .iframe_outer {
  margin-top: 0;
  margin-bottom: 0;
}
.log {
  max-height: 300px;
  overflow-y: scroll;
}
.kit .container-fluid {
  max-width: 1680px;
}
.kit .hero-image {
  position: relative;
}
@media (max-width: 576px) {
  .kit .hero-image {
    margin-bottom: 0;
  }
}
.kit .hero-image .kit-text-box {
  margin-left: 2rem;
  padding-bottom: 8rem;
  padding-top: 4rem;
}
.kit .hero-image .kit-text-box a.bold {
  font-weight: bold;
}
@media (max-width: 576px) {
  .kit .hero-image .kit-text-box {
    padding-top: 3rem;
    padding-bottom: 2rem;
  }
}
.kit .hero-image h1 {
  width: 50vw;
  max-width: 600px;
}
.kit .hero-image .sp-img {
  display: none;
}
@media (max-width: 768px) {
  .kit .hero-image .kit-text-box {
    margin-left: 1rem;
  }
}
@media (max-width: 576px) {
  .kit .hero-image .kit-text-box {
    margin-left: 0;
  }
  .kit .hero-image h1 {
    width: 90vw;
  }
  .kit .hero-image .sp-img {
    display: block;
  }
}
.kit .icon-wifi {
  display: block;
  position: absolute;
  top: 50px;
  right: 40px;
  width: 160px;
}
@media (max-width: 768px) {
  .kit .icon-wifi {
    width: 140px;
  }
}
@media (max-width: 576px) {
  .kit .icon-wifi {
    top: 120px;
    right: 10px;
    width: 120px;
  }
}
.kit #aboutkit {
  background-color: #f1f1f1;
}
.kit #areaCta .container {
  background: none;
}
.kit #aboutobniz.about-airobot {
  height: 100%;
  background: url("/images/pdct/bg_airobot.jpg") no-repeat right bottom;
  background-size: cover;
  position: relative;
}
@media (max-width: 768px) {
  .kit #aboutobniz.about-airobot {
    background-position: right 20% bottom;
  }
}
.kit #aboutobniz.about-iothome {
  background: url("/images/pdct/bg_iothome.jpg") no-repeat right 30% bottom 20%;
  background-size: cover;
  position: relative;
}
@media (max-width: 768px) {
  .kit #aboutobniz.about-iothome {
    background-position: right 15% bottom;
  }
}
@media (min-width: 992px) {
  .kit .areaStep ol {
    width: 90%;
  }
}
.airobotkit .hero-airobotkit {
  background: url(/images/pdct/bg_title-airobo.jpg) no-repeat right bottom;
  background-color: #ffffff;
  background-size: cover;
}
@media (max-width: 576px) {
  .airobotkit .hero-airobotkit {
    background-position: 0 0 ;
    background-size: auto 120vh;
  }
}
.airobotkit #areaRobotexam h4 {
  color: #00a4e3;
  font-weight: bold;
}
.airobotkit #areaRobotexam .kitexam {
  position: relative;
  text-decoration: none;
  border-radius: 8px;
  border: 2px solid #00a4e3;
  color: #000;
  height: 90px;
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  width: 100%;
  text-align: left;
}
.airobotkit #areaRobotexam .kitexam span {
  flex: 1;
}
.airobotkit #areaRobotexam .kitexam i {
  background-image: url(/images/pdct/kit-icon.png);
  background-repeat: no-repeat;
  width: 80px;
  height: 80px;
  margin-right: 1rem;
  margin-left: 1rem;
  background-size: calc(960 / 160 * 100%) calc(360 / 160 * 100%);
}
.airobotkit #areaRobotexam .kitexam i.icon_airobo-1 {
  background-position: 0 0;
}
.airobotkit #areaRobotexam .kitexam i.icon_airobo-2 {
  background-position: calc(200 / (960 - 160) * 100%) 0;
}
.airobotkit #areaRobotexam .kitexam i.icon_airobo-3 {
  background-position: calc(400 / (960 - 160) * 100%) 0;
}
.airobotkit #areaRobotexam .kitexam i.icon_airobo-4 {
  background-position: 0 calc(200 / (360 - 160) * 100%);
}
.airobotkit #areaRobotexam .kitexam i.icon_airobo-5 {
  background-position: calc(200 / (960 - 160) * 100%) calc(200 / (360 - 160) * 100%);
}
.airobotkit #areaRobotexam .kitexam i.icon_airobo-6 {
  background-position: calc(400 / (960 - 160) * 100%) calc(200 / (360 - 160) * 100%);
}
@media (max-width: 576px) {
  .airobotkit #areaRobotexam .kitexam i {
    margin-left: 0.5rem;
  }
}
.airobotkit #areaRobotexam .kitexam:hover {
  color: #3e3a39;
  background-color: #ffc522;
  font-weight: bold;
  transition: 0.4s;
}
.airobotkit button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}
.airobotkit .close-button {
  overflow: hidden;
}
.airobotkit .bmd-modalContent {
  box-shadow: none;
  background-color: transparent;
  border: 0;
}
.airobotkit .bmd-modalContent .close {
  font-size: 2rem;
  line-height: 2rem;
  padding: 0;
  text-shadow: none;
  opacity: 0.7;
  color: #fff;
}
.airobotkit .bmd-modalContent .close:hover,
.airobotkit .bmd-modalContent .close:focus {
  opacity: 1;
  outline: none;
}
.iothomekit .hero-iothomekit {
  background: url(/images/pdct/bg_title-iothome.jpg) no-repeat right bottom;
  background-color: #ffffff;
  background-size: cover;
}
@media (max-width: 576px) {
  .iothomekit .hero-iothomekit {
    background-position: 0 0;
    background-size: auto 120vh;
  }
}
.iothomekit #areaIotexam h3 {
  height: 80px;
  margin-bottom: 2rem;
  display: flex;
  align-items: center;
}
.iothomekit #areaIotexam h3 span {
  flex: 1;
}
.iothomekit #areaIotexam h3 i {
  background-image: url(/images/pdct/kit-icon.png);
  background-repeat: no-repeat;
  width: 80px;
  height: 80px;
  margin-right: 1rem;
  background-size: calc(960 / 160 * 100%) calc(360 / 160 * 100%);
}
.iothomekit #areaIotexam h3 i.icon_iot-1 {
  background-position: calc(600 / (960 - 160) * 100%) 0;
}
.iothomekit #areaIotexam h3 i.icon_iot-2 {
  background-position: calc(800 / (960 - 160) * 100%) 0;
}
.iothomekit #areaIotexam h3 i.icon_iot-3 {
  background-position: calc(600 / (960 - 160) * 100%) calc(200 / (360 - 160) * 100%);
}
.iothomekit #areaIotexam h3 i.icon_iot-4 {
  background-position: calc(800 / (960 - 160) * 100%) calc(200 / (360 - 160) * 100%);
}
.iothomekit #areaIotexam h4 {
  color: #00a4e3;
  font-weight: bold;
}
.localNav {
  margin-bottom: 6rem;
  position: sticky;
  position: -webkit-sticky;
  top: 58px;
  z-index: 1000;
}
.localNav.solution {
  background-color: #00497a;
}
.localNav ul {
  padding: 0.75rem 0;
  margin-bottom: 0;
}
.localNav li {
  font-weight: 600;
}
.localNav li a {
  color: #ffffff;
  padding: 0 1rem;
}
.localNav li a:hover {
  text-decoration: underline;
}
.localNav .btn-outline-primary {
  color: #00497A;
  border: none;
  font-weight: 600;
  padding: 0.25rem 1rem;
}
.localNav .btn-outline-primary:hover {
  background-color: #ffc522;
  border-color: #ffc522;
}
.solution-hero {
  background: url(/images/solution/solution-hero-bg.png) no-repeat center bottom;
  background-size: cover;
  height: 85vh;
  max-height: 740px;
  min-height: 600px;
}
.solution-hero .container {
  position: relative;
}
.solution-hero .hero-inner {
  padding-top: 40px;
}
.solution-hero h2 {
  margin-top: 6rem;
  margin-bottom: 6rem;
}
.solution-overview .service-phase h4 {
  position: relative;
  color: #ffffff;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100px;
}
.solution-overview .service-phase .phase-inner {
  margin-bottom: 1rem;
}
.solution-overview .service-phase .phase-inner h4:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 20px solid transparent;
  border-top: 16px solid #00a4e3;
}
.solution-overview .service-phase .phase-inner.db h4:before {
  border: 20px solid transparent;
  border-top: 16px solid #00497a;
}
.solution-overview .service-phase p {
  position: relative;
}
.solution-overview .service-phase p .aligh-center {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.solution-overview .service-phase h4.bg-primary {
  background-color: #00a4e3;
}
.solution-overview .service-phase h4.bg-primarydark {
  background-color: #00497a;
}
.solution-overview .service-phase .service-list {
  padding-left: 2rem;
}
.solution-overview .service-list a {
  color: #00497a;
  text-decoration: underline;
}
.solution-overview .service-list .list-title {
  padding: 0.5rem;
  margin-bottom: 1rem;
  background-color: #00497a;
  color: #ffffff;
}
.solution-overview .service-list .list-detail {
  color: #00497a;
  margin: 2rem 1rem;
}
.solution-overview .service-list .list-detail h4 {
  font-size: 1rem;
  font-weight: bold;
}
.border-b-db {
  border-bottom: 1px solid #00497a;
}
.solution-contact {
  background-color: #DCEDFA;
}
.solution-contact h3 {
  margin: 2rem 0;
}
.solution-reason .solution-reason-inner {
  width: 80%;
  margin: 0 auto;
}
.solution-reason h3 {
  margin-bottom: 1.6rem;
  font-weight: 600;
}
.solution-reason span {
  display: block;
  font-size: 5rem;
}
.solution-example {
  background-color: #f1f1f1;
}
.solution-example dt {
  display: flex;
  background-color: #00497a;
  color: #ffffff;
  padding: 0.5rem 1rem;
  border-bottom: 1px solid #ffffff;
  position: relative;
  align-items: center;
  /*span{
		position: absolute;
		top: 50%;
		-webkit-transform : translateY(-50%);
		transform : translateY(-50%);
		}*/
}
.solution-example dd ul {
  margin-bottom: 0;
  padding: 0.5rem 2rem;
}
.solution-usecase h3 {
  font-size: 2rem;
  line-height: 1.7;
  font-weight: bold;
}
.solution-usecase .use-image {
  margin: 0 auto 2rem;
}
.solution-usecase img {
  width: 240px;
  height: 240px;
  border-radius: 120px;
  border: 10px solid #00497a;
  object-fit: cover;
  box-sizing: border-box;
}
.solution-inquiry .wrap {
  background: linear-gradient(-45deg, rgba(0, 73, 122, 0.8), #00497a), url("/images/solution/bg-partner.png");
  background-size: cover;
}
.solution-inquiry .partner {
  background-position: center bottom;
  color: #ffffff;
}
.solution-inquiry .partner p,
.solution-inquiry .partner li {
  color: #ffffff;
}
.solution-inquiry .border-lr {
  border-left: 1px solid #f1f1f1;
  border-right: 1px solid #f1f1f1;
}
.solution-inquiry .partner-inner {
  padding: 1rem 2rem 0;
}
.solution-inquiry .solution-get-started h3 {
  margin-bottom: 2rem;
}
.solution-inquiry .solution-get-started h3.get-started {
  font-size: 1.75rem;
}
.solution-inquiry .solution-get-started p {
  font-size: 0.8rem;
}
.solution-contact .btn {
  font-weight: 600;
}
.solution-ttl {
  margin-bottom: 5rem;
  font-weight: 600;
  position: relative;
}
.solution-ttl::after {
  content: '';
  position: absolute;
  width: 80px;
  height: 2px;
  background-color: #00a4e3;
  bottom: -0.5rem;
  left: calc(50% - 40px);
}
.anchor {
  padding-top: 8rem;
  margin-top: -8rem;
}
.nav-solution {
  margin-bottom: 3rem;
}
.nav-solution .nav-item {
  width: 50%;
  text-align: center;
}
.nav-solution .nav-link {
  padding: 1rem;
  font-size: 20px;
  font-weight: 600;
  color: #a9aaaa;
}
.nav-solution .nav-link span {
  display: block;
  font-size: 0.9rem;
  color: #a9aaaa;
}
.nav-solution .nav-link:hover {
  background-color: #f1f1f1;
  color: #3e3a39;
}
.table-techsupport {
  margin-bottom: 4rem;
}
.table-techsupport tr {
  border-bottom: 1px solid #dcdcdc;
}
.table-techsupport th,
.table-techsupport td {
  padding: 1rem 1.5rem;
}
.table-techsupport thead th {
  text-align: center;
  vertical-align: middle;
}
.table-techsupport thead th.service {
  border-radius: 6px 6px 0 0;
  border: 1px solid #ffffff;
}
.table-techsupport thead th.service-priority {
  width: 30%;
  background: url("../images/solution/solution-es-priority-resicon.png") #a9d0ef no-repeat center bottom 1rem;
  background-size: 16% auto;
  padding-bottom: 70px;
}
.table-techsupport thead th.service-expert {
  width: 40%;
  color: #fff;
  background: url("..//images/solution/solution-es-icon.png") #00497A no-repeat center bottom 1rem;
  background-size: 16% auto;
  padding-bottom: 70px;
}
#techsupportDL .dl-docs img {
  max-height: 210px;
  width: auto;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
}
#techsupportDL .dl-docs span {
  display: block;
  font-weight: 600;
  padding: 1rem 0;
}
.table-ticket {
  border-bottom: 1px solid #dcdcdc;
}
.balloon-p {
  position: relative;
}
.balloon {
  position: absolute;
  top: -1.5rem;
  left: 0;
  font-size: 12px;
  padding: 0 0.5rem;
  background-color: #FFC522;
  border-radius: 2px;
  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.2);
}
@media (min-width: 960px) {
  #areaOverview .tab-pane .container {
    max-width: 80%;
    margin: 0 auto;
  }
  .w-md-80 {
    margin: 0 6rem;
  }
}
@media (max-width: 768px) {
  .solution-hero {
    height: 50vh;
    max-height: 600px;
    min-height: 600px;
  }
}
@media (max-width: 576px) {
  h2,
  .h2,
  h3 {
    font-size: 1.4rem;
  }
  h4 {
    font-size: 1.2rem;
  }
  h4 .border-b-db {
    border: none;
  }
  .solution-overview .service-phase {
    margin-bottom: 2rem;
  }
  .solution-overview .service-phase h4 {
    font-size: 1rem;
  }
  .solution-overview .service-phase .box-poc {
    display: none;
  }
  .solution-overview .service-phase p .aligh-center {
    position: relative;
    top: 0;
  }
  .solution-hero h2 {
    margin-top: 3rem;
    margin-bottom: 1rem;
  }
  .solution-hero .hero-inner {
    background: none;
    margin: 0;
    padding: 0 1rem;
  }
  .solution-example .exam-inner {
    padding-bottom: 2rem;
  }
  .solution-example .exam-inner .p-photo {
    margin-right: 0;
  }
  .solution-example .exam-inner h3,
  .solution-example .exam-inner p {
    margin-right: 0;
    margin: 0.5rem 1rem;
  }
  .solution-inquiry .solution-get-started h3 {
    margin-bottom: 1rem;
  }
  .solution-inquiry .solution-get-started h3.get-started {
    font-size: 1.5rem;
  }
  .text-center p {
    text-align: left;
  }
  .table-ticket .count {
    width: 20%;
  }
  .table-ticket tbody td,
  .table-ticket tbody th {
    padding: 0.5rem 1rem;
  }
  .table-ticket tbody td {
    text-align: center;
    vertical-align: middle;
    background-color: #DCEDFA;
  }
  .table-ticket thead th {
    vertical-align: middle;
  }
}
.contents-bg1,
.contents-bgblue {
  position: relative;
  overflow: hidden;
}
/*.contents-bg1{
padding: 200px 0 5%;
//margin-top:10%;
.contents_inner{
padding-top: 400px;
}
}
.contents-bg1:before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 150%;
height: 100%;
margin: 0 0 0 -20%;
background: #fafafa;
-webkit-transform-origin: right center;
-ms-transform-origin: right center;
transform-origin: right center;
-webkit-transform: rotate(-16deg);
-ms-transform: rotate(-16deg);
transform: rotate(-16deg);
z-index: -1;
}*/
.contents-bgblue:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 150%;
  height: 100%;
  margin: -35% -15% 0;
  background: #DCEDFA;
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
  -webkit-transform: rotate(16deg);
  -ms-transform: rotate(16deg);
  transform: rotate(16deg);
  z-index: -1;
}
.contents-inner {
  box-sizing: boder-box;
  margin: 0 auto;
  padding: 80px 0;
  max-width: 1200px;
}
@media (max-width: 576px) {
  .contents-bgblue:before {
    width: 200%;
    height: 90%;
    left: -25%;
  }
}
/* Style the tab */
.tab button {
  color: #00497A;
  display: block;
  padding: 0.5rem 0.75rem;
  width: 100%;
  text-align: left;
  cursor: pointer;
  transition: 0.3s;
  border: none;
  outline: none;
  background-color: transparent;
  margin-bottom: 0.5rem;
  border-radius: 2px;
}
.tab button {
  padding-left: 45px;
  background-size: 25px auto;
  background-repeat: no-repeat;
  background-position: 10px center;
}
.tab button:nth-child(1) {
  background-image: url(/images/index/icon_sheet_2x.png);
}
.tab button:nth-child(2) {
  background-image: url(/images/index/icon_graph_2x.png);
}
.tab button:nth-child(3) {
  background-image: url(/images/index/icon_smartspeaker_2x.png);
}
.tab button:nth-child(4) {
  background-image: url(/images/index/icon_notification_2x.png);
}
.tab button:hover,
.tab button.active {
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
/* Style the tab content */
.tabcontent {
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.prettyprint ol.linenums {
  background-color: #f1f1f1;
}
.under-maker-y {
  background: linear-gradient(transparent 70%, #ffc522 70%);
}
.under-maker-b {
  background: linear-gradient(transparent 70%, #00a4e3 70%);
}
.under-maker-r {
  background: linear-gradient(transparent 70%, #fc6d53 70%);
}
.price-head {
  padding-bottom: 2rem;
  background-color: #f1f1f1;
}
.price-panel {
  margin: 0 auto 2rem;
  padding: 1.5rem 3rem;
}
.price-panel-detail {
  text-align: center;
}
.price-panel-detail h5 {
  margin-bottom: 0;
}
.price-panel-detail .steps img {
  max-width: 160px;
  margin-bottom: 1.5rem;
}
.price-box {
  line-height: 1.2;
}
.b-center {
  color: #a9aaaa;
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .b-center {
    position: relative;
    display: inline-block;
    padding: 0 calc(25%);
    letter-spacing: 0.05em;
  }
  .b-center:before,
  .b-center:after {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: calc(20%);
    height: 1px;
    background-color: #a9aaaa;
  }
  .b-center:before {
    left: 0;
  }
  .b-center:after {
    right: 0;
  }
}
.price-info-panel {
  text-align: center;
  background-color: #00497a;
  color: #ffffff;
}
.price-info-panel ul {
  display: inline-block;
}
.price-info-panel ul li {
  text-align: left;
}
.price-info-panel .bg-white {
  color: #3e3a39;
}
.price-info-panel h2 {
  margin: 1.5rem 0;
}
.price-info-panel-inner {
  margin-bottom: 3rem;
}
@media (min-width: 768px) {
  .price-info-panel-inner {
    padding: 1rem 3rem;
    margin-bottom: 0;
  }
}
.table-plan-fanc .sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 58px;
  background-color: #ffffff;
  z-index: 10;
}
.table-plan-fanc .sticky:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-bottom: 1px solid #ccc;
}
.table-plan-picker {
  position: relative;
  overflow-y: scroll;
  width: 100%;
  min-width: 680px;
  border-bottom: 1px solid #dcdcdc;
  margin-bottom: 1rem;
  -webkit-overflow-scrolling: touch;
  box-sizing: border-box;
}
.table-plan-picker td {
  text-align: center;
  padding: 0.5rem 1rem;
}
.table-plan-picker th {
  color: #3e3a39;
  padding: 0.5rem;
}
.table-plan-picker thead h3 {
  margin: 1.5rem 0;
  font-size: 1.6rem;
}
.table-plan-picker thead td {
  padding: 0.5rem 1rem;
}
.table-plan-picker tbody tr td:not(:first-of-type),
.table-plan-picker tbody tr td.text-bold {
  font-weight: 600;
  font-size: 1.1rem;
}
.table-plan-picker tbody td {
  border-bottom: 1px solid #f1f1f1;
  border-left: 1px solid #dcdcdc;
  position: relative;
}
.table-plan-picker tbody tr td:nth-of-type(1) {
  text-align: left;
  padding: 1rem 4rem 1rem 2rem;
  border-left: none;
}
.table-plan-picker tbody td h5,
.table-plan-picker tbody td p,
.table-plan-picker tbody td ul {
  margin-bottom: 0.5rem;
}
.table-plan-picker tbody td i.fa-question-circle {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.table-plan-picker tbody td:nth-of-type(2) a {
  color: #a9aaaa;
  font-size: 1rem;
}
.table-plan-picker tbody td:nth-of-type(2) a:hover {
  text-decoration: underline;
  color: #3e3a39;
}
.table-plan-picker tbody th {
  background-color: #f1f1f1;
  padding: 1rem 0.5rem;
  border-bottom: 2px solid #dcdcdc;
}
.table-plan-picker .table-free {
  background-color: #00a4e3;
  color: #ffffff;
  border-top-left-radius: 12px;
}
.table-plan-picker .table-billing {
  background-color: #00497a;
  color: #ffffff;
  border-top-right-radius: 12px;
}
.scroll-hint-icon {
  top: 60px;
  padding: 20px 10px;
  background: rgba(62, 58, 57, 0.7);
  height: 90px;
}
.scroll-hint-text {
  margin: 5px 0;
}
@media screen and (max-width: 640px) {
  .table-plan-picker h2,
  .table-plan-picker .h2 {
    font-size: 1.2rem;
  }
  .table-plan-picker th,
  .table-plan-picker td,
  .table-plan-picker h5,
  .table-plan-picker p {
    font-size: 13px;
  }
  .table-plan-picker th,
  .table-plan-picker td {
    padding: 0.5rem 0;
  }
  .table-plan-picker tbody tr td:nth-of-type(1) {
    padding-left: 0;
  }
  .sticky_wrap {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}
.mytip.bs-tooltip-top .arrow::before,
.mytip.bs-tooltip-auto[x-placement^="top"] .arrow::before {
  border-top-color: #3e3a39;
}
.mytip .tooltip-inner {
  background-color: #3e3a39;
  color: #ffffff;
  text-align: left;
}
.plan-picker h3 {
  text-align: center;
  padding: 1rem 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-left: 1px solid #fff;
}
.plan-picker div,
.plan-picker ul,
.plan-picker a {
  font-size: 0.9rem;
}
.plan-picker a {
  display: block;
}
.plan-picker .plan-inner {
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
  margin-bottom: 1rem;
}
.plan-picker .plan-inner div {
  margin: 0 1.2rem;
  padding: 1rem 0;
  min-hight: 200px;
}
.plan-picker .plan-price {
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 1.2;
  margin-bottom: 1rem;
}
.plan-picker .box-list ul {
  position: relative;
}
.plan-picker .box-list ul li {
  list-style-type: none !important;
}
.plan-picker .box-list ul li:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f00c";
  position: absolute;
  left: 1rem;
  color: #00a4e3;
}
@media screen and (min-width: 768px) {
  .plan-picker div,
  .plan-picker ul,
  .plan-picker a {
    font-size: 1rem;
  }
  .plan-picker .plan-inner div {
    min-height: 180px;
  }
}
@media screen and (min-width: 992px) {
  .plan-picker .plan-inner div {
    min-height: 240px;
  }
}
@media screen and (min-width: 1150px) {
  .plan-picker .plan-inner div {
    min-height: 220px;
  }
}
.licenseDetail {
  margin-bottom: 0;
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
}
.licenseDetail a {
  padding: 0.5rem 1rem;
  display: block;
  background-color: #f1f1f1;
}
.licenseDetail a:hover {
  background-color: #a9aaaa;
}
#areaPartner .partner-inner,
#areaPartner .media-inner {
  margin: 0 auto;
  padding: 0 20px;
  align-items: center;
}
@media (max-width: 576px) {
  #areaPartner .partner-inner a,
  #areaPartner .media-inner a {
    margin: 1rem 0;
  }
}
#areaPartner .media-inner a {
  display: block;
  margin: 0.5rem 1rem;
}
#areaPartner .media-inner img {
  filter: grayscale(100%);
  opacity: 0.6;
}
#areaPartner .media-inner img:hover {
  filter: grayscale(0%);
  opacity: 1;
}
/* -----App Top----- */
.app-sidebar ul {
  list-style: none;
  padding: 0;
  width: 100%;
}
.app-sidebar ul h4 {
  padding: 1rem 1rem 0.5rem;
}
.app-sidebar li > ul a {
  display: block;
  padding: 0.5rem 0.5rem 0.5rem 2rem;
  margin-bottom: 1px;
  color: #3e3a39;
}
.app-sidebar li > ul a:hover,
.app-sidebar li > ul a.current {
  background-color: #dcdcdc;
  color: #00a4e3;
}
.app-sidebar li.divider {
  border-bottom: 1px solid #dcdcdc;
  margin: 1rem 1rem 0 1rem;
}
.app-cat {
  line-height: 1.5;
}
.app-cat a {
  color: #a9aaaa;
  border: 1px solid #a9aaaa;
  border-radius: 3px;
  font-size: 0.75rem;
  padding: 0 0.5rem;
  display: inline-block;
}
.app-cat span {
  display: inline-block;
  min-width: 40px;
  text-align: center;
}
.app-cat a:hover {
  background-color: #a9aaaa;
  color: #ffffff;
}
.app-list .app-list-inner {
  margin-bottom: 2rem;
}
.app-list .app-list-inner .app-list-icon {
  width: 150px;
  height: auto;
}
.app-list .app-list-inner .app-list-icon img {
  width: 100%;
  height: 150px;
  object-fit: cover;
  border-radius: 8px;
}
.app-list .app-list-inner h4 {
  margin: 1rem 0 0;
  font-size: 1rem;
  color: #3e3a39;
}
.app-list .app-list-inner .app-author {
  font-size: 0.8rem;
  color: #a9aaaa;
  margin-bottom: 1rem;
}
.app-list .app-list-inner .app-excerpt {
  overflow: hidden;
  width: 100%;
}
.app-list .app-list-inner .app-excerpt p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  font-size: 0.9rem;
  margin: 0;
  color: #3e3a39;
}
.app-pagination {
  margin-bottom: 4rem;
  text-align: center;
  justify-content: center;
}
.app-pagination .app-page-nav {
  display: inline-block;
  border: 1px solid #3e3a39;
  color: #3e3a39;
  margin-right: 1rem;
}
.app-pagination .app-page-nav:hover {
  background-color: #3e3a39;
  color: #ffffff;
}
.app-pagination .app-page-nav.disable {
  background-color: #dcdcdc;
  color: #ffffff;
  border: 1px solid #dcdcdc;
}
@media (max-width: 768px) {
  .app-header .form-inline {
    width: 100%;
  }
  .app-header .form-control {
    width: 70%;
    margin-right: 2%;
  }
  .app-sidebar {
    padding: 0 1rem;
    position: relative;
  }
  .app-sidebar a.navbar-toggler {
    display: block;
    font-size: 1.2rem;
    padding: 0.5rem 0;
  }
  .app-sidebar a.navbar-toggler .navbar-toggler-icon {
    margin-right: 1rem;
  }
}
/* -----App Detail----- */
.backtoList {
  line-height: 2rem;
  margin-bottom: 2rem;
  background-color: #f1f1f1;
  padding: 0.5rem 1rem;
}
.app-inner {
  width: 80%;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .app-inner {
    width: 100%;
  }
}
.app-slider {
  width: 100%;
  height: 200px;
  display: flex;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.slide {
  width: 300px;
  height: 100%;
  flex-shrink: 0;
  border: 2px solid #ccc;
  margin-right: 20px;
}
.slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.inner-head h2 {
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
}
.inner-head .app-author,
.inner-head .app-price {
  font-size: 0.9rem;
  color: #a9aaaa;
}
.inner-head .app-install a {
  width: 100%;
  margin-top: 2rem;
}
.inner-head .inner-head-icon {
  width: 120px;
  height: 100%;
  margin: 0 auto;
}
.inner-head .inner-head-icon img {
  width: 100%;
  height: 120px;
  object-fit: cover;
  border-radius: 8px;
}
@media (max-width: 576px) {
  .inner-head .img-fluid {
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-height: 160px;
  }
  .inner-head h2 {
    font-size: 1.2rem;
  }
  .inner-head .app-cat {
    font-size: 0.8rem;
  }
}
.inner-body {
  margin-bottom: 4rem;
  border-bottom: 1px solid #dcdcdc;
}
.app-detail h3 {
  font-size: 1.2rem;
  margin-bottom: 1rem;
}
.detail-inner-ex {
  padding-left: 2rem;
}
.detail-inner-ex ul {
  list-style: none;
  padding-left: 0;
  border-top: 1px solid #dcdcdc;
}
.detail-inner-ex ul li {
  padding: 0.25rem 0;
  border-bottom: 1px solid #dcdcdc;
}
.app-flow-inner h4 {
  margin-top: 2rem;
}
.app-flow-inner img {
  display: block;
  margin: 3rem auto;
  max-width: 360px;
}
.app-detail-inner img {
  display: block;
  margin: 3rem auto;
  max-width: 360px;
}
@media (max-width: 576px) {
  .detail-inner-ex {
    padding-left: 0;
  }
}
.getstarted-inner {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.getstarted-inner h4 {
  margin-bottom: 1rem;
}
.getstarted-inner h5 {
  color: #00497a;
  border-bottom: 1px dotted #00497a;
  padding: 0.5rem 0;
  font-weight: bold;
  margin-bottom: 1rem;
}
.caution {
  position: relative;
  background-color: #ffedbb;
  padding: 1rem 1rem 0.5rem 5rem;
  border: 1px solid #ffc522;
}
.caution:before {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  top: 5px;
  left: 20px;
  content: '\f06a';
  color: #ffc522;
  font-size: 1.6rem;
}
.btn-device {
  display: block;
  padding: 1rem;
  border: 1px solid #dcdcdc;
  line-height: 1.2rem;
  text-align: center;
}
.poc-head {
  padding: 5rem 0;
  background: url(/images/pockit/poc-headimg.jpg) no-repeat right 30% center #d1d1d1;
  background-size: cover;
}
.poc-head p {
  width: 70%;
}
#areaPocflow {
  margin-top: -3rem;
}
#areaPocflow .bg-white {
  border-radius: 3px;
}
/* -----for Maker(DIY)----- */
.maker-hero {
  background-color: #ffc522;
  margin-bottom: 0;
}
.maker-hero .hero-inner {
  padding: 3rem 0 4rem;
}
.maker-hero .hero-inner-text h2 {
  text-align: center;
  margin-bottom: 2rem;
  font-size: 1.8rem;
  font-weight: bold;
}
.maker-hero .hero-inner-text p {
  padding: 0 1rem;
}
.maker-hero .hero-inner-img {
  margin-top: 2rem;
}
.maker-product {
  position: relative;
}
.maker-product .maker-product-head {
  margin-bottom: 5rem;
}
.maker-product .product-head-img {
  position: absolute;
  right: 0;
  width: 100%;
  height: auto;
  z-index: -100;
}
.maker-product .product-head-list {
  padding-left: 0;
  margin-top: 320px;
  list-style: none;
}
.maker-product .product-head-list li {
  font-weight: bold;
  font-size: 1.1rem;
  padding: 0.75rem 0;
  padding-left: 3rem;
  background-repeat: no-repeat;
  background-position: center left;
  background-size: 2rem 2rem;
}
.maker-product .product-head-list li.product-1 {
  background-image: url("/images/formaker/icon-wi-fi.png");
}
.maker-product .product-head-list li.product-2 {
  background-image: url("/images/formaker/icon-io.png");
}
.maker-product .product-head-list li.product-3 {
  background-image: url("/images/formaker/icon-safe.png");
}
.maker-product .align-center {
  position: relative;
}
.maker-product .align-center p {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-weight: bold;
}
.maker-program .program-feature {
  margin-bottom: 5rem;
  align-items: center;
}
.maker-example {
  padding: 4rem 0;
}
.maker-example a h5 {
  font-weight: bold;
  color: #3e3a39;
}
.maker-support {
  padding: 4rem 0;
}
.maker-support h4 {
  border-bottom: 1px solid #3e3a39;
}
.maker-example_inner-lg img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
#areaUserworks {
  background: url(/images/index/bg-electronic-pattern.png) repeat center 0;
  background-size: 50%;
}
.user-works a {
  color: #3e3a39;
}
.user-works > div {
  margin-bottom: 20px;
}
.user-works img {
  width: 100%;
  height: 140px;
  object-fit: cover;
}
.user-works .project {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  background-color: #ffffff;
  min-height: 240px;
}
.user-works .project:hover {
  color: #00a4e3;
}
.user-works .project h5 {
  padding: 0 1rem 1rem;
}
.bg-blue {
  background-color: #DCEDFA;
}
.external-link {
  padding: 3rem;
  border-radius: 5px;
}
.external-link dl {
  margin: 0 auto;
}
.external-link dt {
  font-size: 0.9rem;
}
.external-link span.category {
  display: inline-block;
  min-width: 6rem;
  font-size: 0.8rem;
  text-align: center;
  border: 1px solid #00a4e3;
  padding: 0;
  margin-right: 0.5rem;
  color: #00a4e3;
  background-color: #ffffff;
}
.maker-example_inner img {
  width: 100%;
  height: 140px;
  object-fit: cover;
}
.maker-example_inner h4 {
  margin-bottom: 0.5rem;
}
.maker-example_inner a:hover h5 {
  color: #00a4e3;
}
.maker-example_inner .project {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  background-color: #ffffff;
}
.maker-example_inner .project h5 {
  padding: 0 0.5rem 1rem;
  text-align: center;
}
.media-img {
  width: 100%;
  height: 200px;
}
.maker-media-inner a {
  margin: 0 auto;
  color: #3e3a39;
  display: block;
  max-width: 140px;
  padding: 10px;
  border-radius: 3px;
}
.maker-media-inner a:hover {
  background-color: #f1f1f1;
  color: #00a4e3;
}
@media (min-width: 768px) {
  .maker-product .product-head-img {
    position: absolute;
    top: 5%;
    right: 0;
    width: 55%;
  }
  .maker-product .product-head-list {
    margin-top: 0;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .maker-product .pdct-step {
    padding: 2rem;
  }
  .maker-product .align-center p {
    position: relative;
    top: 20px;
    -webkit-transform: none;
    transform: none;
  }
  .step-line {
    display: none;
  }
}
@media (min-width: 992px) {
  .maker-hero .hero-inner-text {
    text-align: center;
    margin-top: -6rem;
  }
  .maker-hero .hero-inner-text h2 {
    font-size: 2rem;
    margin-top: 2vw;
  }
  .maker-hero .hero-inner-text p {
    width: 60%;
    margin: 0 auto;
  }
  .maker-hero .hero-inner-img {
    width: 80%;
    margin: 0 auto;
  }
  .maker-product .product-head-list {
    margin-left: 3rem;
  }
  .maker-product .product-head-img {
    top: -50px;
    width: 55%;
  }
  .maker-program .pd-img {
    width: 50%;
  }
}
@media (min-width: 1301px) {
  .maker-product .product-head-img {
    top: -50px;
    width: auto;
  }
  .maker-product .product-head-list {
    margin-left: 3rem;
  }
}
.attention {
  padding: 1rem;
}
.attention p,
.attention ul {
  margin-bottom: 0;
}
#nextstep .card {
  border: 3px solid #ffffff;
  margin-bottom: 10px;
}
#nextstep .card.language {
  border: 3px solid #f1f1f1;
}
#nextstep .card:hover {
  border: 3px solid #A9AAAA;
  opacity: 0.8;
}
#nextstep th,
#nextstep td {
  padding: 0.5rem 1rem;
}
#nextstep h4 {
  font-weight: normal;
}
.start-up h2 {
  margin-top: 1rem;
  margin-bottom: 2rem;
  border-bottom: 1px solid #a9aaaa;
  padding-bottom: 0.5rem;
}
.start-up video {
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .board_description img {
    width: 90%;
  }
}
#otherLanguage {
  margin-bottom: 60px;
}
#troubleshooting h5 {
  margin-bottom: 0;
  padding: 1rem 0;
}
#troubleshooting .table-title {
  border-top: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
}
#troubleshooting .table-detail {
  border-bottom: 1px solid #dcdcdc;
}
#troubleshooting .table-detail img {
  max-width: 160px;
  margin-bottom: 20px;
}
@media (max-width: 576px) {
  #troubleshooting .table-detail .error:before {
    content: "[内容] ";
  }
  #troubleshooting .table-detail .solution:before {
    content: "[対処] ";
  }
}
.container-col-next {
  max-width: 980px;
  width: calc(100% * 5 / 6);
}
.container-col-next .use-inner {
  background-color: #ffffff;
  margin-bottom: 1rem;
  height: 100%;
}
.container-col-next .use-inner a {
  height: 100%;
  display: block;
  color: #3e3a39;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}
.container-col-next .use-inner a:hover {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}
.container-col-next .use-inner a:hover h4 {
  color: #00a4e3;
}
.container-col-next .use-inner h4 {
  margin: 1rem 0;
}
.container-col-next .use-inner p {
  font-size: 0.9rem;
}
.container-col-next .use-inner .inner-text {
  padding: 1rem 1.5rem;
}
#areaUse {
  padding: 6rem 0;
}
/*---#productBoard---*/
#productBoard section {
  position: relative;
}
#productBoard .board-hero {
  background-color: #FFC522;
  min-height: 500px;
  padding-bottom: 3rem;
}
#productBoard .board-hero .breadcrumb {
  background-color: rgba(0, 0, 0, 0);
}
#productBoard .board-hero h1 {
  font-size: 1.2rem;
}
#productBoard .board-hero h2 {
  font-size: 1.8rem;
  text-align: center;
}
#productBoard .hero-inner-wrap {
  background-color: #ffffff;
  width: calc(100% * 11/12);
  margin: -150px auto 0;
  border-radius: 20px;
  padding: 2rem 1rem;
}
#productBoard .tilt-20 {
  transform: rotateZ(-20deg);
}
#productBoard .movie {
  margin: 0 auto;
}
#productBoard .usecase-text {
  padding: 2rem 0;
}
#productBoard .inner-module_left,
#productBoard .inner-module {
  border-radius: 12px;
  padding: 2rem;
}
#productBoard .bg_y {
  background-color: #FFC522;
}
#productBoard .bg_b {
  background-color: #00A4E3;
}
#productBoard #board-code .code-container {
  position: relative;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  /*overflow: hidden;*/
  overflow: auto;
  min-height: 480px;
  -ms-overflow-style: none;
  background-color: #F5F4F2;
}
#productBoard #board-code .code-container::-webkit-scrollbar {
  display: none;
}
#productBoard #board-code .code-container pre {
  border: none;
  margin: 0;
  padding: 1rem;
}
#productBoard #board-code .code-container img {
  width: 100%;
}
#productBoard #board-code .nav-tabs {
  border: none;
  margin-bottom: 1px;
}
#productBoard #board-code .nav-tabs a {
  padding: 0.5rem 0.25rem;
  margin-right: 10px;
  font-size: 12px;
  display: block;
  background-color: #ffffff;
  color: #00A4E3;
  border-bottom: 3px solid #ffffff;
}
#productBoard #board-code .nav-item a.active,
#productBoard #board-code .nav-item a:hover {
  border-bottom: 3px solid #00A4E3;
}
#productBoard .container-spec {
  max-width: 980px;
}
#productBoard .container-spec .pdct-spec {
  margin: 0 auto;
}
@media (max-width: 759px) {
  #productBoard .board-hero .hero-img_right {
    display: none;
  }
}
@media (min-width: 992px) {
  #productBoard .board-hero h1 {
    font-size: 1.4rem;
  }
  #productBoard .board-hero h2 {
    font-size: 3rem;
  }
  #productBoard .board-hero {
    min-height: 550px;
  }
  #productBoard .board-hero .hero-img_right,
  #productBoard .board-hero .hero-img_left {
    position: absolute;
  }
  #productBoard .board-hero .hero-img_left {
    top: 200px;
    left: -80px;
    max-width: 500px;
  }
  #productBoard .board-hero .hero-img_right {
    top: -60px;
    right: -120px;
    max-width: 500px;
  }
  #productBoard .hero-inner-text {
    text-align: center;
  }
  #productBoard .hero-inner-wrap {
    background-color: #ffffff;
    max-width: 1200px;
    width: calc(100% * 8/12);
    padding: 3rem 2rem;
    border-radius: 20px;
  }
  #productBoard .board-cta {
    width: 90%;
    margin: 0 auto;
  }
  #productBoard .board-cta img {
    width: 100%;
    height: 180px;
    max-width: 360px;
    object-fit: cover;
  }
  #productBoard .movie {
    max-width: 70%;
    height: auto;
  }
  #productBoard .usecase-text {
    min-height: 400px;
    width: 40%;
    padding: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  #productBoard .usecase-edu {
    background: url(/images/product/board-usecase-edu.jpg) no-repeat right center;
    background-size: 50%;
  }
  #productBoard .usecase-diy {
    background: url(/images/product/board-usecase-diy.jpg) no-repeat left center;
    background-size: 50%;
  }
  #productBoard .inner-module_left {
    padding: 3rem 4rem 3rem 3rem;
  }
  #productBoard #board-code .code-container img {
    width: 80%;
    object-fit: contain;
  }
  #productBoard .ml-minus {
    margin-left: -1rem;
  }
  #productBoard .container-spec {
    width: calc(100% * 2/3);
  }
  #productBoard #board-code .nav-tabs a {
    font-size: 1rem;
  }
}
@media (min-width: 760px) and (max-width: 1239.5px) {
  #productBoard .board-hero .hero-img_right,
  #productBoard .board-hero .hero-img_left {
    position: absolute;
  }
  #productBoard .board-hero .hero-img_left {
    top: 160px;
    left: -120px;
    max-width: 400px;
  }
  #productBoard .board-hero .hero-img_right {
    top: -60px;
    right: -150px;
    max-width: 400px;
  }
  #productBoard .hero-inner-text {
    text-align: center;
  }
}
@media (min-width: 1600px) {
  #productBoard .board-hero .hero-img_left {
    left: 0;
    max-width: 600px;
  }
  #productBoard .board-hero .hero-img_right {
    right: 0;
  }
}
/*StarterKit*/
.starterKit {
  background-color: #CCCFD8;
  background-image: url("/images/product/starterkit-hero.jpg");
  background-attachment: fixed;
  background-size: 80vw;
  background-position: right top;
  background-repeat: no-repeat;
  /* 8 Columns */
}
.starterKit .container-md {
  margin: 0 auto;
  max-width: 920px;
}
.starterKit h2 {
  text-align: center;
  margin-bottom: 3rem;
}
.starterKit section {
  margin-bottom: 0;
  padding: 4rem 0;
}
.starterKit .starterkit-hero {
  padding: 2rem 0 4rem;
  margin-bottom: 0;
}
.starterKit .starterkit-hero h1 {
  font-size: 3.5rem;
  font-weight: bold;
  line-height: 1.2;
}
.starterKit .starterkit-hero h1 span {
  font-size: 50%;
  display: inline-block;
  padding: 0 10px;
  background: linear-gradient(transparent 40%, #FCCC22 40%);
}
.starterKit .starterkit-hero p {
  font-weight: bold;
  margin: 2rem 0;
}
.starterKit .starterkit-hero button {
  display: block;
  margin-bottom: 1.5rem;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
}
.starterKit .starterkit-hero button:hover {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}
.starterKit #areaFeature {
  padding: 4rem 0;
  margin-bottom: 0;
}
.starterKit .partsList {
  list-style: none;
  margin-bottom: 4rem;
  text-align: center;
}
.starterKit .partsList li {
  background-color: #f1f1f1;
  padding: 0;
}
.starterKit .partsList button {
  background-color: transparent;
  border: 2px solid #fff;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
  font-weight: bold;
  letter-spacing: -0.05em;
  line-height: 1.5;
}
.starterKit .partsList button img {
  margin-bottom: 10px;
}
.starterKit .partsList button:hover img {
  transform: scale(1.2);
  transition-duration: 0.3s;
}
.starterKit .col-part {
  position: relative;
  min-height: 1px;
  padding-right: 5px;
  padding-left: 5px;
}
.starterKit .col-part {
  flex: 0 0 50%;
  max-width: 33.33333%;
}
@media (max-width: 600px) {
  .starterKit .col-part {
    max-width: 33.33333%;
  }
}
@media (min-width: 600.5px) {
  .starterKit .col-part {
    max-width: 25%;
  }
}
@media (min-width: 992px) {
  .starterKit .col-part {
    max-width: 12.5%;
  }
}
.starterKit #areaFeature .modal-body ul {
  color: #00507c;
  list-style: none;
  margin-left: 4rem;
  font-size: 0.9rem;
}
.starterKit #areaFeature .modal-body ul li::before {
  content: "- ";
}
.starterKit #areaFeature .modal-body h5 {
  font-weight: 400;
  font-size: 0.9rem;
  color: #00507c;
  border: 1px solid #00507c;
  border-radius: 1rem;
  padding: 0 0.75rem;
  margin: 0.25rem 1rem 0 0;
}
.starterKit .floating-cards {
  display: flex;
  flex-direction: column;
  position: relative;
}
.starterKit .floating-cards > div {
  flex-shrink: 0;
  border-radius: 8px;
}
.starterKit figure .card-inner {
  position: relative;
  height: 200px;
  box-shadow: 15px 30px 30px -20px rgba(30, 30, 30, 0.3), -16px 38px 75px -38px rgba(0, 0, 0, 0.3);
  background: #00507c;
  display: flex;
  flex-direction: column;
}
.starterKit figure .code-container {
  position: relative;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  padding: 25px 20px;
  overflow: hidden;
  -ms-overflow-style: none;
}
.starterKit figure .code-container::-webkit-scrollbar {
  display: none;
}
.starterKit .code-container pre {
  color: #fff;
  font-family: 'Source Code Pro', monospace;
  font-size: 13px;
  line-height: 1.5em;
  border: none;
}
.starterKit .kit-feature-inner {
  margin-bottom: 4rem;
}
.starterKit .feature-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.starterKit #areaExample {
  background-color: #f1f1f1;
  padding: 4rem 0;
}
.starterKit .kit-example-inner {
  margin: 0 auto;
  max-width: 920px;
}
.starterKit .kit-example-inner-box {
  display: block;
  padding: 1.5rem 1rem 1rem;
  background-color: #fff;
  margin: 0 0.5rem 3rem;
  color: #222;
  border: 2px solid #fff;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
}
.starterKit .kit-example-inner-box:hover {
  border: 2px solid #00497A;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  color: #00497A;
}
.starterKit .kit-example-inner-box h4 {
  color: #00497A;
  text-align: center;
}
.starterKit #areaBoard {
  background-color: #fff;
}
.starterKit #areaBoard .board-feature {
  margin-bottom: 30px;
}
.starterKit #areaBoard h4 {
  display: flex;
  align-items: center;
}
.starterKit #areaBoard i {
  display: inline-block;
  width: 60px;
  height: 60px;
  margin-right: 1rem;
}
.starterKit #areaBoard .icon-easy {
  background: url("/images/product/board-easy.png") no-repeat 0 0;
  background-size: cover;
}
.starterKit #areaBoard .icon-powerful {
  background: url("/images/product/board-powerful.png") no-repeat 0 0;
  background-size: cover;
}
.starterKit #areaBoard .icon-cloud {
  background: url("/images/product/board-cloudfree.png") no-repeat 0 0;
  background-size: cover;
}
.starterKit #areaContents {
  background-color: rgba(240, 240, 240, 0.9);
}
.starterKit .modal-header {
  border-bottom: none;
  padding: 1rem 1rem 0;
}
.starterKit #shoplistStarter .modal-body a {
  min-width: 80%;
}
@media (min-width: 700.98px) and (max-width: 991.98px) {
  .starterKit {
    background-size: 100vw;
    background-position: right 160px;
  }
}
@media (max-width: 700px) {
  .starterKit {
    background-image: none;
  }
  .starterKit .starterkit-hero {
    min-height: 100vh;
    background-image: url("/images/product/starterkit-hero-sp.jpg");
    background-size: contain;
    background-position: right bottom;
    background-repeat: no-repeat;
  }
}
@media (max-width: 576px) {
  .starterKit #areaFeature .modal-body img {
    display: block;
    width: 50%;
    margin: 0 auto;
  }
}
@media (max-width: 339px) {
  .starterKit .starterkit-hero h1 {
    font-size: 3rem;
  }
  .starterKit .starterkit-hero h1 span {
    font-size: 45%;
  }
}
/*product-detail*/
.product-wrap h2 {
  text-align: center;
  margin-bottom: 60px;
  line-height: 1.7;
  font-weight: bold;
}
.product-wrap .pdct-head .official-badge {
  background-color: #00A4E3;
  color: #fff;
  border-radius: 1px;
  font-size: 0.9rem;
  padding: 0 0.5em;
}
.product-wrap .pdct-head h1 {
  font-weight: bold;
  font-size: 45px;
}
.product-wrap .pdct-head h1 span {
  display: block;
  font-size: 30%;
}
.product-wrap .pdct-head p {
  margin-bottom: 2rem;
}
.product-wrap .example-container {
  padding: 80px 0;
  background-color: #f1f1f1;
}
.product-wrap .example-inner {
  margin-bottom: 2rem;
}
.product-wrap .example-inner h4,
.product-wrap .example-inner p {
  padding: 0 1rem;
}
.product-wrap .example-inner h4 {
  font-size: 1rem;
}
.product-wrap .example-inner img {
  height: 168px;
  object-fit: cover;
}
.product-wrap .example-inner a {
  display: block;
}
.product-wrap .example-card a {
  display: block;
  background-color: #fff;
  color: #3E3A39;
}
.product-wrap .example-card a:hover {
  color: #00a4e3;
}
.product-wrap .example-card img {
  width: 100%;
  max-height: 200px;
  object-fit: cover;
}
.product-wrap .example-card a {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  background-color: #ffffff;
  padding-bottom: 10px;
}
.product-wrap .example-card .project h4 {
  padding: 1rem 1.5rem 0.5rem;
  margin-bottom: 0;
}
.product-wrap .example-card .project span {
  display: inline-block;
  margin-right: 3px;
  margin-bottom: 3px;
  padding: 2px 4px;
  font-size: 0.8rem;
  line-height: 1;
  color: #a9aaaa;
  border: 1px solid #a9aaaa;
  border-radius: 3px;
}
.product-wrap .example-card .project > div {
  padding: 0 1.5rem 1rem;
}
.product-wrap .parts-container {
  margin: 3rem 0;
}
.product-wrap .parts-container .swiper-slide {
  text-align: center;
}
.product-wrap .parts-container .swiper-slide a {
  color: #3E3A39;
}
.product-wrap .pdct-spec.w-80 {
  max-width: 80%;
  padding: 6rem;
  margin: 0 auto;
}
.product-wrap .pdct-spec h3 {
  font-size: 1rem;
  font-weight: bold;
}
.product-wrap .pdct-spec table {
  width: 100%;
  margin-bottom: 1rem;
  border-top: 1px solid #a9aaaa;
}
.product-wrap .pdct-spec table tr {
  border-bottom: 1px solid #a9aaaa;
}
.product-wrap .pdct-spec table th {
  width: 30%;
}
.product-wrap .pdct-spec table th,
.product-wrap .pdct-spec table td {
  font-size: 0.9rem;
  padding: 0.25rem 0.75rem;
  vertical-align: top;
}
.product-wrap .pdct-spec table ul {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}
.product-wrap .link-container li {
  margin-bottom: 0.5rem;
}
.product-wrap .floating-cards {
  display: flex;
  flex-direction: column;
  position: relative;
}
.product-wrap .floating-cards > div {
  flex-shrink: 0;
  border-radius: 8px;
}
.product-wrap figure .card-inner {
  position: relative;
  height: auto;
  box-shadow: 15px 30px 30px -20px rgba(30, 30, 30, 0.3), -16px 38px 75px -38px rgba(0, 0, 0, 0.3);
  background: #00497A;
  display: flex;
  flex-direction: column;
}
.product-wrap figure .code-container {
  position: relative;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  padding: 25px 20px;
  overflow: hidden;
  -ms-overflow-style: none;
}
.product-wrap figure .code-container::-webkit-scrollbar {
  display: none;
}
.product-wrap .code-container pre {
  color: #fff;
  font-family: 'Source Code Pro', monospace;
  font-size: 13px;
  line-height: 1.5em;
  border: none;
}
.product-wrap .cloud-function {
  margin: 3rem 0;
}
.product-wrap .swiper-button-next,
.product-wrap .swiper-button-prev {
  top: 45%;
  width: 20px;
  height: 32px;
  -moz-background-size: 26px 32px;
  -webkit-background-size: 20px 32px;
  background-size: 20px 32px;
}
.product-wrap .bg-cloud {
  width: 40%;
  position: absolute;
  top: 120px;
  right: 0;
}
.product-wrap .bg-os {
  width: 40%;
  position: absolute;
  top: 80px;
  right: 0;
}
.product-wrap .pdct-head-inner {
  width: 65%;
}
.product-wrap .pdct-head.cloud,
.product-wrap .pdct-head.os {
  padding-bottom: 3rem;
  border-bottom: 1px solid #f1f1f1;
}
.product-wrap .cloud-func {
  display: flex;
  margin-bottom: 1rem;
}
.product-wrap .cloud-func i {
  width: 100%;
  max-width: 120px;
}
.product-wrap .cloud-func .project {
  width: 50%;
  margin: 1rem 0;
}
.product-wrap .cloud-func .project a {
  display: block;
  border: 1px solid #f1f1f1;
  color: #3e3a39;
}
.product-wrap .cloud-func .project a:hover {
  color: #00a4e3;
}
.product-wrap .cloud-func .project p {
  margin-bottom: 0;
}
.product-wrap #areaFeature {
  position: relative;
}
.product-wrap #areaFeature .feature-img-board {
  position: absolute;
  top: 6rem;
  right: 0;
  max-width: 50%;
}
.product-wrap #areaFeature .feature-text {
  max-width: 45%;
  margin: 6rem 0;
}
.product-wrap #areaFeature .feature-text table {
  max-width: 100%;
}
.product-wrap #areaFeature h4 {
  display: flex;
  align-items: center;
}
.product-wrap #areaFeature i {
  display: inline-block;
  width: 60px;
  height: 60px;
  margin-right: 1rem;
}
.product-wrap #areaFeature .icon-easy {
  background: url("/images/product/board-easy.png") no-repeat 0 0;
  background-size: cover;
}
.product-wrap #areaFeature .icon-powerful {
  background: url("/images/product/board-powerful.png") no-repeat 0 0;
  background-size: cover;
}
.product-wrap #areaFeature .icon-cloud {
  background: url("/images/product/board-cloudfree.png") no-repeat 0 0;
  background-size: cover;
}
.product-wrap #areaFeature .icon-safe {
  background: url("/images/product/board-safe.png") no-repeat 0 0;
  background-size: cover;
}
.product-wrap #areaFeature .icon-program {
  background: url("/images/product/board-program.png") no-repeat 0 0;
  background-size: cover;
}
.product-wrap #areaFeature .icon-lang {
  background: url("/images/product//board-language.png") no-repeat 0 0;
  background-size: cover;
}
@media (max-width: 768px) {
  .product-wrap .pdct-spec {
    max-width: 90%;
    padding: 6rem 0;
  }
  .product-wrap .link-container li {
    text-align: center;
  }
  .product-wrap .example-inner img {
    height: 150px;
  }
  .product-wrap .bg-cloud {
    display: none;
  }
  .product-wrap .pdct-head-inner {
    width: 100%;
  }
  .product-wrap .cloud-func .project {
    width: 100%;
  }
  .product-wrap #areaFeature .feature-img-board {
    display: none;
  }
  .product-wrap #areaFeature .feature-text {
    max-width: 100%;
  }
}
@media (max-width: 380px) {
  .product-wrap h2 {
    font-size: 1.3rem;
  }
}
/* -----obnizOS----- */
#customDevice #areaMain {
  background-color: #DCEDFA;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(60deg, #DCEDFA, #F1F1F1);
  background: linear-gradient(60deg, #DCEDFA, #F1F1F1);
}
#customDevice #areaMain .breadcrumb {
  background-color: rgba(0, 0, 0, 0);
}
#customDevice #areaMain .copy-title {
  font-size: 3rem;
  margin-top: 2rem;
}
#customDevice #areaMain .copy-body {
  max-width: 520px;
  margin: 0 auto 3rem;
}
#customDevice .customos-inner {
  background: url(/images/index/bg_use.png) no-repeat right bottom;
}
#customDevice .device-inner {
  display: block;
  cursor: pointer;
  text-align: center;
  padding: 20px;
  margin-bottom: 2rem;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
}
#customDevice .device-inner:hover {
  background-color: #dcedfa;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
}
#customDevice .device-inner h3 {
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 0;
}
#customDevice .device-body {
  font-size: 0.9rem;
  line-height: 1rem;
}
#customDevice .modal-body dl {
  border-bottom: 1px solid #dcdcdc;
}
#customDevice .modal-body dt,
#customDevice .modal-body dd {
  font-size: 0.9rem;
  border-top: 1px solid #dcdcdc;
  padding: 0.25rem;
}
#osFeature h3 {
  display: flex;
  align-items: center;
}
#osFeature h3 i {
  background-repeat: no-repeat;
  width: 60px;
  height: 60px;
  margin-right: 1rem;
  background-size: 60px 60px;
}
#osFeature h3 i.icon-cloud {
  background-image: url(/images/product/os-icon-cloud.png);
}
#osFeature h3 i.icon-network {
  background-image: url(/images/product/os-icon-network.png);
}
#osFeature h3 i.icon-secur {
  background-image: url(/images/product/os-icon-secur.png);
}
#osFeature h3 i.icon-plugin {
  background-image: url(/images/product/os-icon-plugin.png);
}
#osFeature ul {
  list-style: none;
  padding: 0;
}
#osPlugin .plugin-exam {
  padding: 20px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  margin-bottom: 80px;
}
#osPlugin .plugin-exam ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#osPlugin .plugin-exam ul li:before {
  content: "";
  width: 32px;
  height: 32px;
  display: inline-block;
  position: relative;
  margin-right: 10px;
  background-image: url(/images/product/os-icon-pluginex.png);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: top;
}
#osPlugin .plugin-exam ul li {
  padding: 5px;
  font-weight: 600;
}
#osType .btn-open {
  background: #f1f1f1;
  border-radius: 3px;
}
#osType .btn-open a {
  color: #333;
  display: block;
  padding: 0.5rem 1rem;
}
#osType .btn-open a[aria-expanded="false"]:before {
  font-family: "Font Awesome 5 Free";
  content: '\f0ce';
  font-weight: 900;
  margin-right: 10px;
}
#osType .btn-open a[aria-expanded="true"]:before {
  font-family: "Font Awesome 5 Free";
  content: '\f146';
  font-weight: 900;
  margin-right: 10px;
}
@media (min-width: 768px) {
  #osPlugin .plugin-exam {
    padding: 20px 60px;
  }
}
/* -----PartsLibrary Common----- */
/* -----Reset----- */
.container-lib select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}
.container-lib select::-ms-expand {
  display: none;
}
.lib-header h2 {
  margin-bottom: 0.5rem;
}
.lib-sidebar h3 {
  font-size: 1.2rem;
  border-bottom: 1px solid #fff;
  padding: 1rem;
  margin-bottom: 0;
  background-color: #fff;
}
.lib-sidebar a.navbar-toggler {
  padding: 0.75rem 0;
  margin-top: 1rem;
  font-size: 1rem;
  color: #00A4E3;
}
.lib-sidebar .navbar-toggler-icon {
  width: 1.2em;
  height: 1.2em;
  margin-right: 1rem;
}
.lib-sidebar .nav-group {
  width: 100%;
}
.lib-sidebar .nav-group ul {
  font-size: 0.9rem;
  padding: 0;
  list-style: none;
}
.lib-sidebar .nav-group button {
  border: none;
  cursor: pointer;
  outline: none;
  appearance: none;
  padding: 0.5rem 1rem;
  display: block;
  width: 100%;
  text-align: left;
  font-size: 1rem;
  background-color: #dcdcdc;
}
.lib-sidebar .nav-group-inner {
  border-bottom: 1px solid #fff;
}
.lib-sidebar .nav-group button[data-toggle="collapse"].collapsed::after {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: 0.8em;
  content: "\f067";
  float: right;
  color: #3e3a39;
  transition: transform 0.3s ease;
}
.lib-sidebar .nav-group button[data-toggle="collapse"]::after {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: 0.8em;
  content: "\f068";
  float: right;
  color: #3e3a39;
  transition: transform 0.3s ease;
}
.lib-sidebar .list-title {
  padding: 0.5rem 0.5rem 0.5rem 1rem;
  margin-bottom: 1px;
  font-weight: 600;
  border-top: 1px solid #fff;
}
.lib-sidebar .nav-group ul a {
  color: #3e3a39;
}
.lib-sidebar .nav-group ul li:not(.list-title) a {
  display: block;
  padding: 0.1rem 0 0.1rem 1rem;
  margin: 0 1rem 1px;
}
.lib-sidebar .nav-group ul a:hover,
.lib-sidebar .lib-sidebar .nav-group ul a.current {
  background-color: #f1f1f1;
  color: #00a4e3;
}
/*.lib-sidebar*/
@media (min-width: 992px) {
  .lib-header h2 {
    margin-bottom: 1rem;
  }
  .lib-sidebar {
    background-color: #f1f1f1;
  }
}
.parts-list {
  margin-bottom: 40px;
}
.parts-list h4 {
  font-size: 1rem;
  word-wrap: break-word;
  overflow-wrap: break-word;
  line-height: 1.4;
}
.parts-list .parts-list-head {
  padding: 0.5rem 0;
  border-bottom: 1px solid #f1f1f1;
  margin-bottom: 1rem;
}
.parts-list .parts-list-head h2 {
  margin-bottom: 0;
}
.parts-list .parts-list-inner a:hover img {
  transform: scale(1.05);
  transition: transform 0.3s ease;
}
.parts-list .parts-list-inner img {
  width: 100%;
  height: 120px;
  object-fit: cover;
  display: inline-block;
}
.parts-list .parts-list-inner h4 {
  font-size: 1rem;
  word-wrap: break-word;
  line-height: 1.4;
  margin-top: 0.5rem;
}
.parts-list .parts-list-head i {
  color: #a9aaaa;
  background-color: #fff;
  width: 28px;
  hight: 26px;
  line-height: 26px;
  text-align: center;
  border-radius: 3px;
  border: 1px solid #fff;
}
.parts-list .parts-list-head i:hover,
.parts-list .parts-list-head .current {
  color: #00A4E3;
  background-color: #f1f1f1;
}
/*.parts-list*/
.sort-select {
  width: 70%;
  position: relative;
  display: inline-block;
}
.sort-select select {
  width: 100%;
  height: 36px;
  border: 1px solid #dcdcdc;
  background: transparent;
  position: relative;
  z-index: 1;
  padding: 0 0.5rem;
  border-radius: 2px;
  font-size: 14px;
}
.sort-select::after {
  content: '';
  width: 6px;
  height: 6px;
  border: 0px;
  border-bottom: solid 2px #a9aaaa;
  border-right: solid 2px #a9aaaa;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -4px;
}
#displayList .parts-list-inner {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  align-items: center;
  padding: 10px 0;
  border-bottom: 1px solid #dcdcdc;
  font-size: 14px;
  line-height: 1.2;
  color: #a9aaaa;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
#displayList .parts-list-image {
  flex: 0 0 50%;
  max-width: 50%;
  position: relative;
  width: 100%;
  min-height: 1px;
}
#displayList .parts-container {
  padding: 0 15px;
}
#displayList .parts-list-detail {
  flex: 0 0 50%;
  max-width: 50%;
  position: relative;
  width: 100%;
  min-height: 1px;
}
#displayList .parts-list-inner a {
  display: flex;
  height: 60px;
  width: 100%;
  align-items: center;
}
#displayList .parts-list-inner a img {
  width: 60px;
  height: 100%;
  object-fit: cover;
}
#displayList .parts-list-inner h4 {
  width: calc(100% - 70px);
  margin: 0 0 0 10px;
}
#displayList .list-title {
  border-bottom: 1px solid #dcdcdc;
  padding: 10px 0;
  margin: 0 -12px;
}
#displayList .parts-list-head .sort-select {
  display: none;
}
/*#displayList*/
#displayThumbnail .parts-container {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
#displayThumbnail .parts-list-detail {
  display: none;
}
#displayThumbnail .parts-list-inner {
  flex: 0 0 50%;
  max-width: 50%;
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
#displayThumbnail .parts-list-inner h4 {
  margin-top: 0.5rem;
}
#displayThumbnail .parts-list-inner a {
  display: block;
  margin-bottom: 0;
  padding-bottom: 5px;
}
/*#displayThumbnail*/
@media screen and (min-width: 480px) and (max-width: 767.5px) {
  #displayThumbnail .parts-list-inner {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
}
@media screen and (min-width: 768px) {
  #displayList .parts-list-image {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    padding-right: 15px;
    padding-left: 15px;
  }
  #displayList .parts-list-detail {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
    padding-right: 15px;
    padding-left: 15px;
  }
  #displayThumbnail .parts-list-inner {
    flex: 0 0 25%;
    max-width: 25%;
  }
}
.parts-article-head,
.parts-article-body h2 {
  border-bottom: 1px solid #dcdcdc;
  margin-bottom: 2rem;
}
.parts-article-head {
  align-items: center;
  position: relative;
}
.parts-article-head h1 {
  word-wrap: break-word;
  margin-bottom: 0.25rem;
}
.parts-article-inner .github {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 6px 6px 0 0;
}
.parts-article-inner .github a {
  display: block;
  width: 30px;
  height: auto;
}
.parts-article-inner .github img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.parts-article-inner .tag {
  margin-bottom: 1rem;
}
.parts-article-inner .tag a {
  font-size: 0.8rem;
  display: inline-block;
  border: 1px solid #a9aaaa;
  border-radius: 3px;
  color: #a9aaaa;
  padding: 0 0.5rem;
  line-height: 1.2;
  margin-right: 5px;
}
.parts-article-inner .tag a.tag-official {
  background-color: #00A4E3;
  border: 1px solid #00A4E3;
  color: #fff;
}
.parts-article-inner .tag a:hover,
.parts-article-inner .tag a.tag-official:hover {
  color: #fff;
  background-color: #a9aaaa;
  border: 1px solid #a9aaaa;
}
.parts-article-body {
  margin-bottom: 4rem;
}
.parts-article-body h2 {
  margin-top: 4rem;
}
.parts-article-body p {
  margin-bottom: 2rem;
}
.parts-article-overview {
  margin-bottom: 2rem;
}
.parts-article-overview dl {
  width: 100%;
}
.parts-article-overview dt {
  margin-bottom: 1rem;
  border-bottom: 1px solid #dcdcdc;
}
.parts-article-overview .usable-device dd {
  max-width: 32%;
  width: 30%;
  height: auto;
  display: inline-block;
}
.parts-article-overview .usable-device dd img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.parts-article-overview .usable-device dd a {
  border: 1px solid #fff;
  display: block;
}
.parts-article-overview .usable-device dd a:hover {
  border: 1px solid #00A4E3;
}
.parts-article-overview .found-at dd {
  display: inline-block;
  width: 48%;
  padding-right: 10px;
}
.parts-article-overview .found-at dd img {
  width: auto;
  max-height: 25px;
}
.nav-tabs-partslib {
  margin-bottom: 2rem;
}
.nav-tabs-partslib .nav-item:not(:last-child) {
  margin-right: 0.5rem;
}
.service-hero.ventilation {
  background-image: url(/images/service/co2-hero-bg.png);
  background-position: bottom 20px center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #08A5BC;
  padding: 60px 0 0;
  color: #ffffff;
}
.service-hero.ventilation h1 {
  filter: drop-shadow(0 2px 1px rgba(0, 0, 0, 0.2));
  font-weight: 600;
  margin-bottom: 30px;
}
.service-hero.ventilation h1 span {
  font-size: 50%;
}
.service-hero.ventilation .price {
  margin: 30px 0;
  font-size: 30px;
}
.service-hero.ventilation .price .small-50 {
  font-size: 50%;
}
.service-hero.ventilation .bannerarea a {
  max-width: 90%;
  margin: 4rem 0;
  display: block;
  background-color: #ffffff;
  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.2);
  border-radius: 6px;
}
.service-hero.ventilation .bannerarea a img {
  border-radius: 6px;
}
.btn-co2 {
  color: #ffffff;
  border-color: #08A5BC;
  background-color: #08A5BC;
  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.2);
}
.btn-co2:hover {
  background-color: #ffffff;
  color: #08A5BC !important;
}
.btn-outline-co2 {
  color: #08A5BC;
  border-color: #08A5BC;
  background-color: #ffffff;
  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.2);
}
.btn-outline-co2:hover {
  background-color: #08A5BC;
  border-color: #ffffff !important;
  color: #ffffff !important;
}
.h2-service {
  text-align: center;
  font-weight: 600;
  margin-bottom: 40px;
}
.service-price dl {
  text-align: center;
  padding: 2rem;
  margin: 0 2rem 2rem;
  background-color: #ffffff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}
.service-price dl dt,
.service-price dl dd {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.5;
}
.service-price dl dt {
  margin-bottom: 16px;
}
.service-price dl dd.small {
  font-size: 14px;
  font-weight: normal;
  margin-top: 14px;
}
.service-trial-plan {
  padding: 2rem;
  margin: 2rem 2rem 3rem;
  background-color: #ffffff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}
.service-trial-plan h3 {
  text-align: center;
  margin-bottom: 2rem;
}
.service-faq {
  border-bottom: 1px solid #dcdcdc;
  padding: 15px 15px 0;
}
.service-faq p.service-q {
  margin-bottom: 15px;
  font-weight: 600;
}
.service-faq p.service-q a {
  color: #3e3a39;
  position: relative;
  padding-right: 20px;
}
.service-faq p.service-q a:after {
  position: absolute;
  top: 0;
  right: 0;
  font-family: "Font Awesome 5 Free";
  content: "\f107";
  font-weight: 900;
}
.service-faq p.service-q a:hover {
  color: #08A5BC;
}
.service-faq p.service-q a[aria-expanded="true"]:after {
  position: absolute;
  top: 0;
  right: 0;
  font-family: "Font Awesome 5 Free";
  content: "\f106";
  font-weight: 900;
}
.co2-cta {
  padding: 3rem 0;
  background-color: #407BC4;
  color: #ffffff;
}
.co2-cta p.cta-text {
  font-size: 20px;
}
.service-icon {
  padding: 20px;
  fill: #6476AF;
}
.service-icon svg {
  width: 60px;
  height: 60px;
}
.service-scene {
  padding: 10px 0 10px 100px;
}
.service-scene h5 {
  margin-bottom: 0.5rem;
  color: #6476AF;
}
.service-scene p {
  font-size: 15px;
  line-height: 1.6;
}
.co2-pdct-img {
  box-sizing: border-box;
  margin-right: 20px;
  padding: 20px;
  width: 140px;
  height: 140px;
  border: 1px solid #dcdcdc;
}
.co2-pdct-text {
  padding-left: 160px;
}
.co2-pdct-text p {
  font-size: 15px;
}
.service-casestudies .case-image img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.service-casestudies .case-campany {
  font-size: 0.9rem;
}
.service-casestudies h3 {
  font-size: 1.2rem;
  font-weight: 600;
}
@media (min-width: 768px) {
  .service-hero.ventilation {
    background-position: bottom right;
    background-color: transparent;
  }
  .service-casestudies .case-image img {
    width: 400px;
    height: 100%;
    object-fit: cover;
  }
}
.badge-service {
  background-color: white;
  border: 1px solid #3e3a39;
  display: inline-block;
  margin-right: 0.5rem;
  font-size: 80%;
}
.flow-inner {
  margin-bottom: 3rem;
  padding: 0 1rem;
}
.flow-inner h3 {
  font-size: 1.1rem;
  min-height: 50px;
  font-weight: bold;
}
.flow-inner span.flowno {
  display: block;
  color: white;
  font-weight: 600;
  background-color: #00497a;
  width: 32px;
  height: 32px;
  line-height: 32px;
  border-radius: 50%;
  text-align: center;
  margin-right: 0.5rem;
}
.service-cta {
  padding: 4rem 0;
  margin-bottom: 6rem;
}
.service-cta p {
  margin-bottom: 0;
}
.bg-mesh {
  background: url("/images/index/bg_use.png") no-repeat right bottom;
  background-size: 70%;
}
.mesh-usage {
  display: block;
  font-size: 80%;
  font-weight: 400;
  margin-bottom: 1rem;
}
.contents-usecase {
  /*
  #areaCasestudies .swiper-slide h5 {
    font-size: 16px;
    text-align: center;
    margin-bottom: 0;
  }*/
}
.contents-usecase .embed {
  overflow: visible;
}
.contents-usecase h2 {
  text-align: center;
  margin-bottom: 2rem;
  font-size: 24px;
  font-weight: 600;
}
.contents-usecase h3 {
  margin-bottom: 1.5em;
  font-size: 18px;
  color: #005D8D;
  line-height: 1.7;
  font-weight: 600;
}
.contents-usecase h4 {
  font-size: 1rem;
  line-height: 1.7;
  font-weight: 600;
}
.contents-usecase .hero-darkblue {
  background: -moz-linear-gradient(45deg, #005d8d, #002f59);
  background: -webkit-linear-gradient(45deg, #005d8d, #002f59);
  background: linear-gradient(45deg, #005d8d, #002f59);
  color: #fff;
  padding: 60px 0;
}
.contents-usecase .areacode .nav-tabs {
  border-bottom: none;
  padding-bottom: 1px;
}
.contents-usecase .areacode .nav-tabs .nav-link {
  border: none;
  padding: 0.5rem 2rem;
}
.contents-usecase .areacode .nav-tabs a,
.contents-usecase .areacode .nav-tabs a:hover {
  color: #3e3a39;
}
.contents-usecase .areacode .nav-tabs .nav-link:focus,
.contents-usecase .areacode .nav-tabs .nav-link:hover {
  border: none;
  border-bottom: 2px solid #00A4E3;
}
.contents-usecase .areacode .nav-tabs .nav-item.show .nav-link,
.contents-usecase .areacode .nav-tabs .nav-link.active {
  color: #00A4E3;
  font-weight: 600;
  background-color: #fff;
  border: none;
  border-bottom: 2px solid #00A4E3;
}
.contents-usecase .user-card {
  margin-bottom: 150px;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.2);
}
.contents-usecase .container-spec table {
  width: 100%;
  margin: 0 0 60px;
  border-top: 1px solid #545454;
}
.contents-usecase .container-spec table tr {
  border-bottom: 1px solid #545454;
}
.contents-usecase .container-spec table th,
.contents-usecase .container-spec table td {
  padding: 0.5em 1em;
  font-size: 14px;
}
.contents-usecase .container-spec .spec-icon {
  display: flex;
  justify-content: space-between;
  list-style: none;
  padding: 0;
  color: #a9aaaa;
  font-size: 14px;
  line-height: 1.2;
  text-align: center;
}
.contents-usecase .container-spec .spec-icon li {
  border: 1px solid #a9aaaa;
  border-radius: 2px;
  padding: 5px;
  width: 30%;
  line-height: 1.2;
}
.contents-usecase .container-spec .price {
  font-size: 140%;
  margin-left: 10px;
}
.contents-usecase .partner img {
  width: 200px;
  display: imline-block;
  margin-left: 10px;
}
@media (min-width: 768px) {
  .contents-usecase .feature img {
    max-width: 520px;
  }
  .contents-usecase .areacode {
    max-width: 80%;
    margin: auto;
  }
  .contents-usecase .user-card {
    padding: 15px 30px 15px 0;
  }
  .contents-usecase .container-spec,
  .contents-usecase .w-70 {
    max-width: 70%;
  }
}
.wp-block-image img,
.wp-block-media-text__media img {
  height: auto;
}
/* ==========================================================================
brand page 20210324_n.i
========================================================================== */
/* Set entend
----------------------------------------------------------------- */
.ext-brand__inner,
.brand__inner,
.brand__inner-logo {
  background: #f1f1f1;
  display: flex;
  justify-content: center;
  padding: 24px 56px;
  max-width: 440px;
}
/* brand */
.brand__title-h2 {
  font-size: 24px;
  font-weight: 600;
}
.brand__title-h3 {
  font-size: 20px;
}
.brand__title-h3.title-left {
  margin-left: -15px;
}
@media (max-width: 768px) {
  .brand__title-h3.title-left {
    margin-left: 0;
  }
}
.brand__title-h4 {
  font-size: 16px;
  font-weight: 400;
}
.brand__inner-logo {
  width: auto;
  max-width: unset;
  padding: 24px 24px;
}
@media (max-width: 768px) {
  .brand__inner__inner-logo {
    height: auto;
    max-height: unset;
  }
}
.brand__inner img {
  max-width: 250px;
  max-height: 250px;
  object-fit: contain;
}
.brand__img {
  max-width: 240px;
  height: 120px;
  object-fit: contain;
}
.brand__img--small {
  width: 160px;
}
.brand__link {
  margin-top: 1rem;
}
.brand__link.link-left {
  margin-left: -15px;
}
@media (max-width: 768px) {
  .brand__link.link-left {
    margin-left: 0;
  }
}
.brand__group {
  text-align: center;
}
.brand__solid-logo {
  height: 120px;
}
@media (max-width: 768px) {
  .brand__solid-logo {
    height: auto;
  }
}
.bg-lightgray {
  background: #dcdcdc;
  text-align: center;
}
/*  Responsive
========================*/
@media (max-width: 768px) {
  .brand__container .row {
    display: block;
    margin: 0;
  }
  .brand__container .col {
    padding-left: 0;
    padding-right: 0;
  }
}
