<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* style.scss:style.css
------------------------------------------ */
/* setup
------------------------------------------ */
p, h4, h5, h6, li, th, td, dt, dd, figcaption, a img {
  color: #333333;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 3px; }

a:link, a:visited, a:hover, a:active {
  color: #d79b00; }

.clearfix::after {
  content: "";
  display: block;
  clear: both; }

.mgt1em {
  margin-top: 1em; }

.alL {
  text-align: left; }

.alR {
  text-align: right; }

.alC {
  text-align: center; }

.clm2 {
  display: table;
  width: 100%; }
  .clm2 dl {
    display: table-cell;
    vertical-align: top; }
    .clm2 dl dt {
      font-weight: bold; }
  .clm2 dl:first-child {
    padding-right: 20px;
    width: 55%; }

.btnB {
  margin-top: 1em; }
  .btnB a {
    padding: 10px 20px;
    display: inline-block;
    background: #2D4D71;
    color: #ffffff !important; }
    .btnB a img {
      margin-right: 5px;
      vertical-align: 0; }

.circle {
  margin-right: 5px;
  margin-bottom: 20px;
  display: inline-block;
  width: 16px;
  height: 16px;
  position: relative; }

.circle:after {
  border: 2px solid #333333;
  border-radius: 10px;
  display: block;
  content: '';
  width: 10px;
  height: 10px;
  position: absolute;
  top: 23px;
  left: 0; }

/* contents
------------------------------------------ */
.wrapper {
  position: relative; }

.contents {
  padding-top: 1px;
  background: #ffffff; }
  .contents .inner {
    padding: 100px 0; }
    .contents .inner h2 {
      text-align: center;
      color: #333333;
      font-size: 30px;
      line-height: 1.4;
      font-weight: bold; }
      .contents .inner h2 span {
        display: block;
        color: #A41C10;
        font-family: Helvetica, Arial, Verdana;
        font-size: 14px;
        font-weight: normal; }
    .contents .inner h3 {
      margin-top: 4em;
      padding-bottom: 8px;
      border-bottom: solid 1px #A41C10;
      color: #A41C10;
      font-size: 20px;
      font-weight: bold; }
    .contents .inner h4 {
      margin-top: 2em;
      padding-left: 8px;
      border-left: solid 5px #A41C10;
      color: #A41C10;
      font-size: 16px;
      line-height: 1.1;
      font-weight: bold; }
    .contents .inner p, .contents .inner dl {
      margin-top: 1em; }
    .contents .inner .mainBox {
      margin-top: 4em; }
      .contents .inner .mainBox p {
        font-size: 20px; }
      .contents .inner .mainBox img {
        margin: 0 0 1em 2em;
        float: right; }

.contents:nth-child(even) {
  background: #f5f5f5; }
  .contents:nth-child(even) .inner section {
    margin-top: 100px;
    padding-bottom: 130px;
    background: url("../img/parts_square.png") no-repeat 50% 100%; }
    .contents:nth-child(even) .inner section h2 {
      color: #2D4D71; }
    .contents:nth-child(even) .inner section p {
      margin-top: 50px;
      font-size: 20px; }
    .contents:nth-child(even) .inner section ul {
      margin-top: 50px; }
      .contents:nth-child(even) .inner section ul li {
        font-size: 20px; }
    .contents:nth-child(even) .inner section .imgBoxR {
      margin-top: 50px;
      display: table; }
      .contents:nth-child(even) .inner section .imgBoxR .txt {
        margin-top: 0;
        display: table-cell;
        text-align: left;
        vertical-align: top; }
      .contents:nth-child(even) .inner section .imgBoxR .pic {
        display: table-cell;
        width: 50%;
        text-align: right;
        vertical-align: top; }
        .contents:nth-child(even) .inner section .imgBoxR .pic img {
          width: 100%;
          height: auto; }

header {
  position: relative;
  max-height: 666px;
  text-align: center;
  overflow: hidden;
  line-height: 1%; }
  header .logo a {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5; }
  header h1 {
    position: absolute;
    top: 40%;
    left: 0;
    z-index: 4;
    width: 100%;
    text-align: center;
    color: #A41C10;
    font-size: 40px;
    line-height: 1.6;
    font-weight: bold;
    text-shadow: 2px 2px 2px #fff,-2px 2px 2px #fff,2px -2px 2px #fff,-2px -2px 2px #fff; }
    header h1 span {
      display: block; }

#navigator {
  background: #A41C10;
  position: relative;
  z-index: 2;
  width: 100%;
  text-align: center; }
  #navigator ul {
    padding: 10px 5px; }
    #navigator ul li {
      padding-left: 10px;
      display: inline; }
      #navigator ul li a {
        color: #ffffff !important; }
    #navigator ul li::before {
      padding-right: 10px;
      content: "|";
      vertical-align: 2px;
      color: #ffffff; }
    #navigator ul li:first-child::before {
      padding-right: 0;
      content: ""; }

#navigator.follow {
  background: rgba(157, 22, 0, 0.7);
  position: fixed;
  top: 0; }

footer {
  padding: 30px 0;
  text-align: center;
  background: #000000; }
  footer * {
    color: #ffffff; }
  footer .footInfo {
    text-align: left;
    display: table;
    width: 100%; }
    footer .footInfo .information {
      display: table-cell;
      width: 60%; }
    footer .footInfo dl {
      padding-left: 20px;
      border-left: solid 1px #ffffff;
      display: table-cell; }
      footer .footInfo dl li img {
        margin-right: 5px; }
  footer nav {
    margin: 20px 0;
    padding: 10px;
    background: rgba(157, 22, 0, 0.7); }
    footer nav ul li {
      padding-left: 10px;
      display: inline; }
      footer nav ul li a {
        color: #ffffff !important; }
    footer nav ul li::after {
      padding-left: 10px;
      content: "|";
      vertical-align: 2px; }
    footer nav ul li:last-child::after {
      padding-left: 0;
      content: ""; }
  footer p small {
    font-family: Helvetica, Arial, Verdana; }
  footer p.logo {
    margin-bottom: 10px; }

/* pageTop */
.pageTop {
  background-color: rgba(215, 155, 0, 0.5);
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 99; }
  .pageTop a {
    padding: 0 20px 0 32px;
    background: url("../img/icon_arrow.png") no-repeat 20px 15px;
    background-size: 8px auto;
    display: block;
    height: 4em;
    line-height: 4em;
    text-align: center;
    font-size: 10px;
    color: #ffffff !important; }

/* break point
------------------------------------------ */
@media screen and (min-width: 1080px) {
  .contents .inner,
  #navigator ul,
  footer .footInfo {
    margin: 0 auto;
    width: 1040px; } }
@media screen and (max-width: 1079px) {
  p, h2, h3, h4, h5, h6, li, th, td, dt, dd, figcaption, a img {
    letter-spacing: normal !important; }

  .contents .inner {
    padding: 80px 20px; }
    .contents .inner img {
      width: 100%;
      max-width: 500px;
      height: auto; }

  footer .footInfo .information {
    padding-left: 20px; } }
@media screen and (max-width: 880px) {
  p, h2, h3, h4, h5, h6, li, th, td, dt, dd, figcaption, a img {
    line-height: 1.6;
    font-size: 16px;
    letter-spacing: normal; }

  .contents .inner {
    padding: 60px 15px; }
    .contents .inner h2 {
      font-size: 20px; }
    .contents .inner h3 {
      margin-top: 30px;
      font-size: 18px;
      font-weight: 700; }
    .contents .inner .mainBox {
      margin-top: 30px;
      text-align: center; }
      .contents .inner .mainBox img {
        margin-top: 0;
        width: 100%;
        max-width: 280px;
        height: auto; }
      .contents .inner .mainBox p {
        font-size: 16px;
        text-align: left; }

  header {
    max-height: 444px; }
    header .logo a img {
      width: 140px;
      height: auto; }
    header h1 {
      font-size: 26px; }

  footer .footInfo {
    display: block;
    text-align: center; }
    footer .footInfo .information {
      padding: 0;
      display: block;
      width: 100%; }
    footer .footInfo dl {
      padding: 20px 0 0;
      border: none;
      display: block;
      width: 100%; }
  footer nav ul li {
    font-size: 14px; }

  .pageTop {
    bottom: 10px;
    right: 10px; }
    .pageTop a {
      padding: 15px;
      background: url("../img/icon_arrow.png") no-repeat 50% 50%;
      background-size: 10px 10px;
      width: 10px;
      height: 10px;
      line-height: 10px; }
      .pageTop a span {
        display: none; } }
@media screen and (max-width: 500px) {
  .clm2 {
    display: block; }
    .clm2 dl {
      display: block; }
    .clm2 dl:first-child {
      padding-right: 0;
      width: 100%; }

  .contents .inner {
    padding: 40px 10px; }
    .contents .inner .mainBox img {
      margin-left: 0;
      float: none; }

  header .logo a img {
    width: 100px; }
  header h1 {
    font-size: 18px; }

  #navigator ul li {
    font-size: 14px; }
    #navigator ul li a span {
      margin-right: 3px;
      border: 5px solid transparent;
      border-top: 5px solid #ffffff;
      vertical-align: -3px; }

  footer {
    padding-bottom: 30px; }
    footer .footInfo {
      padding: 0 10px;
      width: auto; }
    footer nav {
      padding: 15px 10px; }
      footer nav ul li {
        padding-left: 0;
        display: block; }
      footer nav ul li::after {
        content: ""; } }
</pre></body></html>