@charset "UTF-8";

#btn-search {
  display: none
}

#side-panel .side-panel-wrap .logo {
  /*
  margin-top: 20px;
  margin-bottom: 20px
  */
}

#side-panel .side-panel-wrap .logo img {
  width: 90%;
  height: auto;
}

.header-extras.localaize {
  float: left;
  z-index: 199;
  position: relative;
  top: 0;
  height: 20px;
}

.header-extras>ul>li>a:not(.btn), .header-extras>ul>li .topbar-dropdown>.title {
  height: 100%
}

#logo {
  width: 160px;
}

#header .header-inner #logo, #header #header-wrap #logo {
  height: 80px;
}

#header .header-inner #logo a>img, #header #header-wrap #logo a>img {
  height: 40px;
  margin-top: 23px;
  width: auto;
}

.texticon {
  width: 1.3em; /* 文字サイズに相対 */
  height: 1.3em; /* 文字サイズに相対 */
  vertical-align: middle; /* 文字と同じ高さに揃える */
  fill: #0277f8;
}
.button-none {
  color:#0277f8;
}


@media screen and (max-width:767.9px) {
  #logo .logo-default {
    width: 37vw
  }
}

section {
  padding: 20px 0 !important;
}

.card {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

h3:not(:last-child), .h3:not(:last-child) {
  margin-bottom: 20px;
}

.card img {
  width:100%;
}

.card.noborder {
  box-shadow:inherit;
  border: 0px;
}
/* ----------------------------------------------------------------
PhyOSC
-----------------------------------------------------------------*/
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

.topimage {
  width: 100%;
}

.topimage img {
  width: 100%;
  height: auto;
}

span.title {
  display: inline-block;
  height: 34px;
  vertical-align: bottom;
}

h4 span.title {
  display: inline-block;
  height: 30px;
  vertical-align: bottom;
}

.heading_ul {
  margin: 10px 0
}

h2.heading_ul {
  margin: 60px 0
}

h3.heading_ul {
  margin: 40px 0
}

.heading_ul {
  overflow: hidden;
  position: relative;
  padding-bottom: 8px;
}

.heading_ul span {
  padding: 15px 0;
}

.heading_ul:before {
  content: "";
  border-bottom: 3px solid #333;
  bottom: 0;
  height: 0;
  position: absolute;
  width: 100%;
  z-index: 0;
}

.heading_ul:after {
  border-bottom: 3px solid #eee;
  bottom: 0;
  content: "";
  position: absolute;
  width: 100%;
  z-index: 1;
}

h1.numberheading {
  position: relative;
  padding: 1.5rem 2rem 1.5rem 160px;
}

h1.numberheading span {
  font-family: 'Roboto', sans-serif;
  font-size: 100px;
  font-size: 10rem;
  line-height: 1;
  position: absolute;
  bottom: -1.6rem;
  left: 0;
}

h2.numberheading {
  position: relative;
  padding: 0rem 2rem 0.7rem 130px;
  border-bottom: 3px solid #000;
  line-height: 56px;
}

h2.numberheading span {
  font-family: 'Roboto', sans-serif;
  font-size: 70px;
  font-size: 7rem;
  line-height: 1;
  position: absolute;
  bottom: -1.1rem;
  left: 0;
}

.justify {
      text-align:justify;
}
.nojustify {
  text-align: inherit;
}
/* ----------------------------------------------------------------
Lables & Badgets
-----------------------------------------------------------------*/
.badge {
  display: inline-block;
  font-family: 'Roboto', sans-serif;
  padding: .25em .4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25rem;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  margin-right: 20px;
}

.badge-primary {
  background-color: #333;
}

.badge-secondary {
  color: #fff;
  background-color: #6c757d;
}

.reference {
  display: inline-block;
}

.reference .badge {
  margin-right: 0;
}

.reference .aaa {
  display: inline-block;
}

.reference .title {
  display: inline-block;
  font-weight: bold;
  height: 22px;
}

.lead .reference .title {
  display: inline-block;
  font-weight: bold;
  height: 28px;
  margin-right: 1em;
}

.reference .txt {
  display: inline-block;
  height: 23px;
  vertical-align: middle;
}

@media (max-width: 991px) {}

@media (max-width: 767.9px) {
  .card {
    padding: 10px;
  }

  .grid-3-columns .grid-item, .post-3-columns .post-item, .portfolio-3-columns .portfolio-item, .grid-2-columns .grid-item, .post-2-columns .post-item, .portfolio-2-columns .portfolio-item {
    width: 100%;
  }

  .badge {
    display: inline-block;
    padding: .5em .4em 0.35em;
    margin-right: 15px;
  }

  h3 span.title {
    display: inline;
    vertical-align: middle;
    font-weight: bold;
    height: 37px;
    line-height: 1;
  }

  h4 span.title {
    display: block;
    height: inherit;
    font-weight: 500;
    font-weight: bold;
  }
}

h2.numberheading {
  font-size: 50px;
  font-weight: 600;
}

.numberheading {
  margin-top: 60px;
  margin-bottom: 80px !important;
}

.numberheading.underline {
  overflow: hidden;
  position: relative;
  padding-bottom: 5px;
}

.numberheading.underline span {
  padding: 8px;
}

.numberheading.underline:before {
  content: "";
  border-bottom: 3px solid #3cb3e4;
  bottom: 0;
  height: 0;
  position: absolute;
  width: 100%;
  z-index: 0;
}

.numberheading.underline:after {
  border-bottom: 3px solid #ddd;
  bottom: 0;
  content: "";
  position: absolute;
  width: 500px;
  z-index: 1;
}

/*
h2.numberheading {
  position: relative;
  overflow: hidden;
  padding: 0 2rem 0 80px;
  word-break: break-all;
  margin-bottom: 16px;
}
h2.numberheading span {
  font-family: 'Roboto', sans-serif;
  font-size: 2.2rem;
  line-height: 1.36363636em;
  font-weight: 500;


  position: absolute;
  top: 0;
  left: 0;
  display: block;
  padding: 3px 20px;
  color: #fff;
  background: #000;
}
*/
/*
h2.numberheading {
  position: relative;
  overflow: hidden;
  padding: 0.5rem 2rem 0.5rem 130px;
  line-height: 1.75;
}

h2.numberheading:before {
  position: absolute;
  top: -150%;
  left: -100px;
  width: 200px;
  height: 300%;
  content: '';
  background: #000;
}

h2.numberheading span {
  font-size: 40px;
  font-size: 3rem;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 37px;
  transform: translateY(-50%);
  display: block;
  color: #fff;
  line-height: 1
}
*/

/*
====================================
1 インストール
====================================
*/
#install h1 {
  margin-top: 60px;
}

