@charset "UTF-8";
/* Scss Document */
/*-------------------------------------------------------

カラー

----------------------------------------------------------*/
/*-------------------------------------------------------

メディアクエリ

----------------------------------------------------------*/
/*-------------------------------------------------------

矢印モジュール

----------------------------------------------------------*/
/*-------------------------------------------------------

flex オプション

----------------------------------------------------------*/
/*-------------------------------------------------------

その他 オプション

----------------------------------------------------------*/
/*!
 * Bootstrap Reboot v5.1.1 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */
:root {
  --bs-blue:#0d6efd;
  --bs-indigo:#6610f2;
  --bs-purple:#6f42c1;
  --bs-pink:#d63384;
  --bs-red:#dc3545;
  --bs-orange:#fd7e14;
  --bs-yellow:#ffc107;
  --bs-green:#198754;
  --bs-teal:#20c997;
  --bs-cyan:#0dcaf0;
  --bs-white:#fff;
  --bs-gray:#6c757d;
  --bs-gray-dark:#343a40;
  --bs-gray-100:#f8f9fa;
  --bs-gray-200:#e9ecef;
  --bs-gray-300:#dee2e6;
  --bs-gray-400:#ced4da;
  --bs-gray-500:#adb5bd;
  --bs-gray-600:#6c757d;
  --bs-gray-700:#495057;
  --bs-gray-800:#343a40;
  --bs-gray-900:#212529;
  --bs-primary:#0d6efd;
  --bs-secondary:#6c757d;
  --bs-success:#198754;
  --bs-info:#0dcaf0;
  --bs-warning:#ffc107;
  --bs-danger:#dc3545;
  --bs-light:#f8f9fa;
  --bs-dark:#212529;
  --bs-primary-rgb:13,110,253;
  --bs-secondary-rgb:108,117,125;
  --bs-success-rgb:25,135,84;
  --bs-info-rgb:13,202,240;
  --bs-warning-rgb:255,193,7;
  --bs-danger-rgb:220,53,69;
  --bs-light-rgb:248,249,250;
  --bs-dark-rgb:33,37,41;
  --bs-white-rgb:255,255,255;
  --bs-black-rgb:0,0,0;
  --bs-body-color-rgb:33,37,41;
  --bs-body-bg-rgb:255,255,255;
  --bs-font-sans-serif:system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  --bs-font-monospace:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
  --bs-gradient:linear-gradient(180deg,rgba(255,255,255,.15),rgba(255,255,255,0));
  --bs-body-font-family:var(--bs-font-sans-serif);
  --bs-body-font-size:1rem;
  --bs-body-font-weight:400;
  --bs-body-line-height:1.5;
  --bs-body-color:#212529;
  --bs-body-bg:#fff; }

*, *::before, *::after {
  box-sizing: border-box; }

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth; } }
body {
  margin: 0;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: .25; }

hr:not([size]) {
  height: 1px; }

h6, h5, h4, h3, h2, h1 {
  margin-top: 0;
  margin-bottom: .5rem;
  font-weight: 500;
  line-height: 1.2; }

h1 {
  font-size: calc(1.375rem + 1.5vw); }

@media (min-width: 1200px) {
  h1 {
    font-size: 2.5rem; } }
h2 {
  font-size: calc(1.325rem + 0.9vw); }

@media (min-width: 1200px) {
  h2 {
    font-size: 2rem; } }
h3 {
  font-size: calc(1.3rem + 0.6vw); }

@media (min-width: 1200px) {
  h3 {
    font-size: 1.75rem; } }
h4 {
  font-size: calc(1.275rem + 0.3vw); }

@media (min-width: 1200px) {
  h4 {
    font-size: 1.5rem; } }
h5 {
  font-size: 1.25rem; }

h6 {
  font-size: 1rem; }

p {
  margin-top: 0;
  margin-bottom: 1rem; }

abbr[title], abbr[data-bs-original-title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none; }

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

ol, ul {
  padding: 0; }

ol, ul, dl {
  margin: 0; }

ol ol, ul ul, ol ul, ul ol {
  margin-bottom: 0; }

dt {
  font-weight: 700; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

b, strong {
  font-weight: bolder; }

small {
  font-size: .875em; }

mark {
  padding: .2em;
  background-color: #fcf8e3; }

sub, sup {
  position: relative;
  font-size: .75em;
  line-height: 0;
  vertical-align: baseline; }

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: #0d6efd;
  text-decoration: underline; }

a:hover {
  color: #0a58ca; }

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none; }

pre, code, kbd, samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
  direction: ltr;
  unicode-bidi: bidi-override; }

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: .875em; }

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal; }

code {
  font-size: .875em;
  color: #d63384;
  word-wrap: break-word; }

a > code {
  color: inherit; }

kbd {
  padding: .2rem .4rem;
  font-size: .875em;
  color: #fff;
  background-color: #212529;
  border-radius: .2rem; }

kbd kbd {
  padding: 0;
  font-size: 1em;
  font-weight: 700; }

figure {
  margin: 0; }

img, svg {
  vertical-align: middle; }

table {
  caption-side: bottom;
  border-collapse: collapse; }

caption {
  padding-top: .5rem;
  padding-bottom: .5rem;
  color: #6c757d;
  text-align: left; }

th {
  text-align: inherit;
  text-align: -webkit-match-parent; }

thead, tbody, tfoot, tr, td, th {
  border-color: inherit;
  border-style: solid;
  border-width: 0; }

label {
  display: inline-block; }

button {
  cursor: pointer;
  border-radius: 0; }

button:focus:not(:focus-visible) {
  outline: 0; }

input, button, select, optgroup, textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

button, select {
  text-transform: none; }

[role=button] {
  cursor: pointer; }

select {
  word-wrap: normal; }

select:disabled {
  opacity: 1; }

[list]::-webkit-calendar-picker-indicator {
  display: none; }

button, [type=button], [type=reset], [type=submit] {
  -webkit-appearance: button; }

