<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/******************************************************************
overlap
******************************************************************/
body, .wrap-link-footer { background: #eef0f1; }

#header { min-height: auto; }

.breadcrumb { margin-left: 0; }

.article { background: #fff; }

.wrap-link-footer:before { width: 100%; }

.contain .section .wrap .container.social { z-index: auto; }

#footer .contain .section .container.link { box-sizing: border-box; z-index: auto; width: 100%; }

#footer .wrap { max-width: 1280px; margin: auto; }

/******************************************************************
layout - wrapper
******************************************************************/
.l-wrapper { width: 100%; overflow: hidden; }

/******************************************************************
layout - breadcrumb
******************************************************************/
.l-breadcrumb { background: #EFF0F1; }

.l-breadcrumb__inner { max-width: 1240px; margin-right: auto; margin-left: auto; }

@media print, screen and (min-width: 1025px) { .l-breadcrumb { padding-bottom: 10px; } }

@media print, screen and (max-width: 1024px) { .l-breadcrumb { padding-bottom: 5px; } }

@media screen and (max-width: 767px) { .l-breadcrumb { display: none; } }

/******************************************************************
layout - side-fixed
******************************************************************/
.l-side-fixed { position: fixed; z-index: 101; transition-property: transform; transition-duration: 0.5s; }

.l-side-fixed img { image-rendering: -webkit-optimize-contrast; }

@media print, screen and (min-width: 1025px) { .l-side-fixed { right: 0; top: 50%; transform: translate(100%, -50%); }
  .l-side-fixed.is-over { transform: translate(66px, -50%); }
  .l-side-fixed__inner { transform: translateX(-64px); }
  .l-side-fixed li:not(:first-child) a { border-top: 1px solid #fff; }
  .l-side-fixed li:first-child a { border-top: 1px solid #fff; border-radius: 8px 0 0 0; }
  .l-side-fixed li:last-child a { border-bottom: 1px solid #fff; border-radius: 0 0 0 8px; }
  .l-side-fixed a { border-left: 1px solid #fff; display: flex; align-items: center; color: #fff; font-size: 12px; padding: 10px; background-color: #CB0112; transition-property: background; transition-duration: 0.3s; }
  .l-side-fixed a:hover { background-color: #E33644; }
  .l-side-fixed a span:first-child { margin-right: 10px; }
  .l-side-fixed a span:first-child img { width: 44px; } }

@media print, screen and (max-width: 1024px) { .l-side-fixed { left: 0; bottom: 0; width: 100%; }
  .l-side-fixed.is-hidden { transform: translateY(100%); }
  .l-side-fixed__inner { display: flex; }
  .l-side-fixed li { display: flex; width: 100%; line-height: 1.2; }
  .l-side-fixed li:first-child a { border-radius: 8px 0 0 0; }
  .l-side-fixed li:last-child a { border-right: 1px solid #fff; border-radius: 0 8px 0 0; }
  .l-side-fixed li:nth-child(1) span:last-child { background: url(/lineup/common_2021/img/icn-cta1-sp.png) center top 8px/32px auto no-repeat; }
  .l-side-fixed li:nth-child(2) span:last-child { background: url(/lineup/common_2021/img/icn-cta2-sp.png) center top 8px/32px auto no-repeat; }
  .l-side-fixed li:nth-child(3) span:last-child { background: url(/lineup/common_2021/img/icn-cta3-sp.png) center top 8px/32px auto no-repeat; }
  .l-side-fixed li:nth-child(4) span:last-child { background: url(/lineup/common_2021/img/icn-cta4-sp.png) center top 8px/32px auto no-repeat; }
  .l-side-fixed li:nth-child(5) span:last-child { background: url(/lineup/common_2021/img/icn-cta5-sp.png) center top 8px/32px auto no-repeat; }
  .l-side-fixed a { box-sizing: border-box; width: 100%; border-top: 1px solid #fff; border-left: 1px solid #fff; display: block; text-align: center; font-size: 14px; font-weight: bold; padding: 0 5px 5px 5px; background-color: #E2E2E2; image-rendering: -webkit-optimize-contrast; }
  .l-side-fixed a span:first-child { display: none; }
  .l-side-fixed a span:last-child { display: block; padding-top: 38px; } }

@media screen and (max-width: 767px) { .l-side-fixed li:last-child { display: none; }
  .l-side-fixed li:nth-child(4) a { border-right: 1px solid #fff; border-radius: 0 8px 0 0; }
  .l-side-fixed a { font-size: 10px; } }

/******************************************************************
component - section
******************************************************************/
.c-section { position: relative; padding-top: 0.1px; padding-bottom: 0.1px; }

.c-section__fit { max-width: 1240px; margin-right: auto; margin-left: auto; }

.c-section__top { max-width: 1240px; margin-right: auto; margin-left: auto; margin-top: 80px; }

.c-section__bottom { max-width: 1240px; margin-right: auto; margin-left: auto; margin-bottom: 80px; }

.c-section__vertical { max-width: 1240px; margin-right: auto; margin-left: auto; margin-top: 80px; margin-bottom: 80px; }

.c-section--white { background-color: #fff; }

.c-section--f6f7f7 { background-color: #f6f7f7; }

.c-section__outer-gutter { padding-right: 30px; padding-left: 30px; }

@media print, screen and (max-width: 1024px) { .c-section__outer-gutter { padding-left: 20px; padding-right: 20px; } }

@media screen and (max-width: 767px) { .c-section__outer-gutter { padding-left: 15px; padding-right: 15px; } }

.c-section--support { padding-top: 0.1px; padding-bottom: 0.1px; background: #CB0112; }

.c-section__support { max-width: 1240px; margin-right: auto; margin-left: auto; margin-top: 80px; margin-bottom: 80px; padding-right: 30px; padding-left: 30px; }

@media print, screen and (max-width: 1024px) { .c-section__support { padding-left: 20px; padding-right: 20px; } }

@media screen and (max-width: 767px) { .c-section__support { margin-top: 30px; margin-bottom: 15px; padding-left: 15px; padding-right: 15px; } }

@media screen and (max-width: 767px) { .c-section__top { margin-top: 30px; }
  .c-section__bottom { margin-bottom: 30px; }
  .c-section__vertical { margin: 30px auto 30px auto; } }

/******************************************************************
2021/06/23 CTA
******************************************************************/
#support-navi-section { background-color: #CB0112; clear: both; }

#support-navi-section ul { display: flex; flex-flow: wrap; margin: 0 -.7936507937%; }

@media screen and (max-width: 1024px) { #support-navi-section ul { margin: 0 -7.5px; } }

#support-navi-section ul li { width: 31.746031746%; margin: .7936507937%; background-color: #FFFFFF; border-radius: 10px; box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2); }

@media screen and (max-width: 1280px) { #support-navi-section ul li { width: 48.4126984127%; } }

@media screen and (max-width: 767px) { #support-navi-section ul li { width: calc(50% - 15px); margin: 0 7.5px 15px; } }

#support-navi-section ul li .ico-box { float: left; line-height: 0; margin-right: 10px; }

@media screen and (max-width: 1024px) { #support-navi-section ul li .ico-box { width: 100px; margin-right: 3px; }
  #support-navi-section ul li .ico-box img { width: 100%; height: auto; } }

@media screen and (max-width: 767px) { #support-navi-section ul li .ico-box { float: none; margin-right: 0; text-align: center; width: 100%; height: 75px; margin-bottom: 5px; }
  #support-navi-section ul li .ico-box img { height: 100%; width: auto; } }

#support-navi-section ul li h4 { font-size: 23px; color: #CB0112; margin-bottom: 5px; padding-right: 18px; position: relative; display: inline-block; font-feature-settings: "palt"; font-weight: bold; }

@media screen and (max-width: 1024px) { #support-navi-section ul li h4 { font-size: 20px; } }

@media screen and (max-width: 767px) { #support-navi-section ul li h4 { font-size: 14px; font-weight: 400; text-align: center; display: block; padding-right: 10px; } }

#support-navi-section ul li h4::after { content: ""; display: block; width: 9px; height: 9px; position: absolute; top: calc(50% - 4px); right: 2px; border-bottom: solid 1px #CB0112; border-right: solid 1px #CB0112; transform: rotate(-45deg); }

#support-navi-section ul li p { font-size: 14px; line-height: 1.8; color: #404040; overflow: hidden; }

@media screen and (max-width: 1024px) { #support-navi-section ul li p { font-size: 13px; } }

@media screen and (max-width: 767px) { #support-navi-section ul li p { display: none; } }

#support-navi-section ul li a { position: relative; display: inline-block; width: 100%; padding: 35px 22px 36px; box-sizing: border-box; }

@media screen and (max-width: 1024px) { #support-navi-section ul li a { padding: 35px 5% 36px; } }

@media screen and (max-width: 767px) { #support-navi-section ul li a { padding: 12px; letter-spacing: 0; } }

#support-navi-section ul li a::before { content: ""; display: block; width: calc(100% - 46px); height: 2px; position: absolute; bottom: 20px; left: 23px; background-color: #CB0112; transition: all 0.2s ease; transform: scaleX(0) translate3d(0, 0, 0); }

@media screen and (max-width: 767px) { #support-navi-section ul li a::before { width: calc(100% - 28px); left: 14px; bottom: 12px; } }

@media screen and (min-width: 1025px) { #support-navi-section ul li:hover a::before { transform: scaleX(1) translate3d(0, 0, 0); } }
</pre></body></html>