<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body:not(#sogo) #header .is-disp-hojin {
  display: none;
}
body:not(#sogo) .customer-nav {
  display: none !important;
}

@media print, screen and (min-width: 768px) {
  body:not(#sogo) .HeaderBody {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  body:not(#sogo) .header-identity {
    margin-top: 0;
  }
  body:not(#sogo) .GnavWrap {
    display: flex;
    align-items: center;
  }
  body:not(#sogo) .Gnav {
    width: 100%;
  }
  body:not(#sogo) .gnav-secondary {
    display: none;
  }
  body:not(#sogo) .gnav-listWrap {
    padding-top: 0;
  }
  body:not(#sogo) .gnav-list {
    padding: 0;
  }
  body:not(#sogo) .gnav-list &gt; li {
    padding: 0 30px 0 23px;
    border-right: 1px solid #dde1e4;
  }
  body:not(#sogo) .gnav-list &gt; li.is-kojin {
    border-left: 1px solid #dde1e4;
  }
  body:not(#sogo) .gnav-list &gt; li &gt; a,
  body:not(#sogo) .gnav-list-v2 &gt; li &gt; a {
    padding: 0;
    text-align: left;
    color: #333;
    font-size: 1.6rem;
    font-weight: normal;
  }
  body:not(#sogo) .gnav-list &gt; li.is-kojin &gt; a,
  body:not(#sogo) .gnav-list &gt; li.is-hojin &gt; a {
    position: relative;
    padding-left: 29px;
    font-size: 1.8rem;
    font-weight: 700;
  }
  body:not(#sogo) .gnav-list &gt; li.is-kojin &gt; a::before,
  body:not(#sogo) .gnav-list &gt; li.is-hojin &gt; a::before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -10px;
    width: 16px;
    height: 20px;
    background-image: url(/common_img/com_sprite01.png);
    background-repeat: no-repeat;
  }
  body:not(#sogo) .gnav-list &gt; li.is-kojin &gt; a::before {
    background-position: -110px -220px;
  }
  body:not(#sogo) .gnav-list &gt; li.is-hojin &gt; a::before {
    background-position: -140px -220px;
  }
  body:not(#sogo) .gnav-list-v2 &gt; li &gt; a {
    font-weight: 700;
  }
  body:not(#sogo) .gnav-list-v2 &gt; .type-store &gt; a::before {
    background-position: 0 -220px;
  }
  body:not(#sogo) .gnav-list-v2 &gt; .type-serch &gt; a::before {
    background-position: -30px -220px;
  }
  body:not(#sogo) .gnav-list-v2 &gt; .type-qa &gt; a::before {
    background-position: -70px -220px;
  }
  body:not(#sogo) .container.page-emergency {
    max-width: none;
  }
  body:not(#sogo) .Footer {
    border-top: 3px solid #ffdd00;
  }
}
@media print, screen and (min-width: 1921px) {
  .header-identity {
    padding-left: 30px;
  }

  .gnav-primary {
    padding-right: 30px;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1600px) {
  body:not(#sogo) .gnav-list &gt; li {
    padding: 0 20px 0 15px;
  }
  body:not(#sogo) .gnav-list &gt; li &gt; a,
  body:not(#sogo) .gnav-list-v2 &gt; li &gt; a {
    font-size: 0.989vw;
  }
  body:not(#sogo) .gnav-list &gt; li.is-kojin &gt; a,
  body:not(#sogo) .gnav-list &gt; li.is-hojin &gt; a {
    font-size: 1.113vw;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1200px) {
  body:not(#sogo) .gnav-list &gt; li {
    padding: 0 10px 0 8px;
  }
}
@media screen and (max-width: 767px) {
  body:not(#sogo) .Footer {
    border-top: 3px solid #ffdd00;
  }
}
@media print, screen and (min-width: 768px) {
  body:not(#sogo) .container.page-emergency {
    max-width: none;
    padding-bottom: 0;
  }

  /* ----- emergency-inner ----- */
  .emergency-inner {
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    max-width: 1230px;
  }

  /* ----- emergency-box-layout ----- */
  .emergency-box-layout {
    margin-top: 0;
    background-color: #ffeded;
  }

  .emergency-box-layout &gt; .emergency-box-layout_inner {
    margin-top: 0;
    padding: 34px 10px 42px;
  }

  .emergency-box-layout .box_heading {
    line-height: 1.5;
    text-align: center;
    color: #dc3545;
    font-size: 2rem;
    font-weight: 700;
  }

  .emergency-box-layout .box_detail {
    margin-top: 21px;
  }

  /* ----- emergency-button ----- */
  .emergency-button {
    text-align: center;
  }

  .emergency-button &gt; a {
    display: inline-block;
    position: relative;
    min-width: 582px;
    padding: 16px 20px;
    border: 1px solid #e9e9e9;
    border-radius: 100px;
    background-color: #fff;
    color: #333;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
  }

  .emergency-button &gt; a:hover {
    background-color: #eee;
  }

  .emergency-button .link_label {
    display: inline-block;
    position: relative;
    line-height: 1.5;
    font-size: 1.8rem;
    font-weight: 700;
  }

  /* ----- emergency-login-layout ----- */
  .emergency-login-layout {
    margin-top: 1.9em;
  }

  .contents &gt; .emergency-login-layout:first-child {
    padding-top: 2em;
  }

  .emergency-login-layout_title {
    font-size: 2.4rem;
    font-weight: 700;
  }

  .emergency-login-layout_detail {
    margin-top: 1.4em;
  }

  .link-button-v2.is-emergency {
    margin-top: 1.9em;
  }

  /* ----- emergency-news ----- */
  .emergency-news {
    margin-top: 3.3em;
  }

  .emergency-news_title {
    color: #dc3545;
    line-height: 1.5;
    font-size: 2.4rem;
    font-weight: 700;
  }

  .emergency-news .news-layout {
    margin-top: 0.6em;
  }

  .emergency-news .news-layout .news_article:last-child {
    border-bottom: none;
  }

  .emergency-news .news-layout .news_detail {
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }

  .emergency-news .news-layout .block {
    padding: 18px 0 19px;
  }

  .emergency-news .news-layout .news_date,
  .emergency-news .news-layout .news_title {
    line-height: 1.7;
  }

  /* ----- emergency-contact-layout ----- */
  .emergency-contact {
    margin-top: 2em;
    padding: 45px 0 30px;
    background-color: #fffdd5;
  }

  .emergency-contact_inner {
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    max-width: 1230px;
  }

  .emergency-contact_title {
    line-height: 1.5;
    text-align: center;
    font-size: 2.4rem;
    font-weight: 700;
  }

  .emergency-contact_title-v2 {
    line-height: 1.67;
    text-align: center;
    font-size: 1.8rem;
    font-weight: 700;
  }

  .emergency-contact_text,
  .emergency-contact_text-v2 {
    margin-top: 0.6em;
    line-height: 1.5;
  }

  .emergency-contact_title-v2 + .emergency-contact_text,
  .emergency-contact_title-v2 + .emergency-contact_text-v2 {
    margin-top: 1em;
  }

  .emergency-contact-layout {
    display: flex;
    flex-wrap: wrap;
    margin: 1.5em -18px 0;
  }

  .emergency-contact-layout_item {
    margin-bottom: 1.8em;
    padding: 0 18px;
    width: 50%;
  }

  .emergency-contact-layout_item.is-wide {
    width: 100%;
  }

  .emergency-contact_box {
    padding: 26px 10px 24px;
    background-color: #fff;
    border: 1px solid #dde1e4;
  }

  .emergency-contact-layout_item .emergency-contact_box {
    height: 100%;
  }

  .emergency-contact_read {
    line-height: 1.6;
    font-size: 1.7rem;
    margin-top: 0.4em;
  }

  .emergency-contact_tel {
    margin-top: 0.4em;
    text-align: center;
  }

  .emergency-contact_tel &gt; a {
    display: inline-block;
    padding-left: 55px;
    line-height: 1.2;
    font-size: 2.8rem;
    font-weight: 700;
    background: url(/img/emergency_ic01.png) 0 0.2em no-repeat;
    background-size: 45px auto;
  }
}
@media only screen and (max-width: 767px) {
  body:not(#sogo) .container.page-emergency {
    padding-bottom: 0;
  }

  /* ----- emergency-box-layout ----- */
  .emergency-box-layout {
    margin-top: 0;
    margin-left: -15px;
    margin-right: -15px;
    background-color: #ffeded;
  }

  .emergency-box-layout &gt; .emergency-box-layout_inner {
    margin-top: 0;
    padding: 19px 30px 24px;
  }

  .emergency-box-layout .box_heading {
    line-height: 1.5;
    text-align: center;
    color: #dc3545;
    font-size: 1.5rem;
    font-weight: 700;
  }

  .emergency-box-layout .box_detail {
    margin-top: 12px;
  }

  /* ----- emergency-button ----- */
  .emergency-button {
    text-align: center;
  }

  .emergency-button &gt; a {
    display: inline-block;
    position: relative;
    width: 100%;
    padding: 11px 20px 14px;
    border: 1px solid #e9e9e9;
    border-radius: 100px;
    background-color: #fff;
    color: #333;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
  }

  .emergency-button &gt; a:hover {
    background-color: #eee;
  }

  .emergency-button .link_label {
    display: inline-block;
    position: relative;
    line-height: 1.5;
    font-size: 1.6rem;
    font-weight: 700;
  }

  /* ----- emergency-login-layout ----- */
  .emergency-login-layout {
    margin-top: 1.6em;
  }

  .contents &gt; .emergency-login-layout:first-child {
    padding-top: 2em;
  }

  .emergency-login-layout_title {
    font-size: 2rem;
    font-weight: 700;
  }

  .emergency-login-layout_detail {
    margin-top: 1em;
  }

  .link-button-v2.is-emergency {
    margin-top: 1.5em;
  }

  .link-button-v2.is-emergency:not([data-row-sp="1"]):not([data-row-sp="auto"]) &gt; * {
    margin-top: 10px;
  }

  .link-button-v2.is-emergency &gt; li &gt; a {
    padding: 13px 4px 12px;
  }

  /* ----- emergency-news ----- */
  .emergency-news {
    margin-top: 2.8em;
  }

  .emergency-news_title {
    color: #dc3545;
    line-height: 1.5;
    font-size: 2rem;
    font-weight: 700;
  }

  .emergency-news .news-layout {
    margin-top: 0.5em;
  }

  .emergency-news .news-layout .news_article:last-child {
    border-bottom: none;
  }

  .emergency-news .news-layout .news_detail {
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }

  .emergency-news .news-layout .block {
    padding: 19px 0 18px;
    text-decoration: none;
  }

  .emergency-news .news-layout a .news_title {
    text-decoration: none;
  }

  .emergency-news .news-layout .news_date,
  .emergency-news .news-layout .news_title {
    line-height: 1.7;
  }

  .emergency-news .news-layout .news_title {
    margin-top: 0.8em;
  }

  .emergency-news .news-layout .a-blank .news_title::after,
  .emergency-news .news-layout .a-pdf .news_title::after {
    margin-top: 0.4em;
  }

  /* ----- emergency-contact-layout ----- */
  .emergency-contact {
    margin: 1.2em -15px 0;
    padding: 24px 0 30px;
    background-color: #fffdd5;
  }

  .emergency-contact_inner {
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    max-width: 1230px;
  }

  .emergency-contact_title {
    line-height: 1.5;
    text-align: center;
    font-size: 2rem;
    font-weight: 700;
  }

  .emergency-contact_title-v2 {
    line-height: 1.46;
    text-align: center;
    font-size: 1.5rem;
    font-weight: 700;
  }

  .emergency-contact_text {
    margin-top: 1em;
    font-size: 1.2rem;
  }

  .emergency-contact_text-v2 {
    margin-top: 0.4em;
  }

  .emergency-contact_title-v2 + .emergency-contact_text,
  .emergency-contact_title-v2 + .emergency-contact_text-v2 {
    margin-top: 0.4em;
  }

  .emergency-contact_text-v2 &gt; a[href^="tel:"] {
    color: #333;
    text-decoration: none;
  }

  .emergency-contact-layout {
    display: flex;
    flex-wrap: wrap;
    margin-top: 1.1em;
  }

  .emergency-contact-layout_item {
    margin-top: 1.1em;
    width: 100%;
  }

  .emergency-contact-layout &gt; .emergency-contact-layout_item:first-child {
    margin-top: 0;
  }

  .emergency-contact-layout_item.is-wide {
    width: 100%;
  }

  .emergency-contact_box {
    padding: 16px 15px 17px;
    background-color: #fff;
    border: 1px solid #dde1e4;
  }

  .emergency-contact-layout_item .emergency-contact_box {
    height: 100%;
  }

  .emergency-contact_read {
    line-height: 1.6;
    margin-top: 0.9em;
  }

  .emergency-contact_tel {
    margin-top: 0.7em;
    text-align: center;
  }

  .emergency-contact_tel &gt; a {
    display: inline-block;
    padding-left: 52px;
    line-height: 1.2;
    color: #333;
    text-decoration: none;
    font-size: 2.8rem;
    font-weight: 700;
    background: url(/img/emergency_ic01.png) 0 0.2em no-repeat;
    background-size: 45px auto;
  }
}

@media print, screen and (min-width: 768px) {
  .box-layout-v3 .box_heading.type-without-detail {
    padding: 34px 10px;
  }
}
@media only screen and (max-width: 767px) {
  .box-layout-v3 .box_heading.type-without-detail {
      padding: 20px;
  }
}

.type-lineheight-1 {line-height: 1;}</pre></body></html>