@charset "UTF-8";
/*
編集はscssで行うこと
*/
/*
.header-sample ,
.footer-sample {
  background-position: top center;
  background-repeat: no-repeat;
}

.header-sample {
  height: 157px;
  background-image: url("img/header.PNG");
}

.footer-sample {
  height: 908px;
  background-image: url("img/footer.PNG");
}


.test-image {
  background-color: #ccc;  
  width: 100%;
  min-height: 100px;
  &.height1x {
    height: 300px;
  }
  &.height1_5x {
    height: 450px;
  }
  &.height2x {
    height: 600px;
  }
  &.height3x {
    height: 900px;
  }
}

.ocp-news-style .resize-content div {
  width: 230px!important;
  height: 230px!important;
  //background-color: #eee;  
}




*/
.navi {
  margin: 0 auto 4px; }
  .navi ul {
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0;
    padding: 0;
    list-style: none; }
    .navi ul > li {
      width: calc(100% / 5);
      margin: 0;
      padding: 0; }
      @media screen and (max-width: 767px) {
        .navi ul > li {
          width: calc(100% / 3) !important; } }
      .navi ul > li .fa {
        display: none; }
      .navi ul > li a {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 80px;
        padding: 5px 5px 3px 5px;
        vertical-align: middle;
        font-size: 17px;
        line-height: 1.2;
        color: #fff;
        background-color: #7b47d2;
        text-align: center;
        text-decoration: none;
        transition: .8s; }
        @media screen and (max-width: 767px) {
          .navi ul > li a {
            padding: 20px 5px;
            font-size: 16px; } }
        @media screen and (min-width: 768px) {
          .navi ul > li a:hover {
            text-decoration: none;
            opacity: 0.6;
            transition: .8s; } }
        .navi ul > li a.active {
          background-color: #b091e4;
          opacity: 1;
          pointer-events: none; }

.section-heading {
  margin: 80px 0 20px;
  font-size: 28px;
  text-align: center; }
  @media screen and (min-width: 768px) {
    .section-heading {
      font-size: 32px; } }

.contents-heading {
  margin: 30px 2px 10px;
  font-size: 32px;
  font-weight: normal; }

.lead {
  margin-bottom: 60px;
  font-size: 18px; }

.note {
  font-size: 0.95em;
  opacity: 0.8; }

