<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* ==========================================================================
   OEN
   ========================================================================== */
/* メインエリア */
@media screen and (min-width: 768px), print {
  #main {
    padding-bottom: 150px;
  }
}

@media screen and (max-width: 767px) {
  #main {
    padding-bottom: 19.2vw;
  }
}

.pg-oem h4 {
  text-align: center;
  border-top: 1px solid #d6d6d6;
  font-size: 30px;
  font-size: 3rem;
  font-weight: normal;
}

.pg-oem h4:first-child {
  margin-top: 0;
}

.pg-oem h4 span {
  position: relative;
  top: -27px;
  display: inline-block;
  padding: 0 50px;
  background: #fff;
}

.pg-oem .list-ex li {
  background-color: #f5f8f9;
  box-sizing: border-box;
  line-height: 1.95;
}

.pg-oem .list-ex li .ttl {
  text-align: center;
}

.pg-oem .box-strongth {
  background: url(../img/bg_strongth.jpg) no-repeat center top;
  background-size: contain;
}

.pg-oem .box-strongth h5 {
  text-align: center;
  font-weight: normal;
}

.pg-oem .box-item {
  background: url(/common/css/img/bg_lightblue.jpg) no-repeat center top;
  background-size: cover;
}

.pg-oem .box-item h5 {
  text-align: center;
  font-weight: normal;
}

.pg-oem .box-item ul {
  text-align: center;
}

.pg-oem .box-item ul:last-child {
  margin-bottom: 0;
}

.pg-oem .box-item ul li {
  display: inline-block;
  width: 22%;
  margin-right: 2%;
}

.pg-oem .box-item ul li:last-child {
  margin-right: 0;
}

.pg-oem .box-item ul li img {
  width: 100%;
  height: auto;
}

@media screen and (min-width: 768px), print {
  .pg-oem .sct-ttl {
    margin-bottom: 100px;
  }
  .pg-oem .txt-intro {
    font-size: 22px;
    font-size: 2.2rem;
    font-weight: normal;
    text-align: center;
    margin-bottom: 60px;
  }
  .pg-oem .kv-wrap {
    margin: 0 3.4375% 125px;
    min-height: 578px;
  }
  .pg-oem .kv-wrap img {
    min-height: 578px;
  }
  .pg-oem h4 {
    margin-top: 135px;
    margin-bottom: 20px;
  }
  .pg-oem .list-flow {
    text-align: center;
  }
  .pg-oem .list-flow li {
    background-color: #ecf1f4;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    width: 165px;
    height: 165px;
    padding-top: 40px;
    position: relative;
    display: inline-block;
    margin-right: 30px;
  }
  .pg-oem .list-flow li:after {
    position: absolute;
    top: 0;
    right: -44px;
    bottom: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
    box-sizing: border-box;
    width: 16px;
    height: 16px;
    border: 16px solid transparent;
    border-left: 16px solid #ecf1f4;
  }
  .pg-oem .list-flow li.last {
    margin-right: 0;
  }
  .pg-oem .list-flow li.last:after {
    display: none;
  }
  .pg-oem .list-flow li .num {
    color: #8d959a;
    font-size: 35px;
    font-size: 3.5rem;
    line-height: 1;
    margin-bottom: 5px;
  }
  .pg-oem .list-flow li .txt {
    font-size: 20px;
    font-size: 2rem;
  }
  .pg-oem .list-ex li {
    padding: 50px;
    float: left;
    width: 48%;
    margin-right: 4%;
  }
  .pg-oem .list-ex li:last-child {
    margin-right: 0;
  }
  .pg-oem .list-ex li .ttl {
    font-size: 22px;
    font-size: 2.2rem;
    margin-bottom: 20px;
  }
  .pg-oem .box-strongth {
    padding: 80px;
  }
  .pg-oem .box-strongth h5 {
    font-size: 21px;
    font-size: 2.1rem;
    margin-bottom: 30px;
  }
  .pg-oem .box-strongth .list-icon li {
    float: left;
    width: 23%;
    margin-right: 2.6%;
  }
  .pg-oem .box-strongth .list-icon li:last-child {
    margin-right: 0;
  }
  .pg-oem .box-strongth .list-icon li img {
    width: 100%;
    height: auto;
  }
  .pg-oem .box-item {
    background: url(/common/css/img/bg_lightblue.jpg) no-repeat center top;
    background-size: cover;
    padding: 65px 65px 100px;
  }
  .pg-oem .box-item h5 {
    font-size: 25px;
    font-size: 2.5rem;
    text-align: center;
    font-weight: normal;
    margin-bottom: 25px;
  }
  .pg-oem .box-item ul {
    text-align: center;
    margin-bottom: 65px;
  }
  .pg-oem .box-item ul:last-child {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  .pg-oem .sct-ttl {
    margin-bottom: 9.33vw;
  }
  .pg-oem .txt-intro {
    text-align: left;
    margin-bottom: 5.33vw;
  }
  .pg-oem .kv-wrap {
    margin-bottom: 12vw;
  }
  .pg-oem h4 {
    margin-top: 60px;
    font-size: 4.67vw;
  }
  .pg-oem h4 span {
    top: -13px;
    padding: 0 10px;
  }
  .pg-oem .list-flow {
    text-align: center;
  }
  .pg-oem .list-flow li {
    background-color: #ecf1f4;
    border-radius: 100px;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    position: relative;
    padding: 10px 0;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 4.67vw;
    width: 90%;
  }
  .pg-oem .list-flow li:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -10px;
    left: 0;
    width: 0px;
    height: 0px;
    margin: auto;
    border-style: solid;
    border-color: #ecf1f4 transparent transparent transparent;
    border-width: 10px 10px 0 10px;
  }
  .pg-oem .list-flow li.last {
    margin-right: auto;
  }
  .pg-oem .list-flow li.last:after {
    display: none;
  }
  .pg-oem .list-flow li .num {
    color: #8d959a;
    font-size: 4.67vw;
    line-height: 1;
    margin-right: 10px;
    margin-bottom: 5px;
    display: inline-block;
  }
  .pg-oem .list-flow li .txt {
    font-size: 4vw;
    display: inline-block;
  }
  .pg-oem .list-ex li {
    margin-bottom: 2.67vw;
    padding: 6.67vw;
  }
  .pg-oem .list-ex li .ttl {
    font-size: 4vw;
    margin-bottom: 1.33vw;
  }
  .pg-oem .box-strongth {
    padding: 6.67vw;
    background-size: cover;
  }
  .pg-oem .box-strongth h5 {
    font-size: 3.47vw;
    text-align: left;
    margin-bottom: 1.33vw;
  }
  .pg-oem .box-strongth .list-icon li {
    float: left;
    width: 24%;
    margin-right: 1%;
  }
  .pg-oem .box-strongth .list-icon li:last-child {
    margin-right: 0;
  }
  .pg-oem .box-strongth .list-icon li img {
    width: 100%;
    height: auto;
  }
  .pg-oem .box-item {
    background: url(/common/css/img/bg_lightblue.jpg) no-repeat center top;
    background-size: cover;
    padding: 6.67vw;
  }
  .pg-oem .box-item h5 {
    font-size: 3.47vw;
    text-align: center;
    font-weight: normal;
    margin-bottom: 1.33vw;
  }
  .pg-oem .box-item ul {
    text-align: center;
    margin-bottom: 5.33vw;
  }
  .pg-oem .box-item ul:last-child {
    margin-bottom: 0;
  }
}

/*# sourceMappingURL=style.css.map */
</pre></body></html>