<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
body {
  margin: 0;
  padding: 0; }

img {
  vertical-align: top;
  outline: none;
  border: none; }

@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  src: local("Noto Sans CJK JP"), local("Noto Sans JP"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.otf) format("opentype"); }
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 500;
  src: local("Noto Sans CJK JP Medium"), local("Noto Sans JP Medium"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Medium.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Medium.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Medium.otf) format("opentype"); }
body {
  font-family: "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  background-color: #b20000;
  /*
  background-image: url(../img/ab2-bg.png);
  background-position: center;
  */ }
  @media (max-width: 640px) {
    body {
      font-size: 14px; } }

.aw {
  display: inline-block; }

p.note {
  font-size: 75%; }
  @media (max-width: 640px) {
    p.note {
      font-size: 62.5%; } }

#main {
  position: relative;
  overflow: hidden;
  background-color: #fff;
  text-align: center;
  padding: 4.5% 6.25% 6.5%;
  width: 100%;
  max-height: 770px;
  background: url(../img/bg.jpg) center center no-repeat;
  background-size: cover;
  box-sizing: border-box;
  /*  .texture {
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      background-image: url(../img/bg.jpg);
      background-position: center;
      opacity: 0.8;
    }*/ }
  @media (max-width: 600px) {
    #main {
      height: auto; } }
  #main .inner {
    position: relative; }
  #main .Logo50th {
    width: 25%;
    max-width: 170px;
    margin: auto; }
    #main .Logo50th img {
      width: 100%;
      height: auto;
      vertical-align: top; }
  #main h1 {
    font-size: 72px;
    line-height: 1; }
    #main h1 img {
      height: 1em;
      width: auto;
      margin: 0.05em;
      vertical-align: top; }
    @media (max-width: 600px) {
      #main h1 {
        font-size: 48px; } }
  #main .date {
    color: #b20000;
    line-height: 1.5;
    font-size: 1.5em; }
    @media (max-width: 500px) {
      #main .date {
        font-size: 1em; } }
    #main .date i,
    #main .date .aw {
      margin: 0 0.5em; }
    #main .date i {
      font-size: 1.1em;
      font-style: normal;
      display: inline-block;
      vertical-align: 0.25em;
      line-height: 1;
      padding: 0.25em 0.75em 0.3em;
      color: #fff100;
      background-color: #b20000;
      border-radius: 0.75em; }
    #main .date strong {
      font-size: 2.3em; }
      @media (max-width: 400px) {
        #main .date strong {
          font-size: 1.6em; } }
  #main p {
    max-width: 640px;
    margin: 1em auto; }
  #main .frame {
    position: absolute;
    left: -50%;
    right: -50%;
    top: 0;
    margin: auto;
    width: 100%;
    max-width: 1250px; }
    #main .frame img {
      width: 100%;
      height: auto;
      vertical-align: top;
      margin-top: -20%; }
    @media (max-width: 480px) {
      #main .frame {
        width: 150%; } }
  #main .grad {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-image: radial-gradient(farthest-corner at top center, #fff 0%, rgba(255, 255, 255, 0) 100%); }
  #main .ribbon {
    position: absolute;
    width: 25%; }
    #main .ribbon img {
      width: 100%;
      height: auto;
      vertical-align: top; }
    #main .ribbon.lt {
      left: 0;
      top: 0; }
    #main .ribbon.rb {
      right: 0;
      bottom: 0; }

