@charset "UTF-8";

/****************************************/

/* メイン */

/****************************************/
/* 5) グレー */
main.guide-theme--gray {
  --guide-ink: #2a2a2a;
  --guide-accent: #5e5145;
  --guide-accent-ink: #ffffff;
  --guide-muted-bg: #f8f4f1;
  --guide-line: #dcd4cb;
  --guide-link: #5e5145;
  --guide-note-bg: #f9f6f3;
  --guide-page-bg: #f4f2f0;
  --guide-q-bg: var(--guide-accent);
  --guide-a-ring: var(--guide-accent);

  background-color: var(--guide-page-bg, #f7f9fc);
}

/* 4) スレート */
/* main.guide-theme--slate {
  --guide-ink: #2a2f2e;
  --guide-accent: #334155;
  --guide-accent-ink: #ffffff;
  --guide-muted-bg: #f1f5f9;
  --guide-line: #d6dee6;
  --guide-link: #0369a1;
  --guide-note-bg: #f6f9fb;
  --guide-q-bg: var(--guide-accent);
  --guide-a-ring: var(--guide-accent);
  --dot-color: rgba(0, 0, 0, 0.06);
  --dot-gap: 36px;
  --dot-r: 1.5px;
  --dot-x1: 10px;
  --dot-y1: 34px;
  --dot-x2: calc(var(--dot-x1) + var(--dot-gap) / 2);
  --dot-y2: calc(var(--dot-y1) + var(--dot-gap));
  background-image: radial-gradient(circle at var(--dot-x1) var(--dot-y1), var(--dot-color) var(--dot-r), transparent calc(var(--dot-r) + 0.5px)), radial-gradient(circle at var(--dot-x2) var(--dot-y2), var(--dot-color) var(--dot-r), transparent calc(var(--dot-r) + 0.5px));
  background-size: var(--dot-gap) calc(var(--dot-gap) * 2), var(--dot-gap) calc(var(--dot-gap) * 2);
  background-repeat: repeat;
  background-color: var(--guide-page-bg, #f7f9fc);
} */

.marker {
  background: linear-gradient(transparent 50%, #fff4a4 50%);
}
.midashi {
  /* border-bottom: double 5px #ffc778; */
  border-bottom: double 5px #cf9f74;
}
.radius:before {
  display: inline-block;
  margin: 0 5px 0 0;
  width: 10px;
  height: 10px;
  content: "";
  border-radius: 100%;
  background: #cf9f74;
}

.hanging-indent {
  padding-left: -1.4em;
  text-indent: 1.4em;
}

h2.h2_01 {
  text-align: center;
  margin-bottom: 20px;
}
h2.h2_01 img {
  width: 290px;
}

@media screen and (max-width: 767px) {
  h2.h2_01 img {
    max-width: 230px;
  }
}
@media screen and (max-width: 414px) {
  h2.h2_01 {
    margin-bottom: 10px;
  }
}

h3 {
  background: var(--guide-accent) url(../images/top/h3_ico.svg) no-repeat 16px center/auto;
  background-size: 22px;
  border-radius: 8px;
  padding: 10px 10px 10px 55px;
  line-height: 1.3;
  color: #fff;
  font-size: 20px;
  max-width: 660px;
  margin: 0 auto 30px;
}

h4 {
  color: #333;
  font-size: 20px;
  font-weight: bold;
  border-bottom: 2px solid #333;
  padding: 5px 5px 5px 20px;
  margin: 30px 60px;
}

span.step_no {
  display: inline-grid;
  place-items: center;
  min-width: 72px;
  height: 28px;
  /* background: var(--guide-accent); */
  /* background: var(--guide-link); */
  background: #555;
  border-radius: 999px;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
}
h6 {
  margin: 2em 0 1em;
  font-size: 15px;
  font-weight: 600;
  padding-left: 8px;
  border-left: 3px solid var(--guide-accent);
  color: var(--guide-ink);
}

@media screen and (max-width: 767px) {
  h3 {
    margin-bottom: 20px;
  }
  h4 {
    margin: 10px 5px 0px;
  }
  img {
    max-width: 100%;
  }
}
@media screen and (max-width: 640px) {
  span.step_no {
    min-width: 64px;
    height: 24px;
  }
}
@media screen and (max-width: 414px) {
  h3 {
    background-position: 10px center;
    background-size: 18px;
    margin-bottom: 10px;
    font-size: 16px;
    padding: 10px 10px 10px 40px;
  }
  h3 img {
    height: 18px;
    max-width: 100%;
  }
  h4 {
    font-size: 16px;
    padding: 16px 3px 8px 16px;
    line-height: 1.3;
  }
}

main {
  font-size: 16px;
  line-height: 1.75;
}

@media screen and (max-width: 414px) {
  main {
    font-size: 15px;
  }
}

section {
  box-sizing: border-box;
  max-width: 1100px;
  margin: auto;
  padding: 60px 0 0;
}
section .section_inner {
  max-width: 800px;
  margin: 0 auto;
  padding: 30px 30px 60px;
  background: #fff;
}
section p.lead {
  max-width: 780px;
  width: 90%;
  margin: 0 auto 30px;
  font-weight: 500;
  font-size: 1.1em;
  text-align: center;
  font-feature-settings: "palt";
  letter-spacing: 0.04em;
}

@media screen and (max-width: 767px) {
  section {
    padding-top: 40px;
    max-width: inherit;
    width: calc(100% - 40px);
  }
  section .section_inner {
    padding: 15px 15px 40px;
  }
  section p.lead {
    margin: 0 auto 15px;
    font-size: 1em;
    line-height: 1.5;
    text-align: justify;
  }
}
@media screen and (max-width: 414px) {
  section {
    padding-top: 30px;
    max-width: inherit;
    width: calc(100% - 30px);
  }
  section .section_inner {
    padding: 15px;
  }
  section:first-child {
    padding-top: 30px;
  }
}
/* スマホ小サイズ対応 */
@media screen and (max-width: 320px) {
  section {
    width: calc(100% - 20px);
  }
  section .section_inner {
    padding: 10px;
  }
}

/****************************************/

/* ご利用ガイド user-guide.html */

/****************************************/

/* タブ表示 */
.user-guide_contents {
  margin: 60px auto 0px;
  padding: 0 30px;
}
.user-guide_contents ul {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
}
.user-guide_contents ul li {
  flex-basis: 34%;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}
.user-guide_contents ul li a {
  font-size: 18px;
  font-weight: 600;
  display: inline-block;
  display: block;
  width: 100%;
  padding: 15px 15px 15px 35px;
  background: #fff;
  color: var(--guide-ink);
  border: solid 1px var(--guide-line);
  border-radius: 4px;
  line-height: 1.4;

  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
  transition:
    box-shadow 0.18s ease,
    transform 0.18s ease,
    border-color 0.18s ease;
}

.user-guide_contents ul li.active a {
  color: var(--guide-ink);
  border-color: var(--guide-accent);
  /* background: #f3efe9; */
  background: #fbf9ef;
}

@media screen and (max-width: 767px) {
  .user-guide_contents {
    padding: 0 20px;
  }
  .user-guide_contents ul {
    justify-content: space-between;
  }

  .user-guide_contents ul li {
    flex-basis: 46%;
    margin-bottom: 10px;
  }
  .user-guide_contents ul li a {
    font-size: 15px;
    padding: 5px 15px;
    text-align: center;
  }
}

@media screen and (max-width: 640px) {
  .user-guide_contents {
    margin: 40px auto 0px;
  }
}

@media screen and (max-width: 414px) {
  section.user-guide_contents {
    padding: 0 15px;
  }
}

@media screen and (max-width: 320px) {
  section.user-guide_contents {
    padding: 0 10px;
  }
}

/* 表示エリア切り替えの動き */
.area {
  display: none; /*はじめは非表示*/
  opacity: 0; /*透過0*/
  /* background: #fff; */
  padding: 15px 0px;
}

.area:last-of-type {
  padding: 50px 0px 150px;
}

/*areaにis-activeというクラスがついた時の形状*/
.area.is-active {
  display: block; /*表示*/
  animation-name: displayAnime; /*ふわっと表示させるためのアニメーション*/
  animation-duration: 2s;
  animation-fill-mode: forwards;
}
.area.is-always {
  display: block;
  animation-name: displayAnime; /*ふわっと表示させるためのアニメーション*/
  animation-duration: 2s;
  animation-fill-mode: forwards;
}

@keyframes displayAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@media screen and (max-width: 767px) {
  .area:last-of-type {
    padding: 20px 0px 120px;
  }
  .area.is-active {
    padding: 20px 0px 50px;
  }
}

/* 表示エリア本体*/
.user-guide_table01 {
  max-width: 900px;
  padding-bottom: 30px;
  margin: 0 auto;
  color: #333;
}
.user-guide_table01 dl {
  margin: 0 60px;
}
.user-guide_table01 dl a {
  word-break: break-all;
  /* color: #0693e3; */
  font-weight: bold;
  text-decoration: underline;
  color: var(--guide-link);
}
.user-guide_table01 dl dt,
.user-guide_table01 dl dd {
  font-size: 16px;
  font-weight: 700;
  line-height: 160%;
  position: relative;
  display: block;
  border-bottom: 1px dashed #e0e3e6;
}
.user-guide_table01 dl dt {
  padding: 28px 100px 28px 84px;
}
.user-guide_table01 dl dd {
  font-weight: normal;
  text-align: justify;
  /* background-color: #fbf9ef; */
  padding: 28px 100px 28px 84px;
  background-color: var(--guide-note-bg);
}

.user-guide_table01 dl dt span.question:before {
  content: "Q";
  font-family: "Gotham", "Meiryo", "メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 18px;
  text-align: center;
  letter-spacing: 0.05em;
  position: absolute;
  left: 23px;
  top: 24px;
  border-radius: 50%;
  /* background: #a81e18; */
  color: #fff;
  flex: 0 0 34px;
  width: 34px;
  height: 34px;
  line-height: 34px;
  font-weight: 600;
  background: var(--guide-q-bg); /* Qの塗り */
}
/* アコーディオンのプラス/クロス色 */
.guide-theme section.user-guide dt::before,
.guide-theme section.user-guide dt::after {
  background-color: var(--guide-accent);
}
.user-guide_table01 dl dt span.question,
.user-guide_table01 dl dd span.answer,
.user-guide_table01 dl dd .step_wrap {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
}
.user-guide_table01 dl dd span.answer:before {
  content: "A";
  font-family: "Gotham", "Meiryo", "メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 18px;
  text-align: center;
  letter-spacing: 0.05em;
  position: absolute;
  left: 23px;
  top: 24px;
  border-radius: 50%;
  background: #fff;
  /* color: #a81e18; */
  flex: 0 0 34px;
  width: 34px;
  height: 34px;
  line-height: 30px;
  font-weight: 600;
  border: 2px solid var(--guide-accent);
  box-sizing: border-box;
  color: var(--guide-accent);
}

.user-guide_table01 dl dd ul li {
  list-style-type: disc !important;
}
.user-guide_table01 dl dd ol li {
  list-style-type: decimal !important;
}

@media screen and (max-width: 767px) {
  .user-guide_table01 img {
    width: 15%;
  }
  .user-guide_table01 dl {
    padding: 0;
    margin: 0 5px;
  }
  .user-guide_table01 dl dt {
    font-size: 15px;
    padding: 28px 50px 28px 55px;
  }
  .user-guide_table01 dl dd {
    font-size: 15px;
    padding: 28px 28px 28px 55px;
  }
  .user-guide_table01 dl dt span.question:before,
  .user-guide_table01 dl dd span.answer:before {
    left: 10px;
  }
  .user-guide_table01 dl dt span.question:before {
    top: 25px;
  }
}
@media screen and (max-width: 620px) {
  .user-guide_table01 dl dt {
    padding: 28px 15px 28px 8px;
  }
  .user-guide_table01 dl dd {
    padding: 28px 15px 28px 8px;
  }
  .user-guide_table01 dl dt span.question::before,
  .user-guide_table01 dl dd span.answer::before {
    position: static;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 4px;
    /* margin-bottom: 8px; */
  }
}

/* その他お問い合わせ */

.user-guide_table02 {
  margin: 20px auto 5px;
  text-align: center;
}

.user-guide_table02 a {
  background-color: #d99639;
  color: #fff;
  border: 1px solid transparent;
  margin: 0;
  border: none;
  overflow: visible;
  font: inherit;
  color: inherit;
  text-transform: none;
  display: inline-block;
  box-sizing: border-box;
  padding: 0 20px;
  vertical-align: middle;
  font-size: 15px;
  line-height: 40px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: 0.1s ease-in-out;
  transition-property: color, background-color, border-color;
}

.btn_02 {
  text-align: center;
}
.btn_02 a {
  text-align: center;
  display: inline-block;
  width: 100%;
  max-width: 280px;
  margin: 20px auto 0;
  padding: 8px 16px;
  background: #d4b276;
  font-size: 15px;
  font-weight: 600;
  border-radius: 5px;
  color: #fff;
  text-decoration: none;
  /* box-shadow: 0 0 5px 3px rgba(0, 0, 0, 0.1); */
  transition: all 0.3s;
  letter-spacing: 0.04em;
  box-shadow: 0 2px 5px #6e5c3d;
}
.btn_02 a:hover {
  background: #ffd68f;
  opacity: unset;
}

@media screen and (max-width: 767px) {
  .btn_02 a {
    max-width: 255px;
    font-size: 14px;
    margin: 10px auto;
  }
}

/****************************************/
/* キャプチャ */
/****************************************/

/* キャプチャ画像 */
.guide-theme--gray figure.capture {
  max-width: 780px;
  margin: 1em auto;
  border: 1px solid var(--guide-line); /* #dcd4cb */
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04);
  overflow: hidden;
  transition: box-shadow 0.3s ease;
}
.guide-theme--gray figure.capture:hover {
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
}

/* 画像 */
.guide-theme--gray figure.capture img {
  display: block;
  width: 100%;
  height: auto;
}

/* キャプション */
.guide-theme--gray figure.capture figcaption {
  font-size: 0.92rem;
  line-height: 1.6;
  color: #555;
  background: var(--guide-note-bg);
  border-top: 1px solid var(--guide-line);
  padding: 10px 14px;
  text-align: center;
}

/* スマホ対応 */
@media (max-width: 767px) {
  .guide-theme--gray figure.capture {
    width: 80%;
    margin: 1.5em auto;
    border-radius: 6px;
  }
  .guide-theme--gray figure.capture figcaption {
    font-size: 0.85rem;
    padding: 8px 10px;
  }
}
@media (max-width: 620px) {
  .guide-theme--gray figure.capture {
    width: 90%;
  }
}
/****************************************/
/* アコーディオン */
/****************************************/

/*アコーディオン質問*/
section.user-guide dt {
  position: relative; /*+マークの位置基準とするためrelative指定*/
  cursor: pointer;
  transition:
    color 0.15s ease,
    background-color 0.15s ease;
  /* padding-right: 100px; */
}
@media screen and (max-width: 767px) {
  section.user-guide dt {
    padding-right: 45px;
  }
}

/*アイコンの＋と×*/
section.user-guide dt::before,
section.user-guide dt::after {
  position: absolute;
  content: "";
  width: 20px;
  height: 3px;
  background-color: #a81e18;
}
section.user-guide dt::before {
  top: 48%;
  right: 15px;
  transform: rotate(0deg);
}
section.user-guide dt::after {
  top: 48%;
  right: 15px;
  transform: rotate(90deg);
}
/*　closeというクラスがついたら形状変化　*/
section.user-guide dt.close::before {
  transform: rotate(45deg);
}

section.user-guide dt.close::after {
  transform: rotate(-45deg);
}

/*アコーディオンで現れるエリア*/
section.user-guide dd {
  display: none; /*はじめは非表示*/
  /* margin: 20px 0 0; */
  line-height: 1.7;
}
