<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.secondpage {
  padding-bottom: 0; }

.ser-bg {
  padding-bottom: 15rem; }

.title06 {
  margin-bottom: 3rem; }

.jump {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  margin-bottom: 5rem; }
  .jump li {
    width: calc(33.3% - 8px /3); }
    .jump li:nth-child(-n+3) {
      margin-bottom: 4px; }
    .jump li a {
      display: block;
      padding: 2rem;
      padding: 2rem;
      text-align: center;
      transition: .3s opacity;
      color: white;
      font-size: 1.8rem;
      font-family: "M PLUS 1p", sans-serif;
      font-weight: 400;
      font-style: normal;
      font-weight: 600;
      position: relative; }
      .jump li a:before {
        position: absolute;
        content: "";
        width: 17px;
        height: 9px;
        background: url("../img/common/arrow.png") no-repeat center/contain;
        top: 50%;
        right: 1.5rem;
        transform: translateY(-50%); }
      .jump li a:hover {
        opacity: .5; }
    .jump li:nth-child(1) a, .jump li:nth-child(4) a {
      background: linear-gradient(to right, #3fb4ff 0%, #279be6 100%); }
    .jump li:nth-child(2) a, .jump li:nth-child(5) a {
      background: linear-gradient(to right, #279be6 0%, #1284cf 100%); }
    .jump li:nth-child(3) a, .jump li:nth-child(6) a {
      background: linear-gradient(to right, #1284cf 0%, #0071bc 100%); }

.text {
  margin-bottom: 4rem; }

.ser-contents01 .right {
  margin-top: 5px;
  font-size: 1.2rem;
  font-family: sans-serif;
  text-align: right; }

.suiso div p:first-child {
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid #dadcdf; }

.table-wrap table th {
  padding: 2rem 1rem;
  width: 30rem;
  border-right: none;
  border-bottom: 1px solid white; }
.table-wrap table td {
  text-align: left; }
.table-wrap table tr:last-child th {
  border-bottom: 1px solid #a7a9ac; }

@media screen and (max-width: 1170px) {
  .jump li a {
    font-size: 1.5rem; }
    .jump li a:before {
      width: 12px;
      height: 7px; } }
@media screen and (max-width: 920px) {
  .jump {
    align-items: stretch; }
    .jump li {
      width: calc(50% - 5px /2);
      margin: 0 5px 5px 0 !important; }
      .jump li:nth-last-child(-n+2) {
        margin-bottom: 0 !important; }
      .jump li:nth-child(2n) {
        margin-right: 0 !important; }
      .jump li a {
        padding: 1rem 2rem;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100%; }
        .jump li a:before {
          right: .7rem; }
      .jump li:nth-child(odd) a {
        background: linear-gradient(to right, #3fb4ff 0%, #1c8fda 100%); }
      .jump li:nth-child(even) a {
        background: linear-gradient(to right, #1c8fda 0%, #1284cf 100%); }

  .table-wrap table th, .table-wrap table td {
    width: 100% !important;
    display: block;
    padding: 2rem;
    border: none; }
  .table-wrap table td {
    text-align: left; } }
@media screen and (max-width: 770px) {
  .ser-bg {
    padding-bottom: 10rem; } }
</pre></body></html>