button:not(:disabled), [type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled) {
  cursor: pointer; }

::-moz-focus-inner {
  padding: 0;
  border-style: none; }

textarea {
  resize: vertical; }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit; }

@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem; } }
legend + * {
  clear: left; }

::-webkit-datetime-edit-fields-wrapper, ::-webkit-datetime-edit-text, ::-webkit-datetime-edit-minute, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-year-field {
  padding: 0; }

::-webkit-inner-spin-button {
  height: auto; }

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: textfield; }

::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-color-swatch-wrapper {
  padding: 0; }

::file-selector-button {
  font: inherit; }

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button; }

output {
  display: inline-block; }

iframe {
  border: 0; }

summary {
  display: list-item;
  cursor: pointer; }

progress {
  vertical-align: baseline; }

[hidden] {
  display: none !important; }

/*-------------------------------------------------------

outer

----------------------------------------------------------*/
.container-fixed {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: content-box;
  padding-left: 5.4%;
  padding-right: 5.4%; }

.container-fluid {
  max-width: 100%;
  width: 100%;
  padding: 0; }

main {
  margin: 0; }

.outer-box-L {
  padding-top: 120px;
  padding-bottom: 120px; }
  @media only screen and (max-width: 767px) {
    .outer-box-L {
      padding-bottom: 90px;
      padding-top: 90px; } }

.outer-box-M {
  padding-top: 60px;
  padding-bottom: 60px; }
  @media only screen and (max-width: 767px) {
    .outer-box-M {
      padding-top: 40px;
      padding-bottom: 40px; } }

.outer-box-S {
  padding-top: 40px;
  padding-bottom: 40px; }
  @media only screen and (max-width: 767px) {
    .outer-box-S {
      padding-top: 30px;
      padding-bottom: 30px; } }

.outer-box-XS {
  padding-top: 20px;
  padding-bottom: 30px; }
  @media only screen and (max-width: 767px) {
    .outer-box-XS {
      padding-top: 20px;
      padding-bottom: 20px; } }

.outer-pt-L {
  padding-top: 120px; }
  @media only screen and (max-width: 767px) {
    .outer-pt-L {
      padding-top: 90px; } }

.outer-pt-M {
  padding-top: 60px; }
  @media only screen and (max-width: 767px) {
    .outer-pt-M {
      padding-top: 40px; } }

.outer-pt-S {
  padding-top: 40px; }
  @media only screen and (max-width: 767px) {
    .outer-pt-S {
      padding-top: 30px; } }

.outer-pt-XS {
  padding-top: 30px; }
  @media only screen and (max-width: 767px) {
    .outer-pt-XS {
      padding-top: 20px; } }

.outer-mt-L {
  margin-top: 120px; }
  @media only screen and (max-width: 767px) {
    .outer-mt-L {
      margin-top: 90px; } }

.outer-mt-M {
  margin-top: 60px; }
  @media only screen and (max-width: 767px) {
    .outer-mt-M {
      margin-top: 40px; } }

.outer-mt-S {
  margin-top: 40px; }
  @media only screen and (max-width: 767px) {
    .outer-mt-S {
      margin-top: 30px; } }

.outer-mt-XS {
  margin-top: 30px; }
  @media only screen and (max-width: 767px) {
    .outer-mt-XS {
      padding-top: 20px; } }

.mt-1 {
  margin-top: 5px; }

.mt-2 {
  margin-top: 15px; }

@media only screen and (max-width: 767px) {
  .mt-1-sp {
    margin-top: 5px; }

  .mt-2-sp {
    margin-top: 15px; } }
.mx-auto {
  margin: 0 auto; }

.w-100 {
  width: 100%; }

/*
 *	モジュール一覧
 *
 *		1. footer
 *		2. ボタン・リンク
 *		3. リストスタイル・行間
 *		4. 文字スタイル
 *		5. グリッド
 *		6. フレックス
 *		7. タイトル
 *		8. imgレイアウト
 *
 */
/*
 *	モジュール一覧
 *
 *		1. mainvisual
 *		2. contents
 *		   - POINTS
 *		   - CONVENIENCE
 *		   - MORE CONVENIENCE
 *		   - OTHER
 *		   - FAQ
 *
 */
