@charset "UTF-8";
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: normal;
  color: #333333;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, FontAwesome !important;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul, ul, li {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  text-decoration: none;
}

img {
  width: 100%;
  height: auto;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #333333;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

* {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  /* form clear */
  /*   -webkit-appearance: none !important;*/
}

/* --------------------
Common
-------------------- */
/*.container h1, .container h2, .container h3, .container p, .container a {
  color: #000;
  font-size: 12px;
  line-height: 1.5em;
}*/
.container .bold {
  font-weight: bold;
}

/* ----- Clearfix ----- */
.clearfix:after {
  content: ".";
  display: block;
  visibility: hidden;
  height: 0.1px;
  font-size: 0.1em;
  line-height: 0;
  clear: both;
}

.clearfix {
  zoom: 1;
}

/*---------------------------------------------------------
  Common
*/
.fl_left {
  float: left;
}

.fl_right {
  float: right;
}

.pc_contents {
  display: block !important;
}

.sp_contents {
  display: none !important;
}

.pc_contents_common {
  display: block !important;
}

.sp_contents_common {
  display: none !important;
}

.sp_br {
  display: none;
}

.pc_br {
  display: inline;
}

@media screen and (max-width: 920px) {
  .pc_contents_common {
    display: none !important;
  }
  .sp_contents_common {
    display: block !important;
  }
}

@media screen and (max-width: 769px) {
  .pc_contents {
    display: none !important;
  }
  .sp_contents {
    display: block !important;
  }
  .sp_br {
    display: inline;
  }
  .pc_br {
    display: none;
  }
}

/* -------------------------
    bp
------------------------- */
.guide h2 {
  font-size: 34px;
  line-height: 40px;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 40px;
  font-family: Raleway, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, FontAwesome !important;
  font-weight: 800;
}

@media (max-width: 768px) {
  .guide h2 {
    font-size: 40px;
    line-height: 40px;
  }
}

.guide h2 span {
  display: block;
  font-size: 14px;
  height: 14px;
  line-height: 14px;
  font-weight: 500;
  margin: 8px 0 0;
  letter-spacing: 0em;
}

@media (max-width: 768px) {
  .guide h2 span {
    margin: 0 0;
  }
}

.guide h3 {
  color: #BF9A58;
  font-weight: bold;
  font-size: 20px;
  line-height: 1;
  padding-bottom: 18px;
  border-bottom: 1px solid #E3E3E3;
  margin-bottom: 26px;
}

.guide h4 {
  font-size: 18px;
  font-weight: bold;
  line-height: 26px;
  margin-bottom: 22px;
}

.guide p {
  font-size: 14px;
  line-height: 1.57;
  text-align: justify;
}

.guide table,
.guide td,
.guide th {
  border-collapse: collapse;
  border: 1px solid #E3E3E3;
}

.guide table {
  margin: 16px 0;
}

@media (max-width: 768px) {
  .guide table {
    width: 100%;
  }
}

.guide table th,
.guide table td {
  padding: 20px 0px;
  text-align: center;
  font-size: 14px;
  line-height: 1;
}

@media screen and (max-width: 374px) {
  .guide table th,
  .guide table td {
    font-size: 11px;
  }
}

.guide .table01 {
  max-width: 330px;
}

.guide .table01 th,
.guide .table01 td {
  width: 110px;
}

@media (max-width: 768px) {
  .guide .table01 th,
  .guide .table01 td {
    width: calc(100% / 3);
  }
}

.guide .table02 {
  max-width: 380px;
}

.guide .table02 th {
  width: 160px;
}

.guide .table02 td {
  width: 220px;
}

.guide .table03 {
  max-width: 460px;
}

.guide .table03 th {
  width: 160px;
}

@media (max-width: 768px) {
  .guide .table03 th {
    width: 60px;
  }
}

@media screen and (max-width: 768px) and (min-width: 420px) {
  .guide .table03 th {
    width: 34%;
  }
}

.guide .table03 td {
  width: 300px;
}

@media (max-width: 768px) {
  .guide .table03 td {
    width: auto;
  }
}

.guide_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 0 40px 60px;
}

@media (max-width: 768px) {
  .guide_content {
    padding: 0;
    padding-bottom: 40px;
  }
}

.guide_nav {
  width: 220px;
  -ms-flex-item-align: baseline;
      align-self: baseline;
  position: -webkit-sticky;
  position: sticky;
  top: 60px;
}

@media (max-width: 768px) {
  .guide_nav {
    width: 100%;
    border: 1px solid #E3E3E3;
    border-bottom: none;
    position: relative;
    top: 0;
  }
}

.guide_nav ul {
  border: 1px solid #E3E3E3;
}

.guide_nav ul li:not(:last-child) {
  border-bottom: 1px solid #E3E3E3;
}

.guide_nav a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 20px 10px;
  font-size: 14px;
  line-height: 1.57;
  color: #161616;
  position: relative;
}

.guide_nav a::after {
  content: "";
  width: 9px;
  height: 100%;
  background-image: url("icon_down.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  right: 16px;
}

.guide_nav.opened a::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.guide_main {
  width: calc(100% - 260px);
}

@media (max-width: 768px) {
  .guide_main {
    width: 92%;
    margin: 0 auto;
    border-bottom: 1px solid #E3E3E3;
  }
}

.guide_main section {
  padding-bottom: 76px;
}

@media (max-width: 768px) {
  .guide_main section {
    border: 1px solid #E3E3E3;
    border-bottom: none;
    padding: 30px 20px 36px;
  }
}

.guide_main section h4:not(:first-of-type) {
  margin-top: 52px;
}

.guide_main section p a {
  text-decoration: underline;
  color: inherit;
}

.guide_main section p b {
  font-size: 22px;
  font-weight: bold;
}

@media (max-width: 768px) {
  .guide_main section p b {
    font-size: 20px;
  }
}

.guide_main section .add_mb {
  margin-bottom: 26px;
}

.guide_btn_amazon {
  display: block;
  width: 174px;
  margin-top: 16px;
  margin-bottom: 56px;
}

.guide .img_card {
  width: 350px;
  margin-top: 26px;
  margin-bottom: 4px;
}

@media (max-width: 768px) {
  .guide .img_card {
    width: 94%;
  }
}

.guide .img_np {
  width: 470px;
  margin: 26px 0;
}

@media (max-width: 768px) {
  .guide .img_np {
    width: 100%;
  }
}

.guide .img_amazonpay {
  width: 200px;
  margin-top: 26px;
}

.guide_btn-mail {
  display: block;
  width: 230px;
  height: 44px;
  font-size: 12px;
  line-height: 44px;
  margin-top: 26px;
  text-align: center;
  color: #111111;
  border: 1px solid #111111;
  border-radius: 4px;
  position: relative;
  padding-left: 30px;
}

.guide_btn-mail:hover {
  opacity: 1 !important;
  text-decoration: none !important;
}

.guide_btn-mail::before {
  content: "";
  width: 20px;
  height: 100%;
  background-image: url("icon_mail.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 60px;
}

@media only screen and (max-width: 768px) {
  main.fs-l-main {
    padding: 0;
  }
}
/*# sourceMappingURL=style.css.map */