<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
  font-family: "Noto Sans JP", sans-serif;
}
.rolling {
  font-family: "Noto Sans JP", sans-serif !important;
}
.rolling-stock-body {
  background-image: none !important;
  /* background-color: #f2f2f2; */
}

.img-fluid {
  width: 100%;
  height: auto;
}

.rolling-wrapper {
  max-width: 1024px;
  margin: 0 auto;
  background-color: #fff8dc;
}

.rolling-hero {
  /* padding-top: 140px; */
  padding-bottom: 75px;
}

.rolling-hero figure {
    margin: 0;
}

.about-wrapper {
  max-width: 80%;
  margin: 0 auto;
  border: 2px solid #ff0000;
  position: relative;
  border-radius: 15px;
  margin-bottom: 50px;
  background-color: #fff;
}

.about-title {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  background-color: #ff0000;
  font-family: "Noto Sans JP", sans-serif;
  position: absolute;
  left: 50%;
  top: -30px;
  transform: translateX(-50%);
  padding: 8px 20px;
  border-radius: 5px;
  margin: 0;
  width: 50%;
  text-align: center;
}

.about-desc {
  font-size: 20px;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  color: #ff0000;
  text-align: center;
  padding: 40px 45px 20px;
  background-color: #fff;
  border-radius: 15px;
  line-height: 1.8;
  text-align: left;
}

.steps-heading {
  text-align: center;
}

.steps-title {
  font-size: 30px;
  font-weight: 700;
  color: #ff0000;
  text-align: center;
  padding-bottom: 5px;
  font-family: "Noto Sans JP", sans-serif !important;
  border-bottom: 3px solid #ff0000;
  display: inline-block;
}

.steps-figure {
  max-width: 85%;
  margin: 35px auto 40px;
}

.steps-col {
  position: relative;
  text-align: center;
  display: flex;
  border-top: 3px dotted #ff0000;
  border-bottom: 3px dotted #ff0000;
  padding-top: 10px;
  padding-bottom: 15px;
  max-width: 80%;
  margin: 0 auto 80px;
}

.steps-col figure {
  width: 30%;
  margin-left: 5px;
  margin-right: 35px;
}

.steps-col .steps-col-img {
  max-width: 173px;
  max-height: 173px;
}

.steps-col:after {
  position: absolute;
  content: "";
  width: 40px;
  height: 35px;
  bottom: -60px;
  left: 50%;
  transform: translateX(-50%) rotate(90deg);
  background-image: url(../img/rolling/arrow.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.steps-row .steps-col:last-child:after {
  display: none;
}

.steps-col-title {
  font-size: 30px;
  font-weight: 700;
  color: #ff0000;
  font-family: "Noto Sans JP", sans-serif !important;
  line-height: 50px;
  text-align: left;
}

.steps-col-title span {
  font-size: 45px;
  padding-right: 15px;
}

.steps-col-desc {
  font-size: 20px;
  color: #ff0000;
  padding-bottom: 10px;
  text-align: left;
}

.steps-col-desc-0 {
  padding-bottom: 0;
}

.steps-desc-box {
  max-width: 80%;
  margin: 0 auto;
  padding: 60px 0 100px;
}

.steps-box-desc {
  font-size: 20px;
  font-weight: 700;
  line-height: 2;
  background-color: #fff;
  color: #ff0000;
  padding: 40px 35px 20px;
  border: 5px dotted #ff0000;
  border-radius: 5px;
}


.steps-box-desc span {
  background-color: #fcee21;
}

/* PRODUCT */

.product {
  background-color: #fff;
  /* padding-bottom: 200px; */
}

.product-heading {
  padding: 60px 0 100px;
}

.product-row {
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
  background-color: #fff;
  position: relative;
}

.product-col {
  padding-bottom: 45px;
  margin-bottom: 45px;
  border-bottom: 3px dotted #ff0000;
}

.product-col:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.product-col .product-col-img {
  max-width: 500px;
  margin: 50px auto 0 auto;
  display: block;
}
.product-title {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  height: 60px;
  line-height: 1.8;
  border: solid #ff0000;
  border-width: 1px 0;
  color: #ff0000;
  font-family: "Noto Sans JP", sans-serif !important;
  display: flex;
  justify-content: center;
  align-items: center;
}

.product-desc {
  font-size: 20px;
  margin-bottom: 35px;
  margin-top: 10px;
  color: #000;
  line-height: 1.5;
}

.product-desc-m {
  margin-top: 0;
}

.product-btn {
  display: flex;
  justify-content: center;
}

.product-btn-center {
  display: flex;
  justify-content: center;
  margin-top: -8px;
}
.product-link--yellow {
    width: 220px;
    margin-right: 20px;
}
.product-link--red {
    width: 250px;
    margin-left: 20px;
}

.product-link:hover {
  color: #fff;
}

.product-bg-btn {
  background-color: #fffbc7;
  max-width: 90%;
  margin: 120px auto;
  border-radius: 5px;
}

.product-bg-btn img {
  width: 13px;
  margin-left: 20px;
}

.product-bg-btn a {
  font-size: 26px;
  font-weight: 700;
  color: #ff0000;
  text-align: center;
  text-decoration: none;
  display: block;
  padding: 15px;
}
.steps-col-desc-minus {
  margin-bottom: -30px;
}
.mr--40 {
  margin-right: -40px;
}
</pre></body></html>