/*-------------------------------------------------------

footer

----------------------------------------------------------*/
footer {
  font-family: 'Noto Sans JP', sans-serif;
  background-color: #F9E1E4; }
  footer .container-fixed {
    max-width: 745px; }
  footer .outer-box-M {
    padding-top: 80px;
    padding-bottom: 40px; }
    @media only screen and (max-width: 767px) {
      footer .outer-box-M {
        padding-top: 40px;
        padding-bottom: 22.5px; } }

.footer .flex-between-wrap {
  align-items: center; }
  @media only screen and (max-width: 767px) {
    .footer .flex-between-wrap {
      justify-content: space-around; } }
.footer .outer-pt-XS {
  padding-top: 28px; }
  @media only screen and (max-width: 767px) {
    .footer .outer-pt-XS {
      padding-top: 10px; } }
.footer .grid-half {
  width: calc(50% - 10px); }
  @media only screen and (max-width: 767px) {
    .footer .grid-half {
      width: calc(50% - 25px); } }
.footer .download-txt {
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  color: #151515;
  margin-bottom: 37px; }
  @media only screen and (max-width: 767px) {
    .footer .download-txt {
      font-size: 13px;
      margin-bottom: 18px;
      white-space: nowrap; } }
.footer .flex-box {
  display: flex;
  justify-content: space-between;
  align-items: center; }
  .footer .flex-box + .flex-box {
    margin-top: 47px; }
    @media only screen and (max-width: 767px) {
      .footer .flex-box + .flex-box {
        margin-top: 13px; } }
  .footer .flex-box .apple-qr {
    width: 22%; }
    .footer .flex-box .apple-qr img {
      width: 100%; }
  .footer .flex-box .google-qr {
    width: 22%; }
    .footer .flex-box .google-qr img {
      width: 100%; }
.footer img {
  display: block;
  margin: 0 auto; }
.footer__logo img {
  width: 549px; }
  @media only screen and (max-width: 767px) {
    .footer__logo img {
      width: 78%; } }
.footer__logo02 img {
  width: 128px;
  margin-bottom: 57px; }
  @media only screen and (max-width: 767px) {
    .footer__logo02 img {
      width: 64px;
      margin-bottom: 19px; } }
.footer__logo03 {
  width: 73%; }
  @media only screen and (max-width: 767px) {
    .footer__logo03 {
      width: 100%; } }
  .footer__logo03 img {
    width: 100%; }
  .footer__logo03 img:hover {
    opacity: .8; }
    @media only screen and (max-width: 767px) {
      .footer__logo03 img {
        width: 100%; } }
.footer__logo04 {
  width: 73%; }
  @media only screen and (max-width: 767px) {
    .footer__logo04 {
      width: 100%; } }
  .footer__logo04 img {
    width: 100%; }
 .footer__logo04 img:hover {
    opacity: .8; }
.footer__logo05 {
  width: 80%;
  margin: 0 auto; }
  @media only screen and (max-width: 767px) {
    .footer__logo05 {
      width: 100%; } }
.footer__logo05 img {
  width: 100%;
  filter: drop-shadow(2px 2px 7px rgba(0, 0, 0, 0.2)); }
.footer .annotation {
  font-size: 14px;
  color: #000000;
  margin-bottom: 0; }
  @media only screen and (max-width: 767px) {
    .footer .annotation {
      font-size: 10px; } }
@media only screen and (max-width: 767px) {
  .footer .mt-2-sp {
    margin-top: 0; } }

.copy {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 13px;
  background-color: #C80E47;
  color: #fff;
  text-align: center;
  width: 100%;
  padding: 22px 0 20px;
  margin: 0 auto; }
  @media only screen and (max-width: 767px) {
    .copy {
      font-size: 11px;
      text-align: center;
      width: 100%;
      padding: 5.5px 0 8.5px; } }

/*-------------------------------------------------------

ボタン・リンク

----------------------------------------------------------*/
.common-btn-1 {
  max-width: 270px;
  width: 100%;
  color: #B72A4A;
  display: block;
  transition-duration: .1s;
  margin-left: auto;
  margin-right: 0;
  box-sizing: border-box;
  border: 1px solid #C80E48;
  border-radius: 35px;
  text-decoration: none; }
  @media only screen and (max-width: 767px) {
    .common-btn-1 {
      max-width: 135px; } }
  .common-btn-1 span {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    line-height: 49px;
    position: relative; }
    @media only screen and (max-width: 767px) {
      .common-btn-1 span {
        font-size: 12px;
        line-height: 25px; } }
  .common-btn-1:hover {
    background: #E3527E;
    border: 1px solid #E3527E;
    color: #fff; }

.common-btn-2 {
  max-width: 257px;
  width: 100%;
  background: #C80E47;
  color: #fff;
  display: block;
  transition-duration: .1s;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  border: 1px solid #C80E47;
  border-radius: 35px;
  text-decoration: none;
  filter: drop-shadow(2px 2px 7px rgba(0, 0, 0, 0.2)); }
  @media only screen and (max-width: 767px) {
    .common-btn-2 {
      max-width: 150px; } }
  .common-btn-2 span {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 22px;
    line-height: 60px;
    position: relative; }
    @media only screen and (max-width: 767px) {
      .common-btn-2 span {
        font-size: 12px;
        line-height: 35px; } }
  .common-btn-2:hover {
    background: #E3527E;
    border: 1px solid #E3527E;
    color: #fff; }

.find-item-link {
  cursor: pointer; }

.button-open {
  max-width: 257px;
  width: 100%;
  background: #C80E47;
  font-weight: bold;
  color: #fff;
  display: block;
  transition-duration: .1s;
  margin: 0 auto;
  box-sizing: border-box;
  border: 1px solid #C80E47;
  border-radius: 35px;
  cursor: pointer;
  text-decoration: none;
  filter: drop-shadow(2px 2px 7px rgba(0, 0, 0, 0.2)); }
  @media only screen and (max-width: 767px) {
    .button-open {
      max-width: 150px; } }
  .button-open span {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 22px;
    line-height: 60px;
    position: relative;
   }
    @media only screen and (max-width: 767px) {
      .button-open span {
        font-size: 12px;
        line-height: 35px; } }
  .button-open:hover {
    background: #E3527E;
    border: 1px solid #E3527E;
    color: #fff; }

.button-open-2 {
  max-width: 270px;
  width: 100%;
  background: #FFFFFF;
  color: #B72A4A;
  display: block;
  transition-duration: .1s;
  margin-left: auto;
  margin-right: 0;
  box-sizing: border-box;
  border: 1px solid #C80E48;
  border-radius: 35px;
  cursor: pointer; }
  @media only screen and (max-width: 767px) {
    .button-open-2 {
      max-width: 135px; } }
  .button-open-2 span {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    line-height: 49px;
    position: relative; }
    @media only screen and (max-width: 767px) {
      .button-open-2 span {
        font-size: 12px;
        line-height: 25px; } }
  .button-open-2:hover {
	color: #fff;
    background: #B72A4A;
    border: 1px solid #B72A4A; }

/* モーダルウィンドウ */
.modal-window {
  font-family: 'Noto Sans JP', sans-serif;
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 800px;
  width: 100%;
  height: 95%;
  max-height: 90%;
  background-color: #fff;
  border-radius: 22px;
  z-index: 11;
  padding: 40px 35px 40px 50px;
  filter: drop-shadow(2px 2px 7px rgba(0, 0, 0, 0.2));
  overflow: hidden; }
  @media only screen and (max-width: 767px) {
    .modal-window {
      width: calc(100vw - 60px);
      height: 100vh;
      max-height: calc(92vh - 60px);
      border-radius: 11px;
      padding: 25px 10px 25px 25px; } }
  .modal-window .contents-wrap {
    overflow-y: auto;
    height: 100%;
    padding-right: 15px; }
    @media only screen and (max-width: 767px) {
      .modal-window .contents-wrap {
        height: 100%; } }
  .modal-window img {
    display: block;
    margin: 0 auto 40px;
    width: 85%; }
    @media only screen and (max-width: 767px) {
      .modal-window img {
        width: 100%; } }
  .modal-window p {
    font-size: 20px;
    margin-bottom: 50px; }
    @media only screen and (max-width: 767px) {
      .modal-window p {
        font-size: 12px;
        margin-bottom: 20px; } }
  .modal-window span {
    font-size: 14px; }
    @media only screen and (max-width: 767px) {
      .modal-window span {
        font-size: 10px; } }
  .modal-window .modal06-txt {
    margin-top: 50px; }
    @media only screen and (max-width: 767px) {
      .modal-window .modal06-txt {
        margin-top: 40px; } }
  @media only screen and (max-width: 767px) {
    .modal-window .w-80 {
      width: 80%; } }
  .modal-window .modal06-img {
    width: 69%; }
    @media only screen and (max-width: 767px) {
      .modal-window .modal06-img {
        width: 80%; } }

/* 閉じるボタン */
.button-close {
  position: absolute;
  bottom: 16px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 50px;
  height: 50px;
  padding: 0.8125em;
  background-color: #C80E47;
  color: #eaeaea;
  border-radius: 50%;
  cursor: pointer;
  border: 1px solid #C80E47;
  filter: drop-shadow(2px 2px 7px rgba(0, 0, 0, 0.2)); }
  @media only screen and (max-width: 767px) {
    .button-close {
      bottom: 18.5px;
      width: 34px;
      height: 34px; } }
  .button-close::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 2px;
    height: 31.74px;
    max-height: 31.74px;
    background: #fff;
    transform: translate(-50%, -50%) rotate(45deg); }
    @media only screen and (max-width: 767px) {
      .button-close::before {
        width: 1px;
        height: 26px; } }
  .button-close::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 2px;
    height: 31.74px;
    max-height: 31.74px;
    background: #fff;
    transform: translate(-50%, -50%) rotate(-45deg); }
    @media only screen and (max-width: 767px) {
      .button-close::after {
        width: 1px;
        height: 26px; } }
  .button-close:hover {
    background-color: #E3527E;
    border: 1px solid #E3527E; }

/* オーバーレイ */
.overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(34, 34, 34, 0.5);
  width: 100%;
  height: 100%;
  z-index: 10;
  filter: drop-shadow(2px 2px 7px rgba(0, 0, 0, 0.2)); }

/* 表示領域外へはスクロールさせない */
.no_scroll {
  overflow: hidden; }

/*-------------------------------------------------------

リストスタイル・行間

----------------------------------------------------------*/
.note-list {
  padding-left: 1em;
  position: relative;
  display: block;
  margin: 18px 0 0 30px;
  font-size: 14px; }
  @media only screen and (max-width: 767px) {
    .note-list {
      font-size: 10px;
      margin: 6px 0 0 20px; } }
  .note-list::before {
    position: absolute;
    content: '※';
    color: #333;
    top: 0;
    left: 0; }

/*-------------------------------------------------------

テキストスタイル

----------------------------------------------------------*/
.text-height-XS {
  line-height: 180%; }

/*-------------------------------------------------------

グリッド

----------------------------------------------------------*/
.grid-full {
  width: 100%; }

.grid-half {
  width: calc(50% - 15px); }
  @media only screen and (max-width: 767px) {
    .grid-half {
      width: 100%; } }

.column-3-1 {
  max-width: 619px;
  margin: 0 auto; }
  @media only screen and (max-width: 767px) {
    .column-3-1 {
      width: 100%;
/*
      padding-left: 4.9%;
      padding-right: 4.9%;
*/
	  } 
}
  .column-3-1 li {
    list-style: none; }
  .column-3-1 img {
    width: 100%; }
  .column-3-1::after {
    content: "";
    display: block;
    width: 32%; }
  .column-3-1 > * {
    width: calc(4 * (100% / 12) - 34px);
    margin-top: 24px; }
    .column-3-1 > *:nth-child(1), .column-3-1 > *:nth-child(2), .column-3-1 > *:nth-child(3) {
      margin-top: 0; }
    @media only screen and (max-width: 767px) {
      .column-3-1 > * {
        width: calc(4 * (100% / 12) - 15px);
        margin-top: 0; } }

/*-------------------------------------------------------

フレックス

----------------------------------------------------------*/
.flex-between-wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }

/*-------------------------------------------------------

タイトル

----------------------------------------------------------*/
.ttl-L {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 40px;
  font-weight: 700;
  text-align: center;
  position: relative;
  padding: 0 0 18px;
  margin-bottom: 0; }
  @media only screen and (max-width: 767px) {
    .ttl-L {
      font-size: 20px;
      padding: 0 0 10px; } }
  .ttl-L:before {
    position: absolute;
    bottom: -2px;
    width: 40px;
    height: 2px;
    content: '';
    border-radius: 3px;
    background: #B72A4A;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%); }
    @media only screen and (max-width: 767px) {
      .ttl-L:before {
        width: 20px; } }

.ttl-M {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 30px;
  font-weight: 700;
  color: #C80E47;
  position: relative;
  padding-left: 30px;
  line-height: 1.4; }
  .ttl-M::before {
    position: absolute;
    content: '';
    border-radius: 100%;
    top: 15px;
    left: .2em;
    z-index: 2;
    width: 16px;
    height: 16px;
    background-color: #C80E47; }
    @media only screen and (max-width: 767px) {
      .ttl-M::before {
        top: 8px;
        width: 8px;
        height: 8px; } }
  @media only screen and (max-width: 767px) {
    .ttl-M {
      font-size: 16px;
      padding-left: 20px; } }

.st-text {
  font-size: 1.8rem;
  color: #002E4E; }

/*-------------------------------------------------------

imgレイアウト

----------------------------------------------------------*/
.img-layout-2 figcaption {
  margin-top: 10px;
  text-align: center;
  font-weight: bold; }

/*-------------------------------------------------------

アジャスト用

----------------------------------------------------------*/
.sp-only {
  display: none; }
  @media only screen and (max-width: 767px) {
    .sp-only {
      display: block; } }

.sp-none {
  display: block; }
  @media only screen and (max-width: 767px) {
    .sp-none {
      display: none; } }

.pc-only {
  display: block; }
  @media only screen and (max-width: 1079px) {
    .pc-only {
      display: none; } }
  @media only screen and (max-width: 767px) {
    .pc-only {
      display: none; } }

.pc-none {
  display: none; }
  @media only screen and (max-width: 1079px) {
    .pc-none {
      display: block; } }
  @media only screen and (max-width: 767px) {
    .pc-none {
      display: block; } }

/*-------------------------------------------------------

mainvisual

----------------------------------------------------------*/
.mv-container {
  font-family: 'Noto Sans JP', sans-serif;
  position: relative; }
  .mv-container #mv-item li {
    background-size: cover !important;
    height: 644px; }
    .mv-container #mv-item li.mv-item__img {
      background: url("/app_lp/img/mainvisual_pc.jpg") no-repeat center center; }
      @media only screen and (max-width: 767px) {
        .mv-container #mv-item li.mv-item__img {
          background: url("/app_lp/img/mainvisual_sp.jpg") no-repeat center center; } }
    @media only screen and (max-width: 767px) {
      .mv-container #mv-item li {
        height: 86vw; } }
  .mv-container__contents {
    position: absolute;
    top: 72px;
    max-width: 1113px;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    padding-left: 20px;
    padding-right: 20px;
    /*@media screen and (max-width:402px) {
        overflow-x: hidden;
    }*/ }
    @media only screen and (max-width: 767px) {
      .mv-container__contents {
        /*top: 46px;*/
        top: 12.5vw;
        padding-left: 5.4%;
        padding-right: 5.4%; } }
    .mv-container__contents h1 {
      margin-bottom: 40px; }
      @media only screen and (max-width: 767px) {
        .mv-container__contents h1 {
          margin: 0 auto 21px auto; } }
      .mv-container__contents h1 img {
        display: block;
        margin: 0 auto;
        max-width: 598px;
        width: 100%; }
        @media only screen and (max-width: 767px) {
          .mv-container__contents h1 img {
            max-width: 100%;
            padding-left: 5.8%;
            padding-right: 5.8%; } }
    .mv-container__contents .flex-box {
      display: flex;
      justify-content: space-between;
      align-items: flex-start; }
      .mv-container__contents .flex-box .flex-item01 {
        width: 288px;
        padding-top: 85px;
        margin-left: 5px; }
        @media screen and (max-width: 1079px) {
          .mv-container__contents .flex-box .flex-item01 {
            width: 290px; } }
          .mv-container__contents .flex-box .flex-item01 .flex-box {
            align-items: center; }
          .mv-container__contents .flex-box .flex-item01 .flex-box + .flex-box {
            margin-top: 37px; }
          .mv-container__contents .flex-box .flex-item01 .download-txt {
            font-size: 17px;
            font-weight: 500;
            text-align: center;
            margin-bottom: 49px;
            color: #151515; }
      .mv-container__contents .flex-box .flex-item02 {
        width: 778px;
        margin: 0 auto; }
        @media only screen and (max-width: 767px) {
          .mv-container__contents .flex-box .flex-item02 {
            position: absolute;
            top: 18.5vw;
            left: 50%;
            transform: translateX(-50%);
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            width: 100%;
            overflow-x: hidden; } }
        .mv-container__contents .flex-box .flex-item02 img {
          width: 104%;
          margin-top: -17px;
          margin-left: -12px; }
          @media only screen and (max-width: 767px) {
            .mv-container__contents .flex-box .flex-item02 img {
                      width: 106.268%;
        margin: 0 auto 0 -3.134%;
        display: block;; } }
  .mv-container .google-btn {
    width: 73%; }
    .mv-container .google-btn img {
      width: 100%; }
.mv-container .google-btn img:hover {
      opacity: 0.8; }
  .mv-container .apple-btn {
    width: 73%; }
    .mv-container .apple-btn img {
      width: 100%; }
.mv-container .apple-btn img:hover {
      opacity: 0.8; }
  .mv-container .google-qr {
    /* width: 22%; */
    width: 25% ;}
    .mv-container .google-qr img {
      width: 100%; }
  .mv-container .apple-qr {
    /* width: 22%; */
    width: 25% ;}
    .mv-container .apple-qr img {
      width: 100%; }

/*-------------------------------------------------------

contents

----------------------------------------------------------*/
/* POINTS */
.Points {
  font-family: 'Noto Sans JP', sans-serif;
  background-color: #C80E47; }
  .Points .outer-box-L {
    padding-top: 95px;
    padding-bottom: 102px; }
    @media only screen and (max-width: 1079px) {
      .Points .outer-box-L {
        padding-top: 118px;
        padding-bottom: 80px; } }
    @media only screen and (max-width: 767px) {
      .Points .outer-box-L {
        padding-top: 59px;
        padding-bottom: 40px; } }
  .Points .DL-Erea {
    margin-bottom: 80px; }
    @media only screen and (max-width: 767px) {
      .Points .DL-Erea {
        margin-bottom: 40px; } }
    .Points .DL-Erea p {
      color: #fff;
      font-size: 28px;
      font-weight: 500;
      text-align: center;
      padding-top: 28px;
      margin-bottom: 39px; }
      @media only screen and (max-width: 1079px) {
        .Points .DL-Erea p {
          padding-top: 0; } }
      @media only screen and (max-width: 767px) {
        .Points .DL-Erea p {
          font-size: 14px;
          padding-top: 0;
          margin-bottom: 20px; } }
    .Points .DL-Erea__flex {
      display: flex;
      justify-content: space-between;
      max-width: 670px;
      margin: 0 auto; }
      @media only screen and (max-width: 767px) {
        .Points .DL-Erea__flex {
          max-width: 335px; } }
    .Points .DL-Erea .apple-btn,
    .Points .DL-Erea .google-btn {
      width: calc(6.2 * (100% / 12) - 20px); }
      @media only screen and (max-width: 767px) {
        .Points .DL-Erea .apple-btn,
        .Points .DL-Erea .google-btn {
          width: calc(6.2 * (100% / 12) - 12px); } }
      .Points .DL-Erea .apple-btn img,
      .Points .DL-Erea .google-btn img {
        width: 100%; }
  .Points__ttl {
    color: #fff;
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    letter-spacing: 0.1em;
    line-height: 170%;
    margin-bottom: 48px; }
    @media only screen and (max-width: 767px) {
      .Points__ttl {
        font-size: 16px;
        margin-bottom: 31px; } }
  .Points__boxes {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 595px;
    row-gap: 16px;
    margin: 0 auto; }
    @media only screen and (max-width: 767px) {
      .Points__boxes {
        flex-direction: column;
        width: 100%;
        row-gap: 0;
       } }

    .Points__boxes__item {
      background-color: #F9E1E4;
      border-radius: 9px;
      padding: 20px 13px;
      width: 290px; 
      filter: drop-shadow(2px 2px 7px rgba(0, 0, 0, 0.2));}

/* 2024-02-22 追記 */
    .Points__boxes__item:hover {
      opacity: 0.8; }
    .Points__boxes__item a {
     color: var(--bs-body-color);
     text-decoration: none; }

      @media only screen and (max-width: 767px) {
        .Points__boxes__item {
          width: 100%;
          display: flex;
          justify-content: space-between;
          align-items: center;
          padding: 10px 13px; }
          .Points__boxes__item + .Points__boxes__item {
            margin-top: 10px; }
          .Points__boxes__item .img-erea {
            width: calc(7 * (100% / 12) - 15px) }
          .Points__boxes__item .txt-erea {
            width: calc(26 * (100% / 12) - 15px); } 
          .Points__boxes__item:hover {
            opacity: 0.8; }
	  .Points__boxes__item a {
 	  color: var(--bs-body-color);
	  text-decoration: none;
	  width: 100%;
	  display: flex;
	  justify-content: space-between;
	  align-items: center;
  column-gap: 10px;}
      }
      @media only screen and (min-width: 1080px) {
        .Points__boxes__item:nth-child(2) .ttl {
          margin-top: 20px;
          white-space: nowrap; } }
      .Points__boxes__item img {
        display: block;
        max-width: 112px;
        margin: 0 auto 14px;
        mix-blend-mode: multiply;
        width: 100%; }
        @media only screen and (max-width: 767px) {
          .Points__boxes__item img {
              margin: 0 ; } }
      .Points__boxes__item .sub-txt {
        text-align: center;
        font-size: 16px;
        font-weight: 700;
        margin-bottom: 4px; }
        @media only screen and (max-width: 767px) {
          .Points__boxes__item .sub-txt {
            text-align: left;
            font-size: 14px; } }
      .Points__boxes__item .ttl {
        color: #C80E47;
        text-align: center;
        font-size: 24px;
        font-weight: 700;
        margin-bottom: 0; }
        @media only screen and (max-width: 767px) {
          .Points__boxes__item .ttl {
            text-align: left;
            font-size: 18px;
          line-height: 1.5; } }

/* CONVENIENCE */
.Convenience {
  font-family: 'Noto Sans JP', sans-serif; }
  .Convenience .ttl-L {
    color: #151515; }
  .Convenience__boxes {
    background-color: #FEF9FA;
    margin-top: 60px; }
    @media only screen and (max-width: 767px) {
      .Convenience__boxes {
        margin-top: 26px; } }
    @media only screen and (max-width: 767px) {
      .Convenience__boxes + .Convenience__boxes {
        margin-top: 20px; } }
    .Convenience__boxes:first-child {
      margin-top: 50px; }
    .Convenience__boxes:nth-child(odd) {
      background-color: #F9E1E4; }
    .Convenience__boxes__item {
      display: flex;
      justify-content: space-between;
      padding: 30px 20px;
      align-items: center; }
      @media only screen and (max-width: 767px) {
        .Convenience__boxes__item {
          flex-direction: column;
          padding: 30px 20px 40px; } }
      .Convenience__boxes__item .img-erea {
        width: calc(5.5 * (100% / 12) - 0px); }
        @media only screen and (max-width: 767px) {
          .Convenience__boxes__item .img-erea {
            width: 100%; } }
        .Convenience__boxes__item .img-erea img {
          max-height: 504px;
          height: 100%;
          display: block;
          margin: 0 0 0 auto;
          filter: drop-shadow(2px 2px 7px rgba(0, 0, 0, 0.3)); }
          @media only screen and (max-width: 767px) {
            .Convenience__boxes__item .img-erea img {
              width: 82%;
              max-height: unset;
              margin: 0 auto; } }
      .Convenience__boxes__item .txt-erea {
        width: calc(6.5 * (100% / 12) - 0px); }
        @media only screen and (max-width: 767px) {
          .Convenience__boxes__item .txt-erea {
            width: 100%; } }
        .Convenience__boxes__item .txt-erea .outer-pt-S {
          padding-top: 120px; }
          @media only screen and (max-width: 767px) {
            .Convenience__boxes__item .txt-erea .outer-pt-S {
              padding-top: 20px; } }
      .Convenience__boxes__item .ttl {
        font-size: 27px;
        font-weight: 700;
        text-align: center;
        color: #C80E47;
        line-height: 170%; }
        @media only screen and (max-width: 767px) {
          .Convenience__boxes__item .ttl {
            width: 110%;
            font-size: 20px;
            margin-bottom: 19px;
            line-height: 160%;
          letter-spacing: -0.02em; } }
      .Convenience__boxes__item .sub-txt {
        font-size: 18px;
        font-weight: 500;
        text-align: center;
        margin-bottom: 0;
        color: #151515; }
        @media only screen and (max-width: 767px) {
          .Convenience__boxes__item .sub-txt {
            font-size: 14px;
            margin-top: 12px; } }
      .Convenience__boxes__item .s05-txt {
        font-size: 12px;
        text-align: center;
        margin: 16px 5% 0 17%;
        display: block;
        color: #151515; }
        @media only screen and (max-width: 767px) {
          .Convenience__boxes__item .s05-txt {
            margin: 7px auto 0; } }
    .Convenience__boxes .single img {
      margin: 0 50px 0 auto; }
      @media only screen and (max-width: 767px) {
        .Convenience__boxes .single img {
          width: 60%;
          margin: 0 auto; } }
  @media screen and (min-width: 878px) and (max-width: 1096px) {
    .Convenience .s05-txt {
      width: 272px;
      text-align: left;
      padding-left: 25px;
      margin: 16px 0 0 auto; } }
  @media screen and (min-width: 768px) and (max-width: 878px) {
    .Convenience .img-erea img {
      width: 100%;
      max-height: unset; }
    .Convenience .s05-txt {
      margin: 16px auto 0 auto; } }
  .Convenience .odd {
    background-color: #F9E1E4; }

/* MORE CONVENIENCE */
.MoreConvenience {
  font-family: 'Noto Sans JP', sans-serif; }
  .MoreConvenience .outer-box-M {
    padding-top: 0;
    padding-bottom: 70px; }
    @media only screen and (max-width: 767px) {
      .MoreConvenience .outer-box-M {
        padding-bottom: 39.5px; } }
  .MoreConvenience .ttl-L {
    color: #151515; }
  .MoreConvenience .column-3-1 img {
    max-width: 173px;
    margin: 0 auto;
    display: block; }
  .MoreConvenience .main-txt {
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    margin-top: 34px;
    color: #151515; }
    @media only screen and (max-width: 767px) {
      .MoreConvenience .main-txt {
        font-size: 15px;
        margin-top: 18px;
        margin-bottom: 0; } }
  .MoreConvenience .list-txt {
    font-size: 20px;
    font-weight: 400;
    color: #151515;
    text-align: center;
    margin-top: 10px; }
    @media only screen and (max-width: 767px) {
      .MoreConvenience .list-txt {
        font-size: 12px;
        margin-top: 5px; } }
    .MoreConvenience .list-txt span {
      margin-left: -14px; }
    @media screen and (min-width: 375px) and (max-width: 446px) {
      .MoreConvenience .list-txt span {
        margin-left: -14%;
        margin-right: -14%; } }
    @media screen and (max-width: 374px) {
      .MoreConvenience .list-txt span {
        font-size: 11px;
        margin-left: -14%;
        margin-right: -14%; } }
  @media screen and (min-width: 768px) and (max-width: 878px) {
    .MoreConvenience .img-erea img {
      width: 100%;
      max-height: unset; } }

/* OTHER */
.Other {
  font-family: 'Noto Sans JP', sans-serif;
  background-color: #FEF9FA; }
  .Other .container-fixed {
    max-width: 745px; }
  .Other .ttl-L {
    color: #151515;
    padding: 0 0 22px; }
    @media only screen and (max-width: 767px) {
      .Other .ttl-L {
        padding: 0 0 10px; } }
  .Other .outer-box-M {
    padding-top: 42px; }
    @media only screen and (max-width: 767px) {
      .Other .outer-box-M {
        padding-top: 40px; } }
  .Other__txterea {
    margin-top: 64px; }
    @media only screen and (max-width: 767px) {
      .Other__txterea {
        margin-top: 30px; } }
    .Other__txterea + .Other__txterea {
      margin-top: 40px; }
      @media only screen and (max-width: 767px) {
        .Other__txterea + .Other__txterea {
          margin-top: 20px; } }
  .Other .mt-second {
    margin-top: 40px; }
    @media only screen and (max-width: 767px) {
      .Other .mt-second {
        margin-top: 20px; } }
  .Other .sub-txt {
    font-size: 18px;
    padding-left: 30px;
    margin-bottom: 0;
    color: #333; }
    @media only screen and (max-width: 767px) {
      .Other .sub-txt {
        font-size: 12px;
        padding-left: 20px; } }
  .Other .mt-2 {
    margin-top: 45px; }
    @media only screen and (max-width: 767px) {
      .Other .mt-2 {
        margin-top: 12px; } }
  .Other .mt-3 {
    margin-top: 75px; }
    @media only screen and (max-width: 767px) {
      .Other .mt-3 {
        margin-top: 10px; } }

/* FAQ */
.faq {
  font-family: 'Noto Sans JP', sans-serif;
  background-color: #fff; }
  @media only screen and (max-width: 767px) {
    .faq .container-fixed {
      padding-left: 0;
      padding-right: 0; } }
  .faq .outer-box-M {
    padding-top: 66px;
    padding-bottom: 90px; }
    @media only screen and (max-width: 767px) {
      .faq .outer-box-M {
        padding-top: 40px;
        padding-bottom: 45px; } }
  .faq__ttl {
    text-align: center;
    font-size: 34px;
    font-weight: bold;
    margin-bottom: 39px;
    color: #151515; }
    @media only screen and (max-width: 767px) {
      .faq__ttl {
        font-size: 17px;
        margin-bottom: 19.5px; } }
  .faq .before-using {
    max-width: 745px;
    margin-top: 53px;
    margin-left: auto;
    margin-right: auto; }
    @media only screen and (max-width: 767px) {
      .faq .before-using {
        padding-left: 5.4%;
        padding-right: 5.4%; } }
    .faq .before-using__ttl {
      font-size: 26px;
      font-weight: bold;
      text-align: center;
      color: #333;
      margin-bottom: 31px; }
      @media only screen and (max-width: 767px) {
        .faq .before-using__ttl {
          font-size: 13px;
          margin-bottom: 16px; } }
    .faq .before-using__txt {
      position: relative;
      padding-left: 30px;
      margin-bottom: 8px;
      font-size: 16px;
      color: #000; }
      @media only screen and (max-width: 767px) {
        .faq .before-using__txt {
          font-size: 12px;
          padding-left: 20px;
          margin-bottom: 5px; } }
      .faq .before-using__txt::before {
        position: absolute;
        content: '';
        border-radius: 100%;
        top: 7px;
        left: .2em;
        z-index: 2;
        width: 12px;
        height: 12px;
        background-color: #000000; }
        @media only screen and (max-width: 767px) {
          .faq .before-using__txt::before {
            top: 5px;
            width: 11px;
            height: 11px; } }

.faq .s_01 .accordion_one {
  max-width: 1024px;
  margin: 0 auto; }
  .faq .s_01 .accordion_one + .accordion_one {
    margin-top: 20px; }
    @media only screen and (max-width: 767px) {
      .faq .s_01 .accordion_one + .accordion_one {
        margin-top: 9px; } }
  .faq .s_01 .accordion_one span::before {
    content: "Q. ";
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    cursor: pointer;
    font-weight: normal;
    font-size: 26px;
    color: #C80E47;
    top: 14px;
    left: 31px;
    position: absolute; }
    @media only screen and (max-width: 767px) {
      .faq .s_01 .accordion_one span::before {
        font-size: 16px;
        top: 16px;
        left: 5.4%; } }
.faq .s_01 .accordion_one .accordion_header {
  background-color: #F8E5E9;
  color: #C80E47;
  font-size: 20px;
  padding: 20px 74px 20px 74px;
  text-align: left;
  position: relative;
  z-index: +1;
  cursor: pointer;
  transition-duration: 0.2s; }
.faq .s_01 .accordion_one .accordion_header:hover {
  background-color: #F8DFE5 }
.faq .s_01 .accordion_one .accordion_header .i_box {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  right: 2.5%;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  box-sizing: border-box;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  transform-origin: center center;
  transition-duration: 0.2s; }
  @media only screen and (max-width: 767px) {
    .faq .s_01 .accordion_one .accordion_header .i_box {
      right: 5%; } }
.faq .s_01 .accordion_one .accordion_header .i_box .one_i {
  display: block;
  width: 28px;
  height: 28px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  transform-origin: center center;
  transition-duration: 0.2s;
  position: relative; }
  @media only screen and (max-width: 767px) {
    .faq .s_01 .accordion_one .accordion_header .i_box .one_i {
      width: 14px;
      height: 14px; } }
.faq .s_01 .accordion_one .accordion_header .i_box .one_i:before,
.faq .s_01 .accordion_one .accordion_header .i_box .one_i:after {
  display: flex;
  content: '';
  background-color: #C80E47;
  border-radius: 10px;
  width: 28px;
  height: 3px;
  position: absolute;
  top: 13px;
  left: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  transform-origin: center center;
  transition: all 0.2s; }
  @media only screen and (max-width: 767px) {
    .faq .s_01 .accordion_one .accordion_header .i_box .one_i:before,
    .faq .s_01 .accordion_one .accordion_header .i_box .one_i:after {
      width: 14px;
      top: 6px; } }
.faq .s_01 .accordion_one .accordion_header .i_box .one_i:before {
  width: 3px;
  height: 28px;
  top: 0;
  left: 13px; }
  @media only screen and (max-width: 767px) {
    .faq .s_01 .accordion_one .accordion_header .i_box .one_i:before {
      height: 14px;
      left: 6px; } }
.faq .s_01 .accordion_one .accordion_header.open .i_box .one_i:before {
  transition-duration: 0.2s; }
.faq .s_01 .accordion_one .accordion_header.open .i_box .one_i:after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  transition-duration: 0.2s; }
.faq .s_01 .accordion_one .accordion_inner {
  display: none;
  padding: 22px 40px 9px 74px;
  box-sizing: border-box; }
.faq .s_01 .accordion_one .accordion_inner p.txt_a_ac {
  margin: 0;
  position: relative;
  color: #151515; }
  .faq .s_01 .accordion_one .accordion_inner p.txt_a_ac a{
  color: #151515; }
  .faq .s_01 .accordion_one .accordion_inner p.txt_a_ac::before {
    content: "A. ";
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    cursor: pointer;
    font-weight: normal;
    font-size: 26px;
    color: #333333;
    top: 0;
    left: -35px;
    position: absolute; }
    @media only screen and (max-width: 767px) {
      .faq .s_01 .accordion_one .accordion_inner p.txt_a_ac::before {
        font-size: 16px;
        top: 0;
        left: -4.6%; } }
@media screen and (max-width: 1024px) {
  .faq .s_01 .accordion_one .accordion_header {
    font-size: 18px; }
  .faq .s_01 .accordion_one .accordion_header .i_box {
    width: 30px;
    height: 30px;
    margin-top: -15px; } }
@media screen and (max-width: 767px) {
  .faq .s_01 .accordion_one .accordion_header {
    font-size: 13px;
    text-align: left;
    padding-top: 20px;
    padding-left: 9.5%;
    padding-right: 13%;
    padding-bottom: 20px; }
  .faq .s_01 .accordion_one .accordion_inner {
    padding: 15px 5.4% 18.5px 9.5%; }
  .faq .s_01 .accordion_one .accordion_inner p.txt_a_ac {
    font-size: 13px; } }
@media screen and (max-width: 449px) {
  .faq .s_01 .accordion_one .accordion_inner {
    padding: 15px 5.4% 18.5px 12%; }
  .faq .s_01 .accordion_one .accordion_inner p.txt_a_ac::before {
    left: -7.2%; }
  .faq .s_01 .accordion_one .accordion_header {
    padding-left: 12%;
    padding-right: 14%; } }

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