.content-body .page-heading {
  display: flex;
  align-items: center;
  height: 200px;
  background: 0 0 no-repeat #000;
  margin: 0 0 30px;
  padding: 30px;
  color: #fff; }
  @media screen and (max-width: 767px) {
    .content-body .page-heading {
      justify-content: center;
      background-position: 65% 0;
      padding: 30px 5px;
      text-shadow: 0 0 10px #000; } }
.content-body > P {
  margin: 50px 0;
  font-size: 1.1em;
  line-height: 1.6;
  text-align: justify; }
.content-body a img {
  transition: .5s; }
@media screen and (min-width: 768px) {
  .content-body a:hover img {
    opacity: .6;
    transition: .5s; } }
.content-body a[data-toggle="modal"] {
  position: relative; }
  .content-body a[data-toggle="modal"]::after {
    position: absolute;
    bottom: 5px;
    right: 5px;
    content: "\f00e";
    font-family: FontAwesome;
    font-size: 3em;
    line-height: 1;
    text-shadow: 0 0 4px #ffffff, 0 0 4px #ffffff, 0 0 4px #ffffff; }
.content-body .links li {
  margin-bottom: 10px; }
  .content-body .links li a {
    text-decoration: underline;
    transition: .5s; }
    .content-body .links li a::after {
      position: relative;
      top: 1px;
      display: inline-block;
      content: "\f105";
      font-family: FontAwesome;
      font-size: 1.1em;
      margin-left: .6em;
      transition: .5s; }
    .content-body .links li a[target="_blank"]::after {
      top: 2px;
      content: "\f08e"; }
    @media screen and (min-width: 768px) {
      .content-body .links li a:hover {
        text-decoration: none;
        opacity: 0.5;
        transition: .5s; }
        .content-body .links li a:hover::after {
          translate: 7px;
          transition: .5s; } }
  .content-body .links li .note {
    display: inline-block;
    margin-top: 8px; }
    .content-body .links li .note a {
      margin: 0 .5em; }
      @media screen and (min-width: 768px) {
        .content-body .links li .note a:hover::after {
          translate: 2px; } }
.content-body .advantage {
  margin-top: 80px; }
  .content-body .advantage > div {
    margin: 30px 0; }
    @media screen and (min-width: 768px) {
      .content-body .advantage > div {
        display: flex;
        align-items: center; } }
    @media screen and (min-width: 768px) {
      .content-body .advantage > div .text {
        width: 50%;
        padding: 100px; } }
    .content-body .advantage > div .text .heading {
      font-size: 24px; }
      @media screen and (max-width: 767px) {
        .content-body .advantage > div .text .heading {
          text-align: center; } }
    .content-body .advantage > div .text p {
      font-size: 1.1em;
      line-height: 1.6;
      text-align: justify; }
    @media screen and (min-width: 768px) {
      .content-body .advantage > div .image {
        width: 50%; } }
.content-body .use-case {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 60px; }
  .content-body .use-case .case {
    width: 50%;
    padding: 20px 50px; }
    .content-body .use-case .case .heading {
      font-size: 24px;
      text-align: center; }
.content-body .partners > p {
  margin-bottom: 20px;
  font-size: 18px; }
.content-body .partners .partner {
  margin: 50px 0; }
  @media screen and (min-width: 768px) {
    .content-body .partners .partner {
      display: flex;
      align-items: center; } }
  @media screen and (min-width: 768px) {
    .content-body .partners .partner .image {
      width: 320px; } }
  @media screen and (min-width: 768px) {
    .content-body .partners .partner .text {
      width: 860px;
      margin-left: 20px; } }
  .content-body .partners .partner .text .heading {
    font-size: 24px; }
    @media screen and (max-width: 767px) {
      .content-body .partners .partner .text .heading {
        margin-top: 0;
        text-align: center; } }
  .content-body .partners .partner .text .links {
    margin-top: 20px; }
    @media screen and (max-width: 767px) {
      .content-body .partners .partner .text .links {
        padding-left: 22px; } }
.content-body .thirdparty {
  margin-top: 100px; }
  .content-body .thirdparty p {
    margin-bottom: 20px;
    text-align: center;
    font-size: 18px; }
  .content-body .thirdparty ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    padding: 0 40px; }
    .content-body .thirdparty ul li {
      width: 280px;
      padding: 20px; }
.content-body.choose_yamaha section {
  margin-top: 80px; }
  .content-body.choose_yamaha section > div {
    margin: 30px 0; }
    @media screen and (min-width: 768px) {
      .content-body.choose_yamaha section > div {
        display: flex;
        align-items: center; } }
    .content-body.choose_yamaha section > div .image {
      margin: 20px 0 20px; }
      @media screen and (min-width: 768px) {
        .content-body.choose_yamaha section > div .image {
          width: 40%;
          margin: 0; } }
    @media screen and (min-width: 768px) {
      .content-body.choose_yamaha section > div .text {
        width: 60%;
        padding: 80px; } }
    .content-body.choose_yamaha section > div .text .heading {
      font-size: 24px; }
    .content-body.choose_yamaha section > div .text p {
      font-size: 1.1em;
      line-height: 1.6;
      text-align: justify; }
  .content-body.choose_yamaha section > .links {
    justify-content: space-between; }
    .content-body.choose_yamaha section > .links a {
      display: block;
      margin-bottom: 20px; }
      @media screen and (min-width: 768px) {
        .content-body.choose_yamaha section > .links a {
          width: calc((100% - 80px) / 2);
          margin: 0; } }
  @media screen and (max-width: 767px) {
    .content-body.choose_yamaha section ul.links {
      padding-left: 22px; } }
.content-body.quick_reference .quick_reference_chart a {
  position: relative;
  display: block;
  max-width: 800px;
  margin: 60px auto 120px;
  padding: 30px;
  border: solid 1px #999;
  border-radius: 20px;
  font-size: 1.3em;
  text-align: center;
  transition: .5s; }
  .content-body.quick_reference .quick_reference_chart a::after {
    position: absolute;
    top: 40px;
    left: 50%;
    display: inline-block;
    content: "\f1c1";
    font-family: FontAwesome;
    font-size: 4.5em;
    margin-left: -0.35em;
    transition: .5s; }
  @media screen and (min-width: 768px) {
    .content-body.quick_reference .quick_reference_chart a:hover {
      text-decoration: none;
      opacity: 0.5;
      transition: .5s; }
      .content-body.quick_reference .quick_reference_chart a:hover::after {
        translate: 0 7px;
        opacity: 0.5;
        transition: .5s; }
    .content-body.quick_reference .quick_reference_chart a::after {
      top: 140px;
      font-size: 6em; } }
.content-body.contacts {
  margin-bottom: 80px; }
  .content-body.contacts > section {
    display: flex;
    flex-direction: column;
    align-items: center; }
  .content-body.contacts .inquiries {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 20px 0 0; }
    .content-body.contacts .inquiries a {
      max-width: 500px;
      min-width: 300px;
      margin: 10px;
      padding: 20px 18px;
      border: solid 1px #ccc;
      border-radius: 60px;
      font-size: 1.1em;
      text-align: center; }
      .content-body.contacts .inquiries a::after {
        display: inline-block;
        content: "\f105";
        font-family: FontAwesome;
        font-size: 1.1em;
        margin-left: .6em;
        transition: .5s; }
      .content-body.contacts .inquiries a[target="_blank"]::after {
        content: "\f08e"; }
      @media screen and (min-width: 768px) {
        .content-body.contacts .inquiries a:hover {
          background-color: #f0f0f8;
          transition: .5s; }
          .content-body.contacts .inquiries a:hover::after {
            translate: 7px;
            transition: .5s; } }

.ocp-news-style a {
  display: flex !important;
  align-items: center;
  transition: .5s; }
  @media screen and (min-width: 768px) {
    .ocp-news-style a:hover {
      opacity: 0.7;
      transition: .5s; } }
.ocp-news-style .media-body {
  padding-left: 20px; }

main .container-fluid:last-child .breadcrumb {
  margin-top: 60px; }

@media screen and (min-width: 768px) {
  /* to-page-top */
  div#wrap-to-page-top > div > div {
    width: 130px; } }
@media print {
  body {
    -webkit-print-color-adjust: exact; }

  #wrap-to-page-top {
    display: none; }

  .spectable-fixedcol-wrapper {
    display: none !important; } }
