<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*hoverImgLink*/
/*初期化*/
body, html {
  width: 100%;
  height: 100%;
  background-color: #fff;
  font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
  line-height: 1.25em; }

/*文字回り*/
h1 {
  font-size: 1.5em; }

h2 {
  font-size: 1.325em; }

h3 {
  font-size: 1.15em; }

h4 {
  font-size: 0.975em; }

h5 {
  font-size: 0.8em; }

h6 {
  font-size: 0.625em; }

/* リンク*/
a {
  color: #e16e13;
  text-decoration: none;
  /* 項目の装飾(下線を消す) */ }

a:hover {
  color: #e16e13;
  text-decoration: underline; }
  a:hover img {
    opacity: 0.5;
    filter: alpha(opacity=50);
    -ms-filter: alpha(opacity=50);
    -khtml-opacity: 0.5;
    -moz-opacity: 0.5; }

/*全体*/
.wrap {
  width: 100%;
  max-width: 1000px;
  position: relative;
  margin: 0 auto; }
  .wrap:after {
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
    content: " "; }

.miniWrap {
  width: 100%;
  max-width: 900px;
  position: relative;
  margin: 0 auto; }

.x-miniWrap {
  width: 100%;
  max-width: 600px;
  position: relative;
  margin: 0 auto; }

/*hoverImgLink*/
#contents {
  background-color: #ffffff;
  padding: 16px 0;
  background: -moz-linear-gradient(to bottom, #f2f2f2 0%, #ffffff 100%);
  background: -webkit-gradient(linear, top, from(#f2f2f2), to(#ffffff));
  background: linear-gradient(to bottom, #f2f2f2 0%, #ffffff 100%); }
  #contents:after {
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
    content: " "; }

/*hoverImgLink*/
/*hoverImgLink*/
/*index新着*/
#indexNews dt:nth-child(n + 15), #indexNews dd:nth-child(n + 15) {
  display: none; }
#indexNews .NewsText {
  font-size: x-small; }

/* ▼モバイルファースト（モバイルのみに適応したいデザイン）*/
@media screen and (min-width: 1px) and (max-width: 767px) {
  #indexNews dt:nth-child(n + 11), #indexNews dd:nth-child(n + 11) {
    display: none; } }
