.page-faq * {
  box-sizing: border-box; }
.page-faq a {
  text-decoration: none; }
.page-faq .l-container {
  max-width: 1024px;
  margin: 0 auto; }
.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: 60px 0 59px 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: 40px;
      line-height: 150%; }
    .page-faq .stInner_cnt_textjpn {
      font-weight: 400;
      font-size: 14px;
      line-height: 175%;
      color: #959797;
      padding-top: 11px; }
.page-faq .stBreadcrumb {
  padding: 20px 0; }
  .page-faq .stBreadcrumb_list {
    list-style: none;
    display: flex; }
    .page-faq .stBreadcrumb_list_item {
      color: #959797;
      font-weight: 400;
      font-size: 12px;
      line-height: 175%;
      padding: 0 10px;
      position: relative; }
      .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: #D23339;
        text-decoration: underline; }
      .page-faq .stBreadcrumb_list_item:first-child {
        padding-left: 0; }
        .page-faq .stBreadcrumb_list_item:first-child a {
          text-decoration: underline; }
.page-faq .stFaq {
  display: flex;
  justify-content: space-between;
  position: relative;
  padding-top: 60px; }
  .page-faq .stFaq_content {
    width: 760px;
    max-width: 760px;
    position: relative; }
    .page-faq .stFaq_content_topHead {
      padding-bottom: 60px;
      font-weight: 400;
      font-size: 14px;
      line-height: 200%;
      color: #2C2F2F; }
      .page-faq .stFaq_content_topHead a {
        text-decoration: underline; }
  .page-faq .stFaq_sidebar {
    padding-top: 15px; }
.page-faq .menu-floating {
  width: 229px;
  height: 410px;
  z-index: 3; }
  .page-faq .menu-floating.short {
    height: 230px; }
  @media screen and (min-device-width: 981px) and (max-device-width: 1010px) {
    .page-faq .menu-floating {
      width: 200px; } }
  .page-faq .menu-floating__content {
    background: #FFFFFF;
    border-radius: 4px;
    padding: 30px 30px 30px 15px;
    position: relative;
    top: -40px; }
    @media screen and (min-device-width: 981px) and (max-device-width: 1010px) {
      .page-faq .menu-floating__content {
        padding: 30px 10px; } }
    .page-faq .menu-floating__content ul {
      list-style: none; }
      .page-faq .menu-floating__content ul li {
        margin-bottom: 1px; }
        .page-faq .menu-floating__content ul li a {
          padding: 7px 7px 7px 32px;
          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;
          min-width: 169px; }
          .page-faq .menu-floating__content ul li a::before {
            content: "";
            position: absolute;
            left: 15px;
            top: 12px;
            width: 12px;
            height: 12px;
            background: url(./../../images/arrow_down-red.svg) no-repeat;
            background-size: contain; }
          .page-faq .menu-floating__content ul li a:hover, .page-faq .menu-floating__content ul li a.active {
            color: #fff;
            background: #D23339;
            border-radius: 100px;
            left: 15px;
            opacity: 1;
            font-weight: 700; }
    .page-faq .menu-floating__content .btn-green {
      margin-top: 22px;
      background: #4DBAC1;
      position: relative;
      max-width: 169px;
      max-width: 100%;
      text-align: center;
      border-radius: 4px;
      transition: 0.25s all ease;
      margin-left: 15px;
      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: 12px 1em 12px 10px;
        display: block; }
        .page-faq .menu-floating__content .btn-green a:hover {
          opacity: 1; }
      .page-faq .menu-floating__content .btn-green::after {
        content: ' ';
        width: 12px;
        height: 12px;
        background: url(../../images/arrow-right-crice_blue.svg);
        background-size: cover;
        background-repeat: no-repeat;
        position: absolute;
        right: 2px;
        top: 50%;
        -webkit-transform: translate(-5px, -40%);
        transform: translate(-5px, -40%);
        pointer-events: none; }
  .page-faq .menu-floating.active {
    position: fixed;
    top: 80px;
    left: 50%;
    margin-left: 290px;
    top: 100px; }
    .page-faq .menu-floating.active .menu-floating__content {
      top: 0; }
    .page-faq .menu-floating.active .menu-floating__wp {
      box-shadow: 1px 14px 12px rgba(0, 0, 0, 0.06); }
.page-faq .plan-faq {
  padding: 60px 0;
  width: 100%; }
  .page-faq .plan-faq:last-child {
    margin-bottom: 60px; }
  .page-faq .plan-faq__content {
    padding-top: 16px; }
  .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; }
      .page-faq .plan-faq__item .box-q::before {
        content: "";
        right: 10px;
        top: 32px; }
      .page-faq .plan-faq__item .box-q::after {
        content: "";
        right: 16px;
        top: 26px;
        transition: 0.02s ease-in-out;
        width: 2px;
        height: 14px;
        opacity: 1; }
      .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: 35px;
      padding-bottom: 20px;
      display: none; }
      .page-faq .plan-faq__item .box-a p {
        position: relative;
        padding-left: 24px; }
        .page-faq .plan-faq__item .box-a p a {
          color: #D23339;
          text-decoration: underline; }
        .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 */