.box {
  width: 87.5%;
  max-width: 920px;
  margin: 6.25% auto;
  border: 2px solid #b20000;
  box-sizing: border-box;
  position: relative;
  background-color: #fff; }
  .box::before {
    content: '';
    position: absolute;
    left: 10px;
    right: 10px;
    top: 10px;
    bottom: 10px;
    border: 1px dashed #000;
    opacity: 0.1; }
  .box .inner {
    padding: 2.5em;
    position: relative;
    color: #666; }
    .box .inner::after {
      content: '';
      display: block;
      clear: both; }
  .box .more,
  .box .t1,
  .box .t2,
  .box .t3 {
    line-height: 1; }
    .box .more img,
    .box .t1 img,
    .box .t2 img,
    .box .t3 img {
      height: 1em;
      width: auto;
      margin: 0.075rem;
      vertical-align: baseline; }
      .box .more img[src*="raijo-t2-2"], .box .more img[src*="raijo-t2-3"],
      .box .t1 img[src*="raijo-t2-2"],
      .box .t1 img[src*="raijo-t2-3"],
      .box .t2 img[src*="raijo-t2-2"],
      .box .t2 img[src*="raijo-t2-3"],
      .box .t3 img[src*="raijo-t2-2"],
      .box .t3 img[src*="raijo-t2-3"] {
        height: 1.3333em;
        margin-bottom: -0.0375em; }
      .box .more img[src*="seiyaku-t2-1"],
      .box .t1 img[src*="seiyaku-t2-1"],
      .box .t2 img[src*="seiyaku-t2-1"],
      .box .t3 img[src*="seiyaku-t2-1"] {
        height: 4em;
        margin-bottom: -0.0375em; }
      .box .more img[src*="seiyaku-t2-2"],
      .box .t1 img[src*="seiyaku-t2-2"],
      .box .t2 img[src*="seiyaku-t2-2"],
      .box .t3 img[src*="seiyaku-t2-2"] {
        height: 2em;
        margin-bottom: -0.05em; }
  .box .more {
    font-size: 60px;
    margin-top: 0;
    margin-bottom: -1em;
    top: -0.5em;
    position: relative; }
  .box .t1 {
    font-size: 30px;
    margin-top: auto; }
  .box .t2 {
    font-size: 16px;
    margin: auto; }
  .box .t3 {
    font-size: 36px;
    margin: auto; }
  .box .t4 {
    margin-top: 2em;
    font-size: 87.5%; }
  .box p.note {
    margin-bottom: 0;
    text-align: left; }
  .box .img p {
    text-align: center;
    margin: 0.5em auto; }
  @media (max-width: 720px) {
    .box {
      width: auto;
      margin: 1.5em 1em;
      border-width: 2px; }
      .box::before {
        content: none; }
      .box .inner {
        padding: 2em 1.5em; }
      .box .more {
        font-size: 48px;
        margin-top: 1em;
        margin-bottom: -0.5em;
        top: 0em; } }
  @media (max-width: 480px) {
    .box .more {
      font-size: 32px; }
    .box .t1 {
      font-size: 22px; } }
  @media (max-width: 360px) {
    .box .t2 {
      font-size: 14px; }
    .box .t3 {
      font-size: 27px; } }

#raijo .t1,
#raijo .t2,
#raijo .t3,
#raijo .t4 {
  float: left;
  width: 60%;
  margin-right: -4%;
  position: relative; }
#raijo .img {
  overflow: hidden; }
  #raijo .img img {
    width: 100%;
    height: auto;
    vertical-align: top; }
#raijo .note {
  clear: both;
  margin-top: -1em; }
@media (max-width: 860px) {
  #raijo .t1 {
    float: none;
    width: auto;
    margin-right: 0;
    text-align: center; }
  #raijo .t2,
  #raijo .t3,
  #raijo .t4 {
    width: 56%; }
  #raijo .note {
    margin-top: 1em; } }
@media (max-width: 640px) {
  #raijo .t2,
  #raijo .t3,
  #raijo .t4 {
    float: none;
    width: auto;
    margin-right: 0;
    text-align: center; }
  #raijo .img {
    margin-top: 2em; } }

#seiyaku {
  text-align: center; }
  #seiyaku .t2,
  #seiyaku .t3,
  #seiyaku .img {
    display: inline-block;
    margin-left: 8px;
    margin-right: 8px; }
  #seiyaku .t2,
  #seiyaku .t3 {
    display: inline; }
  #seiyaku .img {
    vertical-align: top;
    width: 45%;
    margin: 2%; }
    #seiyaku .img img {
      width: 100%;
      height: auto;
      vertical-align: top; }
  @media (max-width: 480px) {
    #seiyaku .t2,
    #seiyaku .t3 {
      display: block;
      margin: auto; }
    #seiyaku .t3 {
      white-space: normal; } }

#bukken {
  background-color: #b20000;
  color: #fff;
  padding: 3.125% 0;
  border-top: 1px dotted #d8655c; }
  #bukken .inner {
    max-width: 900px;
    width: 91%;
    margin: auto;
    text-align: center; }
  #bukken h3,
  #bukken p {
    padding: 0 1em; }
  #bukken ul {
    list-style: none;
    padding: 0; }
    #bukken ul::after {
      content: '';
      display: block;
      clear: both; }
    #bukken ul li {
      float: left;
      width: 30%;
      margin: 1.6666%; }
      #bukken ul li .img {
        display: block; }
        #bukken ul li .img img {
          width: 100%;
          height: auto;
          vertical-align: top; }
      #bukken ul li a {
        display: block;
        background-color: #fff;
        color: #b20000;
        font-size: 87.5%;
        line-height: 2.8;
        text-decoration: none; }
        #bukken ul li a:hover {
          color: #fff;
          background-color: #b20000;
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.24), 0 4px 16px rgba(0, 0, 0, 0.16); }
      @media (max-width: 480px) {
        #bukken ul li {
          width: 46%;
          margin: 2%; }
          #bukken ul li a {
            font-size: 62.5%; } }

#kintetsu {
  text-align: center;
  padding: 3.125% 6.25%;
  background-color: #fff; }
  #kintetsu .bnr50th {
    max-width: 240px;
    margin: 2em auto; }
    #kintetsu .bnr50th img {
      width: 100%;
      height: auto;
      vertical-align: top; }
  #kintetsu .statemant {
    max-width: 357px;
    margin: 2em auto; }
    #kintetsu .statemant img {
      width: 100%;
      height: auto;
      vertical-align: top; }
  #kintetsu .copyright {
    font-size: 62.5%; }
</pre></body></html>