/*hoverImgLink*/
/*hoverImgLink*/
/*index新着*/
.specialNews {
  display: block;
  border-collapse: collapse;
  width: auto;
  margin: 8px auto; }
  .specialNews dt, .specialNews dd {
    padding-top: 4px;
    padding-bottom: 2px;
    border-top: 1px dashed #ccc; }
  .specialNews dt:nth-child(1), .specialNews dd:nth-child(2) {
    border: none; }
  .specialNews dt {
    float: left;
    width: 128px;
    font-weight: bolder;
    font-size: x-small; }
  .specialNews .News, .specialNews .Press {
    padding-left: 52px;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: left center; }
  .specialNews .News {
    background-image: url("/common/img/system/newsType_news.png"); }
  .specialNews .Press {
    background-image: url("/common/img/system/newsType_press.png"); }
  .specialNews dd {
    display: block;
    position: relative;
    margin-left: 128px;
    padding-left: 4px;
    padding-right: 32px;
    min-height: 32px;
    font-size: small; }
    .specialNews dd span {
      white-space: nowrap; }
    .specialNews dd:after {
      display: block;
      clear: both;
      height: 0;
      visibility: hidden;
      content: " "; }
  .specialNews .PDF {
    display: block;
    position: absolute;
    top: 2px;
    right: 0;
    width: 32px;
    height: 32px;
    text-decoration: none;
    background-image: url("/common/img/system/pdficon.gif");
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: right center; }

/* ▼モバイルファースト（モバイルのみに適応したいデザイン）*/
@media screen and (min-width: 1px) and (max-width: 767px) {
  .specialNews dt {
    float: none;
    width: auto; }
  .specialNews dd {
    margin-left: 0;
    border: none; } }
/*hoverImgLink*/
.pageTop {
  font-size: small;
  float: right;
  margin: 8px; }

/*hoverImgLink*/
/*hoverImgLink*/
/*PC画面でのみ非表示となる*/
.pcHide {
  display: none; }

/*常に非表示となる*/
.hide {
  display: none; }

@media screen and (min-width: 1px) and (max-width: 767px) {
  /*PC画面でのみ非表示となる*/
  .pcHide {
    display: inline; } }
.detailLink {
  display: block;
  width: 3em;
  padding: 0.25em 0.5em;
  margin: 0 16px 8px auto;
  text-align: center;
  white-space: nowrap;
  color: #2a180e;
  background: -moz-linear-gradient(to bottom, #f3f3f3 0%, #d6d6d6 100%);
  background: -webkit-gradient(linear, top, from(#f3f3f3), to(#d6d6d6));
  background: linear-gradient(to bottom, #f3f3f3 0%, #d6d6d6 100%);
  border: 1px solid #999;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px; }
  .detailLink span {
    display: block;
    padding-left: 8px;
    background-image: url("/test/Renewal/rideonJapan/common/img/system/linkTriangle.png");
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: left center; }

/*hoverImgLink*/
.MainWnd {
  display: table;
  border-collapse: separate;
  border: solid 8px white;
  box-shadow: 0 0 10px #888888;
  -moz-box-shadow: 0 0 10px #888888;
  -webkit-box-shadow: 0 0 10px #888888;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  margin-top: 16px;
  background-color: #fff; }

.MainWndSeparate {
  border-spacing: 8px; }

/*hoverImgLink*/
.SubWnd {
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border: 1px solid #aaa;
  margin: 4px 0;
  background-color: #fff;
  /*メイン項目*/ }
  .SubWnd p, .SubWnd ul, .SubWnd ol, .SubWnd dl {
    margin-left: 16px;
    margin-right: 16px; }
  .SubWnd ul, .SubWnd ol {
    padding-left: 16px;
    padding-right: 16px;
    list-style: disc; }
  .SubWnd p {
    margin-top: 8px;
    margin-bottom: 8px;
    line-height: 2em; }
  .SubWnd dd {
    line-height: 1.5em; }
  .SubWnd li {
    margin-top: 0.5em; }
  .SubWnd &gt; h1, .SubWnd &gt; h2, .SubWnd &gt; h3, .SubWnd &gt; h4, .SubWnd &gt; h5, .SubWnd &gt; h6 {
    color: #ffffff;
    background: #008cf3;
    padding: 4px 4px 4px 18px;
    font-size: large;
    position: relative;
    margin-bottom: 10px;
    background: url("/test/Renewal/rideonJapan/common/img/system/sec_dotto.png"), -moz-linear-gradient(to top, #e47614 0%, #c64702 44%, #f2730c 56%, #ffaa65 100%);
    background: url("/test/Renewal/rideonJapan/common/img/system/sec_dotto.png"), -webkit-gradient(linear, bottom, from(#e47614), color-stop(0.44, #c64702), color-stop(0.56, #f2730c), to(#ffaa65));
    background: url("/test/Renewal/rideonJapan/common/img/system/sec_dotto.png"), linear-gradient(to top, #e47614 0%, #c64702 44%, #f2730c 56%, #ffaa65 100%);
    background-repeat: repeat, no-repeat; }
  .SubWnd &gt; h1:before, .SubWnd &gt; h2:before, .SubWnd &gt; h3:before, .SubWnd &gt; h4:before, .SubWnd &gt; h5:before, .SubWnd &gt; h6:before {
    content: " ";
    display: block;
    position: absolute;
    width: 5px;
    height: 1em;
    background-color: white;
    left: 8px;
    top: 4px; }
  .SubWnd &gt; section &gt; h1, .SubWnd &gt; section &gt; h2, .SubWnd &gt; section &gt; h3, .SubWnd &gt; section &gt; h4, .SubWnd &gt; section &gt; h5, .SubWnd &gt; section &gt; h6 {
    border-top: dashed 1px #999;
    padding-left: 16px;
    padding-top: 16px; }
    .SubWnd &gt; section &gt; h1:before, .SubWnd &gt; section &gt; h2:before, .SubWnd &gt; section &gt; h3:before, .SubWnd &gt; section &gt; h4:before, .SubWnd &gt; section &gt; h5:before, .SubWnd &gt; section &gt; h6:before {
      display: inline-block;
      content: " ";
      width: 0;
      height: 0;
      margin-right: 4px;
      border-top: solid 0.5em #ffaf5d;
      border-bottom: solid 0.5em #ffaf5d;
      border-left: solid 0.5em #d95800;
      border-right: solid 0.5em #d95800;
      vertical-align: middle; }
  .SubWnd &gt; section:nth-child(2) &gt; h1, .SubWnd &gt; section:nth-child(2) &gt; h2, .SubWnd &gt; section:nth-child(2) &gt; h3, .SubWnd &gt; section:nth-child(2) &gt; h4, .SubWnd &gt; section:nth-child(2) &gt; h5, .SubWnd &gt; section:nth-child(2) &gt; h6 {
    border-top: none;
    padding-top: 0; }
  .SubWnd &gt; section &gt; section {
    margin-left: 4px; }
    .SubWnd &gt; section &gt; section &gt; h1, .SubWnd &gt; section &gt; section &gt; h2, .SubWnd &gt; section &gt; section &gt; h3, .SubWnd &gt; section &gt; section &gt; h4, .SubWnd &gt; section &gt; section &gt; h5, .SubWnd &gt; section &gt; section &gt; h6 {
      padding-left: 16px;
      padding-top: 8px; }

/* ▼モバイルファースト（モバイルのみに適応したいデザイン）*/
@media screen and (min-width: 1px) and (max-width: 767px) {
  .SubWnd p, .SubWnd ul, .SubWnd ol, .SubWnd dl {
    margin-left: 4px;
    margin-right: 4px; }
  .SubWnd ul, .SubWnd ol {
    padding-left: 4px;
    padding-right: 4px;
    list-style: none; }
  .SubWnd &gt; section &gt; h1, .SubWnd &gt; section &gt; h2, .SubWnd &gt; section &gt; h3, .SubWnd &gt; section &gt; h4, .SubWnd &gt; section &gt; h5, .SubWnd &gt; section &gt; h6 {
    border-top: dashed 1px #999;
    padding-left: 4px;
    padding-top: 8px; }
  .SubWnd &gt; section &gt; section {
    margin-left: 0; }
    .SubWnd &gt; section &gt; section &gt; h1, .SubWnd &gt; section &gt; section &gt; h2, .SubWnd &gt; section &gt; section &gt; h3, .SubWnd &gt; section &gt; section &gt; h4, .SubWnd &gt; section &gt; section &gt; h5, .SubWnd &gt; section &gt; section &gt; h6 {
      padding-left: 4px;
      padding-top: 8px; } }
.mainContaints {
  display: table-cell;
  vertical-align: top;
  margin-right: 16px; }

.sideBar {
  display: table-cell;
  vertical-align: top;
  width: 208px;
  padding-left: 16px; }

/*縦に並べるリスト*/
ul.rowList {
  font-size: 0; }
  ul.rowList img {
    width: 210px; }

/*点線入りリスト*/
ul.dotLineList {
  display: table;
  border-collapse: collapse;
  width: 95%;
  margin: 8px auto; }
  ul.dotLineList li {
    display: table-row; }
  ul.dotLineList p {
    display: table-cell;
    padding: 0.5em 1em 0.5em 0;
    border-top: 1px dashed #ccc;
    vertical-align: top;
    font-size: small; }
  ul.dotLineList .day {
    /*最低限幅にする*/
    white-space: nowrap;
    width: 1px;
    font-weight: bolder;
    font-size: x-small; }
  ul.dotLineList &gt; li:first-child &gt; p {
    border: none; }

/* ▼モバイルファースト（モバイルのみに適応したいデザイン）*/
@media screen and (min-width: 1px) and (max-width: 767px) {
  #contents {
    padding-top: 0; }

  /*全体的な組みを解除*/
  .mainContaints {
    display: block;
    margin: 0; }

  .sideBar {
    display: block;
    width: auto; }

  /*縦に並べるリストを横並びにする*/
  ul.rowList li {
    display: inline-block;
    margin-right: 4px; }

  ul.rowList img {
    width: 156px; } }
/*recruit*/
@media screen and (min-width: 1px) and (max-width: 454px) {
  #recruit img {
    width: 280px; } }
/*hoverImgLink*/
/*▼レガシーファースト (古いブラウザ対応)*/
footer {
  font-size: x-small; }
  footer img {
    margin-right: 8px; }

footer &gt; div &gt; div {
  display: table;
  width: 100%;
  padding: 10px 8px 10px 0; }

.footerLink {
  display: table-cell;
  width: 1px;
  white-space: nowrap; }

.footerText {
  display: table-cell;
  vertical-align: top;
  text-align: right; }

.ColorFooter {
  background-color: #f57300;
  background: -moz-linear-gradient(to bottom, #f57300 0%, #d95800 100%);
  background: -webkit-gradient(linear, top, from(#f57300), to(#d95800));
  background: linear-gradient(to bottom, #f57300 0%, #d95800 100%);
  color: #ffffff; }

.NonColorFooter {
  color: #4f1e06; }
  .NonColorFooter .footerTable {
    padding-top: 8px; }

/* ▼モバイルファースト（モバイルのみに適応したいデザイン）*/
@media screen and (min-width: 1px) and (max-width: 767px) {
  .footerTable {
    display: block; }

  .footerLink {
    display: inline-block;
    width: auto;
    white-space: normal; }
    .footerLink img {
      width: 150px; }

  .footerText {
    display: block;
    text-align: left; } }
/*hoverImgLink*/
/*hoverImgLink*/
/*▼レガシーファースト (古いブラウザ対応)*/
/* 全体*/
.headerBG {
  background-color: #fff;
  height: 104px;
  padding-top: 24px;
  border-bottom: 16px solid #f57300; }
  .headerBG .wrap {
    height: 100%; }

/* ▼モバイルファースト（モバイルのみに適応したいデザイン）*/
@media screen and (min-width: 1px) and (max-width: 767px) {
  /* 全体*/
  .headerBG {
    height: auto;
    padding-top: 8px;
    border: none; }
    .headerBG .wrap {
      height: auto; }

  /* メニュー*/
  .menuWrap {
    display: block;
    width: 100%;
    padding: 0 8px 16px 8px;
    /*float解除*/ }
    .menuWrap:after {
      display: block;
      clear: both;
      height: 0;
      visibility: hidden;
      content: " "; } }
/*社名*/
#company {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 50%; }

/* 会社ロゴ*/
#rideonLogo {
  display: inline-block; }

/* 会社説明*/
#CompanyProfile {
  display: inline-block;
  color: #f57300;
  font-weight: bold; }

/* ▼モバイルファースト（モバイルのみに適応したいデザイン）*/
@media screen and (min-width: 1px) and (max-width: 767px) {
  /* 会社*/
  #company {
    position: relative;
    width: auto; }

  /* 会社ロゴ*/
  #rideonLogo {
    display: block;
    margin: 0 auto; }

  /* 会社説明*/
  #CompanyProfile {
    display: block;
    text-align: center; } }
/* ヘッダメニュー*/
#headMenu {
  position: absolute;
  top: 0px;
  right: 0px; }
  #headMenu li {
    display: inline-block;
    height: 24px;
    vertical-align: bottom;
    white-space: nowrap;
    margin-left: 4px; }
  #headMenu img {
    display: none;
    width: 24px; }
  #headMenu a {
    display: block;
    color: #43140d;
    font-size: medium;
    font-weight: bold; }
  #headMenu .textOnly a {
    display: block;
    padding-left: 8px;
    background-image: url("/test/Renewal/rideonJapan/common/img/system/linkTriangle.png");
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: left center; }
  #headMenu .iconOnly img {
    display: block; }
  #headMenu .iconOnly p {
    display: none; }

@media screen and (min-width: 1px) and (max-width: 767px) {
  /* ヘッダメニュー*/
  #headMenu {
    display: block;
    float: left;
    z-index: 2;
    /*クリックできるように*/
    height: 48px;
    font-size: large;
    position: relative; }
    #headMenu li {
      display: inline-block;
      height: auto;
      margin-left: 8px; }
      #headMenu li:first-child {
        margin-left: 0; }
    #headMenu img {
      display: block;
      width: 48px; }
    #headMenu .textOnly a {
      padding-left: 0;
      background: none; }
    #headMenu p {
      display: none; }
    #headMenu a {
      display: block; } }
