.page-faq * {
  box-sizing: border-box; }
.page-faq a {
  text-decoration: none; }
.page-faq .l-container {
  max-width: 1024px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px; }
.page-faq img {
  max-width: 100%;
  height: auto;
  vertical-align: top; }
.page-faq .ctn_button {
  width: 100% !important; }
.page-faq .stInner {
  border-top: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD; }
  .page-faq .stInner_cnt {
    padding: 40px 0 38px 0; }
    .page-faq .stInner_cnt_eng {
      color: #D23339;
      font-weight: 700;
      font-size: 14px;
      line-height: 175%;
      font-family: 'Montserrat';
      font-weight: bold; }
    .page-faq .stInner_cnt_jpn {
      font-weight: 700;
      font-size: 29px;
      line-height: 150%;
      padding-top: 4px; }
    .page-faq .stInner_cnt_textjpn {
      font-weight: 400;
      font-size: 14px;
      line-height: 175%;
      color: #959797;
      padding-top: 15px; }
.page-faq .stBreadcrumb {
  padding: 20px 0; }
  .page-faq .stBreadcrumb_list {
    list-style: none;
    display: flex;
    overflow-y: auto; }
    .page-faq .stBreadcrumb_list_item {
      color: #959797;
      font-weight: 400;
      font-size: 12px;
      line-height: 175%;
      padding: 0 10px;
      position: relative;
      white-space: nowrap; }
      .page-faq .stBreadcrumb_list_item:not(:last-child)::before {
        width: 4px;
        height: 4px;
        position: absolute;
        right: -2px;
        border-bottom: 2px solid #DDDDDD;
        border-right: 2px solid #DDDDDD;
        content: " ";
        color: #DDDDDD;
        top: 50%;
        transform: translateY(-50%) rotate(-45deg); }
      .page-faq .stBreadcrumb_list_item a {
        color: #959797;
        text-decoration: none; }
      .page-faq .stBreadcrumb_list_item:first-child {
        padding-left: 0; }
        .page-faq .stBreadcrumb_list_item:first-child a {
          text-decoration: underline;
          color: #D23339; }
.page-faq .stFaq {
  display: flex;
  justify-content: space-between;
  position: relative; }
  .page-faq .stFaq_content {
    width: 760px;
    max-width: 760px;
    position: relative; }
    .page-faq .stFaq_content_topHead {
      padding-top: 60px;
      padding-bottom: 40px;
      font-weight: 400;
      font-size: 16px;
      line-height: 175%;
      color: #2C2F2F; }
      .page-faq .stFaq_content_topHead a {
        text-decoration: underline; }
  .page-faq .stFaq_sidebar {
    padding-top: 15px; }
.page-faq .menu-floating__content {
  background: #F5F5F5;
  box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.05);
  padding: 0 20px 30px;
  width: calc(100% + 40px);
  margin-left: -20px; }
  .page-faq .menu-floating__content ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    .page-faq .menu-floating__content ul li {
      width: 47%;
      border-bottom: 1px solid #DDDDDD; }
      .page-faq .menu-floating__content ul li a {
        padding: 0 17px 0 19px;
        font-weight: 400;
        font-size: 12px;
        line-height: 1.75;
        position: relative;
        text-decoration: none;
        color: #2C2F2F;
        display: inline-block;
        transition: 0.25s all ease;
        left: 0;
        height: 60px;
        min-width: 169px;
        display: flex;
        align-items: center; }
        .page-faq .menu-floating__content ul li a::before {
          content: "";
          position: absolute;
          left: 1px;
          top: 25px;
          width: 12px;
          height: 12px;
          background: url(./../../images/arrow_down-red.svg) no-repeat;
          background-size: contain; }
  .page-faq .menu-floating__content .btn-green {
    margin-top: 30px;
    background: #4DBAC1;
    position: relative;
    width: 100%;
    text-align: center;
    border-radius: 4px;
    transition: 0.25s all ease;
    top: 0; }
    .page-faq .menu-floating__content .btn-green:hover {
      border-radius: 8px;
      top: -4px; }
    .page-faq .menu-floating__content .btn-green a {
      color: #fff;
      font-weight: 700;
      font-size: 14px;
      line-height: 1.75;
      text-decoration: none;
      padding: 20px 1em 20px 10px;
      display: block; }
      .page-faq .menu-floating__content .btn-green a:hover {
        opacity: 1; }
      .page-faq .menu-floating__content .btn-green a span {
        font-size: 16px; }
    .page-faq .menu-floating__content .btn-green::after {
      content: ' ';
      width: 14px;
      height: 14px;
      background: url(../../images/arrow-right-crice_blue.svg);
      background-size: cover;
      background-repeat: no-repeat;
      position: absolute;
      right: 10px;
      top: 50%;
      transform: translateY(-50%);
      pointer-events: none; }
.page-faq .plan-faq {
  padding: 40px 0 40px;
  width: 100%; }
  .page-faq .plan-faq:last-child {
    margin-bottom: 40px; }
  .page-faq .plan-faq__content {
    padding-top: 20px; }
  .page-faq .plan-faq__item {
    font-weight: 400;
    font-size: 14px;
    line-height: 2;
    border-bottom: 1px solid #DDDDDD; }
    .page-faq .plan-faq__item .box-q {
      cursor: pointer;
      padding: 20px 30px 20px 0;
      position: relative;
      transition: 0.5s ease-in-out; }
      .page-faq .plan-faq__item .box-q:hover {
        opacity: 0.7; }
      .page-faq .plan-faq__item .box-q::before, .page-faq .plan-faq__item .box-q::after {
        content: "";
        position: absolute;
        width: 14px;
        height: 2px;
        background: #D23339;
        border-radius: 1px;
        top: 50%;
        transform: translateY(-50%); }
      .page-faq .plan-faq__item .box-q::before {
        content: "";
        right: 0;
        top: 50%;
        transform: translateY(-50%); }
      .page-faq .plan-faq__item .box-q::after {
        content: "";
        transition: 0.2s ease-in-out;
        opacity: 1;
        right: 6px;
        width: 2px;
        height: 14px;
        top: 50%;
        transform: translateY(-50%); }
      .page-faq .plan-faq__item .box-q.active::after {
        opacity: 0; }
      .page-faq .plan-faq__item .box-q p {
        position: relative;
        padding-left: 24px; }
        .page-faq .plan-faq__item .box-q p::before {
          content: "Q";
          position: absolute;
          left: 0;
          top: 50%;
          transform: translateY(-50%);
          font-family: 'Montserrat';
          font-weight: 500;
          font-size: 14px;
          line-height: 175%;
          color: #D23339; }
    .page-faq .plan-faq__item .box-a {
      padding-left: 20px;
      padding-bottom: 20px;
      display: none;
      padding-right: 15px; }
      .page-faq .plan-faq__item .box-a p {
        position: relative;
        padding-left: 24px; }
        .page-faq .plan-faq__item .box-a p::before {
          content: "A";
          position: absolute;
          left: 0;
          top: 2px;
          font-family: 'Montserrat';
          font-weight: 500;
          font-size: 14px;
          line-height: 175%;
          color: #D23339; }
          .page-faq .plan-faq__item .box-a .list-faq {
            list-style: circle;
            padding-left: 45px;
          }
          .page-faq .plan-faq__item .box-a .list-faq span {
            display: block;
            font-weight: 700;
          }
  .page-faq .plan-faq__note {
    font-weight: 400;
    font-size: 12px;
    line-height: 1.75;
    color: #959797; }
    .page-faq .plan-faq__note a {
      text-decoration: underline;
      color: #D23339; }

/*# sourceMappingURL=faq.css.map */
