html {
    scroll-behavior: smooth;
    scroll-padding-top: 44px;
    font-family: 'Noto Sans JP', -apple-system, BlinkMacSystemFont,
      'Helvetica Neue', YuGothic, 'Lucida Grande', '游ゴシック',
      Meiryo, 'メイリオ', Roboto, 'Droid Sans', sans-serif;
  }
  
  body {
    color: #333;
  }

  .timebox {
    width: 376px;
  }
  .timebox-children {
    width: 200px;
    height: 171px;
  }
  .cta-button {
    width: 376px;
  }
  /* .symptom-list {
    padding-left: 44px;
    position: relative;
  } */
  /* .symptom-list::before {
    content: "";
    position: absolute;
    background-image: url('./images/icon-mental.svg');
    top: 0px;
    left: 5px;
    width: 32px;
    height: 32px;
    background-repeat: no-repeat;
  } */

  @media (max-width: 764px) {
    .timebox {
      width: 200px;
      height: 164px;
    }
    .timebox-children {
      width: 100%;
      height: 100px;
    }
    .cta-button {
      width: 100%;
    }
    /* iframe {
      width: 200px;
    } */
  }
  @media (max-width: 490px) {
    .timebox-children {
      right: -2rem;
    }
  }
  @media (max-width: 430px) {
    .timebox-children {
      right: -.6rem;
    }
  }
  @media (max-width: 410px) {
    .timebox-children {
        right: 0;
    }
  }
  @media (max-width: 380px) {
    .timebox {
      width: 200px;
      height: 164px;
    }
    .timebox-children {
      max-width: 360px;
      width: 100%;;
    }
    .mv-image {
      width: 140px;
    }
  }
  @media (max-width: 375px) {
    #iframe-button-cta span {
      font-size: 13px!important;
    }
  }
  
    #cta-container.fixed {
      position: fixed;
      bottom: 0;
      left: 0;
      right: 0;
      z-index: 1000;
      padding: 12px 16px;
    }
    
    #cta-spacer {
      height: 82px;
      display: none;
    }

  .w-340px {
    width: 340px;
  }

  .bg-blue {
    background-color: #009CE5;
  }
  .bg-lightblue {
    background-color: #E1EAF2;
  }
  .bg-orange {
    background-color: #F28947;
  }
  .bg-mvgreen {
    background-color: #E1F2F2;
  }
  .bg-tagblue {
    background-color: #D2EDF9;
  }
  .bg-grey {
    background-color: #F7F9FA;
  }
  .bg-lightgrey {
    background-color: #DAE8F9;
  }
  .border-grey {
    border-color: #E1E4EB;
    border-bottom-width: 1px;
    border-top-width: 1px;
  }
  .border-grey-b {
    border-color: #E1E4EB;
    border-bottom-width: 1px;
  }
  .text-grey {
    color: #AAB3BB;
  }
  .text-lightgrey {
    color: #666;
  }
  .text-taggrey {
    color: #999C9F;
  }
  .text-lightblue {
    color: #009CE5;
  }
  .text-blue {
    color: #0063B2;
  }
  .hover-text-blue:hover {
    color: #0063B2;
  }

  .text-12px {
    font-size: 12px;
  }
  
  .roboto,
  .roboto-regular {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: normal;
  }
  
  .roboto-medium {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-style: normal;
  }
  
  .roboto-bold {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-style: normal;
  }
  
  .container {
    width: 100%;
    max-width: calc(1088px + 32px);
    padding-left: 16px;
    padding-right: 16px;
    margin-left: auto;
    margin-right: auto;
  }
  
  .text-blue {
    color: #0063B2;
  }
  
  @media (max-width: 1087px) {
    .container-sm {
      width: 100%;
      max-width: 1088px;
      padding-left: 16px;
      padding-right: 16px;
      margin-left: auto;
      margin-right: auto;
    }
  }
  
  /* custom css */
  .c-breadcrumb {
    >li {
      display: inline;
      font-size: 12px;
  
      &:not(:last-of-type)::after {
        content: ">";
        padding-left: 0.5em;
      }
  
      >a {
        color: #0063B2;
      }
    }
  }
  
  .c-button-primary {
    display: flex;
    justify-content: center;
    background-color: #F28947;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 1rem;
    font-weight: 700;
    border-radius: 9999px;
    background-color: #F28947;
    align-items: end;
    transition: all 0.15s ease-out;
    /* shadow-lg */
    --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
  
  .c-button-blue {
    display: block;
    position: relative;
    width: 240px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 0.75rem;
    border-radius: 0.5rem;
    border: 1px solid #0063B2;
    color: #0063B2;
    font-size: 16px;
    text-align: center;
    cursor: pointer;
  
  }
  
  .c-mark-list li {
    position: relative;
    padding-left: 1.4em;
  }

  .c-mark-list li::before {
    position: absolute;
    content: '※';
    left: 0;
  }
  @media (min-width: 1088px) {
    .c-mark-list li::before {
      position: relative;
      margin-right: 0.5em;
    }
  }
  
  @media (min-width: 1088px) {
    html {
      scroll-padding-top: 0;
    }
  
    .c-button-primary {
      width: 100%;
    }
  }
  
  @media (any-hover: hover) {
  
    /* スマホだとタップでずっと色が変わるためhover対応の環境のみhoverアクションさせる */
    .c-button-primary {
      &:hover {
        background-color: #FA9B5F;
      }
    }
  
    .c-button-blue {
      &:hover {
        background: linear-gradient(90deg, #0164B3 0%, #0099E2 100%);
        color: #fff;
  
        svg path {
          fill: #fff;
        }
      }
    }
  }

/* footer */


.c-footer-list {
  >li {
    display: inline;

    &:not(:last-of-type)::after {
      content: "";
      color: #E1E4EB;
      padding: 3px 5px;
      border-right: 1px solid #E1E4EB;
    }
  }
}

.c-inline-br::after {
  content: "\A";
  white-space: pre;
}

.mv-container {
  width: 1120px;
}

@media (max-width: 1088px) {
  .mv-container {
    width: 100%;
  }
}

.c-accor-title {
  padding-right: 34px;
  background-image: url('./images/icon-arrow-down.svg');
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 16px auto;
  font-size: 18px;
  font-weight: 600;
}

.c-accor-title-right {
  padding-right: 34px;
  background-image: url('./images/icon-arrow-right.svg');
  background-repeat: no-repeat;
  background-position: right 40px center;
  background-size: 16px auto;
}

.c-accor-title-open {
  background-image: url('./images/icon-arrow-up.svg');
}

.c-accor-body {
  font-size: 16px;
}

.flash {
  background-color: #daeeff;
}