/*メインメニュー*/
/*hoverImgLink*/
#mainMenuWrap {
  height: 40px;
  width: 50%;
  position: absolute;
  bottom: -16px;
  right: 0px;
  font-size: 0px;
  /*隙間をゼロにするための処理*/
  text-align: right; }

#mainMenu li {
  display: inline-block;
  position: relative;
  width: 33%;
  max-width: 152px;
  border-right: solid 1px #763700;
  /*隙間をゼロにするための処理を戻す*/
  font-size: medium;
  box-shadow: 1px 0 0 rgba(255, 255, 255, 0.5);
  -moz-box-shadow: 1px 0 0 rgba(255, 255, 255, 0.5);
  -webkit-box-shadow: 1px 0 0 rgba(255, 255, 255, 0.5);
  /* ▽メニュー項目の装飾 */
  /* ▽現在位置項目の装飾 */
  /* ▽メニュー項目にマウスが載ったときの装飾 */ }
  #mainMenu li:nth-child(2) {
    border-left: solid 1px #763700; }
  #mainMenu li a {
    display: block;
    width: 100%;
    /*#mainMenuWrapと同じサイズにする*/
    height: 40px;
    text-align: center;
    text-decoration: none;
    font-weight: bold; }
  #mainMenu li .ja {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 0px;
    color: #2a180e;
    text-shadow: 1px 1px 2px #ccc; }
  #mainMenu li .en {
    position: absolute;
    height: 16px;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 0px;
    font-size: small;
    color: white; }
  #mainMenu li.selected &gt; a &gt; p.ja {
    color: #aaa; }
  #mainMenu li &gt; a:hover &gt; p.ja {
    color: #b55619; }
#mainMenu .hide {
  display: none; }
#mainMenu .tag_index {
  display: none; }

/*プルダウンメニュー解除*/
.tinynav {
  display: none; }

@media screen and (min-width: 1px) and (max-width: 767px) {
  #mainMenuWrap {
    display: block;
    float: right;
    z-index: 2;
    /*クリックできるように*/
    height: 48px;
    width: auto;
    position: relative;
    bottom: 0;
    margin: 0;
    font-size: large; }

  #mainMenu {
    display: none; }

  select.tinynav {
    display: block;
    margin: 0;
    background-color: #e6e6e6; }
    select.tinynav option[selected] {
      background-color: #666;
      color: white; }

  #mainMenuWrap &gt; select.tinynav {
    background-image: url("../img/system/icon_mainMenu.png?20211207");
    width: 78px;
    height: 48px;
    margin-left: auto;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap; } }
</pre></body></html>