@charset "EUC-JP";

.os-list .three-column__single {
  border: none;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
}

.os-list .three-column__single > * {
  padding: 24px;
  align-items: inherit;
}

.os-list .three-column__single ul {
  margin: 0 0 0 1.5rem;
  list-style: initial;
}

.os-list .three-column__title {
  font-size: 1.6rem;
  font-weight: 700;
}

.os-list .three-column__left {
  flex-basis: 344px;
}

.os-list .three-column__left.manualLink a {
  position: relative;
}

.os-list .three-column__left.manualLink a::before {
  position: absolute;
  top: 50%;
  right: -25px;
  display: inline-block;
  width: 22px;
  height: 21px;
  content: '';
  transition: ease .3s all;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: url(../../images/icon/window.svg);
  background-position: center;
  background-size: contain;
}

.os-list .three-column__center {
  border-right: none;
  background-color: #f9f9f9;
  flex-basis: 266px;
}

.os-list .three-column__center.os-title-head {
  border-right: none;
  background-color: #666;
}

.os-list .three-column__right {
  flex-basis: calc(100% - 610px);
}

.os-list .os-title-head {
  padding: 10px 24px;
  color: #fff;
  background-color: #666;
}

.os-list .os-title-head-w {
  color: #fff;
}

.os-list .os-logo {
  margin-right: 10px;
}

.os-list__intro {
  display: flex;
  justify-content: space-between;
}

.os-list__intro__text {
  width: 100%;
}

.os-list__intro__img {
  display: flex;
  width: 35%;
  justify-content: center;
  align-items: center;
}

.os-list .app-categorize {
  font-size: 2rem;
  font-weight: bold;
  padding-left: 8px;
  border-left: solid 5px #148dce;
}

@media only screen and (max-width: 999px) {
  .os-list .three-column__left {
    flex-basis: 250px;
  }

  .os-list .three-column__center {
    flex-basis: 236px;
  }

  .os-list .three-column__right {
    flex-basis: calc(100% - 486px);
  }

  .os-list .two-column.left-344 .two-column__left {
    flex-basis: 250px;
  }

  .os-list .two-column.left-344 .two-column__right {
    flex-basis: calc(100% - 250px);
  }
}

@media only screen and (max-width: 990px) {
  .os-list .app-categorize {
    font-size: 1.8rem;
  }
}

@media only screen and (max-width: 767px) {
  .os-list .three-column__single.os-cell-top {
    border-top: 1px solid #ccc;
  }

  .os-list .three-column__left {
    flex-basis: 100%;
  }

  .os-list .three-column__center {
    border: none;
    flex-basis: 100%;
  }

  .os-list .three-column__right {
    flex-basis: 100%;
  }

  .os-list .two-column.left-344 .two-column__left {
    flex-basis: 100%;
  }

  .os-list .two-column.left-344 .two-column__right {
    flex-basis: 100%;
  }

  .os-list__intro {
    flex-direction: column;
  }

  .os-list__intro__text {
    width: 100%;
  }

  .os-list__intro__img {
    width: 100%;
  }

  .os-title-head-none {
    display: none;
  }

  .os-cell-top {
    border-top: 1px solid #ccc;
    border-radius: 8px 8px 0 0;
  }
}
/*# sourceMappingURL=os-list.css.map */
