<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*---------------------------------
rn23-stance
---------------------------------*/
/* PC */
@media print, screen and (min-width: 769px) {
  .rn23-stance__ttl {
    font-size: 28px;
    font-weight: 600;
  }
  .rn23-stance__wrap {
    margin-top: 40px;
  }
  .rn23-stance__wrap-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  .rn23-stance__wrap-box:not(:last-child) {
    margin-bottom: 15px;
  }
  .rn23-stance__wrap-box-ttl {
    font-size: 24px;
    font-weight: bold;
    line-height: 1em;
    color: #fff;
    background-color: #CC0022;
    width: 160px;
    min-width: 160px;
    padding: 32px 0;
    text-align: center;
    position: relative;
  }
  .rn23-stance__wrap-box-ttl::before{
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 44px 0 44px 25px;
    border-color: transparent transparent transparent #CC0022;
    position: absolute;
    right: -24.9px;
    top: 50%;
    transform: translateY(-50%);
  }
  .rn23-stance__wrap-box-text {
    line-height: 1.667em;
    font-size: 18px;
    background-color: #F2F3F0;
    padding: 0 20px 0 40px;
    min-height: 88px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
}

/* SP */
@media print, screen and (max-width: 768px) {
  .rn23-stance {
    margin: 0 30px;
  }

  .rn23-stance__ttl {
    font-size: 22px;
    font-weight: 600;
  }

  .rn23-stance__wrap {
    margin-top: 57px;
  }

  .rn23-stance__wrap-box {
    background-color: #F2F3F0;
    padding: 30px 13px 24px 14px;
    position: relative;
  }

  .rn23-stance__wrap-box:not(:last-child) {
    margin-bottom: 64px;
  }

  .rn23-stance__wrap-box-ttl {
    font-size: 24px;
    font-weight: bold;
    line-height: 1em;
    color: #fff;
    background-color: #CC0022;
    position: absolute;
    transform: translateY(-50%);
    top: 0;
    left: 0;
    padding: 13px 8px;
  }
  .rn23-stance__wrap-box-ttl::before{
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 25px 0 25px 13px;
    border-color: transparent transparent transparent #CC0022;
    position: absolute;
    right: -12.9px;
    top: 50%;
    transform: translateY(-50%);
  }

  .rn23-stance__wrap-box-text {
    line-height: 1.875;
    font-size: 16px;
  }
}

/*---------------------------------
rn23-message-panel
---------------------------------*/
/* PC */
@media print, screen and (min-width: 769px) {
  .rn23-message-panel__ttl-txt {
    font-size: 28px !important;
  }
}

/* SP */
@media print, screen and (max-width: 768px) {
  .rn23-message-panel__ttl-txt {
    font-size: 24px !important;
  }
}

/*---------------------------------
rn23-presidentMessage
---------------------------------*/
/* PC */
@media print, screen and (min-width: 769px) {
  .rn23-presidentMessage {
    position: relative;
  }

  .rn23-presidentMessage::after {
    content: "";
    width: 100vw;
    height: 258px;
    background-color: #F8CAB9;
    position: absolute;
    bottom: -68px;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
  }

  .rn23-presidentMessage__wrap {
    background-color: #F2F3F0;
    padding: 40px;
    z-index: 1;
  }

  .rn23-presidentMessage__wrap-box {
    position: relative;
    padding: 15px 45px 20px;
  }

  .rn23-presidentMessage__wrap-box::before {
    content: "";
    width: 139px;
    height: 50px;
    border-top: 1px solid #CC0022;
    border-left: 1px solid #CC0022;
    position: absolute;
    top: 0;
    left: 0;
  }

  .rn23-presidentMessage__wrap-box::after {
    content: "";
    width: 139px;
    height: 50px;
    border-bottom: 1px solid #CC0022;
    border-right: 1px solid #CC0022;
    position: absolute;
    bottom: 0;
    right: 0;
  }

  .rn23-presidentMessage__wrap-ttl {
    color: #2C2C2C;
    font-size: 22px;
    font-weight: 600;
    text-align: center;
  }

  .rn23-presidentMessage__wrap-text {
    color: #2C2C2C;
    font-size: 16px;
  }

  .rn23-presidentMessage__wrap-text p:not(:last-child) {
    margin-bottom: 20px;
  }

  .rn23-presidentMessage__c-recommend {
    margin-top: 188px;
  }
}

/* SP */
@media print, screen and (max-width: 768px) {
  .rn23-presidentMessage {
    position: relative;
  }

  .rn23-presidentMessage::after {
    content: "";
    width: 100vw;
    height: 630px;
    background-color: #F8CAB9;
    position: absolute;
    bottom: -90px;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
  }

  .rn23-presidentMessage__wrap {
    background-color: #F2F3F0;
    padding: 20px 15px;
    z-index: 1;
  }

  .rn23-presidentMessage__wrap-box {
    position: relative;
    padding: 30px 15px;
  }

  .rn23-presidentMessage__wrap-box::before {
    content: "";
    width: 139px;
    height: 50px;
    border-top: 1px solid #CC0022;
    border-left: 1px solid #CC0022;
    position: absolute;
    top: 0;
    left: 0;
  }

  .rn23-presidentMessage__wrap-box::after {
    content: "";
    width: 139px;
    height: 50px;
    border-bottom: 1px solid #CC0022;
    border-right: 1px solid #CC0022;
    position: absolute;
    bottom: 0;
    right: 0;
  }

  .rn23-presidentMessage__wrap-ttl {
    color: #2C2C2C;
    font-size: 22px;
    font-weight: 600;
    text-align: center;
  }

  .rn23-presidentMessage__wrap-text {
    color: #2C2C2C;
    font-size: 16px;
    line-height: 1.68;
  }

  .rn23-presidentMessage__wrap-text p:not(:last-child) {
    margin-bottom: 20px;
  }

  .rn23-presidentMessage__c-recommend {
    margin-top: 210px;
  }
}
</pre></body></html>