/*
====================================
4 フィルター
====================================
*/
.cardhalf {
  width: 100%;
}

.cardhalf img {}

.cardhalf.card {
  margin-top: 0;
  margin-bottom: 0;
}

@media screen and (min-width:767.9px) {
  /* 4.3 Bool Range filter */
#digitalfilter .reduceimg .card  {
  display: block;
  text-align: center;
}
#digitalfilter .reduceimg img {
  width:74.5%;
}
}
/*
====================================
OSC Address
====================================
*/
.oscaddress {}

.oscaddress ul {
  list-style-type: none;
}

.oscaddress ul li {
  display: inline-block;
  position: relative;
  float: left;
  text-align: center;
  margin-right: 10px;
  line-height: 2.5;
}

.oscaddress ul li.uline:after {
  position: absolute;
  content: '';
  border-bottom: 3px solid #00edff;
  width: 100%;
  transform: translateX(-50%);
  bottom: 40px;
  left: 50%;
}

.oscaddress table.table {
  width: 100%;
}

/*
====================================
5.機械学習　ml
====================================
*/
.ml-poseimage {
  position: relative;
}

.ml-poseimage img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  margin: 0;
  width: auto;
  height: 190px;
}

/*ヘッダー*/
.ml-title-head {
  position: relative;
  height: 30px;
  padding: 7px 0;
}

.ml-title-head span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  margin: 0;
  line-height: 1;
}

/*表組み*/
.row.height100 {
  height: 100%;
}

.row.border .col-lg-6.minheight {
  /*画像とヘッダーの高さから算出する*/
  min-height: calc(190px + 20px - 30px);
}

.row.border .col-lg-6.minheight2 {
  /*画像とヘッダーの高さから算出する*/
  min-height: calc((190px + 20px - 30px)/2);
}

.row.border .col-lg-6 p {
  line-height: 1.6;
}

.ml-address {}

.ml-smalladdress {
  font-size: 60%;
}

.ml-4thaddress {}

/*罫線*/
#machinelearning .row.border {
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  margin-bottom: 30px;
}

#machinelearning .col-lg-6 {
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
}

.row.border .col-lg-6 {
  margin: 0 0 -1px;
}

.row.border .col-lg-6 .lead {
  padding: 10px 0;
  margin-bottom: 0;
}

/*レスポンシブ*/
@media screen and (max-width:768px) {
  .col-lg-6.ml-title-head {
    display: none;
  }

  .ml-address {
    position: relative;
    margin-top: 30px;
  }

  .ml-smalladdress {
    padding-top: 100px;
  }

  .ml-address::before {
    position: absolute;
    top: -20px;
    content: "OSCアドレス";
    font-size: 0.5em;
    line-height: 1;
    background-color: #ddd;
    padding: 5px 3px;
    color: #333;
  }

  #machinelearning .row.height100 {
    height: auto;
  }

  #machinelearning .row {
    display: block;
  }

  #machinelearning .ml-poseimage img {
    position: relative;
    top: inherit;
    left: inherit;
    transform: inherit;
  }

  .ml-poseimage {
    position: relative;
    text-align: center;
    padding: 10px 0;
  }

  #machinelearning .row .col-lg-6 {
    border-bottom: 0;
    border-right: 0;
  }

  #machinelearning .row.border .col-lg-6.minheight,
  #machinelearning .row.border .col-lg-6.minheight2 {
    min-height: auto;
  }
}

/*
====================================
8.アップグレード
====================================
*/
#purchase .table .col1 {
  width: 200px;
}

#purchase .table .col2 {
  width: 200px;
  text-align: center;
}

@media screen and (max-width:767.9px) {
  #purchase .table .col1,
  #purchase .table .col2 {
    width: 20vw
  }
}



h4 .border_bt {
  display: inline-block;
  padding: 0.25em 0.5em;
  color: #494949;
  background: rgba(115, 0, 108, 0);
  border-left: solid 5px #73006C;
}

/* privacy policy */
.privacypolicy {
  margin-top: 60px;
}

/* Contact */
.contact {
  margin-top: 60px;
}
.maximg {
  width: 100%;
}
/*
====================================
Google Material Font
====================================
*/
.material-icons-round {
  font-size: 1.6rem;
  color: #0277f8;
  line-height: 1;
  vertical-align: middle;
  padding-bottom: 4px;
}
