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

/* ======================================================
 * layout.css
 * ------------------------------------------------------
 * @media print, screen and (min-width: 768px)
 * - Override
 * - Header
 * - Main
 * - Assist
 * - Footer
 * - Page Component
 * - Clearfix
 * @media only screen and (max-width: 767px)
 * - Override
 * - Header
 * - Main
 * - Assist
 * - Footer
 * - Page Component
 * - Clearfix
 * SP Media Queries
====================================================== */

/* ======================================================
 * PC
====================================================== */
@media print, screen and (min-width: 768px) {
  /* ------------------------------------------------------
   * Override
  ------------------------------------------------------ */
  .slick-slide img {
    display: initial;
  }
  [data-browser="ie11"] .slick-slide img {
    display: inline-block;
  }

  /* ------------------------------------------------------
   * Header
  ------------------------------------------------------ */
  .Header {
    padding: 0 50px;
    background: #fff;
  }
  .Header__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 1100px;
    height: 90px;
    margin: 0 auto;
  }
  .Header__head {
    margin: 0 36px 0 0;
  }
  .Header__body {
    flex: 1;
    display: flex;
    justify-content: flex-end;
  }

  /* ----- header-identity ----- */
  .header-identity__logo img {
    width: 219px;
  }

  /* ----- header-utility ----- */
  .header-utility {
    display: flex;
    align-items: center;
  }
  .header-utility__item + .header-utility__item {
    margin-left: 32px;
  }
  .header-utility-button__type {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 277px;
    height: 58px;
    padding: 4px 23px 4px;
    box-shadow: inset 0 -4px 0 0 rgba(173,36,85,1);
    background: #e8437e;
    border-radius: 6px;
    color: #fff !important;
    text-decoration: none !important;
    transition: all .25s cubic-bezier(.4,0,.2,1) 0s;
  }
  .header-utility-button__label {
    position: relative;
    width: 100%;
    padding: 0 0 0 34px;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.1;
    text-align: center;
  }
  .header-utility-button__label::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 17px;
    height: 22px;
    background: url("https://d18f657670wm8u.cloudfront.net/medical/app-files/img/cmn_link_ic01.png?20230220") no-repeat 0 0;
    background-size: 100% 100%;
  }
  .header-utility-button__type:hover {
    opacity: 0.7;
  }
  .header-utility-freephone__head {
    padding: 4px;
    background: #f4f4f4;
  }
  .header-utility-freephone__body {
    height: 23px;
    margin: 8px 0 0;
  }
  .header-utility-freephone__name {
    font-size: 1.2rem;
    line-height: 1.1;
    text-align: center;
  }
  .header-utility-freephone__number {
    display: flex;
    justify-content: center;
  }
  .header-utility-freephone__number &gt; span {
    position: relative;
    padding: 0 0 0 46px;
    font-size: 3rem;
    font-weight: 700;
    line-height: 1;
    text-align: center;
  }
  .header-utility-freephone__number &gt; span::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 39px;
    height: 22px;
    background: url("https://d18f657670wm8u.cloudfront.net/medical/app-files/img/cmn_freephone_ic01.png?20230220") no-repeat 0 0;
    background-size: 100% 100%;
  }

  /* ------------------------------------------------------
   * Main
  ------------------------------------------------------ */
  .Main {
    overflow-x: hidden;
  }

  /* ------------------------------------------------------
   * Assist
  ------------------------------------------------------ */
  /* ----- assist-catch ----- */
  .assist-catch {
    background: #d6def5;
  }
  .assist-catch__outer {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 200px;
  }
  .assist-catch__inner {
    position: relative;
    padding: 5px 114px 0 124px;
  }
  .assist-catch__inner::before,
  .assist-catch__inner::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 112px;
    margin: -8px 0 0;
    background-repeat: no-repeat;
    background-position: 0 0;
  }
  .assist-catch__inner::before {
    left: 0;
    width: 82px;
    background-image: url("https://d18f657670wm8u.cloudfront.net/medical/app-files/img/assist_catch_im01.png?20230220");
  }
  .assist-catch__inner::after {
    right: 0;
    width: 80px;
    background-image: url("https://d18f657670wm8u.cloudfront.net/medical/app-files/img/assist_catch_im02.png?20230220");
  }
  .assist-catch__lead {
    color: #6e4598;
    font-size: 2.6rem;
    font-weight: 700;
    line-height: 1.1;
    text-align: center;
  }
  .assist-catch__text {
    margin: 15px 0 0;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.1;
    text-align: center;
  }

  /* ----- assist-content ----- */
  .assist-content {
    padding: 35px 0;
  }

  /* ----- assist-description ----- */
  .assist-description__item {
    display: flex;
  }
  .assist-description__item + .assist-description__item {
    margin-top: 25px;
    padding-top: 30px;
    border-top: 1px solid #ddd;
  }
  .assist-description__head {
    width: 273px;
    margin: 0 36px 0 0;
  }
  .assist-description__body {
    flex: 1;
  }
  .assist-description-note {
    margin: 30px 0 0;
  }
  .assist-description-note &gt; li {
    position: relative;
    padding: 0 0 0 1em;
    color: #666;
    font-size: 1.4rem;
  }
  .assist-description-note__mark {
    position: absolute;
    top: 0;
    left: 0;
  }
  /* ----- assist-caution ----- */
  .assist-caution {
    position: relative;
    margin: 35px 0 0;
    padding: 20px 40px 20px 110px;
    background: #fff;
    border: 3px solid #df1616;
    border-radius: 6px;
  }
  .assist-caution::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 40px;
    transform: translateY(-50%);
    width: 41px;
    height: 34px;
    background: url("https://d18f657670wm8u.cloudfront.net/medical/app-files/img/assist_caution_ic01.png?20230220") no-repeat 0 0;
    background-size: 100% 100%;
  }
  .assist-caution__text {
    color: #df1616;
  }

  /* ----- assist-identity ----- */
  .assist-identity {
    margin: 50px 0 0;
  }
  .assist-identity__logo {
    text-align: center;
  }
  .assist-identity__logo img {
    width: 329px;
  }
  .assist-identity__text {
    margin: 25px 0 0;
    font-size: 1.2rem;
    line-height: 1.1;
    text-align: center;
  }

  /* ------------------------------------------------------
   * Footer
  ------------------------------------------------------ */
  .Footer {
    display: flex;
    align-items: center;
    height: 40px;
    background: #6e4598;
  }
  .Footer__inner {
    width: 100%;
  }
  .Footer__utility {
    display: none;
  }

  /* ----- footer-copyright ----- */
  .footer-copyright__text {
    display: block;
    color: #fff;
    font-size: 1.2rem;
    line-height: 1.1;
    text-align: center;
  }

  /* ------------------------------------------------------
   * Page Component
  ------------------------------------------------------ */
  /* ----- .container ----- */
  .container {
    width: 1240px;
    margin: 0 auto;
    padding: 0 20px;
  }

  /* ------------------------------------------------------
   * Clearfix
  ------------------------------------------------------ */
  .clearfix::after {
    display: block;
    clear: both;
    content: "";
  }
}
/* ======================================================
 * SP
====================================================== */
@media only screen and (max-width: 767px) {
  /* ------------------------------------------------------
   * Override
  ------------------------------------------------------ */
  .slick-slide img {
    display: initial;
  }

  /* ------------------------------------------------------
   * Header
  ------------------------------------------------------ */
  .Header {
    position: relative;
    padding: 0 2.6666666667vw 0 1.8666666667vw;
    background: #fff;
    box-shadow: 0 5px 10px 0 rgba(0,0,0,0.1);
    z-index: 9999;
  }
  
  .Header__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 90px;
    margin: 0 auto;
  }

  /* ----- header-identity ----- */
  .header-identity__logo img {
    width: 110px;
  }

  /* ----- header-utility ----- */
  .header-utility-button__type {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 200px;
    height: 58px;
    padding: 4px 10px 4px;
    box-shadow: inset 0 -4px 0 0 rgba(173,36,85,1);
    background: #e8437e;
    border-radius: 6px;
    color: #fff !important;
    text-decoration: none !important;
    transition: all .25s cubic-bezier(.4,0,.2,1) 0s;
  }
  .header-utility-button__label {
    position: relative;
    width: 100%;
    padding: 0 0 0 20px;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.1;
    text-align: center;
  }
  .header-utility-button__label::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 17px;
    height: 22px;
    background: url("https://d18f657670wm8u.cloudfront.net/medical/app-files/img/cmn_link_ic01.png?20230220") no-repeat 0 0;
    background-size: 100% 100%;
  }
  .header-utility-button__type:hover {
    opacity: 0.7;
  }

  /* ------------------------------------------------------
   * Main
  ------------------------------------------------------ */
  .Main {
    overflow-x: hidden;
  }

  /* ------------------------------------------------------
   * Assist
  ------------------------------------------------------ */
  /* ----- assist-catch ----- */
  .assist-catch {
    padding: 30px 0;
    background: #d6def5;
  }
  .assist-catch__lead {
    position: relative;
    color: #6e4598;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.38;
    text-align: center;
  }
  .assist-catch__lead::before,
  .assist-catch__lead::after {
    content: "";
    position: absolute;
    bottom: 0;
    height: 56px;
    margin: 0 0 5px;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 100% 100%;
  }
  .assist-catch__lead::before {
    left: 0;
    width: 41px;
    background-image: url("https://d18f657670wm8u.cloudfront.net/medical/app-files/img/assist_catch_im01.png?20230220");
  }
  .assist-catch__lead::after {
    right: 0;
    width: 40px;
    background-image: url("https://d18f657670wm8u.cloudfront.net/medical/app-files/img/assist_catch_im02.png?20230220");
  }
  .assist-catch__text {
    margin: 5px 0 0;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.38;
    text-align: center;
  }

  /* ----- assist-content ----- */
  .assist-content {
    padding: 20px 0 25px;
  }

  /* ----- assist-description ----- */
  .assist-description__item + .assist-description__item {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #ddd;
  }
  .assist-description__body {
    margin: 7px 0 0;
  }
  .assist-description-note {
    margin: 20px 0 0;
  }
  .assist-description-note &gt; li {
    position: relative;
    padding: 0 0 0 1em;
    color: #666;
  }
  .assist-description-note__mark {
    position: absolute;
    top: 0;
    left: 0;
  }

  /* ----- assist-caution ----- */
  .assist-caution {
    position: relative;
    margin: 25px 0 0;
    padding: 65px 15px 15px;
    background: #fff;
    border: 2px solid #df1616;
    border-radius: 6px;
  }
  .assist-caution::before {
    content: "";
    position: absolute;
    top: 15px;
    left: 50%;
    transform: translateX(-50%);
    width: 41px;
    height: 34px;
    background: url("https://d18f657670wm8u.cloudfront.net/medical/app-files/img/assist_caution_ic01.png?20230220") no-repeat 0 0;
    background-size: 100% 100%;
  }
  .assist-caution__text {
    color: #df1616;
    font-size: 1.4rem;
  }

  /* ----- assist-identity ----- */
  .assist-identity {
    margin: 30px 0 0;
  }
  .assist-identity__logo {
    text-align: center;
  }
  .assist-identity__logo img {
    max-width: 247px;
    width: 100%;
  }
  .assist-identity__text {
    margin: 15px 0 0;
    font-size: 1.2rem;
    line-height: 1.1;
    text-align: center;
  }

  /* ------------------------------------------------------
   * Footer
  ------------------------------------------------------ */
  .Footer {
    padding: 0 0 50px;
  }
  .Footer__body {
    padding: 12px 0;
    background: #6e4598;
  }
  .Footer__utility {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
  }

  /* ----- footer-copyright ----- */
  .footer-copyright__text {
    display: block;
    color: #fff;
    font-size: 1.2rem;
    text-align: center;
  }

  /* ----- footer-conversion ----- */
  .footer-conversion-button {
    display: flex;
    height: 50px;
  }
  .footer-conversion-button &gt; li {
    flex: 1;
    display: flex;
  }
  .footer-conversion-button &gt; li + li {
    border-left: 1px solid #f4a1bf;
  }
  .footer-conversion-button &gt; li &gt; a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
  }
  .footer-conversion-button__type {
    background: #e8437e;
    color: #fff !important;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.1;
    text-decoration: none !important;
  }
  .footer-conversion-button__label--simulation,
  .footer-conversion-button__label--freephone {
    position: relative;
  }
  .footer-conversion-button__label--simulation {
    padding-left: 34px;
  }
  .footer-conversion-button__label--freephone {
    padding-left: 36px;
  }
  .footer-conversion-button__label--simulation::before,
  .footer-conversion-button__label--freephone::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 100% 100%;
  }
  .footer-conversion-button__label--simulation::before {
    width: 20px;
    height: 26px;
    background-image: url("https://d18f657670wm8u.cloudfront.net/medical/app-files/img/cmn_link_ic01.png?20230220");
  }
  .footer-conversion-button__label--freephone::before {
    width: 17px;
    height: 26px;
    background-image: url("https://d18f657670wm8u.cloudfront.net/medical/app-files/img/cmn_link_ic02.png?20230220");
  }

  /* ------------------------------------------------------
   * Page Component
  ------------------------------------------------------ */
  /* ----- .container ----- */
  .container {
    padding: 0 15px;
  }

  /* ------------------------------------------------------
   * Clearfix
  ------------------------------------------------------ */
  .clearfix::after {
    display: block;
    clear: both;
    content: "";
  }
}
</pre></body></html>